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

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

[thumbnailtooltip] fixed language description.txt

File size: 836 bytes
RevLine 
[27687]1<?php
[28174]2$lang['tn_display_img'] = 'Photos';
3$lang['tn_display_cat'] = 'Albums';
4$lang['tn_display_name_img'] = 'Display the title of the picture';
[28260]5$lang['tn_display_name_cat'] = 'Display the author\'s name in the albums';
[28174]6$lang['tn_name_link'] = 'Tooltip text';
7
[27687]8$lang['tn_separator'] = 'Separator (-)';
9$lang['tn_none'] = 'None';
10$lang['tn_yes'] = 'Yes';
11$lang['tn_no'] = 'No';
12
[27730]13$lang['tn_type1'] = 'Title';
14$lang['tn_type2'] = 'Hits';
15$lang['tn_type3'] = '(Hits)';
16$lang['tn_type4'] = 'Description';
17$lang['tn_type5'] = 'Author';
18$lang['tn_type6'] = 'Author: Author';
19$lang['tn_type7'] = 'Rating score';
20$lang['tn_type8'] = '(Hits, Rating score)';
[27687]21
22$lang['tn_configuration_saved'] = 'Configuration saved';
23$lang['tn_default_parameters'] = 'Default configuration';
24$lang['tn_default_parameters_saved'] = 'Default configuration saved';
[27646]25?>
Note: See TracBrowser for help on using the repository browser.