import sql-ledger 2.4.4
[freeside.git] / sql-ledger / old / sql-ledger / locale / de / cp
1 $self{texts} = {
2   'Account'                     => 'Konto',
3   'Address'                     => 'Adresse',
4   'Amount'                      => 'Betrag',
5   'Amount does not equal applied!' => 'Betrag stimmt nicht überein!',
6   'Amount missing!'             => 'Betrag fehlt!',
7   'Applied'                     => 'Ausgewählt',
8   'Cannot post payment!'        => 'Zahlung kann nicht gebucht werden!',
9   'Cannot process payment for a closed period!' => 'Es kann keine Zahlung in einem abgeschlossenen Zeitraum verbucht werden!',
10   'Check'                       => 'Scheck',
11   'Check printed!'              => 'Scheck ist gedruckt!',
12   'Check printing failed!'      => 'Scheck drucken ist fehlgeschlagen!',
13   'Continue'                    => 'Weiter',
14   'Currency'                    => 'Währung',
15   'Customer'                    => 'Kunde',
16   'Customer not on file!'       => 'Kunde ist nicht in der Datenbank!',
17   'Date'                        => 'Datum',
18   'Date missing!'               => 'Datum fehlt!',
19   'Description'                 => 'Beschreibung',
20   'Due'                         => 'Fällig',
21   'Exchangerate'                => 'Wechselkurs',
22   'From'                        => 'Von',
23   'Invoice'                     => 'Rechnung',
24   'Invoices'                    => 'Rechnungen',
25   'Nothing applied!'            => 'Sie haben nichts ausgewählt',
26   'Number'                      => 'Nummer',
27   'Paid in full'                => 'Voll bezahlt',
28   'Payment'                     => 'Zahlung',
29   'Payment posted!'             => 'Zahlung gebucht!',
30   'Post'                        => 'Buchen',
31   'Print'                       => 'Drucken',
32   'Printer'                     => 'Drucker',
33   'Project not on file!'        => 'Dieses Projekt ist nicht in der Datenbank!',
34   'Receipt'                     => 'Quittung',
35   'Receipt printed!'            => 'Quittung gedruckt!',
36   'Receipt printing failed!'    => 'Quittung konnte nicht gedruckt werden!',
37   'Reference'                   => 'Referenz',
38   'Screen'                      => 'Bildschirm',
39   'Select from one of the names below' => 'Wählen Sie einen der untenstehenden Namen',
40   'Select from one of the projects below' => 'Wählen Sie eines der untenstehenden Projekte',
41   'Update'                      => 'Erneuern',
42   'Vendor'                      => 'Lieferant',
43   'Vendor not on file!'         => 'Lieferant ist nicht in der Datenbank!',
44   'to'                          => 'bis',
45 };
46
47 $self{subs} = {
48   'add_transaction'             => 'add_transaction',
49   'ap_transaction'              => 'ap_transaction',
50   'ar_transaction'              => 'ar_transaction',
51   'check_form'                  => 'check_form',
52   'check_name'                  => 'check_name',
53   'check_project'               => 'check_project',
54   'continue'                    => 'continue',
55   'customer_details'            => 'customer_details',
56   'form_footer'                 => 'form_footer',
57   'form_header'                 => 'form_header',
58   'gl_transaction'              => 'gl_transaction',
59   'list_invoices'               => 'list_invoices',
60   'name_selected'               => 'name_selected',
61   'payment'                     => 'payment',
62   'post'                        => 'post',
63   'print'                       => 'print',
64   'project_selected'            => 'project_selected',
65   'sales_invoice'               => 'sales_invoice',
66   'select_name'                 => 'select_name',
67   'select_project'              => 'select_project',
68   'update'                      => 'update',
69   'vendor_details'              => 'vendor_details',
70   'vendor_invoice'              => 'vendor_invoice',
71   'weiter'                      => 'continue',
72   'buchen'                      => 'post',
73   'drucken'                     => 'print',
74   'erneuern'                    => 'update',
75 };
76
77 1;