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/ca/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/ca/strings.php')
-rw-r--r-- | view/ca/strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |