diff options
Diffstat (limited to 'locales/es_ES/translations.php')
-rw-r--r-- | locales/es_ES/translations.php | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/locales/es_ES/translations.php b/locales/es_ES/translations.php index 9ae16d20..628e292b 100644 --- a/locales/es_ES/translations.php +++ b/locales/es_ES/translations.php @@ -85,7 +85,7 @@ return array( 'Do you really want to remove this column: "%s"?' => '¿Realmente desea eliminar esta columna : « %s » ?', 'This action will REMOVE ALL TASKS associated to this column!' => '¡Esta acción suprimirá todas las tareas asociadas a esta columna!', 'settings' => 'preferencias', - 'Application Settings' => 'Parámetros de la aplicación', + 'Application settings' => 'Parámetros de la aplicación', 'Language' => 'Idioma', 'Webhooks token:' => 'Identificador (token) para los webhooks :', 'More information' => 'Más informaciones', @@ -94,7 +94,7 @@ return array( 'Optimize the database' => 'Optimisar la base de datos', '(VACUUM command)' => '(Comando VACUUM)', '(Gzip compressed Sqlite file)' => '(Archivo Sqlite comprimido en Gzip)', - 'User Settings' => 'Parámetros de usuario', + 'User settings' => 'Parámetros de usuario', 'My default project:' => 'Mi proyecto por defecto : ', 'Close a task' => 'Cerrar una tarea', 'Do you really want to close this task: "%s"?' => '¿Realmente desea cerrar esta tarea: « %s » ?', @@ -269,4 +269,14 @@ return array( 'Wrong password' => 'contraseña incorrecta', 'Reset all tokens' => 'Reiniciar los identificadores (tokens) de seguridad ', 'All tokens have been regenerated.' => 'Todos los identificadores (tokens) han sido reiniciados.', + // 'Unknown' => '', + // 'Last logins' => '', + // 'Login date' => '', + // 'Authentication method' => '', + // 'IP address' => '', + // 'User agent' => '', + // 'Persistent connections' => '', + // 'No session' => '', + // 'Expiration date' => '', + // 'Remember Me' => '', ); |