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

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