From ac5b087ea2d9ba7428d367aaeb288534158fee9a Mon Sep 17 00:00:00 2001 From: christopherm Date: Fri, 1 Sep 2006 01:16:38 +0000 Subject: Initial Import git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46 --- locale/it/pos | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100755 locale/it/pos (limited to 'locale/it/pos') diff --git a/locale/it/pos b/locale/it/pos new file mode 100755 index 00000000..0bbbc1c6 --- /dev/null +++ b/locale/it/pos @@ -0,0 +1,62 @@ +$self{texts} = { + 'Accounting Menu' => 'Menu Contabilità', + 'Amount' => 'Importo', + 'Cannot post transaction!' => 'Non puoi salvare la transazione!', + 'Continue' => 'Continua', + 'Credit Limit' => 'Fido', + 'Currency' => 'Valuta', + 'Current' => 'Corrente', + 'Customer' => 'Cliente', + 'Customer missing!' => 'Cliente mancante!', + 'Delete' => 'Cancella', + 'Description' => 'Descrizione', + 'Extended' => 'Esteso', + 'From' => 'Dal', + 'Language' => 'Lingua', + 'Number' => 'Partita IVA', + 'Open' => 'Aperto', + 'Post' => 'Salva', + 'Price' => 'Prezzo', + 'Print' => 'Stampa', + 'Qty' => 'Q.tà', + 'Receipts' => 'Incassi', + 'Record in' => 'Registra in', + 'Remaining' => 'Rimanente', + 'Screen' => 'Schermo', + 'Source' => 'Sorgente', + 'Subtotal' => 'Totale Parziale', + 'Tax Included' => 'Tasse Incluse', + 'To' => 'Al', + 'Total' => 'Totale', + 'Unit' => 'Unità', + 'Update' => 'Aggiorna', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'add' => 'add', + 'display' => 'display', + 'display_row' => 'display_row', + 'edit' => 'edit', + 'form_footer' => 'form_footer', + 'form_header' => 'form_header', + 'js_menu' => 'js_menu', + 'lookup_partsgroup' => 'lookup_partsgroup', + 'menubar' => 'menubar', + 'openinvoices' => 'openinvoices', + 'post' => 'post', + 'print' => 'print', + 'print_and_post' => 'print_and_post', + 'print_form' => 'print_form', + 'print_options' => 'print_options', + 'receipts' => 'receipts', + 'section_menu' => 'section_menu', + 'continua' => 'continue', + 'cancella' => 'delete', + 'salva' => 'post', + 'stampa' => 'print', + 'aggiorna' => 'update', +}; + +1; + -- cgit v1.2.3