source: extensions/ThumbnailTooltip/language/fr_FR/plugin.lang.php @ 27658

Last change on this file since 27658 was 27658, checked in by TranslationTeam, 10 years ago

[thumbnailtooltip] Update fr_FR, thanks to : laurent.duretz

File size: 766 bytes
Line 
1<?php
2$lang['tn_display'] = 'Affichage';
3$lang['tn_display_name'] = 'Afficher le titre de l\'image';
4$lang['tn_separator'] = 'Separateur (-)';
5$lang['tn_none'] = 'Aucun';
6$lang['tn_yes'] = 'Oui';
7$lang['tn_no'] = 'Non';
8
9$lang['tn_type1'] = '{title}';
10$lang['tn_type2'] = '{nb_visits}';
11$lang['tn_type3'] = '({nb_visits})';
12$lang['tn_type4'] = '{description}';
13$lang['tn_type5'] = '{Author}';
14$lang['tn_type6'] = 'Auteur : {Author}';
15$lang['tn_type7'] = '{rating_score}';
16$lang['tn_type8'] = '({nb_visits}, {rating_score})';
17
18$lang['tn_configuration_saved'] = 'Configuration sauvegardée';
19$lang['tn_default_parameters'] = 'Paramètres par défaut';
20$lang['tn_default_parameters_saved'] = 'Paramètres par défaut sauvegardés';
21$lang['value1'] = 'Type de titre';
22?>
Note: See TracBrowser for help on using the repository browser.