From 38724e0a64d47166cce032a61e8269ffa5fa6654 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Fri, 31 Aug 2018 17:38:36 +0200 Subject: [PATCH] Update french translation with LSaddons::exportSearchResultAsCSV example --- .../LSobjects/config.LSobjects.LSpeople.php | 14 ++++++++++++- public_html/lang/fr_FR.UTF8/lang.php | 21 +++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/public_html/conf/LSobjects/config.LSobjects.LSpeople.php b/public_html/conf/LSobjects/config.LSobjects.LSpeople.php index 878af4bc..ae3f43b4 100644 --- a/public_html/conf/LSobjects/config.LSobjects.LSpeople.php +++ b/public_html/conf/LSobjects/config.LSobjects.LSpeople.php @@ -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 diff --git a/public_html/lang/fr_FR.UTF8/lang.php b/public_html/lang/fr_FR.UTF8/lang.php index f16512e0..163f6d6e 100644 --- a/public_html/lang/fr_FR.UTF8/lang.php +++ b/public_html/lang/fr_FR.UTF8/lang.php @@ -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",