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/it | |
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/it')
-rw-r--r-- | view/it/messages.po | 2 | ||||
-rw-r--r-- | view/it/strings.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/it/messages.po b/view/it/messages.po index e0375764f..855a24ee8 100644 --- a/view/it/messages.po +++ b/view/it/messages.po @@ -3104,7 +3104,7 @@ msgstr "Account abbandonati dopo x giorni" #: ../../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 "" "Non spreca risorse di sistema controllando siti esterni per gli account " diff --git a/view/it/strings.php b/view/it/strings.php index 5fd187f7a..93bcbd465 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -674,7 +674,7 @@ $a->strings["Maximum image size"] = "Massima dimensione immagini"; $a->strings["Register policy"] = "Politica di registrazione"; $a->strings["Register text"] = "Testo registrazione"; $a->strings["Accounts abandoned after x days"] = "Account abbandonati dopo x giorni"; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Non spreca risorse di sistema controllando siti esterni per gli account abbandonati. Immettere 0 per nessun limite di tempo."; +$a->strings["Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit."] = "Non spreca risorse di sistema controllando siti esterni per gli account abbandonati. Immettere 0 per nessun limite di tempo."; $a->strings["Allowed friend domains"] = "Domini amici consentiti"; $a->strings["Allowed email domains"] = "Domini email consentiti"; $a->strings["Block public"] = "Blocca pagine pubbliche"; |