summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/nl/menu
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/nl/menu')
-rw-r--r--sql-ledger/locale/nl/menu71
1 files changed, 71 insertions, 0 deletions
diff --git a/sql-ledger/locale/nl/menu b/sql-ledger/locale/nl/menu
new file mode 100644
index 0000000..2c1a257
--- /dev/null
+++ b/sql-ledger/locale/nl/menu
@@ -0,0 +1,71 @@
+$self{texts} = {
+ 'AP' => 'Crediteuren',
+ 'AP Aging' => 'Crediteuren Ouderdomsoverzicht',
+ 'AR' => 'Debiteuren',
+ 'AR Aging' => 'Debiteuren Ouderdomsoverzicht',
+ 'Accounting Menu' => 'Boekhoudmenu',
+ 'Add Account' => 'Rekening toevoegen',
+ 'Add Assembly' => 'Assemblage toevoegen',
+ 'Add Customer' => 'Klant toevoegen',
+ 'Add GIFI' => 'Toevoegen GIFI',
+ 'Add Part' => 'Artikel toevoegen',
+ 'Add Project' => 'Project toevoegen',
+ 'Add Service' => 'Dienst toevoegen',
+ 'Add Transaction' => 'Boeking toevoegen',
+ 'Add Vendor' => 'Leverancier toevoegen',
+ 'Assemblies' => 'Assemblage, samengestelde artikelen',
+ 'Audit Control' => 'Accountants Controle',
+ 'Backup' => 'Backup',
+ 'Balance Sheet' => 'Balans',
+ 'Cash' => 'Kas (contant)',
+ 'Chart of Accounts' => 'Rekeningstelsel',
+ 'Check' => 'Cheque',
+ 'Customers' => 'Klanten',
+ 'General Ledger' => 'Grootboek',
+ 'Goods & Services' => 'Goederen & Diensten',
+ 'HTML Templates' => 'HTML Sjablonen',
+ 'Income Statement' => 'Inkomstenoverzicht',
+ 'Invoice' => 'Factuur',
+ 'LaTeX Templates' => 'Latex Sjablonen',
+ 'List Accounts' => 'Rekeningen weergeven',
+ 'List GIFI' => 'GIFI weergeven',
+ 'Logout' => 'Logout',
+ 'Order Entry' => 'Order invoer',
+ 'Packing List' => 'Pakbon',
+ 'Parts' => 'Artikelen',
+ 'Payment' => 'Betaling',
+ 'Payments' => 'Betalingen',
+ 'Preferences' => 'Instellingen',
+ 'Projects' => 'Projecten',
+ 'Purchase Invoice' => 'Inkoopfactuur',
+ 'Purchase Order' => 'Inkooporder',
+ 'Purchase Orders' => 'Inkooporders',
+ 'Receipt' => 'Ontvangstbewijs',
+ 'Receipts' => 'Ontvangstbewijzen',
+ 'Reconciliation' => 'Bank Overzicht',
+ 'Reports' => 'Rapporten',
+ 'Sales Invoice' => 'Verkoopfactuur',
+ 'Sales Order' => 'Verkooporder',
+ 'Sales Orders' => 'Verkooporders',
+ 'Save to File' => 'Opslaan als bestand',
+ 'Send by E-Mail' => 'Verzenden per E-mail',
+ 'Services' => 'Diensten',
+ 'Statement' => 'Overzicht',
+ 'Stock Assembly' => 'Assemblage voorraad',
+ 'Stylesheet' => 'Stylesheet',
+ 'System' => 'Systeem',
+ 'Tax collected' => 'Belasting verschuldigd',
+ 'Tax paid' => 'Belasting Betaald',
+ 'Transactions' => 'Boekingen',
+ 'Trial Balance' => 'Proefbalans',
+ 'Vendors' => 'Leveranciers',
+ 'Version' => 'Versie',
+};
+
+$self{subs} = {
+ 'acc_menu' => 'acc_menu',
+ 'display' => 'display',
+ 'section_menu' => 'section_menu',
+};
+
+1;