diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-04-18 06:10:34 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-04-18 06:10:34 -0400 |
commit | 311f39f12f9b6dc6a9b22b6856154d548710e9c1 (patch) | |
tree | 1297452a51dbf95295e09f69dc374d0214685e8a /view/fr | |
parent | af3e37ce20f6b69fdaa9f7f106573999f7473107 (diff) | |
download | volse-hubzilla-311f39f12f9b6dc6a9b22b6856154d548710e9c1.tar.gz volse-hubzilla-311f39f12f9b6dc6a9b22b6856154d548710e9c1.tar.bz2 volse-hubzilla-311f39f12f9b6dc6a9b22b6856154d548710e9c1.zip |
fix silly abandonded typo. shouldn't affect translations
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/fr')
-rw-r--r-- | view/fr/messages.po | 2 | ||||
-rw-r--r-- | view/fr/strings.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/fr/messages.po b/view/fr/messages.po index 345405760..5628299b8 100644 --- a/view/fr/messages.po +++ b/view/fr/messages.po @@ -3111,7 +3111,7 @@ msgstr "Les comptes sont abandonnés après x jours" #: ../../mod/admin.php:313 msgid "" -"Will not waste system resources polling external sites for abandonded " +"Will not waste system resources polling external sites for abandoned " "accounts. Enter 0 for no time limit." msgstr "" "Pour ne pas gaspiller les ressources système, on cesse d'interroger les " 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"; |