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
This commit is contained in:
parent
7157b8a8f4
commit
d03e85cfb5
6 changed files with 220 additions and 204 deletions
|
|
@ -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';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue