summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/be_nl/arap
diff options
context:
space:
mode:
authorivan <ivan>2007-12-04 21:29:13 +0000
committerivan <ivan>2007-12-04 21:29:13 +0000
commit86b1b489a4ed2f9bc0cba6cafeab0d6eca5584dc (patch)
tree4a7a8893f6ad8bd86cf6c22e00cf19d9c70554f2 /sql-ledger/locale/be_nl/arap
parent948b8acdd4b9b3864342062d0c397a11f57c5700 (diff)
there's no reason this should still be hanging aroudn the tree
Diffstat (limited to 'sql-ledger/locale/be_nl/arap')
-rw-r--r--sql-ledger/locale/be_nl/arap30
1 files changed, 0 insertions, 30 deletions
diff --git a/sql-ledger/locale/be_nl/arap b/sql-ledger/locale/be_nl/arap
deleted file mode 100644
index 19da2c66b..000000000
--- a/sql-ledger/locale/be_nl/arap
+++ /dev/null
@@ -1,30 +0,0 @@
-$self{texts} = {
- 'Address' => 'Adres',
- 'Continue' => 'Verder',
- 'Customer not on file!' => 'Klant bestaat niet!',
- 'Description' => 'Omschrijving',
- 'Number' => 'Nummer',
- 'Project not on file!' => 'Onbekend project!',
- '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',
- 'sales_invoice_' => 'sales_invoice_',
- 'select_name' => 'select_name',
- 'select_project' => 'select_project',
- 'vendor_invoice_' => 'vendor_invoice_',
- 'verder' => 'continue',
-};
-
-1;