source: extensions/ThumbnailTooltip/language/en_UK/plugin.lang.php @ 27665

Last change on this file since 27665 was 27646, checked in by sarybe, 10 years ago
File size: 751 bytes
Line 
1<?php
2$lang['tn_display'] = 'Display';
3$lang['tn_display_name'] = 'Display image title';
4$lang['value1'] = 'Title type';
5$lang['tn_separator'] = 'Separator (-)';
6$lang['tn_none'] = 'None';
7$lang['tn_yes'] = 'Yes';
8$lang['tn_no'] = 'No';
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 saved';
20$lang['tn_default_parameters'] = 'Default configuration';
21$lang['tn_default_parameters_saved'] = 'Default configuration saved';
22?>
Note: See TracBrowser for help on using the repository browser.