mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
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.
SVN:trunk[4577]
This commit is contained in:
@@ -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+' => '',
|
||||
|
||||
Reference in New Issue
Block a user