diff options
| author | 2021-09-12 11:37:15 +0200 | |
|---|---|---|
| committer | 2021-09-12 11:37:15 +0200 | |
| commit | fe295f50d031ca6475e21a0ae317cf1c71a68347 (patch) | |
| tree | 9c9f37dcebfe70b3daf167df0ce3c029feb343c6 /app/i18n/es/admin.php | |
| parent | ff60e24c578eab30777c7e7d403def0565fab923 (diff) | |
Lint i18n files (#3841)
Translations had quite a lot of cleaning in late:
* Removed some unused keys
* Added some ignores
* Applied a `cli/manipulate.translation.php -a format`
Diffstat (limited to 'app/i18n/es/admin.php')
| -rwxr-xr-x | app/i18n/es/admin.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/i18n/es/admin.php b/app/i18n/es/admin.php index 242f292c5..0c85ba5ce 100755 --- a/app/i18n/es/admin.php +++ b/app/i18n/es/admin.php @@ -9,7 +9,6 @@ return array( 'http' => 'HTTP (para usuarios avanzados con HTTPS)', 'none' => 'Ninguno (peligroso)', 'title' => 'Identificación', - 'title_reset' => 'Reinicio de la identificación', 'token' => 'Clave de identificación', 'token_help' => 'Permite el acceso a la salida RSS del usuario por defecto sin necesidad de identificación:', 'type' => 'Método de identificación', @@ -180,11 +179,9 @@ return array( 'user' => array( 'admin' => 'Administrator', // TODO - Translation 'article_count' => 'Articles', // TODO - Translation - 'articles_and_size' => '%s articles (%s)', // TODO - Translation 'back_to_manage' => '← Return to user list', // TODO - Translation 'create' => 'Crear nuevo usuario', 'database_size' => 'Database size', // TODO - Translation - 'delete_users' => 'Delete user', // TODO - Translation 'email' => 'Email address', // TODO - Translation 'enabled' => 'Enabled', // TODO - Translation 'feed_count' => 'Feeds', // TODO - Translation @@ -196,11 +193,7 @@ return array( 'numbers' => 'Hay %d cuentas creadas', 'password_form' => 'Contraseña<br /><small>(para el método de identificación por formulario web)</small>', 'password_format' => 'Mínimo de 7 caracteres', - 'selected' => 'Selected user', // TODO - Translation 'title' => 'Administrar usuarios', - 'update_users' => 'Update user', // TODO - Translation - 'user_list' => 'Lista de usuarios', 'username' => 'Nombre de usuario', - 'users' => 'Usuarios', ), ); |
