[-] TR : #PSCFV-4027 : change string "tabs" by "Menus"...

This commit is contained in:
lLefevre
2012-09-12 15:06:48 +00:00
parent 31f48a12bb
commit 5e8d172728
40 changed files with 128 additions and 124 deletions
+3 -3
View File
@@ -103,7 +103,7 @@ class AdminTabsControllerCore extends AdminController
$this->fields_form = array(
'legend' => array(
'title' => $this->l('Tabs'),
'title' => $this->l('Menus'),
'image' => '../img/admin/tab.gif'
),
'input' => array(
@@ -157,7 +157,7 @@ class AdminTabsControllerCore extends AdminController
'label' => $this->l('Disabled')
)
),
'desc' => $this->l('Show or hide tab.')
'desc' => $this->l('Show or hide menu.')
),
array(
'type' => 'select',
@@ -272,7 +272,7 @@ class AdminTabsControllerCore extends AdminController
Tools::redirectAdmin(self::$currentIndex.'&conf=5&token='.Tools::getAdminTokenLite('AdminTabs'));
}
elseif (Tools::isSubmit('submitAddtab') && Tools::getValue('id_tab') === Tools::getValue('id_parent'))
$this->errors[] = Tools::displayError('You can\'t put this tab in itself');
$this->errors[] = Tools::displayError('You can\'t put this menu in itself');
else
{
// Temporary add the position depend of the selection of the parent category