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

Last change on this file since 6527 was 6527, checked in by vdigital, 14 years ago

jQuery Panoramas

Licence : GPL
http://www.openstudio.fr/Un-viewer-de-panoramas-simple-en.html

File size: 2.6 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['Mode 180 (Alternative left-right restart)'] = 'Mode 180 (Alternative left-right restart)';
9$lang['Mode 360'] = 'Mode 360';
10$lang['Off'] = 'Off';
11$lang['On'] = 'On';
12$lang['Panorama configuration'] = 'Panorama configuration';
13$lang['Permanent'] = 'Permanent';
14$lang['Picture name substring could not be empty.'] = 'Picture name substring could not be empty.'; 
15$lang['Picture name substring to display in Mode 180 [ != previous substring ]'] = 'Picture name substring to display in Mode 180 [ != previous substring ]';
16$lang['Picture name substring to display in Mode 360'] = 'Picture name substring to display in Mode 360';
17$lang['Picture name substrings must be different.'] = 'Picture name substrings must be different.'; 
18$lang['Relative speed factor [10-90]'] = 'Relative speed factor [10-90]';
19$lang['Relative speed factor is out of range (Correct range: 10-90).'] = 'Relative speed factor is out of range (Correct range: 10-90).'; 
20$lang['Remove substring from picture title'] = 'Remove substring from picture title';
21$lang['Right'] = 'Right';
22$lang['Rotation direction'] = 'Rotation direction';
23$lang['Special thanks to:'] = 'Special thanks to:'; 
24$lang['authors of'] = 'authors of';
25$lang['Start position [% between 0-99]'] = 'Start position [% between 0-99]';
26$lang['Start position ratio is out of range (Correct range: 0-99).'] = 'Start position ratio is out of range (Correct range: 0-99).'; 
27$lang['Viewport maximal width [pixels >= minimal width]'] = 'Viewport maximal width [pixels >= minimal width]';
28$lang['Viewport minimal width [pixels > 320]'] = 'Viewport minimal width [pixels > 320]';
29$lang['Viewport width [% between 50-100]'] = 'Viewport width [% between 50-100]';
30$lang['Viewport width ratio is out of range (Correct range: 50-100).'] = 'Viewport width ratio is out of range (Correct range: 50-100).'; 
31$lang['You are not authorized to change this configuration (Webmaster only).'] = 'You are not authorized to change this configuration (Webmaster only).';
32$lang['Your configuration is NOT saved due to above reasons.'] = 'Your configuration is NOT saved due to above reasons.';
33$lang['Your configuration is saved.'] = 'Your configuration is saved.';
34?>
Note: See TracBrowser for help on using the repository browser.