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/ca | |
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/ca')
-rw-r--r-- | view/ca/messages.po | 2 | ||||
-rw-r--r-- | view/ca/strings.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/ca/messages.po b/view/ca/messages.po index 8463ceb12..25c3ce6dc 100644 --- a/view/ca/messages.po +++ b/view/ca/messages.po @@ -2910,7 +2910,7 @@ msgstr "Comptes abandonats després de x dies" #: ../../mod/admin.php:330 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 "No gastará recursos del sistema creant enquestes des de llocs externos per a comptes abandonats. Introdueixi 0 per a cap límit temporal." diff --git a/view/ca/strings.php b/view/ca/strings.php index e5aed8be6..265058391 100644 --- a/view/ca/strings.php +++ b/view/ca/strings.php @@ -654,7 +654,7 @@ $a->strings["Register policy"] = "Política per a registrar"; $a->strings["Register text"] = "Text al registrar"; $a->strings["Will be displayed prominently on the registration page."] = "Sea mostrat de forma peminent a la pagina durant el procés de registre."; $a->strings["Accounts abandoned after x days"] = "Comptes abandonats després de x dies"; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "No gastará recursos del sistema creant enquestes des de llocs externos per a comptes abandonats. Introdueixi 0 per a cap límit temporal."; +$a->strings["Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit."] = "No gastará recursos del sistema creant enquestes des de llocs externos per a comptes abandonats. Introdueixi 0 per a cap límit temporal."; $a->strings["Allowed friend domains"] = "Dominis amics permesos"; $a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Llista de dominis separada per comes, de adreçes de correu que són permeses per establir amistats. S'admeten comodins. Deixa'l buit per a acceptar tots els dominis."; $a->strings["Allowed email domains"] = "Dominis de correu permesos"; |