summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/de/arapprn
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/de/arapprn')
-rw-r--r--sql-ledger/locale/de/arapprn20
1 files changed, 20 insertions, 0 deletions
diff --git a/sql-ledger/locale/de/arapprn b/sql-ledger/locale/de/arapprn
new file mode 100644
index 0000000..bf1c749
--- /dev/null
+++ b/sql-ledger/locale/de/arapprn
@@ -0,0 +1,20 @@
+$self{texts} = {
+ 'Amount' => 'Betrag',
+ 'Continue' => 'Weiter',
+};
+
+$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;