diff --git a/modules/itop-change-mgmt-1.0.0/de.dict.itop-change-mgmt.php b/modules/itop-change-mgmt-1.0.0/de.dict.itop-change-mgmt.php index 01e94e4ac..7576cef7d 100644 --- a/modules/itop-change-mgmt-1.0.0/de.dict.itop-change-mgmt.php +++ b/modules/itop-change-mgmt-1.0.0/de.dict.itop-change-mgmt.php @@ -38,7 +38,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array( 'Menu:WaitingApproval' => 'Changes, die Genehmigung erwarten', 'Menu:WaitingApproval+' => '', 'Menu:Changes' => 'Offene Changes', - 'Menu:Changes+' => '', + 'Menu:Changes+' => 'Alle Offene Changes', 'Menu:MyChanges' => 'An mich zugewiesene Changes', 'Menu:MyChanges+' => 'An mich zugewiesene Changes (als Bearbeiter)', )); diff --git a/modules/itop-change-mgmt-1.0.0/en.dict.itop-change-mgmt.php b/modules/itop-change-mgmt-1.0.0/en.dict.itop-change-mgmt.php index 6e65b065e..26b92a27d 100644 --- a/modules/itop-change-mgmt-1.0.0/en.dict.itop-change-mgmt.php +++ b/modules/itop-change-mgmt-1.0.0/en.dict.itop-change-mgmt.php @@ -38,7 +38,7 @@ Dict::Add('EN US', 'English', 'English', array( 'Menu:WaitingApproval' => 'Changes awaiting approval', 'Menu:WaitingApproval+' => '', 'Menu:Changes' => 'Opened changes', - 'Menu:Changes+' => '', + 'Menu:Changes+' => 'All Opened Changes', 'Menu:MyChanges' => 'Changes assigned to me', 'Menu:MyChanges+' => 'Changes assigned to me (as Agent)', )); diff --git a/modules/itop-change-mgmt-1.0.0/es_cr.dict.itop-change-mgmt.php b/modules/itop-change-mgmt-1.0.0/es_cr.dict.itop-change-mgmt.php index ee15fe9a9..fe1255e4d 100644 --- a/modules/itop-change-mgmt-1.0.0/es_cr.dict.itop-change-mgmt.php +++ b/modules/itop-change-mgmt-1.0.0/es_cr.dict.itop-change-mgmt.php @@ -32,7 +32,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Menu:WaitingApproval' => 'Cambios esperando ser aprovados', 'Menu:WaitingApproval+' => '', 'Menu:Changes' => 'Cambios abiertos', - 'Menu:Changes+' => '', + 'Menu:Changes+' => 'Todos los Cambios abiertos', 'Menu:MyChanges' => 'Cambios asignados a mí', 'Menu:MyChanges+' => 'Cambios asignados a mí (como Agente)', )); diff --git a/modules/itop-change-mgmt-1.0.0/it.dict.itop-change-mgmt.php b/modules/itop-change-mgmt-1.0.0/it.dict.itop-change-mgmt.php index ddc0379ee..7dbb27b2a 100644 --- a/modules/itop-change-mgmt-1.0.0/it.dict.itop-change-mgmt.php +++ b/modules/itop-change-mgmt-1.0.0/it.dict.itop-change-mgmt.php @@ -110,7 +110,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array( 'Menu:WaitingApproval' => 'Modifiche in attesa di approvazione', 'Menu:WaitingApproval+' => '', 'Menu:Changes' => 'Modifiche aperte', - 'Menu:Changes+' => '', + 'Menu:Changes+' => 'Tutte le Modifiche aperte', 'Menu:MyChanges' => 'Modifiche assegnate a me', 'Menu:MyChanges+' => 'Modifiche assegnato a me (come Agent)', 'Class:Change' => 'Cambio',