diff options
author | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
commit | 32306b5f8ffe4ce594409aa6e89626740b225a39 (patch) | |
tree | 8dba82e8424ebe8d089b4e0ef579d87db06742a3 /sql-ledger/locale/it/pos | |
parent | 52072fcd26f2faf57923f598c358e7f47c4e2643 (diff) |
import sql-ledger 2.4.4SQL_LEDGER
Diffstat (limited to 'sql-ledger/locale/it/pos')
-rw-r--r-- | sql-ledger/locale/it/pos | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/sql-ledger/locale/it/pos b/sql-ledger/locale/it/pos new file mode 100644 index 000000000..a49e13e02 --- /dev/null +++ b/sql-ledger/locale/it/pos @@ -0,0 +1,57 @@ +$self{texts} = { + 'Account' => 'Conto', + 'Cannot post transaction!' => 'Non si può salvare la scrittura!', + 'Continue' => 'Continua', + 'Credit Limit' => 'Fido', + 'Currency' => 'Valuta', + 'Current' => 'Corrente', + 'Customer' => 'Cliente', + 'Customer missing!' => 'Cliente mancante!', + 'Delete' => 'Cancella', + 'Description' => 'Descrizione', + 'Exchange Rate' => 'Tasso di cambio', + 'Exchange rate missing!' => 'Manca il tasso di cambio!', + 'Extended' => 'Totale riga', + 'From' => 'Dal', + 'Language' => 'Lingua', + 'Number' => 'Codice', + 'Open' => 'Aperto/i', + 'Paid' => 'Importo pagato', + 'Post' => 'Salva', + 'Price' => 'Prezzo', + 'Print' => 'Stampa', + 'Qty' => 'Q.tà', + 'Receipts' => 'Riscossioni', + 'Record in' => 'Registra in', + 'Remaining' => 'Rimanente', + 'Salesperson' => 'Addetto alle vendite', + 'Screen' => 'Schermo', + 'Source' => 'Riferimento', + 'Subtotal' => 'Totale parziale', + 'To' => 'A', + 'Total' => 'Totale', + 'Unit' => 'Unità', + 'Update' => 'Aggiorna', +}; + +$self{subs} = { + 'add' => 'add', + 'display_row' => 'display_row', + 'edit' => 'edit', + 'form_footer' => 'form_footer', + 'form_header' => 'form_header', + 'lookup_partsgroup' => 'lookup_partsgroup', + 'openinvoices' => 'openinvoices', + 'post' => 'post', + 'print' => 'print', + 'print_form' => 'print_form', + 'print_options' => 'print_options', + 'receipts' => 'receipts', + 'continua' => 'continue', + 'cancella' => 'delete', + 'salva' => 'post', + 'stampa' => 'print', + 'aggiorna' => 'update', +}; + +1; |