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

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

new options : position and opacity

  • Property svn:eol-style set to LF
File size: 1.4 KB
Line 
1<?php
2$lang['Media Icon Plugin'] = 'Plugin Media Icon';
3$lang['Style'] = 'Style';
4$lang['Result'] = 'Résultat';
5$lang['Icon style:'] = 'Style d\'icône :';
6$lang['Logo'] = 'Logo';
7$lang['Photo'] = 'Photo';
8$lang['Folder'] = 'Dossier';
9$lang['Folder color'] = 'Dossier en couleurs';
10$lang['Click on submit to see changes.'] = 'Cliquez sur valider pour voir les changements apparaître.';
11$lang['Results'] = 'Résultat';
12$lang['Youtube videos'] = 'Vidéos Youtube';
13$lang['Vimeo videos'] = 'Vidéos Vimeo';
14$lang['Dailymotion videos'] = 'Vidéos Dailymotion';
15$lang['Wat videos'] = 'Vidéos Wat';
16$lang['Wideo videos'] = 'Vidéos Wideo';
17$lang['pdf files'] = 'Fichiers pdf';
18$lang['Documents'] = 'Documents';
19$lang['Spreadsheets'] = 'Tableurs';
20$lang['Presentations'] = 'Présentations';
21$lang['Information data registered in database'] = 'Informations enregistrées dans la base de données';
22
23//admin.php
24$lang['General'] = 'Général';
25$lang['Advanced options'] = 'Options avancées';
26
27//admin_advanced.php
28$lang['The opacity have to be a number between 0 and 100'] = 'L\'opacité doit être un nombre entre 0 et 100';
29
30//admin_advanced.tpl
31$lang['Position'] = 'Position';
32$lang['Top right corner'] = 'Coin supérieur droit';
33$lang['Top left corner'] = 'Coin supérieur gauche';
34$lang['Bottom right corner'] = 'Coin inférieur droit';
35$lang['Bottom left corner'] = 'Coin inférieur gauche';
36$lang['Opacity'] = 'Opacité';
37?>
Note: See TracBrowser for help on using the repository browser.