source: extensions/stripped/language/en_UK/theme.lang.php @ 16602

Last change on this file since 16602 was 16602, checked in by Zaphod, 12 years ago

version 2.2.3 - language updates

File size: 2.9 KB
Line 
1<?php
2
3$lang['Show/hide menu'] = 'Show/hide menu';
4$lang['Information'] = 'Information';
5$lang['GMap'] = 'Map';
6$lang['validate'] = 'validate';
7
8$lang['Interface options']='Interface options';
9$lang['Interface style']='Interface style';
10$lang['Hide menu by default on category page']='Hide menu by default on category page';
11$lang['Animate menu']='Animate menu';
12$lang['Force text to lowercase']='Force text to lowercase';
13$lang['Album list layout']='Album list layout';
14$lang['5 albums per row (no album description)']='5 albums per row (no album description)';
15$lang['3 albums per row (description below thumbnail)']='3 albums per row (description below thumbnail)';
16$lang['2 albums per row (description beside thumbnail)']='2 albums per row (description beside thumbnail)';
17$lang['1 album per row (description beside thumbnail)']='1 album per row (description beside thumbnail)';
18$lang['Display frame around albums'] = 'Display frame around albums';
19$lang['Display frame around thumbnails']='Display frame around thumbnails';
20$lang['Show thumbnail caption']='Show thumbnail caption';
21
22$lang['Picture page options']='Picture page options';
23$lang['Show image title on top of the page (after browse path)']='Show image title on top of the page (after browse path)';
24$lang['Display frame around image']='Display frame around image';
25$lang['Use navigation arrows on picture']='Use navigation arrows on picture';
26$lang['Use navigation arrows outside picture']='Use navigation arrows outside picture';
27$lang['Property to display below picture']='Property to display below picture';
28$lang['Title']='Title';
29$lang['HD picture default display']='HD picture default display';
30$lang['fit to screen']='fit to screen';
31$lang['full size']='full size';
32$lang['Default tab to be displayed']='Default tab to be displayed';
33$lang['Last displayed']='Last displayed';
34$lang['Metadata']='Metadata';
35$lang['Animate tabs on picture page']='Animate tabs on picture page';
36$lang['Show Information tab only to admins']='Show Information tab only to admins';
37
38$lang['Album thumbnail size']='Album thumbnail size';
39$lang['Thumbnail size']='Thumbnail size';
40$lang['Image size']='Image size';
41$lang['HD Image size']='HD Image size';
42
43$lang['Image autosize options']='Image autosize options';
44$lang['Resize image to fit window']='Resize image to fit window';
45$lang['Include title after resize']='Include title after resize';
46$lang['Additional bottom margin after resize']='Additional bottom margin after resize';
47$lang['Minimum image height after resize']='Minimum image height after resize';
48
49$lang['Image preloading options']='Image preloading options';
50$lang['Activate image preloading']='Activate image preloading';
51$lang['On picture page, number of next images to preload']='On picture page, number of next images to preload';
52$lang['Preload images on thumbnails page']='Preload images on thumbnails page';
53
54$lang['stripped Configuration updated']='stripped Configuration updated';
55?>
Note: See TracBrowser for help on using the repository browser.