- new feature : lock temporary your gallery for maintenance
- $user keys for guest user are initialized with default values of $conf git-svn-id: http://piwigo.org/svn/trunk@653 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
82cb16095c
commit
6409647e1c
8 changed files with 50 additions and 13 deletions
|
|
@ -153,6 +153,8 @@ $lang['conf_access'] = 'Access type';
|
|||
$lang['conf_log_info'] = 'Keep an history of visits on your website ? Visits will be shown in the history section of the administration panel';
|
||||
$lang['conf_notification'] = 'Mail notification';
|
||||
$lang['conf_notification_info'] = 'Automated mail notification for adminsitrators (and only for them) when a user add a comment or upload a picture.';
|
||||
$lang['conf_gallery_locked'] = 'Lock gallery';
|
||||
$lang['conf_gallery_locked_info'] = 'Lock the entire gallery for maintenance. Only administrator users will be able to reach the gallery';
|
||||
|
||||
// Configuration -> comments
|
||||
$lang['conf_comments_title'] = 'Users comments';
|
||||
|
|
@ -344,8 +346,4 @@ $lang['permuser_only_private'] = 'Only private categories are shown';
|
|||
$lang['waiting_update'] = 'Validated pictures will be displayed only once pictures database updated';
|
||||
$lang['cat_unknown_id'] = 'This category is unknown in the database';
|
||||
$lang['install_warning'] = 'The file "install.php" is still present. Please remove it from your server. It is not secure to keep it.';
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
|
@ -315,4 +315,6 @@ $lang['standard_deviation'] = 'STD';
|
|||
$lang['random_cat'] = 'random pictures';
|
||||
$lang['random_cat_hint'] = 'Displays a set of random pictures';
|
||||
$lang['picture_high'] = 'Click on the picture to see it in high definition';
|
||||
|
||||
$lang['gallery_locked_message'] = 'The gallery is locked for maintenance. Please, come back later or loggin as an administrator to enter the gallery : <a href="'.PHPWG_ROOT_PATH.'identification.php">Identification</a>';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue