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

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

Configuration and a complete virtual management ( Physical are not managed at all ).

File size: 1.3 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?>
Note: See TracBrowser for help on using the repository browser.