diff options
Diffstat (limited to 'sql-ledger/locale/it/bp')
-rw-r--r-- | sql-ledger/locale/it/bp | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/sql-ledger/locale/it/bp b/sql-ledger/locale/it/bp new file mode 100644 index 000000000..b5833838f --- /dev/null +++ b/sql-ledger/locale/it/bp @@ -0,0 +1,44 @@ +$self{texts} = { + 'Account' => 'Conto', + 'Accounting Menu' => 'Menù contabilità', + 'Confirm!' => 'Conferma!', + 'Continue' => 'Continua', + 'Current' => 'Corrente', + 'Customer' => 'Cliente', + 'Date' => 'Data', + 'From' => 'Dal', + 'Invoice' => 'Fattura', + 'Invoice Number' => 'Fattura numero', + 'Order' => 'Ordine', + 'Order Number' => 'Ordine numero', + 'Print' => 'Stampa', + 'Purchase Orders' => 'Ordini di acquisto', + 'Receipts' => 'Riscossioni', + 'Reference' => 'Documento', + 'Sales Orders' => 'Ordini di vendita', + 'Select all' => 'Seleziona tutto', + 'To' => 'A', + 'Vendor' => 'Fornitore', + 'Yes' => 'Ś', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'continue' => 'continue', + 'display' => 'display', + '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', + 'remove' => 'remove', + 'seleziona_tutto' => 'select_all', + 'ś' => 'yes', +}; + +1; |