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
|
|
@ -848,4 +848,12 @@ $lang['Default comments order'] = 'Ordre par défaut des commentaires';
|
|||
$lang['A locked gallery is only visible to administrators'] = 'Une galerie verrouillée n\'est visible que des administrateurs';
|
||||
$lang['Unlock gallery'] = 'Déverouiller la galerie';
|
||||
$lang['Gallery unlocked'] = 'Galerie déverouillée';
|
||||
$lang['Notify administrators when a comment is'] = 'Notifier les administrateurs lorsqu\'un commentaire est';
|
||||
$lang['modified'] = 'modifié';
|
||||
$lang['deleted'] = 'supprimé';
|
||||
$lang['pending validation'] = 'en attente de validation';
|
||||
$lang['Save visits in history for'] = 'Historiser les visites des ';
|
||||
$lang['simple visitors'] = 'simple visiteurs';
|
||||
$lang['registered users'] = 'utilisateurs enregistrés';
|
||||
$lang['administrators'] = 'administrateurs';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue