diff options
Diffstat (limited to 'locale/be_nl/arapprn')
-rwxr-xr-x | locale/be_nl/arapprn | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/locale/be_nl/arapprn b/locale/be_nl/arapprn deleted file mode 100755 index 8d2b6ca2..00000000 --- a/locale/be_nl/arapprn +++ /dev/null @@ -1,30 +0,0 @@ -$self{texts} = { - 'Account' => 'Rekening', - 'Amount' => 'Bedrag', - 'Continue' => 'Verder', - 'Date' => 'Datum', - 'Memo' => 'Memo', - 'PDF' => 'PDF', - 'Postscript' => 'Postscript', - 'Printed' => 'Afgedrukt', - 'Screen' => 'Scherm', - 'Select postscript or PDF!' => 'Kies postscript of PDF', - 'Source' => 'Herkomst', -}; - -$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', - 'verder' => 'continue', -}; - -1; - |