source: extensions/Fotorama/language/en_UK/plugin.lang.php @ 29732

Last change on this file since 29732 was 29732, checked in by JanisV, 10 years ago

Added option for resizing

File size: 1.1 KB
Line 
1<?php
2
3$lang['stop the slideshow'] = 'stop the slideshow';
4$lang['Allows fullscreen'] = 'Allows fullscreen';
5$lang['How to fit an image'] = 'How to fit an image';
6$lang['What transition to use'] = 'What transition to use';
7$lang['Navigation style'] = 'Navigation style';
8$lang['Enables shadows'] = 'Enables shadows';
9$lang['Enables autoplay'] = 'Enables autoplay';
10$lang['Stops slideshow at any user action with the fotorama'] = 'Stops slideshow at any user action with the fotorama';
11$lang['Enables loop'] = 'Enables loop';
12$lang['Fullscreen navigation style'] = 'Fullscreen navigation style';
13$lang['Only fullscreen mode'] = 'Only fullscreen mode';
14$lang['Show caption with image title'] = 'Show caption with image title';
15$lang['Thumbnail height (when present)'] = 'Thumbnail height (when present)';
16$lang['Replace picture page'] = 'Replace picture page';
17$lang['except an administrator'] = 'except an administrator';
18$lang['Use crossfade transition on click'] = 'Use crossfade transition on click';
19$lang['Add close button'] = 'Add close button';
20$lang['Resize to fit window'] = 'Resize to fit window';
21
22?>
Note: See TracBrowser for help on using the repository browser.