Compare commits

...

7 Commits

Author SHA1 Message Date
v-dumas
bcd69664f0 N°3961 - Translation issue 2026-03-02 09:19:24 +01:00
v-dumas
27731af189 N°3961 - Missing FR translation 2026-03-02 09:16:33 +01:00
v-dumas
64c8271aeb N°3961 - Align dictionary entries 2026-03-02 09:05:13 +01:00
v-dumas
a35da2042b N°3961 - Suppress useless dictionary entries 2026-02-27 17:09:55 +01:00
v-dumas
1bbeed3c04 N°3961 - dictionaries 2026-02-27 17:03:33 +01:00
v-dumas
565e074d80 N°3961 - Dashboard Service Catalog 2026-02-27 16:36:14 +01:00
v-dumas
6e43d01475 N°3961 - Reorganize Service menus 2026-02-16 13:51:21 +01:00
36 changed files with 1000 additions and 205 deletions

View File

@@ -2759,52 +2759,242 @@ 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>2.5</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>3</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>4</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>5</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>6</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>7</rank>
<parent>ServiceManagement</parent>
<parent>ServiceCatalog</parent>
<oql>SELECT DeliveryModel</oql>
<do_search>1</do_search>
</menu>
<menu id="RulesAndWorkflow" xsi:type="DashboardMenuNode" _delta="define">
<rank>20</rank>
<parent>ServiceManagement</parent>
<definition>
<title>UI-RulesAndWorkflow-Title</title>
<layout>DashboardLayoutOneCol</layout>
<cells>
<cell id="0">
<rank>0</rank>
<dashlets>
<dashlet id="RulesAndWorkflow_PlainText" xsi:type="DashletPlainText">
<rank>0</rank>
<text>UI-RulesAndWorkflow-Description</text>
</dashlet>
</dashlets>
</cell>
<cell id="1">
<rank>1</rank>
<dashlets>
<dashlet id="0" xsi:type="DashletEmptyCell">
<rank>0</rank>
</dashlet>
</dashlets>
</cell>
<cell id="2">
<rank>2</rank>
<dashlets>
<dashlet id="0" xsi:type="DashletEmptyCell">
<rank>0</rank>
</dashlet>
</dashlets>
</cell>
<cell id="3">
<rank>3</rank>
<dashlets>
<dashlet id="0" xsi:type="DashletEmptyCell">
<rank>0</rank>
</dashlet>
</dashlets>
</cell>
</cells>
</definition>
</menu>
<menu id="Typology" xsi:type="DashboardMenuNode">
<definition>
<cells>

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',
@@ -38,6 +36,21 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Menu:DeliveryModel+' => 'Modely poskytování služeb',
'Menu:ServiceFamily' => 'Balíčky (kategorie) služeb',
'Menu:ServiceFamily+' => 'Balíčky (kategorie) služeb',
'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

