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' => '',
|
||||
);
|
||||
|
||||
@@ -85,7 +85,7 @@ return array(
|
||||
'Do you really want to remove this column: "%s"?' => 'Voulez vraiment supprimer cette colonne : « %s » ?',
|
||||
'This action will REMOVE ALL TASKS associated to this column!' => 'Cette action va supprimer toutes les tâches associées à cette colonne !',
|
||||
'settings' => 'préférences',
|
||||
'Application Settings' => 'Paramètres de l\'application',
|
||||
'Application settings' => 'Paramètres de l\'application',
|
||||
'Language' => 'Langue',
|
||||
'Webhooks token:' => 'Jeton de securité pour les webhooks :',
|
||||
'More information' => 'Plus d\'informations',
|
||||
@@ -94,7 +94,7 @@ return array(
|
||||
'Optimize the database' => 'Optimiser la base de données',
|
||||
'(VACUUM command)' => '(Commande VACUUM)',
|
||||
'(Gzip compressed Sqlite file)' => '(Fichier Sqlite compressé en Gzip)',
|
||||
'User Settings' => 'Paramètres utilisateur',
|
||||
'User settings' => 'Paramètres utilisateur',
|
||||
'My default project:' => 'Mon projet par défaut : ',
|
||||
'Close a task' => 'Fermer une tâche',
|
||||
'Do you really want to close this task: "%s"?' => 'Voulez-vous vraiment fermer cettre tâche : « %s » ?',
|
||||
@@ -269,4 +269,14 @@ return array(
|
||||
'Wrong password' => 'Mauvais mot de passe',
|
||||
'Reset all tokens' => 'Réinitialiser tous les jetons de sécurité',
|
||||
'All tokens have been regenerated.' => 'Tous les jetons de sécurité ont été réinitialisés.',
|
||||
'Unknown' => 'Inconnu',
|
||||
'Last logins' => 'Dernières connexions',
|
||||
'Login date' => 'Date de connexion',
|
||||
'Authentication method' => 'Méthode d\'authentification',
|
||||
'IP address' => 'Adresse IP',
|
||||
'User agent' => 'Agent utilisateur',
|
||||
'Persistent connections' => 'Connexions persistantes',
|
||||
'No session' => 'Aucune session',
|
||||
'Expiration date' => 'Date d\'expiration',
|
||||
'Remember Me' => 'Connexion automatique',
|
||||
);
|
||||
|
||||
@@ -85,7 +85,7 @@ return array(
|
||||
'Do you really want to remove this column: "%s"?' => 'Na pewno chcesz usunąć kolumnę: "%s"?',
|
||||
'This action will REMOVE ALL TASKS associated to this column!' => 'Wszystkie zadania w kolumnie zostaną usunięte!',
|
||||
'settings' => 'ustawienia',
|
||||
'Application Settings' => 'Ustawienia aplikacji',
|
||||
'Application settings' => 'Ustawienia aplikacji',
|
||||
'Language' => 'Język',
|
||||
'Webhooks token:' => 'Token :',
|
||||
'More information' => 'Więcej informacji',
|
||||
@@ -94,7 +94,7 @@ return array(
|
||||
'Optimize the database' => 'Optymalizuj bazę danych',
|
||||
'(VACUUM command)' => '(komenda VACUUM)',
|
||||
'(Gzip compressed Sqlite file)' => '(baza danych spakowana Gzip)',
|
||||
'User Settings' => 'Ustawienia użytkownika',
|
||||
'User settings' => 'Ustawienia użytkownika',
|
||||
'My default project:' => 'Mój domyślny projekt:',
|
||||
'Close a task' => 'Zakończ zadanie',
|
||||
'Do you really want to close this task: "%s"?' => 'Na pewno chcesz zakończyć to zadanie: "%s"?',
|
||||
@@ -274,4 +274,14 @@ return array(
|
||||
'Wrong password' => 'Błędne hasło',
|
||||
'Reset all tokens' => 'Zresetuj wszystkie tokeny',
|
||||
'All tokens have been regenerated.' => 'Wszystkie tokeny zostały zresetowane.',
|
||||
// 'Unknown' => '',
|
||||
// 'Last logins' => '',
|
||||
// 'Login date' => '',
|
||||
// 'Authentication method' => '',
|
||||
// 'IP address' => '',
|
||||
// 'User agent' => '',
|
||||
// 'Persistent connections' => '',
|
||||
// 'No session' => '',
|
||||
// 'Expiration date' => '',
|
||||
// 'Remember Me' => '',
|
||||
);
|
||||
|
||||
@@ -85,7 +85,7 @@ return array(
|
||||
'Do you really want to remove this column: "%s"?' => 'Quer realmente remover esta coluna: "%s"?',
|
||||
'This action will REMOVE ALL TASKS associated to this column!' => 'Esta ação vai REMOVER TODAS AS TAREFAS associadas a esta coluna!',
|
||||
'settings' => 'preferências',
|
||||
'Application Settings' => 'Preferências da aplicação',
|
||||
'Application settings' => 'Preferências da aplicação',
|
||||
'Language' => 'Idioma',
|
||||
'Webhooks token:' => 'Token de webhooks:',
|
||||
'More information' => 'Mais informação',
|
||||
@@ -94,7 +94,7 @@ return array(
|
||||
'Optimize the database' => 'Otimizar o banco de dados',
|
||||
'(VACUUM command)' => '(Comando VACUUM)',
|
||||
'(Gzip compressed Sqlite file)' => '(Arquivo Sqlite comprimido com Gzip)',
|
||||
'User Settings' => 'Configurações do usuário',
|
||||
'User settings' => 'Configurações do usuário',
|
||||
'My default project:' => 'Meu projeto default:',
|
||||
'Close a task' => 'Encerrar uma tarefa',
|
||||
'Do you really want to close this task: "%s"?' => 'Quer realmente encerrar esta tarefa: "%s"?',
|
||||
@@ -270,4 +270,14 @@ return array(
|
||||
// 'Wrong password' => '',
|
||||
// 'Reset all tokens' => '',
|
||||
// 'All tokens have been regenerated.' => '',
|
||||
// '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