diff options
author | plegall <plg@piwigo.org> | 2012-01-31 15:19:09 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-01-31 15:19:09 +0000 |
commit | d03e85cfb5c684ab865463e19eb7a4254bb9e574 (patch) | |
tree | 7af188abddeb25cb3c512283fcb74a5866aacafb /language/en_UK/admin.lang.php | |
parent | 7157b8a8f4028c207234d2b85ed22b7dc29f5afe (diff) |
feature 2559: minor redesign on configuration screens
* hide "rate_anonymous" when "rate" is deactivated
* hide "email_admin_on_new_user" when "allow_user_registration" is deactivated
* move history settings on main tab
* turn the 3 lines for history into a single line with 3 checkboxes
* for comments, turn the "notify admin" settings into a single line with 4 checkboxes
TODO: remove obsolete language keys
git-svn-id: http://piwigo.org/svn/trunk@13004 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/admin.lang.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index c1b5f3db9..4965a4a5e 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -835,4 +835,12 @@ $lang['Original Size'] = 'Original Size'; $lang['A locked gallery is only visible to administrators'] = 'A locked gallery is only visible to administrators'; $lang['Unlock gallery'] = 'Unlock gallery'; $lang['Gallery unlocked'] = 'Gallery unlocked'; +$lang['Notify administrators when a comment is'] = 'Notify administrators when a comment is'; +$lang['modified'] = 'modified'; +$lang['deleted'] = 'deleted'; +$lang['pending validation'] = 'pending validation'; +$lang['Save visits in history for'] = 'Save visits in history for'; +$lang['simple visitors'] = 'simple visitors'; +$lang['registered users'] = 'registered users'; +$lang['administrators'] = 'administrators'; ?>
\ No newline at end of file |