From 3b80fbe3fa4789db28796c981e6b7ad35bab9bd6 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 29 Mar 2010 18:50:08 +0000 Subject: bug fixed: add "Allow rating" language key to make a difference between Admin>Photos>Rating and Admin>Configuration>Options>Rating git-svn-id: http://piwigo.org/svn/trunk@5453 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/configuration.tpl | 2 +- language/en_UK/admin.lang.php | 1 + language/fr_FR/admin.lang.php | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/admin/themes/default/template/configuration.tpl b/admin/themes/default/template/configuration.tpl index d0cb9b4bd..fbe5380fa 100644 --- a/admin/themes/default/template/configuration.tpl +++ b/admin/themes/default/template/configuration.tpl @@ -48,7 +48,7 @@
  • diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 7d5c65ca8..53faf8c4e 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -760,4 +760,5 @@ $lang['Invert'] = 'Invert'; $lang['Impossible to deactivate this theme, you need at least one theme.'] = 'Impossible to deactivate this theme, you need at least one theme.'; $lang['Webmaster status is required.'] = 'Webmaster status is required.'; $lang['Bound Theme'] = 'Bound Theme'; +$lang['Allow rating'] = "Allow rating"; ?> diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index a0eeabf56..d7acaa339 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -763,4 +763,5 @@ $lang['Invert'] = 'Inverser'; $lang['Impossible to deactivate this theme, you need at least one theme.'] = 'Impossible de désactiver ce thème, il doit rester au moins un thème activé.'; $lang['Webmaster status is required.'] = 'Vous devez avoir le status de "webmaster".'; $lang['Bound Theme'] = 'Thème rattaché'; +$lang['Allow rating'] = "Permettre les notations"; ?> -- cgit v1.2.3