|
|
|
@ -9,7 +9,7 @@ package Lemonldap::NG::Manager::_i18n; |
|
|
|
|
|
|
|
|
|
use strict; |
|
|
|
|
use AutoLoader qw(AUTOLOAD); |
|
|
|
|
our $VERSION = '1.2.3'; |
|
|
|
|
our $VERSION = '1.3.0'; |
|
|
|
|
|
|
|
|
|
## @method string translate(string text,string lang) |
|
|
|
|
# Returns $text translated in $lang. |
|
|
|
@ -99,6 +99,11 @@ sub en { |
|
|
|
|
deleteNotification => 'Mark notification as done', |
|
|
|
|
deleteSession => 'Delete session', |
|
|
|
|
done => 'done', |
|
|
|
|
captcha_data => 'Directory for data', |
|
|
|
|
captcha_login_enabled => 'Activation in login form', |
|
|
|
|
captcha_mail_enabled => 'Activation in password reset by mail form', |
|
|
|
|
captcha_output => 'Directory for images', |
|
|
|
|
captcha_size => 'Size', |
|
|
|
|
CAS_authnLevel => 'Authentication level', |
|
|
|
|
CAS_CAFile => 'CA file', |
|
|
|
|
CAS_gateway => 'Gateway authentication', |
|
|
|
@ -260,6 +265,7 @@ sub en { |
|
|
|
|
portal => 'URL', |
|
|
|
|
portalAntiFrame => 'Anti frame protection', |
|
|
|
|
portalAutocomplete => 'Auto complete', |
|
|
|
|
portalCaptcha => 'Captcha', |
|
|
|
|
portalCheckLogins => 'Check last logins', |
|
|
|
|
portalCustomization => 'Customization', |
|
|
|
|
portalDisplayAppslist => 'Applications list', |
|
|
|
@ -498,57 +504,64 @@ sub en { |
|
|
|
|
sub fr { |
|
|
|
|
use utf8; |
|
|
|
|
return { |
|
|
|
|
_auth => 'Authentification', |
|
|
|
|
_authChoice => 'Choix d\'authentification', |
|
|
|
|
_userDB => 'Utilisateur', |
|
|
|
|
_passwordDB => 'Mot de passe', |
|
|
|
|
_issuerDB => 'Fournisseur', |
|
|
|
|
_timezone => 'Zone horaire', |
|
|
|
|
_session_id => 'Identifiant de session', |
|
|
|
|
_url => "URL d'origine", |
|
|
|
|
_user => 'Identifiant', |
|
|
|
|
_password => 'Mot de passe', |
|
|
|
|
_utime => 'Tampon de la session', |
|
|
|
|
_lastAuthnUTime => 'Tampon d\'authentification ', |
|
|
|
|
_idp => 'Identifiant d\'entité de l\'IDP', |
|
|
|
|
_idpConfKey => 'Clé de configuration de l\'IDP', |
|
|
|
|
_samlToken => ' Jeton SAML ', |
|
|
|
|
_lassoSessionDump => ' Dump session Lasso ', |
|
|
|
|
_lassoIdentityDump => 'Dump identité Lasso', |
|
|
|
|
advancedParams => 'Paramètres avancés', |
|
|
|
|
apacheParams => 'Paramètres Apache', |
|
|
|
|
apacheAuthnLevel => 'Niveau d\'authentification', |
|
|
|
|
applicationList => 'Catégories et applications', |
|
|
|
|
attributesAndMacros => 'Attributs et macros', |
|
|
|
|
authChoiceModules => 'Modules autorisés', |
|
|
|
|
authChoiceParam => 'Parmètre de l\'URL', |
|
|
|
|
authentication => "Module d'authentification", |
|
|
|
|
authenticationLevel => 'Niveau d\'authentification', |
|
|
|
|
authenticationTitle => 'Authentification', |
|
|
|
|
AuthLDAPFilter => 'Filtre d\'authentification', |
|
|
|
|
authParams => "Modules d'authentification", |
|
|
|
|
dbiAuthChain => 'Chaîne', |
|
|
|
|
dbiAuthLoginCol => 'Champ identifiant', |
|
|
|
|
dbiAuthnLevel => 'Niveau d\'authentification', |
|
|
|
|
dbiAuthPassword => 'Mot de passe', |
|
|
|
|
dbiAuthPasswordCol => 'Champ mot de passe', |
|
|
|
|
dbiAuthPasswordHash => 'Schéma de hachage', |
|
|
|
|
dbiAuthTable => 'Table authentification', |
|
|
|
|
dbiAuthUser => 'Utilisateur', |
|
|
|
|
dbiConnection => 'Connexion', |
|
|
|
|
dbiConnectionAuth => 'Authentification', |
|
|
|
|
dbiConnectionUser => 'Utilisateurs', |
|
|
|
|
dbiParams => 'Paramètres DBI', |
|
|
|
|
dbiPassword => 'Mot de passe', |
|
|
|
|
dbiPasswordMailCol => 'Champ mail', |
|
|
|
|
dbiSchema => 'Schéma', |
|
|
|
|
dbiUserChain => 'Chaîne', |
|
|
|
|
dbiUserPassword => 'Mot de passe', |
|
|
|
|
dbiUserTable => 'Table des utilisateurs', |
|
|
|
|
dbiUserUser => 'Utilisateur', |
|
|
|
|
deleteNotification => 'Marquer la notification comme validée', |
|
|
|
|
deleteSession => 'Effacer la session', |
|
|
|
|
done => 'validée', |
|
|
|
|
_auth => 'Authentification', |
|
|
|
|
_authChoice => 'Choix d\'authentification', |
|
|
|
|
_userDB => 'Utilisateur', |
|
|
|
|
_passwordDB => 'Mot de passe', |
|
|
|
|
_issuerDB => 'Fournisseur', |
|
|
|
|
_timezone => 'Zone horaire', |
|
|
|
|
_session_id => 'Identifiant de session', |
|
|
|
|
_url => "URL d'origine", |
|
|
|
|
_user => 'Identifiant', |
|
|
|
|
_password => 'Mot de passe', |
|
|
|
|
_utime => 'Tampon de la session', |
|
|
|
|
_lastAuthnUTime => 'Tampon d\'authentification ', |
|
|
|
|
_idp => 'Identifiant d\'entité de l\'IDP', |
|
|
|
|
_idpConfKey => 'Clé de configuration de l\'IDP', |
|
|
|
|
_samlToken => ' Jeton SAML ', |
|
|
|
|
_lassoSessionDump => ' Dump session Lasso ', |
|
|
|
|
_lassoIdentityDump => 'Dump identité Lasso', |
|
|
|
|
advancedParams => 'Paramètres avancés', |
|
|
|
|
apacheParams => 'Paramètres Apache', |
|
|
|
|
apacheAuthnLevel => 'Niveau d\'authentification', |
|
|
|
|
applicationList => 'Catégories et applications', |
|
|
|
|
attributesAndMacros => 'Attributs et macros', |
|
|
|
|
authChoiceModules => 'Modules autorisés', |
|
|
|
|
authChoiceParam => 'Parmètre de l\'URL', |
|
|
|
|
authentication => "Module d'authentification", |
|
|
|
|
authenticationLevel => 'Niveau d\'authentification', |
|
|
|
|
authenticationTitle => 'Authentification', |
|
|
|
|
AuthLDAPFilter => 'Filtre d\'authentification', |
|
|
|
|
authParams => "Modules d'authentification", |
|
|
|
|
dbiAuthChain => 'Chaîne', |
|
|
|
|
dbiAuthLoginCol => 'Champ identifiant', |
|
|
|
|
dbiAuthnLevel => 'Niveau d\'authentification', |
|
|
|
|
dbiAuthPassword => 'Mot de passe', |
|
|
|
|
dbiAuthPasswordCol => 'Champ mot de passe', |
|
|
|
|
dbiAuthPasswordHash => 'Schéma de hachage', |
|
|
|
|
dbiAuthTable => 'Table authentification', |
|
|
|
|
dbiAuthUser => 'Utilisateur', |
|
|
|
|
dbiConnection => 'Connexion', |
|
|
|
|
dbiConnectionAuth => 'Authentification', |
|
|
|
|
dbiConnectionUser => 'Utilisateurs', |
|
|
|
|
dbiParams => 'Paramètres DBI', |
|
|
|
|
dbiPassword => 'Mot de passe', |
|
|
|
|
dbiPasswordMailCol => 'Champ mail', |
|
|
|
|
dbiSchema => 'Schéma', |
|
|
|
|
dbiUserChain => 'Chaîne', |
|
|
|
|
dbiUserPassword => 'Mot de passe', |
|
|
|
|
dbiUserTable => 'Table des utilisateurs', |
|
|
|
|
dbiUserUser => 'Utilisateur', |
|
|
|
|
deleteNotification => 'Marquer la notification comme validée', |
|
|
|
|
deleteSession => 'Effacer la session', |
|
|
|
|
done => 'validée', |
|
|
|
|
captcha_data => 'Répertoire des données', |
|
|
|
|
captcha_login_enabled => |
|
|
|
|
"Activation dans le formulaire d'authentification", |
|
|
|
|
captcha_mail_enabled => |
|
|
|
|
'Activation dans le formulaire de réinitialisation par mail', |
|
|
|
|
captcha_output => 'Répertoire des images', |
|
|
|
|
captcha_size => 'Taille', |
|
|
|
|
CAS_authnLevel => 'Niveau d\'authentification', |
|
|
|
|
CAS_CAFile => 'Fichier d\'AC', |
|
|
|
|
CAS_gateway => 'Authentification transparente', |
|
|
|
@ -715,6 +728,7 @@ sub fr { |
|
|
|
|
portal => 'URL', |
|
|
|
|
portalAntiFrame => 'Protection anti frame', |
|
|
|
|
portalAutocomplete => 'Auto complétion', |
|
|
|
|
portalCaptcha => 'Captcha', |
|
|
|
|
portalCheckLogins => 'Vérifier l\'historique', |
|
|
|
|
portalCustomization => 'Personnalisation', |
|
|
|
|
portalDisplayAppslist => 'Liste des applications', |
|
|
|
|