diff options
Diffstat (limited to 'locale/it/bp')
-rwxr-xr-x | locale/it/bp | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/locale/it/bp b/locale/it/bp deleted file mode 100755 index a820ccbd..00000000 --- a/locale/it/bp +++ /dev/null @@ -1,45 +0,0 @@ -$self{texts} = { - 'Account' => 'Conto', - 'Accounting Menu' => 'Menu Contabilità', - 'Confirm!' => 'Conferma!', - 'Continue' => 'Continua', - 'Current' => 'Corrente', - 'Customer' => 'Cliente', - 'Date' => 'Data', - 'Employee' => 'Dipendente', - 'From' => 'Dal', - 'ID' => 'ID', - 'Invoice' => 'Fattura', - 'Invoice Number' => 'Protocollo Numero', - 'Order' => 'Ordine', - 'Order Number' => 'Numero Fattura Fornitore', - 'Print' => 'Stampa', - 'Purchase Orders' => 'Ordini di acquisto', - 'Sales Orders' => 'Ordini di vendita', - 'Select all' => 'Seleziona tutto', - 'To' => 'Al', - 'Vendor' => 'Fornitore', - 'Yes' => 'Si', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'continue' => 'continue', - 'display' => 'display', - 'js_menu' => 'js_menu', - 'list_spool' => 'list_spool', - 'menubar' => 'menubar', - 'print' => 'print', - 'remove' => 'remove', - 'search' => 'search', - 'section_menu' => 'section_menu', - 'select_all' => 'select_all', - 'yes' => 'yes', - 'continua' => 'continue', - 'stampa' => 'print', - 'seleziona_tutto' => 'select_all', - 'si' => 'yes', -}; - -1; - |