diff options
Diffstat (limited to 'sql-ledger/locale/nl/arap')
-rw-r--r-- | sql-ledger/locale/nl/arap | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/sql-ledger/locale/nl/arap b/sql-ledger/locale/nl/arap new file mode 100644 index 000000000..70f1eb3fa --- /dev/null +++ b/sql-ledger/locale/nl/arap @@ -0,0 +1,30 @@ +$self{texts} = { + 'Address' => 'Adres', + 'Continue' => 'Verder', + 'Customer not on file!' => 'Klant bestaat niet!', + 'Description' => 'Omschrijving', + 'Number' => 'Nummer', + 'Project not on file!' => 'Project bestaat niet!', + 'Select from one of the names below' => 'Kies een van de onderstaande namen', + 'Select from one of the projects below' => 'Kies een van de onderstaande projecten', + 'Vendor not on file!' => 'Leverancier bestaat niet!', +}; + +$self{subs} = { + 'add_transaction' => 'add_transaction', + 'ap_transaction' => 'ap_transaction', + 'ar_transaction' => 'ar_transaction', + 'check_name' => 'check_name', + 'check_project' => 'check_project', + 'continue' => 'continue', + 'gl_transaction' => 'gl_transaction', + 'name_selected' => 'name_selected', + 'project_selected' => 'project_selected', + 'purchase_invoice' => 'purchase_invoice', + 'sales_invoice' => 'sales_invoice', + 'select_name' => 'select_name', + 'select_project' => 'select_project', + 'verder' => 'continue', +}; + +1; |