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

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

css and admin improvements

  • Property svn:eol-style set to LF
File size: 2.1 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['Click on submit to see changes.'] = 'Cliquez sur valider pour voir les changements apparaître.';
17$lang['Result'] = 'Résultat';
18$lang['Youtube videos'] = 'Vidéos Youtube';
19$lang['Vimeo videos'] = 'Vidéos Vimeo';
20$lang['Dailymotion videos'] = 'Vidéos Dailymotion';
21$lang['Wat videos'] = 'Vidéos Wat';
22$lang['Wideo videos'] = 'Vidéos Wideo';
23$lang['Videos'] = 'Vidéos';
24$lang['Musics'] = 'Musiques';
25$lang['pdf files'] = 'Fichiers pdf';
26$lang['Documents'] = 'Documents';
27$lang['Spreadsheets'] = 'Tableurs';
28$lang['Presentations'] = 'Présentations';
29$lang['Videos added with'] = 'Videos added with';
30$lang['Files supported: webm, webmv, ogv, m4v, flv, mp4'] = 'Fichiers supportés : mp3, ogg, oga, m4a, webma, fla, wav';
31$lang['Files supported: mp3, ogg, oga, m4a, webma, fla, wav'] = 'Fichiers supportés : mp3, ogg, oga, m4a, webma, fla, wav';
32$lang['Files supported: pdf'] = 'Fichiers supportés : pdf';
33$lang['Files supported: doc, docx and odt'] = 'Fichiers supportés : doc, docx et odt';
34$lang['Files supported: xls, xlsx and ods'] = 'Fichiers supportés : xls, xlsx et ods';
35$lang['ppt, pptx and odp files'] = 'Fichiers supportés : ppt, pptx et odp';
36
37//admin_advanced.php
38$lang['The opacity have to be a number between 0 and 100'] = 'L\'opacité doit être un nombre entre 0 et 100';
39
40//admin_advanced.tpl
41$lang['Position'] = 'Position';
42$lang['Top right corner'] = 'Coin supérieur droit';
43$lang['Top left corner'] = 'Coin supérieur gauche';
44$lang['Bottom right corner'] = 'Coin inférieur droit';
45$lang['Bottom left corner'] = 'Coin inférieur gauche';
46$lang['Opacity'] = 'Opacité';
47?>
Note: See TracBrowser for help on using the repository browser.