summaryrefslogtreecommitdiff
path: root/locale/legacy/de/arapprn
diff options
context:
space:
mode:
Diffstat (limited to 'locale/legacy/de/arapprn')
-rwxr-xr-xlocale/legacy/de/arapprn34
1 files changed, 34 insertions, 0 deletions
diff --git a/locale/legacy/de/arapprn b/locale/legacy/de/arapprn
new file mode 100755
index 00000000..7005ab12
--- /dev/null
+++ b/locale/legacy/de/arapprn
@@ -0,0 +1,34 @@
+$self{texts} = {
+ 'Account' => 'Konto',
+ 'Amount' => 'Betrag',
+ 'Continue' => 'Weiter',
+ 'Date' => 'Datum',
+ 'Memo' => 'Vermerk',
+ 'Nothing to print!' => 'Es konnte nichts gedruckt werden!',
+ 'PDF' => 'PDF',
+ 'Postscript' => 'Postscript',
+ 'Printed' => 'Gedruckt',
+ 'Scheduled' => 'geplant',
+ 'Screen' => 'Bildschirm',
+ 'Select a Printer!' => 'Drucker auswählen!',
+ 'Select payment' => 'Zahlung auswählen',
+ 'Select postscript or PDF!' => 'Postscript oder PDF auswählen!',
+ 'Source' => 'Beleg',
+};
+
+$self{subs} = {
+ 'customer_details' => 'customer_details',
+ 'payment_selected' => 'payment_selected',
+ 'print' => 'print',
+ 'print_and_post' => 'print_and_post',
+ 'print_check' => 'print_check',
+ 'print_options' => 'print_options',
+ 'print_receipt' => 'print_receipt',
+ 'print_transaction' => 'print_transaction',
+ 'select_payment' => 'select_payment',
+ 'vendor_details' => 'vendor_details',
+ 'weiter' => 'continue',
+};
+
+1;
+