diff options
author | Simon <simon@kisikew.org> | 2012-04-18 03:20:10 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-04-18 03:20:10 -0700 |
commit | 91d1ef36d8e2bd117160418cb82a39c7b2353c91 (patch) | |
tree | 71fa46628c1297854c48194ccad662d9d6734939 /view/fr/strings.php | |
parent | b7bda7530f61176e32988619a650d42dabfd1e1b (diff) | |
parent | a30ea16218aaaff7682c262fed443327553299ca (diff) | |
download | volse-hubzilla-91d1ef36d8e2bd117160418cb82a39c7b2353c91.tar.gz volse-hubzilla-91d1ef36d8e2bd117160418cb82a39c7b2353c91.tar.bz2 volse-hubzilla-91d1ef36d8e2bd117160418cb82a39c7b2353c91.zip |
Merge pull request #247 from simonlnu/master
fix silly abandonded typo. shouldn't affect translations
Diffstat (limited to 'view/fr/strings.php')
-rw-r--r-- | view/fr/strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/fr/strings.php b/view/fr/strings.php index dda24d3be..e24070ab9 100644 --- a/view/fr/strings.php +++ b/view/fr/strings.php @@ -674,7 +674,7 @@ $a->strings["Maximum image size"] = "Taille maximale des images"; $a->strings["Register policy"] = "Politique d'inscription"; $a->strings["Register text"] = "Texte d'inscription"; $a->strings["Accounts abandoned after x days"] = "Les comptes sont abandonnés après x jours"; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Pour ne pas gaspiller les ressources système, on cesse d'interroger les sites distants pour les comptes abandonnés. Mettre 0 pour désactiver cette fonction."; +$a->strings["Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit."] = "Pour ne pas gaspiller les ressources système, on cesse d'interroger les sites distants pour les comptes abandonnés. Mettre 0 pour désactiver cette fonction."; $a->strings["Allowed friend domains"] = "Domaines autorisés"; $a->strings["Allowed email domains"] = "Domaines courriel autorisés"; $a->strings["Block public"] = "Interdire la publication globale"; |