diff --git a/pkg/vtiger/translations/Deutsch/modules/Accounts.php b/pkg/vtiger/translations/Deutsch/modules/Accounts.php
index a35427c6b95ecaf1e64dd19d76330c838d6d009a..72ea12e243fd5080e018ed9c2451026b07411b96 100644
--- a/pkg/vtiger/translations/Deutsch/modules/Accounts.php
+++ b/pkg/vtiger/translations/Deutsch/modules/Accounts.php
@@ -10,7 +10,7 @@
 $languageStrings = array(
 	'Accounts'                     => 'Organisationen'              , 
 	'SINGLE_Accounts'              => 'Organisation'                , 
-	'LBL_ADD_RECORD'               => 'Add Organization'            , 
+	'LBL_ADD_RECORD'               => 'Neue Organisation'            , 
 	'LBL_RECORDS_LIST'             => 'Organisationen'              , 
 	'LBL_ACCOUNT_INFORMATION'      => 'Organisation'                , 
 	'LBL_SHOW_ACCOUNT_HIERARCHY'   => 'Zeige Organisationshierarchie', 
@@ -41,17 +41,19 @@ $languageStrings = array(
     'Organization Image' => 'Organisation Bild',
     'Type'                         => 'Typ'                         , 
 
+	'Other Phone' => 'Sekundäre Telefon',
+	'Phone' => 'Primäre Telefon',
+	'Email' => 'Primäre E-Mail',
 
-  'Other Phone' => 'Sekundäre Telefon',
-  'Phone' => 'Primäre Telefon',
-  'Email' => 'Primäre E-Mail',
-
+	'LBL_END_DATE'                 => 'Enddatum'                   , 
+	'LBL_DUPLICATES_EXIST'         => 'Organisation existiert bereits', 
+	'LBL_COPY_SHIPPING_ADDRESS'    => 'Kopiere Lieferadresse'       , 
+	'LBL_COPY_BILLING_ADDRESS'     => 'Kopiere Rechnungsadresse'        , 
 );
 $jsLanguageStrings = array(
-	'LBL_RELATED_RECORD_DELETE_CONFIRMATION' => 'Are you sure you want to delete?', 
-	'LBL_DELETE_CONFIRMATION'      => 'Deleting this Organization will remove its related Opportunities & Quotes. Are you sure you want to delete this Organization?', 
-	'LBL_MASS_DELETE_CONFIRMATION' => 'Deleting this Organization will remove its related Opportunities & Quotes. Are you sure you want to delete this Organization?', 
-
-  'JS_DUPLICATE_CREATION_CONFIRMATION' => 'Name der Organisation bereits Vorhanden ist.Wollen Sie einen doppelten Datensatz erstellen?',
+	'LBL_RELATED_RECORD_DELETE_CONFIRMATION' => 'Möchten Sie diese Organisation jetzt entfernen?', 
+	'LBL_DELETE_CONFIRMATION'      => 'Durch das Entfernen der Organisation werden auch verknüpfte Verkaufschancen und Angebote entfernt. Jetzt dennoch entfernen?', 
+	'LBL_MASS_DELETE_CONFIRMATION' => 'Durch das Entfernen der Organisation werden auch verknüpfte Verkaufschancen und Angebote entfernt. Jetzt dennoch entfernen?', 
 
+	'JS_DUPLICATE_CREATION_CONFIRMATION' => 'Name der Organisation bereits Vorhanden ist.Wollen Sie einen doppelten Datensatz erstellen?',
 );
\ No newline at end of file