summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/it/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/it/arap
parent948b8acdd4b9b3864342062d0c397a11f57c5700 (diff)
there's no reason this should still be hanging aroudn the tree
Diffstat (limited to 'sql-ledger/locale/it/arap')
-rw-r--r--sql-ledger/locale/it/arap30
1 files changed, 0 insertions, 30 deletions
diff --git a/sql-ledger/locale/it/arap b/sql-ledger/locale/it/arap
deleted file mode 100644
index e65606ce0..000000000
--- a/sql-ledger/locale/it/arap
+++ /dev/null
@@ -1,30 +0,0 @@
-$self{texts} = {
- 'Address' => 'Indirizzo',
- 'Continue' => 'Continua',
- 'Customer not on file!' => 'Cliente non sul file!',
- 'Description' => 'Descrizione',
- 'Number' => 'Codice',
- 'Project not on file!' => 'Progetto non archiviato!',
- 'Select from one of the names below' => 'Seleziona uno dei seguenti nomi',
- 'Select from one of the projects below' => 'Seleziona uno dei seguenti progetti',
- 'Vendor not on file!' => 'Fornitore non in archivio!',
-};
-
-$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_',
- 'continua' => 'continue',
-};
-
-1;