2009-06-30 08:07:14 +00:00
< ? php
2009-06-30 08:10:17 +00:00
// encoding: ISO-8859-1,fr.php,<2C> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD>
2009-06-30 08:09:20 +00:00
/* --- INSTRUCTIONS FOR TRANSLATORS ---
*
* If you want to write a new language file for your language ,
* please submit the file on SourceForge :
*
* https :// sourceforge . net / tracker / ? func = add & group_id = 61828 & atid = 498548
*
* Use the option " Check to Upload and Attach a File " at the bottom
*
* Thank you !
*
*/
2009-06-30 08:07:14 +00:00
2009-06-30 08:09:20 +00:00
/*
* The $lang array contains all the strings that phpLDAPadmin uses .
* Each language file simply defines this aray with strings in its
* language .
*/
// Search form
2009-06-30 08:07:14 +00:00
$lang [ 'simple_search_form_str' ] = 'Recherche Simple' ;
2009-06-30 08:10:17 +00:00
$lang [ 'advanced_search_form_str' ] = 'Recherche avanc<6E> e' ;
2009-06-30 08:07:14 +00:00
$lang [ 'server' ] = 'Serveur' ;
2009-06-30 08:10:17 +00:00
$lang [ 'search_for_entries_whose' ] = 'Chercher les entr<74> es dont' ;
2009-06-30 08:07:14 +00:00
$lang [ 'base_dn' ] = 'Base DN' ;
2009-06-30 08:10:17 +00:00
$lang [ 'search_scope' ] = 'Port<72> e de la recherche' ;
2009-06-30 08:07:14 +00:00
$lang [ 'search_ filter' ] = 'Filtre de la recherche' ;
$lang [ 'show_attributes' ] = 'Montrer les attributs' ;
$lang [ 'Search' ] = 'Chercher' ;
2009-06-30 08:10:17 +00:00
$lang [ 'equals' ] = 'est <20> gal <20> ' ;
2009-06-30 08:07:14 +00:00
$lang [ 'starts_with' ] = 'commence par' ;
$lang [ 'contains' ] = 'contient' ;
$lang [ 'ends_with' ] = 'finit par' ;
2009-06-30 08:10:17 +00:00
$lang [ 'sounds_like' ] = 'ressemble <20> ;' ;
2009-06-30 08:07:14 +00:00
// tree.php
2009-06-30 08:10:17 +00:00
$lang [ 'request_new_feature' ] = 'Demander une nouvelle fonctionnalit<69> ' ;
2009-06-30 08:07:14 +00:00
$lang [ 'see_open_requests' ] = 'voir les demandes en cours' ;
$lang [ 'report_bug' ] = 'Signaler un bogue' ;
$lang [ 'see_open_bugs' ] = 'voir les bogues en cours' ;
$lang [ 'schema' ] = 'schema' ;
$lang [ 'search' ] = 'chercher' ;
2009-06-30 08:10:17 +00:00
$lang [ 'refresh' ] = 'rafra<72> chir' ;
$lang [ 'create' ] = 'cr<63> er' ;
2009-06-30 08:07:14 +00:00
$lang [ 'info' ] = 'info' ;
$lang [ 'import' ] = 'importer' ;
2009-06-30 08:10:17 +00:00
$lang [ 'logout' ] = 'se d<> connecter' ;
$lang [ 'create_new' ] = 'Cr<43> er' ;
2009-06-30 08:09:20 +00:00
$lang [ 'view_schema_for' ] = 'Voir les schemas pour' ;
2009-06-30 08:10:17 +00:00
$lang [ 'refresh_expanded_containers' ] = 'Rafra<72> chir tous les containeurs <20> tendus' ;
$lang [ 'create_new_entry_on' ] = 'Cr<43> er une nouvelle entr<74> e sur' ;
2009-06-30 08:09:20 +00:00
$lang [ 'view_server_info' ] = 'Voir les informations sur le serveur' ;
2009-06-30 08:10:17 +00:00
$lang [ 'import_from_ldif' ] = 'Importer des entr<74> es <20> partir d\'un fichier LDIF' ;
$lang [ 'logout_of_this_server' ] = 'Se d<> connecter de ce serveur' ;
$lang [ 'logged_in_as' ] = 'Connect<63> en tant que: ' ;
2009-06-30 08:09:20 +00:00
$lang [ 'read_only' ] = 'Lecture seule' ;
2009-06-30 08:10:17 +00:00
$lang [ 'could_not_determine_root' ] = 'La racine de l\'arborescence Ldap n\'a pu <20> tre d<> termin<69> e.' ;
$lang [ 'ldap_refuses_to_give_root' ] = 'Il semble que le serveur LDAP a <20> t<EFBFBD> configur<75> de telle sorte que la racine ne soit pas r<> vel<65> e.' ;
$lang [ 'please_specify_in_config' ] = 'Veuillez le sp<73> cifier dans le fichier config.php' ;
$lang [ 'create_new_entry_in' ] = 'Cr<43> er une nouvelle entr<74> e dans' ;
2009-06-30 08:09:20 +00:00
$lang [ 'login_link' ] = 'Login...' ;
2009-06-30 08:07:14 +00:00
// entry display
2009-06-30 08:10:17 +00:00
$lang [ 'delete_this_entry' ] = 'Supprimer cette entr<74> e' ;
$lang [ 'delete_this_entry_tooltip' ] = 'Il vous sera demand<6E> confirmation' ;
$lang [ 'copy_this_entry' ] = 'Copier cette entr<74> e' ;
2009-06-30 08:07:14 +00:00
$lang [ 'copy_this_entry_tooltip' ] = 'Copier cet objet vers un autre endroit, un nouveau DN ou un autre serveur' ;
$lang [ 'export_to_ldif' ] = 'Exporter au format LDIF' ;
2009-06-30 08:09:20 +00:00
$lang [ 'export_to_ldif_tooltip' ] = 'Sauvegarder cet objet au format LDIF' ;
$lang [ 'export_subtree_to_ldif_tooltip' ] = 'Sauvegarder cet objet ainsi que tous les sous-objets au format LDIF' ;
$lang [ 'export_subtree_to_ldif' ] = 'Exporter l\'arborescence au format LDIF' ;
2009-06-30 08:07:14 +00:00
$lang [ 'export_to_ldif_mac' ] = 'Fins de ligne Macintosh' ;
$lang [ 'export_to_ldif_win' ] = 'Fins de lignes Windows' ;
$lang [ 'export_to_ldif_unix' ] = 'Fins de ligne Unix ' ;
2009-06-30 08:10:17 +00:00
$lang [ 'create_a_child_entry' ] = 'Cr<43> er une sous-entr<74> e' ;
2009-06-30 08:09:20 +00:00
$lang [ 'add_a_jpeg_photo' ] = 'Ajouter un attribut jpegPhoto' ;
2009-06-30 08:10:17 +00:00
$lang [ 'rename_entry' ] = 'Renommer l\'entr<74> e' ;
2009-06-30 08:07:14 +00:00
$lang [ 'rename' ] = 'Renommer' ;
$lang [ 'add' ] = 'Ajouter' ;
2009-06-30 08:09:20 +00:00
$lang [ 'view' ] = 'Voir' ;
2009-06-30 08:07:14 +00:00
$lang [ 'add_new_attribute' ] = 'Ajouter un nouvel attribut' ;
2009-06-30 08:10:17 +00:00
$lang [ 'add_new_attribute_tooltip' ] = 'Ajouter un nouvel attribut/une nouvelle valeur <20> cette entr<74> e' ;
2009-06-30 08:07:14 +00:00
$lang [ 'internal_attributes' ] = 'Attributs Internes' ;
$lang [ 'hide_internal_attrs' ] = 'Cacher les attributs internes' ;
$lang [ 'show_internal_attrs' ] = 'Montrer les attributs internes' ;
2009-06-30 08:10:17 +00:00
$lang [ 'internal_attrs_tooltip' ] = 'Attributs <20> tablis automatiquement par le syst<73> me' ;
$lang [ 'entry_attributes' ] = 'Attributs de l\'entr<74> e' ;
$lang [ 'attr_name_tooltip' ] = 'Cliquer pour voir la d<> finition de sch<63> ma pour l\'attribut de type \'%s\'' ;
2009-06-30 08:07:14 +00:00
$lang [ 'click_to_display' ] = 'Cliquer pour afficher' ;
2009-06-30 08:10:17 +00:00
$lang [ 'hidden' ] = 'cach<63> ' ;
2009-06-30 08:07:14 +00:00
$lang [ 'none' ] = 'aucun' ;
$lang [ 'save_changes' ] = 'Sauver les modifications' ;
$lang [ 'add_value' ] = 'ajouter une valeur' ;
2009-06-30 08:10:17 +00:00
$lang [ 'add_value_tooltip' ] = 'Ajouter une valeur suppl<70> mentaire <20> cet attribut' ;
2009-06-30 08:09:20 +00:00
$lang [ 'refresh_entry' ] = 'Rafraichir' ;
2009-06-30 08:10:17 +00:00
$lang [ 'refresh' ] = 'rafra<72> chir' ;
$lang [ 'refresh_this_entry' ] = 'Rafra<72> chir cette entr<74> e' ;
2009-06-30 08:09:20 +00:00
$lang [ 'delete_hint' ] = 'Note: <b>Pour effacer un attribut</b>, laissez le champs vide et cliquez pour sauvegarder.' ;
2009-06-30 08:10:17 +00:00
$lang [ 'attr_schema_hint' ] = 'Note: <b>Pour voir le sch<63> ma pour un attribut</b>, cliquer sur le nom de l\'attribut.' ;
$lang [ 'attrs_modified' ] = 'Certains attributs (%s) ont <20> t<EFBFBD> mdoifi<66> s et sont mis en <20> vidence ci-dessous.' ;
$lang [ 'attr_modified' ] = 'Un attribut (%s) a <20> t<EFBFBD> modifi<66> et est mis en <20> vidence ci-dessous.' ;
$lang [ 'viewing_read_only' ] = 'Voir une entr<74> e en lecture seule.' ;
$lang [ 'change_entry_rdn' ] = 'Changer le RDN de cette entr<74> e' ;
$lang [ 'no_new_attrs_available' ] = 'plus d\'attributs disponibles pour cette entr<74> e' ;
2009-06-30 08:09:20 +00:00
$lang [ 'binary_value' ] = 'Valeur de type binaire' ;
$lang [ 'add_new_binary_attr' ] = 'Ajouter un nouvel attribut de type binaire' ;
2009-06-30 08:10:17 +00:00
$lang [ 'add_new_binary_attr_tooltip' ] = 'Ajouter un nouvel attribut <20> partir d\'un fichier' ;
2009-06-30 08:09:20 +00:00
$lang [ 'alias_for' ] = 'Alias pour' ;
2009-06-30 08:10:17 +00:00
$lang [ 'download_value' ] = 'T<> l<EFBFBD> charger le contenu' ;
2009-06-30 08:09:20 +00:00
$lang [ 'delete_attribute' ] = 'Supprimer l\'attribut' ;
$lang [ 'true' ] = 'vrai' ;
$lang [ 'false' ] = 'faux' ;
$lang [ 'none_remove_value' ] = 'aucun, suppression de la valeur' ;
$lang [ 'really_delete_attribute' ] = 'Voulez-vous vraiment supprimer l\'attribut' ;
// Schema browser
2009-06-30 08:10:17 +00:00
$lang [ 'the_following_objectclasses' ] = 'Les <b>classes d\'objets (objectClasses)</b> suivantes sont support<72> s par ce serveur LDAP.' ;
$lang [ 'the_following_attributes' ] = 'Les <b>types d\'attributs (attributesTypes)</b> suivants sont support<72> s par ce serveur LDAP.' ;
$lang [ 'the_following_matching' ] = 'Les <b>op<6F> rateurs (matching rules)</b> suivants sont support<72> s par ce serveur LDAP.' ;
$lang [ 'the_following_syntaxes' ] = 'Les <b>syntaxes</b> suivantes sont support<72> s par ce serveur LDAP.' ;
$lang [ 'jump_to_objectclass' ] = 'Aller <20> une classe d\'objet' ;
$lang [ 'jump_to_attr' ] = 'Aller <20> un attribut' ;
2009-06-30 08:09:20 +00:00
$lang [ 'schema_for_server' ] = 'Schema pour le serveur' ;
$lang [ 'required_attrs' ] = 'Attributs obligatoires' ;
$lang [ 'optional_attrs' ] = 'Attributs facultatifs' ;
$lang [ 'OID' ] = 'OID' ;
$lang [ 'desc' ] = 'Description' ;
$lang [ 'name' ] = 'Nom' ;
$lang [ 'is_obsolete' ] = 'Cette classe d\'objet est <b>obsolete</b>' ;
2009-06-30 08:10:17 +00:00
$lang [ 'inherits' ] = 'h<> rite' ;
$lang [ 'jump_to_this_oclass' ] = 'Aller <20> la d<> finition de cette classe d\'objet' ;
$lang [ 'matching_rule_oid' ] = 'OID de l\'op<6F> rateur' ;
2009-06-30 08:09:20 +00:00
$lang [ 'syntax_oid' ] = 'OID de la syntaxe' ;
$lang [ 'not_applicable' ] = 'not applicable' ;
2009-06-30 08:10:17 +00:00
$lang [ 'not_specified' ] = 'non sp<73> cifi<66> ' ;
2009-06-30 08:09:20 +00:00
// Deleting entries
2009-06-30 08:10:17 +00:00
$lang [ 'entry_deleted_successfully' ] = 'Suppression de l\'entr<74> e \'%s\' r<> ussie.' ;
$lang [ 'you_must_specify_a_dn' ] = 'Un DN doit <20> tre sp<73> cifi<66> ' ;
$lang [ 'could_not_delete_entry' ] = 'Impossible de supprimer l\'entr<74> e: %s' ;
2009-06-30 08:09:20 +00:00
// Adding objectClass form
$lang [ 'new_required_attrs' ] = 'Nouveaux Attributs Obligatoires' ;
2009-06-30 08:10:17 +00:00
$lang [ 'requires_to_add' ] = 'Cette action n<> cessite d\'ajouter' ;
2009-06-30 08:09:20 +00:00
$lang [ 'new_attributes' ] = 'nouveaux attributs' ;
2009-06-30 08:10:17 +00:00
$lang [ 'new_required_attrs_instructions' ] = 'Instructions: Afin d\'ajouter cette classe d\'objet, vous devez sp<73> cifier' ;
2009-06-30 08:09:20 +00:00
$lang [ 'that_this_oclass_requires' ] = 'dont cette classe d\'objet a besoin. Vous pouvez le faire avec ce formulaire.' ;
$lang [ 'add_oclass_and_attrs' ] = 'Ajout d\' ObjectClass et d\'attributs' ;
// General
2009-06-30 08:10:17 +00:00
$lang [ 'chooser_link_tooltip' ] = 'Cliquer pour choisir un entr<74> (DN)' ;
$lang [ 'no_updates_in_read_only_mode' ] = 'Vous ne pouvez effectuer des mises <20> jour si le serveur est en lecture seule' ;
2009-06-30 08:09:20 +00:00
$lang [ 'bad_server_id' ] = 'Id de serveur invalide' ;
2009-06-30 08:10:17 +00:00
$lang [ 'not_enough_login_info' ] = 'Informations insuffisantes pour se logguer au serveur. Veuillez, s\'il vous pla<6C> , v<> rifier votre configuration.' ;
2009-06-30 08:09:20 +00:00
$lang [ 'could_not_connect' ] = 'Impossible de se connecter au serveur LDAP.' ;
2009-06-30 08:10:17 +00:00
$lang [ 'could_not_perform_ldap_mod_add' ] = 'Echec lors de l\'op<6F> ration ldap_mod_add.' ;
2009-06-30 08:09:20 +00:00
$lang [ 'bad_server_id_underline' ] = 'serveur_id invalide: ' ;
2009-06-30 08:10:17 +00:00
$lang [ 'success' ] = 'Succ<63> s' ;
2009-06-30 08:09:20 +00:00
$lang [ 'server_colon_pare' ] = 'Serveur: ' ;
$lang [ 'look_in' ] = 'Recherche dans: ' ;
2009-06-30 08:10:17 +00:00
$lang [ 'missing_server_id_in_query_string' ] = 'Aucun serveur ID sp<73> cifi<66> dans la ligne de requ<71> te !' ;
$lang [ 'missing_dn_in_query_string' ] = 'Aucun DN sp<73> cifi<66> dans la ligne de requ<71> te !' ;
2009-06-30 08:09:20 +00:00
$lang [ 'back_up_p' ] = 'Retour...' ;
2009-06-30 08:10:17 +00:00
$lang [ 'no_entries' ] = 'aucune entr<74> e' ;
$lang [ 'not_logged_in' ] = 'Vous n\'<27> tes pas loggu<67> ' ;
$lang [ 'could_not_det_base_dn' ] = 'Impossible de d<> terminer le DN de base' ;
2009-06-30 08:09:20 +00:00
// Add value form
$lang [ 'add_new' ] = 'Ajout d\'une nouvelle valeur ' ;
$lang [ 'value_to' ] = 'pour' ;
$lang [ 'distinguished_name' ] = 'Distinguished Name' ;
$lang [ 'current_list_of' ] = 'Liste actuelle de' ;
$lang [ 'values_for_attribute' ] = 'valeur(s) pour l\' attribut' ;
$lang [ 'inappropriate_matching_note' ] = 'Note: Vous obtiendrez une erreur de type "inappropriate matching" si vous n\'avez pas<br />' .
2009-06-30 08:10:17 +00:00
'd<> fini une r<> gle <tt>EQUALITY</tt> pour cet attribut aupr<70> s du serveur LDAP.' ;
2009-06-30 08:09:20 +00:00
$lang [ 'enter_value_to_add' ] = 'Entrez la valeur que vous voulez ajouter:' ;
2009-06-30 08:10:17 +00:00
$lang [ 'new_required_attrs_note' ] = 'Note: vous aurez peut-<2D> re besoin d\'introduire de nouveaux attributs requis pour cette classe d\'objet' ;
2009-06-30 08:09:20 +00:00
$lang [ 'syntax' ] = 'Syntaxe' ;
//Copy.php
2009-06-30 08:10:17 +00:00
$lang [ 'copy_server_read_only' ] = 'Des mises <20> jours ne peuvent pas <20> tre effectu<74> es si le serveur est en lecture seule' ;
$lang [ 'copy_dest_dn_blank' ] = 'Vous avez laiss<73> le DN de destination vide.' ;
$lang [ 'copy_dest_already_exists' ] = 'L\'entr<74> e de destination (%s) existe d<> j<EFBFBD> .' ;
2009-06-30 08:09:20 +00:00
$lang [ 'copy_dest_container_does_not_exist' ] = 'Le conteneur de destination (%s) n\'existe pas.' ;
$lang [ 'copy_source_dest_dn_same' ] = 'Le DN d\'origine et le DN de destination sont identiques.' ;
$lang [ 'copy_copying' ] = 'Copie ' ;
2009-06-30 08:10:17 +00:00
$lang [ 'copy_recursive_copy_progress' ] = 'Progression de la copie r<> cursive' ;
$lang [ 'copy_building_snapshot' ] = 'Construction de l\'image de l\'arborscence <20> copier... ' ;
$lang [ 'copy_successful_like_to' ] = 'Copie r<> ussite! Voulez-vous ' ;
$lang [ 'copy_view_new_entry' ] = '<27> diter cette nouvelle entr<74> e' ;
2009-06-30 08:09:20 +00:00
$lang [ 'copy_failed' ] = 'Echec lors de la copie de: ' ;
//edit.php
2009-06-30 08:10:17 +00:00
$lang [ 'missing_template_file' ] = 'Avertissement: le fichier mod<6F> le est manquant, ' ;
$lang [ 'using_default' ] = 'Utilisation du mod<6F> le par d<> faut.' ;
2009-06-30 08:09:20 +00:00
//copy_form.php
$lang [ 'copyf_title_copy' ] = 'Copie de ' ;
$lang [ 'copyf_to_new_object' ] = 'vers un nouvel objet' ;
$lang [ 'copyf_dest_dn' ] = 'DN de destination' ;
2009-06-30 08:10:17 +00:00
$lang [ 'copyf_dest_dn_tooltip' ] = 'Le DN de la nouvelle entr<74> e <20> cr<63> er lors de la copie de l\'entr<74> e source' ;
2009-06-30 08:09:20 +00:00
$lang [ 'copyf_dest_server' ] = 'Destination Serveur' ;
2009-06-30 08:10:17 +00:00
$lang [ 'copyf_note' ] = 'Note: La copie entre diff<66> rents serveurs fonctionne seulement si il n\'y a pas de violation de sch<63> ma' ;
$lang [ 'copyf_recursive_copy' ] = 'Copier r<> cursivement les sous-entr<74> es de cet object.' ;
2009-06-30 08:09:20 +00:00
//create.php
2009-06-30 08:10:17 +00:00
$lang [ 'create_required_attribute' ] = 'Une valeur n\'a pas <20> t<EFBFBD> sp<73> cifi<66> e pour l\'attribut requis <b>%s</b>.' ;
2009-06-30 08:09:20 +00:00
$lang [ 'create_redirecting' ] = 'Redirection' ;
$lang [ 'create_here' ] = 'ici' ;
2009-06-30 08:10:17 +00:00
$lang [ 'create_could_not_add' ] = 'L\'ajout de l\'objet au serveur LDAP n\'a pu <20> tre effectu<74> e.' ;
2009-06-30 08:09:20 +00:00
//create_form.php
$lang [ 'createf_create_object' ] = 'Creation d\'un objet' ;
2009-06-30 08:10:17 +00:00
$lang [ 'createf_choose_temp' ] = 'Choix d\'un mod<6F> le' ;
$lang [ 'createf_select_temp' ] = 'Selectionner un mod<6F> le pour la proc<6F> dure de cr<63> ation' ;
2009-06-30 08:09:20 +00:00
$lang [ 'createf_proceed' ] = 'Continuer' ;
//creation_template.php
$lang [ 'ctemplate_on_server' ] = 'Sur le serveur' ;
2009-06-30 08:10:17 +00:00
$lang [ 'ctemplate_no_template' ] = 'Aucun mod<6F> le sp<73> cifi<66> dans les variables POST.' ;
$lang [ 'ctemplate_config_handler' ] = 'Votre configuration sc<73> cifie un gestionnaire de' ;
$lang [ 'ctemplate_handler_does_not_exist' ] = 'pour ce mod<6F> le. Cependant, ce gestionnaire n\'existe pas dans le r<> pertoire \'templates/creation\'.' ;
2009-06-30 08:09:20 +00:00
//search.php
2009-06-30 08:10:17 +00:00
$lang [ 'you_have_not_logged_into_server' ] = 'Vous ne vous <20> tes pas encore logg<67> aupr<70> s du serveur s<> lectionn<6E> . Vous ne pouvez y effectuer des recherches.' ;
2009-06-30 08:09:20 +00:00
$lang [ 'click_to_go_to_login_form' ] = 'Cliquer ici pour vous rendre au formulaire de login' ;
2009-06-30 08:10:17 +00:00
$lang [ 'unrecognized_criteria_option' ] = 'Crit<69> re non reconnu: ' ;
$lang [ 'if_you_want_to_add_criteria' ] = 'Si vous voulez ajouter vos propres crit<69> re <20> la liste, soyez cetain d\'<27> diter search.php afin de pouvoir les g<> rer.' ;
$lang [ 'entries_found' ] = 'Entr<74> es trouv<75> e: ' ;
$lang [ 'filter_performed' ] = 'Filtre utilis<69> : ' ;
$lang [ 'search_duration' ] = 'Recherche effectu<74> e par phpLDAPadmin en' ;
2009-06-30 08:09:20 +00:00
$lang [ 'seconds' ] = 'secondes' ;
// search_form_advanced.php
2009-06-30 08:10:17 +00:00
$lang [ 'scope_in_which_to_search' ] = 'Port<72> e de la recherche' ;
2009-06-30 08:09:20 +00:00
$lang [ 'scope_sub' ] = 'Sub (le sous-arbre)' ;
$lang [ 'scope_one' ] = 'One (un niveau sous la base)' ;
$lang [ 'scope_base' ] = 'Base (le dn de base)' ;
$lang [ 'standard_ldap_search_filter' ] = 'Un filtre standard de recherche LDAP. Exemple: (&(sn=Smith)(givenname=David))' ;
$lang [ 'search_filter' ] = 'Filtre pour la recherche' ;
2009-06-30 08:10:17 +00:00
$lang [ 'list_of_attrs_to_display_in_results' ] = 'Une liste des attributs <20> afficher dans les r<> sultats(s<> par<61> s par des virgules)' ;
$lang [ 'show_attributes' ] = 'Attributs <20> afficher' ;
2009-06-30 08:09:20 +00:00
// search_form_simple.php
2009-06-30 08:10:17 +00:00
$lang [ 'search_for_entries_whose' ] = 'Chercher les entr<74> es dont:' ;
2009-06-30 08:09:20 +00:00
$lang [ 'equals' ] = 'est egal <20> ;' ;
$lang [ 'starts with' ] = 'commence par' ;
$lang [ 'contains' ] = 'contient' ;
$lang [ 'ends with' ] = 'se termine par' ;
2009-06-30 08:10:17 +00:00
$lang [ 'sounds like' ] = 'ressemble <20> ' ;
2009-06-30 08:09:20 +00:00
// server_info.php
2009-06-30 08:10:17 +00:00
$lang [ 'could_not_fetch_server_info' ] = 'Impossible de r<> cup<75> rer les informations concernant le serveur Ldap' ;
2009-06-30 08:09:20 +00:00
$lang [ 'server_info_for' ] = 'Informations pour le serveur: ' ;
2009-06-30 08:10:17 +00:00
$lang [ 'server_reports_following' ] = 'Le serveur a rapport<72> les informations suivantes' ;
2009-06-30 08:09:20 +00:00
$lang [ 'nothing_to_report' ] = 'Ce serveur n\'a aucunes informations a rapporter.' ;
//update.php
2009-06-30 08:10:17 +00:00
$lang [ 'update_array_malformed' ] = 'update_array n\'est pas bien form<72> . Ceci est peut-<2D> tre un bogue de phpLDAPadmin. Pourriez-vous effectuer un rapport de bogue, s\'il vous pla<6C> t.' ;
$lang [ 'could_not_perform_ldap_modify' ] = 'L\'op<6F> ration ldap_modify n\'a pu <20> tre effectu<74> e.' ;
2009-06-30 08:09:20 +00:00
// update_confirm.php
$lang [ 'do_you_want_to_make_these_changes' ] = 'Voulez-vous effectuer ces changements?' ;
$lang [ 'attribute' ] = 'Attribut' ;
$lang [ 'old_value' ] = 'Ancienne Valeur' ;
$lang [ 'new_value' ] = 'Nouvelle Valeur' ;
2009-06-30 08:10:17 +00:00
$lang [ 'attr_deleted' ] = '[attribut supprim<69> ]' ;
2009-06-30 08:09:20 +00:00
$lang [ 'commit' ] = 'Valider' ;
$lang [ 'cancel' ] = 'Annuler' ;
2009-06-30 08:10:17 +00:00
$lang [ 'you_made_no_changes' ] = 'Aucun changement n\'a <20> t<EFBFBD> effectu<74> ' ;
2009-06-30 08:09:20 +00:00
$lang [ 'go_back' ] = 'Retour' ;
// welcome.php
$lang [ 'welcome_note' ] = 'Utilisez le menu de gauche pour la navigation' ;
// view_jpeg_photo.php
$lang [ 'unsafe_file_name' ] = 'Nom de fichier non s<> r: ' ;
2009-06-30 08:10:17 +00:00
$lang [ 'no_such_file' ] = 'Aucun fichier trouv<75> : ' ;
2009-06-30 08:09:20 +00:00
//function.php
2009-06-30 08:10:17 +00:00
$lang [ 'auto_update_not_setup' ] = ' auto_uid_numbers a <EFBFBD> t<EFBFBD> activ<EFBFBD> pour < b >% s </ b > dans votre configuration ,
mais vous n\ ' avez pas sp<EFBFBD> cifi<EFBFBD> l\ ' auto_uid_number_mechanism . Veuiller corriger
ce probl<EFBFBD> me . ' ;
$lang [ 'uidpool_not_set' ] = ' Vous avez sp<EFBFBD> cifi<EFBFBD> l < tt > auto_uid_number_mechanism </ tt > comme < tt > uidpool </ tt >
dans la configuration du serveur < b >% s </ b > , mais vous n\ ' avez pas sp<EFBFBD> cifi<EFBFBD> de valeur pour
auto_uid_number_uid_pool_dn . Veuillez le sp<EFBFBD> cifier avant de continuer . ' ;
$lang [ 'uidpool_not_exist' ] = ' Le uidPool que vous avez sp<EFBFBD> cifi<EFBFBD> dans votre configuration ( < tt >% s </ tt > )
2009-06-30 08:09:20 +00:00
n\ 'existe pas.' ;
2009-06-30 08:10:17 +00:00
$lang [ 'specified_uidpool' ] = ' L\ ' < tt > auto_uid_number_mechanism </ tt > a <EFBFBD> t<EFBFBD> d<EFBFBD> fini <EFBFBD> < tt > search </ tt > dans votre
configuration pour le serveur < b >% s </ b > , mais vous n\ ' avez pas d<EFBFBD> fini
< tt > auto_uid_number_search_base </ tt >. Veuillez le sp<EFBFBD> cifier avant de continuer . ' ;
$lang [ 'auto_uid_invalid_value' ] = ' Une valeur non valide a <EFBFBD> t<EFBFBD> sp<EFBFBD> cifi<EFBFBD> e pour auto_uid_number_mechanism ( < tt >% s </ tt > )
2009-06-30 08:09:20 +00:00
dans votre configuration . Seul < tt > uidpool </ tt > et < tt > search </ tt > sont valides .
2009-06-30 08:10:17 +00:00
Veuillez corriger ce probl<EFBFBD> me . ' ;
2009-06-30 08:09:20 +00:00
$lang [ 'error_auth_type_config' ] = ' Erreur : Vous avez une erreur dans votre fichier de configuration . Les valeurs
2009-06-30 08:10:17 +00:00
support<EFBFBD> es pour \ ' auth_type\ ' sont \ ' config\ ' et \ ' form\ ' dans la section $servers .
Vous avez mis \ '%s\', ce qui n\'est pas autoris<69> .' ;
2009-06-30 08:09:20 +00:00
$lang [ 'php_install_not_supports_tls' ] = 'Votre installation PHP ne supporte pas TLS.' ;
2009-06-30 08:10:17 +00:00
$lang [ 'could_not_start_tls' ] = 'Impossible de d<> marrer TLS.<br />Veuillez,s\'il vous pla<6C> t, v<> rifier la configuration de votre serveur LDAP.' ;
2009-06-30 08:09:20 +00:00
$lang [ 'auth_type_not_valid' ] = 'Vous avez une erreur dans votre fichier de configuration. auth_type %s n\'est pas valide.' ;
$lang [ 'ldap_said' ] = '<b>LDAP said</b>: %s<br /><br />' ;
$lang [ 'ferror_error' ] = 'Erreur' ;
$lang [ 'fbrowse' ] = 'naviguer' ;
$lang [ 'delete_photo' ] = 'Supprimer la photo' ;
$lang [ 'install_not_support_blowfish' ] = 'Votre installation PHP ne support pas l\'encryption blowfish.' ;
2009-06-30 08:10:17 +00:00
$lang [ 'install_no_mash' ] = 'Votre installation PHP ne supporte pas la fonction mhash(). Impossible de cr<63> er un hash SHA.' ;
2009-06-30 08:09:20 +00:00
$lang [ 'jpeg_contains_errors' ] = 'jpegPhoto contient des erreurs<br />' ;
2009-06-30 08:10:17 +00:00
$lang [ 'ferror_number' ] = '<b>Num<75> ro de l\'erreur</b>: %s <small>(%s)</small><br /><br />' ;
2009-06-30 08:09:20 +00:00
$lang [ 'ferror_discription' ] = '<b>Description</b>: %s <br /><br />' ;
2009-06-30 08:10:17 +00:00
$lang [ 'ferror_number_short' ] = '<b>Num<75> de l\'erreur</b>: %s<br /><br />' ;
2009-06-30 08:09:20 +00:00
$lang [ 'ferror_discription_short' ] = '<b>Description</b>: (pas de description disponible)<br />' ;
2009-06-30 08:10:17 +00:00
$lang [ 'ferror_submit_bug' ] = 'Est-ce un bogue de phpLDAPadmin? Si c\'est le cas,veuillez s\'il vous pla<6C> t <a href=\'%s\'>le rapporter</a>.' ;
$lang [ 'ferror_unrecognized_num' ] = 'Num<75> ro de l\'erreur non reconnu: ' ;
2009-06-30 08:09:20 +00:00
$lang [ 'ferror_nonfatil_bug' ] = ' < center >< table class = \ ' notice\ ' >< tr >< td colspan = \ ' 2 \ ' >< center >< img src = \ ' images / warning . png\ ' height = \ ' 12 \ ' width = \ ' 13 \ ' />
2009-06-30 08:10:17 +00:00
< b > Vous avez trouv<EFBFBD> un bogue non fatal dans phpLDAPAdmin !</ b ></ td ></ tr >< tr >< td > Erreur :</ td >< td >< b >% s </ b > ( < b >% s </ b > ) </ td ></ tr >< tr >< td > Fichier :</ td >
2009-06-30 08:09:20 +00:00
< td >< b >% s </ b > ligne < b >% s </ b > , origine de l\ ' appel < b >% s </ b ></ td ></ tr >< tr >< td > Versions :</ td >< td > PLA : < b >% s </ b > , PHP : < b >% s </ b > , SAPI : < b >% s </ b >
</ td ></ tr >< tr >< td > Serveur Web :</ td >< td >< b >% s </ b ></ td ></ tr >< tr >< td colspan = \ ' 2 \ ' >< center >< a target = \ ' new \ ' href = \ ' % s\ ' >
2009-06-30 08:10:17 +00:00
S\ 'il vous pla<6C> t, veuillez rapporter ce bogue en cliquant ici</a>.</center></td></tr></table></center><br />' ;
$lang [ 'ferror_congrats_found_bug' ] = ' F<EFBFBD> licitations ! Vous avez trouv<EFBFBD> un bogue dans phpLDAPadmin .< br />< br />
2009-06-30 08:09:20 +00:00
< table class = \ ' bug\ ' >
< tr >< td > Erreur :</ td >< td >< b >% s </ b ></ td ></ tr >
< tr >< td > Niveau :</ td >< td >< b >% s </ b ></ td ></ tr >
< tr >< td > Fichier :</ td >< td >< b >% s </ b ></ td ></ tr >
< tr >< td > Ligne :</ td >< td >< b >% s </ b ></ td ></ tr >
< tr >< td > Origine de l\ ' appel :</ td >< td >< b >% s </ b ></ td ></ tr >
< tr >< td > PLA Version :</ td >< td >< b >% s </ b ></ td ></ tr >
< tr >< td > PHP Version :</ td >< td >< b >% s </ b ></ td ></ tr >
< tr >< td > PHP SAPI :</ td >< td >< b >% s </ b ></ td ></ tr >
< tr >< td > Serveur Webr :</ td >< td >< b >% s </ b ></ td ></ tr >
</ table >
< br />
2009-06-30 08:10:17 +00:00
S\ 'il vous pla<6C> t, veuillez rapporter ce bogue en cliquant ici!' ;
2009-06-30 08:07:14 +00:00
2009-06-30 08:09:20 +00:00
//ldif_import_form
$lang [ 'import_ldif_file_title' ] = 'Import de fichier LDIF' ;
2009-06-30 08:10:17 +00:00
$lang [ 'select_ldif_file' ] = 'S<> lectionner un fichier LDIF:' ;
2009-06-30 08:09:20 +00:00
$lang [ 'select_ldif_file_proceed' ] = 'Continuer >>' ;
2009-06-30 08:07:14 +00:00
2009-06-30 08:09:20 +00:00
//lldif_import
$lang [ 'add_action' ] = 'Ajout de...' ;
$lang [ 'delete_action' ] = 'Supression de...' ;
$lang [ 'rename_action' ] = 'Renommage de...' ;
$lang [ 'modify_action' ] = 'Modification de...' ;
2009-06-30 08:10:17 +00:00
$lang [ 'failed' ] = '<27> chec' ;
2009-06-30 08:09:20 +00:00
$lang [ 'ldif_parse_error' ] = 'Erreur lors de l\'analyse du fichier LDIF' ;
$lang [ 'ldif_could_not_add_object' ] = 'Impossible d\'ajouter l\'objet:' ;
$lang [ 'ldif_could_not_rename_object' ] = 'Impossible de renommer l\'objet:' ;
$lang [ 'ldif_could_not_delete_object' ] = 'Impossible de supprimer l\'objet:' ;
$lang [ 'ldif_could_not_modify_object' ] = 'Impossible de modifier l\'objet:' ;
2009-06-30 08:10:17 +00:00
$lang [ 'ldif_line_number' ] = 'Num<75> ro de ligne' ;
2009-06-30 08:09:20 +00:00
$lang [ 'ldif_line' ] = 'Ligne' ;
2009-06-30 08:07:14 +00:00
?>