Add RememberMe feature and authentications history

This commit is contained in:
Frédéric Guillot
2014-04-19 22:12:12 -04:00
parent 5aacb6a763
commit a04ecbde77
24 changed files with 949 additions and 55 deletions

View File

@@ -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' => '',
);