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/es/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/es/strings.php')
-rw-r--r-- | view/es/strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/es/strings.php b/view/es/strings.php index ac53a45a9..d2b8e240e 100644 --- a/view/es/strings.php +++ b/view/es/strings.php @@ -674,7 +674,7 @@ $a->strings["Maximum image size"] = "Tamaño máximo de la imagen"; $a->strings["Register policy"] = "Política de registros"; $a->strings["Register text"] = "Términos"; $a->strings["Accounts abandoned after x days"] = "Cuentas abandonadas después de x días"; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "No gastará recursos del sistema creando encuestas desde sitios externos para cuentas abandonadas. Introduzca 0 para ningún límite 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 creando encuestas desde sitios externos para cuentas abandonadas. Introduzca 0 para ningún límite temporal."; $a->strings["Allowed friend domains"] = "Dominios amigos permitidos"; $a->strings["Allowed email domains"] = "Dominios de correo permitidos"; $a->strings["Block public"] = "Bloqueo público"; |