diff --git a/public_html/includes/class/class.LSsearch.php b/public_html/includes/class/class.LSsearch.php index 6041a2bf..4fc47635 100644 --- a/public_html/includes/class/class.LSsearch.php +++ b/public_html/includes/class/class.LSsearch.php @@ -122,9 +122,9 @@ class LSsearch { private function loadConfig() { $this -> config = LSconfig::get("LSobjects.".$this -> LSobject.".LSsearch"); if (is_array($this -> config['predefinedFilters'])) { - foreach(array_keys($this -> config['predefinedFilters']) as $key) { - if(!LSldap::isValidFilter($key)) { - LSerror::addErrorCode('LSsearch_01','$key'); + foreach($this -> config['predefinedFilters'] as $filter => $label) { + if(!LSldap::isValidFilter($filter)) { + LSerror::addErrorCode('LSsearch_15',array('label' => $label, 'filter' => $filter, 'type' => $this -> LSobject)); unset($this -> config['predefinedFilters'][$key]); } } @@ -1221,5 +1221,8 @@ _("LSsearch : Error sorting the search.") LSerror :: defineError('LSsearch_14', _("LSsearch : The function of the custum information %{name} is not callable.") ); +LSerror :: defineError('LSsearch_15', +_("LSsearch : Invalid predefinedFilter for LSobject type %{type} : %{label} (filter : %{filter}).") +); ?> diff --git a/public_html/lang/fr_FR.UTF8/LC_MESSAGES/ldapsaisie.mo b/public_html/lang/fr_FR.UTF8/LC_MESSAGES/ldapsaisie.mo index a43b5ba7..19a2bee1 100644 Binary files a/public_html/lang/fr_FR.UTF8/LC_MESSAGES/ldapsaisie.mo and b/public_html/lang/fr_FR.UTF8/LC_MESSAGES/ldapsaisie.mo differ diff --git a/public_html/lang/fr_FR.UTF8/LC_MESSAGES/ldapsaisie.po b/public_html/lang/fr_FR.UTF8/LC_MESSAGES/ldapsaisie.po index affda2a8..887d2a99 100644 --- a/public_html/lang/fr_FR.UTF8/LC_MESSAGES/ldapsaisie.po +++ b/public_html/lang/fr_FR.UTF8/LC_MESSAGES/ldapsaisie.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: LdapSaisie\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-04-27 15:53+0200\n" -"PO-Revision-Date: 2010-04-27 16:05+0100\n" +"POT-Creation-Date: 2010-08-27 18:57+0200\n" +"PO-Revision-Date: 2010-08-27 18:58+0100\n" "Last-Translator: Benjamin RENARD \n" "Language-Team: LdapSaisie \n" "MIME-Version: 1.0\n" @@ -19,41 +19,604 @@ msgstr "" "X-Poedit-SourceCharset: utf-8\n" "X-Poedit-Basepath: /var/www/ldapsaisie/trunk\n" -#: remove.php:35 -#: remove.php:46 -msgid "Deleting" -msgstr "Suppression" +#: modify.php:48 +#: includes/class/class.LSformElement_select_object.php:68 +#: includes/class/class.LSsearchEntry.php:145 +#: includes/class/class.LSrelation.php:82 +#: view.php:43 +msgid "Modify" +msgstr "Modifier" -#: remove.php:37 -msgid "has been deleted successfully" -msgstr "a bien été supprimé" +#: modify.php:54 +msgid "The object has been partially modified." +msgstr "L'objet a été partiellement modifié." -#: remove.php:47 -#: includes/class/class.LSrelation.php:38 -#: includes/class/class.LSform.php:147 -msgid "Do you really want to delete" -msgstr "Voulez-vous vraiment supprimer" +#: modify.php:57 +msgid "The object has been modified successfully." +msgstr "L'objet a bien été modifié." + +#: modify.php:98 +#: includes/class/class.LSsearchEntry.php:137 +msgid "View" +msgstr "Voir" + +#: modify.php:105 +#: includes/class/class.LSformElement_select_object.php:69 +#: includes/class/class.LSformElement_select_object.php:81 +#: includes/class/class.LSsearchEntry.php:161 +#: includes/class/class.LSform.php:149 +#: includes/class/class.LSrelation.php:40 +#: view.php:59 +msgid "Delete" +msgstr "Supprimer" + +#: create.php:50 +msgid "Object has been added." +msgstr "L'objet a été ajouté." + +#: create.php:89 +msgid "New" +msgstr "Nouveau" + +#: index.php:28 +msgid "Home" +msgstr "Accueil" + +#: includes/functions.php:100 +msgid "Function 'getFData' : The method %{meth} of the object %{obj} doesn't exist." +msgstr "Fonction getFData : La méthode %{meth} de l'objet %{obj} n'existe pas." + +#: includes/functions.php:202 +msgid "Folder not found" +msgstr "Dossier introuvable" + +#: includes/class/class.LSsearch.php:943 +msgid "Actions" +msgstr "Actions" + +#: includes/class/class.LSsearch.php:946 +msgid "This search didn't get any result." +msgstr "Cette recherche n'a retournée aucun résultat" + +#: includes/class/class.LSsearch.php:1183 +msgid "LSsearch : Invalid filter : %{filter}." +msgstr "LSsearch : Filtre invalide : %{filter}." + +#: includes/class/class.LSsearch.php:1186 +msgid "LSsearch : Invalid basedn : %{basedn}." +msgstr "LSsearch : Base DN invalide." + +#: includes/class/class.LSsearch.php:1189 +msgid "LSsearch : Invalid value for %{param} parameter." +msgstr "LSsearch : La valeur du paramètre %{param} est incorrecte." + +#: includes/class/class.LSsearch.php:1192 +msgid "LSsearch : Invalid size limit. Must be an integer greater or equal to 0." +msgstr "LSsearch : Limite de taille de recherche invalide. Elle doit être un entier supérieur ou égal à 0." + +#: includes/class/class.LSsearch.php:1195 +msgid "LSsearch : Invalid parameter %{attr}. Must be an boolean." +msgstr "LSsearch : Paramètre %{param} invalide. Il doit être un booléen." + +#: includes/class/class.LSsearch.php:1198 +msgid "LSsearch : Invalid parameter attributes. Must be an string or an array of strings." +msgstr "LSsearch : Paramètre 'attributes' invalide. Il doit être une chaîne de caractères ou un tableau de chaînes de caractères." + +#: includes/class/class.LSsearch.php:1201 +msgid "LSsearch : Can't build attributes list for make filter." +msgstr "LSsearch : Impossible de construire la liste des attributs pour faire le filtre." + +#: includes/class/class.LSsearch.php:1204 +msgid "LSsearch : Error building filter with attribute '%{attr}' and pattern '%{pattern}'" +msgstr "LSsearch : Problème en construisant le filtre avec l'attribut '%{attr}' et le mot clé '%{pattern}'" + +#: includes/class/class.LSsearch.php:1207 +msgid "LSsearch : Error combining filters." +msgstr "LSsearch : Problème en combinant les filtres." + +#: includes/class/class.LSsearch.php:1210 +msgid "LSsearch : Invalid pattern." +msgstr "LSsearch : Mot clé invalide." + +#: includes/class/class.LSsearch.php:1213 +msgid "LSsearch : Invalid attribute %{attr} in parameters." +msgstr "LSsearch : Attribut %{attr} incorrect dans les paramètres." + +#: includes/class/class.LSsearch.php:1216 +msgid "LSsearch : Error during the search." +msgstr "LSsearch : Erreur pendant la recherche." + +#: includes/class/class.LSsearch.php:1219 +msgid "LSsearch : Error sorting the search." +msgstr "LSsearch : Erreur pendant le trie de la recherche." + +#: includes/class/class.LSsearch.php:1222 +msgid "LSsearch : The function of the custum information %{name} is not callable." +msgstr "LSsearch : La fonction de l'information personnalisée %{name} n'est pas exécutable." + +#: includes/class/class.LSsearch.php:1225 +msgid "LSsearch : Invalid predefinedFilter for LSobject type %{type} : %{label} (filter : %{filter})." +msgstr "LSsearch : PredefinedFilter invalide pour le type d'LSobject %{type} : %{label} (filtre : %{filter})." + +#: includes/class/class.LSformElement_quota.php:80 +#: includes/class/class.LSformElement_mailQuota.php:80 +msgid "Incorrect value" +msgstr "Valeur incorrecte" + +#: includes/class/class.LSformElement_select.php:52 +msgid "Reset selection." +msgstr "Réinitiliser la sélection." + +#: includes/class/class.LSformElement_select_object.php:71 +#: includes/class/class.LSformElement.php:281 +msgid "No set value" +msgstr "Aucune valeur définie" + +#: includes/class/class.LSformElement_select_object.php:72 +msgid "No result" +msgstr "Aucun résultat" + +#: includes/class/class.LSformElement_select_object.php:79 +msgid "Fast Add" +msgstr "Ajout rapide" + +#: includes/class/class.LSformElement_select_object.php:80 +msgid "Display advanced search and selection panel." +msgstr "Afficher la fenêtre de recherche et de sélection étendue." + +#: includes/class/class.LSformElement_boolean.php:52 +msgid "Reset the choice." +msgstr "Réinitialiser le choix." + +#: includes/class/class.LSformElement_boolean.php:60 +msgid "Yes" +msgstr "Oui" + +#: includes/class/class.LSformElement_boolean.php:61 +msgid "No" +msgstr "Non" + +#: includes/class/class.LSsearchEntry.php:153 +#: view.php:51 +msgid "Copy" +msgstr "Copier" + +#: includes/class/class.LSformElement_mail.php:51 +msgid "Send a mail from here." +msgstr "Envoyer un mail depuis l'interface." + +#: includes/class/class.LSformElement_ssh_key.php:57 +msgid "Display the full key." +msgstr "Affichier la clé en entier." + +#: includes/class/class.LSformElement_ssh_key.php:79 +msgid "Unknown type" +msgstr "Type inconnu" + +#: includes/class/class.LSauth.php:140 +msgid "LSauth : Login or password incorrect." +msgstr "LSauth : Identifiant ou mot de passe incorrects." + +#: includes/class/class.LSauth.php:143 +msgid "LSauth : Impossible to identify you : Duplication of identities." +msgstr "LSauth : Impossible de vous identifier : Duplication d'identité." + +#: includes/class/class.LSauth.php:146 +msgid "LSsession : Could not load type of identifiable objects." +msgstr "LSsession : Impossible de charger le moteur de gestion de template Smarty." + +#: includes/class/class.LSldap.php:457 +msgid "LSldap : Error during the LDAP server connection (%{msg})." +msgstr "LSldap : Erreur durant la connexion au serveur LDAP (%{msg})." + +#: includes/class/class.LSldap.php:460 +msgid "LSldap : Error during the LDAP search (%{msg})." +msgstr "LSldap : Erreur pendant la recherche LDAP (%{msg})." + +#: includes/class/class.LSldap.php:463 +msgid "LSldap : Object type unknown." +msgstr "LSldap : Type d'objet inconnu." + +#: includes/class/class.LSldap.php:466 +msgid "LSldap : Error while fetching the LDAP entry." +msgstr "LSldap : Erreur durant la récupération de l'entrée LDAP." + +#: includes/class/class.LSldap.php:469 +msgid "LSldap : Error while changing the LDAP entry (DN : %{dn})." +msgstr "LSldap : Erreur durant la modification de l'entrée LDAP (DN : %{dn})." + +#: includes/class/class.LSldap.php:472 +msgid "LSldap : Error while deleting empty attributes." +msgstr "LSldap : Erreur durant la suppression des attributs vides." + +#: includes/class/class.LSldap.php:475 +msgid "LSldap : Error while changing the DN of the object." +msgstr "LSldap : Erreur pendant la modification du DN de l'objet." + +#: includes/class/class.LSconfirmBox.php:35 +msgid "Confirmation" +msgstr "Confirmation" + +#: includes/class/class.LSconfirmBox.php:36 +msgid "You confirm your choice ?" +msgstr "Confirmez-vous votre choix ?" -#: remove.php:49 #: includes/class/class.LSconfirmBox.php:37 #: includes/class/class.LSsession.php:1233 -#: includes/class/class.LSsmoothbox.php:39 #: includes/class/class.LSform.php:63 +#: includes/class/class.LSsmoothbox.php:39 +#: remove.php:49 msgid "Validate" msgstr "Valider" -#: includes/class/class.LSattr_html_select_object.php:212 -msgid "LSattr_html_select_object : LSobject type is undefined (attribute : %{attr})." -msgstr "LSattr_html_select_objet : Le type d'LSobject n'est pas définie (attritbut : %{attr})." +#: includes/class/class.LSconfirmBox.php:38 +msgid "Cancel" +msgstr "Annuler" -#: includes/class/class.LSattr_html_select_object.php:215 -msgid "LSattr_html_select_object : the value of the parameter value_attribute in the configuration of the attribute %{attrs} is incorrect. This attribute does not exists." -msgstr "LSattr_html_select_object : La valeur du paramètre value_attribute dans la configuration de l'attribut %{attr} est incorrecte. Cet attribut n'existe pas." +#: includes/class/class.LSerror.php:100 +msgid "Errors" +msgstr "Erreurs" + +#: includes/class/class.LSerror.php:103 +msgid "Stop" +msgstr "Stop" + +#: includes/class/class.LSerror.php:177 +msgid "Unknown error!" +msgstr "Erreur inconnu !" + +#: includes/class/class.LSformElement_url.php:51 +msgid "Display this website." +msgstr "Afficher le site internet." + +#: includes/class/class.LSformElement_url.php:52 +msgid "Add this website to my bookmarks." +msgstr "Ajouter ce site internet à mes favoris." + +#: includes/class/class.LSauthCAS.php:141 +msgid "LSauthCAS : Failed to load phpCAS." +msgstr "LSauthCAS : Impossible de charger phpCAS." + +#: includes/class/class.LSformElement_password.php:124 +msgid "Generate a password." +msgstr "Générer un mot de passe." + +#: includes/class/class.LSformElement_password.php:125 +msgid "Compare with stored password." +msgstr "Comparer avec le mot de passe stocké." + +#: includes/class/class.LSformElement_password.php:126 +msgid "Display password." +msgstr "Afficher le mot de passe." + +#: includes/class/class.LSformElement_password.php:127 +msgid "Display hashed password." +msgstr "Afficher le mot de passe haché." + +#: includes/class/class.LSformElement_password.php:128 +msgid "Hide password." +msgstr "Cacher le mot de passe." + +#: includes/class/class.LSformElement_password.php:129 +msgid "The password will be sent by mail if changed. Click to disable automatic notification." +msgstr "Le mot de passe sera envoyé par e-mail en cas de modification. Cliquer pour désactiver la notification." + +#: includes/class/class.LSformElement_password.php:130 +msgid "The password will not be sent if changed. Click to enable automatic notification." +msgstr "Le mot de passe ne sera pas envoyé en cas de modification. Cliquer pour activer la notification automatique." + +#: includes/class/class.LSformElement_password.php:131 +msgid "Modify the mail sent to notice the user" +msgstr "Modifier mail de notification de l'utilisateur" + +#: includes/class/class.LSformElement_password.php:189 +msgid "Notice mail sent." +msgstr "Le mail de notification a été envoyé." + +#: includes/class/class.LSformElement_maildir.php:68 +msgid "Maildir creation/modification on user creation/modification is enabled. Click to disable." +msgstr "La création/modification de la maildir en même temps que la création/modification de l'utilisateur est activée. Cliquer pour désactiver." + +#: includes/class/class.LSformElement_maildir.php:69 +msgid "Click to enable maildir creation/modification on user creation/modification." +msgstr "Cliquer pour activer la création/modification de la maildir en même temps que la création/modification du l'utilisateur." + +#: includes/class/class.LSformElement_rss.php:50 +msgid "Display RSS stack." +msgstr "Afficher la file RSS." + +#: includes/class/class.LSformRule.php:57 +msgid "LSformRule_%{type} : Parameter %{param} is not found." +msgstr "LSformRule_%{type} : Le paramètre %{param} n'est pas défini." + +#: includes/class/class.LSattr_html_select_list.php:146 +msgid "LSattr_html_select_list : Configuration data are missing to generate the select list of the attribute %{attr}." +msgstr "LSattr_html_select_list : Des données de configuration sont manquantes pour générer la liste de sélection de l'attribut %{attr}." + +#: includes/class/class.LSsession.php:1173 +msgid "Connection" +msgstr "Connexion" + +#: includes/class/class.LSsession.php:1183 +#: includes/class/class.LSsession.php:1222 +msgid "LDAP server" +msgstr "Serveur LDAP" + +#: includes/class/class.LSsession.php:1193 +#: includes/class/class.LSsession.php:2035 +#: select.php:63 +msgid "Level" +msgstr "Niveau" + +#: includes/class/class.LSsession.php:1194 +#: includes/class/class.LSsession.php:1232 +msgid "Identifier" +msgstr "Identifiant" + +#: includes/class/class.LSsession.php:1195 +msgid "Password" +msgstr "Mot de passe" + +#: includes/class/class.LSsession.php:1196 +msgid "Connect" +msgstr "Se connecter" + +#: includes/class/class.LSsession.php:1197 +msgid "Forgot your password ?" +msgstr "Mot de passe perdu ?" + +#: includes/class/class.LSsession.php:1215 +msgid "Recovery of your credentials" +msgstr "Récupération de votre mot de passe" + +#: includes/class/class.LSsession.php:1234 +msgid "Back" +msgstr "Retour" + +#: includes/class/class.LSsession.php:1236 +msgid "Please fill the identifier field to proceed recovery procedure" +msgstr "Merci d'entrer votre identifiant pour poursuivre la procédure de récupération" + +#: includes/class/class.LSsession.php:1240 +msgid "An email has been sent to %{mail}. Please follow the instructions on it." +msgstr "Un e-mail vient de vous être envoyé à l'adresse %{mail}. Merci de suivre les indications qu'il contient." + +#: includes/class/class.LSsession.php:1248 +msgid "Your new password has been sent to %{mail}. " +msgstr "Votre nouveau mot de passe vous a été envoyé à l'adresse %{mail}." + +#: includes/class/class.LSsession.php:1387 +msgid "Refresh" +msgstr "Rafraîchir" + +#: includes/class/class.LSsession.php:1403 +msgid "Language" +msgstr "Langue" + +#: includes/class/class.LSsession.php:1429 +msgid "Connected as" +msgstr "Connecté en tant que" + +#: includes/class/class.LSsession.php:2163 +msgid "LSsession : The constant %{const} is not defined." +msgstr "LSsession : La constante %{const} n'est pas définie." + +#: includes/class/class.LSsession.php:2166 +msgid "LSsession : The %{addon} support is uncertain. Verify system compatibility and the add-on configuration." +msgstr "LSsession : Le support %{addon} est incertain. Vérifiez la compatibilité du système et la configuration de l'add-on." + +#: includes/class/class.LSsession.php:2169 +msgid "LSsession : LDAP server's configuration data are invalid. Can't connect." +msgstr "LSsession : Les données de configuration du serveur LDAP sont invalide. Impossible de s'y connecter." + +#: includes/class/class.LSsession.php:2172 +msgid "LSsession : Failed to load LSobject type %{type} : unknon type." +msgstr "LSsession : Impossible de charger le type d'LSobject %{type} : type inconnu." + +#: includes/class/class.LSsession.php:2175 +msgid "LSsession : Failed to load LSclass %{class}." +msgstr "LSsession : Impossible de charger la LSclass %{class}." + +#: includes/class/class.LSsession.php:2178 +msgid "LSsession : Login or password incorrect." +msgstr "LSsession : Identifiant ou mot de passe incorrects." + +#: includes/class/class.LSsession.php:2181 +msgid "LSsession : Impossible to identify you : Duplication of identities." +msgstr "LSsession : Impossible de vous identifier : Duplication d'identité." + +#: includes/class/class.LSsession.php:2184 +msgid "LSsession : Can't load class of authentification (%{class})." +msgstr "LSsession : Impossible de charger la classe d'authentification (%{class})." + +#: includes/class/class.LSsession.php:2187 +msgid "LSsession : Can't connect to LDAP server." +msgstr "LSsession : Impossible de se connecter au serveur LDAP." + +#: includes/class/class.LSsession.php:2190 +msgid "LSsession : Impossible to authenticate you." +msgstr "LSsession : Impossible de vous identifier." + +#: includes/class/class.LSsession.php:2193 +msgid "LSsession : Your are not authorized to do this action." +msgstr "LSsession : Vous n'êtes pas autorisé à faire cette action." + +#: includes/class/class.LSsession.php:2196 +msgid "LSsession : Some informations are missing to display this page." +msgstr "LSsession : Des informations sont manquant pour afficher cette page." + +#: includes/class/class.LSsession.php:2200 +msgid "LSsession : Error during creation of list of levels. Contact administrators. (Code : %{code})" +msgstr "LSsession : Erreur durant la création de la liste des niveaux. Contacter les administrateurs. (Code : %{type})" + +#: includes/class/class.LSsession.php:2203 +msgid "LSsession : The password recovery is disabled for this LDAP server." +msgstr "LSsession : La récupération de mot de passe est désactivée pour ce serveur LDAP." + +#: includes/class/class.LSsession.php:2206 +msgid "LSsession : Some informations are missing to recover your password. Contact administrators." +msgstr "LSsession : Des informations sont manques pour pouvoir récupérer votre mot de passe. Contacter les administrateurs." + +#: includes/class/class.LSsession.php:2209 +msgid "LSsession : Error during password recovery. Contact administrators.(Step : %{step})" +msgstr "LSsession : Erreur durant la récupération de votre mot de passe. Contacter les administrateurs. (Etape : %{step})" + +#: includes/class/class.LSsession.php:2213 +msgid "LSsession : problem during initialisation." +msgstr "LSsession : Problème durant l'initialisation." #: includes/class/class.LSformElement_textarea.php:50 msgid "Clear" msgstr "Nettoyer" +#: includes/class/class.LSformRule_regex.php:65 +msgid "LSformRule_regex : Regex has not been configured to validate data." +msgstr "LSformRule_regex : L'expression régulière de vérification des données n'est pas configurée." + +#: includes/class/class.LSattr_html.php:113 +msgid "LSattr_html : The method addToForm() of the HTML type of the attribute %{attr} is not defined." +msgstr "LSattr_html : La méthode addToForm() du type HTML de l'attribut %{attr} n'est pas encore définie." + +#: includes/class/class.LSattr_html.php:117 +msgid "LSattr_html_%{type} : Multiple data are not supported for this field type." +msgstr "LSattr_html_%{type} : Les données multiples ne sont pas supportées pour ce type de champ." + +#: includes/class/class.LSform.php:93 +msgid "Add a field to add another values." +msgstr "Ajouter une autre valeur à ce champ." + +#: includes/class/class.LSform.php:94 +msgid "Delete this field." +msgstr "Supprimer cette valeur." + +#: includes/class/class.LSform.php:114 +#: includes/class/class.LSform.php:182 +msgid "No field." +msgstr "Aucun champ." + +#: includes/class/class.LSform.php:147 +#: includes/class/class.LSrelation.php:38 +#: remove.php:47 +msgid "Do you really want to delete" +msgstr "Voulez-vous vraiment supprimer" + +#: includes/class/class.LSform.php:148 +msgid "Caution" +msgstr "Attention" + +#: includes/class/class.LSform.php:203 +msgid "%{label} attribute data is not valid." +msgstr "Les données de l'attribut %{label} sont incorrectes." + +#: includes/class/class.LSform.php:277 +msgid "Mandatory field" +msgstr "Champ obligatoire" + +#: includes/class/class.LSform.php:569 +msgid "LSform : Error during the recovery of the values of the form." +msgstr "LSform : Erreur durant la récupération des valeurs du formulaire." + +#: includes/class/class.LSform.php:572 +msgid "LSform : Error durring the recovery of the value of the field '%{element}'." +msgstr "LSform : Erreur durant la recupération de la valeur du champ %{element}." + +#: includes/class/class.LSform.php:579 +msgid "LSform : The field %{element} doesn't exist." +msgstr "LSform : Le champ %{element} n'existe pas." + +#: includes/class/class.LSform.php:582 +msgid "LSfom : Field type unknow (%{type})." +msgstr "LSform : Type de champ inconnu (%{type})." + +#: includes/class/class.LSform.php:585 +msgid "LSform : Error during the creation of the element '%{element}'." +msgstr "LSform : Erreur durant la création de l'élément %{element}." + +#: includes/class/class.LSformElement_image.php:53 +msgid "Click to enlarge." +msgstr "Cliquer pour agrandir." + +#: includes/class/class.LSformElement_image.php:54 +msgid "Click to delete the picture." +msgstr "Cliquer pour supprimer cette photo." + +#: includes/class/class.LSattr_ldap_password.php:162 +msgid "LSattr_ldap_password : Encoding type %{type} is not supported. This password will be stored in clear text." +msgstr "LSattr_ldap_password : Le type d'encodage %{type} n'est pas supporté. Le mot de passe sera stocké en clair." + +#: includes/class/class.LSformElement_text.php:56 +msgid "Generate the value" +msgstr "Générer une valeur" + +#: includes/class/class.LSrelation.php:39 +msgid "Warning" +msgstr "Attention" + +#: includes/class/class.LSrelation.php:67 +#: includes/class/class.LSrelation.php:215 +msgid "No object." +msgstr "Aucun objet." + +#: includes/class/class.LSrelation.php:326 +msgid "LSrelation : The listing function for the relation %{relation} is unknow." +msgstr "LSsession : La fonction listant la relation %{relation} est inconnue." + +#: includes/class/class.LSrelation.php:329 +msgid "LSrelation : The update function of the relation %{relation} is unknow." +msgstr "LSsession : La fonction de mise à jour de la relation %{relation} est inconnue." + +#: includes/class/class.LSrelation.php:332 +msgid "LSrelation : Error during relation update of the relation %{relation}." +msgstr "LSsession : Erreur durant la mise à jour de la relation %{relation}" + +#: includes/class/class.LSrelation.php:335 +msgid "LSrelation : Object type %{LSobject} unknow (Relation : %{relation})." +msgstr "LSsession : La fonction de mise à jour de la relation %{relation} est inconnue." + +#: includes/class/class.LSattribute.php:257 +msgid "The value of field %{label} is invalid." +msgstr "La valeur du champ %{label} est incorrecte." + +#: includes/class/class.LSattribute.php:717 +msgid "LSattribute : Attribute %{attr} : LDAP or HTML types unknow (LDAP = %{ldap} & HTML = %{html})." +msgstr "LSattribute : Attribut %{attr} : Les types LDAP ou HTML sont inconnus (LDAP = %{ldap} & HTML = %{html})." + +#: includes/class/class.LSattribute.php:720 +msgid "LSattribute : The function %{func} to display the attribute %{attr} is unknow." +msgstr "LSattribute : La fonction %{func} pour afficher l'attribut %{attr} est inconnue." + +#: includes/class/class.LSattribute.php:723 +msgid "LSattribute : The rule %{rule} to validate the attribute %{attr} is unknow." +msgstr "LSattribute : La règle %{rule} de validation de l'attribut %{attr} n'existe pas." + +#: includes/class/class.LSattribute.php:726 +msgid "LSattribute : Configuration data to verify the attribute %{attr} are incorrect." +msgstr "LSattribute : Les données de configuration pour vérifier l'attribut %{attr} sont incorrecte." + +#: includes/class/class.LSattribute.php:729 +msgid "LSattribute : The function %{func} to save the attribute %{attr} is unknow." +msgstr "LSattribute : La fonction %{func} pour sauvegarder l'attribut %{attr} est inconnue." + +#: includes/class/class.LSattribute.php:732 +msgid "LSattribute : The value of the attribute %{attr} can't be generated." +msgstr "LSattribute : La valeur de l'attribut %{attr} ne peut être générée." + +#: includes/class/class.LSattribute.php:735 +msgid "LSattribute : Generation of the attribute %{attr} failed." +msgstr "LSattribute : La génération de l'attribut %{attr} a échouée." + +#: includes/class/class.LSattribute.php:738 +msgid "LSattribute : Generation of the attribute %{attr} did not return a correct value." +msgstr "LSattribute : La génération de l'attribut %{attr} n'a pas retournée de valeur correcte." + +#: includes/class/class.LSattribute.php:741 +msgid "LSattribute : The attr_%{type} of the attribute %{name} is not yet defined." +msgstr "LSattribute : L'objet attr_%{type} de l'attribut %{name} n'est pas encore défini." + +#: includes/class/class.LSformElement_xmpp.php:50 +msgid "Chat with this person." +msgstr "Discuter avec cette personne." + #: includes/class/class.LSldapObject.php:443 msgid "The attribute %{attr} is not valid." msgstr "L'attribut %{attr} n'est pas valide." @@ -182,169 +745,33 @@ msgstr "LSldapObject : Erreur durant la génération du filtre LDAP de l'objet % msgid "LSrelation : Some parameters are missing in the call of methods to handle standard relations (Method : %{meth})." msgstr "LSrelation : Des paramètres sont manquant dans l'appel des méthodes de manipulation des relations standards." -#: includes/class/class.LSsearch.php:943 -msgid "Actions" -msgstr "Actions" +#: includes/class/class.LSattr_html_maildir.php:58 +msgid "The mailbox has been moved." +msgstr "La boîte mail a été déplacée." -#: includes/class/class.LSsearch.php:946 -msgid "This search didn't get any result." -msgstr "Cette recherche n'a retournée aucun résultat" +#: includes/class/class.LSattr_html_maildir.php:65 +msgid "The mailbox has been created." +msgstr "La boîte mail a été créée." -#: includes/class/class.LSsearch.php:1183 -msgid "LSsearch : Invalid filter : %{filter}." -msgstr "LSsearch : Filtre invalide : %{filter}." +#: includes/class/class.LSattr_html_maildir.php:84 +msgid "The mailbox has been archived successfully." +msgstr "Le dossier mail a bien été archivée." -#: includes/class/class.LSsearch.php:1186 -msgid "LSsearch : Invalid basedn : %{basedn}." -msgstr "LSsearch : Base DN invalide." +#: includes/class/class.LSattr_html_maildir.php:95 +msgid "The mailbox has been deleted." +msgstr "La boîte mail a été supprimée." -#: includes/class/class.LSsearch.php:1189 -msgid "LSsearch : Invalid value for %{param} parameter." -msgstr "LSsearch : La valeur du paramètre %{param} est incorrecte." +#: includes/class/class.LSsmoothbox.php:38 +msgid "Are you sure to want to close this window and lose all changes ?" +msgstr "Êtes-vous sûre de vouloir femer cette fenêtre et de perdre tous vos changements ?" -#: includes/class/class.LSsearch.php:1192 -msgid "LSsearch : Invalid size limit. Must be an integer greater or equal to 0." -msgstr "LSsearch : Limite de taille de recherche invalide. Elle doit être un entier supérieur ou égal à 0." +#: includes/class/class.LSformElement_date.php:141 +msgid "Select in a calendar." +msgstr "Choisir dans un calendrier." -#: includes/class/class.LSsearch.php:1195 -msgid "LSsearch : Invalid parameter %{attr}. Must be an boolean." -msgstr "LSsearch : Paramètre %{param} invalide. Il doit être un booléen." - -#: includes/class/class.LSsearch.php:1198 -msgid "LSsearch : Invalid parameter attributes. Must be an string or an array of strings." -msgstr "LSsearch : Paramètre 'attributes' invalide. Il doit être une chaîne de caractères ou un tableau de chaînes de caractères." - -#: includes/class/class.LSsearch.php:1201 -msgid "LSsearch : Can't build attributes list for make filter." -msgstr "LSsearch : Impossible de construire la liste des attributs pour faire le filtre." - -#: includes/class/class.LSsearch.php:1204 -msgid "LSsearch : Error building filter with attribute '%{attr}' and pattern '%{pattern}'" -msgstr "LSsearch : Problème en construisant le filtre avec l'attribut '%{attr}' et le mot clé '%{pattern}'" - -#: includes/class/class.LSsearch.php:1207 -msgid "LSsearch : Error combining filters." -msgstr "LSsearch : Problème en combinant les filtres." - -#: includes/class/class.LSsearch.php:1210 -msgid "LSsearch : Invalid pattern." -msgstr "LSsearch : Mot clé invalide." - -#: includes/class/class.LSsearch.php:1213 -msgid "LSsearch : Invalid attribute %{attr} in parameters." -msgstr "LSsearch : Attribut %{attr} incorrect dans les paramètres." - -#: includes/class/class.LSsearch.php:1216 -msgid "LSsearch : Error during the search." -msgstr "LSsearch : Erreur pendant la recherche." - -#: includes/class/class.LSsearch.php:1219 -msgid "LSsearch : Error sorting the search." -msgstr "LSsearch : Erreur pendant le trie de la recherche." - -#: includes/class/class.LSsearch.php:1222 -msgid "LSsearch : The function of the custum information %{name} is not callable." -msgstr "LSsearch : La fonction de l'information personnalisée %{name} n'est pas exécutable." - -#: includes/class/class.LSconfirmBox.php:35 -msgid "Confirmation" -msgstr "Confirmation" - -#: includes/class/class.LSconfirmBox.php:36 -msgid "You confirm your choice ?" -msgstr "Confirmez-vous votre choix ?" - -#: includes/class/class.LSconfirmBox.php:38 -msgid "Cancel" -msgstr "Annuler" - -#: includes/class/class.LSrelation.php:39 -msgid "Warning" -msgstr "Attention" - -#: includes/class/class.LSrelation.php:40 -#: includes/class/class.LSformElement_select_object.php:69 -#: includes/class/class.LSformElement_select_object.php:81 -#: includes/class/class.LSform.php:149 -#: includes/class/class.LSsearchEntry.php:161 -#: modify.php:105 -#: view.php:59 -msgid "Delete" -msgstr "Supprimer" - -#: includes/class/class.LSrelation.php:67 -#: includes/class/class.LSrelation.php:215 -msgid "No object." -msgstr "Aucun objet." - -#: includes/class/class.LSrelation.php:82 -#: includes/class/class.LSformElement_select_object.php:68 -#: includes/class/class.LSsearchEntry.php:145 -#: modify.php:48 -#: view.php:43 -msgid "Modify" -msgstr "Modifier" - -#: includes/class/class.LSrelation.php:326 -msgid "LSrelation : The listing function for the relation %{relation} is unknow." -msgstr "LSsession : La fonction listant la relation %{relation} est inconnue." - -#: includes/class/class.LSrelation.php:329 -msgid "LSrelation : The update function of the relation %{relation} is unknow." -msgstr "LSsession : La fonction de mise à jour de la relation %{relation} est inconnue." - -#: includes/class/class.LSrelation.php:332 -msgid "LSrelation : Error during relation update of the relation %{relation}." -msgstr "LSsession : Erreur durant la mise à jour de la relation %{relation}" - -#: includes/class/class.LSrelation.php:335 -msgid "LSrelation : Object type %{LSobject} unknow (Relation : %{relation})." -msgstr "LSsession : La fonction de mise à jour de la relation %{relation} est inconnue." - -#: includes/class/class.LSformRule_regex.php:65 -msgid "LSformRule_regex : Regex has not been configured to validate data." -msgstr "LSformRule_regex : L'expression régulière de vérification des données n'est pas configurée." - -#: includes/class/class.LSformElement_ssh_key.php:57 -msgid "Display the full key." -msgstr "Affichier la clé en entier." - -#: includes/class/class.LSformElement_ssh_key.php:79 -msgid "Unknown type" -msgstr "Type inconnu" - -#: includes/class/class.LSformElement_maildir.php:68 -msgid "Maildir creation/modification on user creation/modification is enabled. Click to disable." -msgstr "La création/modification de la maildir en même temps que la création/modification de l'utilisateur est activée. Cliquer pour désactiver." - -#: includes/class/class.LSformElement_maildir.php:69 -msgid "Click to enable maildir creation/modification on user creation/modification." -msgstr "Cliquer pour activer la création/modification de la maildir en même temps que la création/modification du l'utilisateur." - -#: includes/class/class.LSformElement.php:281 -#: includes/class/class.LSformElement_select_object.php:71 -msgid "No set value" -msgstr "Aucune valeur définie" - -#: includes/class/class.LSerror.php:100 -msgid "Errors" -msgstr "Erreurs" - -#: includes/class/class.LSerror.php:103 -msgid "Stop" -msgstr "Stop" - -#: includes/class/class.LSerror.php:177 -msgid "Unknown error!" -msgstr "Erreur inconnu !" - -#: includes/class/class.LSformElement_mailQuota.php:80 -msgid "Incorrect value" -msgstr "Valeur incorrecte" - -#: includes/class/class.LSattr_ldap_password.php:162 -msgid "LSattr_ldap_password : Encoding type %{type} is not supported. This password will be stored in clear text." -msgstr "LSattr_ldap_password : Le type d'encodage %{type} n'est pas supporté. Le mot de passe sera stocké en clair." +#: includes/class/class.LSformElement_date.php:142 +msgid "Now." +msgstr "Maintenant." #: includes/class/class.LSmail.php:61 msgid "Email" @@ -362,424 +789,25 @@ msgstr "Message" msgid "Your message has been sent successfully." msgstr "Votre message a bien été envoyé." -#: includes/class/class.LSformElement_date.php:141 -msgid "Select in a calendar." -msgstr "Choisir dans un calendrier." +#: includes/class/class.LSattr_html_select_object.php:212 +msgid "LSattr_html_select_object : LSobject type is undefined (attribute : %{attr})." +msgstr "LSattr_html_select_objet : Le type d'LSobject n'est pas définie (attritbut : %{attr})." -#: includes/class/class.LSformElement_date.php:142 -msgid "Now." -msgstr "Maintenant." +#: includes/class/class.LSattr_html_select_object.php:215 +msgid "LSattr_html_select_object : the value of the parameter value_attribute in the configuration of the attribute %{attrs} is incorrect. This attribute does not exists." +msgstr "LSattr_html_select_object : La valeur du paramètre value_attribute dans la configuration de l'attribut %{attr} est incorrecte. Cet attribut n'existe pas." -#: includes/class/class.LSauthCAS.php:141 -msgid "LSauthCAS : Failed to load phpCAS." -msgstr "LSauthCAS : Impossible de charger phpCAS." +#: includes/addons/LSaddons.mail.php:27 +msgid "MAIL Support : Pear::MAIL is missing." +msgstr "Support MAIL : Pear::MAIL est manquant." -#: includes/class/class.LSldap.php:457 -msgid "LSldap : Error during the LDAP server connection (%{msg})." -msgstr "LSldap : Erreur durant la connexion au serveur LDAP (%{msg})." +#: includes/addons/LSaddons.mail.php:32 +msgid "MAIL Error : %{msg}" +msgstr "Erreur MAIL : %{msg}" -#: includes/class/class.LSldap.php:460 -msgid "LSldap : Error during the LDAP search (%{msg})." -msgstr "LSldap : Erreur pendant la recherche LDAP (%{msg})." - -#: includes/class/class.LSldap.php:463 -msgid "LSldap : Object type unknown." -msgstr "LSldap : Type d'objet inconnu." - -#: includes/class/class.LSldap.php:466 -msgid "LSldap : Error while fetching the LDAP entry." -msgstr "LSldap : Erreur durant la récupération de l'entrée LDAP." - -#: includes/class/class.LSldap.php:469 -msgid "LSldap : Error while changing the LDAP entry (DN : %{dn})." -msgstr "LSldap : Erreur durant la modification de l'entrée LDAP (DN : %{dn})." - -#: includes/class/class.LSldap.php:472 -msgid "LSldap : Error while deleting empty attributes." -msgstr "LSldap : Erreur durant la suppression des attributs vides." - -#: includes/class/class.LSldap.php:475 -msgid "LSldap : Error while changing the DN of the object." -msgstr "LSldap : Erreur pendant la modification du DN de l'objet." - -#: includes/class/class.LSformElement_text.php:56 -msgid "Generate the value" -msgstr "Générer une valeur" - -#: includes/class/class.LSformRule.php:57 -msgid "LSformRule_%{type} : Parameter %{param} is not found." -msgstr "LSformRule_%{type} : Le paramètre %{param} n'est pas défini." - -#: includes/class/class.LSsession.php:1173 -msgid "Connection" -msgstr "Connexion" - -#: includes/class/class.LSsession.php:1183 -#: includes/class/class.LSsession.php:1222 -msgid "LDAP server" -msgstr "Serveur LDAP" - -#: includes/class/class.LSsession.php:1193 -#: includes/class/class.LSsession.php:2029 -#: select.php:63 -msgid "Level" -msgstr "Niveau" - -#: includes/class/class.LSsession.php:1194 -#: includes/class/class.LSsession.php:1232 -msgid "Identifier" -msgstr "Identifiant" - -#: includes/class/class.LSsession.php:1195 -msgid "Password" -msgstr "Mot de passe" - -#: includes/class/class.LSsession.php:1196 -msgid "Connect" -msgstr "Se connecter" - -#: includes/class/class.LSsession.php:1197 -msgid "Forgot your password ?" -msgstr "Mot de passe perdu ?" - -#: includes/class/class.LSsession.php:1215 -msgid "Recovery of your credentials" -msgstr "Récupération de votre mot de passe" - -#: includes/class/class.LSsession.php:1234 -msgid "Back" -msgstr "Retour" - -#: includes/class/class.LSsession.php:1236 -msgid "Please fill the identifier field to proceed recovery procedure" -msgstr "Merci d'entrer votre identifiant pour poursuivre la procédure de récupération" - -#: includes/class/class.LSsession.php:1240 -msgid "An email has been sent to %{mail}. Please follow the instructions on it." -msgstr "Un e-mail vient de vous être envoyé à l'adresse %{mail}. Merci de suivre les indications qu'il contient." - -#: includes/class/class.LSsession.php:1248 -msgid "Your new password has been sent to %{mail}. " -msgstr "Votre nouveau mot de passe vous a été envoyé à l'adresse %{mail}." - -#: includes/class/class.LSsession.php:1387 -msgid "Refresh" -msgstr "Rafraîchir" - -#: includes/class/class.LSsession.php:1403 -msgid "Language" -msgstr "Langue" - -#: includes/class/class.LSsession.php:1429 -msgid "Connected as" -msgstr "Connecté en tant que" - -#: includes/class/class.LSsession.php:2157 -msgid "LSsession : The constant %{const} is not defined." -msgstr "LSsession : La constante %{const} n'est pas définie." - -#: includes/class/class.LSsession.php:2160 -msgid "LSsession : The %{addon} support is uncertain. Verify system compatibility and the add-on configuration." -msgstr "LSsession : Le support %{addon} est incertain. Vérifiez la compatibilité du système et la configuration de l'add-on." - -#: includes/class/class.LSsession.php:2163 -msgid "LSsession : LDAP server's configuration data are invalid. Can't connect." -msgstr "LSsession : Les données de configuration du serveur LDAP sont invalide. Impossible de s'y connecter." - -#: includes/class/class.LSsession.php:2166 -msgid "LSsession : Failed to load LSobject type %{type} : unknon type." -msgstr "LSsession : Impossible de charger le type d'LSobject %{type} : type inconnu." - -#: includes/class/class.LSsession.php:2169 -msgid "LSsession : Failed to load LSclass %{class}." -msgstr "LSsession : Impossible de charger la LSclass %{class}." - -#: includes/class/class.LSsession.php:2172 -msgid "LSsession : Login or password incorrect." -msgstr "LSsession : Identifiant ou mot de passe incorrects." - -#: includes/class/class.LSsession.php:2175 -msgid "LSsession : Impossible to identify you : Duplication of identities." -msgstr "LSsession : Impossible de vous identifier : Duplication d'identité." - -#: includes/class/class.LSsession.php:2178 -msgid "LSsession : Can't load class of authentification (%{class})." -msgstr "LSsession : Impossible de charger la classe d'authentification (%{class})." - -#: includes/class/class.LSsession.php:2181 -msgid "LSsession : Can't connect to LDAP server." -msgstr "LSsession : Impossible de se connecter au serveur LDAP." - -#: includes/class/class.LSsession.php:2184 -msgid "LSsession : Impossible to authenticate you." -msgstr "LSsession : Impossible de vous identifier." - -#: includes/class/class.LSsession.php:2187 -msgid "LSsession : Your are not authorized to do this action." -msgstr "LSsession : Vous n'êtes pas autorisé à faire cette action." - -#: includes/class/class.LSsession.php:2190 -msgid "LSsession : Some informations are missing to display this page." -msgstr "LSsession : Des informations sont manquant pour afficher cette page." - -#: includes/class/class.LSsession.php:2194 -msgid "LSsession : Error during creation of list of levels. Contact administrators. (Code : %{code})" -msgstr "LSsession : Erreur durant la création de la liste des niveaux. Contacter les administrateurs. (Code : %{type})" - -#: includes/class/class.LSsession.php:2197 -msgid "LSsession : The password recovery is disabled for this LDAP server." -msgstr "LSsession : La récupération de mot de passe est désactivée pour ce serveur LDAP." - -#: includes/class/class.LSsession.php:2200 -msgid "LSsession : Some informations are missing to recover your password. Contact administrators." -msgstr "LSsession : Des informations sont manques pour pouvoir récupérer votre mot de passe. Contacter les administrateurs." - -#: includes/class/class.LSsession.php:2203 -msgid "LSsession : Error during password recovery. Contact administrators.(Step : %{step})" -msgstr "LSsession : Erreur durant la récupération de votre mot de passe. Contacter les administrateurs. (Etape : %{step})" - -#: includes/class/class.LSsession.php:2207 -msgid "LSsession : problem during initialisation." -msgstr "LSsession : Problème durant l'initialisation." - -#: includes/class/class.LSattr_html_select_list.php:146 -msgid "LSattr_html_select_list : Configuration data are missing to generate the select list of the attribute %{attr}." -msgstr "LSattr_html_select_list : Des données de configuration sont manquantes pour générer la liste de sélection de l'attribut %{attr}." - -#: includes/class/class.LSsmoothbox.php:38 -msgid "Are you sure to want to close this window and lose all changes ?" -msgstr "Êtes-vous sûre de vouloir femer cette fenêtre et de perdre tous vos changements ?" - -#: includes/class/class.LSformElement_select_object.php:72 -msgid "No result" -msgstr "Aucun résultat" - -#: includes/class/class.LSformElement_select_object.php:79 -msgid "Fast Add" -msgstr "Ajout rapide" - -#: includes/class/class.LSformElement_select_object.php:80 -msgid "Display advanced search and selection panel." -msgstr "Afficher la fenêtre de recherche et de sélection étendue." - -#: includes/class/class.LSform.php:93 -msgid "Add a field to add another values." -msgstr "Ajouter une autre valeur à ce champ." - -#: includes/class/class.LSform.php:94 -msgid "Delete this field." -msgstr "Supprimer cette valeur." - -#: includes/class/class.LSform.php:114 -#: includes/class/class.LSform.php:182 -msgid "No field." -msgstr "Aucun champ." - -#: includes/class/class.LSform.php:148 -msgid "Caution" -msgstr "Attention" - -#: includes/class/class.LSform.php:203 -msgid "%{label} attribute data is not valid." -msgstr "Les données de l'attribut %{label} sont incorrectes." - -#: includes/class/class.LSform.php:277 -msgid "Mandatory field" -msgstr "Champ obligatoire" - -#: includes/class/class.LSform.php:569 -msgid "LSform : Error during the recovery of the values of the form." -msgstr "LSform : Erreur durant la récupération des valeurs du formulaire." - -#: includes/class/class.LSform.php:572 -msgid "LSform : Error durring the recovery of the value of the field '%{element}'." -msgstr "LSform : Erreur durant la recupération de la valeur du champ %{element}." - -#: includes/class/class.LSform.php:579 -msgid "LSform : The field %{element} doesn't exist." -msgstr "LSform : Le champ %{element} n'existe pas." - -#: includes/class/class.LSform.php:582 -msgid "LSfom : Field type unknow (%{type})." -msgstr "LSform : Type de champ inconnu (%{type})." - -#: includes/class/class.LSform.php:585 -msgid "LSform : Error during the creation of the element '%{element}'." -msgstr "LSform : Erreur durant la création de l'élément %{element}." - -#: includes/class/class.LSformElement_url.php:51 -msgid "Display this website." -msgstr "Afficher le site internet." - -#: includes/class/class.LSformElement_url.php:52 -msgid "Add this website to my bookmarks." -msgstr "Ajouter ce site internet à mes favoris." - -#: includes/class/class.LSformElement_select.php:52 -msgid "Reset selection." -msgstr "Réinitiliser la sélection." - -#: includes/class/class.LSattr_html_maildir.php:58 -msgid "The mailbox has been moved." -msgstr "La boîte mail a été déplacée." - -#: includes/class/class.LSattr_html_maildir.php:65 -msgid "The mailbox has been created." -msgstr "La boîte mail a été créée." - -#: includes/class/class.LSattr_html_maildir.php:84 -msgid "The mailbox has been archived successfully." -msgstr "Le dossier mail a bien été archivée." - -#: includes/class/class.LSattr_html_maildir.php:95 -msgid "The mailbox has been deleted." -msgstr "La boîte mail a été supprimée." - -#: includes/class/class.LSformElement_xmpp.php:50 -msgid "Chat with this person." -msgstr "Discuter avec cette personne." - -#: includes/class/class.LSattr_html.php:113 -msgid "LSattr_html : The method addToForm() of the HTML type of the attribute %{attr} is not defined." -msgstr "LSattr_html : La méthode addToForm() du type HTML de l'attribut %{attr} n'est pas encore définie." - -#: includes/class/class.LSattr_html.php:117 -msgid "LSattr_html_%{type} : Multiple data are not supported for this field type." -msgstr "LSattr_html_%{type} : Les données multiples ne sont pas supportées pour ce type de champ." - -#: includes/class/class.LSsearchEntry.php:137 -#: modify.php:98 -msgid "View" -msgstr "Voir" - -#: includes/class/class.LSsearchEntry.php:153 -#: view.php:51 -msgid "Copy" -msgstr "Copier" - -#: includes/class/class.LSauth.php:140 -msgid "LSauth : Login or password incorrect." -msgstr "LSauth : Identifiant ou mot de passe incorrects." - -#: includes/class/class.LSauth.php:143 -msgid "LSauth : Impossible to identify you : Duplication of identities." -msgstr "LSauth : Impossible de vous identifier : Duplication d'identité." - -#: includes/class/class.LSauth.php:146 -msgid "LSsession : Could not load type of identifiable objects." -msgstr "LSsession : Impossible de charger le moteur de gestion de template Smarty." - -#: includes/class/class.LSformElement_password.php:124 -msgid "Generate a password." -msgstr "Générer un mot de passe." - -#: includes/class/class.LSformElement_password.php:125 -msgid "Compare with stored password." -msgstr "Comparer avec le mot de passe stocké." - -#: includes/class/class.LSformElement_password.php:126 -msgid "Display password." -msgstr "Afficher le mot de passe." - -#: includes/class/class.LSformElement_password.php:127 -msgid "Display hashed password." -msgstr "Afficher le mot de passe haché." - -#: includes/class/class.LSformElement_password.php:128 -msgid "Hide password." -msgstr "Cacher le mot de passe." - -#: includes/class/class.LSformElement_password.php:129 -msgid "The password will be sent by mail if changed. Click to disable automatic notification." -msgstr "Le mot de passe sera envoyé par e-mail en cas de modification. Cliquer pour désactiver la notification." - -#: includes/class/class.LSformElement_password.php:130 -msgid "The password will not be sent if changed. Click to enable automatic notification." -msgstr "Le mot de passe ne sera pas envoyé en cas de modification. Cliquer pour activer la notification automatique." - -#: includes/class/class.LSformElement_password.php:131 -msgid "Modify the mail sent to notice the user" -msgstr "Modifier mail de notification de l'utilisateur" - -#: includes/class/class.LSformElement_password.php:189 -msgid "Notice mail sent." -msgstr "Le mail de notification a été envoyé." - -#: includes/class/class.LSformElement_image.php:53 -msgid "Click to enlarge." -msgstr "Cliquer pour agrandir." - -#: includes/class/class.LSformElement_image.php:54 -msgid "Click to delete the picture." -msgstr "Cliquer pour supprimer cette photo." - -#: includes/class/class.LSformElement_rss.php:50 -msgid "Display RSS stack." -msgstr "Afficher la file RSS." - -#: includes/class/class.LSattribute.php:257 -msgid "The value of field %{label} is invalid." -msgstr "La valeur du champ %{label} est incorrecte." - -#: includes/class/class.LSattribute.php:717 -msgid "LSattribute : Attribute %{attr} : LDAP or HTML types unknow (LDAP = %{ldap} & HTML = %{html})." -msgstr "LSattribute : Attribut %{attr} : Les types LDAP ou HTML sont inconnus (LDAP = %{ldap} & HTML = %{html})." - -#: includes/class/class.LSattribute.php:720 -msgid "LSattribute : The function %{func} to display the attribute %{attr} is unknow." -msgstr "LSattribute : La fonction %{func} pour afficher l'attribut %{attr} est inconnue." - -#: includes/class/class.LSattribute.php:723 -msgid "LSattribute : The rule %{rule} to validate the attribute %{attr} is unknow." -msgstr "LSattribute : La règle %{rule} de validation de l'attribut %{attr} n'existe pas." - -#: includes/class/class.LSattribute.php:726 -msgid "LSattribute : Configuration data to verify the attribute %{attr} are incorrect." -msgstr "LSattribute : Les données de configuration pour vérifier l'attribut %{attr} sont incorrecte." - -#: includes/class/class.LSattribute.php:729 -msgid "LSattribute : The function %{func} to save the attribute %{attr} is unknow." -msgstr "LSattribute : La fonction %{func} pour sauvegarder l'attribut %{attr} est inconnue." - -#: includes/class/class.LSattribute.php:732 -msgid "LSattribute : The value of the attribute %{attr} can't be generated." -msgstr "LSattribute : La valeur de l'attribut %{attr} ne peut être générée." - -#: includes/class/class.LSattribute.php:735 -msgid "LSattribute : Generation of the attribute %{attr} failed." -msgstr "LSattribute : La génération de l'attribut %{attr} a échouée." - -#: includes/class/class.LSattribute.php:738 -msgid "LSattribute : Generation of the attribute %{attr} did not return a correct value." -msgstr "LSattribute : La génération de l'attribut %{attr} n'a pas retournée de valeur correcte." - -#: includes/class/class.LSattribute.php:741 -msgid "LSattribute : The attr_%{type} of the attribute %{name} is not yet defined." -msgstr "LSattribute : L'objet attr_%{type} de l'attribut %{name} n'est pas encore défini." - -#: includes/class/class.LSformElement_mail.php:51 -msgid "Send a mail from here." -msgstr "Envoyer un mail depuis l'interface." - -#: includes/class/class.LSformElement_boolean.php:52 -msgid "Reset the choice." -msgstr "Réinitialiser le choix." - -#: includes/class/class.LSformElement_boolean.php:60 -msgid "Yes" -msgstr "Oui" - -#: includes/class/class.LSformElement_boolean.php:61 -msgid "No" -msgstr "Non" - -#: includes/functions.php:100 -msgid "Function 'getFData' : The method %{meth} of the object %{obj} doesn't exist." -msgstr "Fonction getFData : La méthode %{meth} de l'objet %{obj} n'existe pas." - -#: includes/functions.php:191 -msgid "Folder not found" -msgstr "Dossier introuvable" +#: includes/addons/LSaddons.mail.php:36 +msgid "MAIL : Error sending your email" +msgstr "MAIL : Erreur durant l'envoie de votre mail." #: includes/addons/LSaddons.supann.php:27 msgid "SUPANN Support : The constant %{const} is not defined." @@ -829,18 +857,6 @@ msgstr "Support FTP : Impossible de modifier les droits sur le dossier %{dir} su msgid "FTP Support : Unable to rename folder from %{old} to %{new} on the remote server." msgstr "Support FTP : Impossible de renommer le dossier %{old} en %{new} sur le serveur distant." -#: includes/addons/LSaddons.mail.php:27 -msgid "MAIL Support : Pear::MAIL is missing." -msgstr "Support MAIL : Pear::MAIL est manquant." - -#: includes/addons/LSaddons.mail.php:32 -msgid "MAIL Error : %{msg}" -msgstr "Erreur MAIL : %{msg}" - -#: includes/addons/LSaddons.mail.php:36 -msgid "MAIL : Error sending your email" -msgstr "MAIL : Erreur durant l'envoie de votre mail." - #: includes/addons/LSaddons.maildir.php:27 msgid "MAILDIR Support : Unable to load LSaddon::FTP." msgstr "Support MAILDIR : Impossible de charger LSaddon::FTP." @@ -865,18 +881,6 @@ msgstr "MAILDIR : Erreur durant le renommage du dossier des mails sur le serveur msgid "MAILDIR : Error retrieving remote path of the maildir." msgstr "MAILDIR : Erreur durant la récupération du chemin distant du dossier des mails." -#: includes/addons/LSaddons.posix.php:27 -msgid "POSIX Support : The constant %{const} is not defined." -msgstr "Support POSIX : La constante %{const} n'est pas définie." - -#: includes/addons/LSaddons.posix.php:31 -msgid "POSIX Support : Unable to load LSaddon::FTP." -msgstr "Support POSIX : Impossible de charger LSaddon::FTP." - -#: includes/addons/LSaddons.posix.php:36 -msgid "POSIX : The attribute %{dependency} is missing. Unable to forge the attribute %{attr}." -msgstr "Support POSIX : L'attribut %{dependency} est manquant. Impossible de générer l'attribut %{attr}." - #: includes/addons/LSaddons.samba.php:27 msgid "SAMBA Support : Unable to load smbHash class." msgstr "Support SAMBA : Impossible de charger la classe smbHash." @@ -905,13 +909,17 @@ msgstr "SAMBA Support : Erreur durant la modification de l'objet sambaDomain." msgid "SAMBA Support : The %{attr} of the sambaDomain object is incorrect." msgstr "SAMBA Support : L'attribut %{attr} de l'objet sambaDomain est incorrect." -#: modify.php:54 -msgid "The object has been partially modified." -msgstr "L'objet a été partiellement modifié." +#: includes/addons/LSaddons.posix.php:27 +msgid "POSIX Support : The constant %{const} is not defined." +msgstr "Support POSIX : La constante %{const} n'est pas définie." -#: modify.php:57 -msgid "The object has been modified successfully." -msgstr "L'objet a bien été modifié." +#: includes/addons/LSaddons.posix.php:31 +msgid "POSIX Support : Unable to load LSaddon::FTP." +msgstr "Support POSIX : Impossible de charger LSaddon::FTP." + +#: includes/addons/LSaddons.posix.php:36 +msgid "POSIX : The attribute %{dependency} is missing. Unable to forge the attribute %{attr}." +msgstr "Support POSIX : L'attribut %{dependency} est manquant. Impossible de générer l'attribut %{attr}." #: select.php:60 #: view.php:102 @@ -928,22 +936,19 @@ msgstr "Recherche approximative" msgid "Recursive search" msgstr "Recherche récursive" -#: create.php:50 -msgid "Object has been added." -msgstr "L'objet a été ajouté." - -#: create.php:89 -msgid "New" -msgstr "Nouveau" - -#: index.php:28 -msgid "Home" -msgstr "Accueil" - #: view.php:72 msgid "My account" msgstr "Mon compte" +#: remove.php:35 +#: remove.php:46 +msgid "Deleting" +msgstr "Suppression" + +#: remove.php:37 +msgid "has been deleted successfully" +msgstr "a bien été supprimé" + #~ msgid "LSsession : Can't load Smarty template engine." #~ msgstr "" #~ "LSsession : Impossible de charger le moteur de gestion de template Smarty." diff --git a/public_html/lang/ldapsaisie.pot b/public_html/lang/ldapsaisie.pot index 5e797da1..c520bd6e 100644 --- a/public_html/lang/ldapsaisie.pot +++ b/public_html/lang/ldapsaisie.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-04-27 15:53+0200\n" +"POT-Creation-Date: 2010-08-27 18:57+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,41 +16,639 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: remove.php:35 remove.php:46 -msgid "Deleting" +#: modify.php:48 includes/class/class.LSformElement_select_object.php:68 +#: includes/class/class.LSsearchEntry.php:145 +#: includes/class/class.LSrelation.php:82 view.php:43 +msgid "Modify" msgstr "" -#: remove.php:37 -msgid "has been deleted successfully" +#: modify.php:54 +msgid "The object has been partially modified." msgstr "" -#: remove.php:47 includes/class/class.LSrelation.php:38 -#: includes/class/class.LSform.php:147 -msgid "Do you really want to delete" +#: modify.php:57 +msgid "The object has been modified successfully." msgstr "" -#: remove.php:49 includes/class/class.LSconfirmBox.php:37 -#: includes/class/class.LSsession.php:1233 -#: includes/class/class.LSsmoothbox.php:39 includes/class/class.LSform.php:63 +#: modify.php:98 includes/class/class.LSsearchEntry.php:137 +msgid "View" +msgstr "" + +#: modify.php:105 includes/class/class.LSformElement_select_object.php:69 +#: includes/class/class.LSformElement_select_object.php:81 +#: includes/class/class.LSsearchEntry.php:161 +#: includes/class/class.LSform.php:149 includes/class/class.LSrelation.php:40 +#: view.php:59 +msgid "Delete" +msgstr "" + +#: create.php:50 +msgid "Object has been added." +msgstr "" + +#: create.php:89 +msgid "New" +msgstr "" + +#: index.php:28 +msgid "Home" +msgstr "" + +#: includes/functions.php:100 +msgid "" +"Function 'getFData' : The method %{meth} of the object %{obj} doesn't exist." +msgstr "" + +#: includes/functions.php:202 +msgid "Folder not found" +msgstr "" + +#: includes/class/class.LSsearch.php:943 +msgid "Actions" +msgstr "" + +#: includes/class/class.LSsearch.php:946 +msgid "This search didn't get any result." +msgstr "" + +#: includes/class/class.LSsearch.php:1183 +msgid "LSsearch : Invalid filter : %{filter}." +msgstr "" + +#: includes/class/class.LSsearch.php:1186 +msgid "LSsearch : Invalid basedn : %{basedn}." +msgstr "" + +#: includes/class/class.LSsearch.php:1189 +msgid "LSsearch : Invalid value for %{param} parameter." +msgstr "" + +#: includes/class/class.LSsearch.php:1192 +msgid "" +"LSsearch : Invalid size limit. Must be an integer greater or equal to 0." +msgstr "" + +#: includes/class/class.LSsearch.php:1195 +msgid "LSsearch : Invalid parameter %{attr}. Must be an boolean." +msgstr "" + +#: includes/class/class.LSsearch.php:1198 +msgid "" +"LSsearch : Invalid parameter attributes. Must be an string or an array of " +"strings." +msgstr "" + +#: includes/class/class.LSsearch.php:1201 +msgid "LSsearch : Can't build attributes list for make filter." +msgstr "" + +#: includes/class/class.LSsearch.php:1204 +msgid "" +"LSsearch : Error building filter with attribute '%{attr}' and pattern '%" +"{pattern}'" +msgstr "" + +#: includes/class/class.LSsearch.php:1207 +msgid "LSsearch : Error combining filters." +msgstr "" + +#: includes/class/class.LSsearch.php:1210 +msgid "LSsearch : Invalid pattern." +msgstr "" + +#: includes/class/class.LSsearch.php:1213 +msgid "LSsearch : Invalid attribute %{attr} in parameters." +msgstr "" + +#: includes/class/class.LSsearch.php:1216 +msgid "LSsearch : Error during the search." +msgstr "" + +#: includes/class/class.LSsearch.php:1219 +msgid "LSsearch : Error sorting the search." +msgstr "" + +#: includes/class/class.LSsearch.php:1222 +msgid "" +"LSsearch : The function of the custum information %{name} is not callable." +msgstr "" + +#: includes/class/class.LSsearch.php:1225 +msgid "" +"LSsearch : Invalid predefinedFilter for LSobject type %{type} : %{label} " +"(filter : %{filter})." +msgstr "" + +#: includes/class/class.LSformElement_quota.php:80 +#: includes/class/class.LSformElement_mailQuota.php:80 +msgid "Incorrect value" +msgstr "" + +#: includes/class/class.LSformElement_select.php:52 +msgid "Reset selection." +msgstr "" + +#: includes/class/class.LSformElement_select_object.php:71 +#: includes/class/class.LSformElement.php:281 +msgid "No set value" +msgstr "" + +#: includes/class/class.LSformElement_select_object.php:72 +msgid "No result" +msgstr "" + +#: includes/class/class.LSformElement_select_object.php:79 +msgid "Fast Add" +msgstr "" + +#: includes/class/class.LSformElement_select_object.php:80 +msgid "Display advanced search and selection panel." +msgstr "" + +#: includes/class/class.LSformElement_boolean.php:52 +msgid "Reset the choice." +msgstr "" + +#: includes/class/class.LSformElement_boolean.php:60 +msgid "Yes" +msgstr "" + +#: includes/class/class.LSformElement_boolean.php:61 +msgid "No" +msgstr "" + +#: includes/class/class.LSsearchEntry.php:153 view.php:51 +msgid "Copy" +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.LSauth.php:140 +msgid "LSauth : Login or password incorrect." +msgstr "" + +#: includes/class/class.LSauth.php:143 +msgid "LSauth : Impossible to identify you : Duplication of identities." +msgstr "" + +#: includes/class/class.LSauth.php:146 +msgid "LSsession : Could not load type of identifiable objects." +msgstr "" + +#: includes/class/class.LSldap.php:457 +msgid "LSldap : Error during the LDAP server connection (%{msg})." +msgstr "" + +#: includes/class/class.LSldap.php:460 +msgid "LSldap : Error during the LDAP search (%{msg})." +msgstr "" + +#: includes/class/class.LSldap.php:463 +msgid "LSldap : Object type unknown." +msgstr "" + +#: includes/class/class.LSldap.php:466 +msgid "LSldap : Error while fetching the LDAP entry." +msgstr "" + +#: includes/class/class.LSldap.php:469 +msgid "LSldap : Error while changing the LDAP entry (DN : %{dn})." +msgstr "" + +#: includes/class/class.LSldap.php:472 +msgid "LSldap : Error while deleting empty attributes." +msgstr "" + +#: includes/class/class.LSldap.php:475 +msgid "LSldap : Error while changing the DN of the object." +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:37 +#: includes/class/class.LSsession.php:1233 includes/class/class.LSform.php:63 +#: includes/class/class.LSsmoothbox.php:39 remove.php:49 msgid "Validate" msgstr "" -#: includes/class/class.LSattr_html_select_object.php:212 -msgid "" -"LSattr_html_select_object : LSobject type is undefined (attribute : %{attr})." +#: includes/class/class.LSconfirmBox.php:38 +msgid "Cancel" msgstr "" -#: includes/class/class.LSattr_html_select_object.php:215 +#: includes/class/class.LSerror.php:100 +msgid "Errors" +msgstr "" + +#: includes/class/class.LSerror.php:103 +msgid "Stop" +msgstr "" + +#: includes/class/class.LSerror.php:177 +msgid "Unknown error!" +msgstr "" + +#: includes/class/class.LSformElement_url.php:51 +msgid "Display this website." +msgstr "" + +#: includes/class/class.LSformElement_url.php:52 +msgid "Add this website to my bookmarks." +msgstr "" + +#: includes/class/class.LSauthCAS.php:141 +msgid "LSauthCAS : Failed to load phpCAS." +msgstr "" + +#: includes/class/class.LSformElement_password.php:124 +msgid "Generate a password." +msgstr "" + +#: includes/class/class.LSformElement_password.php:125 +msgid "Compare with stored password." +msgstr "" + +#: includes/class/class.LSformElement_password.php:126 +msgid "Display password." +msgstr "" + +#: includes/class/class.LSformElement_password.php:127 +msgid "Display hashed password." +msgstr "" + +#: includes/class/class.LSformElement_password.php:128 +msgid "Hide password." +msgstr "" + +#: includes/class/class.LSformElement_password.php:129 msgid "" -"LSattr_html_select_object : the value of the parameter value_attribute in " -"the configuration of the attribute %{attrs} is incorrect. This attribute " -"does not exists." +"The password will be sent by mail if changed. Click to disable automatic " +"notification." +msgstr "" + +#: includes/class/class.LSformElement_password.php:130 +msgid "" +"The password will not be sent if changed. Click to enable automatic " +"notification." +msgstr "" + +#: includes/class/class.LSformElement_password.php:131 +msgid "Modify the mail sent to notice the user" +msgstr "" + +#: includes/class/class.LSformElement_password.php:189 +msgid "Notice mail sent." +msgstr "" + +#: includes/class/class.LSformElement_maildir.php:68 +msgid "" +"Maildir creation/modification on user creation/modification is enabled. " +"Click to disable." +msgstr "" + +#: includes/class/class.LSformElement_maildir.php:69 +msgid "" +"Click to enable maildir creation/modification on user creation/modification." +msgstr "" + +#: includes/class/class.LSformElement_rss.php:50 +msgid "Display RSS stack." +msgstr "" + +#: includes/class/class.LSformRule.php:57 +msgid "LSformRule_%{type} : Parameter %{param} is not found." +msgstr "" + +#: includes/class/class.LSattr_html_select_list.php:146 +msgid "" +"LSattr_html_select_list : Configuration data are missing to generate the " +"select list of the attribute %{attr}." +msgstr "" + +#: includes/class/class.LSsession.php:1173 +msgid "Connection" +msgstr "" + +#: includes/class/class.LSsession.php:1183 +#: includes/class/class.LSsession.php:1222 +msgid "LDAP server" +msgstr "" + +#: includes/class/class.LSsession.php:1193 +#: includes/class/class.LSsession.php:2035 select.php:63 +msgid "Level" +msgstr "" + +#: includes/class/class.LSsession.php:1194 +#: includes/class/class.LSsession.php:1232 +msgid "Identifier" +msgstr "" + +#: includes/class/class.LSsession.php:1195 +msgid "Password" +msgstr "" + +#: includes/class/class.LSsession.php:1196 +msgid "Connect" +msgstr "" + +#: includes/class/class.LSsession.php:1197 +msgid "Forgot your password ?" +msgstr "" + +#: includes/class/class.LSsession.php:1215 +msgid "Recovery of your credentials" +msgstr "" + +#: includes/class/class.LSsession.php:1234 +msgid "Back" +msgstr "" + +#: includes/class/class.LSsession.php:1236 +msgid "Please fill the identifier field to proceed recovery procedure" +msgstr "" + +#: includes/class/class.LSsession.php:1240 +msgid "" +"An email has been sent to %{mail}. Please follow the instructions on it." +msgstr "" + +#: includes/class/class.LSsession.php:1248 +msgid "Your new password has been sent to %{mail}. " +msgstr "" + +#: includes/class/class.LSsession.php:1387 +msgid "Refresh" +msgstr "" + +#: includes/class/class.LSsession.php:1403 +msgid "Language" +msgstr "" + +#: includes/class/class.LSsession.php:1429 +msgid "Connected as" +msgstr "" + +#: includes/class/class.LSsession.php:2163 +msgid "LSsession : The constant %{const} is not defined." +msgstr "" + +#: includes/class/class.LSsession.php:2166 +msgid "" +"LSsession : The %{addon} support is uncertain. Verify system compatibility " +"and the add-on configuration." +msgstr "" + +#: includes/class/class.LSsession.php:2169 +msgid "" +"LSsession : LDAP server's configuration data are invalid. Can't connect." +msgstr "" + +#: includes/class/class.LSsession.php:2172 +msgid "LSsession : Failed to load LSobject type %{type} : unknon type." +msgstr "" + +#: includes/class/class.LSsession.php:2175 +msgid "LSsession : Failed to load LSclass %{class}." +msgstr "" + +#: includes/class/class.LSsession.php:2178 +msgid "LSsession : Login or password incorrect." +msgstr "" + +#: includes/class/class.LSsession.php:2181 +msgid "LSsession : Impossible to identify you : Duplication of identities." +msgstr "" + +#: includes/class/class.LSsession.php:2184 +msgid "LSsession : Can't load class of authentification (%{class})." +msgstr "" + +#: includes/class/class.LSsession.php:2187 +msgid "LSsession : Can't connect to LDAP server." +msgstr "" + +#: includes/class/class.LSsession.php:2190 +msgid "LSsession : Impossible to authenticate you." +msgstr "" + +#: includes/class/class.LSsession.php:2193 +msgid "LSsession : Your are not authorized to do this action." +msgstr "" + +#: includes/class/class.LSsession.php:2196 +msgid "LSsession : Some informations are missing to display this page." +msgstr "" + +#: includes/class/class.LSsession.php:2200 +msgid "" +"LSsession : Error during creation of list of levels. Contact administrators. " +"(Code : %{code})" +msgstr "" + +#: includes/class/class.LSsession.php:2203 +msgid "LSsession : The password recovery is disabled for this LDAP server." +msgstr "" + +#: includes/class/class.LSsession.php:2206 +msgid "" +"LSsession : Some informations are missing to recover your password. Contact " +"administrators." +msgstr "" + +#: includes/class/class.LSsession.php:2209 +msgid "" +"LSsession : Error during password recovery. Contact administrators.(Step : %" +"{step})" +msgstr "" + +#: includes/class/class.LSsession.php:2213 +msgid "LSsession : problem during initialisation." msgstr "" #: includes/class/class.LSformElement_textarea.php:50 msgid "Clear" msgstr "" +#: includes/class/class.LSformRule_regex.php:65 +msgid "LSformRule_regex : Regex has not been configured to validate data." +msgstr "" + +#: includes/class/class.LSattr_html.php:113 +msgid "" +"LSattr_html : The method addToForm() of the HTML type of the attribute %" +"{attr} is not defined." +msgstr "" + +#: includes/class/class.LSattr_html.php:117 +msgid "" +"LSattr_html_%{type} : Multiple data are not supported for this field type." +msgstr "" + +#: includes/class/class.LSform.php:93 +msgid "Add a field to add another values." +msgstr "" + +#: includes/class/class.LSform.php:94 +msgid "Delete this field." +msgstr "" + +#: includes/class/class.LSform.php:114 includes/class/class.LSform.php:182 +msgid "No field." +msgstr "" + +#: includes/class/class.LSform.php:147 includes/class/class.LSrelation.php:38 +#: remove.php:47 +msgid "Do you really want to delete" +msgstr "" + +#: includes/class/class.LSform.php:148 +msgid "Caution" +msgstr "" + +#: includes/class/class.LSform.php:203 +msgid "%{label} attribute data is not valid." +msgstr "" + +#: includes/class/class.LSform.php:277 +msgid "Mandatory field" +msgstr "" + +#: includes/class/class.LSform.php:569 +msgid "LSform : Error during the recovery of the values of the form." +msgstr "" + +#: includes/class/class.LSform.php:572 +msgid "" +"LSform : Error durring the recovery of the value of the field '%{element}'." +msgstr "" + +#: includes/class/class.LSform.php:579 +msgid "LSform : The field %{element} doesn't exist." +msgstr "" + +#: includes/class/class.LSform.php:582 +msgid "LSfom : Field type unknow (%{type})." +msgstr "" + +#: includes/class/class.LSform.php:585 +msgid "LSform : Error during the creation of the element '%{element}'." +msgstr "" + +#: includes/class/class.LSformElement_image.php:53 +msgid "Click to enlarge." +msgstr "" + +#: includes/class/class.LSformElement_image.php:54 +msgid "Click to delete the picture." +msgstr "" + +#: includes/class/class.LSattr_ldap_password.php:162 +msgid "" +"LSattr_ldap_password : Encoding type %{type} is not supported. This password " +"will be stored in clear text." +msgstr "" + +#: includes/class/class.LSformElement_text.php:56 +msgid "Generate the value" +msgstr "" + +#: includes/class/class.LSrelation.php:39 +msgid "Warning" +msgstr "" + +#: includes/class/class.LSrelation.php:67 +#: includes/class/class.LSrelation.php:215 +msgid "No object." +msgstr "" + +#: includes/class/class.LSrelation.php:326 +msgid "" +"LSrelation : The listing function for the relation %{relation} is unknow." +msgstr "" + +#: includes/class/class.LSrelation.php:329 +msgid "LSrelation : The update function of the relation %{relation} is unknow." +msgstr "" + +#: includes/class/class.LSrelation.php:332 +msgid "LSrelation : Error during relation update of the relation %{relation}." +msgstr "" + +#: includes/class/class.LSrelation.php:335 +msgid "LSrelation : Object type %{LSobject} unknow (Relation : %{relation})." +msgstr "" + +#: includes/class/class.LSattribute.php:257 +msgid "The value of field %{label} is invalid." +msgstr "" + +#: includes/class/class.LSattribute.php:717 +msgid "" +"LSattribute : Attribute %{attr} : LDAP or HTML types unknow (LDAP = %{ldap} " +"& HTML = %{html})." +msgstr "" + +#: includes/class/class.LSattribute.php:720 +msgid "" +"LSattribute : The function %{func} to display the attribute %{attr} is " +"unknow." +msgstr "" + +#: includes/class/class.LSattribute.php:723 +msgid "" +"LSattribute : The rule %{rule} to validate the attribute %{attr} is unknow." +msgstr "" + +#: includes/class/class.LSattribute.php:726 +msgid "" +"LSattribute : Configuration data to verify the attribute %{attr} are " +"incorrect." +msgstr "" + +#: includes/class/class.LSattribute.php:729 +msgid "" +"LSattribute : The function %{func} to save the attribute %{attr} is unknow." +msgstr "" + +#: includes/class/class.LSattribute.php:732 +msgid "LSattribute : The value of the attribute %{attr} can't be generated." +msgstr "" + +#: includes/class/class.LSattribute.php:735 +msgid "LSattribute : Generation of the attribute %{attr} failed." +msgstr "" + +#: includes/class/class.LSattribute.php:738 +msgid "" +"LSattribute : Generation of the attribute %{attr} did not return a correct " +"value." +msgstr "" + +#: includes/class/class.LSattribute.php:741 +msgid "" +"LSattribute : The attr_%{type} of the attribute %{name} is not yet defined." +msgstr "" + +#: includes/class/class.LSformElement_xmpp.php:50 +msgid "Chat with this person." +msgstr "" + #: includes/class/class.LSldapObject.php:443 msgid "The attribute %{attr} is not valid." msgstr "" @@ -224,176 +822,32 @@ msgid "" "standard relations (Method : %{meth})." msgstr "" -#: includes/class/class.LSsearch.php:943 -msgid "Actions" +#: includes/class/class.LSattr_html_maildir.php:58 +msgid "The mailbox has been moved." msgstr "" -#: includes/class/class.LSsearch.php:946 -msgid "This search didn't get any result." +#: includes/class/class.LSattr_html_maildir.php:65 +msgid "The mailbox has been created." msgstr "" -#: includes/class/class.LSsearch.php:1183 -msgid "LSsearch : Invalid filter : %{filter}." +#: includes/class/class.LSattr_html_maildir.php:84 +msgid "The mailbox has been archived successfully." msgstr "" -#: includes/class/class.LSsearch.php:1186 -msgid "LSsearch : Invalid basedn : %{basedn}." +#: includes/class/class.LSattr_html_maildir.php:95 +msgid "The mailbox has been deleted." msgstr "" -#: includes/class/class.LSsearch.php:1189 -msgid "LSsearch : Invalid value for %{param} parameter." +#: includes/class/class.LSsmoothbox.php:38 +msgid "Are you sure to want to close this window and lose all changes ?" msgstr "" -#: includes/class/class.LSsearch.php:1192 -msgid "" -"LSsearch : Invalid size limit. Must be an integer greater or equal to 0." +#: includes/class/class.LSformElement_date.php:141 +msgid "Select in a calendar." msgstr "" -#: includes/class/class.LSsearch.php:1195 -msgid "LSsearch : Invalid parameter %{attr}. Must be an boolean." -msgstr "" - -#: includes/class/class.LSsearch.php:1198 -msgid "" -"LSsearch : Invalid parameter attributes. Must be an string or an array of " -"strings." -msgstr "" - -#: includes/class/class.LSsearch.php:1201 -msgid "LSsearch : Can't build attributes list for make filter." -msgstr "" - -#: includes/class/class.LSsearch.php:1204 -msgid "" -"LSsearch : Error building filter with attribute '%{attr}' and pattern '%" -"{pattern}'" -msgstr "" - -#: includes/class/class.LSsearch.php:1207 -msgid "LSsearch : Error combining filters." -msgstr "" - -#: includes/class/class.LSsearch.php:1210 -msgid "LSsearch : Invalid pattern." -msgstr "" - -#: includes/class/class.LSsearch.php:1213 -msgid "LSsearch : Invalid attribute %{attr} in parameters." -msgstr "" - -#: includes/class/class.LSsearch.php:1216 -msgid "LSsearch : Error during the search." -msgstr "" - -#: includes/class/class.LSsearch.php:1219 -msgid "LSsearch : Error sorting the search." -msgstr "" - -#: includes/class/class.LSsearch.php:1222 -msgid "" -"LSsearch : The function of the custum information %{name} is not callable." -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.LSrelation.php:39 -msgid "Warning" -msgstr "" - -#: includes/class/class.LSrelation.php:40 -#: includes/class/class.LSformElement_select_object.php:69 -#: includes/class/class.LSformElement_select_object.php:81 -#: includes/class/class.LSform.php:149 -#: includes/class/class.LSsearchEntry.php:161 modify.php:105 view.php:59 -msgid "Delete" -msgstr "" - -#: includes/class/class.LSrelation.php:67 -#: includes/class/class.LSrelation.php:215 -msgid "No object." -msgstr "" - -#: includes/class/class.LSrelation.php:82 -#: includes/class/class.LSformElement_select_object.php:68 -#: includes/class/class.LSsearchEntry.php:145 modify.php:48 view.php:43 -msgid "Modify" -msgstr "" - -#: includes/class/class.LSrelation.php:326 -msgid "" -"LSrelation : The listing function for the relation %{relation} is unknow." -msgstr "" - -#: includes/class/class.LSrelation.php:329 -msgid "LSrelation : The update function of the relation %{relation} is unknow." -msgstr "" - -#: includes/class/class.LSrelation.php:332 -msgid "LSrelation : Error during relation update of the relation %{relation}." -msgstr "" - -#: includes/class/class.LSrelation.php:335 -msgid "LSrelation : Object type %{LSobject} unknow (Relation : %{relation})." -msgstr "" - -#: includes/class/class.LSformRule_regex.php:65 -msgid "LSformRule_regex : Regex has not been configured to validate data." -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.LSformElement_maildir.php:68 -msgid "" -"Maildir creation/modification on user creation/modification is enabled. " -"Click to disable." -msgstr "" - -#: includes/class/class.LSformElement_maildir.php:69 -msgid "" -"Click to enable maildir creation/modification on user creation/modification." -msgstr "" - -#: includes/class/class.LSformElement.php:281 -#: includes/class/class.LSformElement_select_object.php:71 -msgid "No set value" -msgstr "" - -#: includes/class/class.LSerror.php:100 -msgid "Errors" -msgstr "" - -#: includes/class/class.LSerror.php:103 -msgid "Stop" -msgstr "" - -#: includes/class/class.LSerror.php:177 -msgid "Unknown error!" -msgstr "" - -#: includes/class/class.LSformElement_mailQuota.php:80 -msgid "Incorrect value" -msgstr "" - -#: includes/class/class.LSattr_ldap_password.php:162 -msgid "" -"LSattr_ldap_password : Encoding type %{type} is not supported. This password " -"will be stored in clear text." +#: includes/class/class.LSformElement_date.php:142 +msgid "Now." msgstr "" #: includes/class/class.LSmail.php:61 @@ -412,451 +866,28 @@ msgstr "" msgid "Your message has been sent successfully." msgstr "" -#: includes/class/class.LSformElement_date.php:141 -msgid "Select in a calendar." -msgstr "" - -#: includes/class/class.LSformElement_date.php:142 -msgid "Now." -msgstr "" - -#: includes/class/class.LSauthCAS.php:141 -msgid "LSauthCAS : Failed to load phpCAS." -msgstr "" - -#: includes/class/class.LSldap.php:457 -msgid "LSldap : Error during the LDAP server connection (%{msg})." -msgstr "" - -#: includes/class/class.LSldap.php:460 -msgid "LSldap : Error during the LDAP search (%{msg})." -msgstr "" - -#: includes/class/class.LSldap.php:463 -msgid "LSldap : Object type unknown." -msgstr "" - -#: includes/class/class.LSldap.php:466 -msgid "LSldap : Error while fetching the LDAP entry." -msgstr "" - -#: includes/class/class.LSldap.php:469 -msgid "LSldap : Error while changing the LDAP entry (DN : %{dn})." -msgstr "" - -#: includes/class/class.LSldap.php:472 -msgid "LSldap : Error while deleting empty attributes." -msgstr "" - -#: includes/class/class.LSldap.php:475 -msgid "LSldap : Error while changing the DN of the object." -msgstr "" - -#: includes/class/class.LSformElement_text.php:56 -msgid "Generate the value" -msgstr "" - -#: includes/class/class.LSformRule.php:57 -msgid "LSformRule_%{type} : Parameter %{param} is not found." -msgstr "" - -#: includes/class/class.LSsession.php:1173 -msgid "Connection" -msgstr "" - -#: includes/class/class.LSsession.php:1183 -#: includes/class/class.LSsession.php:1222 -msgid "LDAP server" -msgstr "" - -#: includes/class/class.LSsession.php:1193 -#: includes/class/class.LSsession.php:2029 select.php:63 -msgid "Level" -msgstr "" - -#: includes/class/class.LSsession.php:1194 -#: includes/class/class.LSsession.php:1232 -msgid "Identifier" -msgstr "" - -#: includes/class/class.LSsession.php:1195 -msgid "Password" -msgstr "" - -#: includes/class/class.LSsession.php:1196 -msgid "Connect" -msgstr "" - -#: includes/class/class.LSsession.php:1197 -msgid "Forgot your password ?" -msgstr "" - -#: includes/class/class.LSsession.php:1215 -msgid "Recovery of your credentials" -msgstr "" - -#: includes/class/class.LSsession.php:1234 -msgid "Back" -msgstr "" - -#: includes/class/class.LSsession.php:1236 -msgid "Please fill the identifier field to proceed recovery procedure" -msgstr "" - -#: includes/class/class.LSsession.php:1240 +#: includes/class/class.LSattr_html_select_object.php:212 msgid "" -"An email has been sent to %{mail}. Please follow the instructions on it." +"LSattr_html_select_object : LSobject type is undefined (attribute : %{attr})." msgstr "" -#: includes/class/class.LSsession.php:1248 -msgid "Your new password has been sent to %{mail}. " -msgstr "" - -#: includes/class/class.LSsession.php:1387 -msgid "Refresh" -msgstr "" - -#: includes/class/class.LSsession.php:1403 -msgid "Language" -msgstr "" - -#: includes/class/class.LSsession.php:1429 -msgid "Connected as" -msgstr "" - -#: includes/class/class.LSsession.php:2157 -msgid "LSsession : The constant %{const} is not defined." -msgstr "" - -#: includes/class/class.LSsession.php:2160 +#: includes/class/class.LSattr_html_select_object.php:215 msgid "" -"LSsession : The %{addon} support is uncertain. Verify system compatibility " -"and the add-on configuration." +"LSattr_html_select_object : the value of the parameter value_attribute in " +"the configuration of the attribute %{attrs} is incorrect. This attribute " +"does not exists." msgstr "" -#: includes/class/class.LSsession.php:2163 -msgid "" -"LSsession : LDAP server's configuration data are invalid. Can't connect." +#: includes/addons/LSaddons.mail.php:27 +msgid "MAIL Support : Pear::MAIL is missing." msgstr "" -#: includes/class/class.LSsession.php:2166 -msgid "LSsession : Failed to load LSobject type %{type} : unknon type." +#: includes/addons/LSaddons.mail.php:32 +msgid "MAIL Error : %{msg}" msgstr "" -#: includes/class/class.LSsession.php:2169 -msgid "LSsession : Failed to load LSclass %{class}." -msgstr "" - -#: includes/class/class.LSsession.php:2172 -msgid "LSsession : Login or password incorrect." -msgstr "" - -#: includes/class/class.LSsession.php:2175 -msgid "LSsession : Impossible to identify you : Duplication of identities." -msgstr "" - -#: includes/class/class.LSsession.php:2178 -msgid "LSsession : Can't load class of authentification (%{class})." -msgstr "" - -#: includes/class/class.LSsession.php:2181 -msgid "LSsession : Can't connect to LDAP server." -msgstr "" - -#: includes/class/class.LSsession.php:2184 -msgid "LSsession : Impossible to authenticate you." -msgstr "" - -#: includes/class/class.LSsession.php:2187 -msgid "LSsession : Your are not authorized to do this action." -msgstr "" - -#: includes/class/class.LSsession.php:2190 -msgid "LSsession : Some informations are missing to display this page." -msgstr "" - -#: includes/class/class.LSsession.php:2194 -msgid "" -"LSsession : Error during creation of list of levels. Contact administrators. " -"(Code : %{code})" -msgstr "" - -#: includes/class/class.LSsession.php:2197 -msgid "LSsession : The password recovery is disabled for this LDAP server." -msgstr "" - -#: includes/class/class.LSsession.php:2200 -msgid "" -"LSsession : Some informations are missing to recover your password. Contact " -"administrators." -msgstr "" - -#: includes/class/class.LSsession.php:2203 -msgid "" -"LSsession : Error during password recovery. Contact administrators.(Step : %" -"{step})" -msgstr "" - -#: includes/class/class.LSsession.php:2207 -msgid "LSsession : problem during initialisation." -msgstr "" - -#: includes/class/class.LSattr_html_select_list.php:146 -msgid "" -"LSattr_html_select_list : Configuration data are missing to generate the " -"select list of the attribute %{attr}." -msgstr "" - -#: includes/class/class.LSsmoothbox.php:38 -msgid "Are you sure to want to close this window and lose all changes ?" -msgstr "" - -#: includes/class/class.LSformElement_select_object.php:72 -msgid "No result" -msgstr "" - -#: includes/class/class.LSformElement_select_object.php:79 -msgid "Fast Add" -msgstr "" - -#: includes/class/class.LSformElement_select_object.php:80 -msgid "Display advanced search and selection panel." -msgstr "" - -#: includes/class/class.LSform.php:93 -msgid "Add a field to add another values." -msgstr "" - -#: includes/class/class.LSform.php:94 -msgid "Delete this field." -msgstr "" - -#: includes/class/class.LSform.php:114 includes/class/class.LSform.php:182 -msgid "No field." -msgstr "" - -#: includes/class/class.LSform.php:148 -msgid "Caution" -msgstr "" - -#: includes/class/class.LSform.php:203 -msgid "%{label} attribute data is not valid." -msgstr "" - -#: includes/class/class.LSform.php:277 -msgid "Mandatory field" -msgstr "" - -#: includes/class/class.LSform.php:569 -msgid "LSform : Error during the recovery of the values of the form." -msgstr "" - -#: includes/class/class.LSform.php:572 -msgid "" -"LSform : Error durring the recovery of the value of the field '%{element}'." -msgstr "" - -#: includes/class/class.LSform.php:579 -msgid "LSform : The field %{element} doesn't exist." -msgstr "" - -#: includes/class/class.LSform.php:582 -msgid "LSfom : Field type unknow (%{type})." -msgstr "" - -#: includes/class/class.LSform.php:585 -msgid "LSform : Error during the creation of the element '%{element}'." -msgstr "" - -#: includes/class/class.LSformElement_url.php:51 -msgid "Display this website." -msgstr "" - -#: includes/class/class.LSformElement_url.php:52 -msgid "Add this website to my bookmarks." -msgstr "" - -#: includes/class/class.LSformElement_select.php:52 -msgid "Reset selection." -msgstr "" - -#: includes/class/class.LSattr_html_maildir.php:58 -msgid "The mailbox has been moved." -msgstr "" - -#: includes/class/class.LSattr_html_maildir.php:65 -msgid "The mailbox has been created." -msgstr "" - -#: includes/class/class.LSattr_html_maildir.php:84 -msgid "The mailbox has been archived successfully." -msgstr "" - -#: includes/class/class.LSattr_html_maildir.php:95 -msgid "The mailbox has been deleted." -msgstr "" - -#: includes/class/class.LSformElement_xmpp.php:50 -msgid "Chat with this person." -msgstr "" - -#: includes/class/class.LSattr_html.php:113 -msgid "" -"LSattr_html : The method addToForm() of the HTML type of the attribute %" -"{attr} is not defined." -msgstr "" - -#: includes/class/class.LSattr_html.php:117 -msgid "" -"LSattr_html_%{type} : Multiple data are not supported for this field type." -msgstr "" - -#: includes/class/class.LSsearchEntry.php:137 modify.php:98 -msgid "View" -msgstr "" - -#: includes/class/class.LSsearchEntry.php:153 view.php:51 -msgid "Copy" -msgstr "" - -#: includes/class/class.LSauth.php:140 -msgid "LSauth : Login or password incorrect." -msgstr "" - -#: includes/class/class.LSauth.php:143 -msgid "LSauth : Impossible to identify you : Duplication of identities." -msgstr "" - -#: includes/class/class.LSauth.php:146 -msgid "LSsession : Could not load type of identifiable objects." -msgstr "" - -#: includes/class/class.LSformElement_password.php:124 -msgid "Generate a password." -msgstr "" - -#: includes/class/class.LSformElement_password.php:125 -msgid "Compare with stored password." -msgstr "" - -#: includes/class/class.LSformElement_password.php:126 -msgid "Display password." -msgstr "" - -#: includes/class/class.LSformElement_password.php:127 -msgid "Display hashed password." -msgstr "" - -#: includes/class/class.LSformElement_password.php:128 -msgid "Hide password." -msgstr "" - -#: includes/class/class.LSformElement_password.php:129 -msgid "" -"The password will be sent by mail if changed. Click to disable automatic " -"notification." -msgstr "" - -#: includes/class/class.LSformElement_password.php:130 -msgid "" -"The password will not be sent if changed. Click to enable automatic " -"notification." -msgstr "" - -#: includes/class/class.LSformElement_password.php:131 -msgid "Modify the mail sent to notice the user" -msgstr "" - -#: includes/class/class.LSformElement_password.php:189 -msgid "Notice mail sent." -msgstr "" - -#: includes/class/class.LSformElement_image.php:53 -msgid "Click to enlarge." -msgstr "" - -#: includes/class/class.LSformElement_image.php:54 -msgid "Click to delete the picture." -msgstr "" - -#: includes/class/class.LSformElement_rss.php:50 -msgid "Display RSS stack." -msgstr "" - -#: includes/class/class.LSattribute.php:257 -msgid "The value of field %{label} is invalid." -msgstr "" - -#: includes/class/class.LSattribute.php:717 -msgid "" -"LSattribute : Attribute %{attr} : LDAP or HTML types unknow (LDAP = %{ldap} " -"& HTML = %{html})." -msgstr "" - -#: includes/class/class.LSattribute.php:720 -msgid "" -"LSattribute : The function %{func} to display the attribute %{attr} is " -"unknow." -msgstr "" - -#: includes/class/class.LSattribute.php:723 -msgid "" -"LSattribute : The rule %{rule} to validate the attribute %{attr} is unknow." -msgstr "" - -#: includes/class/class.LSattribute.php:726 -msgid "" -"LSattribute : Configuration data to verify the attribute %{attr} are " -"incorrect." -msgstr "" - -#: includes/class/class.LSattribute.php:729 -msgid "" -"LSattribute : The function %{func} to save the attribute %{attr} is unknow." -msgstr "" - -#: includes/class/class.LSattribute.php:732 -msgid "LSattribute : The value of the attribute %{attr} can't be generated." -msgstr "" - -#: includes/class/class.LSattribute.php:735 -msgid "LSattribute : Generation of the attribute %{attr} failed." -msgstr "" - -#: includes/class/class.LSattribute.php:738 -msgid "" -"LSattribute : Generation of the attribute %{attr} did not return a correct " -"value." -msgstr "" - -#: includes/class/class.LSattribute.php:741 -msgid "" -"LSattribute : The attr_%{type} of the attribute %{name} is not yet defined." -msgstr "" - -#: includes/class/class.LSformElement_mail.php:51 -msgid "Send a mail from here." -msgstr "" - -#: includes/class/class.LSformElement_boolean.php:52 -msgid "Reset the choice." -msgstr "" - -#: includes/class/class.LSformElement_boolean.php:60 -msgid "Yes" -msgstr "" - -#: includes/class/class.LSformElement_boolean.php:61 -msgid "No" -msgstr "" - -#: includes/functions.php:100 -msgid "" -"Function 'getFData' : The method %{meth} of the object %{obj} doesn't exist." -msgstr "" - -#: includes/functions.php:191 -msgid "Folder not found" +#: includes/addons/LSaddons.mail.php:36 +msgid "MAIL : Error sending your email" msgstr "" #: includes/addons/LSaddons.supann.php:27 @@ -917,18 +948,6 @@ msgid "" "server." 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.maildir.php:27 msgid "MAILDIR Support : Unable to load LSaddon::FTP." msgstr "" @@ -953,20 +972,6 @@ msgstr "" msgid "MAILDIR : Error retrieving remote path of the maildir." 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.samba.php:27 msgid "SAMBA Support : Unable to load smbHash class." msgstr "" @@ -1000,12 +1005,18 @@ msgstr "" msgid "SAMBA Support : The %{attr} of the sambaDomain object is incorrect." msgstr "" -#: modify.php:54 -msgid "The object has been partially modified." +#: includes/addons/LSaddons.posix.php:27 +msgid "POSIX Support : The constant %{const} is not defined." msgstr "" -#: modify.php:57 -msgid "The object has been modified successfully." +#: 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 "" #: select.php:60 view.php:102 @@ -1020,18 +1031,14 @@ msgstr "" msgid "Recursive search" msgstr "" -#: create.php:50 -msgid "Object has been added." -msgstr "" - -#: create.php:89 -msgid "New" -msgstr "" - -#: index.php:28 -msgid "Home" -msgstr "" - #: view.php:72 msgid "My account" msgstr "" + +#: remove.php:35 remove.php:46 +msgid "Deleting" +msgstr "" + +#: remove.php:37 +msgid "has been deleted successfully" +msgstr ""