diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-26 18:07:34 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-26 18:07:34 +0000 |
commit | 2bceacf6d170ffb3cd696d78d7affeceba6e1d47 (patch) | |
tree | 19bda43ac955a89f31cfac9d71a1fa3c7a62ea8c /locale/nl/arapprn | |
parent | 270bf19a9fceb54ee163edbd6ed87aa051cef698 (diff) |
Converting Dutch translations to gettext
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@315 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/nl/arapprn')
-rwxr-xr-x | locale/nl/arapprn | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/locale/nl/arapprn b/locale/nl/arapprn deleted file mode 100755 index 5c99f5e9..00000000 --- a/locale/nl/arapprn +++ /dev/null @@ -1,34 +0,0 @@ -$self{texts} = { - 'Account' => 'Rekening', - 'Amount' => 'Bedrag', - 'Continue' => 'Verder', - 'Date' => 'Datum', - 'Memo' => 'Memo', - 'Nothing to print!' => 'Niets af te drukken!', - 'PDF' => 'PDF', - 'Postscript' => 'Postscript', - 'Printed' => 'Afgedrukt', - 'Scheduled' => 'Ingepland', - 'Screen' => 'Scherm', - 'Select a Printer!' => 'Selecteer een Printer', - 'Select payment' => 'Kies een betaling', - '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; - |