mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
related to #1679 More accurate title for album properties
This commit is contained in:
@@ -242,7 +242,7 @@ SELECT DISTINCT id,name,uppercats,global_rank
|
||||
display_select_cat_wrapper($query_true,array(),'category_option_true');
|
||||
display_select_cat_wrapper($query_false,array(),'category_option_false');
|
||||
$template->assign('PWG_TOKEN',get_pwg_token());
|
||||
$template->assign('ADMIN_PAGE_TITLE', l10n('Properties'));
|
||||
$template->assign('ADMIN_PAGE_TITLE', l10n('Properties of abums'));
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | sending html code |
|
||||
|
||||
@@ -1293,4 +1293,5 @@ $lang['Placer à la fin'] = 'Place at the end';
|
||||
$lang['Piwigo is also on mobile.'] = 'Piwigo is also on mobile.';
|
||||
$lang['Try now !'] = 'Try now !';
|
||||
$lang['Install Piwigo on mobile'] = 'Install Piwigo on mobile';
|
||||
$lang['Properties of abums'] = 'Properties of abums';
|
||||
// Leave this line empty
|
||||
|
||||
@@ -1290,4 +1290,5 @@ $lang['No search in progress'] = 'Pas de recherche en cours';
|
||||
$lang['Show plugins compatible with previous version of Piwigo'] = 'Montrer les plugins compatibles avec la version précédente de Piwigo';
|
||||
$lang['Placer au début'] = 'Placer au début';
|
||||
$lang['Placer à la fin'] = 'Placer à la fin';
|
||||
$lang['Properties of abums'] = 'Propriétés des albums';
|
||||
// Leave this line empty
|
||||
|
||||
Reference in New Issue
Block a user