@@ -20,23 +20,36 @@ Dict::Add('DA DA', 'Danish', 'Dansk', [
'UI-ServiceManagementMenu-ContractsByStatus' => 'Kontrakter efter Status',
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Kontrakter som udløber om mindre end 30 dage',
'Menu:ProviderContract' => 'Leverandørkontrakter',
'Menu:ProviderContract+' => '',
'Menu:ProviderContract+' => 'What is bought to external companies~~',
'Menu:CustomerContract' => 'Kundekontrakter',
'Menu:CustomerContract+' => '',
'Menu:CustomerContract+' => 'Who is buying the services~~',
'Menu:ServiceSubcategory' => 'Ydelses underkategori',
'Menu:ServiceSubcategory+' => '',
'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy~~',
'Menu:Service' => 'Ydelser',
'Menu:Service+' => '',
'Menu:ServiceElement' => 'Ydelses elementer',
'Menu:ServiceElement+' => '',
'Menu:Service+' => 'Second level in service hierarchy~~',
'Menu:SLA' => 'SLAs',
'Menu:SLA+' => '',
'Menu:SLT' => 'SLTs',
'Menu:SLT+' => '',
'Menu:DeliveryModel' => 'Leveringsmodel',
'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.~~',
'Contract:baseinfo' => 'General information~~',
'Contract:moreinfo' => 'Contractual information~~',
'Contract:cost' => 'Cost information~~',

View File

@@ -20,23 +20,37 @@ 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.~~',
'Contract:baseinfo' => 'Allgemeine Informationen',
'Contract:moreinfo' => 'Vertragliche Informationen',
'Contract:cost' => 'Kosteninformation',

View File

@@ -45,38 +45,42 @@ Dict::Add('EN US', 'English', 'English', [
'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.',
'Contract:baseinfo' => 'General information',
'Contract:moreinfo' => 'Contractual information',
'Contract:cost' => 'Cost information',
]);
/*
'UI:ServiceManagementMenu' => 'Gestion des Services',
'UI:ServiceManagementMenu+' => 'Gestion des Services',
'UI:ServiceManagementMenu:Title' => 'Résumé des services & contrats',
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contrats par niveau de service',
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contrats par état',
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contrats se terminant dans moins de 30 jours',
*/
//
// Class: Organization
//

View File

@@ -45,24 +45,36 @@ Dict::Add('EN GB', 'British English', 'British English', [
'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.~~',
'Contract:baseinfo' => 'General information',
'Contract:moreinfo' => 'Contractual information',
'Contract:cost' => 'Cost information',

View File

@@ -17,23 +17,36 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contratos por Estatus',
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contratos Finalizando en menos de 30 días',
'Menu:ProviderContract' => 'Contratos con Proveedores',
'Menu:ProviderContract+' => 'Contratos con Proveedores',
'Menu:ProviderContract+' => 'What is bought to external companies~~',
'Menu:CustomerContract' => 'Acuerdos con Clientes',
'Menu:CustomerContract+' => 'Acuerdos con Clientes',
'Menu:CustomerContract+' => 'Who is buying the services~~',
'Menu:ServiceSubcategory' => 'Subcategorías de Servicio',
'Menu:ServiceSubcategory+' => 'Subcategorías de Servicio',
'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy~~',
'Menu:Service' => 'Servicios',
'Menu:Service+' => 'Servicios',
'Menu:ServiceElement' => 'Elementos del Servicio',
'Menu:ServiceElement+' => 'Elementos del Servicio',
'Menu:Service+' => 'Second level in service hierarchy~~',
'Menu:SLA' => 'SLAs - Acuerdos de Nivel de Servicio',
'Menu:SLA+' => 'Acuerdos de Nivel de Servicio',
'Menu:SLT' => 'SLTs - Objetivos de Nivel de Servicio',
'Menu:SLT+' => 'Objetivos de Nivel de Servicio',
'Menu:DeliveryModel' => 'Modelos de Entrega',
'Menu:DeliveryModel+' => 'Modelos de Entrega',
'Menu:DeliveryModel+' => 'Teams handling tickets~~',
'Menu:ServiceFamily' => 'Familias de Servicio',
'Menu:ServiceFamily+' => 'Familias de Servicio',
'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.~~',
'Contract:baseinfo' => 'Información General',
'Contract:moreinfo' => 'Información Contractual',
'Contract:cost' => 'Información de Costos',

View File

@@ -19,37 +19,42 @@ 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 que votre société achète',
'Menu:CustomerContract' => 'Contrats clients',
'Menu:CustomerContract+' => 'Contrats clients',
'Menu:CustomerContract+' => 'Souscriptions à des 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.',
'Contract:baseinfo' => 'Information générale',
'Contract:moreinfo' => 'Aspects contractuels',
'Contract:cost' => 'Coûts',
]);
/*
'UI:ServiceManagementMenu' => 'Gestion des Services',
'UI:ServiceManagementMenu+' => 'Gestion des Services',
'UI:ServiceManagementMenu:Title' => 'Résumé des services & contrats',
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contrats par niveau de service',
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contrats par état',
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contrats se terminant dans moins de 30 jours',
*/
//
// Class: Organization
//

View File

@@ -19,15 +19,13 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', [
'UI-ServiceManagementMenu-ContractsByStatus' => 'Szerződések állapotuk szerint',
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => '30 napon belül lejáró szerződések',
'Menu:ProviderContract' => 'Szolgáltatói szerződések',
'Menu:ProviderContract+' => 'Provider contracts~~',
'Menu:ProviderContract+' => 'What is bought to external companies~~',
'Menu:CustomerContract' => 'Ügyfélszerződések',
'Menu:CustomerContract+' => 'Customer contracts~~',
'Menu:CustomerContract+' => 'Who is buying the services~~',
'Menu:ServiceSubcategory' => 'Szolgáltatás alkategóriák',
'Menu:ServiceSubcategory+' => 'Service subcategories~~',
'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy~~',
'Menu:Service' => 'Szolgáltatások',
'Menu:Service+' => 'Services~~',
'Menu:ServiceElement' => 'Szolgáltatáselemek',
'Menu:ServiceElement+' => 'A szolgáltatás összetevői',
'Menu:Service+' => 'Second level in service hierarchy~~',
'Menu:SLA' => 'SLA-k',
'Menu:SLA+' => 'Szolgáltatásszint megállapodások',
'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',
'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' => 'General information~~',
'Contract:moreinfo' => 'Contractual information~~',
'Contract:cost' => 'Cost information~~',

View File

@@ -19,23 +19,21 @@ Dict::Add('IT IT', 'Italian', 'Italiano', [
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contratti per stato',
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contratti che terminano in meno di 30 giorni',
'Menu:ProviderContract' => 'Contratti con Provider',
'Menu:ProviderContract+' => 'Contratti con Provider',
'Menu:ProviderContract+' => 'What is bought to external companies~~',
'Menu:CustomerContract' => 'Contratti con Clienti',
'Menu:CustomerContract+' => 'Contratti con Clienti',
'Menu:CustomerContract+' => 'Who is buying the services~~',
'Menu:ServiceSubcategory' => 'Sottocategorie di Servizio',
'Menu:ServiceSubcategory+' => 'Sottocategorie di Servizio',
'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy~~',
'Menu:Service' => 'Servizi',
'Menu:Service+' => 'Servizi',
'Menu:ServiceElement' => 'Elementi di Servizio',
'Menu:ServiceElement+' => 'Elementi di Servizio',
'Menu:Service+' => 'Second level in service hierarchy~~',
'Menu:SLA' => 'SLA',
'Menu:SLA+' => 'Accordi di Livello di Servizio',
'Menu:SLT' => 'SLT',
'Menu:SLT+' => 'Target di Livello di Servizio',
'Menu:DeliveryModel' => 'Modelli di Delivery',
'Menu:DeliveryModel+' => 'Modelli di Delivery',
'Menu:DeliveryModel+' => 'Teams handling tickets~~',
'Menu:ServiceFamily' => 'Famiglie di Servizi',
'Menu:ServiceFamily+' => 'Famiglie di Servizi',
'Menu:ServiceFamily+' => 'Top level in service hierarchy~~',
'Contract:baseinfo' => 'Informazioni Generali',
'Contract:moreinfo' => 'Informazioni Contrattuali',
'Contract:cost' => 'Informazioni sui Costi',

View File

@@ -19,23 +19,36 @@ Dict::Add('JA JP', 'Japanese', '日本語', [
'UI-ServiceManagementMenu-ContractsByStatus' => '状態別の契約',
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => '30日以内に終わる契約',
'Menu:ProviderContract' => 'プロバイダー契約',
'Menu:ProviderContract+' => '',
'Menu:ProviderContract+' => 'What is bought to external companies~~',
'Menu:CustomerContract' => '顧客契約',
'Menu:CustomerContract+' => '',
'Menu:CustomerContract+' => 'Who is buying the services~~',
'Menu:ServiceSubcategory' => 'サービスサブカテゴリ',
'Menu:ServiceSubcategory+' => '',
'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy~~',
'Menu:Service' => 'サービス',
'Menu:Service+' => '',
'Menu:ServiceElement' => 'サービス要素',
'Menu:ServiceElement+' => '',
'Menu:Service+' => 'Second level in service hierarchy~~',
'Menu:SLA' => 'SLA',
'Menu:SLA+' => '',
'Menu:SLT' => 'SLT',
'Menu:SLT+' => '',
'Menu:DeliveryModel' => '提供モデル',
'Menu:DeliveryModel+' => '',
'Menu:DeliveryModel+' => 'Teams handling tickets~~',
'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.~~',
'Contract:baseinfo' => 'General information~~',
'Contract:moreinfo' => 'Contractual information~~',
'Contract:cost' => 'Cost 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.~~',
'Contract:baseinfo' => 'Algemene informatie',
'Contract:moreinfo' => 'Contractuele informatie',
'Contract:cost' => 'Financiële 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' => 'Poziomy usług SLT',
@@ -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.~~',
'Contract:baseinfo' => 'Informacje ogólne',
'Contract:moreinfo' => 'Informacje o umowach',
'Contract:cost' => 'Informacje o kosztach',

View File

@@ -19,23 +19,36 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contratos por status',
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contratos terminando em menos de 30 dias',
'Menu:ProviderContract' => 'Contratos de provedores(as)',
'Menu:ProviderContract+' => '',
'Menu:ProviderContract+' => 'What is bought to external companies~~',
'Menu:CustomerContract' => 'Contratos de clientes',
'Menu:CustomerContract+' => '',
'Menu:CustomerContract+' => 'Who is buying the services~~',
'Menu:ServiceSubcategory' => 'Subcategorias de serviços',
'Menu:ServiceSubcategory+' => '',
'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy~~',
'Menu:Service' => 'Serviços',
'Menu:Service+' => '',
'Menu:ServiceElement' => 'Elementos de seviços',
'Menu:ServiceElement+' => '',
'Menu:Service+' => 'Second level in service hierarchy~~',
'Menu:SLA' => 'SLAs',
'Menu:SLA+' => 'Lista de Acordos de Nível de Serviço (ANSs)',
'Menu:SLT' => 'SLTs',
'Menu:SLT+' => 'Lista de Níveis Mínimos de Serviço (NMSs)',
'Menu:DeliveryModel' => 'Modelos de entrega',
'Menu:DeliveryModel+' => '',
'Menu:DeliveryModel+' => 'Teams handling tickets~~',
'Menu:ServiceFamily' => 'Família de serviços',
'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.~~',
'Contract:baseinfo' => 'General information~~',
'Contract:moreinfo' => 'Contractual information~~',
'Contract:cost' => 'Cost 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.~~',
'Contract:baseinfo' => 'General information~~',
'Contract:moreinfo' => 'Contractual information~~',
'Contract:cost' => 'Cost 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.~~',
'Contract:baseinfo' => 'General information~~',
'Contract:moreinfo' => 'Contractual information~~',
'Contract:cost' => 'Cost information~~',

View File

@@ -26,16 +26,29 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', [
'Menu:ServiceSubcategory+' => 'Hizmet alt kategorileri',
'Menu:Service' => 'Hizmetler',
'Menu:Service+' => 'Hizmetler',
'Menu:ServiceElement' => 'Sevice elements~~',
'Menu:ServiceElement+' => 'Sevice elements~~',
'Menu:SLA' => 'SLAs',
'Menu:SLA+' => 'Hizmet Seviyesi Anlaşmaları',
'Menu:SLT' => 'SLTs',
'Menu:SLT+' => 'Hizmet Seviyesi Taahütleri',
'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.~~',
'Contract:baseinfo' => 'General information~~',
'Contract:moreinfo' => 'Contractual information~~',
'Contract:cost' => 'Cost information~~',

View File

@@ -49,8 +49,6 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [
'Menu:ServiceSubcategory+' => '子服务',
'Menu:Service' => '服务',
'Menu:Service+' => '服务',
'Menu:ServiceElement' => '服务元素',
'Menu:ServiceElement+' => '服务元素',
'Menu:SLA' => 'SLA',
'Menu:SLA+' => '服务等级协议',
'Menu:SLT' => 'SLT',
@@ -59,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.~~',
'Contract:baseinfo' => '常规信息',
'Contract:moreinfo' => '合同信息',
'Contract:cost' => '费用信息',

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,52 +2738,242 @@ 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>
<menu id="RulesAndWorkflow" xsi:type="DashboardMenuNode" _delta="define">
<rank>20</rank>
<parent>ServiceManagement</parent>
<definition>
<title>UI-RulesAndWorkflow-Title</title>
<layout>DashboardLayoutOneCol</layout>
<cells>
<cell id="0">
<rank>0</rank>
<dashlets>
<dashlet id="RulesAndWorkflow_PlainText" xsi:type="DashletPlainText">
<rank>0</rank>
<text>UI-RulesAndWorkflow-Description</text>
</dashlet>
</dashlets>
</cell>
<cell id="1">
<rank>1</rank>
<dashlets>
<dashlet id="0" xsi:type="DashletEmptyCell">
<rank>0</rank>
</dashlet>
</dashlets>
</cell>
<cell id="2">
<rank>2</rank>
<dashlets>
<dashlet id="0" xsi:type="DashletEmptyCell">
<rank>0</rank>
</dashlet>
</dashlets>
</cell>
<cell id="3">
<rank>3</rank>
<dashlets>
<dashlet id="0" xsi:type="DashletEmptyCell">
<rank>0</rank>
</dashlet>
</dashlets>
</cell>
</cells>
</definition>
</menu>
<menu id="Typology" xsi:type="DashboardMenuNode">
<definition>
<cells>

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' => '常规信息',