diff options
Diffstat (limited to 'locale/nb/arapprn')
-rwxr-xr-x | locale/nb/arapprn | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/locale/nb/arapprn b/locale/nb/arapprn deleted file mode 100755 index 5d354e7c..00000000 --- a/locale/nb/arapprn +++ /dev/null @@ -1,31 +0,0 @@ -$self{texts} = { - 'Account' => 'Konto', - 'Amount' => 'Beløp', - 'Continue' => 'Fortsett', - 'Date' => 'Dato', - 'Memo' => 'Notat', - 'Nothing to print!' => 'Ingenting å skrive ut!', - 'PDF' => 'PDF', - 'Postscript' => 'Postscript', - 'Printed' => 'Skrevet ut', - 'Screen' => 'Skjerm', - 'Select postscript or PDF!' => 'Velg postscript eller PDF!', - 'Source' => 'Bilag', -}; - -$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', - 'fortsett' => 'continue', -}; - -1; - |