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

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

Fix: Missing translations
Fix: Who can see in general case

Testing phase - unstable version

File size: 1.6 KB
Line 
1<?php
2$lang['Virtual AutoGrant configuration'] = 'Virtual AutoGrant configuration';
3$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'] 
4    = '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';
5
6$lang['All new virtual categories will be set private'] = 'All new virtual categories will be set private';
7$lang['Categories created by the Piwigo API will be set private'] = 'Categories created by the Piwigo API will be set private';
8$lang['Grant access to creator'] = 'Grant access to creator';
9$lang['Grant access to default webmaster'] = 'Grant access to default webmaster';
10
11$lang['Force "Who can see" at the creator privacy level'] = 'Force "Who can see" at the creator privacy level';
12$lang['"Who can see" is not forced for private categories'] = '"Who can see" is not forced for private categories';
13$lang['"Who can see" is free on webmasters uploads'] = '"Who can see" is free on webmasters uploads';
14
15$lang['Only the default webmaster can change this option.'] = 'Only the default webmaster can change this option.';
16
17$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.';
18$lang['You are not authorized to change this configuration (Webmaster only).'] = 'You are not authorized to change this configuration (Webmaster only).';
19$lang['Your configuration is saved.'] = 'Your configuration is saved.';
20?>
Note: See TracBrowser for help on using the repository browser.