mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
related to #1679 changed title tab for add plugins
This commit is contained in:
@@ -135,7 +135,7 @@ function add_core_tabs($sheets, $tab_id)
|
||||
global $my_base_url;
|
||||
$sheets['installed'] = array('caption' => '<span class="icon-menu"></span>'.l10n('List'), 'url' => $my_base_url.'&tab=installed');
|
||||
$sheets['update'] = array('caption' => '<span class="icon-arrows-cw"></span>'.l10n('Check for updates'), 'url' => $my_base_url.'&tab=update');
|
||||
$sheets['new'] = array('caption' => '<span class="icon-plus-circled"></span>'.l10n('Other plugins'), 'url' => $my_base_url.'&tab=new');
|
||||
$sheets['new'] = array('caption' => '<span class="icon-plus-circled"></span>'.l10n('Add New Plugin'), 'url' => $my_base_url.'&tab=new');
|
||||
break;
|
||||
|
||||
case 'rating':
|
||||
|
||||
@@ -1294,4 +1294,5 @@ $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';
|
||||
$lang['Add New Plugin'] = 'Add a new plugin';
|
||||
// Leave this line empty
|
||||
|
||||
@@ -1291,4 +1291,5 @@ $lang['Show plugins compatible with previous version of Piwigo'] = 'Montrer les
|
||||
$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';
|
||||
$lang['Add New Plugin'] = 'Ajouter un plugin';
|
||||
// Leave this line empty
|
||||
|
||||
Reference in New Issue
Block a user