diff --git a/datamodels/2.x/itop-config-mgmt/cs.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/cs.dict.itop-config-mgmt.php index b1aef1e3a..07a34062a 100755 --- a/datamodels/2.x/itop-config-mgmt/cs.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/cs.dict.itop-config-mgmt.php @@ -23,7 +23,7 @@ * * @author Lukáš Dvořák * @author Daniel Rokos - * @copyright Copyright (C) 2010-2014 Combodo SARL + * @copyright Copyright (C) 2010-2018 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ @@ -102,6 +102,10 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'Class:Organization/Attribute:deliverymodel_name+' => '', 'Class:Organization/Attribute:parent_id_friendlyname' => 'Mateřská organizace', 'Class:Organization/Attribute:parent_id_friendlyname+' => '', + 'Class:Organization/Attribute:overview' => 'Overview~~', + 'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~', + 'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~', + 'Organization:Overview:Users' => 'iTop Users within this organization~~', )); // diff --git a/datamodels/2.x/itop-config-mgmt/da.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/da.dict.itop-config-mgmt.php index 313f22e18..2987e1b72 100644 --- a/datamodels/2.x/itop-config-mgmt/da.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/da.dict.itop-config-mgmt.php @@ -18,8 +18,7 @@ /** * @author Erik Bøg - - * @copyright Copyright (C) 2010-2012 Combodo SARL + * @copyright Copyright (C) 2010-2018 Combodo SARL * @licence http://opensource.org/licenses/AGPL-3.0 */ @@ -48,6 +47,10 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array( 'Class:Organization/Attribute:parent_id+' => '', 'Class:Organization/Attribute:deliverymodel_id' => 'Leverings Model Id', 'Class:Organization/Attribute:deliverymodel_id+' => '', + 'Class:Organization/Attribute:overview' => 'Overview~~', + 'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~', + 'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~', + 'Organization:Overview:Users' => 'iTop Users within this organization~~', 'Class:Location' => 'Placering', 'Class:Location+' => 'Enhver type af placering: Region, land, by, bygning, rum rack, ...', 'Class:Location/Attribute:name' => 'Navn', diff --git a/datamodels/2.x/itop-config-mgmt/datamodel.itop-config-mgmt.xml b/datamodels/2.x/itop-config-mgmt/datamodel.itop-config-mgmt.xml index eeb6d61bd..a7262d423 100755 --- a/datamodels/2.x/itop-config-mgmt/datamodel.itop-config-mgmt.xml +++ b/datamodels/2.x/itop-config-mgmt/datamodel.itop-config-mgmt.xml @@ -63,6 +63,51 @@ parent_id name + + false + + DashboardLayoutTwoCols + + false + 300 + + + + 0 + + + 0 + Organization:Overview:FunctionalCIs + itop-config-mgmt/images/server.png + Organization:Overview:FunctionalCIs:subtitle + SELECT FunctionalCI WHERE org_id=:this->id + finalclass + NetworkDevice,Server,ApplicationSolution + + + + + 20 + + + 0 + Organization:Overview:Users + SELECT Person AS p JOIN User AS u ON u.contactid=p.id WHERE p.org_id=:this->id + true + + + + + 5 + + + 0 + + + + + + @@ -80,6 +125,9 @@ 40 + + 50 + diff --git a/datamodels/2.x/itop-config-mgmt/de.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/de.dict.itop-config-mgmt.php index fbe293b1a..7da10d516 100755 --- a/datamodels/2.x/itop-config-mgmt/de.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/de.dict.itop-config-mgmt.php @@ -39,6 +39,10 @@ Dict::Add('DE DE', 'German', 'Deutsch', array( 'Class:Organization/Attribute:status/Value:inactive+' => 'Inaktiv', 'Class:Organization/Attribute:parent_id' => 'Mutterfirma', 'Class:Organization/Attribute:parent_id+' => 'Dachorganisation', + 'Class:Organization/Attribute:overview' => 'Overview~~', + 'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~', + 'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~', + 'Organization:Overview:Users' => 'iTop Users within this organization~~', 'Class:Location' => 'Standort', 'Class:Location+' => 'Jeder Typ von Standort: Region, Land, Stadt, Seite, Gebäude, Flur, Raum, Rack,...', 'Class:Location/Attribute:name' => 'Name', diff --git a/datamodels/2.x/itop-config-mgmt/en.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/en.dict.itop-config-mgmt.php index db00f36da..f75cad539 100755 --- a/datamodels/2.x/itop-config-mgmt/en.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/en.dict.itop-config-mgmt.php @@ -103,6 +103,10 @@ Dict::Add('EN US', 'English', 'English', array( 'Class:Organization/Attribute:deliverymodel_name+' => '', 'Class:Organization/Attribute:parent_id_friendlyname' => 'Parent', 'Class:Organization/Attribute:parent_id_friendlyname+' => 'Parent organization', + 'Class:Organization/Attribute:overview' => 'Overview', + 'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization', + 'Organization:Overview:FunctionalCIs:subtitle' => 'by type', + 'Organization:Overview:Users' => 'iTop Users within this organization', )); // diff --git a/datamodels/2.x/itop-config-mgmt/es_cr.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/es_cr.dict.itop-config-mgmt.php index 7ded05a9f..f31451cdf 100755 --- a/datamodels/2.x/itop-config-mgmt/es_cr.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/es_cr.dict.itop-config-mgmt.php @@ -20,7 +20,7 @@ /** * Localized data * - * @copyright Copyright (C) 2010-2013 Combodo SARL + * @copyright Copyright (C) 2010-2018 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 * @traductor Miguel Turrubiates */ @@ -104,6 +104,10 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Organization/Attribute:deliverymodel_name+' => 'Nombre del Modelo de Entrega', 'Class:Organization/Attribute:parent_id_friendlyname' => 'Organización Padre', 'Class:Organization/Attribute:parent_id_friendlyname+' => 'Organización Padre', + 'Class:Organization/Attribute:overview' => 'Overview~~', + 'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~', + 'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~', + 'Organization:Overview:Users' => 'iTop Users within this organization~~', )); // diff --git a/datamodels/2.x/itop-config-mgmt/fr.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/fr.dict.itop-config-mgmt.php index 5a171d20f..76a764f77 100755 --- a/datamodels/2.x/itop-config-mgmt/fr.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/fr.dict.itop-config-mgmt.php @@ -17,7 +17,7 @@ // along with iTop. If not, see /** - * @copyright Copyright (C) 2010-2012 Combodo SARL + * @copyright Copyright (C) 2010-2018 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ @@ -47,6 +47,10 @@ Dict::Add('FR FR', 'French', 'Français', array( 'Class:Organization/Attribute:parent_name+' => 'Nom de l\'organisation parente', 'Class:Organization/Attribute:parent_id_friendlyname' => 'Nom commun', 'Class:Organization/Attribute:parent_id_friendlyname+' => '', + 'Class:Organization/Attribute:overview' => 'Tableau de bord', + 'Organization:Overview:FunctionalCIs' => 'Infrastructure de cette organisation', + 'Organization:Overview:FunctionalCIs:subtitle' => 'par type', + 'Organization:Overview:Users' => 'Utilisateurs iTop dans cette organisation', )); // diff --git a/datamodels/2.x/itop-config-mgmt/hu.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/hu.dict.itop-config-mgmt.php index dde907f95..b53f000ea 100755 --- a/datamodels/2.x/itop-config-mgmt/hu.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/hu.dict.itop-config-mgmt.php @@ -17,7 +17,7 @@ // along with iTop. If not, see /** - * @copyright Copyright (C) 2010-2012 Combodo SARL + * @copyright Copyright (C) 2010-2018 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ @@ -36,6 +36,10 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( 'Class:Organization/Attribute:status/Value:inactive+' => '', 'Class:Organization/Attribute:parent_id' => 'Felérendelt szervezeti egység', 'Class:Organization/Attribute:parent_id+' => '', + 'Class:Organization/Attribute:overview' => 'Overview~~', + 'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~', + 'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~', + 'Organization:Overview:Users' => 'iTop Users within this organization~~', 'Class:Location' => 'Helyszín', 'Class:Location+' => '', 'Class:Location/Attribute:name' => 'Név', diff --git a/datamodels/2.x/itop-config-mgmt/it.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/it.dict.itop-config-mgmt.php index 2044b2095..1641358c5 100755 --- a/datamodels/2.x/itop-config-mgmt/it.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/it.dict.itop-config-mgmt.php @@ -17,7 +17,7 @@ // along with iTop. If not, see /** - * @copyright Copyright (C) 2010-2012 Combodo SARL + * @copyright Copyright (C) 2010-2018 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ @@ -36,6 +36,10 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array( 'Class:Organization/Attribute:status/Value:inactive+' => 'Inattivo', 'Class:Organization/Attribute:parent_id' => 'Parent', 'Class:Organization/Attribute:parent_id+' => 'Parent organization', + 'Class:Organization/Attribute:overview' => 'Overview~~', + 'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~', + 'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~', + 'Organization:Overview:Users' => 'iTop Users within this organization~~', 'Class:Location' => 'Localizzazione', 'Class:Location+' => 'Qualsiasi tipo di localizzazione: Regione, Paese, Città, Sito, Edificio, Piano, Stanza, Rack,,...', 'Class:Location/Attribute:name' => 'Nome', diff --git a/datamodels/2.x/itop-config-mgmt/ja.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/ja.dict.itop-config-mgmt.php index 1bf227a56..7d857b444 100755 --- a/datamodels/2.x/itop-config-mgmt/ja.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/ja.dict.itop-config-mgmt.php @@ -17,7 +17,7 @@ // along with iTop. If not, see /** - * @copyright Copyright (C) 2010-2012 Combodo SARL + * @copyright Copyright (C) 2010-2018 Combodo SARL * @licence http://opensource.org/licenses/AGPL-3.0 */ @@ -46,6 +46,10 @@ Dict::Add('JA JP', 'Japanese', '日本語', array( 'Class:Organization/Attribute:parent_id+' => '親組織', 'Class:Organization/Attribute:deliverymodel_id' => '提供モデル', 'Class:Organization/Attribute:deliverymodel_id+' => '', + 'Class:Organization/Attribute:overview' => 'Overview~~', + 'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~', + 'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~', + 'Organization:Overview:Users' => 'iTop Users within this organization~~', 'Class:Location' => '場所', 'Class:Location+' => '任意の場所のタイプ: リージョン、国、都市、サイト、ビル、フロア、部屋、ラック、...', 'Class:Location/Attribute:name' => '名前', diff --git a/datamodels/2.x/itop-config-mgmt/nl.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/nl.dict.itop-config-mgmt.php index e325709ab..6c217e0b2 100644 --- a/datamodels/2.x/itop-config-mgmt/nl.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/nl.dict.itop-config-mgmt.php @@ -22,8 +22,8 @@ * * Linux & Open Source Professionals * http://www.linprofs.com - * - * @copyright Copyright (C) 2010-2012 Combodo SARL + * + * @copyright Copyright (C) 2010-2018 Combodo SARL * @licence http://opensource.org/licenses/AGPL-3.0 */ @@ -106,6 +106,10 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array( 'Class:Organization/Attribute:deliverymodel_name+' => '', 'Class:Organization/Attribute:parent_id_friendlyname' => 'Moeder', 'Class:Organization/Attribute:parent_id_friendlyname+' => 'Moeder organisatie', + 'Class:Organization/Attribute:overview' => 'Overview~~', + 'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~', + 'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~', + 'Organization:Overview:Users' => 'iTop Users within this organization~~', )); // diff --git a/datamodels/2.x/itop-config-mgmt/pt_br.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/pt_br.dict.itop-config-mgmt.php index f4883d3b9..e447b3772 100755 --- a/datamodels/2.x/itop-config-mgmt/pt_br.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/pt_br.dict.itop-config-mgmt.php @@ -20,7 +20,7 @@ /** * Localized data * - * @copyright Copyright (C) 2010-2012 Combodo SARL + * @copyright Copyright (C) 2010-2018 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ @@ -103,6 +103,10 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( 'Class:Organization/Attribute:deliverymodel_name+' => '', 'Class:Organization/Attribute:parent_id_friendlyname' => 'Principal', 'Class:Organization/Attribute:parent_id_friendlyname+' => 'Organização principal', + 'Class:Organization/Attribute:overview' => 'Overview~~', + 'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~', + 'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~', + 'Organization:Overview:Users' => 'iTop Users within this organization~~', )); // diff --git a/datamodels/2.x/itop-config-mgmt/ru.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/ru.dict.itop-config-mgmt.php index e09a5d845..aaa475b63 100755 --- a/datamodels/2.x/itop-config-mgmt/ru.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/ru.dict.itop-config-mgmt.php @@ -101,6 +101,10 @@ Dict::Add('RU RU', 'Russian', 'Русский', array( 'Class:Organization/Attribute:deliverymodel_name+' => 'Модель предоставления услуг', 'Class:Organization/Attribute:parent_id_friendlyname' => 'Вышестоящая', 'Class:Organization/Attribute:parent_id_friendlyname+' => 'Вышестоящая организация', + 'Class:Organization/Attribute:overview' => 'Overview~~', + 'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~', + 'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~', + 'Organization:Overview:Users' => 'iTop Users within this organization~~', )); // diff --git a/datamodels/2.x/itop-config-mgmt/tr.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/tr.dict.itop-config-mgmt.php index 1e9a89938..282811258 100755 --- a/datamodels/2.x/itop-config-mgmt/tr.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/tr.dict.itop-config-mgmt.php @@ -21,7 +21,7 @@ * Localized data * * @author Izzet Sirin - * @copyright Copyright (C) 2010-2012 Combodo SARL + * @copyright Copyright (C) 2010-2018 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ @@ -97,6 +97,10 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array( 'Class:Organization/Attribute:parent_id+' => 'Bağlı olduğu kurum', 'Class:Organization/Attribute:parent_name' => 'Bağlı olduğu kurumun adı', 'Class:Organization/Attribute:parent_name+' => 'Bağlı olduğu kurumun adı', + 'Class:Organization/Attribute:overview' => 'Overview~~', + 'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~', + 'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~', + 'Organization:Overview:Users' => 'iTop Users within this organization~~', )); diff --git a/datamodels/2.x/itop-config-mgmt/zh.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/zh.dict.itop-config-mgmt.php index ecebef047..3a4f8070c 100755 --- a/datamodels/2.x/itop-config-mgmt/zh.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/zh.dict.itop-config-mgmt.php @@ -21,7 +21,7 @@ * Localized data * * @author Robert Deng - * @copyright Copyright (C) 2010-2012 Combodo SARL + * @copyright Copyright (C) 2010-2018 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ @@ -97,6 +97,10 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'Class:Organization/Attribute:parent_id+' => '父级组织', 'Class:Organization/Attribute:parent_name' => '父级名称', 'Class:Organization/Attribute:parent_name+' => '父级组织名称', + 'Class:Organization/Attribute:overview' => 'Overview~~', + 'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~', + 'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~', + 'Organization:Overview:Users' => 'iTop Users within this organization~~', )); diff --git a/datamodels/2.x/itop-request-mgmt-itil/cs.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/cs.dict.itop-request-mgmt-itil.php index 728882acb..86435d06e 100755 --- a/datamodels/2.x/itop-request-mgmt-itil/cs.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/cs.dict.itop-request-mgmt-itil.php @@ -23,7 +23,7 @@ * * @author Lukáš Dvořák * @author Daniel Rokos - * @copyright Copyright (C) 2010-2014 Combodo SARL + * @copyright Copyright (C) 2010-2018 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('CS CZ', 'Czech', 'Čeština', array( @@ -267,3 +267,10 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'Class:UserRequest/Method:ResolveChildTickets' => 'Vyřešit podřízené tikety', 'Class:UserRequest/Method:ResolveChildTickets+' => 'Cascade the resolution to child requests (ev_autoresolve), and align the following characteristics of the request: service, team, agent, resolution info~~', )); + + +Dict::Add('CS CZ', 'Czech', 'Čeština', array( + 'Organization:Overview:UserRequests' => 'User Requests from this organization~~', + 'Organization:Overview:MyUserRequests' => 'My User Requests for this organization~~', + 'Organization:Overview:Tickets' => 'Tickets for this organization~~', +)); diff --git a/datamodels/2.x/itop-request-mgmt-itil/da.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/da.dict.itop-request-mgmt-itil.php index 4982b22a0..a23083f69 100644 --- a/datamodels/2.x/itop-request-mgmt-itil/da.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/da.dict.itop-request-mgmt-itil.php @@ -18,8 +18,7 @@ /** * @author Erik Bøg - - * @copyright Copyright (C) 2010-2012 Combodo SARL + * @copyright Copyright (C) 2010-2018 Combodo SARL * @licence http://opensource.org/licenses/AGPL-3.0 */ @@ -245,4 +244,10 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array( 'Class:UserRequest/Method:ResolveChildTickets' => 'ResolveChildTickets~~', 'Class:UserRequest/Method:ResolveChildTickets+' => 'Cascade the resolution to child requests (ev_autoresolve), and align the following characteristics of the request: service, team, agent, resolution info~~', )); -?> \ No newline at end of file + + +Dict::Add('DA DA', 'Danish', 'Dansk', array( + 'Organization:Overview:UserRequests' => 'User Requests from this organization~~', + 'Organization:Overview:MyUserRequests' => 'My User Requests for this organization~~', + 'Organization:Overview:Tickets' => 'Tickets for this organization~~', +)); diff --git a/datamodels/2.x/itop-request-mgmt-itil/datamodel.itop-request-mgmt-itil.xml b/datamodels/2.x/itop-request-mgmt-itil/datamodel.itop-request-mgmt-itil.xml index 075135be4..effe9bf40 100755 --- a/datamodels/2.x/itop-request-mgmt-itil/datamodel.itop-request-mgmt-itil.xml +++ b/datamodels/2.x/itop-request-mgmt-itil/datamodel.itop-request-mgmt-itil.xml @@ -1708,6 +1708,61 @@ + + + + + + + 5 + + + 0 + + + + + 10 + + + 0 + Organization:Overview:UserRequests + itop-welcome-itil/images/user-request-deadline.png + Menu:UserRequest:OpenRequests + SELECT UserRequest WHERE status != "closed" AND org_id=:this->id + status + new,assigned,escalated_tto,escalated_ttr,resolved + + + + + 30 + + + 0 + Organization:Overview:MyUserRequests + SELECT UserRequest AS i WHERE i.agent_id = :current_contact_id AND status NOT IN ("closed", "resolved") AND org_id=:this->id + true + + + 1 + Organization:Overview:Tickets + SELECT Ticket WHERE org_id = :this->id + finalclass + + count + + + attribute + desc + + + + + + + + diff --git a/datamodels/2.x/itop-request-mgmt-itil/de.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/de.dict.itop-request-mgmt-itil.php index 6b4077bb0..a476a5f73 100644 --- a/datamodels/2.x/itop-request-mgmt-itil/de.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/de.dict.itop-request-mgmt-itil.php @@ -19,7 +19,7 @@ /* * @author ITOMIG GmbH -* @copyright Copyright (C) 2017 Combodo SARL +* @copyright Copyright (C) 2018 Combodo SARL * @licence http://opensource.org/licenses/AGPL-3.0 * */ @@ -249,4 +249,10 @@ Dict::Add('DE DE', 'German', 'Deutsch', array( 'Class:UserRequest/Method:ResolveChildTickets+' => 'Lösung auf Kind-Tickets übertragen (ev_autoresolve), und folgende Ticket-Eigenschaften angleichen: Service, Team, Agent, Lösungsinformationen', 'Class:UserRequest/Attribute:parent_incident_id+' => '', )); -?> + + +Dict::Add('DE DE', 'German', 'Deutsch', array( + 'Organization:Overview:UserRequests' => 'User Requests from this organization~~', + 'Organization:Overview:MyUserRequests' => 'My User Requests for this organization~~', + 'Organization:Overview:Tickets' => 'Tickets for this organization~~', +)); diff --git a/datamodels/2.x/itop-request-mgmt-itil/en.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/en.dict.itop-request-mgmt-itil.php index 03349d95e..55c5c9c65 100755 --- a/datamodels/2.x/itop-request-mgmt-itil/en.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/en.dict.itop-request-mgmt-itil.php @@ -20,7 +20,7 @@ /** * Localized data * - * @copyright Copyright (C) 2010-2012 Combodo SARL + * @copyright Copyright (C) 2010-2018 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ @@ -265,3 +265,10 @@ Dict::Add('EN US', 'English', 'English', array( 'Class:UserRequest/Method:ResolveChildTickets' => 'ResolveChildTickets', 'Class:UserRequest/Method:ResolveChildTickets+' => 'Cascade the resolution to child requests (ev_autoresolve), and align the following characteristics of the request: service, team, agent, resolution info', )); + + +Dict::Add('EN US', 'English', 'English', array( + 'Organization:Overview:UserRequests' => 'User Requests from this organization', + 'Organization:Overview:MyUserRequests' => 'My User Requests for this organization', + 'Organization:Overview:Tickets' => 'Tickets for this organization', +)); diff --git a/datamodels/2.x/itop-request-mgmt-itil/es_cr.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/es_cr.dict.itop-request-mgmt-itil.php index 77972655b..d90ccf99b 100644 --- a/datamodels/2.x/itop-request-mgmt-itil/es_cr.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/es_cr.dict.itop-request-mgmt-itil.php @@ -20,7 +20,7 @@ /** * Localized data * - * @copyright Copyright (C) 2010-2013 Combodo SARL + * @copyright Copyright (C) 2010-2018 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 * @traductor Miguel Turrubiates */ @@ -267,3 +267,10 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:UserRequest/Method:ResolveChildTickets' => 'Resolver tickets hijos', 'Class:UserRequest/Method:ResolveChildTickets+' => 'Cascadear la solución a los tickets hijos (ev_autoresolve), y alinear las siguientes características: servicio, equipo, agente, información de solución', )); + + +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( + 'Organization:Overview:UserRequests' => 'User Requests from this organization~~', + 'Organization:Overview:MyUserRequests' => 'My User Requests for this organization~~', + 'Organization:Overview:Tickets' => 'Tickets for this organization~~', +)); diff --git a/datamodels/2.x/itop-request-mgmt-itil/fr.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/fr.dict.itop-request-mgmt-itil.php index 5c6c2dd92..ec832990e 100755 --- a/datamodels/2.x/itop-request-mgmt-itil/fr.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/fr.dict.itop-request-mgmt-itil.php @@ -17,7 +17,7 @@ // along with iTop. If not, see /** - * @copyright Copyright (C) 2010-2012 Combodo SARL + * @copyright Copyright (C) 2010-2018 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ @@ -277,3 +277,10 @@ Dict::Add('FR FR', 'French', 'Français', array( 'Menu:UserRequest:Provider+' => 'Demandes transférées à un fournisseur', 'Class:UserRequest:KnownErrorList' => 'Erreurs connues', )); + + +Dict::Add('EN US', 'English', 'English', array( + 'Organization:Overview:UserRequests' => 'Demandes Utilisateurs pour cette organisation', + 'Organization:Overview:MyUserRequests' => 'Mes Demandes Utilisateurs pour cette organisation', + 'Organization:Overview:Tickets' => 'Les Tickets de cette organisation', +)); diff --git a/datamodels/2.x/itop-request-mgmt-itil/ja.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/ja.dict.itop-request-mgmt-itil.php index baca7c99d..3ff54a0c8 100644 --- a/datamodels/2.x/itop-request-mgmt-itil/ja.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/ja.dict.itop-request-mgmt-itil.php @@ -17,7 +17,7 @@ // along with iTop. If not, see /** - * @copyright Copyright (C) 2010-2012 Combodo SARL + * @copyright Copyright (C) 2010-2018 Combodo SARL * @licence http://opensource.org/licenses/AGPL-3.0 */ @@ -243,4 +243,10 @@ Dict::Add('JA JP', 'Japanese', '日本語', array( 'Class:UserRequest/Method:ResolveChildTickets' => 'ResolveChildTickets~~', 'Class:UserRequest/Method:ResolveChildTickets+' => 'Cascade the resolution to child requests (ev_autoresolve), and align the following characteristics of the request: service, team, agent, resolution info~~', )); -?> \ No newline at end of file + + +Dict::Add('JA JP', 'Japanese', '日本語', array( + 'Organization:Overview:UserRequests' => 'User Requests from this organization~~', + 'Organization:Overview:MyUserRequests' => 'My User Requests for this organization~~', + 'Organization:Overview:Tickets' => 'Tickets for this organization~~', +)); diff --git a/datamodels/2.x/itop-request-mgmt-itil/nl.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/nl.dict.itop-request-mgmt-itil.php index 84924dae6..f9d526840 100644 --- a/datamodels/2.x/itop-request-mgmt-itil/nl.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/nl.dict.itop-request-mgmt-itil.php @@ -20,7 +20,7 @@ /** * Localized data * - * @copyright Copyright (C) 2010-2012 Combodo SARL + * @copyright Copyright (C) 2010-2018 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ @@ -265,3 +265,10 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array( 'Class:UserRequest/Method:ResolveChildTickets' => 'ResolveChildTickets', 'Class:UserRequest/Method:ResolveChildTickets+' => 'Cascade the resolution to child requests (ev_autoresolve), and align the following characteristics of the request: service, team, agent, resolution info', )); + + +Dict::Add('NL NL', 'Dutch', 'Nederlands', array( + 'Organization:Overview:UserRequests' => 'User Requests from this organization~~', + 'Organization:Overview:MyUserRequests' => 'My User Requests for this organization~~', + 'Organization:Overview:Tickets' => 'Tickets for this organization~~', +)); diff --git a/datamodels/2.x/itop-request-mgmt-itil/pt_br.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/pt_br.dict.itop-request-mgmt-itil.php index b4161b159..a835d6031 100644 --- a/datamodels/2.x/itop-request-mgmt-itil/pt_br.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/pt_br.dict.itop-request-mgmt-itil.php @@ -20,7 +20,7 @@ /** * Localized data * - * @copyright Copyright (C) 2010-2012 Combodo SARL + * @copyright Copyright (C) 2010-2018 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ @@ -266,5 +266,8 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( )); - -?> +Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( + 'Organization:Overview:UserRequests' => 'User Requests from this organization~~', + 'Organization:Overview:MyUserRequests' => 'My User Requests for this organization~~', + 'Organization:Overview:Tickets' => 'Tickets for this organization~~', +)); diff --git a/datamodels/2.x/itop-request-mgmt-itil/ru.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/ru.dict.itop-request-mgmt-itil.php index ef2681814..528098475 100755 --- a/datamodels/2.x/itop-request-mgmt-itil/ru.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/ru.dict.itop-request-mgmt-itil.php @@ -252,4 +252,11 @@ Dict::Add('RU RU', 'Russian', 'Русский', array( 'Class:UserRequest/Method:ResolveChildTickets' => 'ResolveChildTickets', 'Class:UserRequest/Method:ResolveChildTickets+' => 'Cascade the resolution to child requests (ev_autoresolve), and align the following characteristics of the request: service, team, agent, resolution info', -)); \ No newline at end of file +)); + + +Dict::Add('RU RU', 'Russian', 'Русский', array( + 'Organization:Overview:UserRequests' => 'User Requests from this organization~~', + 'Organization:Overview:MyUserRequests' => 'My User Requests for this organization~~', + 'Organization:Overview:Tickets' => 'Tickets for this organization~~', +)); diff --git a/datamodels/2.x/itop-request-mgmt/cs.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/cs.dict.itop-request-mgmt.php index aa9763a47..bbcd19939 100755 --- a/datamodels/2.x/itop-request-mgmt/cs.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/cs.dict.itop-request-mgmt.php @@ -23,7 +23,7 @@ * * @author Lukáš Dvořák * @author Daniel Rokos - * @copyright Copyright (C) 2010-2014 Combodo SARL + * @copyright Copyright (C) 2010-2018 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('CS CZ', 'Czech', 'Čeština', array( @@ -296,3 +296,10 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'Class:UserRequest/Method:ResolveChildTickets' => 'Vyřešit podřízené tikety', 'Class:UserRequest/Method:ResolveChildTickets+' => 'Cascade the resolution to child requests (ev_autoresolve), and align the following characteristics of the request: service, team, agent, resolution info~~', )); + + +Dict::Add('CS CZ', 'Czech', 'Čeština', array( + 'Organization:Overview:UserRequests' => 'User Requests from this organization~~', + 'Organization:Overview:MyUserRequests' => 'My User Requests for this organization~~', + 'Organization:Overview:Tickets' => 'Tickets for this organization~~', +)); diff --git a/datamodels/2.x/itop-request-mgmt/da.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/da.dict.itop-request-mgmt.php index 4ddaa1762..a1a0aed50 100644 --- a/datamodels/2.x/itop-request-mgmt/da.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/da.dict.itop-request-mgmt.php @@ -18,8 +18,7 @@ /** * @author Erik Bøg - - * @copyright Copyright (C) 2010-2012 Combodo SARL + * @copyright Copyright (C) 2010-2018 Combodo SARL * @licence http://opensource.org/licenses/AGPL-3.0 */ @@ -273,4 +272,10 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array( 'Class:UserRequest/Method:ResolveChildTickets' => 'ResolveChildTickets~~', 'Class:UserRequest/Method:ResolveChildTickets+' => 'Cascade the resolution to child requests (ev_autoresolve), and align the following characteristics of the request: service, team, agent, resolution info~~', )); -?> \ No newline at end of file + + +Dict::Add('DA DA', 'Danish', 'Dansk', array( + 'Organization:Overview:UserRequests' => 'User Requests from this organization~~', + 'Organization:Overview:MyUserRequests' => 'My User Requests for this organization~~', + 'Organization:Overview:Tickets' => 'Tickets for this organization~~', +)); diff --git a/datamodels/2.x/itop-request-mgmt/datamodel.itop-request-mgmt.xml b/datamodels/2.x/itop-request-mgmt/datamodel.itop-request-mgmt.xml index 6b72af72b..1b5f9db17 100755 --- a/datamodels/2.x/itop-request-mgmt/datamodel.itop-request-mgmt.xml +++ b/datamodels/2.x/itop-request-mgmt/datamodel.itop-request-mgmt.xml @@ -1730,6 +1730,61 @@ + + + + + + + 5 + + + 0 + + + + + 10 + + + 0 + Organization:Overview:UserRequests + itop-welcome-itil/images/user-request-deadline.png + Menu:UserRequest:OpenRequests + SELECT UserRequest WHERE status != "closed" AND org_id=:this->id + status + new,assigned,escalated_tto,escalated_ttr,resolved + + + + + 30 + + + 0 + Organization:Overview:MyUserRequests + SELECT UserRequest AS i WHERE i.agent_id = :current_contact_id AND status NOT IN ("closed", "resolved") AND org_id=:this->id + true + + + 1 + Organization:Overview:Tickets + SELECT Ticket WHERE org_id = :this->id + finalclass + + count + + + attribute + desc + + + + + + + + diff --git a/datamodels/2.x/itop-request-mgmt/de.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/de.dict.itop-request-mgmt.php index 10a0cfd38..b0cf6c814 100644 --- a/datamodels/2.x/itop-request-mgmt/de.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/de.dict.itop-request-mgmt.php @@ -19,7 +19,7 @@ /* * @author ITOMIG GmbH -* @copyright Copyright (C) 2017 Combodo SARL +* @copyright Copyright (C) 2018 Combodo SARL * @licence http://opensource.org/licenses/AGPL-3.0 * */ @@ -275,4 +275,10 @@ Dict::Add('DE DE', 'German', 'Deutsch', array( 'Class:UserRequest/Method:ResolveChildTickets' => 'Kind-Tickets lösen', 'Class:UserRequest/Method:ResolveChildTickets+' => 'Lösung auf Kind-Tickets übertragen (ev_autoresolve), und folgende Ticket-Eigenschaften angleichen: Service, Team, Agent, Lösungsinformationen', )); -?> \ No newline at end of file + + +Dict::Add('DE DE', 'German', 'Deutsch', array( + 'Organization:Overview:UserRequests' => 'User Requests from this organization~~', + 'Organization:Overview:MyUserRequests' => 'My User Requests for this organization~~', + 'Organization:Overview:Tickets' => 'Tickets for this organization~~', +)); diff --git a/datamodels/2.x/itop-request-mgmt/en.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/en.dict.itop-request-mgmt.php index 59e311a2e..2435ccff4 100755 --- a/datamodels/2.x/itop-request-mgmt/en.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/en.dict.itop-request-mgmt.php @@ -20,7 +20,7 @@ /** * Localized data * - * @copyright Copyright (C) 2010-2012 Combodo SARL + * @copyright Copyright (C) 2010-2018 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ @@ -295,3 +295,10 @@ Dict::Add('EN US', 'English', 'English', array( 'Class:UserRequest/Method:ResolveChildTickets' => 'ResolveChildTickets', 'Class:UserRequest/Method:ResolveChildTickets+' => 'Cascade the resolution to child requests (ev_autoresolve), and align the following characteristics of the request: service, team, agent, resolution info', )); + + +Dict::Add('EN US', 'English', 'English', array( + 'Organization:Overview:UserRequests' => 'User Requests from this organization', + 'Organization:Overview:MyUserRequests' => 'My User Requests for this organization', + 'Organization:Overview:Tickets' => 'Tickets for this organization', +)); diff --git a/datamodels/2.x/itop-request-mgmt/es_cr.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/es_cr.dict.itop-request-mgmt.php index 26f4e841d..e9cbb2c7f 100644 --- a/datamodels/2.x/itop-request-mgmt/es_cr.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/es_cr.dict.itop-request-mgmt.php @@ -20,7 +20,7 @@ /** * Localized data * - * @copyright Copyright (C) 2010-2013 Combodo SARL + * @copyright Copyright (C) 2010-2018 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 * @traductor Miguel Turrubiates */ @@ -299,3 +299,10 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:UserRequest/Method:ResolveChildTickets' => 'Resolver tickets hijos', 'Class:UserRequest/Method:ResolveChildTickets+' => 'Cascadear la solución a los tickets hijos (ev_autoresolve), y alinear las siguientes características: servicio, equipo, agente, información de solución', )); + + +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( + 'Organization:Overview:UserRequests' => 'User Requests from this organization~~', + 'Organization:Overview:MyUserRequests' => 'My User Requests for this organization~~', + 'Organization:Overview:Tickets' => 'Tickets for this organization~~', +)); diff --git a/datamodels/2.x/itop-request-mgmt/fr.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/fr.dict.itop-request-mgmt.php index be27714e1..960d3b194 100755 --- a/datamodels/2.x/itop-request-mgmt/fr.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/fr.dict.itop-request-mgmt.php @@ -17,7 +17,7 @@ // along with iTop. If not, see /** - * @copyright Copyright (C) 2010-2012 Combodo SARL + * @copyright Copyright (C) 2010-2018 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ @@ -286,3 +286,10 @@ Dict::Add('FR FR', 'French', 'Français', array( 'Class:UserRequest/Method:ResolveChildTickets+' => 'Cascader l\'action de résolution de la demande (ev_autoresolve), et aligner les caractéristiques suivantes : service, équipe, agent, information de résolution', 'Class:UserRequest:KnownErrorList' => 'Erreurs connues', )); + + +Dict::Add('EN US', 'English', 'English', array( + 'Organization:Overview:UserRequests' => 'Demandes Utilisateurs pour cette organisation', + 'Organization:Overview:MyUserRequests' => 'Mes Demandes Utilisateurs pour cette organisation', + 'Organization:Overview:Tickets' => 'Les Tickets de cette organisation', +)); diff --git a/datamodels/2.x/itop-request-mgmt/ja.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/ja.dict.itop-request-mgmt.php index 6b642391b..d16672ea0 100644 --- a/datamodels/2.x/itop-request-mgmt/ja.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/ja.dict.itop-request-mgmt.php @@ -17,7 +17,7 @@ // along with iTop. If not, see /** - * @copyright Copyright (C) 2010-2012 Combodo SARL + * @copyright Copyright (C) 2010-2018 Combodo SARL * @licence http://opensource.org/licenses/AGPL-3.0 */ @@ -270,4 +270,10 @@ Dict::Add('JA JP', 'Japanese', '日本語', array( 'Class:UserRequest/Method:ResolveChildTickets' => 'ResolveChildTickets~~', 'Class:UserRequest/Method:ResolveChildTickets+' => 'Cascade the resolution to child requests (ev_autoresolve), and align the following characteristics of the request: service, team, agent, resolution info~~', )); -?> \ No newline at end of file + + +Dict::Add('JA JP', 'Japanese', '日本語', array( + 'Organization:Overview:UserRequests' => 'User Requests from this organization~~', + 'Organization:Overview:MyUserRequests' => 'My User Requests for this organization~~', + 'Organization:Overview:Tickets' => 'Tickets for this organization~~', +)); diff --git a/datamodels/2.x/itop-request-mgmt/nl.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/nl.dict.itop-request-mgmt.php index c4b9d250f..42a38d4cc 100644 --- a/datamodels/2.x/itop-request-mgmt/nl.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/nl.dict.itop-request-mgmt.php @@ -22,8 +22,8 @@ * * Linux & Open Source Professionals * http://www.linprofs.com - * - * @copyright Copyright (C) 2010-2012 Combodo SARL + * + * @copyright Copyright (C) 2010-2018 Combodo SARL * @licence http://opensource.org/licenses/AGPL-3.0 */ @@ -298,4 +298,9 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array( 'Class:UserRequest/Method:ResolveChildTickets+' => 'Cascade the resolution to child requests (ev_autoresolve), and align the following characteristics of the request: service, team, agent, resolution info~~', )); -?> + +Dict::Add('NL NL', 'Dutch', 'Nederlands', array( + 'Organization:Overview:UserRequests' => 'User Requests from this organization~~', + 'Organization:Overview:MyUserRequests' => 'My User Requests for this organization~~', + 'Organization:Overview:Tickets' => 'Tickets for this organization~~', +)); diff --git a/datamodels/2.x/itop-request-mgmt/pt_br.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/pt_br.dict.itop-request-mgmt.php index bacb7db27..eddec07cd 100644 --- a/datamodels/2.x/itop-request-mgmt/pt_br.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/pt_br.dict.itop-request-mgmt.php @@ -295,3 +295,10 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( 'Class:UserRequest/Method:ResolveChildTickets' => 'ResolveChildTickets~~', 'Class:UserRequest/Method:ResolveChildTickets+' => 'Cascade the resolution to child requests (ev_autoresolve), and align the following characteristics of the request: service, team, agent, resolution info~~', )); + + +Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( + 'Organization:Overview:UserRequests' => 'User Requests from this organization~~', + 'Organization:Overview:MyUserRequests' => 'My User Requests for this organization~~', + 'Organization:Overview:Tickets' => 'Tickets for this organization~~', +)); diff --git a/datamodels/2.x/itop-request-mgmt/ru.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/ru.dict.itop-request-mgmt.php index f5936f230..fefbbb4c6 100755 --- a/datamodels/2.x/itop-request-mgmt/ru.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/ru.dict.itop-request-mgmt.php @@ -281,4 +281,11 @@ Dict::Add('RU RU', 'Russian', 'Русский', array( 'Class:UserRequest/Method:ResolveChildTickets' => 'ResolveChildTickets', 'Class:UserRequest/Method:ResolveChildTickets+' => 'Cascade the resolution to child requests (ev_autoresolve), and align the following characteristics of the request: service, team, agent, resolution info', -)); \ No newline at end of file +)); + + +Dict::Add('RU RU', 'Russian', 'Русский', array( + 'Organization:Overview:UserRequests' => 'User Requests from this organization~~', + 'Organization:Overview:MyUserRequests' => 'My User Requests for this organization~~', + 'Organization:Overview:Tickets' => 'Tickets for this organization~~', +));