From 26475ad10ffebb5a02c3b6882b1bf5903041f92e Mon Sep 17 00:00:00 2001 From: Lars Hippler Date: Tue, 13 Nov 2018 12:30:29 +0100 Subject: [PATCH] Add missing German translations related to 4072ed0 --- dictionaries/de.dictionary.itop.core.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dictionaries/de.dictionary.itop.core.php b/dictionaries/de.dictionary.itop.core.php index d3ad62352..2e7bee1f7 100644 --- a/dictionaries/de.dictionary.itop.core.php +++ b/dictionaries/de.dictionary.itop.core.php @@ -942,9 +942,9 @@ Dict::Add('DE DE', 'German', 'Deutsch', array( 'Class:TagSetFieldData/Attribute:label+' => 'Anzeigelabel', 'Class:TagSetFieldData/Attribute:description' => 'Beschreibung', 'Class:TagSetFieldData/Attribute:description+' => 'Beschreibung', - 'Class:TagSetFieldData/Attribute:finalclass' => 'Tag class~~', - 'Class:TagSetFieldData/Attribute:obj_class' => 'Object class~~', - 'Class:TagSetFieldData/Attribute:obj_attcode' => 'Field code~~', + 'Class:TagSetFieldData/Attribute:finalclass' => 'Tag-Klasse', + 'Class:TagSetFieldData/Attribute:obj_class' => 'Objekt-Klasse', + 'Class:TagSetFieldData/Attribute:obj_attcode' => 'Attributscode', 'Core:TagSetFieldData:ErrorDeleteUsedTag' => 'Verwendete tags können nicht gelöscht werden', 'Core:TagSetFieldData:ErrorDuplicateTagCodeOrLabel' => 'Tag-Codes oder Labels müssen eindeutig sein',