xref: /dokuwiki/lib/plugins/extension/lang/fr/lang.php (revision ceaabc3e35e64f7d37f68b82086f3cc5034fca8b)
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é *
60ebbba20SSchplurtz le Déboulonné * @author Schplurtz le Déboulonné <schplurtz@laposte.net>
7443fd3edSYves Grandvalet * @author Yves Grandvalet <Yves.Grandvalet@laposte.net>
8*ceaabc3eSCarbain Frédéric * @author Carbain Frédéric <fcarbain@yahoo.fr>
90ebbba20SSchplurtz le Déboulonné */
103d03c349SSchplurtz le Déboulonné$lang['menu']                  = 'Gestionnaire d\'extensions';
110ebbba20SSchplurtz le Déboulonné$lang['tab_plugins']           = 'Greffons installés';
12f35c7bebSSchplurtz le Déboulonné$lang['tab_templates']         = 'Thèmes installés';
130ebbba20SSchplurtz le Déboulonné$lang['tab_search']            = 'Rechercher et installer';
140ebbba20SSchplurtz le Déboulonné$lang['tab_install']           = 'Installation manuelle';
150ebbba20SSchplurtz le Déboulonné$lang['notimplemented']        = 'Cette fonctionnalité n\'est pas encore installée';
160ebbba20SSchplurtz le Déboulonné$lang['notinstalled']          = 'Cette extension n\'est pas installée';
170ebbba20SSchplurtz le Déboulonné$lang['alreadyenabled']        = 'Cette extension a déjà été installée';
180ebbba20SSchplurtz le Déboulonné$lang['alreadydisabled']       = 'Cette extension a déjà été désactivée';
190ebbba20SSchplurtz le Déboulonné$lang['pluginlistsaveerror']   = 'Une erreur s\'est produite lors de l\'enregistrement de la liste des greffons.';
200ebbba20SSchplurtz le Déboulonné$lang['unknownauthor']         = 'Auteur inconnu';
210ebbba20SSchplurtz le Déboulonné$lang['unknownversion']        = 'Version inconnue';
220ebbba20SSchplurtz le Déboulonné$lang['btn_info']              = 'Montrer plus d\'informations';
230ebbba20SSchplurtz le Déboulonné$lang['btn_update']            = 'Mettre à jour';
240ebbba20SSchplurtz le Déboulonné$lang['btn_uninstall']         = 'Désinstaller';
250ebbba20SSchplurtz le Déboulonné$lang['btn_enable']            = 'Activer';
260ebbba20SSchplurtz le Déboulonné$lang['btn_disable']           = 'Désactiver';
270ebbba20SSchplurtz le Déboulonné$lang['btn_install']           = 'Installer';
280ebbba20SSchplurtz le Déboulonné$lang['btn_reinstall']         = 'Réinstaller';
290ebbba20SSchplurtz le Déboulonné$lang['js']['reallydel']       = 'Vraiment désinstaller cette extension';
30*ceaabc3eSCarbain Frédéric$lang['js']['display_viewoptions'] = 'Voir les options:';
31*ceaabc3eSCarbain Frédéric$lang['js']['display_updatable'] = 'Mise à jour possible';
320ebbba20SSchplurtz le Déboulonné$lang['search_for']            = 'Rechercher l\'extension :';
330ebbba20SSchplurtz le Déboulonné$lang['search']                = 'Chercher';
340ebbba20SSchplurtz le Déboulonné$lang['extensionby']           = '<strong>%s</strong> de %s';
350ebbba20SSchplurtz le Déboulonné$lang['screenshot']            = 'Aperçu de %s';
360ebbba20SSchplurtz le Déboulonné$lang['popularity']            = 'Popularité : %s%%';
370ebbba20SSchplurtz le Déboulonné$lang['homepage_link']         = 'Documents';
380ebbba20SSchplurtz le Déboulonné$lang['bugs_features']         = 'Bugs';
390ebbba20SSchplurtz le Déboulonné$lang['tags']                  = 'Étiquettes :';
400ebbba20SSchplurtz le Déboulonné$lang['author_hint']           = 'Chercher les extensions de cet auteur';
410ebbba20SSchplurtz le Déboulonné$lang['installed']             = 'Installés :';
420ebbba20SSchplurtz le Déboulonné$lang['downloadurl']           = 'URL de téléchargement :';
430ebbba20SSchplurtz le Déboulonné$lang['repository']            = 'Entrepôt : ';
440ebbba20SSchplurtz le Déboulonné$lang['unknown']               = '<em>inconnu</em>';
450ebbba20SSchplurtz le Déboulonné$lang['installed_version']     = 'Version installée :';
460ebbba20SSchplurtz le Déboulonné$lang['install_date']          = 'Votre dernière mise à jour :';
470ebbba20SSchplurtz le Déboulonné$lang['available_version']     = 'Version disponible :';
480ebbba20SSchplurtz le Déboulonné$lang['compatible']            = 'Compatible avec :';
490ebbba20SSchplurtz le Déboulonné$lang['depends']               = 'Dépend de :';
500ebbba20SSchplurtz le Déboulonné$lang['similar']               = 'Similaire à :';
510ebbba20SSchplurtz le Déboulonné$lang['conflicts']             = 'En conflit avec :';
520ebbba20SSchplurtz le Déboulonné$lang['donate']                = 'Vous aimez ?';
530ebbba20SSchplurtz le Déboulonné$lang['donate_action']         = 'Payer un café à l\'auteur !';
540ebbba20SSchplurtz le Déboulonné$lang['repo_retry']            = 'Réessayer';
550ebbba20SSchplurtz le Déboulonné$lang['provides']              = 'Fournit :';
560ebbba20SSchplurtz le Déboulonné$lang['status']                = 'État :';
570ebbba20SSchplurtz le Déboulonné$lang['status_installed']      = 'installé';
580ebbba20SSchplurtz le Déboulonné$lang['status_not_installed']  = 'non installé';
590ebbba20SSchplurtz le Déboulonné$lang['status_protected']      = 'protégé';
600ebbba20SSchplurtz le Déboulonné$lang['status_enabled']        = 'activé';
610ebbba20SSchplurtz le Déboulonné$lang['status_disabled']       = 'désactivé';
620ebbba20SSchplurtz le Déboulonné$lang['status_unmodifiable']   = 'non modifiable';
630ebbba20SSchplurtz le Déboulonné$lang['status_plugin']         = 'greffon';
64f35c7bebSSchplurtz le Déboulonné$lang['status_template']       = 'thème';
650ebbba20SSchplurtz le Déboulonné$lang['status_bundled']        = 'fourni';
660ebbba20SSchplurtz le Déboulonné$lang['msg_enabled']           = 'Greffon %s activé';
670ebbba20SSchplurtz le Déboulonné$lang['msg_disabled']          = 'Greffon %s désactivé';
683d03c349SSchplurtz le Déboulonné$lang['msg_delete_success']    = 'Extension %s désinstallée.';
69443fd3edSYves Grandvalet$lang['msg_delete_failed']     = 'Echec de la désinstallation de l\'extension %s';
70bf43fe7bSYoven$lang['msg_template_install_success'] = 'Thème %s installé avec succès';
71f35c7bebSSchplurtz le Déboulonné$lang['msg_template_update_success'] = 'Thème %s mis à jour avec succès';
720ebbba20SSchplurtz le Déboulonné$lang['msg_plugin_install_success'] = 'Greffon %s installé avec succès';
730ebbba20SSchplurtz le Déboulonné$lang['msg_plugin_update_success'] = 'Greffon %s mis à jour avec succès';
740ebbba20SSchplurtz le Déboulonné$lang['msg_upload_failed']     = 'Téléversement échoué';
750ebbba20SSchplurtz le Déboulonné$lang['missing_dependency']    = '<strong>Dépendance absente ou désactivée :</strong> %s';
760ebbba20SSchplurtz le Déboulonné$lang['security_issue']        = '<strong>Problème de sécurité :</strong> %s';
770ebbba20SSchplurtz le Déboulonné$lang['security_warning']      = '<strong>Avertissement deSécurité :</strong> %s';
780ebbba20SSchplurtz le Déboulonné$lang['update_available']      = '<strong>Mise à jour :</strong> La version %s est disponible.';
790ebbba20SSchplurtz le Déboulonné$lang['wrong_folder']          = '<strong>Greffon installé incorrectement :</strong> Renomer le dossier du greffon "%s" en "%s".';
800ebbba20SSchplurtz le Déboulonné$lang['url_change']            = '<strong>URL modifié :</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 />Nouvel URL : %s<br />Ancien : %s';
810ebbba20SSchplurtz le Déboulonné$lang['error_badurl']          = 'Les URL doivent commencer par http ou https';
820ebbba20SSchplurtz le Déboulonné$lang['error_dircreate']       = 'Impossible de créer le dossier temporaire pour le téléchargement.';
830ebbba20SSchplurtz le Déboulonné$lang['error_download']        = 'Impossible de télécharger le fichier : %s';
840ebbba20SSchplurtz 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.';
85bf43fe7bSYoven$lang['error_findfolder']      = 'Impossible d\'identifier le dossier de l\'extension. vous devez procéder à une installation manuelle.';
860ebbba20SSchplurtz le Déboulonné$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 DoluWiki instable.';
870ebbba20SSchplurtz le Déboulonné$lang['noperms']               = 'Impossible d\'écrire dans le dossier des extensions.';
88f35c7bebSSchplurtz le Déboulonné$lang['notplperms']            = 'Impossible d\'écrire dans le dossier des thèmes.';
890ebbba20SSchplurtz le Déboulonné$lang['nopluginperms']         = 'Impossible d\'écrire dans le dossier des greffons.';
900ebbba20SSchplurtz le Déboulonné$lang['git']                   = 'Cette extension a été installé via git, vous voudrez peut-être ne pas la mettre à jour ici.';
913d03c349SSchplurtz le Déboulonné$lang['auth']                  = 'Votre configuration n\'utilise pas ce greffon d\'authentification. Vous devriez songer à le désactiver.';
920ebbba20SSchplurtz le Déboulonné$lang['install_url']           = 'Installez depuis l\'URL :';
930ebbba20SSchplurtz le Déboulonné$lang['install_upload']        = 'Téléversez l\'extension :';
9495955792SSchplurtz le Déboulonné$lang['repo_error']            = 'L\'entrepôt d\'extensions est injoignable. Veuillez vous assurer que le server web est autorisé à contacter www.dokuwiki.org et vérifier les réglages de proxy.';
953d03c349SSchplurtz 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.';
96