source: extensions/Media_Icon/language/fr_FR/plugin.lang.php @ 19651

Last change on this file since 19651 was 19651, checked in by julien1311, 11 years ago
  • Property svn:eol-style set to LF
File size: 4.6 KB
Line 
1<?php
2$lang['Media Icon Plugin'] = 'Plugin Media Icon';
3
4//admin.php or common to all admin files
5$lang['General'] = 'Général';
6$lang['Advanced options'] = 'Options avancées';
7$lang['Information data registered in database'] = 'Informations enregistrées dans la base de données';
8
9//admin_general.tpl
10$lang['Style'] = 'Style';
11$lang['Icon style:'] = 'Style d\'icône :';
12$lang['Logo'] = 'Logo';
13$lang['Page'] = 'Page';
14$lang['Folder'] = 'Dossier';
15$lang['Folder color'] = 'Dossier en couleurs';
16$lang['Folder picture'] = 'Dossier image';
17$lang['Cracked'] = 'Craquelé';
18$lang['Types of files you want to add an icon to:'] = 'Types de fichiers pour lesquels vous voulez ajouter une icône :';
19$lang['Click on submit to see changes.'] = 'Cliquez sur valider pour voir les changements apparaître.';
20$lang['Result'] = 'Résultat';
21$lang['Youtube videos'] = 'Vidéos Youtube';
22$lang['Vimeo videos'] = 'Vidéos Vimeo';
23$lang['Dailymotion videos'] = 'Vidéos Dailymotion';
24$lang['Wat videos'] = 'Vidéos Wat';
25$lang['Wideo videos'] = 'Vidéos Wideo';
26$lang['Videos'] = 'Vidéos';
27$lang['Musics'] = 'Musiques';
28$lang['pdf files'] = 'Fichiers pdf';
29$lang['Documents'] = 'Documents';
30$lang['Spreadsheets'] = 'Tableurs';
31$lang['Presentations'] = 'Présentations';
32$lang['Videos added with Embedded Videos'] = 'Vidéos ajoutées avec Embedded Videos';
33$lang['Files supported: webm, webmv, ogv, m4v, flv, mp4'] = 'Fichiers supportés : mp3, ogg, oga, m4a, webma, fla, wav';
34$lang['Files supported: mp3, ogg, oga, m4a, webma, fla, wav'] = 'Fichiers supportés : mp3, ogg, oga, m4a, webma, fla, wav';
35$lang['Files supported: pdf'] = 'Fichiers supportés : pdf';
36$lang['Files supported: doc, docx and odt'] = 'Fichiers supportés : doc, docx et odt';
37$lang['Files supported: xls, xlsx and ods'] = 'Fichiers supportés : xls, xlsx et ods';
38$lang['ppt, pptx and odp files'] = 'Fichiers supportés : ppt, pptx et odp';
39$lang['Not displayed'] = 'Non affiché';
40
41//admin_advanced.php
42$lang['The opacity have to be a number between 0 and 100'] = 'L\'opacité doit être un nombre entre 0 et 100';
43
44//admin_advanced.tpl
45$lang['Position'] = 'Position';
46$lang['Top right corner'] = 'Coin supérieur droit';
47$lang['Top left corner'] = 'Coin supérieur gauche';
48$lang['Bottom right corner'] = 'Coin inférieur droit';
49$lang['Bottom left corner'] = 'Coin inférieur gauche';
50$lang['Opacity'] = 'Opacité';
51
52//admin_help.tpl
53$lang['This menu allows to configure 2 types of parameters:'] = 'Ce menu permet de régler 2 paramètres :';
54$lang['The type of icon to display. Click on submit to see changes in the result pane.'] = 'Le type d\'icône à afficher. Cliquer sur valider pour voir les modifications dans le paneau de résultat.';
55$lang['The type of files you want to add an icon to. Uncheck a type of file to deactivate the display of the icon for this type of file. <i>Not displayed</i> is then displayed in the result pane.'] = 'Le type de fichier pour lesquels vous voulez ajouter une icône. Décocher un type de fichier pour désactiver l\'affichage de l\'icône pour ce type de fichier. <i>Non affiché</i> s\'affiche alors dans le panneau de résultat.';
56$lang['The corner of the thumbnail in which the icon will be displayed.'] = 'Le coin de la miniature dans lequel l\'icône sera affichée.';
57$lang['The opacity of the icon.'] = 'La transparence de l\'icône.';
58$lang['Donate'] = 'Dons';
59$lang['Piwigo is a free software (opensource software), you can use it for free and this is not going to change. Donations are collected by the Piwigo Foundation (non profit organization) to cover project fees.'] = 'Piwigo est un logiciel libre, son utilisation est gratuite et le restera. Les dons sont récoltés par l\'association Piwigo (loi 1901, organisation à but non lucratif) pour couvrir les dépenses du projet.';
60$lang['Credits'] = 'Crédits';
61$lang['The icons are brought to you thanks to:'] = 'Les sources des icônes sont les suivantes :';
62$lang['Official logos or Wikipedia:'] = 'Logos officiels ou Wikipedia :';
63$lang['Youtube'] = 'Youtube';
64$lang['Vimeo'] = 'Vimeo';
65$lang['Dailymotion'] = 'Dailymotion';
66$lang['Wat'] = 'Wat';
67$lang['Wideo'] = 'Wideo';
68$lang['Video'] = 'Vidéo';
69$lang['Music'] = 'Musique';
70$lang['pdf'] = 'pdf';
71$lang['Document'] = 'Document';
72$lang['Spreadsheet'] = 'Tableur';
73$lang['Presentation'] = 'Présentation';
74$lang['Part of the DelliOS System icon pack by Wendell Fernandes.'] = 'Fait partie du pack d\'icônes DelliOS System de Wendell Fernandes.';
75$lang['Download website'] = 'Site de téléchargement';
76$lang['Author website'] = 'Site de l\'auteur';
77$lang['Part of the RRZE icon set.'] = 'Fait partie de RRZE icon set.';
78$lang['Part of the iSuite Revoked pack by Prax-08.'] = 'Fait partie du pack iSuite Revoked de Prax-08.';
79?>
Note: See TracBrowser for help on using the repository browser.