feature 1502: In template extensions admin page, change "Bound template" by "Bound theme".

Template extensions are now attached to all themes if nothing is selected in "bound theme" column.

git-svn-id: http://piwigo.org/svn/trunk@5434 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice
2010-03-28 20:29:55 +00:00
parent 5a89acb4cb
commit cae3ae428e
18 changed files with 4 additions and 18 deletions
+1 -1
View File
@@ -640,7 +640,6 @@ $lang['Note: Only deletes photos added with pLoader'] = "Note : seules les photo
$lang['Delete selected photos'] = "Supprimer les photos sélectionnées";
$lang['%d photo was deleted'] = "%d photo a été supprimée";
$lang['%d photos were deleted'] = "%d photos ont été supprimées";
$lang['Bound template'] = "Template rattaché";
$lang['Downloads'] = "Téléchargements";
$lang['Released on'] = "Publié le";
$lang['Number of downloads'] = "Nombre de téléchargements";
@@ -763,4 +762,5 @@ $lang['None'] = 'Rien';
$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é';
?>