related to #1679 Better tab names for Update tabs

This commit is contained in:
Matthieu Leproux
2022-06-28 15:51:36 +02:00
parent a31d7cb098
commit 8521c0e214
3 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -152,8 +152,8 @@ function add_core_tabs($sheets, $tab_id)
case 'updates': case 'updates':
global $my_base_url; global $my_base_url;
$sheets['pwg'] = array('caption' => l10n('Piwigo Update'), 'url' => $my_base_url); $sheets['pwg'] = array('caption' => l10n('Piwigo core'), 'url' => $my_base_url);
$sheets['ext'] = array('caption' => l10n('Extensions Update'), 'url' => $my_base_url.'&tab=ext'); $sheets['ext'] = array('caption' => l10n('Extensions'), 'url' => $my_base_url.'&tab=ext');
break; break;
case 'site_update': case 'site_update':
global $my_base_url; global $my_base_url;
+2
View File
@@ -1295,4 +1295,6 @@ $lang['Try now !'] = 'Try now !';
$lang['Install Piwigo on mobile'] = 'Install Piwigo on mobile'; $lang['Install Piwigo on mobile'] = 'Install Piwigo on mobile';
$lang['Properties of abums'] = 'Properties of abums'; $lang['Properties of abums'] = 'Properties of abums';
$lang['Add New Plugin'] = 'Add a new plugin'; $lang['Add New Plugin'] = 'Add a new plugin';
$lang['Piwigo core'] = 'Piwigo core';
$lang['Extensions'] = 'Extensions';
// Leave this line empty // Leave this line empty
+2
View File
@@ -1292,4 +1292,6 @@ $lang['Placer au début'] = 'Placer au début';
$lang['Placer à la fin'] = 'Placer à la fin'; $lang['Placer à la fin'] = 'Placer à la fin';
$lang['Properties of abums'] = 'Propriétés des albums'; $lang['Properties of abums'] = 'Propriétés des albums';
$lang['Add New Plugin'] = 'Ajouter un plugin'; $lang['Add New Plugin'] = 'Ajouter un plugin';
$lang['Piwigo core'] = 'Noyau de Piwigo';
$lang['Extensions'] = 'Extensions';
// Leave this line empty // Leave this line empty