X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=locale%2Fde%2Fcp;h=af241d4b160239e6aa2291572f0e2c16da600255;hb=0c472ce6b2b803cd57b8361d778fb711dc3549ba;hp=12c8460427090f2280790fa53ac50652df2ea0e6;hpb=4dbb09950c9f5596646537c12d991c99086fe7c1;p=kivitendo-erp.git diff --git a/locale/de/cp b/locale/de/cp index 12c846042..af241d4b1 100644 --- a/locale/de/cp +++ b/locale/de/cp @@ -1,8 +1,7 @@ -$self{texts} = { +$self->{texts} = { 'AP' => 'Einkauf', 'AR' => 'Verkauf', 'Account' => 'Konto', - 'Accounting Menu' => 'Kontoverwaltung', 'Address' => 'Adresse', 'All' => 'Alle', 'Amount' => 'Betrag', @@ -13,6 +12,7 @@ $self{texts} = { 'Continue' => 'Weiter', 'Currency' => 'Währung', 'Customer' => 'Kunde', + 'Customer not on file or locked!' => 'Dieser Kunde existiert nicht oder ist gesperrt.', 'Customer not on file!' => 'Kunde ist nicht in der Datenbank!', 'Date' => 'Datum', 'Date missing!' => 'Datum fehlt!', @@ -45,12 +45,12 @@ $self{texts} = { 'Source' => 'Beleg', 'Update' => 'Erneuern', 'Vendor' => 'Lieferant', + 'Vendor not on file or locked!' => 'Dieser Lieferant existiert nicht oder ist gesperrt.', 'Vendor not on file!' => 'Lieferant ist nicht in der Datenbank!', 'button' => '?', }; -$self{subs} = { - 'acc_menu' => 'acc_menu', +$self->{subs} = { 'add_transaction' => 'add_transaction', 'ap_transaction' => 'ap_transaction', 'ar_transaction' => 'ar_transaction', @@ -59,7 +59,6 @@ $self{subs} = { 'check_project' => 'check_project', 'continue' => 'continue', 'customer_details' => 'customer_details', - 'display' => 'display', 'form_footer' => 'form_footer', 'form_header' => 'form_header', 'gl_transaction' => 'gl_transaction', @@ -70,7 +69,6 @@ $self{subs} = { 'print' => 'print', 'project_selected' => 'project_selected', 'sales_invoice' => 'sales_invoice', - 'section_menu' => 'section_menu', 'select_name' => 'select_name', 'select_project' => 'select_project', 'update' => 'update',