Update french translation with LSaddons::exportSearchResultAsCSV example

This commit is contained in:
Benjamin Renard 2018-08-31 17:38:36 +02:00
parent 56edff0892
commit 38724e0a64
2 changed files with 34 additions and 1 deletions

View file

@ -187,7 +187,19 @@ $GLOBALS['LSobjects']['LSpeople'] = array (
'label' => '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

View file

@ -2,6 +2,9 @@
$GLOBALS['LSlang'] = array (
"%{value} (unrecognized value)" =>
"%{value} (valeur non-reconnue)",
"== All ==" =>
"== Toutes ==",
@ -41,6 +44,12 @@ $GLOBALS['LSlang'] = array (
"Entity %{id} (unrecognized)" =>
"Entité %{id} (non-reconnue)",
"Errors" =>
"Erreurs",
"Export result as CSV" =>
"Exporter le résultat au format CSV",
"File" =>
"Fichier",
@ -71,12 +80,18 @@ $GLOBALS['LSlang'] = array (
"Home Directory" =>
"Dossier personnel",
"Identifier" =>
"Identifiant",
"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 (-).",
"Imported objects" =>
"Objets importés",
"Incorrect value" =>
"Valeur incorrecte",
"LDAP Groups" =>
"Groupes LDAP",
@ -137,6 +152,9 @@ $GLOBALS['LSlang'] = array (
"Only validate data" =>
"Validation des données uniquement",
"Password" =>
"Mot de passe",
"Password recovery hash" =>
"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." =>
"Votre mot de passe doit contenir entre 8 et 10 caractères.",
"label" =>
"label",
"no" =>
"non",