source: extensions/Panoramas/language/en_UK/plugin.lang.php @ 19535

Last change on this file since 19535 was 19535, checked in by Klarsfeld, 11 years ago
File size: 3.0 KB
Line 
1<?php
2$lang['Auto'] = 'Auto';
3$lang['Automatic start'] = 'Automatic start';
4$lang['Control display'] = 'Control display';
5$lang['Left'] = 'Left';
6$lang['Maximal Viewport width is out of range (Correct range: Minimal/+).'] = 'Maximal Viewport width is out of range (Correct range: Minimal/+).'; 
7$lang['Minimal Viewport width is out of range (Correct range: 320/+).'] = 'Minimal Viewport width is out of range (Correct range: 320/+).'; 
8$lang['Border Width ratio is out of range (Correct range: 0-10).'] = 'Panoramic border size is out of range (Correct range: 0-10).'; 
9$lang['Mode 180 (Alternative left-right restart)'] = 'Mode 180 (Alternative left-right restart)';
10$lang['Mode 360'] = 'Mode 360';
11$lang['Off'] = 'Off';
12$lang['On'] = 'On';
13$lang['Panoramas configuration'] = 'Panoramas configuration';
14$lang['Permanent'] = 'Permanent';
15$lang['Picture name substring could not be empty.'] = 'Picture name substring could not be empty.'; 
16$lang['Picture name substring to display in Mode 180 [ != previous substring ]'] = 'Picture name substring to display in Mode 180 [ != previous substring ]';
17$lang['Picture name substring to display in Mode 360'] = 'Picture name substring to display in Mode 360';
18$lang['Picture name substrings must be different.'] = 'Picture name substrings must be different.'; 
19$lang['Relative speed factor [10-90]'] = 'Relative speed factor [10-90]';
20$lang['Relative speed factor is out of range (Correct range: 10-90).'] = 'Relative speed factor is out of range (Correct range: 10-90).'; 
21$lang['Remove substring from picture title'] = 'Remove substring from picture title';
22$lang['Right'] = 'Right';
23$lang['Rotation direction'] = 'Rotation direction';
24$lang['Special thanks to:'] = 'Special thanks to:'; 
25$lang['authors of'] = 'authors of';
26$lang['Start position [% between 0-99]'] = 'Start position [% between 0-99]';
27$lang['Start position ratio is out of range (Correct range: 0-99).'] = 'Start position ratio is out of range (Correct range: 0-99).'; 
28$lang['Viewport maximal width [pixels >= minimal width]'] = 'Viewport maximal width [pixels >= minimal width]';
29$lang['Viewport minimal width [pixels > 320]'] = 'Viewport minimal width [pixels > 320]';
30$lang['Viewport width [% between 50-100]'] = 'Viewport width [% between 50-100]';
31$lang['Viewport width ratio is out of range (Correct range: 50-100).'] = 'Viewport width ratio is out of range (Correct range: 50-100).'; 
32$lang['You are not authorized to change this configuration (Webmaster only).'] = 'You are not authorized to change this configuration (Webmaster only).';
33$lang['Your configuration is NOT saved due to above reasons.'] = 'Your configuration is NOT saved due to above reasons.';
34$lang['Your configuration is saved.'] = 'Your configuration is saved.';
35$lang['Border width'] = 'Panoramic border size [0-10]';
36$lang['Border color'] = 'Panoramic border color';
37$lang['Footer display'] = 'Footer display';
38$lang['Footer Color'] = 'Footer background color';
39$lang['Footer Control Color'] = 'Footer control color';
40$lang['Caption Color'] = 'Description text color';
41?>
Note: See TracBrowser for help on using the repository browser.