mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 14:33:49 +01:00
Update french translation with LSaddons::exportSearchResultAsCSV example
This commit is contained in:
parent
56edff0892
commit
38724e0a64
2 changed files with 34 additions and 1 deletions
|
@ -187,7 +187,19 @@ $GLOBALS['LSobjects']['LSpeople'] = array (
|
||||||
'label' => 'Mail',
|
'label' => 'Mail',
|
||||||
'LSformat' => '%{mail}'
|
'LSformat' => '%{mail}'
|
||||||
),
|
),
|
||||||
)
|
),
|
||||||
|
'customActions' => array (
|
||||||
|
'exportSearchResultAsCSV' => array (
|
||||||
|
'label' => 'Export result as CSV',
|
||||||
|
'icon' => 'export_csv',
|
||||||
|
'function' => 'exportSearchResultAsCSV',
|
||||||
|
'noConfirmation' => true,
|
||||||
|
'disableOnSuccessMsg' => true,
|
||||||
|
'rights' => array (
|
||||||
|
'admin'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
|
|
||||||
// Attributes
|
// Attributes
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
$GLOBALS['LSlang'] = array (
|
$GLOBALS['LSlang'] = array (
|
||||||
|
|
||||||
|
"%{value} (unrecognized value)" =>
|
||||||
|
"%{value} (valeur non-reconnue)",
|
||||||
|
|
||||||
"== All ==" =>
|
"== All ==" =>
|
||||||
"== Toutes ==",
|
"== Toutes ==",
|
||||||
|
|
||||||
|
@ -41,6 +44,12 @@ $GLOBALS['LSlang'] = array (
|
||||||
"Entity %{id} (unrecognized)" =>
|
"Entity %{id} (unrecognized)" =>
|
||||||
"Entité %{id} (non-reconnue)",
|
"Entité %{id} (non-reconnue)",
|
||||||
|
|
||||||
|
"Errors" =>
|
||||||
|
"Erreurs",
|
||||||
|
|
||||||
|
"Export result as CSV" =>
|
||||||
|
"Exporter le résultat au format CSV",
|
||||||
|
|
||||||
"File" =>
|
"File" =>
|
||||||
"Fichier",
|
"Fichier",
|
||||||
|
|
||||||
|
@ -71,12 +80,18 @@ $GLOBALS['LSlang'] = array (
|
||||||
"Home Directory" =>
|
"Home Directory" =>
|
||||||
"Dossier personnel",
|
"Dossier personnel",
|
||||||
|
|
||||||
|
"Identifier" =>
|
||||||
|
"Identifiant",
|
||||||
|
|
||||||
"Identifier must contain alphanumeric values, dots (.) and dashes (-) only." =>
|
"Identifier must contain alphanumeric values, dots (.) and dashes (-) only." =>
|
||||||
"L'identifiant doit contenir uniquement des valeurs alpha-numériques, avec eventuellement des points (.) et des tirets (-).",
|
"L'identifiant doit contenir uniquement des valeurs alpha-numériques, avec eventuellement des points (.) et des tirets (-).",
|
||||||
|
|
||||||
"Imported objects" =>
|
"Imported objects" =>
|
||||||
"Objets importés",
|
"Objets importés",
|
||||||
|
|
||||||
|
"Incorrect value" =>
|
||||||
|
"Valeur incorrecte",
|
||||||
|
|
||||||
"LDAP Groups" =>
|
"LDAP Groups" =>
|
||||||
"Groupes LDAP",
|
"Groupes LDAP",
|
||||||
|
|
||||||
|
@ -137,6 +152,9 @@ $GLOBALS['LSlang'] = array (
|
||||||
"Only validate data" =>
|
"Only validate data" =>
|
||||||
"Validation des données uniquement",
|
"Validation des données uniquement",
|
||||||
|
|
||||||
|
"Password" =>
|
||||||
|
"Mot de passe",
|
||||||
|
|
||||||
"Password recovery hash" =>
|
"Password recovery hash" =>
|
||||||
"Hash de récupération de mot de passe",
|
"Hash de récupération de mot de passe",
|
||||||
|
|
||||||
|
@ -224,6 +242,9 @@ Nouveau mot de passe : %{password}",
|
||||||
"Your password must contain from 8 to 10 characters." =>
|
"Your password must contain from 8 to 10 characters." =>
|
||||||
"Votre mot de passe doit contenir entre 8 et 10 caractères.",
|
"Votre mot de passe doit contenir entre 8 et 10 caractères.",
|
||||||
|
|
||||||
|
"label" =>
|
||||||
|
"label",
|
||||||
|
|
||||||
"no" =>
|
"no" =>
|
||||||
"non",
|
"non",
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue