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

Last change on this file since 27730 was 27730, checked in by sarybe, 10 years ago

Remove brackets and change some words

File size: 702 bytes
Line 
1<?php
2$lang['tn_display'] = 'Display';
3$lang['tn_display_name'] = 'Display image title';
4$lang['tn_name_link'] = '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'] = 'Hits';
12$lang['tn_type3'] = '(Hits)';
13$lang['tn_type4'] = 'Description';
14$lang['tn_type5'] = 'Author';
15$lang['tn_type6'] = 'Author: Author';
16$lang['tn_type7'] = 'Rating score';
17$lang['tn_type8'] = '(Hits, 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.