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

Last change on this file was 30100, checked in by sarybe, 9 years ago

[Thumbnail_Tooltip] Bug fix for html and double quotes in comment

File size: 860 bytes
Line 
1<?php
2$lang['tn_display_img'] = 'Photos';
3$lang['tn_display_cat'] = 'Albums';
4$lang['tn_display_name_img'] = 'Display the title of the picture';
5$lang['tn_display_name_cat'] = 'Display the author\'s name in the albums';
6$lang['tn_name_link'] = 'Tooltip text';
7
8$lang['tn_separator'] = 'Separator (-)';
9$lang['tn_none'] = 'None';
10$lang['tn_yes'] = 'Yes';
11$lang['tn_no'] = 'No';
12
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)';
21
22$lang['tn_configuration_saved'] = 'Configuration saved';
23$lang['tn_default_parameters'] = 'Default configuration';
24$lang['tn_default_parameters_saved'] = 'Default configuration saved';
25?>
Note: See TracBrowser for help on using the repository browser.