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/fr_FR/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/fr_FR/admin.lang.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 7766df892..9c85d12c3 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -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'; ?>
\ No newline at end of file |