mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
Update french translation
This commit is contained in:
parent
ddf474d6fe
commit
70b767655e
4 changed files with 1500 additions and 1306 deletions
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
@ -35,6 +35,12 @@ $GLOBALS['LSlang'] = array (
|
||||||
"E-mail address" =>
|
"E-mail address" =>
|
||||||
"Adresse e-mail",
|
"Adresse e-mail",
|
||||||
|
|
||||||
|
"Errors" =>
|
||||||
|
"Erreurs",
|
||||||
|
|
||||||
|
"File" =>
|
||||||
|
"Fichier",
|
||||||
|
|
||||||
"File size is not valid." =>
|
"File size is not valid." =>
|
||||||
"La taille du fichier est invalide.",
|
"La taille du fichier est invalide.",
|
||||||
|
|
||||||
|
@ -44,6 +50,9 @@ $GLOBALS['LSlang'] = array (
|
||||||
"First Name" =>
|
"First Name" =>
|
||||||
"Prénom",
|
"Prénom",
|
||||||
|
|
||||||
|
"Format" =>
|
||||||
|
"Format",
|
||||||
|
|
||||||
"Full Name" =>
|
"Full Name" =>
|
||||||
"Nom complet",
|
"Nom complet",
|
||||||
|
|
||||||
|
@ -62,6 +71,12 @@ $GLOBALS['LSlang'] = array (
|
||||||
"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" =>
|
||||||
|
"Objets importés",
|
||||||
|
|
||||||
|
"LDAP Groups" =>
|
||||||
|
"Groupes LDAP",
|
||||||
|
|
||||||
"LSexample" =>
|
"LSexample" =>
|
||||||
"LSexemple",
|
"LSexemple",
|
||||||
|
|
||||||
|
@ -77,6 +92,9 @@ $GLOBALS['LSlang'] = array (
|
||||||
"Last Name" =>
|
"Last Name" =>
|
||||||
"Nom",
|
"Nom",
|
||||||
|
|
||||||
|
"Mail" =>
|
||||||
|
"Mail",
|
||||||
|
|
||||||
"Main group" =>
|
"Main group" =>
|
||||||
"Groupe principal",
|
"Groupe principal",
|
||||||
|
|
||||||
|
@ -98,6 +116,12 @@ $GLOBALS['LSlang'] = array (
|
||||||
"Name must contain alphanumeric values only." =>
|
"Name must contain alphanumeric values only." =>
|
||||||
"Le nom doit contenir uniquement des valeurs alpha-numériques.",
|
"Le nom doit contenir uniquement des valeurs alpha-numériques.",
|
||||||
|
|
||||||
|
"No imported object" =>
|
||||||
|
"Aucun objet importé",
|
||||||
|
|
||||||
|
"No value" =>
|
||||||
|
"Aucune valeur",
|
||||||
|
|
||||||
"Numeric identifier" =>
|
"Numeric identifier" =>
|
||||||
"Identifiant numérique",
|
"Identifiant numérique",
|
||||||
|
|
||||||
|
@ -107,6 +131,9 @@ $GLOBALS['LSlang'] = array (
|
||||||
"One or several users don't exist." =>
|
"One or several users don't exist." =>
|
||||||
"Un ou plusieurs utilisateurs n'existent pas.",
|
"Un ou plusieurs utilisateurs n'existent pas.",
|
||||||
|
|
||||||
|
"Only validate data" =>
|
||||||
|
"Validation des données uniquement",
|
||||||
|
|
||||||
"Password" =>
|
"Password" =>
|
||||||
"Mot de passe",
|
"Mot de passe",
|
||||||
|
|
||||||
|
@ -122,6 +149,9 @@ $GLOBALS['LSlang'] = array (
|
||||||
"Posix" =>
|
"Posix" =>
|
||||||
"Posix",
|
"Posix",
|
||||||
|
|
||||||
|
"Result" =>
|
||||||
|
"Résultat",
|
||||||
|
|
||||||
"Samba" =>
|
"Samba" =>
|
||||||
"Samba",
|
"Samba",
|
||||||
|
|
||||||
|
@ -157,9 +187,18 @@ $GLOBALS['LSlang'] = array (
|
||||||
"Pour poursuivre la procédure de récupération de mot de passe, merci de suivre ce lien :
|
"Pour poursuivre la procédure de récupération de mot de passe, merci de suivre ce lien :
|
||||||
%{url}",
|
%{url}",
|
||||||
|
|
||||||
|
"Update objects if exists" =>
|
||||||
|
"Mettre à jour les objets existant",
|
||||||
|
|
||||||
|
"Updated objects" =>
|
||||||
|
"Objets mis à jour",
|
||||||
|
|
||||||
"Users" =>
|
"Users" =>
|
||||||
"Utilisateurs",
|
"Utilisateurs",
|
||||||
|
|
||||||
|
"Valid" =>
|
||||||
|
"Valide",
|
||||||
|
|
||||||
"With photo" =>
|
"With photo" =>
|
||||||
"Avec photo",
|
"Avec photo",
|
||||||
|
|
||||||
|
@ -179,6 +218,10 @@ 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.",
|
||||||
|
|
||||||
);
|
"no" =>
|
||||||
|
"non",
|
||||||
|
|
||||||
?>
|
"yes" =>
|
||||||
|
"oui",
|
||||||
|
|
||||||
|
);
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2015-07-28 17:13+0200\n"
|
"POT-Creation-Date: 2015-07-30 16:43+0200\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -17,11 +17,11 @@ msgstr ""
|
||||||
"Content-Type: text/plain; charset=CHARSET\n"
|
"Content-Type: text/plain; charset=CHARSET\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: import.php:59 view.php:56
|
#: import.php:59
|
||||||
msgid "Import"
|
msgid "Import"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSioFormat.php:61
|
#: includes/class/class.LSioFormat.php:92
|
||||||
msgid "LSioFormat : IOformat driver %{driver} invalid or unavailable."
|
msgid "LSioFormat : IOformat driver %{driver} invalid or unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -193,7 +193,7 @@ msgstr ""
|
||||||
msgid "LSldap : Error while changing the DN of the object."
|
msgid "LSldap : Error while changing the DN of the object."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSformRule_callable.php:56
|
#: includes/class/class.LSformRule_callable.php:60
|
||||||
msgid "LSformRule_callable : The given callable option is not callable"
|
msgid "LSformRule_callable : The given callable option is not callable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -239,7 +239,7 @@ msgstr ""
|
||||||
#: includes/class/class.LSsearchEntry.php:161
|
#: includes/class/class.LSsearchEntry.php:161
|
||||||
#: includes/class/class.LSformElement_select_object.php:69
|
#: includes/class/class.LSformElement_select_object.php:69
|
||||||
#: includes/class/class.LSformElement_select_object.php:85 modify.php:111
|
#: includes/class/class.LSformElement_select_object.php:85 modify.php:111
|
||||||
#: view.php:64
|
#: view.php:59
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -548,60 +548,60 @@ msgid ""
|
||||||
"data."
|
"data."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSimport.php:133
|
#: includes/class/class.LSimport.php:195
|
||||||
msgid "Error creating object on LDAP server."
|
msgid "Error creating object on LDAP server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSimport.php:159
|
#: includes/class/class.LSimport.php:221
|
||||||
msgid "Error updating object on LDAP server."
|
msgid "Error updating object on LDAP server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSimport.php:165
|
#: includes/class/class.LSimport.php:227
|
||||||
msgid "Error validating update form."
|
msgid "Error validating update form."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSimport.php:170
|
#: includes/class/class.LSimport.php:232
|
||||||
msgid "Failed to set post data on update form."
|
msgid "Failed to set post data on update form."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSimport.php:175
|
#: includes/class/class.LSimport.php:237
|
||||||
msgid ""
|
msgid ""
|
||||||
"Failed to load existing object %{dn} from LDAP server. Can't update object."
|
"Failed to load existing object %{dn} from LDAP server. Can't update object."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSimport.php:180
|
#: includes/class/class.LSimport.php:242
|
||||||
msgid "An object already exist on LDAP server with DN %{dn}."
|
msgid "An object already exist on LDAP server with DN %{dn}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSimport.php:184
|
#: includes/class/class.LSimport.php:246
|
||||||
msgid "Failed to generate DN for this object."
|
msgid "Failed to generate DN for this object."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSimport.php:188
|
#: includes/class/class.LSimport.php:250
|
||||||
msgid "Failed to validate object data."
|
msgid "Failed to validate object data."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSimport.php:194
|
#: includes/class/class.LSimport.php:256
|
||||||
msgid "Error validating creation form."
|
msgid "Error validating creation form."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSimport.php:199
|
#: includes/class/class.LSimport.php:261
|
||||||
msgid "Failed to set post data on creation form."
|
msgid "Failed to set post data on creation form."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSimport.php:243
|
#: includes/class/class.LSimport.php:319
|
||||||
msgid "LSimport : Post data not found or not completed."
|
msgid "LSimport : Post data not found or not completed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSimport.php:246
|
#: includes/class/class.LSimport.php:322
|
||||||
msgid "LSimport : object type invalid."
|
msgid "LSimport : object type invalid."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSimport.php:249
|
#: includes/class/class.LSimport.php:325
|
||||||
msgid "LSimport : input/output format %{format} invalid."
|
msgid "LSimport : input/output format %{format} invalid."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSimport.php:252
|
#: includes/class/class.LSimport.php:328
|
||||||
msgid "LSimport : Fail to initialize input/output driver"
|
msgid "LSimport : Fail to initialize input/output driver"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -764,193 +764,180 @@ msgstr ""
|
||||||
msgid "Send a mail from here."
|
msgid "Send a mail from here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:458
|
#: includes/class/class.LSldapObject.php:470
|
||||||
msgid "The attribute %{attr} is not valid."
|
msgid "The attribute %{attr} is not valid."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1889
|
#: includes/class/class.LSldapObject.php:1874
|
||||||
msgid "LSldapObject : Object type unknown."
|
msgid "LSldapObject : Object type unknown."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1892
|
#: includes/class/class.LSldapObject.php:1877
|
||||||
msgid "LSldapObject : Update form is not defined for the object %{obj}."
|
msgid "LSldapObject : Update form is not defined for the object %{obj}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1895
|
#: includes/class/class.LSldapObject.php:1880
|
||||||
msgid "LSldapObject : No form exists for the object %{obj}."
|
msgid "LSldapObject : No form exists for the object %{obj}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1898
|
#: includes/class/class.LSldapObject.php:1883
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : The function %{func} to validate the attribute %{attr} the "
|
"LSldapObject : The function %{func} to validate the attribute %{attr} the "
|
||||||
"object %{obj} is unknow."
|
"object %{obj} is unknow."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1901
|
#: includes/class/class.LSldapObject.php:1886
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : Configuration data are missing to validate the attribute "
|
"LSldapObject : Configuration data are missing to validate the attribute "
|
||||||
"%{attr} of the object %{obj}."
|
"%{attr} of the object %{obj}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1905
|
#: includes/class/class.LSldapObject.php:1890
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : The function %{func} to be executed on the object event "
|
"LSldapObject : The function %{func} to be executed on the object event "
|
||||||
"%{event} doesn't exist."
|
"%{event} doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1908
|
#: includes/class/class.LSldapObject.php:1893
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : The %{func} execution on the object event %{event} failed."
|
"LSldapObject : The %{func} execution on the object event %{event} failed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1912
|
#: includes/class/class.LSldapObject.php:1897
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : Class %{class}, which method %{meth} to be executed on the "
|
"LSldapObject : Class %{class}, which method %{meth} to be executed on the "
|
||||||
"object event %{event}, doesn't exist."
|
"object event %{event}, doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1915
|
#: includes/class/class.LSldapObject.php:1900
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : Method %{meth} within %{class} class to be executed on object "
|
"LSldapObject : Method %{meth} within %{class} class to be executed on object "
|
||||||
"event %{event}, doesn't exist."
|
"event %{event}, doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1918
|
#: includes/class/class.LSldapObject.php:1903
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : Error during execute %{meth} method within %{class} class, to "
|
"LSldapObject : Error during execute %{meth} method within %{class} class, to "
|
||||||
"be executed on object event %{event}."
|
"be executed on object event %{event}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1922
|
#: includes/class/class.LSldapObject.php:1907
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : Some configuration data of the object type %{obj} are missing "
|
"LSldapObject : Some configuration data of the object type %{obj} are missing "
|
||||||
"to generate the DN of the new object."
|
"to generate the DN of the new object."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1925
|
#: includes/class/class.LSldapObject.php:1910
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : The attibute %{attr} of the object is not yet defined. Can't "
|
"LSldapObject : The attibute %{attr} of the object is not yet defined. Can't "
|
||||||
"generate DN."
|
"generate DN."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1928
|
#: includes/class/class.LSldapObject.php:1913
|
||||||
msgid "LSldapObject : Without DN, the object could not be changed."
|
msgid "LSldapObject : Without DN, the object could not be changed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1931
|
#: includes/class/class.LSldapObject.php:1916
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : The attribute %{attr_depend} depending on the attribute "
|
"LSldapObject : The attribute %{attr_depend} depending on the attribute "
|
||||||
"%{attr} doesn't exist."
|
"%{attr} doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1934
|
#: includes/class/class.LSldapObject.php:1919
|
||||||
msgid "LSldapObject : Error during deleting the object %{objectname}."
|
msgid "LSldapObject : Error during deleting the object %{objectname}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1938
|
#: includes/class/class.LSldapObject.php:1923
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : Error during actions to be executed before renaming the objet."
|
"LSldapObject : Error during actions to be executed before renaming the objet."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1941
|
#: includes/class/class.LSldapObject.php:1926
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : Error during actions to be executed after renaming the objet."
|
"LSldapObject : Error during actions to be executed after renaming the objet."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1945
|
#: includes/class/class.LSldapObject.php:1930
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : Error during actions to be executed before deleting the objet."
|
"LSldapObject : Error during actions to be executed before deleting the objet."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1948
|
#: includes/class/class.LSldapObject.php:1933
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : Error during actions to be executed after deleting the objet."
|
"LSldapObject : Error during actions to be executed after deleting the objet."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1952
|
#: includes/class/class.LSldapObject.php:1937
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : Error during the actions to be executed before creating the "
|
"LSldapObject : Error during the actions to be executed before creating the "
|
||||||
"object."
|
"object."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1955
|
#: includes/class/class.LSldapObject.php:1940
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : Error during the actions to be executed after creating the "
|
"LSldapObject : Error during the actions to be executed after creating the "
|
||||||
"object. It was created anyway."
|
"object. It was created anyway."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1959
|
#: includes/class/class.LSldapObject.php:1944
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : The function %{func} to be executed before creating the "
|
"LSldapObject : The function %{func} to be executed before creating the "
|
||||||
"object doesn't exist."
|
"object doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1962
|
#: includes/class/class.LSldapObject.php:1947
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : Error executing the function %{func} to be execute after "
|
"LSldapObject : Error executing the function %{func} to be execute after "
|
||||||
"deleting the object."
|
"deleting the object."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1965
|
#: includes/class/class.LSldapObject.php:1950
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : The function %{func} to be executed after deleting the object "
|
"LSldapObject : The function %{func} to be executed after deleting the object "
|
||||||
"doesn't exist."
|
"doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1968
|
#: includes/class/class.LSldapObject.php:1953
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : Error executing the function %{func} to be execute after "
|
"LSldapObject : Error executing the function %{func} to be execute after "
|
||||||
"creating the object."
|
"creating the object."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1972
|
#: includes/class/class.LSldapObject.php:1957
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : %{func} function, to be executed on object event %{event}, "
|
"LSldapObject : %{func} function, to be executed on object event %{event}, "
|
||||||
"doesn't exist."
|
"doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1975
|
#: includes/class/class.LSldapObject.php:1960
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : Error during the execution of %{func} function on object "
|
"LSldapObject : Error during the execution of %{func} function on object "
|
||||||
"event %{event}."
|
"event %{event}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1979
|
#: includes/class/class.LSldapObject.php:1964
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : %{meth} method, to be executed on object event %{event}, "
|
"LSldapObject : %{meth} method, to be executed on object event %{event}, "
|
||||||
"doesn't exist."
|
"doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1982
|
#: includes/class/class.LSldapObject.php:1967
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : Error during execution of %{meth} method on object event "
|
"LSldapObject : Error during execution of %{meth} method on object event "
|
||||||
"%{event}."
|
"%{event}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1985
|
#: includes/class/class.LSldapObject.php:1970
|
||||||
msgid "LSldapObject : Error during generate LDAP filter for %{LSobject}."
|
msgid "LSldapObject : Error during generate LDAP filter for %{LSobject}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1989
|
#: includes/class/class.LSldapObject.php:1974
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSldapObject : Error during execution of the custom action %{customAction} "
|
"LSldapObject : Error during execution of the custom action %{customAction} "
|
||||||
"on %{objectname}."
|
"on %{objectname}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1993
|
#: includes/class/class.LSldapObject.php:1979
|
||||||
msgid "LSldapObject : Fail to retrieve container DN."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1996
|
|
||||||
msgid ""
|
|
||||||
"LSldapObject : The function %{func} to generate container DN is not callable."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:1999
|
|
||||||
msgid "LSldapObject : Error during generating container DN : %{error}"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/class/class.LSldapObject.php:2004
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSrelation : Some parameters are missing in the call of methods to handle "
|
"LSrelation : Some parameters are missing in the call of methods to handle "
|
||||||
"standard relations (Method : %{meth})."
|
"standard relations (Method : %{meth})."
|
||||||
|
@ -984,7 +971,7 @@ msgid "LDAP server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSsession.php:1183
|
#: includes/class/class.LSsession.php:1183
|
||||||
#: includes/class/class.LSsession.php:2172 select.php:70
|
#: includes/class/class.LSsession.php:2169 select.php:70
|
||||||
msgid "Level"
|
msgid "Level"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1104,82 +1091,36 @@ msgid ""
|
||||||
"LSsession : Fail to reconnect to LDAP server with user's LDAP credentials."
|
"LSsession : Fail to reconnect to LDAP server with user's LDAP credentials."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSsession.php:2343
|
#: includes/class/class.LSsession.php:2342
|
||||||
|
msgid "LSsession : No import/export format define for this object type."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/class/class.LSsession.php:2345
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSsession : Error during creation of list of levels. Contact administrators. "
|
"LSsession : Error during creation of list of levels. Contact administrators. "
|
||||||
"(Code : %{code})"
|
"(Code : %{code})"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSsession.php:2346
|
#: includes/class/class.LSsession.php:2348
|
||||||
msgid "LSsession : The password recovery is disabled for this LDAP server."
|
msgid "LSsession : The password recovery is disabled for this LDAP server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSsession.php:2349
|
#: includes/class/class.LSsession.php:2351
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSsession : Some informations are missing to recover your password. Contact "
|
"LSsession : Some informations are missing to recover your password. Contact "
|
||||||
"administrators."
|
"administrators."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSsession.php:2352
|
#: includes/class/class.LSsession.php:2354
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSsession : Error during password recovery. Contact administrators.(Step : "
|
"LSsession : Error during password recovery. Contact administrators.(Step : "
|
||||||
"%{step})"
|
"%{step})"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSsession.php:2356
|
#: includes/class/class.LSsession.php:2358
|
||||||
msgid "LSsession : problem during initialisation."
|
msgid "LSsession : problem during initialisation."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSattr_html_select_list.php:63
|
|
||||||
msgid "Invalid value"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/class/class.LSattr_html_select_list.php:243
|
|
||||||
msgid ""
|
|
||||||
"LSattr_html_select_list : Configuration data are missing to generate the "
|
|
||||||
"select list of the attribute %{attr}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/class/class.LSformElement_mail.php:51
|
|
||||||
msgid "Send a mail from here."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/class/class.LSformElement_ssh_key.php:57
|
|
||||||
msgid "Display the full key."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/class/class.LSformElement_ssh_key.php:79
|
|
||||||
msgid "Unknown type"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/class/class.LSmail.php:61
|
|
||||||
msgid "Email"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/class/class.LSmail.php:62
|
|
||||||
msgid "Title"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/class/class.LSmail.php:63
|
|
||||||
msgid "Message"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/class/class.LSmail.php:75
|
|
||||||
msgid "Your message has been sent successfully."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/class/class.LSconfirmBox.php:35
|
|
||||||
msgid "Confirmation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/class/class.LSconfirmBox.php:36
|
|
||||||
msgid "You confirm your choice ?"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/class/class.LSconfirmBox.php:38
|
|
||||||
msgid "Cancel"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/class/class.LSformElement_select_object.php:70
|
#: includes/class/class.LSformElement_select_object.php:70
|
||||||
msgid "Move up"
|
msgid "Move up"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1196,62 +1137,181 @@ msgstr ""
|
||||||
msgid "Display advanced search and selection panel."
|
msgid "Display advanced search and selection panel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSformElement_select_object.php:103
|
#: includes/class/class.LSconfirmBox.php:35
|
||||||
#: includes/class/class.LSformElement_select.php:58
|
msgid "Confirmation"
|
||||||
msgid "%{value} (unrecognized value)"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSformElement_select.php:52
|
#: includes/class/class.LSconfirmBox.php:36
|
||||||
msgid "Reset selection."
|
msgid "You confirm your choice ?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSformElement.php:194
|
#: includes/class/class.LSconfirmBox.php:38
|
||||||
msgid "Attribute"
|
msgid "Cancel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSattr_html.php:125
|
#: includes/addons/LSaddons.samba.php:27
|
||||||
|
msgid "SAMBA Support : Unable to load smbHash class."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.samba.php:30
|
||||||
|
msgid "SAMBA Support : The constant %{const} is not defined."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.samba.php:34
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSattr_html : The method addToForm() of the HTML type of the attribute "
|
"SAMBA Support : The constants LS_SAMBA_SID_BASE_USER and "
|
||||||
"%{attr} is not defined."
|
"LS_SAMBA_SID_BASE_GROUP must'nt have the same parity to keep SambaSID's "
|
||||||
|
"unicity."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSattr_html.php:129
|
#: includes/addons/LSaddons.samba.php:39
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSattr_html_%{type} : Multiple data are not supported for this field type."
|
"SAMBA Support : The attribute %{dependency} is missing. Unable to forge the "
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/class/class.LSformElement_valueWithUnit.php:190
|
|
||||||
msgid ""
|
|
||||||
"LSformElement_valueWithUnit : Units configuration data are missing for the "
|
|
||||||
"attribute %{attr}."
|
"attribute %{attr}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSerror.php:101
|
#: includes/addons/LSaddons.samba.php:42
|
||||||
msgid "Errors"
|
msgid "SAMBA Support : Can't get the sambaDomain object."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSerror.php:104
|
#: includes/addons/LSaddons.samba.php:45
|
||||||
msgid "Stop"
|
msgid "SAMBA Support : Error modifying the sambaDomain object."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSerror.php:224
|
#: includes/addons/LSaddons.samba.php:48
|
||||||
msgid "Unknown error : %{error}"
|
msgid "SAMBA Support : The %{attr} of the sambaDomain object is incorrect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSerror.php:225
|
#: includes/addons/LSaddons.supann.php:27
|
||||||
msgid "PHP error : %{error}"
|
msgid "SUPANN Support : The constant %{const} is not defined."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSattr_ldap_password.php:231
|
#: includes/addons/LSaddons.supann.php:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSattr_ldap_password : Encoding type %{type} is not supported. This password "
|
"SUPANN Support : The LSobject type %{type} does not exist. Can't work with "
|
||||||
"will be stored in clear text."
|
"entities.."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/class/class.LSattr_ldap_password.php:234
|
#: includes/addons/LSaddons.supann.php:33
|
||||||
|
msgid "SUPANN Support : The global array %{array} is not defined."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.supann.php:38
|
||||||
msgid ""
|
msgid ""
|
||||||
"LSattr_ldap_password : Encoding function %{function} is not callable. This "
|
"SUPANN Support : The attribute %{dependency} is missing. Unable to forge the "
|
||||||
"password will be stored in clear text."
|
"attribute %{attr}."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.supann.php:41
|
||||||
|
msgid ""
|
||||||
|
"SUPANN Support : Can't get the basedn of entities. Unable to forge the "
|
||||||
|
"attribute %{attr}."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.posix.php:27
|
||||||
|
msgid "POSIX Support : The constant %{const} is not defined."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.posix.php:31
|
||||||
|
msgid "POSIX Support : Unable to load LSaddon::FTP."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.posix.php:36
|
||||||
|
msgid ""
|
||||||
|
"POSIX : The attribute %{dependency} is missing. Unable to forge the "
|
||||||
|
"attribute %{attr}."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.mail.php:27
|
||||||
|
msgid "MAIL Support : Pear::MAIL is missing."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.mail.php:32
|
||||||
|
msgid "MAIL Error : %{msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.mail.php:36
|
||||||
|
msgid "MAIL : Error sending your email"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.ftp.php:27
|
||||||
|
msgid "FTP Support : Pear::Net_FTP is missing."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.ftp.php:31
|
||||||
|
msgid "FTP Support : The constant %{const} is not defined."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.ftp.php:37
|
||||||
|
msgid "Net_FTP Error : %{msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.ftp.php:41
|
||||||
|
msgid "FTP Support : Unable to connect to FTP Server (Step : %{step})."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.ftp.php:44
|
||||||
|
msgid "FTP Support : Unable to make directory %{dir} on the remote server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.ftp.php:47
|
||||||
|
msgid "FTP Support : Unable to delete directory %{dir} on the remote server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.ftp.php:50
|
||||||
|
msgid ""
|
||||||
|
"FTP Support : Unable to modify rights on the directory %{dir} on the remote "
|
||||||
|
"server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.ftp.php:53
|
||||||
|
msgid ""
|
||||||
|
"FTP Support : Unable to rename folder from %{old} to %{new} on the remote "
|
||||||
|
"server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.maildir.php:27
|
||||||
|
msgid "MAILDIR Support : Unable to load LSaddon::FTP."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.maildir.php:30
|
||||||
|
msgid "MAILDIR Support : The constant %{const} is not defined."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.maildir.php:35
|
||||||
|
msgid "MAILDIR : Error creating maildir on the remote server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.maildir.php:38
|
||||||
|
msgid "MAILDIR : Error deleting the maildir on the remote server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.maildir.php:41
|
||||||
|
msgid "MAILDIR : Error renaming the maildir on the remote server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.maildir.php:44
|
||||||
|
msgid "MAILDIR : Error retrieving remote path of the maildir."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.asterisk.php:27
|
||||||
|
msgid "Asterisk Support : The constant %{const} is not defined."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.asterisk.php:30
|
||||||
|
msgid "Asterisk : The function %{function} only work with %{objectName}."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.asterisk.php:33
|
||||||
|
msgid ""
|
||||||
|
"Asterisk : The attribute %{dependency} is missing. Unable to generate MD5 "
|
||||||
|
"hashed password."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: includes/addons/LSaddons.asterisk.php:36
|
||||||
|
msgid ""
|
||||||
|
"Asterisk : Clear password not availlable. Unable to generate MD5 hashed "
|
||||||
|
"password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/functions.php:113
|
#: includes/functions.php:113
|
||||||
|
@ -1267,6 +1327,41 @@ msgstr ""
|
||||||
msgid "Folder not found"
|
msgid "Folder not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: select.php:67 view.php:119
|
||||||
|
msgid "Search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: select.php:68 view.php:120
|
||||||
|
msgid "Approximative search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: select.php:69 view.php:121
|
||||||
|
msgid "Recursive search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: custom_action.php:53
|
||||||
|
msgid ""
|
||||||
|
"The custom action %{customAction} have been successfully execute on "
|
||||||
|
"%{objectname}."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: remove.php:37 remove.php:48
|
||||||
|
msgid "Deleting"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: remove.php:39
|
||||||
|
msgid "has been deleted successfully"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: custom_search_action.php:53
|
||||||
|
msgid ""
|
||||||
|
"The custom action %{title} have been successfully execute on this search."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: custom_search_action.php:68
|
||||||
|
msgid "Do you really want to execute custom action %{title} on this search ?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: image.php:37
|
#: image.php:37
|
||||||
msgid "Missing parameter"
|
msgid "Missing parameter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1295,41 +1390,6 @@ msgstr ""
|
||||||
msgid "My account"
|
msgid "My account"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: view.php:119 select.php:67
|
|
||||||
msgid "Search"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: view.php:120 select.php:68
|
|
||||||
msgid "Approximative search"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: view.php:121 select.php:69
|
|
||||||
msgid "Recursive search"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: remove.php:37 remove.php:48
|
|
||||||
msgid "Deleting"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: remove.php:39
|
|
||||||
msgid "has been deleted successfully"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: custom_action.php:53
|
|
||||||
msgid ""
|
|
||||||
"The custom action %{customAction} have been successfully execute on "
|
|
||||||
"%{objectname}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: index.php:28
|
#: index.php:28
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: custom_search_action.php:53
|
|
||||||
msgid ""
|
|
||||||
"The custom action %{title} have been successfully execute on this search."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: custom_search_action.php:68
|
|
||||||
msgid "Do you really want to execute custom action %{title} on this search ?"
|
|
||||||
msgstr ""
|
|
||||||
|
|
Loading…
Reference in a new issue