diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-26 18:33:26 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-26 18:33:26 +0000 |
commit | 18d17c80639dadf9201e93730015f6076b1ffc26 (patch) | |
tree | 9d66b947ec5eed4b60ace82f9c427b462c529251 /locale/nb/arapprn | |
parent | 2bceacf6d170ffb3cd696d78d7affeceba6e1d47 (diff) |
Convering Norwegian Bokmal translations to gettext
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@316 4979c152-3d1c-0410-bac9-87ea11338e46
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; - |