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

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

version 2.0.0

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