diff options
author | plegall <plg@piwigo.org> | 2004-12-20 23:54:59 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2004-12-20 23:54:59 +0000 |
commit | 6409647e1c9e9d13913c9d4b3d882511dc51f52d (patch) | |
tree | 9dbc8276db16c6ed8f0415a380f4ddafa20a8e6a /language/en_UK.iso-8859-1/admin.lang.php | |
parent | 82cb16095cd271ba780345cd3a17af7f91e9f45d (diff) |
- 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
Diffstat (limited to 'language/en_UK.iso-8859-1/admin.lang.php')
-rw-r--r-- | language/en_UK.iso-8859-1/admin.lang.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index 971f155e6..2eeaec176 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -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.'; - - - - ?>
\ No newline at end of file |