xref: /dokuwiki/lib/plugins/extension/lang/fr/lang.php (revision 23048d5301c918a3ec4a700d8f8dbd856dd1394e)
10ebbba20SSchplurtz le Déboulonné<?php
20ebbba20SSchplurtz le Déboulonné
30ebbba20SSchplurtz le Déboulonné/**
40ebbba20SSchplurtz le Déboulonné * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
50ebbba20SSchplurtz le Déboulonné *
657d5036dSSchplurtz le Déboulonné * @author Schplurtz le Déboulonné <schplurtz@laposte.net>
70ed358eaSPierre Henriot * @author Pierre Henriot <pierre.henriot@gmail.com>
8dfbac901SSchplurtz le Déboulonné * @author Damien Regad <dregad@mantisbt.org>
9443fd3edSYves Grandvalet * @author Yves Grandvalet <Yves.Grandvalet@laposte.net>
10ceaabc3eSCarbain Frédéric * @author Carbain Frédéric <fcarbain@yahoo.fr>
11eba74aedSNicolas Friedli * @author Nicolas Friedli <nicolas@theologique.ch>
120ebbba20SSchplurtz le Déboulonné */
133d03c349SSchplurtz le Déboulonné$lang['menu']                  = 'Gestionnaire d\'extensions';
140ebbba20SSchplurtz le Déboulonné$lang['tab_plugins']           = 'Greffons installés';
15f35c7bebSSchplurtz le Déboulonné$lang['tab_templates']         = 'Thèmes installés';
160ebbba20SSchplurtz le Déboulonné$lang['tab_search']            = 'Rechercher et installer';
170ebbba20SSchplurtz le Déboulonné$lang['tab_install']           = 'Installation manuelle';
180ebbba20SSchplurtz le Déboulonné$lang['notimplemented']        = 'Cette fonctionnalité n\'est pas encore installée';
190ebbba20SSchplurtz le Déboulonné$lang['notinstalled']          = 'Cette extension n\'est pas installée';
200ebbba20SSchplurtz le Déboulonné$lang['alreadyenabled']        = 'Cette extension a déjà été installée';
210ebbba20SSchplurtz le Déboulonné$lang['alreadydisabled']       = 'Cette extension a déjà été désactivée';
220ebbba20SSchplurtz le Déboulonné$lang['pluginlistsaveerror']   = 'Une erreur s\'est produite lors de l\'enregistrement de la liste des greffons.';
230ebbba20SSchplurtz le Déboulonné$lang['unknownauthor']         = 'Auteur inconnu';
240ebbba20SSchplurtz le Déboulonné$lang['unknownversion']        = 'Version inconnue';
250ebbba20SSchplurtz le Déboulonné$lang['btn_info']              = 'Montrer plus d\'informations';
260ebbba20SSchplurtz le Déboulonné$lang['btn_update']            = 'Mettre à jour';
270ebbba20SSchplurtz le Déboulonné$lang['btn_uninstall']         = 'Désinstaller';
280ebbba20SSchplurtz le Déboulonné$lang['btn_enable']            = 'Activer';
290ebbba20SSchplurtz le Déboulonné$lang['btn_disable']           = 'Désactiver';
300ebbba20SSchplurtz le Déboulonné$lang['btn_install']           = 'Installer';
310ebbba20SSchplurtz le Déboulonné$lang['btn_reinstall']         = 'Réinstaller';
320ebbba20SSchplurtz le Déboulonné$lang['js']['reallydel']       = 'Vraiment désinstaller cette extension';
33ceaabc3eSCarbain Frédéric$lang['js']['display_viewoptions'] = 'Voir les options:';
34eba74aedSNicolas Friedli$lang['js']['display_enabled'] = 'activé';
35eba74aedSNicolas Friedli$lang['js']['display_disabled'] = 'désactivé';
36ceaabc3eSCarbain Frédéric$lang['js']['display_updatable'] = 'Mise à jour possible';
370ebbba20SSchplurtz le Déboulonné$lang['search_for']            = 'Rechercher l\'extension :';
380ebbba20SSchplurtz le Déboulonné$lang['search']                = 'Chercher';
390ebbba20SSchplurtz le Déboulonné$lang['extensionby']           = '<strong>%s</strong> de %s';
400ebbba20SSchplurtz le Déboulonné$lang['screenshot']            = 'Aperçu de %s';
410ebbba20SSchplurtz le Déboulonné$lang['popularity']            = 'Popularité : %s%%';
423fc5af51SDamien Regad$lang['homepage_link']         = 'Documentation';
4376f6b28eSOlivier Humbert$lang['bugs_features']         = 'Bogues';
440ebbba20SSchplurtz le Déboulonné$lang['tags']                  = 'Étiquettes :';
450ebbba20SSchplurtz le Déboulonné$lang['author_hint']           = 'Chercher les extensions de cet auteur';
460ebbba20SSchplurtz le Déboulonné$lang['installed']             = 'Installés :';
47dfbac901SSchplurtz le Déboulonné$lang['downloadurl']           = 'Téléchargement :';
4876f6b28eSOlivier Humbert$lang['repository']            = 'Dépôt : ';
490ebbba20SSchplurtz le Déboulonné$lang['unknown']               = '<em>inconnu</em>';
500ebbba20SSchplurtz le Déboulonné$lang['installed_version']     = 'Version installée :';
5157d5036dSSchplurtz le Déboulonné$lang['install_date']          = 'Dernière mise à jour :';
520ebbba20SSchplurtz le Déboulonné$lang['available_version']     = 'Version disponible :';
530ebbba20SSchplurtz le Déboulonné$lang['compatible']            = 'Compatible avec :';
540ebbba20SSchplurtz le Déboulonné$lang['depends']               = 'Dépend de :';
550ebbba20SSchplurtz le Déboulonné$lang['similar']               = 'Similaire à :';
560ebbba20SSchplurtz le Déboulonné$lang['conflicts']             = 'En conflit avec :';
570ebbba20SSchplurtz le Déboulonné$lang['donate']                = 'Vous aimez ?';
580ebbba20SSchplurtz le Déboulonné$lang['donate_action']         = 'Payer un café à l\'auteur !';
590ebbba20SSchplurtz le Déboulonné$lang['repo_retry']            = 'Réessayer';
600ebbba20SSchplurtz le Déboulonné$lang['provides']              = 'Fournit :';
610ebbba20SSchplurtz le Déboulonné$lang['status']                = 'État :';
620ebbba20SSchplurtz le Déboulonné$lang['status_installed']      = 'installé';
630ebbba20SSchplurtz le Déboulonné$lang['status_not_installed']  = 'non installé';
640ebbba20SSchplurtz le Déboulonné$lang['status_protected']      = 'protégé';
650ebbba20SSchplurtz le Déboulonné$lang['status_enabled']        = 'activé';
660ebbba20SSchplurtz le Déboulonné$lang['status_disabled']       = 'désactivé';
670ebbba20SSchplurtz le Déboulonné$lang['status_unmodifiable']   = 'non modifiable';
680ebbba20SSchplurtz le Déboulonné$lang['status_plugin']         = 'greffon';
69f35c7bebSSchplurtz le Déboulonné$lang['status_template']       = 'thème';
700ebbba20SSchplurtz le Déboulonné$lang['status_bundled']        = 'fourni';
710ebbba20SSchplurtz le Déboulonné$lang['msg_enabled']           = 'Greffon %s activé';
720ebbba20SSchplurtz le Déboulonné$lang['msg_disabled']          = 'Greffon %s désactivé';
733d03c349SSchplurtz le Déboulonné$lang['msg_delete_success']    = 'Extension %s désinstallée.';
7476f6b28eSOlivier Humbert$lang['msg_delete_failed']     = 'Échec de la désinstallation de l\'extension %s';
75bf43fe7bSYoven$lang['msg_template_install_success'] = 'Thème %s installé avec succès';
76f35c7bebSSchplurtz le Déboulonné$lang['msg_template_update_success'] = 'Thème %s mis à jour avec succès';
770ebbba20SSchplurtz le Déboulonné$lang['msg_plugin_install_success'] = 'Greffon %s installé avec succès';
780ebbba20SSchplurtz le Déboulonné$lang['msg_plugin_update_success'] = 'Greffon %s mis à jour avec succès';
790ebbba20SSchplurtz le Déboulonné$lang['msg_upload_failed']     = 'Téléversement échoué';
80ec35f6f7SSchplurtz le Déboulonné$lang['msg_nooverwrite']       = 'L\'extension %s existe déjà et ne sera pas remplacée. Pour la remplacer, cocher l\'option de remplacement d\'extension.';
810ebbba20SSchplurtz le Déboulonné$lang['missing_dependency']    = '<strong>Dépendance absente ou désactivée :</strong> %s';
820ebbba20SSchplurtz le Déboulonné$lang['security_issue']        = '<strong>Problème de sécurité :</strong> %s';
8376f6b28eSOlivier Humbert$lang['security_warning']      = '<strong>Avertissement de sécurité :</strong> %s';
8476f6b28eSOlivier Humbert$lang['update_available']      = '<strong>Mise à jour :</strong> la version %s est disponible.';
8576f6b28eSOlivier Humbert$lang['wrong_folder']          = '<strong>Greffon installé incorrectement :</strong> renommer le dossier du greffon "%s" en "%s".';
860ed358eaSPierre Henriot$lang['url_change']            = '<strong>URL modifiée :</strong> L\'URL de téléchargement a changé depuis le dernier téléchargement. Vérifiez si l\'URL est valide avant de mettre à jour l\'extension.<br />Nouvelle URL : %s<br />Ancien : %s';
870ebbba20SSchplurtz le Déboulonné$lang['error_badurl']          = 'Les URL doivent commencer par http ou https';
880ebbba20SSchplurtz le Déboulonné$lang['error_dircreate']       = 'Impossible de créer le dossier temporaire pour le téléchargement.';
890ebbba20SSchplurtz le Déboulonné$lang['error_download']        = 'Impossible de télécharger le fichier : %s';
900ebbba20SSchplurtz le Déboulonné$lang['error_decompress']      = 'Impossible de décompresser le fichier téléchargé. C\'est peut être le résultat d\'une erreur de téléchargement, auquel cas vous devriez réessayer. Le format de compression est peut-être inconnu. Dans ce cas il vous faudra procéder à une installation manuelle.';
9176f6b28eSOlivier Humbert$lang['error_findfolder']      = 'Impossible d\'identifier le dossier de l\'extension. Vous devez procéder à une installation manuelle.';
9276f6b28eSOlivier Humbert$lang['error_copy']            = 'Une erreur de copie de fichier s\'est produite lors de l\'installation des fichiers dans le dossier <em>%s</em>. Il se peut que le disque soit plein, ou que les permissions d\'accès aux fichiers soient incorrectes. Il est possible que le greffon soit partiellement installé et que cela laisse votre installation de DokuWiki instable.';
930ebbba20SSchplurtz le Déboulonné$lang['noperms']               = 'Impossible d\'écrire dans le dossier des extensions.';
94f35c7bebSSchplurtz le Déboulonné$lang['notplperms']            = 'Impossible d\'écrire dans le dossier des thèmes.';
950ebbba20SSchplurtz le Déboulonné$lang['nopluginperms']         = 'Impossible d\'écrire dans le dossier des greffons.';
960ebbba20SSchplurtz le Déboulonné$lang['git']                   = 'Cette extension a été installé via git, vous voudrez peut-être ne pas la mettre à jour ici.';
973d03c349SSchplurtz le Déboulonné$lang['auth']                  = 'Votre configuration n\'utilise pas ce greffon d\'authentification. Vous devriez songer à le désactiver.';
980ebbba20SSchplurtz le Déboulonné$lang['install_url']           = 'Installez depuis l\'URL :';
990ebbba20SSchplurtz le Déboulonné$lang['install_upload']        = 'Téléversez l\'extension :';
100*23048d53SSchplurtz le Déboulonné$lang['repo_badresponse']      = 'Le référentiel d\'extensions a retourné une réponse invalide.';
101*23048d53SSchplurtz le Déboulonné$lang['repo_error']            = 'Le référentiel d\'extensions est injoignable. Veuillez vous assurer que votre serveur web est autorisé à contacter www.dokuwiki.org et vérifier ses paramètres de proxy.';
1023d03c349SSchplurtz le Déboulonné$lang['nossl']                 = 'Votre version de PHP semble ne pas prendre en charge SSL. Le téléchargement de nombreuses extensions va échouer.';
103