diff options
Diffstat (limited to 'app/i18n/es/admin.php')
| -rwxr-xr-x | app/i18n/es/admin.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/i18n/es/admin.php b/app/i18n/es/admin.php index 1af3bdcb2..a31702c70 100755 --- a/app/i18n/es/admin.php +++ b/app/i18n/es/admin.php @@ -183,9 +183,14 @@ return array( ), 'user' => array( 'articles_and_size' => '%s articles (%s)', + 'article_count' => 'Articles', // 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 + 'feed_count' => 'Feeds', //TODO - Translation 'language' => 'Idioma', + 'list' => 'User list', // TODO - Translation 'number' => 'Hay %d cuenta creada', 'numbers' => 'Hay %d cuentas creadas', 'password_form' => 'Contraseña<br /><small>(para el método de identificación por formulario web)</small>', |
