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

Last change on this file since 19373 was 19373, checked in by julien1311, 11 years ago

add help tab in admin

  • Property svn:eol-style set to LF
File size: 3.5 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['Photo'] = 'Photo';
14$lang['Folder'] = 'Dossier';
15$lang['Folder color'] = 'Dossier en couleurs';
16$lang['Types of files you want to add an icon to:'] = 'Types de fichiers pour lesquels vous voulez ajouter une icône :';
17$lang['Click on submit to see changes.'] = 'Cliquez sur valider pour voir les changements apparaître.';
18$lang['Result'] = 'Résultat';
19$lang['Youtube videos'] = 'Vidéos Youtube';
20$lang['Vimeo videos'] = 'Vidéos Vimeo';
21$lang['Dailymotion videos'] = 'Vidéos Dailymotion';
22$lang['Wat videos'] = 'Vidéos Wat';
23$lang['Wideo videos'] = 'Vidéos Wideo';
24$lang['Videos'] = 'Vidéos';
25$lang['Musics'] = 'Musiques';
26$lang['pdf files'] = 'Fichiers pdf';
27$lang['Documents'] = 'Documents';
28$lang['Spreadsheets'] = 'Tableurs';
29$lang['Presentations'] = 'Présentations';
30$lang['Videos added with'] = 'Videos added with';
31$lang['Files supported: webm, webmv, ogv, m4v, flv, mp4'] = 'Fichiers supportés : mp3, ogg, oga, m4a, webma, fla, wav';
32$lang['Files supported: mp3, ogg, oga, m4a, webma, fla, wav'] = 'Fichiers supportés : mp3, ogg, oga, m4a, webma, fla, wav';
33$lang['Files supported: pdf'] = 'Fichiers supportés : pdf';
34$lang['Files supported: doc, docx and odt'] = 'Fichiers supportés : doc, docx et odt';
35$lang['Files supported: xls, xlsx and ods'] = 'Fichiers supportés : xls, xlsx et ods';
36$lang['ppt, pptx and odp files'] = 'Fichiers supportés : ppt, pptx et odp';
37$lang['Not displayed'] = 'Non affiché';
38
39//admin_advanced.php
40$lang['The opacity have to be a number between 0 and 100'] = 'L\'opacité doit être un nombre entre 0 et 100';
41
42//admin_advanced.tpl
43$lang['Position'] = 'Position';
44$lang['Top right corner'] = 'Coin supérieur droit';
45$lang['Top left corner'] = 'Coin supérieur gauche';
46$lang['Bottom right corner'] = 'Coin inférieur droit';
47$lang['Bottom left corner'] = 'Coin inférieur gauche';
48$lang['Opacity'] = 'Opacité';
49
50//admin_help.tpl
51$lang['This menu allows to configure 2 types of parameters:'] = 'Ce menu permet de régler 2 paramètres :';
52$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.';
53$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.';
54$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.';
55$lang['The opacity of the icon.'] = 'La transparence de l\icône.';
56$lang['Donate'] = 'Dons';
57$lang['I spent a lot of time to make this plugin works. If it is useful for you, do not hesitate a donation ;) Thank you for your generosity.'] = 'J\'ai passé beaucoup de temps à développer cette extension. Si elle vous est utile, n\'hésitez pas à faire un don ;) Merci pour votre générosité.';
58$lang['Credits'] = 'Crédits';
59?>
Note: See TracBrowser for help on using the repository browser.