diff options
author | zottel <github@zottel.net> | 2012-04-20 13:42:33 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-04-20 13:42:33 +0200 |
commit | 9663299da1be50eef4327778fae619fc6f9edef4 (patch) | |
tree | 5cd9b93f16c344cf896ac8d4e2a4a818fe21e783 /view/es | |
parent | 041f74dc775424f686a1cd95c00e0d63bfc4b99c (diff) | |
parent | 0e25376e4afea4e5d96c233594feef0a35ca314c (diff) | |
download | volse-hubzilla-9663299da1be50eef4327778fae619fc6f9edef4.tar.gz volse-hubzilla-9663299da1be50eef4327778fae619fc6f9edef4.tar.bz2 volse-hubzilla-9663299da1be50eef4327778fae619fc6f9edef4.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/es')
-rw-r--r-- | view/es/messages.po | 2 | ||||
-rw-r--r-- | view/es/strings.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/es/messages.po b/view/es/messages.po index d3f8557e9..54de3ee64 100644 --- a/view/es/messages.po +++ b/view/es/messages.po @@ -3136,7 +3136,7 @@ msgstr "Cuentas abandonadas después de x días" #: ../../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 "" "No gastará recursos del sistema creando encuestas desde sitios externos para" 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"; |