summaryrefslogtreecommitdiff
path: root/locale/nb/arapprn
diff options
context:
space:
mode:
Diffstat (limited to 'locale/nb/arapprn')
-rwxr-xr-xlocale/nb/arapprn31
1 files changed, 31 insertions, 0 deletions
diff --git a/locale/nb/arapprn b/locale/nb/arapprn
new file mode 100755
index 00000000..5d354e7c
--- /dev/null
+++ b/locale/nb/arapprn
@@ -0,0 +1,31 @@
+$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;
+