From dea5f99363d4cf8e9ffff967c8cbdb38c8c50507 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 20 Apr 2014 19:24:40 -0400 Subject: Add LDAP authentication --- locales/es_ES/translations.php | 1 + locales/fr_FR/translations.php | 1 + locales/pl_PL/translations.php | 1 + locales/pt_BR/translations.php | 1 + 4 files changed, 4 insertions(+) (limited to 'locales') diff --git a/locales/es_ES/translations.php b/locales/es_ES/translations.php index 628e292b..35a3367f 100644 --- a/locales/es_ES/translations.php +++ b/locales/es_ES/translations.php @@ -279,4 +279,5 @@ return array( // 'No session' => '', // 'Expiration date' => '', // 'Remember Me' => '', + // 'Creation date' => '', ); diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 3529582d..cb9c402c 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -279,4 +279,5 @@ return array( 'No session' => 'Aucune session', 'Expiration date' => 'Date d\'expiration', 'Remember Me' => 'Connexion automatique', + 'Creation date' => 'Date de création', ); diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index f11a6d8d..eafa1e02 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -284,4 +284,5 @@ return array( // 'No session' => '', // 'Expiration date' => '', // 'Remember Me' => '', + // 'Creation date' => '', ); diff --git a/locales/pt_BR/translations.php b/locales/pt_BR/translations.php index b8d80569..30351f3d 100644 --- a/locales/pt_BR/translations.php +++ b/locales/pt_BR/translations.php @@ -280,4 +280,5 @@ return array( // 'No session' => '', // 'Expiration date' => '', // 'Remember Me' => '', + // 'Creation date' => '', ); -- cgit v1.2.3