N°3961 Reorganize Service menu (#842)

* N°3961 - Reorganize Service menus

* N°3961 - Dashboard Service Catalog

* N°3961 - dictionaries

* N°3961 - Suppress useless dictionary entries

* N°3961 - Align dictionary entries

* N°3961 - Missing FR translation

* N°3961 - Translation issue

* N°3961 - Remove Rules & Workflow automation menu
This commit is contained in:
Vincent Dumas
2026-03-16 17:14:01 +01:00
committed by GitHub
parent 3c5bf8a134
commit 5d6e2cc9f7
36 changed files with 914 additions and 205 deletions

View File

@@ -2693,14 +2693,9 @@ public function PrefillSearchForm(&$aContextParam)
</style>
</menu>
<menu id="WelcomeMenuPage" xsi:type="DashboardMenuNode" _delta="must_exist">
<rank>10</rank>
<parent>WelcomeMenu</parent>
<definition>
<layout>DashboardLayoutOneCol</layout>
<title/>
<cells>
<cell id="0">
<rank>0</rank>
<dashlets>
<dashlet id="6" xsi:type="DashletBadge" _delta="define">
<rank>5</rank>
@@ -2743,49 +2738,196 @@ public function PrefillSearchForm(&$aContextParam)
</menu>
<menu id="CustomerContract" xsi:type="OQLMenuNode" _delta="define">
<rank>1</rank>
<parent>ServiceManagement</parent>
<parent>Service:Overview</parent>
<oql>SELECT CustomerContract</oql>
<do_search>1</do_search>
</menu>
<menu id="ProviderContract" xsi:type="OQLMenuNode" _delta="define">
<rank>2</rank>
<parent>ServiceManagement</parent>
<parent>Service:Overview</parent>
<oql>SELECT ProviderContract</oql>
<do_search>1</do_search>
</menu>
<menu id="ServiceCatalog" xsi:type="DashboardMenuNode" _delta="define">
<rank>10</rank>
<parent>ServiceManagement</parent>
<definition>
<layout>DashboardLayoutTwoCols</layout>
<title>UI-ServiceCatalogMenu-Title</title>
<auto_reload>
<enabled>false</enabled>
<interval>300</interval>
</auto_reload>
<cells>
<cell id="0">
<rank>0</rank>
<dashlets>
<dashlet id="CatalogBadgesHeader" xsi:type="DashletHeaderStatic">
<rank>0</rank>
<title>UI-ServiceCatalogMenu-Title</title>
<icon></icon>
</dashlet>
<dashlet id="ServiceFamily" xsi:type="DashletBadge">
<rank>1</rank>
<class>ServiceFamily</class>
</dashlet>
<dashlet id="Service" xsi:type="DashletBadge">
<rank>2</rank>
<class>Service</class>
</dashlet>
<dashlet id="ServiceSubcategory" xsi:type="DashletBadge">
<rank>3</rank>
<class>ServiceSubcategory</class>
</dashlet>
<dashlet id="SLA" xsi:type="DashletBadge">
<rank>4</rank>
<class>SLA</class>
</dashlet>
<dashlet id="SLT" xsi:type="DashletBadge">
<rank>5</rank>
<class>SLT</class>
</dashlet>
<dashlet id="DeliveryModel" xsi:type="DashletObjectList">
<rank>6</rank>
<title>Class:DeliveryModel</title>
<query>SELECT DeliveryModel</query>
<menu>true</menu>
</dashlet>
</dashlets>
</cell>
<cell id="1">
<rank>1</rank>
<dashlets>
<dashlet id="NotInPortalHeader" xsi:type="DashletHeaderStatic">
<rank>0</rank>
<title>UI-ServiceCatalogMenu-NotInPortal</title>
<icon></icon>
</dashlet>
<dashlet id="ServiceByStatus" xsi:type="DashletHeaderDynamic">
<rank>1</rank>
<title>Class:Service</title>
<icon>/icons8-service.svg</icon>
<subtitle>UI-ServiceCatalogMenu-ObsoleteNotInPortal</subtitle>
<query>SELECT Service</query>
<group_by>status</group_by>
<values>implementation,obsolete,production</values>
</dashlet>
<dashlet id="ServiceSubcategoryByStatus" xsi:type="DashletHeaderDynamic">
<rank>2</rank>
<title>Class:ServiceSubcategory</title>
<icon>/icons8-services.svg</icon>
<subtitle>UI-ServiceCatalogMenu-ObsoleteNotInPortal</subtitle>
<query>SELECT ServiceSubcategory</query>
<group_by>status</group_by>
<values>implementation,obsolete,production</values>
</dashlet>
<dashlet id="ServiceWithoutFamily" xsi:type="DashletObjectList">
<rank>3</rank>
<title>UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal</title>
<query>SELECT Service WHERE servicefamily_id=0</query>
<menu>false</menu>
</dashlet>
</dashlets>
</cell>
<cell id="2">
<rank>2</rank>
<dashlets>
<dashlet id="SLTBySLA" xsi:type="DashletGroupByTable">
<rank>0</rank>
<title>UI-ServiceCatalogMenu-SLTBySLA</title>
<query>SELECT lnkSLAToSLT</query>
<group_by>sla_id</group_by>
<style>table</style>
<aggregation_function>count</aggregation_function>
<aggregation_attribute></aggregation_attribute>
<limit></limit>
<order_by>attribute</order_by>
<order_direction>desc</order_direction>
</dashlet>
</dashlets>
</cell>
<cell id="3">
<rank>3</rank>
<dashlets>
<dashlet id="ContractByService" xsi:type="DashletGroupByTable">
<rank>0</rank>
<title>UI-ServiceCatalogMenu-ContractByService</title>
<query>SELECT lnkCustomerContractToService AS lnk JOIN CustomerContract AS cc ON lnk.customercontract_id=cc.id WHERE cc.status != 'obsolete'</query>
<group_by>service_id</group_by>
<style>table</style>
<aggregation_function>count</aggregation_function>
<aggregation_attribute></aggregation_attribute>
<limit></limit>
<order_by>attribute</order_by>
<order_direction>desc</order_direction>
</dashlet>
</dashlets>
</cell>
<cell id="4">
<rank>4</rank>
<dashlets>
<dashlet id="ContractBySLA" xsi:type="DashletGroupByTable">
<rank>0</rank>
<title>UI-ServiceCatalogMenu-ContractBySLA</title>
<query>SELECT lnkCustomerContractToService AS lnk JOIN CustomerContract AS cc ON lnk.customercontract_id=cc.id WHERE cc.status != 'obsolete'</query>
<group_by>sla_id</group_by>
<style>table</style>
<aggregation_function>count</aggregation_function>
<aggregation_attribute></aggregation_attribute>
<limit></limit>
<order_by>attribute</order_by>
<order_direction>desc</order_direction>
</dashlet>
</dashlets>
</cell>
<cell id="5">
<rank>5</rank>
<dashlets>
<dashlet id="UnusedService" xsi:type="DashletObjectList">
<rank>0</rank>
<title>UI-ServiceCatalogMenu-UnusedService</title>
<query>SELECT Service WHERE status='production' AND id NOT IN (SELECT Service AS s JOIN lnkCustomerContractToService AS lnk ON lnk.service_id= s.id JOIN CustomerContract AS cc ON lnk.customercontract_id = cc.id WHERE cc.status != 'obsolete')
</query>
<menu>false</menu>
</dashlet>
</dashlets>
</cell>
</cells>
</definition>
</menu>
<menu id="ServiceFamily" xsi:type="OQLMenuNode" _delta="define">
<rank>3</rank>
<parent>ServiceManagement</parent>
<parent>ServiceCatalog</parent>
<oql>SELECT ServiceFamily</oql>
<do_search>1</do_search>
</menu>
<menu id="Service" xsi:type="OQLMenuNode" _delta="define">
<rank>4</rank>
<parent>ServiceManagement</parent>
<parent>ServiceCatalog</parent>
<oql>SELECT Service</oql>
<do_search>1</do_search>
</menu>
<menu id="ServiceSubcategory" xsi:type="OQLMenuNode" _delta="define">
<rank>5</rank>
<parent>ServiceManagement</parent>
<parent>ServiceCatalog</parent>
<oql>SELECT ServiceSubcategory</oql>
<do_search>1</do_search>
</menu>
<menu id="SLA" xsi:type="OQLMenuNode" _delta="define">
<rank>6</rank>
<parent>ServiceManagement</parent>
<parent>ServiceCatalog</parent>
<oql>SELECT SLA</oql>
<do_search>1</do_search>
</menu>
<menu id="SLT" xsi:type="OQLMenuNode" _delta="define">
<rank>7</rank>
<parent>ServiceManagement</parent>
<parent>ServiceCatalog</parent>
<oql>SELECT SLT</oql>
<do_search>1</do_search>
</menu>
<menu id="DeliveryModel" xsi:type="OQLMenuNode" _delta="define">
<rank>8</rank>
<parent>ServiceManagement</parent>
<parent>ServiceCatalog</parent>
<oql>SELECT DeliveryModel</oql>
<do_search>1</do_search>
</menu>

View File

@@ -28,8 +28,6 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Menu:ServiceSubcategory+' => 'Podkategorie služeb',
'Menu:Service' => 'Služby',
'Menu:Service+' => 'Služby',
'Menu:ServiceElement' => 'Prvky služby',
'Menu:ServiceElement+' => 'Prvky služby',
'Menu:SLA' => 'SLA - dohody o úrovních služeb',
'Menu:SLA+' => 'Dohody o úrovních služeb',
'Menu:SLT' => 'SLT - cíle úrovní služeb',
@@ -40,6 +38,21 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Menu:ServiceFamily+' => 'Balíčky (kategorie) služeb',
'Menu:Procedure' => 'Katalog postupů',
'Menu:Procedure+' => 'Katalog všech postupů',
'Menu:ServiceCatalog' => 'Service catalog~~',
'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~',
'UI-ServiceCatalogMenu-Title' => 'Service catalog~~',
'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~',
'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~',
'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~',
'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~',
'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~',
'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~',
'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~',
'Menu:RulesAndWorkflow' => 'Rules and workflow~~',
'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~',
'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~',
'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation.
They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~',
'Contract:baseinfo' => 'Obecné informace',
'Contract:moreinfo' => 'Smluvní informace',
'Contract:cost' => 'Informace o nákladech',

View File

@@ -34,9 +34,24 @@ Dict::Add('DA DA', 'Danish', 'Dansk', [
'Menu:SLT' => 'SLTs',
'Menu:SLT+' => 'Service Level Targets',
'Menu:DeliveryModel' => 'Leverings model(ler)',
'Menu:DeliveryModel+' => '',
'Menu:DeliveryModel+' => 'Teams handling tickets~~',
'Menu:ServiceFamily' => 'Ydelses familie(r)',
'Menu:ServiceFamily+' => '',
'Menu:ServiceFamily+' => 'Top level in service hierarchy~~',
'Menu:ServiceCatalog' => 'Service catalog~~',
'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~',
'UI-ServiceCatalogMenu-Title' => 'Service catalog~~',
'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~',
'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~',
'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~',
'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~',
'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~',
'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~',
'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~',
'Menu:RulesAndWorkflow' => 'Rules and workflow~~',
'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~',
'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~',
'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation.
They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~',
'Menu:Procedure' => 'Procedure katalog',
'Menu:Procedure+' => '',
'Contract:baseinfo' => 'General information~~',

View File

@@ -20,23 +20,36 @@ Dict::Add('DE DE', 'German', 'Deutsch', [
'UI-ServiceManagementMenu-ContractsByStatus' => 'Verträge nach Status',
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Verträge, die in weniger als 30 Tagen auslaufen',
'Menu:ProviderContract' => 'Provider-Verträge',
'Menu:ProviderContract+' => 'Provider-Verträge',
'Menu:ProviderContract+' => 'What is bought to external companies~~',
'Menu:CustomerContract' => 'Kundenverträge',
'Menu:CustomerContract+' => 'Kundenverträge',
'Menu:CustomerContract+' => 'Who is buying the services~~',
'Menu:ServiceSubcategory' => 'Service-Unterkategorien',
'Menu:ServiceSubcategory+' => 'Service-Unterkategorien',
'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy~~',
'Menu:Service' => 'Services',
'Menu:Service+' => 'Services',
'Menu:ServiceElement' => 'Service-Elemente',
'Menu:ServiceElement+' => 'Service-Elemente',
'Menu:Service+' => 'Second level in service hierarchy~~',
'Menu:SLA' => 'SLAs',
'Menu:SLA+' => 'Service Level Agreements (SLAs)',
'Menu:SLT' => 'SLTs',
'Menu:SLT+' => 'Service Level Targets (SLTs)',
'Menu:DeliveryModel' => 'Delivery-Modelle',
'Menu:DeliveryModel+' => 'Delivery-Modelle',
'Menu:DeliveryModel+' => 'Teams handling tickets~~',
'Menu:ServiceFamily' => 'Service-Familien',
'Menu:ServiceFamily+' => 'Service-Familien',
'Menu:ServiceFamily+' => 'Top level in service hierarchy~~',
'Menu:ServiceCatalog' => 'Service catalog~~',
'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~',
'UI-ServiceCatalogMenu-Title' => 'Service catalog~~',
'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~',
'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~',
'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~',
'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~',
'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~',
'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~',
'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~',
'Menu:RulesAndWorkflow' => 'Rules and workflow~~',
'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~',
'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~',
'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation.
They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~',
'Menu:Procedure' => 'Verfahrens-Katalog',
'Menu:Procedure+' => '',
'Contract:baseinfo' => 'Allgemeine Informationen',

View File

@@ -32,8 +32,9 @@
// Class:<class_name>/Stimulus:<stimulus_code>
// Class:<class_name>/Stimulus:<stimulus_code>+
//
// Menu, fieldsets, UI, messages translations
//
Dict::Add('EN US', 'English', 'English', [
'Menu:ServiceManagement' => 'Service management',
'Menu:ServiceManagement+' => 'Service management overview',
@@ -42,24 +43,39 @@ Dict::Add('EN US', 'English', 'English', [
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contracts by service level',
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contracts by status',
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracts ending in less than 30 days',
'Menu:ProviderContract' => 'Provider contracts',
'Menu:ProviderContract+' => 'Provider contracts',
'Menu:ProviderContract+' => 'What is bought to external companies',
'Menu:CustomerContract' => 'Customer contracts',
'Menu:CustomerContract+' => 'Customer contracts',
'Menu:CustomerContract+' => 'Who is buying the services',
'Menu:ServiceSubcategory' => 'Service subcategories',
'Menu:ServiceSubcategory+' => 'Service subcategories',
'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy',
'Menu:Service' => 'Services',
'Menu:Service+' => 'Services',
'Menu:ServiceElement' => 'Sevice elements',
'Menu:ServiceElement+' => 'Sevice elements',
'Menu:Service+' => 'Second level in service hierarchy',
'Menu:SLA' => 'SLAs',
'Menu:SLA+' => 'Service Level Agreements',
'Menu:SLT' => 'SLTs',
'Menu:SLT+' => 'Service Level Targets',
'Menu:DeliveryModel' => 'Delivery models',
'Menu:DeliveryModel+' => 'Delivery models',
'Menu:DeliveryModel+' => 'Teams handling tickets',
'Menu:ServiceFamily' => 'Service families',
'Menu:ServiceFamily+' => 'Service families',
'Menu:ServiceFamily+' => 'Top level in service hierarchy',
'Menu:ServiceCatalog' => 'Service catalog',
'Menu:ServiceCatalog+' => 'Define the service elements of your offering',
'UI-ServiceCatalogMenu-Title' => 'Service catalog',
'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal',
'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal',
'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers',
'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal',
'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA',
'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service',
'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA',
'Menu:RulesAndWorkflow' => 'Rules and workflow',
'Menu:RulesAndWorkflow+' => 'Automation rules and workflow',
'UI-RulesAndWorkflow-Title' => 'Rules and workflow',
'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation.
They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.',
'Menu:Procedure' => 'Procedures catalog',
'Menu:Procedure+' => 'All procedures catalog',

View File

@@ -43,13 +43,13 @@ Dict::Add('EN GB', 'British English', 'British English', [
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contracts by status',
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracts ending in less than 30 days',
'Menu:ProviderContract' => 'Provider contracts',
'Menu:ProviderContract+' => 'Provider contracts',
'Menu:ProviderContract+' => 'What is bought to external companies',
'Menu:CustomerContract' => 'Customer contracts',
'Menu:CustomerContract+' => 'Customer contracts',
'Menu:CustomerContract+' => 'Who is buying the services',
'Menu:ServiceSubcategory' => 'Service subcategories',
'Menu:ServiceSubcategory+' => 'Service subcategories',
'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy',
'Menu:Service' => 'Services',
'Menu:Service+' => 'Services',
'Menu:Service+' => 'Second level in service hierarchy~~',
'Menu:ServiceElement' => 'Sevice elements',
'Menu:ServiceElement+' => 'Sevice elements',
'Menu:SLA' => 'SLAs',
@@ -57,9 +57,24 @@ Dict::Add('EN GB', 'British English', 'British English', [
'Menu:SLT' => 'SLTs',
'Menu:SLT+' => 'Service Level Targets',
'Menu:DeliveryModel' => 'Delivery models',
'Menu:DeliveryModel+' => 'Delivery models',
'Menu:DeliveryModel+' => 'Teams handling tickets',
'Menu:ServiceFamily' => 'Service families',
'Menu:ServiceFamily+' => 'Service families',
'Menu:ServiceFamily+' => 'Top level in service hierarchy~~',
'Menu:ServiceCatalog' => 'Service catalog~~',
'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~',
'UI-ServiceCatalogMenu-Title' => 'Service catalog~~',
'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~',
'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~',
'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~',
'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~',
'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~',
'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~',
'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~',
'Menu:RulesAndWorkflow' => 'Rules and workflow~~',
'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~',
'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~',
'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation.
They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~',
'Menu:Procedure' => 'Procedures catalogue',
'Menu:Procedure+' => 'All procedures catalogue',

View File

@@ -24,8 +24,6 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'Menu:ServiceSubcategory+' => 'Subcategorías de servicio',
'Menu:Service' => 'Servicios',
'Menu:Service+' => 'Servicios',
'Menu:ServiceElement' => 'Elementos del servicio',
'Menu:ServiceElement+' => 'Elementos del servicio',
'Menu:SLA' => 'SLAs - Acuerdos de Nivel de Servicio',
'Menu:SLA+' => 'Acuerdos de Nivel de Servicio',
'Menu:SLT' => 'SLTs - Objetivos de Nivel de Servicio',
@@ -34,6 +32,21 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'Menu:DeliveryModel+' => 'Modelos de entrega',
'Menu:ServiceFamily' => 'Familias de servicio',
'Menu:ServiceFamily+' => 'Familias de servicio',
'Menu:ServiceCatalog' => 'Service catalog~~',
'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~',
'UI-ServiceCatalogMenu-Title' => 'Service catalog~~',
'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~',
'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~',
'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~',
'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~',
'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~',
'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~',
'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~',
'Menu:RulesAndWorkflow' => 'Rules and workflow~~',
'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~',
'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~',
'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation.
They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~',
'Menu:Procedure' => 'Catálogo de procedimientos',
'Menu:Procedure+' => 'Catálogo de procedimientos',
'Contract:baseinfo' => 'Información General',

View File

@@ -19,25 +19,39 @@ Dict::Add('FR FR', 'French', 'Français', [
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contrats, par état',
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contrats se terminant dans moins d\'un mois',
'Menu:ProviderContract' => 'Contrats fournisseurs',
'Menu:ProviderContract+' => 'Contrats fournisseurs',
'Menu:ProviderContract+' => 'Ce qui est acheté à des sociétés externes',
'Menu:CustomerContract' => 'Contrats clients',
'Menu:CustomerContract+' => 'Contrats clients',
'Menu:CustomerContract+' => 'Qui achète quels services',
'Menu:ServiceSubcategory' => 'Sous catégories de service',
'Menu:ServiceSubcategory+' => 'Sous catégories de service',
'Menu:ServiceSubcategory+' => 'Dernier niveau dans la hiérarchie des services',
'Menu:Service' => 'Services',
'Menu:Service+' => 'Services',
'Menu:ServiceElement' => 'Eléments de service',
'Menu:ServiceElement+' => 'Eléments de service',
'Menu:Service+' => 'Second niveau dans la hiérarchie des services',
'Menu:SLA' => 'SLAs',
'Menu:SLA+' => 'Accords de niveau de service (SLA)',
'Menu:SLT' => 'SLTs',
'Menu:SLT+' => 'Objectifs de niveau de service (SLT)',
'Menu:DeliveryModel' => 'Modèles de support',
'Menu:DeliveryModel+' => 'Modèles de support',
'Menu:DeliveryModel+' => 'Les équipes gérant les tickets',
'Menu:ServiceFamily' => 'Familles de service',
'Menu:ServiceFamily+' => 'Familles de service',
'Menu:ServiceFamily+' => 'Plus haut niveau dans la hiérarchie des services',
'Menu:ServiceCatalog' => 'Catalogue de services',
'Menu:ServiceCatalog+' => 'Définir les éléments des offres de service',
'UI-ServiceCatalogMenu-Title' => 'Catalogue de services',
'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Les obsolètes sont invisibles dans le portail utilisateur',
'UI-ServiceCatalogMenu-UnusedService' => 'Services en production sans contrat client',
'UI-ServiceCatalogMenu-NotInPortal' => 'Non affichés dans le portail utilisateur',
'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Les services sans famille de service sont invisibles dans le portail utilisateur',
'UI-ServiceCatalogMenu-SLTBySLA' => 'Nombre de SLTs par SLA',
'UI-ServiceCatalogMenu-ContractByService' => 'Nombre de contrats clients utilisant ce service',
'UI-ServiceCatalogMenu-ContractBySLA' => 'Nombre de contrats clients utilisant ce SLA',
'Menu:RulesAndWorkflow' => 'Règles d\'automatisation',
'Menu:RulesAndWorkflow+' => '',
'UI-RulesAndWorkflow-Title' => 'Règles d\'automatisation',
'UI-RulesAndWorkflow-Description' => 'De nombreuses extensions apportent des règles de notification et d\'automatisation du cycle de vie des tickets.
Elles sont incluses dans les produits Professionels, mais pas dans la version communautaire. Vous pouvez les obtenir sur iTop Hub.',
'Menu:Procedure' => 'Catalogue des procédures',
'Menu:Procedure+' => 'Catalogue des procédures',
'Menu:Procedure+' => '',
'Contract:baseinfo' => 'Information générale',
'Contract:moreinfo' => 'Aspects contractuels',
'Contract:cost' => 'Coûts',

View File

@@ -23,11 +23,9 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', [
'Menu:CustomerContract' => 'Ügyfélszerződések',
'Menu:CustomerContract+' => 'Aki a szolgáltatást igénybe veszi',
'Menu:ServiceSubcategory' => 'Szolgáltatás alkategóriák',
'Menu:ServiceSubcategory+' => '',
'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy~~',
'Menu:Service' => 'Szolgáltatások',
'Menu:Service+' => '',
'Menu:ServiceElement' => 'Szolgáltatáselemek',
'Menu:ServiceElement+' => 'Szolgáltatás összetevői',
'Menu:Service+' => 'Second level in service hierarchy~~',
'Menu:SLA' => 'SLA-k',
'Menu:SLA+' => 'Szolgáltatásszint megállapodás',
'Menu:SLT' => 'SLT-k',
@@ -36,6 +34,21 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', [
'Menu:DeliveryModel+' => 'Ki kinek szolgáltat',
'Menu:ServiceFamily' => 'Szolgáltatáscsaládok',
'Menu:ServiceFamily+' => 'Hasonló célú szolgáltatások csoportosítása',
'Menu:ServiceCatalog' => 'Service catalog~~',
'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~',
'UI-ServiceCatalogMenu-Title' => 'Service catalog~~',
'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~',
'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~',
'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~',
'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~',
'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~',
'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~',
'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~',
'Menu:RulesAndWorkflow' => 'Rules and workflow~~',
'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~',
'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~',
'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation.
They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~',
'Menu:Procedure' => 'Eljáráskatalógus',
'Menu:Procedure+' => 'Eljárások gyűjteménye',
'Contract:baseinfo' => 'General information~~',

View File

@@ -26,8 +26,6 @@ Dict::Add('IT IT', 'Italian', 'Italiano', [
'Menu:ServiceSubcategory+' => 'Sottocategorie di servizio',
'Menu:Service' => 'Servizi',
'Menu:Service+' => 'Servizi',
'Menu:ServiceElement' => 'Elementi del Servizio',
'Menu:ServiceElement+' => 'Elementi del Servizio',
'Menu:SLA' => 'SLA',
'Menu:SLA+' => 'Accordi di Livello di Servizio',
'Menu:SLT' => 'SLT',
@@ -36,6 +34,21 @@ Dict::Add('IT IT', 'Italian', 'Italiano', [
'Menu:DeliveryModel+' => 'Modelli di Consegna',
'Menu:ServiceFamily' => 'Famiglie di Servizi',
'Menu:ServiceFamily+' => 'Famiglie di Servizi',
'Menu:ServiceCatalog' => 'Service catalog~~',
'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~',
'UI-ServiceCatalogMenu-Title' => 'Service catalog~~',
'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~',
'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~',
'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~',
'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~',
'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~',
'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~',
'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~',
'Menu:RulesAndWorkflow' => 'Rules and workflow~~',
'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~',
'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~',
'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation.
They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~',
'Menu:Procedure' => 'Catalogo delle Procedure',
'Menu:Procedure+' => 'Tutti i cataloghi delle procedure',
'Contract:baseinfo' => 'Informazioni Generali',

View File

@@ -26,8 +26,6 @@ Dict::Add('JA JP', 'Japanese', '日本語', [
'Menu:ServiceSubcategory+' => 'サービスサブカテゴリ',
'Menu:Service' => 'サービス',
'Menu:Service+' => 'サービス',
'Menu:ServiceElement' => 'サービス要素',
'Menu:ServiceElement+' => 'サービス要素',
'Menu:SLA' => 'SLA',
'Menu:SLA+' => 'サービスレベルアグリーメント',
'Menu:SLT' => 'SLT',
@@ -36,6 +34,21 @@ Dict::Add('JA JP', 'Japanese', '日本語', [
'Menu:DeliveryModel+' => '提供モデル',
'Menu:ServiceFamily' => 'サービスファミリ',
'Menu:ServiceFamily+' => 'サービスファミリ',
'Menu:ServiceCatalog' => 'Service catalog~~',
'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~',
'UI-ServiceCatalogMenu-Title' => 'Service catalog~~',
'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~',
'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~',
'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~',
'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~',
'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~',
'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~',
'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~',
'Menu:RulesAndWorkflow' => 'Rules and workflow~~',
'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~',
'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~',
'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation.
They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~',
'Menu:Procedure' => '手順カタログ',
'Menu:Procedure+' => '全ての手順カタログ',
'Contract:baseinfo' => 'General information~~',

View File

@@ -27,9 +27,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Menu:ServiceSubcategory' => 'Subcategorieën services',
'Menu:ServiceSubcategory+' => 'Subcategorieën services',
'Menu:Service' => 'Services',
'Menu:Service+' => 'Services',
'Menu:ServiceElement' => 'Service-elementen',
'Menu:ServiceElement+' => 'Service-elementen',
'Menu:Service+' => 'Second level in service hierarchy~~',
'Menu:SLA' => 'SLA\'s',
'Menu:SLA+' => 'Service Level Agreements',
'Menu:SLT' => 'SLT\'s',
@@ -38,6 +36,21 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Menu:DeliveryModel+' => 'Leveringsmodellen',
'Menu:ServiceFamily' => 'Servicecategorieën',
'Menu:ServiceFamily+' => 'Servicecategorieën',
'Menu:ServiceCatalog' => 'Service catalog~~',
'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~',
'UI-ServiceCatalogMenu-Title' => 'Service catalog~~',
'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~',
'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~',
'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~',
'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~',
'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~',
'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~',
'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~',
'Menu:RulesAndWorkflow' => 'Rules and workflow~~',
'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~',
'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~',
'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation.
They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~',
'Menu:Procedure' => 'Procedurecatalogus',
'Menu:Procedure+' => 'Alle procedures in een catalogus',
'Contract:baseinfo' => 'Algemene informatie',

View File

@@ -26,8 +26,6 @@ Dict::Add('PL PL', 'Polish', 'Polski', [
'Menu:ServiceSubcategory+' => 'Podkategorie usług',
'Menu:Service' => 'Usługi',
'Menu:Service+' => 'Usługi',
'Menu:ServiceElement' => 'Elementy usługi',
'Menu:ServiceElement+' => 'Elementy usługi',
'Menu:SLA' => 'Umowy SLA',
'Menu:SLA+' => 'Umowy gwarantowanych poziomów usług',
'Menu:SLT' => 'SLTs',
@@ -36,6 +34,21 @@ Dict::Add('PL PL', 'Polish', 'Polski', [
'Menu:DeliveryModel+' => 'Modele obsługi',
'Menu:ServiceFamily' => 'Rodziny usług',
'Menu:ServiceFamily+' => 'Rodziny usług',
'Menu:ServiceCatalog' => 'Service catalog~~',
'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~',
'UI-ServiceCatalogMenu-Title' => 'Service catalog~~',
'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~',
'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~',
'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~',
'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~',
'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~',
'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~',
'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~',
'Menu:RulesAndWorkflow' => 'Rules and workflow~~',
'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~',
'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~',
'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation.
They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~',
'Menu:Procedure' => 'Katalog procedur',
'Menu:Procedure+' => 'Katalog wszystkich procedur',
'Contract:baseinfo' => 'Informacje ogólne',

View File

@@ -26,8 +26,6 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
'Menu:ServiceSubcategory+' => 'Lista de subcategorias de serviços',
'Menu:Service' => 'Serviços',
'Menu:Service+' => 'Lista de serviços',
'Menu:ServiceElement' => 'Elementos de serviços',
'Menu:ServiceElement+' => 'Lista de elementos de serviços',
'Menu:SLA' => 'SLAs',
'Menu:SLA+' => 'Lista de Acordos de Nível de Serviço (ANS)',
'Menu:SLT' => 'SLTs',
@@ -36,6 +34,21 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
'Menu:DeliveryModel+' => 'Lista de modelos de entrega',
'Menu:ServiceFamily' => 'Família de serviços',
'Menu:ServiceFamily+' => 'Lista de família de serviços',
'Menu:ServiceCatalog' => 'Service catalog~~',
'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~',
'UI-ServiceCatalogMenu-Title' => 'Service catalog~~',
'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~',
'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~',
'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~',
'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~',
'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~',
'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~',
'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~',
'Menu:RulesAndWorkflow' => 'Rules and workflow~~',
'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~',
'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~',
'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation.
They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~',
'Menu:Procedure' => 'Catálogo de procedimentos',
'Menu:Procedure+' => '',
'Contract:baseinfo' => 'General information~~',

View File

@@ -27,8 +27,6 @@ Dict::Add('RU RU', 'Russian', 'Русский', [
'Menu:ServiceSubcategory+' => 'Подкатегории услуг',
'Menu:Service' => 'Услуги',
'Menu:Service+' => 'Услуги',
'Menu:ServiceElement' => 'Элементы услуг',
'Menu:ServiceElement+' => 'Элементы услуг',
'Menu:SLA' => 'SLA',
'Menu:SLA+' => 'Соглашения об уровне услуг',
'Menu:SLT' => 'SLT',
@@ -37,6 +35,21 @@ Dict::Add('RU RU', 'Russian', 'Русский', [
'Menu:DeliveryModel+' => 'Модели предоставления услуг (Delivery Models)',
'Menu:ServiceFamily' => 'Пакеты услуг',
'Menu:ServiceFamily+' => 'Пакеты услуг',
'Menu:ServiceCatalog' => 'Service catalog~~',
'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~',
'UI-ServiceCatalogMenu-Title' => 'Service catalog~~',
'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~',
'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~',
'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~',
'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~',
'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~',
'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~',
'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~',
'Menu:RulesAndWorkflow' => 'Rules and workflow~~',
'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~',
'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~',
'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation.
They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~',
'Menu:Procedure' => 'Каталог процедур',
'Menu:Procedure+' => 'Каталог процедур',
'Contract:baseinfo' => 'General information~~',

View File

@@ -19,23 +19,36 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
'UI-ServiceManagementMenu-ContractsByStatus' => 'zmluvy podla stavu',
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'zmluvy končiace za menej ako 30 dní',
'Menu:ProviderContract' => 'Poskytovateľské zmluvy',
'Menu:ProviderContract+' => 'Provider contracts~~',
'Menu:ProviderContract+' => 'What is bought to external companies~~',
'Menu:CustomerContract' => 'Zákaznícke zmluvy',
'Menu:CustomerContract+' => 'Customer contracts~~',
'Menu:CustomerContract+' => 'Who is buying the services~~',
'Menu:ServiceSubcategory' => 'Subkategórie služieb',
'Menu:ServiceSubcategory+' => 'Service subcategories~~',
'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy~~',
'Menu:Service' => 'Služby',
'Menu:Service+' => 'Services~~',
'Menu:ServiceElement' => 'Prvky služby',
'Menu:ServiceElement+' => 'Sevice elements~~',
'Menu:Service+' => 'Second level in service hierarchy~~',
'Menu:SLA' => 'SLAs',
'Menu:SLA+' => 'Service Level Agreements~~',
'Menu:SLT' => 'SLTs',
'Menu:SLT+' => 'Service Level Targets~~',
'Menu:DeliveryModel' => 'Typy dodávky',
'Menu:DeliveryModel+' => 'Delivery models~~',
'Menu:DeliveryModel+' => 'Teams handling tickets~~',
'Menu:ServiceFamily' => 'Rodiny služieb',
'Menu:ServiceFamily+' => 'Service families~~',
'Menu:ServiceFamily+' => 'Top level in service hierarchy~~',
'Menu:ServiceCatalog' => 'Service catalog~~',
'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~',
'UI-ServiceCatalogMenu-Title' => 'Service catalog~~',
'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~',
'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~',
'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~',
'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~',
'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~',
'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~',
'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~',
'Menu:RulesAndWorkflow' => 'Rules and workflow~~',
'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~',
'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~',
'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation.
They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~',
'Menu:Procedure' => 'Katalóg procedúr',
'Menu:Procedure+' => 'All procedures catalog~~',
'Contract:baseinfo' => 'General information~~',

View File

@@ -27,8 +27,6 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', [
'Menu:ServiceSubcategory+' => 'Hizmet alt kategorileri',
'Menu:Service' => 'Hizmetler',
'Menu:Service+' => 'Hizmetler',
'Menu:ServiceElement' => 'Servis elemanları',
'Menu:ServiceElement+' => 'Servis elemanları',
'Menu:SLA' => 'SLAs',
'Menu:SLA+' => 'Hizmet Seviyesi Anlaşmaları',
'Menu:SLT' => 'SLTs',
@@ -37,6 +35,21 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', [
'Menu:DeliveryModel+' => 'Teslimat modelleri',
'Menu:ServiceFamily' => 'Servis aileleri',
'Menu:ServiceFamily+' => 'Servis aileleri',
'Menu:ServiceCatalog' => 'Service catalog~~',
'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~',
'UI-ServiceCatalogMenu-Title' => 'Service catalog~~',
'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~',
'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~',
'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~',
'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~',
'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~',
'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~',
'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~',
'Menu:RulesAndWorkflow' => 'Rules and workflow~~',
'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~',
'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~',
'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation.
They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~',
'Menu:Procedure' => 'Prosedür kataloğu',
'Menu:Procedure+' => 'Tüm prosedürler kataloğu',
'Contract:baseinfo' => 'General information~~',

View File

@@ -57,6 +57,21 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [
'Menu:DeliveryModel+' => '交付模式',
'Menu:ServiceFamily' => '服务系列',
'Menu:ServiceFamily+' => '服务系列',
'Menu:ServiceCatalog' => 'Service catalog~~',
'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~',
'UI-ServiceCatalogMenu-Title' => 'Service catalog~~',
'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~',
'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~',
'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~',
'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~',
'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~',
'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~',
'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~',
'Menu:RulesAndWorkflow' => 'Rules and workflow~~',
'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~',
'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~',
'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation.
They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~',
'Menu:Procedure' => '流程清单',
'Menu:Procedure+' => '所有流程清单',
'Contract:baseinfo' => '常规信息',