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/pos | |
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/pos')
-rwxr-xr-x | locale/nl/pos | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/locale/nl/pos b/locale/nl/pos deleted file mode 100755 index ee251dbe..00000000 --- a/locale/nl/pos +++ /dev/null @@ -1,81 +0,0 @@ -$self{texts} = { - 'Accounting Menu' => 'Boekhoudmenu', - 'Add POS Invoice' => 'Kassaverkoop Toevoegen', - 'Amount' => 'Bedrag', - 'Business' => 'Branche', - 'Cannot post transaction!' => 'Kan transactie niet boeken!', - 'Change' => 'Wijzig', - 'Continue' => 'Verder', - 'Credit Limit' => 'Kredietlimiet', - 'Currency' => 'Valuta', - 'Current' => 'Huidig', - 'Customer' => 'Klant', - 'Customer missing!' => 'Klant ontbreekt!', - 'Delete' => 'Verwijder', - 'Department' => 'Afdeling', - 'Description' => 'Omschrijving', - 'Edit POS Invoice' => 'Kassaorder Wijzigen', - 'Exchange Rate' => 'Wisselkoers', - 'Exchange rate missing!' => 'Wisselkoers ontbreekt!', - 'Extended' => 'Uitgebreid', - 'From' => 'Van', - 'Language' => 'Taal', - 'Memo' => 'Memo', - 'Month' => 'Maand', - 'Number' => 'Code', - 'Open' => 'Open', - 'Period' => 'Periode', - 'Post' => 'Inboeken', - 'Posted!' => 'Ingeboekt!', - 'Price' => 'Prijs', - 'Print' => 'Afdrukken', - 'Print and Post' => 'Afdrukken en Inboeken', - 'Printed' => 'Afgedrukt', - 'Qty' => 'Aantal', - 'Quarter' => 'Kwartaal', - 'Receipts' => 'Ontvangstbewijzen', - 'Record in' => 'Boeken op', - 'Remaining' => 'Resterend', - 'Salesperson' => 'Verkoper', - 'Screen' => 'Scherm', - 'Select a Printer!' => 'Selecteer een Printer', - 'Source' => 'Herkomst', - 'Subtotal' => 'Subtotaal', - 'Tax Included' => 'Belasting Inbegrepen', - 'To' => 'Tot', - 'Total' => 'Totaal', - 'Trade Discount' => 'Handelskorting', - 'Unit' => 'Eenheid', - 'Update' => 'Bijwerken', - 'Year' => 'Jaar', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'add' => 'add', - 'display' => 'display', - 'display_row' => 'display_row', - 'edit' => 'edit', - 'form_footer' => 'form_footer', - 'form_header' => 'form_header', - 'js_menu' => 'js_menu', - 'lookup_partsgroup' => 'lookup_partsgroup', - 'menubar' => 'menubar', - 'openinvoices' => 'openinvoices', - 'post' => 'post', - 'print' => 'print', - 'print_and_post' => 'print_and_post', - 'print_form' => 'print_form', - 'print_options' => 'print_options', - 'receipts' => 'receipts', - 'section_menu' => 'section_menu', - 'verder' => 'continue', - 'verwijder' => 'delete', - 'inboeken' => 'post', - 'afdrukken' => 'print', - 'afdrukken_en_inboeken' => 'print_and_post', - 'bijwerken' => 'update', -}; - -1; - |