diff options
Diffstat (limited to 'sql-ledger/locale/de/arapprn')
-rw-r--r-- | sql-ledger/locale/de/arapprn | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sql-ledger/locale/de/arapprn b/sql-ledger/locale/de/arapprn deleted file mode 100644 index bf1c7493c..000000000 --- a/sql-ledger/locale/de/arapprn +++ /dev/null @@ -1,20 +0,0 @@ -$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; |