mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
related to #1679 Better tab names for Update tabs
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user