source: extensions/MenuRandomPhoto/language/en_UK/plugin.lang.php @ 31852

Last change on this file since 31852 was 31852, checked in by romanf, 7 years ago

New feature: Option to choose which categories to include in Random

  • Property svn:executable set to *
File size: 1.0 KB
Line 
1<?php
2
3$lang['Menu integration'] = 'Menu integration';
4$lang['Block title'] = 'Block title';
5$lang['Height of menu block'] = 'Height of menu block';
6$lang['Use square'] = 'Use square';
7$lang['Periodic change of the image'] = 'Periodic change of the image';
8$lang['Delay'] = 'Delay';
9$lang['milliseconds'] = 'milliseconds';
10$lang['seconds'] = 'seconds';
11$lang['Which albums to use'] = 'Which albums to use';
12$lang['all albums'] = 'all albums';
13$lang['a list of albums'] = 'a list of albums';
14$lang['Select albums...'] = 'Select albums...';
15$lang['Note: Only the selected albums/categories will be shown. Sub-categories must be selected if they are to be used!'] = 'Note: Only the selected albums/categories will be shown. Sub-categories must be selected if they are to be used!';
16$lang['No pictures for MenuRandomPhoto found.'] = 'No pictures for MenuRandomPhoto found.';
17$lang['MenuRandomPhoto seems not to be installed/configured properly. Please remove and reinstall.'] = 'MenuRandomPhoto seems not to be installed/configured properly. Please remove and reinstall.';
Note: See TracBrowser for help on using the repository browser.