Add RememberMe feature and authentications history
This commit is contained in:
@@ -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' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user