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

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

Native proportions for thumbnails can be enabled

File size: 1.4 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$lang['Waiting time before loading a new image'] = 'Waiting time before loading a new picture';
22$lang['milliseconds'] = 'milliseconds';
23$lang['Add image info button'] = 'Add image info button';
24$lang['Thumbnail is a square (when present)'] = 'Thumbnail is a square (when present)';
25
26?>
Note: See TracBrowser for help on using the repository browser.