mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 16:22:20 +02:00
N°6331 - Add Service tab in Provider Contract and add fieldsets
This commit is contained in:
@@ -31,7 +31,9 @@
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
|
||||
//
|
||||
// Menu, fieldsets, UI, messages translations
|
||||
//
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Menu:ServiceManagement' => 'Service Management',
|
||||
'Menu:ServiceManagement+' => 'Service Management Overview',
|
||||
@@ -59,8 +61,11 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Menu:DeliveryModel+' => 'Delivery models',
|
||||
'Menu:ServiceFamily' => 'Service families',
|
||||
'Menu:ServiceFamily+' => 'Service families',
|
||||
));
|
||||
|
||||
'Contract:baseinfo' => 'General information',
|
||||
'Contract:moreinfo' => 'Contractual information',
|
||||
'Contract:cost' => 'Cost information',
|
||||
));
|
||||
|
||||
/*
|
||||
'UI:ServiceManagementMenu' => 'Gestion des Services',
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
//
|
||||
// Class: ContractType
|
||||
// Menu, fieldsets, UI, messages translations
|
||||
//
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Menu:ServiceManagement' => 'Gestion des services',
|
||||
@@ -49,8 +49,11 @@ Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Menu:DeliveryModel+' => 'Modèles de support',
|
||||
'Menu:ServiceFamily' => 'Familles de service',
|
||||
'Menu:ServiceFamily+' => 'Familles de service',
|
||||
));
|
||||
|
||||
'Contract:baseinfo' => 'Information générale',
|
||||
'Contract:moreinfo' => 'Aspects contractuels',
|
||||
'Contract:cost' => 'Coûts',
|
||||
));
|
||||
|
||||
/*
|
||||
'UI:ServiceManagementMenu' => 'Gestion des Services',
|
||||
|
||||
Reference in New Issue
Block a user