Explorar el Código

Problem management: german translations on values for field 'impact' were upside down compared to english values. Value 1 means high impact in all langage but German where is was 'Eine Person'. German has been aligned. German users, be cautious when upgrading to migrate your data.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4577 a333f486-631f-4898-b8df-5754b55c2be0
cisou hace 8 años
padre
commit
caba0de962

+ 2 - 2
datamodels/2.x/itop-problem-mgmt/de.dict.itop-problem-mgmt.php

@@ -45,11 +45,11 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
 	'Class:Problem/Attribute:product+' => '',
 	'Class:Problem/Attribute:impact' => 'Auswirkung',
 	'Class:Problem/Attribute:impact+' => '',
-	'Class:Problem/Attribute:impact/Value:1' => 'Eine Person',
+	'Class:Problem/Attribute:impact/Value:1' => 'Eine Abteilung',
 	'Class:Problem/Attribute:impact/Value:1+' => '',
 	'Class:Problem/Attribute:impact/Value:2' => 'Einen Service',
 	'Class:Problem/Attribute:impact/Value:2+' => '',
-	'Class:Problem/Attribute:impact/Value:3' => 'Eine Abteilung',
+	'Class:Problem/Attribute:impact/Value:3' => 'Eine Person',
 	'Class:Problem/Attribute:impact/Value:3+' => '',
 	'Class:Problem/Attribute:urgency' => 'Dringlichkeit',
 	'Class:Problem/Attribute:urgency+' => '',