source: extensions/virtualAutoGrant/language/en_UK/plugin.lang.php @ 6978

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

Version: 2.1.a
extension:410

File size: 2.0 KB
Line 
1<?php
2$lang['On'] = 'Yes, maybe';
3$lang['Off'] = 'No, in general';
4$lang['Virtual AutoGrant configuration'] = 'Virtual AutoGrant configuration';
5$lang['New virtual categories will be assumed private, access granted to creator and webmaster and/or uploaded pictures will have "Who can see" set to creator privacy level'] 
6    = 'New virtual categories will be assumed private, access granted to creator and webmaster and/or uploaded pictures will have "Who can see" set to creator privacy level';
7
8$lang['All new virtual categories will be set private'] = 'All new virtual categories will be set private';
9$lang['Categories created by the Piwigo API will be set private'] = 'Categories created by the Piwigo API will be set private';
10$lang['Grant access to creator'] = 'Grant access to creator';
11$lang['Grant access to default webmaster'] = 'Grant access to default webmaster';
12
13$lang['Force "Who can see" at the creator privacy level'] = 'Force "Who can see" at the creator privacy level';
14$lang['"Who can see" is free for private categories'] = '"Who can see" is free for private categories';
15$lang['"Who can see" is free on webmasters uploads'] = '"Who can see" is free on webmasters uploads';
16
17$lang['Only the default webmaster can change this option.'] = 'Only the default webmaster can change this option.';
18
19$lang['Grant automatically the default webmaster has been reset to its previous value.'] = 'Grant automatically the default webmaster has been reset to its previous value.';
20$lang['You are not authorized to change this configuration (Webmaster only).'] = 'You are not authorized to change this configuration (Webmaster only).';
21$lang['Your configuration is saved.'] = 'Your configuration is saved.';
22$lang['You have got a private access to %s'] = 'You have got a private access to %s';
23$lang['Virtual AutoGrant has forced "Who can see" on %d image']  = 'Virtual AutoGrant has forced "Who can see" on %d image';
24$lang['Virtual AutoGrant has forced "Who can see" on %d images'] = 'Virtual AutoGrant has forced "Who can see" on %d images';
25?>
Note: See TracBrowser for help on using the repository browser.