X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=locale%2Fde%2Fgl;h=db5b6a8ae1499d47c88eba5a8b2a9a8d3e62c889;hb=0437033e3e747a77b8999ae13a599e3c614be817;hp=66e4e48d9a94518194b2ec0cb182342f6a457b9e;hpb=ee583bd572dafb1b587ca749b7c2659f135ebcc1;p=kivitendo-erp.git diff --git a/locale/de/gl b/locale/de/gl index 66e4e48d9..db5b6a8ae 100644 --- a/locale/de/gl +++ b/locale/de/gl @@ -1,15 +1,14 @@ -$self{texts} = { +$self->{texts} = { 'AP Transaction' => 'Kreditorenbuchung', 'AR Transaction' => 'Debitorenbuchung', 'Account' => 'Konto', - 'Accounting Menu' => 'Kontoverwaltung', 'Add General Ledger Transaction' => 'Dialogbuchen', 'Address' => 'Adresse', 'All' => 'Alle', 'Apr' => 'Apr', 'April' => 'April', 'Are you sure you want to delete Transaction' => 'Buchung wirklich löschen?', - 'Asset' => 'Aktiva', + 'Asset' => 'Aktiva/Mittelverwendung', 'Aug' => 'Aug', 'August' => 'August', 'Balance' => 'Bilanz', @@ -21,7 +20,7 @@ $self{texts} = { 'Cannot have a value in both Debit and Credit!' => 'Es kann nicht gleichzeitig Soll und Haben gebucht werden!', 'Cannot post a transaction without a value!' => 'Eine Buchung ohne Betrag kann nicht vorgenommen werden!', 'Cannot post transaction for a closed period!' => 'Für einen bereits abgeschlossenen Zeitraum kann keine Buchung angelegt werden!', - 'Cannot post transaction with a debit and credit entry for the same account!' => 'Cannot post transaction with a debit and credit entry for the same account!', + 'Cannot post transaction with a debit and credit entry for the same account!' => 'Kann Soll und Haben nicht auf dasselbe Konto buchen!', 'Confirm!' => 'Bestätigen Sie!', 'Continue' => 'Weiter', 'Contra' => 'gegen', @@ -43,6 +42,7 @@ $self{texts} = { 'Description' => 'Beschreibung', 'Description missing!' => 'Beschreibung fehlt.', 'Edit General Ledger Transaction' => 'Buchung im Hauptbuch bearbeiten', + 'Empty transaction!' => 'Buchung ist leer!', 'Equity' => 'Passiva', 'Expense' => 'Aufwandskonto', 'Feb' => 'Feb', @@ -60,7 +60,7 @@ $self{texts} = { 'Jun' => 'Jun', 'June' => 'Juni', 'Korrektur' => 'Korrektur', - 'Liability' => 'Passiva', + 'Liability' => 'Passiva/Mittelherkunft', 'Mar' => 'März', 'March' => 'März', 'May' => 'Mai', @@ -74,9 +74,10 @@ $self{texts} = { 'Number' => 'Nummer', 'Oct' => 'Okt', 'October' => 'Oktober', - 'Out of balance transaction!' => 'Out of balance transaction!', + 'Out of balance transaction!' => 'Buchung ist nicht ausgeglichen!', 'Post' => 'Buchen', 'Post as new' => 'Neu buchen', + 'Project Number' => 'Projektnummer', 'Project not on file!' => 'Dieses Projekt ist nicht in der Datenbank!', 'Reference' => 'Referenz', 'Reference missing!' => 'Referenz fehlt!', @@ -91,6 +92,7 @@ $self{texts} = { 'Subtotal' => 'Zwischensumme', 'Tax' => 'Steuer', 'Taxkey' => 'Steuerschlüssel', + 'To (time)' => 'Bis', 'Transaction Date missing!' => 'Buchungsdatum fehlt!', 'Transaction deleted!' => 'Buchung gelöscht!', 'Update' => 'Erneuern', @@ -100,8 +102,7 @@ $self{texts} = { 'button' => '?', }; -$self{subs} = { - 'acc_menu' => 'acc_menu', +$self->{subs} = { 'add' => 'add', 'add_transaction' => 'add_transaction', 'ap_transaction' => 'ap_transaction', @@ -110,7 +111,6 @@ $self{subs} = { 'check_project' => 'check_project', 'continue' => 'continue', 'delete' => 'delete', - 'display' => 'display', 'display_form' => 'display_form', 'display_rows' => 'display_rows', 'edit' => 'edit', @@ -125,7 +125,6 @@ $self{subs} = { 'project_selected' => 'project_selected', 'sales_invoice' => 'sales_invoice', 'search' => 'search', - 'section_menu' => 'section_menu', 'select_name' => 'select_name', 'select_project' => 'select_project', 'storno' => 'storno',