mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 18:23:18 +02:00
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
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
|
||||
<li>
|
||||
<label>
|
||||
<span class="property">{'Rating'|@translate}</span>
|
||||
<span class="property">{'Allow rating'|@translate}</span>
|
||||
<input type="checkbox" name="rate" {if ($main.rate)}checked="checked"{/if}>
|
||||
</label>
|
||||
</li>
|
||||
|
||||
@@ -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";
|
||||
?>
|
||||
|
||||
@@ -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";
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user