From 44a10f204619947939be3822034aa79c1ca2d689 Mon Sep 17 00:00:00 2001 From: tetragon Date: Tue, 24 Oct 2006 23:15:21 +0000 Subject: Converting Italian translation to gettext git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@294 4979c152-3d1c-0410-bac9-87ea11338e46 --- locale/it/COPYING | 26 - locale/it/LANGUAGE | 1 - locale/it/Num2text | 162 ----- locale/it/aa | 128 ---- locale/it/admin | 123 ---- locale/it/all | 422 ----------- locale/it/am | 211 ------ locale/it/ap | 176 ----- locale/it/ar | 176 ----- locale/it/arap | 48 -- locale/it/arapprn | 28 - locale/it/bp | 45 -- locale/it/ca | 52 -- locale/it/cp | 111 --- locale/it/ct | 131 ---- locale/it/gl | 140 ---- locale/it/hr | 73 -- locale/it/ic | 223 ------ locale/it/io | 105 --- locale/it/ir | 188 ----- locale/it/is | 195 ----- locale/it/jc | 81 --- locale/it/locales.pl | 3 - locale/it/login | 21 - locale/it/menu | 80 --- locale/it/oe | 236 ------ locale/it/pe | 107 --- locale/it/pos | 62 -- locale/it/ps | 284 -------- locale/it/pw | 12 - locale/it/qe | 199 ----- locale/it/rc | 67 -- locale/it/rp | 157 ---- locale/mo/it/LC_MESSAGES/LedgerSMB.mo | Bin 0 -> 22797 bytes locale/po/it.po | 1275 +++++++++++++++++++++++++++++++++ 35 files changed, 1275 insertions(+), 4073 deletions(-) delete mode 100755 locale/it/COPYING delete mode 100755 locale/it/LANGUAGE delete mode 100755 locale/it/Num2text delete mode 100755 locale/it/aa delete mode 100755 locale/it/admin delete mode 100755 locale/it/all delete mode 100755 locale/it/am delete mode 100755 locale/it/ap delete mode 100755 locale/it/ar delete mode 100755 locale/it/arap delete mode 100755 locale/it/arapprn delete mode 100755 locale/it/bp delete mode 100755 locale/it/ca delete mode 100755 locale/it/cp delete mode 100755 locale/it/ct delete mode 100755 locale/it/gl delete mode 100755 locale/it/hr delete mode 100755 locale/it/ic delete mode 100755 locale/it/io delete mode 100755 locale/it/ir delete mode 100755 locale/it/is delete mode 100755 locale/it/jc delete mode 100755 locale/it/locales.pl delete mode 100755 locale/it/login delete mode 100755 locale/it/menu delete mode 100755 locale/it/oe delete mode 100755 locale/it/pe delete mode 100755 locale/it/pos delete mode 100755 locale/it/ps delete mode 100755 locale/it/pw delete mode 100755 locale/it/qe delete mode 100755 locale/it/rc delete mode 100755 locale/it/rp create mode 100644 locale/mo/it/LC_MESSAGES/LedgerSMB.mo create mode 100755 locale/po/it.po diff --git a/locale/it/COPYING b/locale/it/COPYING deleted file mode 100755 index 65fe6359..00000000 --- a/locale/it/COPYING +++ /dev/null @@ -1,26 +0,0 @@ -###################################################################### -# LedgerSMB Small Medium Business Accounting -# Copyright (c) 2001-2003 -# -# Italian texts: -# -# Author: Paolo Bizzarri -# Luca Venturini -# Alessandro Pasotti -# Daniele Giacomini 2003.09.28-2003.11.05 -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -# -####################################################################### - diff --git a/locale/it/LANGUAGE b/locale/it/LANGUAGE deleted file mode 100755 index 4e07e7ec..00000000 --- a/locale/it/LANGUAGE +++ /dev/null @@ -1 +0,0 @@ -Italian diff --git a/locale/it/Num2text b/locale/it/Num2text deleted file mode 100755 index a330a785..00000000 --- a/locale/it/Num2text +++ /dev/null @@ -1,162 +0,0 @@ -#===================================================================== -# LedgerSMB Small Medium Business Accounting -# Copyright (C) 2002 -# -# Original Author: Dieter Simader -# Email: dsimader@sql-ledger.org -# Web: http://sourceforge.net/projects/sql-ledger/ -# -# Contributors: Luca Venturini -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -#====================================================================== -# -# this is a variation of the Lingua package -# written for check and receipt printing -# it returns a properly formatted text string -# for a number up to 10**12 - -sub init { - my $self = shift; - - %{ $self->{numbername} } = - (0 => 'Zero', - 1 => 'uno', - 2 => 'due', - 3 => 'tre', - 4 => 'quattro', - 5 => 'cinque', - 6 => 'sei', - 7 => 'sette', - 8 => 'otto', - 9 => 'nove', - 10 => 'dieci', - 11 => 'undici', - 12 => 'dodici', - 13 => 'tredici', - 14 => 'quattrodici', - 15 => 'quindici', - 16 => 'sedici', - 17 => 'diciassette', - 18 => 'diciotto', - 19 => 'diciannove', - 20 => 'venti', - 30 => 'trenta', - 40 => 'quaranta', - 50 => 'cinquanta', - 60 => 'sessanta', - 70 => 'settanta', - 80 => 'ottanta', - 90 => 'novanta', - 10**2 => 'cento', - 10**3 => 'mille', - 10**6 => 'milione', - 10**9 => 'miliardo', - 10**12 => 'mille miliardi' - ); - -} - - -sub num2text { - my ($self, $amount) = @_; - - return $self->{numbername}{0} unless $amount; - - my @textnumber = (); - - # split amount into chunks of 3 - my @num = reverse split //, abs($amount); - my @numblock = (); - my ($i, $appendn); - my @a = (); - - while (@num) { - @a = (); - for (1 .. 3) { - push @a, shift @num; - } - push @numblock, join / /, reverse @a; - } - - while (@numblock) { - - $i = $#numblock; - @num = split //, $numblock[$i]; - - $numblock[$i] *= 1; - - if ($numblock[$i] == 0) { - pop @numblock; - next; - } - - if ($numblock[$i] > 99) { - # the one from hundreds - push @textnumber, $self->{numbername}{$num[0]}; - - # add hundred designation - push @textnumber, $self->{numbername}{10**2}; - - # reduce numblock - $numblock[$i] -= $num[0] * 100; - } - - if ($numblock[$i] > 9) { - # tens - push @textnumber, $self->format_ten($numblock[$i]); - } elsif ($numblock[$i] > 1) { - # ones - push @textnumber, $self->{numbername}{$numblock[$i]}; - } - - # add thousand, million - if ($i) { - $amount = 10**($i * 3); - push @textnumber, $self->{numbername}{$amount}; - } - - pop @numblock; - - } - - join '', @textnumber; - -} - - -sub format_ten { - my ($self, $amount) = @_; - - my $textnumber = ""; - my @num = split //, $amount; - - if ($amount > 20) { - if ($num[1] == 0) { - $textnumber = $self->{numbername}{$amount}; - } else { - $amount = $num[0] * 10; - $textnumber = $self->{numbername}{$amount}.$self->{numbername}{$num[1]}; - } - } else { - $textnumber = $self->{numbername}{$amount}; - } - - $textnumber; - -} - - -1; - diff --git a/locale/it/aa b/locale/it/aa deleted file mode 100755 index 1de00b98..00000000 --- a/locale/it/aa +++ /dev/null @@ -1,128 +0,0 @@ -$self{texts} = { - 'AP Transaction' => 'Transazione Fornitore', - 'AP Transactions' => 'Transazioni Fornitori', - 'AR Transaction' => 'Transazione Cliente', - 'AR Transactions' => 'Transazioni Clienti', - 'Account' => 'Conto', - 'Accounting Menu' => 'Menu Contabilità', - 'Amount' => 'Importo', - 'Amount Due' => 'Importo Dovuto', - 'Apr' => 'Apr', - 'April' => 'Aprile', - 'Are you sure you want to delete Transaction' => 'Sei sicuro di voler cancellare la Transazione', - 'Aug' => 'Ago', - 'August' => 'Agosto', - 'Cannot delete transaction!' => 'Non puoi cancellare la transazione', - 'Cannot post payment for a closed period!' => 'Non puoi salvare pagamenti per un periodo chiuso!', - 'Cannot post transaction for a closed period!' => 'Non puoi salvare una transazione per un periodo chiuso!', - 'Cannot post transaction!' => 'Non puoi salvare la transazione!', - 'Check' => 'Assegno', - 'Closed' => 'Chiuso', - 'Confirm!' => 'Conferma!', - 'Continue' => 'Continua', - 'Credit' => 'Avere', - 'Credit Limit' => 'Fido', - 'Curr' => 'Valuta', - 'Currency' => 'Valuta', - 'Current' => 'Corrente', - 'Customer' => 'Cliente', - 'Customer missing!' => 'Cliente mancante!', - 'Date' => 'Data', - 'Date Paid' => 'Data di pagamento', - 'Debit' => 'Dare', - 'Dec' => 'Dic', - 'December' => 'Dicembre', - 'Delete' => 'Cancella', - 'Description' => 'Descrizione', - 'Due Date' => 'Scadenza Fattura', - 'Due Date missing!' => 'Data di Scadenza mancante!', - 'Employee' => 'Dipendente', - 'Exch' => 'Cambio', - 'Feb' => 'Feb', - 'February' => 'Febbraio', - 'From' => 'Dal', - 'ID' => 'ID', - 'Include in Report' => 'Includi nel Prospetto', - 'Invoice' => 'Fattura', - 'Invoice Date' => 'Data Registrazione Fattura', - 'Invoice Date missing!' => 'Manca la data della Fattura!', - 'Invoice Number' => 'Protocollo Numero', - 'Jan' => 'Gen', - 'January' => 'Gennaio', - 'Jul' => 'Lug', - 'July' => 'Luglio', - 'Jun' => 'Giu', - 'June' => 'Giugno', - 'Mar' => 'Mar', - 'March' => 'Marzo', - 'May' => 'Mag', - 'May ' => 'Mag ', - 'No.' => 'No.', - 'Notes' => 'Note', - 'Nov' => 'Nov', - 'November' => 'Novembre', - 'Oct' => 'Ott', - 'October' => 'Ottobre', - 'Open' => 'Aperto', - 'Order' => 'Ordine', - 'Order Number' => 'Numero Fattura Fornitore', - 'Paid' => 'Importo Pagato', - 'Payment date missing!' => 'Manca la data del pagamento!', - 'Payments' => 'Pagamenti', - 'Post' => 'Salva', - 'Post as new' => 'Salva come nuovo', - 'Print' => 'Stampa', - 'Project' => 'Progetto', - 'Receipt' => 'Incasso', - 'Remaining' => 'Rimanente', - 'Sep' => 'Set', - 'September' => 'Settembre', - 'Ship to' => 'Spedire a', - 'Ship via' => 'Porto', - 'Source' => 'Sorgente', - 'Subtotal' => 'Totale Parziale', - 'Tax' => 'Tassa', - 'Tax Included' => 'Tasse Incluse', - 'To' => 'Al', - 'Total' => 'Totale', - 'Transaction deleted!' => 'Transazione cancellata!', - 'Transaction posted!' => 'Transazione salvata!', - 'Update' => 'Aggiorna', - 'Vendor' => 'Fornitore', - 'Vendor missing!' => 'Manca il fornitore!', - 'Yes' => 'Si', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'add' => 'add', - 'create_links' => 'create_links', - 'delete' => 'delete', - 'display' => 'display', - 'display_form' => 'display_form', - 'edit' => 'edit', - 'form_footer' => 'form_footer', - 'form_header' => 'form_header', - 'js_menu' => 'js_menu', - 'menubar' => 'menubar', - 'post' => 'post', - 'search' => 'search', - 'section_menu' => 'section_menu', - 'subtotal' => 'subtotal', - 'transactions' => 'transactions', - 'update' => 'update', - 'yes' => 'yes', - 'transazione_fornitore' => 'ap_transaction', - 'transazione_cliente' => 'ar_transaction', - 'continua' => 'continue', - 'cancella' => 'delete', - 'salva' => 'post', - 'salva_come_nuovo' => 'post_as_new', - 'stampa' => 'print', - 'spedire_a' => 'ship_to', - 'aggiorna' => 'update', - 'si' => 'yes', -}; - -1; - diff --git a/locale/it/admin b/locale/it/admin deleted file mode 100755 index 83ca999a..00000000 --- a/locale/it/admin +++ /dev/null @@ -1,123 +0,0 @@ -$self{texts} = { - 'Access Control' => 'Controllo degli accessi', - 'Accounting' => 'Contabilità', - 'Add User' => 'Aggiungi Utente', - 'Address' => 'Indirizzo', - 'Administration' => 'Amministrazione', - 'Administrator' => 'Amministratore', - 'All Datasets up to date!' => 'Tutti i Datasets sono aggiornati!', - 'Change Admin Password' => 'Cambia password dell\'amministratore', - 'Change Password' => 'Cambia password', - 'Click on login name to edit!' => 'Clicca sul nome per effettuare modifiche', - 'Company' => 'Ragione Sociale', - 'Connect to' => 'Connetti a', - 'Continue' => 'Continua', - 'Create Chart of Accounts' => 'Crea Piano dei conti', - 'Create Dataset' => 'Crea Dataset', - 'DBI not installed!' => 'Modulo DBI non installato', - 'Database' => 'Database', - 'Database Administration' => 'Amministratore del Database', - 'Database Driver not checked!' => 'Il driver del database non e\' stato controllato!', - 'Database User missing!' => 'Manca lo user del Database!', - 'Dataset' => 'Dataset', - 'Dataset missing!' => 'Dataset mancante!', - 'Dataset updated!' => 'Dataset aggiornato!', - 'Date Format' => 'Formato della data', - 'Delete' => 'Cancella', - 'Delete Dataset' => 'Cancella Dataset', - 'Directory' => 'Directory', - 'Driver' => 'Driver', - 'Dropdown Limit' => 'Limite per i menu a discesa', - 'E-mail' => 'E-mail', - 'Edit User' => 'Modifica Utente', - 'Existing Datasets' => 'Datasets esistenti', - 'Fax' => 'Fax', - 'Host' => 'Host', - 'Hostname missing!' => 'Manca il nome del server', - 'Language' => 'Lingua', - 'Login' => 'Login', - 'Logout' => 'Logout', - 'Name' => 'Nome', - 'New Templates' => 'Nuovi Modelli', - 'No Database Drivers available!' => 'Nessun Database Driver disponibile!', - 'No Dataset selected!' => 'Nessun Dataset selezionato!', - 'Nothing to delete!' => 'Nulla da cancellare!', - 'Number Format' => 'Formato Numerico', - 'Oracle Database Administration' => 'Amministratore del Database Oracle', - 'Password' => 'Password', - 'Password changed!' => 'Password cambiata!', - 'Pg Database Administration' => 'Amministratore del Database Pg', - 'Phone' => 'Tel.', - 'Port' => 'Porta', - 'Port missing!' => 'Manca la Porta', - 'Printer' => 'Stampante', - 'Save' => 'Salva', - 'Setup Templates' => 'Configurazione dei modelli', - 'Signature' => 'Firma', - 'Stylesheet' => 'Foglio di Stile', - 'Templates' => 'Modelli', - 'The following Datasets are not in use and can be deleted' => 'I seguenti datasets non sono in uso e possono essere cancellati', - 'The following Datasets need to be updated' => 'I seguenti datasets devono essere aggiornati', - 'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!' => 'Questo è un controllo preliminare per verificare le risorse esistenti. Nulla verrà creato o cancellato in questa fase!', - 'To add a user to a group edit a name, change the login name and save. A new user with the same variables will then be saved under the new login name.' => 'Per aggiungere un utente ad un gruppo, modifica i dati dell\'utente, cambia lo username e salva. Un nuovo utente con gli stessi dati verrà salvato con il nuovo username.', - 'Update Dataset' => 'Aggiorna il Dataset', - 'Use Templates' => 'Usa Modelli', - 'User' => 'Utente', - 'User deleted!' => 'Utente cancellato!', - 'User saved!' => 'Utente salvato!', - 'Version' => 'Versione', - 'does not exist' => 'non esiste', - 'is already a member!' => 'è già utente!', - 'localhost' => 'localhost', - 'successfully created!' => 'creato!', - 'successfully deleted!' => 'cancellato!', - 'website' => 'sito web', -}; - -$self{subs} = { - 'add_user' => 'add_user', - 'adminlogin' => 'adminlogin', - 'change_admin_password' => 'change_admin_password', - 'change_password' => 'change_password', - 'check_password' => 'check_password', - 'continue' => 'continue', - 'create_dataset' => 'create_dataset', - 'dbcreate' => 'dbcreate', - 'dbdelete' => 'dbdelete', - 'dbdriver_defaults' => 'dbdriver_defaults', - 'dbselect_source' => 'dbselect_source', - 'dbupdate' => 'dbupdate', - 'delete' => 'delete', - 'delete_dataset' => 'delete_dataset', - 'edit' => 'edit', - 'form_footer' => 'form_footer', - 'form_header' => 'form_header', - 'getpassword' => 'getpassword', - 'list_users' => 'list_users', - 'lock_system' => 'lock_system', - 'login' => 'login', - 'login_name' => 'login_name', - 'logout' => 'logout', - 'oracle_database_administration' => 'oracle_database_administration', - 'pg_database_administration' => 'pg_database_administration', - 'pgpp_database_administration' => 'pgpp_database_administration', - 'save' => 'save', - 'unlock_system' => 'unlock_system', - 'update_dataset' => 'update_dataset', - 'aggiungi_utente' => 'add_user', - 'cambia_password_dell\'amministratore' => 'change_admin_password', - 'cambia_password' => 'change_password', - 'continua' => 'continue', - 'crea_dataset' => 'create_dataset', - 'cancella' => 'delete', - 'cancella_dataset' => 'delete_dataset', - 'login' => 'login', - 'logout' => 'logout', - 'amministratore_del_database_oracle' => 'oracle_database_administration', - 'amministratore_del_database_pg' => 'pg_database_administration', - 'salva' => 'save', - 'aggiorna_il_dataset' => 'update_dataset', -}; - -1; - diff --git a/locale/it/all b/locale/it/all deleted file mode 100755 index dacef5cb..00000000 --- a/locale/it/all +++ /dev/null @@ -1,422 +0,0 @@ -# These are all the texts to build the translations files. -# to build unique strings edit the module files instead -# this file is just a shortcut to build strings which are the same - -$self{texts} = { - 'AP' => 'Debiti Fornitori', - 'AP Aging' => 'Partite Aperte', - 'AP Transaction' => 'Transazione Fornitore', - 'AP Transactions' => 'Transazioni Fornitori', - 'AR' => 'Crediti Clienti', - 'AR Aging' => 'Partite Aperte', - 'AR Transaction' => 'Transazione Cliente', - 'AR Transactions' => 'Transazioni Clienti', - 'About' => 'Informazioni', - 'Access Control' => 'Controllo degli accessi', - 'Account' => 'Conto', - 'Account Number' => 'Numero di conto', - 'Account Number missing!' => 'Manca il numero di conto!', - 'Account Type' => 'Tipo di conto', - 'Account Type missing!' => 'Manca il tipo del conto!', - 'Account deleted!' => 'Conto cancellato!', - 'Account saved!' => 'Conto salvato!', - 'Accounting' => 'Contabilità', - 'Accounting Menu' => 'Menu Contabilità', - 'Accounts' => 'Conti', - 'Active' => 'Attivo', - 'Add' => 'Aggiungi', - 'Add Account' => 'Aggiungi conto', - 'Add Assembly' => 'Aggiungi Assemblato', - 'Add Customer' => 'Aggiungi Cliente', - 'Add GIFI' => 'Aggiungi codice GIFI', - 'Add General Ledger Transaction' => 'Aggiungi Transazione di Contabilità Generale', - 'Add Part' => 'Aggiungi Articolo', - 'Add Project' => 'Aggiungi Progetto', - 'Add Purchase Order' => 'Aggiungi Ordine di acquisto', - 'Add Sales Invoice' => 'Aggiungi Fattura di vendita', - 'Add Sales Order' => 'Aggiungi Ordine di vendita', - 'Add Service' => 'Aggiungi Servizio', - 'Add Transaction' => 'Aggiungi Transazione', - 'Add User' => 'Aggiungi Utente', - 'Add Vendor' => 'Aggiungi Fornitore', - 'Address' => 'Indirizzo', - 'Administration' => 'Amministrazione', - 'Administrator' => 'Amministratore', - 'All' => 'Tutti', - 'All Datasets up to date!' => 'Tutti i Datasets sono aggiornati!', - 'Amount' => 'Importo', - 'Amount Due' => 'Importo Dovuto', - 'Amount missing!' => 'Manca l\'importo', - 'Apr' => 'Apr', - 'April' => 'Aprile', - 'Are you sure you want to delete Invoice Number' => 'Sei sicuro di voler cancellare la Fattura numero', - 'Are you sure you want to delete Order Number' => 'Sei sicuro di volre cancellare l\'ordine numero', - 'Are you sure you want to delete Transaction' => 'Sei sicuro di voler cancellare la Transazione', - 'Assemblies' => 'Assemblati', - 'Assemblies restocked!' => 'Assemblati ricaricati!', - 'Asset' => 'Attività', - 'Attachment' => 'Attachment', - 'Audit Control' => 'Controllo accessi', - 'Aug' => 'Ago', - 'August' => 'Agosto', - 'BOM' => 'BOM', - 'Backup' => 'Backup', - 'Backup sent to' => 'Backup inviato a', - 'Balance' => 'Saldo', - 'Balance Sheet' => 'Stato Patrimoniale', - 'Bcc' => 'Bcc', - 'Bin' => 'Codice BIN', - 'Books are open' => 'I conti sono aperti', - 'Business Number' => 'Partita IVA', - 'C' => 'C', - 'COGS' => 'Costo dei Beni Venduti', - 'Cannot delete account!' => 'Non puoi cancellare il conto!', - 'Cannot delete customer!' => 'Non puoi cancellare il cliente!', - 'Cannot delete default account!' => 'Non puoi cancellare il conto di default!', - 'Cannot delete invoice!' => 'Non puoi cancellare la fattura!', - 'Cannot delete item!' => 'Non puoi cancellare l\'articolo', - 'Cannot delete order!' => 'Non puoi cancellare l\'ordine', - 'Cannot delete transaction!' => 'Non puoi cancellare la transazione', - 'Cannot delete vendor!' => 'Non puoi cancellare il fornitore', - 'Cannot post invoice for a closed period!' => 'Non puoi salvare una transazione per un periodo chiuso!', - 'Cannot post invoice!' => 'Non puoi salvare la fattura!', - 'Cannot post payment for a closed period!' => 'Non puoi salvare pagamenti per un periodo chiuso!', - 'Cannot post transaction for a closed period!' => 'Non puoi salvare una transazione per un periodo chiuso!', - 'Cannot post transaction!' => 'Non puoi salvare la transazione!', - 'Cannot save account!' => 'Non puoi salvare il conto!', - 'Cannot save order!' => 'Non puoi salvare l\'ordine!', - 'Cannot save preferences!' => 'Non puoi salvare le preferenze!', - 'Cannot stock assemblies!' => 'Non puoi caricare gli assemblati!', - 'Cash' => 'Cassa', - 'Cc' => 'Cc', - 'Change Admin Password' => 'Cambia password dell\'amministratore', - 'Change Password' => 'Cambia password', - 'Chart of Accounts' => 'Piano dei Conti', - 'Check' => 'Assegno', - 'Click on login name to edit!' => 'Clicca sul nome per effettuare modifiche', - 'Close Books up to' => 'Chiudi i conti fino a', - 'Closed' => 'Chiuso', - 'Company' => 'Ragione Sociale', - 'Compare to' => 'Confronta con', - 'Confirm!' => 'Conferma!', - 'Connect to' => 'Connetti a', - 'Contact' => 'Contatto', - 'Continue' => 'Continua', - 'Copies' => 'Copie', - 'Copy to COA' => 'Inserisci come conto', - 'Create Chart of Accounts' => 'Crea Piano dei conti', - 'Create Dataset' => 'Crea Dataset', - 'Credit' => 'Avere', - 'Credit Limit' => 'Fido', - 'Curr' => 'Valuta', - 'Currency' => 'Valuta', - 'Current' => 'Corrente', - 'Customer' => 'Cliente', - 'Customer deleted!' => 'Cliente cancellato!', - 'Customer missing!' => 'Cliente mancante!', - 'Customer not on file!' => 'Cliente non sul file!', - 'Customer saved!' => 'Cliente salvato!', - 'Customers' => 'Clienti', - 'DBI not installed!' => 'Modulo DBI non installato', - 'Database' => 'Database', - 'Database Administration' => 'Amministratore del Database', - 'Database Driver not checked!' => 'Il driver del database non e\' stato controllato!', - 'Database Host' => 'Server', - 'Database User missing!' => 'Manca lo user del Database!', - 'Dataset' => 'Dataset', - 'Dataset missing!' => 'Dataset mancante!', - 'Dataset updated!' => 'Dataset aggiornato!', - 'Date' => 'Data', - 'Date Format' => 'Formato della data', - 'Date Paid' => 'Data di pagamento', - 'Date missing!' => 'Manca la data!', - 'Debit' => 'Dare', - 'Dec' => 'Dic', - 'December' => 'Dicembre', - 'Decimalplaces' => 'Numero di decimali', - 'Delete' => 'Cancella', - 'Delete Account' => 'Cancella Conto', - 'Delete Dataset' => 'Cancella Dataset', - 'Delivery Date' => 'Data di spedizione', - 'Deposit' => 'Deposito', - 'Description' => 'Descrizione', - 'Difference' => 'Differenza', - 'Directory' => 'Directory', - 'Discount' => 'Sconto', - 'Done' => 'Fatto', - 'Drawing' => 'Disegno', - 'Driver' => 'Driver', - 'Dropdown Limit' => 'Limite per i menu a discesa', - 'Due Date' => 'Scadenza Fattura', - 'Due Date missing!' => 'Data di Scadenza mancante!', - 'E-mail' => 'E-mail', - 'E-mail Statement to' => 'Manda il sollecito via e-mail a', - 'E-mail address missing!' => 'Indirizzo e-mail mancante!', - 'Edit' => 'Modifica', - 'Edit Account' => 'Modifica Conto', - 'Edit Assembly' => 'Modifica Assemblato', - 'Edit GIFI' => 'Modifica codice GIFI', - 'Edit General Ledger Transaction' => 'Modifica Transazione di Contabilità Generale', - 'Edit Part' => 'Modifica Articolo', - 'Edit Preferences for' => 'Modifica Preferenze di', - 'Edit Project' => 'Modifica Progetto', - 'Edit Purchase Order' => 'Modifica Ordine di acquisto', - 'Edit Sales Invoice' => 'Modifica Fattura di Vendita', - 'Edit Sales Order' => 'Modifica Ordine di vendita', - 'Edit Service' => 'Modifica Servizio', - 'Edit Template' => 'Modifica Modello', - 'Edit User' => 'Modifica Utente', - 'Employee' => 'Dipendente', - 'Enforce transaction reversal for all dates' => 'Forza l\'uso delle transazioni inverse per tutte le date', - 'Enter up to 3 letters separated by a colon (i.e CAD:USD:EUR) for your native and foreign currencies' => 'Inserisci fino a 3 valute separate da ":" (es.: EUR:USD:CAD) per la valuta locale e quelle straniere', - 'Equity' => 'Capitale', - 'Exch' => 'Cambio', - 'Existing Datasets' => 'Datasets esistenti', - 'Expense' => 'Costi', - 'Expense/Asset' => 'Acquisti/Attività', - 'Extended' => 'Esteso', - 'Fax' => 'Fax', - 'Feb' => 'Feb', - 'February' => 'Febbraio', - 'Foreign Exchange Gain' => 'Guadagno da cambio valuta', - 'Foreign Exchange Loss' => 'Perdita da cambio valuta', - 'From' => 'Dal', - 'GIFI' => 'Codice GIFI', - 'GIFI deleted!' => 'Codice GIFI cancellato!', - 'GIFI missing!' => 'Codice GIFI mancante!', - 'GIFI saved!' => 'Codice GIFI salvato!', - 'GL Transaction' => 'Transazione di Contabilità generale', - 'General Ledger' => 'Contabilità generale', - 'Goods & Services' => 'Beni e Servizi', - 'HTML Templates' => 'Modelli HTML', - 'Heading' => 'Intestazione', - 'Host' => 'Host', - 'Hostname missing!' => 'Manca il nome del server', - 'ID' => 'ID', - 'Image' => 'Immagine', - 'In-line' => 'In-line', - 'Include in Report' => 'Includi nel Prospetto', - 'Include in drop-down menus' => 'Da includere nei menu a discesa dei seguenti moduli', - 'Income' => 'Ricavi', - 'Income Statement' => 'Conto Economico', - 'Incorrect Dataset version!' => 'Versione del Dataset non corretta!', - 'Individual Items' => 'Articoli Individuali', - 'Inventory' => 'Inventario', - 'Inventory quantity must be zero before you can set this assembly obsolete!' => 'La quantità in inventario deve essere zero per poter mettere l\'assemblato come obsoleto!', - 'Inventory quantity must be zero before you can set this part obsolete!' => 'La quantità in inventario deve essere zero per poter mettere l\'articolo come obsoleto!', - 'Invoice' => 'Fattura', - 'Invoice Date' => 'Data Registrazione Fattura', - 'Invoice Date missing!' => 'Manca la data della Fattura!', - 'Invoice Number' => 'Protocollo Numero', - 'Invoice Number missing!' => 'Manca il numero della Fattura!', - 'Invoice deleted!' => 'Fattura Cancellata!', - 'Invoices' => 'Fatture', - 'Is this a summary account to record' => 'Conto di riferimento del modulo:', - 'Item deleted!' => 'Articolo Cancellato!', - 'Item not on file!' => 'Articolo non in archivio!', - 'Jan' => 'Gen', - 'January' => 'Gennaio', - 'Jul' => 'Lug', - 'July' => 'Luglio', - 'Jun' => 'Giu', - 'June' => 'Giugno', - 'LaTeX Templates' => 'Modelli LaTeX', - 'Language' => 'Lingua', - 'Last Cost' => 'Ultimo Costo', - 'Last Numbers & Default Accounts' => 'Ultimi numeri e Conti di Default', - 'Leave host and port field empty unless you want to make a remote connection.' => 'Lascia in bianco il server e la porta a meno che tu non voglia fare una connessione remota', - 'Liability' => 'Passività', - 'Licensed to' => 'Dato in Licenza a', - 'Line Total' => 'Totale Linea', - 'Link' => 'Collegamenti', - 'Link Accounts' => 'Collegamenti tra Conti', - 'List Accounts' => 'Lista Conti', - 'List GIFI' => 'Lista codici GIFI', - 'List Price' => 'Prezzo di Listino', - 'List Transactions' => 'Lista Transazioni', - 'Login' => 'Login', - 'Logout' => 'Logout', - 'Make' => 'Produttore', - 'Mar' => 'Mar', - 'March' => 'Marzo', - 'May' => 'Mag', - 'May ' => 'Mag ', - 'Message' => 'Messaggio', - 'Microfiche' => 'Microfiche', - 'Model' => 'Modello', - 'N/A' => 'N/A', - 'Name' => 'Nome', - 'Name missing!' => 'Manca il Nome!', - 'New Templates' => 'Nuovi Modelli', - 'No' => 'No', - 'No Database Drivers available!' => 'Nessun Database Driver disponibile!', - 'No Dataset selected!' => 'Nessun Dataset selezionato!', - 'No email address for' => 'Manca l\'indirizzo e-mail per', - 'No.' => 'No.', - 'Notes' => 'Note', - 'Nothing selected!' => 'Non hai selezionato nulla!', - 'Nothing to delete!' => 'Nulla da cancellare!', - 'Nov' => 'Nov', - 'November' => 'Novembre', - 'Number' => 'Partita IVA', - 'Number Format' => 'Formato Numerico', - 'Number missing in Row' => 'Manca il codice nella riga', - 'O' => 'O', - 'Obsolete' => 'Obsoleto', - 'Oct' => 'Ott', - 'October' => 'Ottobre', - 'On Hand' => 'Disponibilità', - 'Open' => 'Aperto', - 'Oracle Database Administration' => 'Amministratore del Database Oracle', - 'Order' => 'Ordine', - 'Order Date' => 'Data dell\'ordine', - 'Order Date missing!' => 'Manca la data dell\'ordine', - 'Order Entry' => 'Ordini', - 'Order Number' => 'Numero Fattura Fornitore', - 'Order Number missing!' => 'Manca il numero dell\'ordine!', - 'Order deleted!' => 'Ordine Cancellato!', - 'Order saved!' => 'Ordine Salvato!', - 'Orphaned' => 'Orfano', - 'Out of balance!' => 'Non conciliato!', - 'PDF' => 'PDF', - 'Packing List' => 'Lista Etichette', - 'Packing List Date missing!' => 'Manca la data della Packing List!', - 'Packing List Number missing!' => 'Manca il codice della Packing List!', - 'Paid' => 'Importo Pagato', - 'Part' => 'Articolo', - 'Parts' => 'Articoli', - 'Password' => 'Password', - 'Password changed!' => 'Password cambiata!', - 'Payables' => 'Debiti Fornitori', - 'Payment' => 'Pagamento', - 'Payment date missing!' => 'Manca la data del pagamento!', - 'Payment posted!' => 'Pagamento Salvato', - 'Payments' => 'Pagamenti', - 'Pg Database Administration' => 'Amministratore del Database Pg', - 'Phone' => 'Tel.', - 'Port' => 'Porta', - 'Port missing!' => 'Manca la Porta', - 'Post' => 'Salva', - 'Post as new' => 'Salva come nuovo', - 'Postscript' => 'Postscript', - 'Preferences' => 'Preferenze', - 'Preferences saved!' => 'Preferenze Salvate!', - 'Price' => 'Prezzo', - 'Print' => 'Stampa', - 'Printer' => 'Stampante', - 'Project' => 'Progetto', - 'Project Number missing!' => 'Manca il codice del progetto!', - 'Project deleted!' => 'Progetto cancellato!', - 'Project not on file!' => 'Progetto non archiviato!', - 'Project saved!' => 'Progetto salvato!', - 'Projects' => 'Progetti', - 'Purchase Order' => 'Ordine di acquisto', - 'Purchase Orders' => 'Ordini di acquisto', - 'Qty' => 'Q.tà', - 'ROP' => 'Soglia di Riordino', - 'Rate' => 'Tasso', - 'Recd' => 'Ricevuto', - 'Receipt' => 'Incasso', - 'Receipts' => 'Incassi', - 'Receivables' => 'Crediti Clienti', - 'Reconciliation' => 'Conciliazione', - 'Record in' => 'Registra in', - 'Reference' => 'Riferimento', - 'Remaining' => 'Rimanente', - 'Report for' => 'Prospetto per', - 'Reports' => 'Prospetti', - 'Required by' => 'Necessario dal', - 'Retained Earnings' => 'Guadagni', - 'Sales' => 'Vendite', - 'Sales Invoice' => 'Fattura di vendita', - 'Sales Order' => 'Ordine di vendita', - 'Sales Orders' => 'Ordini di vendita', - 'Save' => 'Salva', - 'Save as new' => 'Salva come nuovo', - 'Save to File' => 'Salva su file', - 'Screen' => 'Schermo', - 'Select all' => 'Seleziona tutto', - 'Select from one of the items below' => 'Seleziona uno dei seguenti Articoli', - 'Select from one of the names below' => 'Seleziona uno dei seguenti nomi', - 'Select from one of the projects below' => 'Seleziona uno dei seguenti progetti', - 'Select postscript or PDF!' => 'Scegli tra postscript e PDF!', - 'Sell Price' => 'Prezzo di Vendita', - 'Send by E-Mail' => 'Spedisci via e-mail', - 'Sep' => 'Set', - 'September' => 'Settembre', - 'Service' => 'Servizio', - 'Services' => 'Servizi', - 'Setup Templates' => 'Configurazione dei modelli', - 'Ship' => 'Invio', - 'Ship to' => 'Spedire a', - 'Ship via' => 'Porto', - 'Short' => 'Corto', - 'Signature' => 'Firma', - 'Source' => 'Sorgente', - 'Standard' => 'Standard', - 'Statement' => 'Sollecito', - 'Statement Balance' => 'Saldo', - 'Statement sent to' => 'Sollecito mandato a', - 'Statements sent to printer!' => 'Solleciti mandati in stampa!', - 'Stock Assembly' => 'Magazzino Assemblati', - 'Stylesheet' => 'Foglio di Stile', - 'Subject' => 'Oggetto', - 'Subtotal' => 'Totale Parziale', - 'System' => 'Sistema', - 'Tax' => 'Tassa', - 'Tax Accounts' => 'Conti relativi a tasse', - 'Tax Included' => 'Tasse Incluse', - 'Tax collected' => 'Debito IVA', - 'Tax paid' => 'Credito IVA', - 'Taxable' => 'Tassabile', - 'Template saved!' => 'Modello salvato!', - 'Templates' => 'Modelli', - 'The following Datasets are not in use and can be deleted' => 'I seguenti datasets non sono in uso e possono essere cancellati', - 'The following Datasets need to be updated' => 'I seguenti datasets devono essere aggiornati', - 'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!' => 'Questo è un controllo preliminare per verificare le risorse esistenti. Nulla verrà creato o cancellato in questa fase!', - 'To' => 'Al', - 'To add a user to a group edit a name, change the login name and save. A new user with the same variables will then be saved under the new login name.' => 'Per aggiungere un utente ad un gruppo, modifica i dati dell\'utente, cambia lo username e salva. Un nuovo utente con gli stessi dati verrà salvato con il nuovo username.', - 'Top Level' => 'Livello Top', - 'Total' => 'Totale', - 'Transaction Date missing!' => 'Manca la data della transazione!', - 'Transaction deleted!' => 'Transazione cancellata!', - 'Transaction posted!' => 'Transazione salvata!', - 'Transaction reversal enforced for all dates' => 'Uso delle transazioni inverse forzato per tutte le date', - 'Transaction reversal enforced up to' => 'Uso delle transazioni inverse forzato fino a', - 'Transactions' => 'Transazioni', - 'Trial Balance' => 'Bilancio di Verifica', - 'Unit' => 'Unità', - 'Unit of measure' => 'Unità di misura', - 'Update' => 'Aggiorna', - 'Update Dataset' => 'Aggiorna il Dataset', - 'Updated' => 'Aggiornato', - 'Use Templates' => 'Usa Modelli', - 'User' => 'Utente', - 'User deleted!' => 'Utente cancellato!', - 'User saved!' => 'Utente salvato!', - 'Vendor' => 'Fornitore', - 'Vendor deleted!' => 'Fornitore cancellato!', - 'Vendor missing!' => 'Manca il fornitore!', - 'Vendor not on file!' => 'Fornitore non in archivio!', - 'Vendor saved!' => 'Fornitore salvato!', - 'Vendors' => 'Fornitori', - 'Version' => 'Versione', - 'Weight' => 'Peso', - 'Weight Unit' => 'Unità di misura', - 'What type of item is this?' => 'Che tipo di Articolo è questo?', - 'Yes' => 'Si', - 'You did not enter a name!' => 'Non hai inserito il nome!', - 'You must enter a host and port for local and remote connections!' => 'Devi inserire un server ed una porta per le connessioni locali e remote!', - 'as at' => 'Al', - 'days' => 'giorni', - 'does not exist' => 'non esiste', - 'ea' => 'ci', - 'for Period' => 'per il Periodo', - 'is already a member!' => 'è già utente!', - 'localhost' => 'localhost', - 'successfully created!' => 'creato!', - 'successfully deleted!' => 'cancellato!', - 'website' => 'sito web', -}; - -1; diff --git a/locale/it/am b/locale/it/am deleted file mode 100755 index 527ee22b..00000000 --- a/locale/it/am +++ /dev/null @@ -1,211 +0,0 @@ -$self{texts} = { - 'AP' => 'Debiti Fornitori', - 'AR' => 'Crediti Clienti', - 'About' => 'Informazioni', - 'Account' => 'Conto', - 'Account Number' => 'Numero di conto', - 'Account Number missing!' => 'Manca il numero di conto!', - 'Account Type' => 'Tipo di conto', - 'Account Type missing!' => 'Manca il tipo del conto!', - 'Account deleted!' => 'Conto cancellato!', - 'Account saved!' => 'Conto salvato!', - 'Accounting Menu' => 'Menu Contabilità', - 'Add Account' => 'Aggiungi conto', - 'Add GIFI' => 'Aggiungi codice GIFI', - 'Address' => 'Indirizzo', - 'Amount' => 'Importo', - 'Asset' => 'Attività', - 'Audit Control' => 'Controllo accessi', - 'Backup sent to' => 'Backup inviato a', - 'Books are open' => 'I conti sono aperti', - 'Business Number' => 'Partita IVA', - 'COGS' => 'Costo dei Beni Venduti', - 'Cannot delete account!' => 'Non puoi cancellare il conto!', - 'Cannot delete default account!' => 'Non puoi cancellare il conto di default!', - 'Cannot save account!' => 'Non puoi salvare il conto!', - 'Cannot save preferences!' => 'Non puoi salvare le preferenze!', - 'Cash' => 'Cassa', - 'Chart of Accounts' => 'Piano dei Conti', - 'Close Books up to' => 'Chiudi i conti fino a', - 'Company' => 'Ragione Sociale', - 'Confirm!' => 'Conferma!', - 'Continue' => 'Continua', - 'Copy to COA' => 'Inserisci come conto', - 'Credit' => 'Avere', - 'Database Host' => 'Server', - 'Dataset' => 'Dataset', - 'Date Format' => 'Formato della data', - 'Debit' => 'Dare', - 'Delete' => 'Cancella', - 'Delete Account' => 'Cancella Conto', - 'Description' => 'Descrizione', - 'Discount' => 'Sconto', - 'Dropdown Limit' => 'Limite per i menu a discesa', - 'E-mail' => 'E-mail', - 'E-mail address missing!' => 'Indirizzo e-mail mancante!', - 'Edit' => 'Modifica', - 'Edit Account' => 'Modifica Conto', - 'Edit GIFI' => 'Modifica codice GIFI', - 'Edit Preferences for' => 'Modifica Preferenze di', - 'Edit Template' => 'Modifica Modello', - 'Enforce transaction reversal for all dates' => 'Forza l\'uso delle transazioni inverse per tutte le date', - 'Enter up to 3 letters separated by a colon (i.e CAD:USD:EUR) for your native and foreign currencies' => 'Inserisci fino a 3 valute separate da ":" (es.: EUR:USD:CAD) per la valuta locale e quelle straniere', - 'Equity' => 'Capitale', - 'Expense' => 'Costi', - 'Expense/Asset' => 'Acquisti/Attività', - 'Fax' => 'Fax', - 'Foreign Exchange Gain' => 'Guadagno da cambio valuta', - 'Foreign Exchange Loss' => 'Perdita da cambio valuta', - 'GIFI' => 'Codice GIFI', - 'GIFI deleted!' => 'Codice GIFI cancellato!', - 'GIFI missing!' => 'Codice GIFI mancante!', - 'GIFI saved!' => 'Codice GIFI salvato!', - 'GL Transaction' => 'Transazione di Contabilità generale', - 'Heading' => 'Intestazione', - 'ID' => 'ID', - 'Include in drop-down menus' => 'Da includere nei menu a discesa dei seguenti moduli', - 'Income' => 'Ricavi', - 'Inventory' => 'Inventario', - 'Invoice' => 'Fattura', - 'Is this a summary account to record' => 'Conto di riferimento del modulo:', - 'Language' => 'Lingua', - 'Last Numbers & Default Accounts' => 'Ultimi numeri e Conti di Default', - 'Liability' => 'Passività', - 'Licensed to' => 'Dato in Licenza a', - 'Link' => 'Collegamenti', - 'Name' => 'Nome', - 'No' => 'No', - 'No email address for' => 'Manca l\'indirizzo e-mail per', - 'Number' => 'Partita IVA', - 'Number Format' => 'Formato Numerico', - 'PDF' => 'PDF', - 'Packing List' => 'Lista Etichette', - 'Password' => 'Password', - 'Payables' => 'Debiti Fornitori', - 'Payment' => 'Pagamento', - 'Phone' => 'Tel.', - 'Postscript' => 'Postscript', - 'Preferences saved!' => 'Preferenze Salvate!', - 'Print' => 'Stampa', - 'Printer' => 'Stampante', - 'Purchase Order' => 'Ordine di acquisto', - 'Purchase Orders' => 'Ordini di acquisto', - 'Rate' => 'Tasso', - 'Receivables' => 'Crediti Clienti', - 'Reference' => 'Riferimento', - 'Retained Earnings' => 'Guadagni', - 'Sales Invoice' => 'Fattura di vendita', - 'Sales Order' => 'Ordine di vendita', - 'Sales Orders' => 'Ordini di vendita', - 'Save' => 'Salva', - 'Save as new' => 'Salva come nuovo', - 'Signature' => 'Firma', - 'Stylesheet' => 'Foglio di Stile', - 'Tax' => 'Tassa', - 'Template saved!' => 'Modello salvato!', - 'Transaction reversal enforced for all dates' => 'Uso delle transazioni inverse forzato per tutte le date', - 'Transaction reversal enforced up to' => 'Uso delle transazioni inverse forzato fino a', - 'Update' => 'Aggiorna', - 'User' => 'Utente', - 'Version' => 'Versione', - 'Weight Unit' => 'Unità di misura', - 'Yes' => 'Si', - 'localhost' => 'localhost', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'account_header' => 'account_header', - 'add' => 'add', - 'add_account' => 'add_account', - 'add_business' => 'add_business', - 'add_department' => 'add_department', - 'add_gifi' => 'add_gifi', - 'add_language' => 'add_language', - 'add_sic' => 'add_sic', - 'add_warehouse' => 'add_warehouse', - 'audit_control' => 'audit_control', - 'backup' => 'backup', - 'business_header' => 'business_header', - 'company_logo' => 'company_logo', - 'config' => 'config', - 'continue' => 'continue', - 'copy_to_coa' => 'copy_to_coa', - 'defaults' => 'defaults', - 'delete' => 'delete', - 'delete_account' => 'delete_account', - 'delete_business' => 'delete_business', - 'delete_department' => 'delete_department', - 'delete_gifi' => 'delete_gifi', - 'delete_language' => 'delete_language', - 'delete_sic' => 'delete_sic', - 'delete_warehouse' => 'delete_warehouse', - 'department_header' => 'department_header', - 'display' => 'display', - 'display_form' => 'display_form', - 'display_stylesheet' => 'display_stylesheet', - 'display_taxes' => 'display_taxes', - 'doclose' => 'doclose', - 'edit' => 'edit', - 'edit_account' => 'edit_account', - 'edit_business' => 'edit_business', - 'edit_department' => 'edit_department', - 'edit_gifi' => 'edit_gifi', - 'edit_language' => 'edit_language', - 'edit_recurring' => 'edit_recurring', - 'edit_sic' => 'edit_sic', - 'edit_template' => 'edit_template', - 'edit_warehouse' => 'edit_warehouse', - 'email_recurring' => 'email_recurring', - 'form_footer' => 'form_footer', - 'formnames' => 'formnames', - 'generate_yearend' => 'generate_yearend', - 'gifi_footer' => 'gifi_footer', - 'gifi_header' => 'gifi_header', - 'js_menu' => 'js_menu', - 'language_header' => 'language_header', - 'list_account' => 'list_account', - 'list_business' => 'list_business', - 'list_department' => 'list_department', - 'list_gifi' => 'list_gifi', - 'list_language' => 'list_language', - 'list_sic' => 'list_sic', - 'list_templates' => 'list_templates', - 'list_warehouse' => 'list_warehouse', - 'menubar' => 'menubar', - 'print_recurring' => 'print_recurring', - 'process_transactions' => 'process_transactions', - 'recurring_transactions' => 'recurring_transactions', - 'save' => 'save', - 'save_account' => 'save_account', - 'save_as_new' => 'save_as_new', - 'save_business' => 'save_business', - 'save_defaults' => 'save_defaults', - 'save_department' => 'save_department', - 'save_gifi' => 'save_gifi', - 'save_language' => 'save_language', - 'save_preferences' => 'save_preferences', - 'save_sic' => 'save_sic', - 'save_taxes' => 'save_taxes', - 'save_template' => 'save_template', - 'save_warehouse' => 'save_warehouse', - 'section_menu' => 'section_menu', - 'sic_header' => 'sic_header', - 'taxes' => 'taxes', - 'update' => 'update', - 'warehouse_header' => 'warehouse_header', - 'yearend' => 'yearend', - 'yes_delete_language' => 'yes_delete_language', - 'aggiungi_conto' => 'add_account', - 'continua' => 'continue', - 'inserisci_come_conto' => 'copy_to_coa', - 'cancella' => 'delete', - 'modifica' => 'edit', - 'modifica_conto' => 'edit_account', - 'salva' => 'save', - 'salva_come_nuovo' => 'save_as_new', - 'aggiorna' => 'update', -}; - -1; - diff --git a/locale/it/ap b/locale/it/ap deleted file mode 100755 index a5af90e7..00000000 --- a/locale/it/ap +++ /dev/null @@ -1,176 +0,0 @@ -$self{texts} = { - 'AP Transaction' => 'Transazione Fornitore', - 'AP Transactions' => 'Transazioni Fornitori', - 'AR Transaction' => 'Transazione Cliente', - 'AR Transactions' => 'Transazioni Clienti', - 'Account' => 'Conto', - 'Accounting Menu' => 'Menu Contabilità', - 'Address' => 'Indirizzo', - 'Amount' => 'Importo', - 'Amount Due' => 'Importo Dovuto', - 'Apr' => 'Apr', - 'April' => 'Aprile', - 'Are you sure you want to delete Transaction' => 'Sei sicuro di voler cancellare la Transazione', - 'Aug' => 'Ago', - 'August' => 'Agosto', - 'Bcc' => 'Bcc', - 'Cannot delete transaction!' => 'Non puoi cancellare la transazione', - 'Cannot post payment for a closed period!' => 'Non puoi salvare pagamenti per un periodo chiuso!', - 'Cannot post transaction for a closed period!' => 'Non puoi salvare una transazione per un periodo chiuso!', - 'Cannot post transaction!' => 'Non puoi salvare la transazione!', - 'Cc' => 'Cc', - 'Check' => 'Assegno', - 'Closed' => 'Chiuso', - 'Confirm!' => 'Conferma!', - 'Continue' => 'Continua', - 'Credit' => 'Avere', - 'Credit Limit' => 'Fido', - 'Curr' => 'Valuta', - 'Currency' => 'Valuta', - 'Current' => 'Corrente', - 'Customer' => 'Cliente', - 'Customer missing!' => 'Cliente mancante!', - 'Customer not on file!' => 'Cliente non sul file!', - 'Date' => 'Data', - 'Date Paid' => 'Data di pagamento', - 'Debit' => 'Dare', - 'Dec' => 'Dic', - 'December' => 'Dicembre', - 'Delete' => 'Cancella', - 'Description' => 'Descrizione', - 'Due Date' => 'Scadenza Fattura', - 'Due Date missing!' => 'Data di Scadenza mancante!', - 'E-mail' => 'E-mail', - 'Employee' => 'Dipendente', - 'Exch' => 'Cambio', - 'Feb' => 'Feb', - 'February' => 'Febbraio', - 'From' => 'Dal', - 'ID' => 'ID', - 'Include in Report' => 'Includi nel Prospetto', - 'Invoice' => 'Fattura', - 'Invoice Date' => 'Data Registrazione Fattura', - 'Invoice Date missing!' => 'Manca la data della Fattura!', - 'Invoice Number' => 'Protocollo Numero', - 'Jan' => 'Gen', - 'January' => 'Gennaio', - 'Jul' => 'Lug', - 'July' => 'Luglio', - 'Jun' => 'Giu', - 'June' => 'Giugno', - 'Mar' => 'Mar', - 'March' => 'Marzo', - 'May' => 'Mag', - 'May ' => 'Mag ', - 'Message' => 'Messaggio', - 'No.' => 'No.', - 'Notes' => 'Note', - 'Nov' => 'Nov', - 'November' => 'Novembre', - 'Number' => 'Partita IVA', - 'Oct' => 'Ott', - 'October' => 'Ottobre', - 'Open' => 'Aperto', - 'Order' => 'Ordine', - 'Order Number' => 'Numero Fattura Fornitore', - 'PDF' => 'PDF', - 'Paid' => 'Importo Pagato', - 'Payment date missing!' => 'Manca la data del pagamento!', - 'Payments' => 'Pagamenti', - 'Post' => 'Salva', - 'Post as new' => 'Salva come nuovo', - 'Postscript' => 'Postscript', - 'Print' => 'Stampa', - 'Project' => 'Progetto', - 'Project not on file!' => 'Progetto non archiviato!', - 'Receipt' => 'Incasso', - 'Reference' => 'Riferimento', - 'Remaining' => 'Rimanente', - 'Screen' => 'Schermo', - 'Select from one of the names below' => 'Seleziona uno dei seguenti nomi', - 'Select from one of the projects below' => 'Seleziona uno dei seguenti progetti', - 'Select postscript or PDF!' => 'Scegli tra postscript e PDF!', - 'Sep' => 'Set', - 'September' => 'Settembre', - 'Ship to' => 'Spedire a', - 'Ship via' => 'Porto', - 'Source' => 'Sorgente', - 'Subject' => 'Oggetto', - 'Subtotal' => 'Totale Parziale', - 'Tax' => 'Tassa', - 'Tax Included' => 'Tasse Incluse', - 'To' => 'Al', - 'Total' => 'Totale', - 'Transaction deleted!' => 'Transazione cancellata!', - 'Transaction posted!' => 'Transazione salvata!', - 'Update' => 'Aggiorna', - 'Vendor' => 'Fornitore', - 'Vendor missing!' => 'Manca il fornitore!', - 'Vendor not on file!' => 'Fornitore non in archivio!', - 'Yes' => 'Si', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'add' => 'add', - 'add_transaction' => 'add_transaction', - 'ap_transaction' => 'ap_transaction', - 'ar_transaction' => 'ar_transaction', - 'check_name' => 'check_name', - 'check_project' => 'check_project', - 'continue' => 'continue', - 'create_links' => 'create_links', - 'customer_details' => 'customer_details', - 'delete' => 'delete', - 'delete_schedule' => 'delete_schedule', - 'display' => 'display', - 'display_form' => 'display_form', - 'edit' => 'edit', - 'form_footer' => 'form_footer', - 'form_header' => 'form_header', - 'gl_transaction' => 'gl_transaction', - 'js_menu' => 'js_menu', - 'menubar' => 'menubar', - 'name_selected' => 'name_selected', - 'payment_selected' => 'payment_selected', - 'post' => 'post', - 'post_as_new' => 'post_as_new', - 'print' => 'print', - 'print_and_post' => 'print_and_post', - 'print_and_post_as_new' => 'print_and_post_as_new', - 'print_check' => 'print_check', - 'print_options' => 'print_options', - 'print_receipt' => 'print_receipt', - 'print_transaction' => 'print_transaction', - 'project_selected' => 'project_selected', - 'rebuild_vc' => 'rebuild_vc', - 'repost' => 'repost', - 'reprint' => 'reprint', - 'sales_invoice_' => 'sales_invoice_', - 'save_schedule' => 'save_schedule', - 'schedule' => 'schedule', - 'search' => 'search', - 'section_menu' => 'section_menu', - 'select_name' => 'select_name', - 'select_payment' => 'select_payment', - 'select_project' => 'select_project', - 'subtotal' => 'subtotal', - 'transactions' => 'transactions', - 'update' => 'update', - 'vendor_details' => 'vendor_details', - 'vendor_invoice_' => 'vendor_invoice_', - 'yes' => 'yes', - 'transazione_fornitore' => 'ap_transaction', - 'transazione_cliente' => 'ar_transaction', - 'continua' => 'continue', - 'cancella' => 'delete', - 'salva' => 'post', - 'salva_come_nuovo' => 'post_as_new', - 'stampa' => 'print', - 'spedire_a' => 'ship_to', - 'aggiorna' => 'update', - 'si' => 'yes', -}; - -1; - diff --git a/locale/it/ar b/locale/it/ar deleted file mode 100755 index a5af90e7..00000000 --- a/locale/it/ar +++ /dev/null @@ -1,176 +0,0 @@ -$self{texts} = { - 'AP Transaction' => 'Transazione Fornitore', - 'AP Transactions' => 'Transazioni Fornitori', - 'AR Transaction' => 'Transazione Cliente', - 'AR Transactions' => 'Transazioni Clienti', - 'Account' => 'Conto', - 'Accounting Menu' => 'Menu Contabilità', - 'Address' => 'Indirizzo', - 'Amount' => 'Importo', - 'Amount Due' => 'Importo Dovuto', - 'Apr' => 'Apr', - 'April' => 'Aprile', - 'Are you sure you want to delete Transaction' => 'Sei sicuro di voler cancellare la Transazione', - 'Aug' => 'Ago', - 'August' => 'Agosto', - 'Bcc' => 'Bcc', - 'Cannot delete transaction!' => 'Non puoi cancellare la transazione', - 'Cannot post payment for a closed period!' => 'Non puoi salvare pagamenti per un periodo chiuso!', - 'Cannot post transaction for a closed period!' => 'Non puoi salvare una transazione per un periodo chiuso!', - 'Cannot post transaction!' => 'Non puoi salvare la transazione!', - 'Cc' => 'Cc', - 'Check' => 'Assegno', - 'Closed' => 'Chiuso', - 'Confirm!' => 'Conferma!', - 'Continue' => 'Continua', - 'Credit' => 'Avere', - 'Credit Limit' => 'Fido', - 'Curr' => 'Valuta', - 'Currency' => 'Valuta', - 'Current' => 'Corrente', - 'Customer' => 'Cliente', - 'Customer missing!' => 'Cliente mancante!', - 'Customer not on file!' => 'Cliente non sul file!', - 'Date' => 'Data', - 'Date Paid' => 'Data di pagamento', - 'Debit' => 'Dare', - 'Dec' => 'Dic', - 'December' => 'Dicembre', - 'Delete' => 'Cancella', - 'Description' => 'Descrizione', - 'Due Date' => 'Scadenza Fattura', - 'Due Date missing!' => 'Data di Scadenza mancante!', - 'E-mail' => 'E-mail', - 'Employee' => 'Dipendente', - 'Exch' => 'Cambio', - 'Feb' => 'Feb', - 'February' => 'Febbraio', - 'From' => 'Dal', - 'ID' => 'ID', - 'Include in Report' => 'Includi nel Prospetto', - 'Invoice' => 'Fattura', - 'Invoice Date' => 'Data Registrazione Fattura', - 'Invoice Date missing!' => 'Manca la data della Fattura!', - 'Invoice Number' => 'Protocollo Numero', - 'Jan' => 'Gen', - 'January' => 'Gennaio', - 'Jul' => 'Lug', - 'July' => 'Luglio', - 'Jun' => 'Giu', - 'June' => 'Giugno', - 'Mar' => 'Mar', - 'March' => 'Marzo', - 'May' => 'Mag', - 'May ' => 'Mag ', - 'Message' => 'Messaggio', - 'No.' => 'No.', - 'Notes' => 'Note', - 'Nov' => 'Nov', - 'November' => 'Novembre', - 'Number' => 'Partita IVA', - 'Oct' => 'Ott', - 'October' => 'Ottobre', - 'Open' => 'Aperto', - 'Order' => 'Ordine', - 'Order Number' => 'Numero Fattura Fornitore', - 'PDF' => 'PDF', - 'Paid' => 'Importo Pagato', - 'Payment date missing!' => 'Manca la data del pagamento!', - 'Payments' => 'Pagamenti', - 'Post' => 'Salva', - 'Post as new' => 'Salva come nuovo', - 'Postscript' => 'Postscript', - 'Print' => 'Stampa', - 'Project' => 'Progetto', - 'Project not on file!' => 'Progetto non archiviato!', - 'Receipt' => 'Incasso', - 'Reference' => 'Riferimento', - 'Remaining' => 'Rimanente', - 'Screen' => 'Schermo', - 'Select from one of the names below' => 'Seleziona uno dei seguenti nomi', - 'Select from one of the projects below' => 'Seleziona uno dei seguenti progetti', - 'Select postscript or PDF!' => 'Scegli tra postscript e PDF!', - 'Sep' => 'Set', - 'September' => 'Settembre', - 'Ship to' => 'Spedire a', - 'Ship via' => 'Porto', - 'Source' => 'Sorgente', - 'Subject' => 'Oggetto', - 'Subtotal' => 'Totale Parziale', - 'Tax' => 'Tassa', - 'Tax Included' => 'Tasse Incluse', - 'To' => 'Al', - 'Total' => 'Totale', - 'Transaction deleted!' => 'Transazione cancellata!', - 'Transaction posted!' => 'Transazione salvata!', - 'Update' => 'Aggiorna', - 'Vendor' => 'Fornitore', - 'Vendor missing!' => 'Manca il fornitore!', - 'Vendor not on file!' => 'Fornitore non in archivio!', - 'Yes' => 'Si', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'add' => 'add', - 'add_transaction' => 'add_transaction', - 'ap_transaction' => 'ap_transaction', - 'ar_transaction' => 'ar_transaction', - 'check_name' => 'check_name', - 'check_project' => 'check_project', - 'continue' => 'continue', - 'create_links' => 'create_links', - 'customer_details' => 'customer_details', - 'delete' => 'delete', - 'delete_schedule' => 'delete_schedule', - 'display' => 'display', - 'display_form' => 'display_form', - 'edit' => 'edit', - 'form_footer' => 'form_footer', - 'form_header' => 'form_header', - 'gl_transaction' => 'gl_transaction', - 'js_menu' => 'js_menu', - 'menubar' => 'menubar', - 'name_selected' => 'name_selected', - 'payment_selected' => 'payment_selected', - 'post' => 'post', - 'post_as_new' => 'post_as_new', - 'print' => 'print', - 'print_and_post' => 'print_and_post', - 'print_and_post_as_new' => 'print_and_post_as_new', - 'print_check' => 'print_check', - 'print_options' => 'print_options', - 'print_receipt' => 'print_receipt', - 'print_transaction' => 'print_transaction', - 'project_selected' => 'project_selected', - 'rebuild_vc' => 'rebuild_vc', - 'repost' => 'repost', - 'reprint' => 'reprint', - 'sales_invoice_' => 'sales_invoice_', - 'save_schedule' => 'save_schedule', - 'schedule' => 'schedule', - 'search' => 'search', - 'section_menu' => 'section_menu', - 'select_name' => 'select_name', - 'select_payment' => 'select_payment', - 'select_project' => 'select_project', - 'subtotal' => 'subtotal', - 'transactions' => 'transactions', - 'update' => 'update', - 'vendor_details' => 'vendor_details', - 'vendor_invoice_' => 'vendor_invoice_', - 'yes' => 'yes', - 'transazione_fornitore' => 'ap_transaction', - 'transazione_cliente' => 'ar_transaction', - 'continua' => 'continue', - 'cancella' => 'delete', - 'salva' => 'post', - 'salva_come_nuovo' => 'post_as_new', - 'stampa' => 'print', - 'spedire_a' => 'ship_to', - 'aggiorna' => 'update', - 'si' => 'yes', -}; - -1; - diff --git a/locale/it/arap b/locale/it/arap deleted file mode 100755 index cead41ba..00000000 --- a/locale/it/arap +++ /dev/null @@ -1,48 +0,0 @@ -$self{texts} = { - 'Address' => 'Indirizzo', - 'Bcc' => 'Bcc', - 'Cc' => 'Cc', - 'Continue' => 'Continua', - 'Customer not on file!' => 'Cliente non sul file!', - 'Date' => 'Data', - 'Description' => 'Descrizione', - 'E-mail' => 'E-mail', - 'Message' => 'Messaggio', - 'Number' => 'Partita IVA', - 'Print' => 'Stampa', - 'Project not on file!' => 'Progetto non archiviato!', - 'Reference' => 'Riferimento', - 'Select from one of the names below' => 'Seleziona uno dei seguenti nomi', - 'Select from one of the projects below' => 'Seleziona uno dei seguenti progetti', - 'Subject' => 'Oggetto', - 'To' => 'Al', - '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', - 'delete_schedule' => 'delete_schedule', - 'gl_transaction' => 'gl_transaction', - 'name_selected' => 'name_selected', - 'post_as_new' => 'post_as_new', - 'print_and_post_as_new' => 'print_and_post_as_new', - 'project_selected' => 'project_selected', - 'rebuild_vc' => 'rebuild_vc', - 'repost' => 'repost', - 'reprint' => 'reprint', - 'sales_invoice_' => 'sales_invoice_', - 'save_schedule' => 'save_schedule', - 'schedule' => 'schedule', - 'select_name' => 'select_name', - 'select_project' => 'select_project', - 'vendor_invoice_' => 'vendor_invoice_', - 'continua' => 'continue', -}; - -1; - diff --git a/locale/it/arapprn b/locale/it/arapprn deleted file mode 100755 index c6c08e62..00000000 --- a/locale/it/arapprn +++ /dev/null @@ -1,28 +0,0 @@ -$self{texts} = { - 'Account' => 'Conto', - 'Amount' => 'Importo', - 'Continue' => 'Continua', - 'Date' => 'Data', - 'PDF' => 'PDF', - 'Postscript' => 'Postscript', - 'Screen' => 'Schermo', - 'Select postscript or PDF!' => 'Scegli tra postscript e PDF!', - 'Source' => 'Sorgente', -}; - -$self{subs} = { - 'customer_details' => 'customer_details', - 'payment_selected' => 'payment_selected', - 'print' => 'print', - 'print_and_post' => 'print_and_post', - 'print_check' => 'print_check', - 'print_options' => 'print_options', - 'print_receipt' => 'print_receipt', - 'print_transaction' => 'print_transaction', - 'select_payment' => 'select_payment', - 'vendor_details' => 'vendor_details', - 'continua' => 'continue', -}; - -1; - 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; - diff --git a/locale/it/ca b/locale/it/ca deleted file mode 100755 index ca324549..00000000 --- a/locale/it/ca +++ /dev/null @@ -1,52 +0,0 @@ -$self{texts} = { - 'Account' => 'Conto', - 'Apr' => 'Apr', - 'April' => 'Aprile', - 'Aug' => 'Ago', - 'August' => 'Agosto', - 'Balance' => 'Saldo', - 'Chart of Accounts' => 'Piano dei Conti', - 'Credit' => 'Avere', - 'Current' => 'Corrente', - 'Date' => 'Data', - 'Debit' => 'Dare', - 'Dec' => 'Dic', - 'December' => 'Dicembre', - 'Description' => 'Descrizione', - 'Feb' => 'Feb', - 'February' => 'Febbraio', - 'From' => 'Dal', - 'GIFI' => 'Codice GIFI', - 'Include in Report' => 'Includi nel Prospetto', - 'Jan' => 'Gen', - 'January' => 'Gennaio', - 'Jul' => 'Lug', - 'July' => 'Luglio', - 'Jun' => 'Giu', - 'June' => 'Giugno', - 'List Transactions' => 'Lista Transazioni', - 'Mar' => 'Mar', - 'March' => 'Marzo', - 'May' => 'Mag', - 'May ' => 'Mag ', - 'Nov' => 'Nov', - 'November' => 'Novembre', - 'Oct' => 'Ott', - 'October' => 'Ottobre', - 'Reference' => 'Riferimento', - 'Sep' => 'Set', - 'September' => 'Settembre', - 'Subtotal' => 'Totale Parziale', - 'To' => 'Al', -}; - -$self{subs} = { - 'ca_subtotal' => 'ca_subtotal', - 'chart_of_accounts' => 'chart_of_accounts', - 'list' => 'list', - 'list_transactions' => 'list_transactions', - 'lista_transazioni' => 'list_transactions', -}; - -1; - diff --git a/locale/it/cp b/locale/it/cp deleted file mode 100755 index b78a37b9..00000000 --- a/locale/it/cp +++ /dev/null @@ -1,111 +0,0 @@ -$self{texts} = { - 'AP' => 'Debiti Fornitori', - 'AR' => 'Crediti Clienti', - 'Account' => 'Conto', - 'Accounting Menu' => 'Menu Contabilità', - 'Address' => 'Indirizzo', - 'All' => 'Tutti', - 'Amount' => 'Importo', - 'Amount Due' => 'Importo Dovuto', - 'Bcc' => 'Bcc', - 'Cannot post payment for a closed period!' => 'Non puoi salvare pagamenti per un periodo chiuso!', - 'Cc' => 'Cc', - 'Continue' => 'Continua', - 'Currency' => 'Valuta', - 'Customer' => 'Cliente', - 'Customer not on file!' => 'Cliente non sul file!', - 'Date' => 'Data', - 'Date missing!' => 'Manca la data!', - 'Deposit' => 'Deposito', - 'Description' => 'Descrizione', - 'Due Date' => 'Scadenza Fattura', - 'E-mail' => 'E-mail', - 'From' => 'Dal', - 'Invoice' => 'Fattura', - 'Invoices' => 'Fatture', - 'Language' => 'Lingua', - 'Message' => 'Messaggio', - 'Number' => 'Partita IVA', - 'PDF' => 'PDF', - 'Payment' => 'Pagamento', - 'Payment posted!' => 'Pagamento Salvato', - 'Payments' => 'Pagamenti', - 'Post' => 'Salva', - 'Postscript' => 'Postscript', - 'Print' => 'Stampa', - 'Project not on file!' => 'Progetto non archiviato!', - 'Receipt' => 'Incasso', - 'Receipts' => 'Incassi', - 'Reference' => 'Riferimento', - 'Screen' => 'Schermo', - 'Select all' => 'Seleziona tutto', - 'Select from one of the names below' => 'Seleziona uno dei seguenti nomi', - 'Select from one of the projects below' => 'Seleziona uno dei seguenti progetti', - 'Select postscript or PDF!' => 'Scegli tra postscript e PDF!', - 'Source' => 'Sorgente', - 'Subject' => 'Oggetto', - 'To' => 'Al', - 'Update' => 'Aggiorna', - 'Vendor' => 'Fornitore', - 'Vendor not on file!' => 'Fornitore non in archivio!', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'add_transaction' => 'add_transaction', - 'ap_transaction' => 'ap_transaction', - 'ar_transaction' => 'ar_transaction', - 'check_form' => 'check_form', - 'check_name' => 'check_name', - 'check_openvc' => 'check_openvc', - 'check_project' => 'check_project', - 'continue' => 'continue', - 'customer_details' => 'customer_details', - 'delete_schedule' => 'delete_schedule', - 'display' => 'display', - 'gl_transaction' => 'gl_transaction', - 'invoices_due' => 'invoices_due', - 'js_menu' => 'js_menu', - 'list_invoices' => 'list_invoices', - 'menubar' => 'menubar', - 'name_selected' => 'name_selected', - 'payment' => 'payment', - 'payment_footer' => 'payment_footer', - 'payment_header' => 'payment_header', - 'payments' => 'payments', - 'payments_footer' => 'payments_footer', - 'payments_header' => 'payments_header', - 'post' => 'post', - 'post_as_new' => 'post_as_new', - 'post_payment' => 'post_payment', - 'post_payments' => 'post_payments', - 'print' => 'print', - 'print_and_post_as_new' => 'print_and_post_as_new', - 'print_form' => 'print_form', - 'print_payment' => 'print_payment', - 'print_payments' => 'print_payments', - 'project_selected' => 'project_selected', - 'rebuild_vc' => 'rebuild_vc', - 'repost' => 'repost', - 'reprint' => 'reprint', - 'sales_invoice_' => 'sales_invoice_', - 'save_schedule' => 'save_schedule', - 'schedule' => 'schedule', - 'section_menu' => 'section_menu', - 'select_all' => 'select_all', - 'select_name' => 'select_name', - 'select_project' => 'select_project', - 'update' => 'update', - 'update_payment' => 'update_payment', - 'update_payments' => 'update_payments', - 'vendor_details' => 'vendor_details', - 'vendor_invoice_' => 'vendor_invoice_', - 'continua' => 'continue', - 'salva' => 'post', - 'stampa' => 'print', - 'seleziona_tutto' => 'select_all', - 'aggiorna' => 'update', -}; - -1; - diff --git a/locale/it/ct b/locale/it/ct deleted file mode 100755 index b79ae3a2..00000000 --- a/locale/it/ct +++ /dev/null @@ -1,131 +0,0 @@ -$self{texts} = { - 'AP Transaction' => 'Transazione Fornitore', - 'AP Transactions' => 'Transazioni Fornitori', - 'AR Transaction' => 'Transazione Cliente', - 'AR Transactions' => 'Transazioni Clienti', - 'Accounting Menu' => 'Menu Contabilità', - 'Active' => 'Attivo', - 'Add Customer' => 'Aggiungi Cliente', - 'Add Vendor' => 'Aggiungi Fornitore', - 'Address' => 'Indirizzo', - 'All' => 'Tutti', - 'Amount' => 'Importo', - 'Bcc' => 'Bcc', - 'Cannot delete customer!' => 'Non puoi cancellare il cliente!', - 'Cannot delete vendor!' => 'Non puoi cancellare il fornitore', - 'Cc' => 'Cc', - 'Closed' => 'Chiuso', - 'Contact' => 'Contatto', - 'Continue' => 'Continua', - 'Credit Limit' => 'Fido', - 'Curr' => 'Valuta', - 'Currency' => 'Valuta', - 'Customer deleted!' => 'Cliente cancellato!', - 'Customer saved!' => 'Cliente salvato!', - 'Customers' => 'Clienti', - 'Delete' => 'Cancella', - 'Delivery Date' => 'Data di spedizione', - 'Description' => 'Descrizione', - 'Discount' => 'Sconto', - 'E-mail' => 'E-mail', - 'Employee' => 'Dipendente', - 'Fax' => 'Fax', - 'From' => 'Dal', - 'GIFI' => 'Codice GIFI', - 'ID' => 'ID', - 'Include in Report' => 'Includi nel Prospetto', - 'Invoice' => 'Fattura', - 'Item not on file!' => 'Articolo non in archivio!', - 'Language' => 'Lingua', - 'Name' => 'Nome', - 'Name missing!' => 'Manca il Nome!', - 'No.' => 'No.', - 'Notes' => 'Note', - 'Number' => 'Partita IVA', - 'Open' => 'Aperto', - 'Order' => 'Ordine', - 'Orphaned' => 'Orfano', - 'Phone' => 'Tel.', - 'Purchase Order' => 'Ordine di acquisto', - 'Purchase Orders' => 'Ordini di acquisto', - 'Qty' => 'Q.tà', - 'Sales Invoice' => 'Fattura di vendita', - 'Sales Order' => 'Ordine di vendita', - 'Sales Orders' => 'Ordini di vendita', - 'Save' => 'Salva', - 'Save as new' => 'Salva come nuovo', - 'Sell Price' => 'Prezzo di Vendita', - 'Subtotal' => 'Totale Parziale', - 'Tax' => 'Tassa', - 'Tax Included' => 'Tasse Incluse', - 'Taxable' => 'Tassabile', - 'To' => 'Al', - 'Total' => 'Totale', - 'Unit' => 'Unità', - 'Update' => 'Aggiorna', - 'Vendor deleted!' => 'Fornitore cancellato!', - 'Vendor saved!' => 'Fornitore salvato!', - 'Vendors' => 'Fornitori', - 'days' => 'giorni', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'add' => 'add', - 'add_customer' => 'add_customer', - 'add_transaction' => 'add_transaction', - 'add_vendor' => 'add_vendor', - 'ap_transaction' => 'ap_transaction', - 'ar_transaction' => 'ar_transaction', - 'continue' => 'continue', - 'customer_pricelist' => 'customer_pricelist', - 'delete' => 'delete', - 'display' => 'display', - 'display_pricelist' => 'display_pricelist', - 'edit' => 'edit', - 'form_footer' => 'form_footer', - 'form_header' => 'form_header', - 'history' => 'history', - 'include_in_report' => 'include_in_report', - 'item_selected' => 'item_selected', - 'js_menu' => 'js_menu', - 'list_history' => 'list_history', - 'list_names' => 'list_names', - 'list_subtotal' => 'list_subtotal', - 'menubar' => 'menubar', - 'pos' => 'pos', - 'pricelist' => 'pricelist', - 'pricelist_footer' => 'pricelist_footer', - 'pricelist_header' => 'pricelist_header', - 'purchase_order' => 'purchase_order', - 'quotation' => 'quotation', - 'rfq' => 'rfq', - 'sales_invoice' => 'sales_invoice', - 'sales_order' => 'sales_order', - 'save' => 'save', - 'save_as_new' => 'save_as_new', - 'save_pricelist' => 'save_pricelist', - 'search' => 'search', - 'search_name' => 'search_name', - 'section_menu' => 'section_menu', - 'select_item' => 'select_item', - 'transactions' => 'transactions', - 'update' => 'update', - 'vendor_invoice' => 'vendor_invoice', - 'vendor_pricelist' => 'vendor_pricelist', - 'transazione_fornitore' => 'ap_transaction', - 'transazione_cliente' => 'ar_transaction', - 'aggiungi_cliente' => 'add_customer', - 'aggiungi_fornitore' => 'add_vendor', - 'continua' => 'continue', - 'cancella' => 'delete', - 'ordine_di_acquisto' => 'purchase_order', - 'fattura_di_vendita' => 'sales_invoice', - 'ordine_di_vendita' => 'sales_order', - 'salva' => 'save', - 'salva_come_nuovo' => 'save_as_new', - 'aggiorna' => 'update', -}; - -1; - diff --git a/locale/it/gl b/locale/it/gl deleted file mode 100755 index 92b3e108..00000000 --- a/locale/it/gl +++ /dev/null @@ -1,140 +0,0 @@ -$self{texts} = { - 'AP Transaction' => 'Transazione Fornitore', - 'AR Transaction' => 'Transazione Cliente', - 'Account' => 'Conto', - 'Accounting Menu' => 'Menu Contabilità', - 'Add General Ledger Transaction' => 'Aggiungi Transazione di Contabilità Generale', - 'Address' => 'Indirizzo', - 'All' => 'Tutti', - 'Amount' => 'Importo', - 'Apr' => 'Apr', - 'April' => 'Aprile', - 'Are you sure you want to delete Transaction' => 'Sei sicuro di voler cancellare la Transazione', - 'Asset' => 'Attività', - 'Aug' => 'Ago', - 'August' => 'Agosto', - 'Balance' => 'Saldo', - 'Bcc' => 'Bcc', - 'Cannot delete transaction!' => 'Non puoi cancellare la transazione', - 'Cannot post transaction for a closed period!' => 'Non puoi salvare una transazione per un periodo chiuso!', - 'Cannot post transaction!' => 'Non puoi salvare la transazione!', - 'Cc' => 'Cc', - 'Confirm!' => 'Conferma!', - 'Continue' => 'Continua', - 'Credit' => 'Avere', - 'Current' => 'Corrente', - 'Customer not on file!' => 'Cliente non sul file!', - 'Date' => 'Data', - 'Debit' => 'Dare', - 'Dec' => 'Dic', - 'December' => 'Dicembre', - 'Delete' => 'Cancella', - 'Description' => 'Descrizione', - 'E-mail' => 'E-mail', - 'Edit General Ledger Transaction' => 'Modifica Transazione di Contabilità Generale', - 'Equity' => 'Capitale', - 'Expense' => 'Costi', - 'Feb' => 'Feb', - 'February' => 'Febbraio', - 'From' => 'Dal', - 'GIFI' => 'Codice GIFI', - 'GL Transaction' => 'Transazione di Contabilità generale', - 'General Ledger' => 'Contabilità generale', - 'ID' => 'ID', - 'Include in Report' => 'Includi nel Prospetto', - 'Income' => 'Ricavi', - 'Jan' => 'Gen', - 'January' => 'Gennaio', - 'Jul' => 'Lug', - 'July' => 'Luglio', - 'Jun' => 'Giu', - 'June' => 'Giugno', - 'Liability' => 'Passività', - 'Mar' => 'Mar', - 'March' => 'Marzo', - 'May' => 'Mag', - 'May ' => 'Mag ', - 'Message' => 'Messaggio', - 'Notes' => 'Note', - 'Nov' => 'Nov', - 'November' => 'Novembre', - 'Number' => 'Partita IVA', - 'Oct' => 'Ott', - 'October' => 'Ottobre', - 'Post' => 'Salva', - 'Post as new' => 'Salva come nuovo', - 'Print' => 'Stampa', - 'Project' => 'Progetto', - 'Project not on file!' => 'Progetto non archiviato!', - 'Reference' => 'Riferimento', - 'Reports' => 'Prospetti', - 'Select from one of the names below' => 'Seleziona uno dei seguenti nomi', - 'Select from one of the projects below' => 'Seleziona uno dei seguenti progetti', - 'Sep' => 'Set', - 'September' => 'Settembre', - 'Source' => 'Sorgente', - 'Subject' => 'Oggetto', - 'Subtotal' => 'Totale Parziale', - 'To' => 'Al', - 'Transaction Date missing!' => 'Manca la data della transazione!', - 'Transaction deleted!' => 'Transazione cancellata!', - 'Transaction posted!' => 'Transazione salvata!', - 'Update' => 'Aggiorna', - 'Vendor not on file!' => 'Fornitore non in archivio!', - 'Yes' => 'Si', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'add' => 'add', - 'add_transaction' => 'add_transaction', - 'ap_transaction' => 'ap_transaction', - 'ar_transaction' => 'ar_transaction', - 'check_name' => 'check_name', - 'check_project' => 'check_project', - 'continue' => 'continue', - 'create_links' => 'create_links', - 'delete' => 'delete', - 'delete_schedule' => 'delete_schedule', - 'display' => 'display', - 'display_form' => 'display_form', - 'display_rows' => 'display_rows', - 'edit' => 'edit', - 'form_footer' => 'form_footer', - 'form_header' => 'form_header', - 'generate_report' => 'generate_report', - 'gl_subtotal' => 'gl_subtotal', - 'gl_transaction' => 'gl_transaction', - 'js_menu' => 'js_menu', - 'menubar' => 'menubar', - 'name_selected' => 'name_selected', - 'post' => 'post', - 'post_as_new' => 'post_as_new', - 'print_and_post_as_new' => 'print_and_post_as_new', - 'project_selected' => 'project_selected', - 'rebuild_vc' => 'rebuild_vc', - 'repost' => 'repost', - 'reprint' => 'reprint', - 'sales_invoice_' => 'sales_invoice_', - 'save_schedule' => 'save_schedule', - 'schedule' => 'schedule', - 'search' => 'search', - 'section_menu' => 'section_menu', - 'select_name' => 'select_name', - 'select_project' => 'select_project', - 'update' => 'update', - 'vendor_invoice_' => 'vendor_invoice_', - 'yes' => 'yes', - 'transazione_fornitore' => 'ap_transaction', - 'transazione_cliente' => 'ar_transaction', - 'continua' => 'continue', - 'cancella' => 'delete', - 'transazione_di_contabilità_generale' => 'gl_transaction', - 'salva' => 'post', - 'salva_come_nuovo' => 'post_as_new', - 'aggiorna' => 'update', - 'si' => 'yes', -}; - -1; - diff --git a/locale/it/hr b/locale/it/hr deleted file mode 100755 index 8381c7d9..00000000 --- a/locale/it/hr +++ /dev/null @@ -1,73 +0,0 @@ -$self{texts} = { - 'AP' => 'Debiti Fornitori', - 'Accounting Menu' => 'Menu Contabilità', - 'Active' => 'Attivo', - 'Address' => 'Indirizzo', - 'Administrator' => 'Amministratore', - 'All' => 'Tutti', - 'Amount' => 'Importo', - 'Amount missing!' => 'Manca l\'importo', - 'Continue' => 'Continua', - 'Delete' => 'Cancella', - 'Description' => 'Descrizione', - 'E-mail' => 'E-mail', - 'Employee' => 'Dipendente', - 'Expense' => 'Costi', - 'From' => 'Dal', - 'ID' => 'ID', - 'Include in Report' => 'Includi nel Prospetto', - 'Login' => 'Login', - 'Name' => 'Nome', - 'Name missing!' => 'Manca il Nome!', - 'Notes' => 'Note', - 'Number' => 'Partita IVA', - 'Orphaned' => 'Orfano', - 'Rate' => 'Tasso', - 'Sales' => 'Vendite', - 'Save' => 'Salva', - 'Save as new' => 'Salva come nuovo', - 'To' => 'Al', - 'Update' => 'Aggiorna', - 'User' => 'Utente', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'add' => 'add', - 'add_deduction' => 'add_deduction', - 'add_employee' => 'add_employee', - 'continue' => 'continue', - 'deduction_footer' => 'deduction_footer', - 'deduction_header' => 'deduction_header', - 'deduction_links' => 'deduction_links', - 'delete' => 'delete', - 'delete_deduction' => 'delete_deduction', - 'delete_employee' => 'delete_employee', - 'display' => 'display', - 'edit' => 'edit', - 'employee_footer' => 'employee_footer', - 'employee_header' => 'employee_header', - 'employee_links' => 'employee_links', - 'js_menu' => 'js_menu', - 'list_employees' => 'list_employees', - 'menubar' => 'menubar', - 'save' => 'save', - 'save_as_new' => 'save_as_new', - 'save_deduction' => 'save_deduction', - 'save_employee' => 'save_employee', - 'search' => 'search', - 'search_deduction' => 'search_deduction', - 'search_employee' => 'search_employee', - 'section_menu' => 'section_menu', - 'update' => 'update', - 'update_deduction' => 'update_deduction', - 'update_employee' => 'update_employee', - 'continua' => 'continue', - 'cancella' => 'delete', - 'salva' => 'save', - 'salva_come_nuovo' => 'save_as_new', - 'aggiorna' => 'update', -}; - -1; - diff --git a/locale/it/ic b/locale/it/ic deleted file mode 100755 index a9f683f8..00000000 --- a/locale/it/ic +++ /dev/null @@ -1,223 +0,0 @@ -$self{texts} = { - 'Accounting Menu' => 'Menu Contabilità', - 'Accounts' => 'Conti', - 'Active' => 'Attivo', - 'Add' => 'Aggiungi', - 'Add Assembly' => 'Aggiungi Assemblato', - 'Add Part' => 'Aggiungi Articolo', - 'Add Purchase Order' => 'Aggiungi Ordine di acquisto', - 'Add Sales Order' => 'Aggiungi Ordine di vendita', - 'Add Service' => 'Aggiungi Servizio', - 'Address' => 'Indirizzo', - 'Apr' => 'Apr', - 'April' => 'Aprile', - 'Assemblies' => 'Assemblati', - 'Assemblies restocked!' => 'Assemblati ricaricati!', - 'Attachment' => 'Attachment', - 'Aug' => 'Ago', - 'August' => 'Agosto', - 'BOM' => 'BOM', - 'Bcc' => 'Bcc', - 'Bin' => 'Codice BIN', - 'COGS' => 'Costo dei Beni Venduti', - 'Cannot delete item!' => 'Non puoi cancellare l\'articolo', - 'Cannot stock assemblies!' => 'Non puoi caricare gli assemblati!', - 'Cash' => 'Cassa', - 'Cc' => 'Cc', - 'Closed' => 'Chiuso', - 'Contact' => 'Contatto', - 'Continue' => 'Continua', - 'Copies' => 'Copie', - 'Curr' => 'Valuta', - 'Currency' => 'Valuta', - 'Customer' => 'Cliente', - 'Customer not on file!' => 'Cliente non sul file!', - 'Date' => 'Data', - 'Dec' => 'Dic', - 'December' => 'Dicembre', - 'Delete' => 'Cancella', - 'Delivery Date' => 'Data di spedizione', - 'Description' => 'Descrizione', - 'Drawing' => 'Disegno', - 'E-mail' => 'E-mail', - 'E-mail address missing!' => 'Indirizzo e-mail mancante!', - 'Edit Assembly' => 'Modifica Assemblato', - 'Edit Part' => 'Modifica Articolo', - 'Edit Service' => 'Modifica Servizio', - 'Employee' => 'Dipendente', - 'Expense' => 'Costi', - 'Extended' => 'Esteso', - 'Fax' => 'Fax', - 'Feb' => 'Feb', - 'February' => 'Febbraio', - 'From' => 'Dal', - 'Image' => 'Immagine', - 'In-line' => 'In-line', - 'Include in Report' => 'Includi nel Prospetto', - 'Income' => 'Ricavi', - 'Individual Items' => 'Articoli Individuali', - 'Inventory' => 'Inventario', - 'Inventory quantity must be zero before you can set this assembly obsolete!' => 'La quantità in inventario deve essere zero per poter mettere l\'assemblato come obsoleto!', - 'Inventory quantity must be zero before you can set this part obsolete!' => 'La quantità in inventario deve essere zero per poter mettere l\'articolo come obsoleto!', - 'Invoice' => 'Fattura', - 'Invoice Date missing!' => 'Manca la data della Fattura!', - 'Invoice Number' => 'Protocollo Numero', - 'Invoice Number missing!' => 'Manca il numero della Fattura!', - 'Item deleted!' => 'Articolo Cancellato!', - 'Item not on file!' => 'Articolo non in archivio!', - 'Jan' => 'Gen', - 'January' => 'Gennaio', - 'Jul' => 'Lug', - 'July' => 'Luglio', - 'Jun' => 'Giu', - 'June' => 'Giugno', - 'Last Cost' => 'Ultimo Costo', - 'Line Total' => 'Totale Linea', - 'Link Accounts' => 'Collegamenti tra Conti', - 'List Price' => 'Prezzo di Listino', - 'Make' => 'Produttore', - 'Mar' => 'Mar', - 'March' => 'Marzo', - 'May' => 'Mag', - 'May ' => 'Mag ', - 'Message' => 'Messaggio', - 'Microfiche' => 'Microfiche', - 'Model' => 'Modello', - 'Name' => 'Nome', - 'No.' => 'No.', - 'Notes' => 'Note', - 'Nov' => 'Nov', - 'November' => 'Novembre', - 'Number' => 'Partita IVA', - 'Number missing in Row' => 'Manca il codice nella riga', - 'Obsolete' => 'Obsoleto', - 'Oct' => 'Ott', - 'October' => 'Ottobre', - 'On Hand' => 'Disponibilità', - 'Open' => 'Aperto', - 'Order' => 'Ordine', - 'Order Date missing!' => 'Manca la data dell\'ordine', - 'Order Number' => 'Numero Fattura Fornitore', - 'Order Number missing!' => 'Manca il numero dell\'ordine!', - 'Orphaned' => 'Orfano', - 'PDF' => 'PDF', - 'Packing List' => 'Lista Etichette', - 'Packing List Date missing!' => 'Manca la data della Packing List!', - 'Packing List Number missing!' => 'Manca il codice della Packing List!', - 'Part' => 'Articolo', - 'Parts' => 'Articoli', - 'Phone' => 'Tel.', - 'Postscript' => 'Postscript', - 'Price' => 'Prezzo', - 'Project' => 'Progetto', - 'Purchase Order' => 'Ordine di acquisto', - 'Purchase Orders' => 'Ordini di acquisto', - 'Qty' => 'Q.tà', - 'ROP' => 'Soglia di Riordino', - 'Recd' => 'Ricevuto', - 'Required by' => 'Necessario dal', - 'Sales Invoice' => 'Fattura di vendita', - 'Sales Order' => 'Ordine di vendita', - 'Sales Orders' => 'Ordini di vendita', - 'Save' => 'Salva', - 'Save as new' => 'Salva come nuovo', - 'Screen' => 'Schermo', - 'Select from one of the names below' => 'Seleziona uno dei seguenti nomi', - 'Sell Price' => 'Prezzo di Vendita', - 'Sep' => 'Set', - 'September' => 'Settembre', - 'Service' => 'Servizio', - 'Services' => 'Servizi', - 'Ship' => 'Invio', - 'Ship to' => 'Spedire a', - 'Short' => 'Corto', - 'Stock Assembly' => 'Magazzino Assemblati', - 'Subject' => 'Oggetto', - 'Subtotal' => 'Totale Parziale', - 'Tax' => 'Tassa', - 'To' => 'Al', - 'Top Level' => 'Livello Top', - 'Unit' => 'Unità', - 'Update' => 'Aggiorna', - 'Updated' => 'Aggiornato', - 'Vendor' => 'Fornitore', - 'Vendor not on file!' => 'Fornitore non in archivio!', - 'Weight' => 'Peso', - 'What type of item is this?' => 'Che tipo di Articolo è questo?', - 'days' => 'giorni', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'add' => 'add', - 'add_assembly' => 'add_assembly', - 'add_labor_overhead' => 'add_labor_overhead', - 'add_part' => 'add_part', - 'add_service' => 'add_service', - 'assembly_row' => 'assembly_row', - 'calc_markup' => 'calc_markup', - 'check_customer' => 'check_customer', - 'check_form' => 'check_form', - 'check_vendor' => 'check_vendor', - 'continue' => 'continue', - 'create_form' => 'create_form', - 'customer_details' => 'customer_details', - 'customer_row' => 'customer_row', - 'delete' => 'delete', - 'display' => 'display', - 'display_form' => 'display_form', - 'display_row' => 'display_row', - 'e_mail' => 'e_mail', - 'edit' => 'edit', - 'edit_assemblyitem' => 'edit_assemblyitem', - 'form_footer' => 'form_footer', - 'form_header' => 'form_header', - 'generate_report' => 'generate_report', - 'invoicetotal' => 'invoicetotal', - 'item_selected' => 'item_selected', - 'js_menu' => 'js_menu', - 'link_part' => 'link_part', - 'list_assemblies' => 'list_assemblies', - 'makemodel_row' => 'makemodel_row', - 'menubar' => 'menubar', - 'name_selected' => 'name_selected', - 'new_item' => 'new_item', - 'parts_subtotal' => 'parts_subtotal', - 'print' => 'print', - 'print_form' => 'print_form', - 'print_options' => 'print_options', - 'purchase_order' => 'purchase_order', - 'quotation' => 'quotation', - 'requirements' => 'requirements', - 'requirements_report' => 'requirements_report', - 'restock_assemblies' => 'restock_assemblies', - 'rfq' => 'rfq', - 'sales_order' => 'sales_order', - 'save' => 'save', - 'save_as_new' => 'save_as_new', - 'search' => 'search', - 'section_menu' => 'section_menu', - 'select_item' => 'select_item', - 'select_name' => 'select_name', - 'send_email' => 'send_email', - 'ship_to' => 'ship_to', - 'stock_assembly' => 'stock_assembly', - 'update' => 'update', - 'validate_items' => 'validate_items', - 'vendor_details' => 'vendor_details', - 'vendor_row' => 'vendor_row', - 'aggiungi_assemblato' => 'add_assembly', - 'aggiungi_articolo' => 'add_part', - 'aggiungi_servizio' => 'add_service', - 'continua' => 'continue', - 'cancella' => 'delete', - 'modifica_assemblato' => 'edit_assembly', - 'modifica_articolo' => 'edit_part', - 'modifica_servizio' => 'edit_service', - 'salva' => 'save', - 'salva_come_nuovo' => 'save_as_new', - 'aggiorna' => 'update', -}; - -1; - diff --git a/locale/it/io b/locale/it/io deleted file mode 100755 index 180653a8..00000000 --- a/locale/it/io +++ /dev/null @@ -1,105 +0,0 @@ -$self{texts} = { - 'Add Purchase Order' => 'Aggiungi Ordine di acquisto', - 'Add Sales Order' => 'Aggiungi Ordine di vendita', - 'Address' => 'Indirizzo', - 'Apr' => 'Apr', - 'April' => 'Aprile', - 'Attachment' => 'Attachment', - 'Aug' => 'Ago', - 'August' => 'Agosto', - 'Bcc' => 'Bcc', - 'Bin' => 'Codice BIN', - 'Cc' => 'Cc', - 'Contact' => 'Contatto', - 'Continue' => 'Continua', - 'Copies' => 'Copie', - 'Date' => 'Data', - 'Dec' => 'Dic', - 'December' => 'Dicembre', - 'Delivery Date' => 'Data di spedizione', - 'Description' => 'Descrizione', - 'E-mail' => 'E-mail', - 'E-mail address missing!' => 'Indirizzo e-mail mancante!', - 'Extended' => 'Esteso', - 'Fax' => 'Fax', - 'Feb' => 'Feb', - 'February' => 'Febbraio', - 'In-line' => 'In-line', - 'Invoice' => 'Fattura', - 'Invoice Date missing!' => 'Manca la data della Fattura!', - 'Invoice Number missing!' => 'Manca il numero della Fattura!', - 'Item not on file!' => 'Articolo non in archivio!', - 'Jan' => 'Gen', - 'January' => 'Gennaio', - 'Jul' => 'Lug', - 'July' => 'Luglio', - 'Jun' => 'Giu', - 'June' => 'Giugno', - 'Mar' => 'Mar', - 'March' => 'Marzo', - 'May' => 'Mag', - 'May ' => 'Mag ', - 'Message' => 'Messaggio', - 'Nov' => 'Nov', - 'November' => 'Novembre', - 'Number' => 'Partita IVA', - 'Number missing in Row' => 'Manca il codice nella riga', - 'Oct' => 'Ott', - 'October' => 'Ottobre', - 'Order Date missing!' => 'Manca la data dell\'ordine', - 'Order Number missing!' => 'Manca il numero dell\'ordine!', - 'PDF' => 'PDF', - 'Packing List' => 'Lista Etichette', - 'Packing List Date missing!' => 'Manca la data della Packing List!', - 'Packing List Number missing!' => 'Manca il codice della Packing List!', - 'Part' => 'Articolo', - 'Phone' => 'Tel.', - 'Postscript' => 'Postscript', - 'Price' => 'Prezzo', - 'Project' => 'Progetto', - 'Purchase Order' => 'Ordine di acquisto', - 'Qty' => 'Q.tà', - 'Recd' => 'Ricevuto', - 'Required by' => 'Necessario dal', - 'Sales Order' => 'Ordine di vendita', - 'Screen' => 'Schermo', - 'Sep' => 'Set', - 'September' => 'Settembre', - 'Service' => 'Servizio', - 'Ship' => 'Invio', - 'Ship to' => 'Spedire a', - 'Subject' => 'Oggetto', - 'Subtotal' => 'Totale Parziale', - 'To' => 'Al', - 'Unit' => 'Unità', - 'What type of item is this?' => 'Che tipo di Articolo è questo?', -}; - -$self{subs} = { - 'calc_markup' => 'calc_markup', - 'check_form' => 'check_form', - 'create_form' => 'create_form', - 'customer_details' => 'customer_details', - 'display_form' => 'display_form', - 'display_row' => 'display_row', - 'e_mail' => 'e_mail', - 'invoicetotal' => 'invoicetotal', - 'item_selected' => 'item_selected', - 'new_item' => 'new_item', - 'print' => 'print', - 'print_form' => 'print_form', - 'print_options' => 'print_options', - 'purchase_order' => 'purchase_order', - 'quotation' => 'quotation', - 'rfq' => 'rfq', - 'sales_order' => 'sales_order', - 'select_item' => 'select_item', - 'send_email' => 'send_email', - 'ship_to' => 'ship_to', - 'validate_items' => 'validate_items', - 'vendor_details' => 'vendor_details', - 'continua' => 'continue', -}; - -1; - diff --git a/locale/it/ir b/locale/it/ir deleted file mode 100755 index 0c6c99d9..00000000 --- a/locale/it/ir +++ /dev/null @@ -1,188 +0,0 @@ -$self{texts} = { - 'Account' => 'Conto', - 'Accounting Menu' => 'Menu Contabilità', - 'Add Purchase Order' => 'Aggiungi Ordine di acquisto', - 'Add Sales Order' => 'Aggiungi Ordine di vendita', - 'Address' => 'Indirizzo', - 'Amount' => 'Importo', - 'Apr' => 'Apr', - 'April' => 'Aprile', - 'Are you sure you want to delete Invoice Number' => 'Sei sicuro di voler cancellare la Fattura numero', - 'Attachment' => 'Attachment', - 'Aug' => 'Ago', - 'August' => 'Agosto', - 'Bcc' => 'Bcc', - 'Bin' => 'Codice BIN', - 'Cannot delete invoice!' => 'Non puoi cancellare la fattura!', - 'Cannot post invoice for a closed period!' => 'Non puoi salvare una transazione per un periodo chiuso!', - 'Cannot post invoice!' => 'Non puoi salvare la fattura!', - 'Cannot post payment for a closed period!' => 'Non puoi salvare pagamenti per un periodo chiuso!', - 'Cc' => 'Cc', - 'Confirm!' => 'Conferma!', - 'Contact' => 'Contatto', - 'Continue' => 'Continua', - 'Copies' => 'Copie', - 'Credit Limit' => 'Fido', - 'Currency' => 'Valuta', - 'Customer not on file!' => 'Cliente non sul file!', - 'Date' => 'Data', - 'Dec' => 'Dic', - 'December' => 'Dicembre', - 'Delete' => 'Cancella', - 'Delivery Date' => 'Data di spedizione', - 'Description' => 'Descrizione', - 'Due Date' => 'Scadenza Fattura', - 'E-mail' => 'E-mail', - 'E-mail address missing!' => 'Indirizzo e-mail mancante!', - 'Exch' => 'Cambio', - 'Extended' => 'Esteso', - 'Fax' => 'Fax', - 'Feb' => 'Feb', - 'February' => 'Febbraio', - 'In-line' => 'In-line', - 'Invoice' => 'Fattura', - 'Invoice Date' => 'Data Registrazione Fattura', - 'Invoice Date missing!' => 'Manca la data della Fattura!', - 'Invoice Number' => 'Protocollo Numero', - 'Invoice Number missing!' => 'Manca il numero della Fattura!', - 'Invoice deleted!' => 'Fattura Cancellata!', - 'Item not on file!' => 'Articolo non in archivio!', - 'Jan' => 'Gen', - 'January' => 'Gennaio', - 'Jul' => 'Lug', - 'July' => 'Luglio', - 'Jun' => 'Giu', - 'June' => 'Giugno', - 'Language' => 'Lingua', - 'Mar' => 'Mar', - 'March' => 'Marzo', - 'May' => 'Mag', - 'May ' => 'Mag ', - 'Message' => 'Messaggio', - 'Notes' => 'Note', - 'Nov' => 'Nov', - 'November' => 'Novembre', - 'Number' => 'Partita IVA', - 'Number missing in Row' => 'Manca il codice nella riga', - 'Oct' => 'Ott', - 'October' => 'Ottobre', - 'Order Date missing!' => 'Manca la data dell\'ordine', - 'Order Number' => 'Numero Fattura Fornitore', - 'Order Number missing!' => 'Manca il numero dell\'ordine!', - 'PDF' => 'PDF', - 'Packing List' => 'Lista Etichette', - 'Packing List Date missing!' => 'Manca la data della Packing List!', - 'Packing List Number missing!' => 'Manca il codice della Packing List!', - 'Part' => 'Articolo', - 'Payment date missing!' => 'Manca la data del pagamento!', - 'Payments' => 'Pagamenti', - 'Phone' => 'Tel.', - 'Post' => 'Salva', - 'Post as new' => 'Salva come nuovo', - 'Postscript' => 'Postscript', - 'Price' => 'Prezzo', - 'Print' => 'Stampa', - 'Project' => 'Progetto', - 'Project not on file!' => 'Progetto non archiviato!', - 'Purchase Order' => 'Ordine di acquisto', - 'Qty' => 'Q.tà', - 'Recd' => 'Ricevuto', - 'Record in' => 'Registra in', - 'Reference' => 'Riferimento', - 'Remaining' => 'Rimanente', - 'Required by' => 'Necessario dal', - 'Sales Order' => 'Ordine di vendita', - 'Screen' => 'Schermo', - 'Select from one of the names below' => 'Seleziona uno dei seguenti nomi', - 'Select from one of the projects below' => 'Seleziona uno dei seguenti progetti', - 'Sep' => 'Set', - 'September' => 'Settembre', - 'Service' => 'Servizio', - 'Ship' => 'Invio', - 'Ship to' => 'Spedire a', - 'Source' => 'Sorgente', - 'Subject' => 'Oggetto', - 'Subtotal' => 'Totale Parziale', - 'Tax Included' => 'Tasse Incluse', - 'To' => 'Al', - 'Total' => 'Totale', - 'Unit' => 'Unità', - 'Update' => 'Aggiorna', - 'Vendor' => 'Fornitore', - 'Vendor missing!' => 'Manca il fornitore!', - 'Vendor not on file!' => 'Fornitore non in archivio!', - 'What type of item is this?' => 'Che tipo di Articolo è questo?', - 'Yes' => 'Si', - 'ea' => 'ci', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'add' => 'add', - 'add_transaction' => 'add_transaction', - 'ap_transaction' => 'ap_transaction', - 'ar_transaction' => 'ar_transaction', - 'calc_markup' => 'calc_markup', - 'check_form' => 'check_form', - 'check_name' => 'check_name', - 'check_project' => 'check_project', - 'continue' => 'continue', - 'create_form' => 'create_form', - 'customer_details' => 'customer_details', - 'delete' => 'delete', - 'delete_schedule' => 'delete_schedule', - 'display' => 'display', - 'display_form' => 'display_form', - 'display_row' => 'display_row', - 'e_mail' => 'e_mail', - 'edit' => 'edit', - 'form_footer' => 'form_footer', - 'form_header' => 'form_header', - 'gl_transaction' => 'gl_transaction', - 'invoice_links' => 'invoice_links', - 'invoicetotal' => 'invoicetotal', - 'item_selected' => 'item_selected', - 'js_menu' => 'js_menu', - 'menubar' => 'menubar', - 'name_selected' => 'name_selected', - 'new_item' => 'new_item', - 'post' => 'post', - 'post_as_new' => 'post_as_new', - 'prepare_invoice' => 'prepare_invoice', - 'print' => 'print', - 'print_and_post_as_new' => 'print_and_post_as_new', - 'print_form' => 'print_form', - 'print_options' => 'print_options', - 'project_selected' => 'project_selected', - 'purchase_order' => 'purchase_order', - 'quotation' => 'quotation', - 'rebuild_vc' => 'rebuild_vc', - 'repost' => 'repost', - 'reprint' => 'reprint', - 'rfq' => 'rfq', - 'sales_invoice_' => 'sales_invoice_', - 'sales_order' => 'sales_order', - 'save_schedule' => 'save_schedule', - 'schedule' => 'schedule', - 'section_menu' => 'section_menu', - 'select_item' => 'select_item', - 'select_name' => 'select_name', - 'select_project' => 'select_project', - 'send_email' => 'send_email', - 'ship_to' => 'ship_to', - 'update' => 'update', - 'validate_items' => 'validate_items', - 'vendor_details' => 'vendor_details', - 'vendor_invoice_' => 'vendor_invoice_', - 'yes' => 'yes', - 'continua' => 'continue', - 'cancella' => 'delete', - 'salva' => 'post', - 'salva_come_nuovo' => 'post_as_new', - 'ordine_di_acquisto' => 'purchase_order', - 'aggiorna' => 'update', - 'si' => 'yes', -}; - -1; - diff --git a/locale/it/is b/locale/it/is deleted file mode 100755 index 47df0f37..00000000 --- a/locale/it/is +++ /dev/null @@ -1,195 +0,0 @@ -$self{texts} = { - 'Account' => 'Conto', - 'Accounting Menu' => 'Menu Contabilità', - 'Add Purchase Order' => 'Aggiungi Ordine di acquisto', - 'Add Sales Invoice' => 'Aggiungi Fattura di vendita', - 'Add Sales Order' => 'Aggiungi Ordine di vendita', - 'Address' => 'Indirizzo', - 'Amount' => 'Importo', - 'Apr' => 'Apr', - 'April' => 'Aprile', - 'Are you sure you want to delete Invoice Number' => 'Sei sicuro di voler cancellare la Fattura numero', - 'Attachment' => 'Attachment', - 'Aug' => 'Ago', - 'August' => 'Agosto', - 'Bcc' => 'Bcc', - 'Bin' => 'Codice BIN', - 'Cannot delete invoice!' => 'Non puoi cancellare la fattura!', - 'Cannot post invoice for a closed period!' => 'Non puoi salvare una transazione per un periodo chiuso!', - 'Cannot post invoice!' => 'Non puoi salvare la fattura!', - 'Cannot post payment for a closed period!' => 'Non puoi salvare pagamenti per un periodo chiuso!', - 'Cc' => 'Cc', - 'Confirm!' => 'Conferma!', - 'Contact' => 'Contatto', - 'Continue' => 'Continua', - 'Copies' => 'Copie', - 'Credit Limit' => 'Fido', - 'Currency' => 'Valuta', - 'Customer' => 'Cliente', - 'Customer missing!' => 'Cliente mancante!', - 'Customer not on file!' => 'Cliente non sul file!', - 'Date' => 'Data', - 'Dec' => 'Dic', - 'December' => 'Dicembre', - 'Delete' => 'Cancella', - 'Delivery Date' => 'Data di spedizione', - 'Description' => 'Descrizione', - 'Due Date' => 'Scadenza Fattura', - 'E-mail' => 'E-mail', - 'E-mail address missing!' => 'Indirizzo e-mail mancante!', - 'Edit Sales Invoice' => 'Modifica Fattura di Vendita', - 'Exch' => 'Cambio', - 'Extended' => 'Esteso', - 'Fax' => 'Fax', - 'Feb' => 'Feb', - 'February' => 'Febbraio', - 'In-line' => 'In-line', - 'Invoice' => 'Fattura', - 'Invoice Date' => 'Data Registrazione Fattura', - 'Invoice Date missing!' => 'Manca la data della Fattura!', - 'Invoice Number' => 'Protocollo Numero', - 'Invoice Number missing!' => 'Manca il numero della Fattura!', - 'Invoice deleted!' => 'Fattura Cancellata!', - 'Item not on file!' => 'Articolo non in archivio!', - 'Jan' => 'Gen', - 'January' => 'Gennaio', - 'Jul' => 'Lug', - 'July' => 'Luglio', - 'Jun' => 'Giu', - 'June' => 'Giugno', - 'Mar' => 'Mar', - 'March' => 'Marzo', - 'May' => 'Mag', - 'May ' => 'Mag ', - 'Message' => 'Messaggio', - 'Notes' => 'Note', - 'Nov' => 'Nov', - 'November' => 'Novembre', - 'Number' => 'Partita IVA', - 'Number missing in Row' => 'Manca il codice nella riga', - 'Oct' => 'Ott', - 'October' => 'Ottobre', - 'Order Date missing!' => 'Manca la data dell\'ordine', - 'Order Number' => 'Numero Fattura Fornitore', - 'Order Number missing!' => 'Manca il numero dell\'ordine!', - 'PDF' => 'PDF', - 'Packing List' => 'Lista Etichette', - 'Packing List Date missing!' => 'Manca la data della Packing List!', - 'Packing List Number missing!' => 'Manca il codice della Packing List!', - 'Part' => 'Articolo', - 'Payment date missing!' => 'Manca la data del pagamento!', - 'Payments' => 'Pagamenti', - 'Phone' => 'Tel.', - 'Post' => 'Salva', - 'Post as new' => 'Salva come nuovo', - 'Postscript' => 'Postscript', - 'Price' => 'Prezzo', - 'Print' => 'Stampa', - 'Project' => 'Progetto', - 'Project not on file!' => 'Progetto non archiviato!', - 'Purchase Order' => 'Ordine di acquisto', - 'Qty' => 'Q.tà', - 'Recd' => 'Ricevuto', - 'Record in' => 'Registra in', - 'Reference' => 'Riferimento', - 'Remaining' => 'Rimanente', - 'Required by' => 'Necessario dal', - 'Sales Order' => 'Ordine di vendita', - 'Screen' => 'Schermo', - 'Select from one of the names below' => 'Seleziona uno dei seguenti nomi', - 'Select from one of the projects below' => 'Seleziona uno dei seguenti progetti', - 'Select postscript or PDF!' => 'Scegli tra postscript e PDF!', - 'Sep' => 'Set', - 'September' => 'Settembre', - 'Service' => 'Servizio', - 'Ship' => 'Invio', - 'Ship to' => 'Spedire a', - 'Ship via' => 'Porto', - 'Source' => 'Sorgente', - 'Subject' => 'Oggetto', - 'Subtotal' => 'Totale Parziale', - 'Tax Included' => 'Tasse Incluse', - 'To' => 'Al', - 'Total' => 'Totale', - 'Unit' => 'Unità', - 'Update' => 'Aggiorna', - 'Vendor not on file!' => 'Fornitore non in archivio!', - 'What type of item is this?' => 'Che tipo di Articolo è questo?', - 'Yes' => 'Si', - 'ea' => 'ci', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'add' => 'add', - 'add_transaction' => 'add_transaction', - 'ap_transaction' => 'ap_transaction', - 'ar_transaction' => 'ar_transaction', - 'calc_markup' => 'calc_markup', - 'check_form' => 'check_form', - 'check_name' => 'check_name', - 'check_project' => 'check_project', - 'continue' => 'continue', - 'create_form' => 'create_form', - 'customer_details' => 'customer_details', - 'delete' => 'delete', - 'delete_schedule' => 'delete_schedule', - 'display' => 'display', - 'display_form' => 'display_form', - 'display_row' => 'display_row', - 'e_mail' => 'e_mail', - 'edit' => 'edit', - 'form_footer' => 'form_footer', - 'form_header' => 'form_header', - 'gl_transaction' => 'gl_transaction', - 'invoice_links' => 'invoice_links', - 'invoicetotal' => 'invoicetotal', - 'item_selected' => 'item_selected', - 'js_menu' => 'js_menu', - 'menubar' => 'menubar', - 'name_selected' => 'name_selected', - 'new_item' => 'new_item', - 'post' => 'post', - 'post_as_new' => 'post_as_new', - 'prepare_invoice' => 'prepare_invoice', - 'print' => 'print', - 'print_and_post' => 'print_and_post', - 'print_and_post_as_new' => 'print_and_post_as_new', - 'print_form' => 'print_form', - 'print_options' => 'print_options', - 'project_selected' => 'project_selected', - 'purchase_order' => 'purchase_order', - 'quotation' => 'quotation', - 'rebuild_vc' => 'rebuild_vc', - 'repost' => 'repost', - 'reprint' => 'reprint', - 'rfq' => 'rfq', - 'sales_invoice_' => 'sales_invoice_', - 'sales_order' => 'sales_order', - 'save_schedule' => 'save_schedule', - 'schedule' => 'schedule', - 'section_menu' => 'section_menu', - 'select_item' => 'select_item', - 'select_name' => 'select_name', - 'select_project' => 'select_project', - 'send_email' => 'send_email', - 'ship_to' => 'ship_to', - 'update' => 'update', - 'validate_items' => 'validate_items', - 'vendor_details' => 'vendor_details', - 'vendor_invoice_' => 'vendor_invoice_', - 'yes' => 'yes', - 'continua' => 'continue', - 'cancella' => 'delete', - 'e_mail' => 'e_mail', - 'salva' => 'post', - 'salva_come_nuovo' => 'post_as_new', - 'stampa' => 'print', - 'ordine_di_vendita' => 'sales_order', - 'spedire_a' => 'ship_to', - 'aggiorna' => 'update', - 'si' => 'yes', -}; - -1; - diff --git a/locale/it/jc b/locale/it/jc deleted file mode 100755 index e419739a..00000000 --- a/locale/it/jc +++ /dev/null @@ -1,81 +0,0 @@ -$self{texts} = { - 'Accounting Menu' => 'Menu Contabilità', - 'Amount' => 'Importo', - 'Closed' => 'Chiuso', - 'Confirm!' => 'Conferma!', - 'Continue' => 'Continua', - 'Current' => 'Corrente', - 'Date' => 'Data', - 'Date missing!' => 'Manca la data!', - 'Delete' => 'Cancella', - 'Description' => 'Descrizione', - 'Employee' => 'Dipendente', - 'From' => 'Dal', - 'ID' => 'ID', - 'Include in Report' => 'Includi nel Prospetto', - 'Notes' => 'Note', - 'Open' => 'Aperto', - 'PDF' => 'PDF', - 'Postscript' => 'Postscript', - 'Print' => 'Stampa', - 'Project Number missing!' => 'Manca il codice del progetto!', - 'Qty' => 'Q.tà', - 'Save' => 'Salva', - 'Save as new' => 'Salva come nuovo', - 'Screen' => 'Schermo', - 'Select postscript or PDF!' => 'Scegli tra postscript e PDF!', - 'Subtotal' => 'Totale Parziale', - 'To' => 'Al', - 'Total' => 'Totale', - 'Update' => 'Aggiorna', - 'Yes' => 'Si', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'add' => 'add', - 'add_stores_card' => 'add_stores_card', - 'add_time_card' => 'add_time_card', - 'continue' => 'continue', - 'delete' => 'delete', - 'delete_timecard' => 'delete_timecard', - 'display' => 'display', - 'display_form' => 'display_form', - 'edit' => 'edit', - 'form_footer' => 'form_footer', - 'form_header' => 'form_header', - 'jcitems_links' => 'jcitems_links', - 'js_menu' => 'js_menu', - 'list_storescard' => 'list_storescard', - 'list_timecard' => 'list_timecard', - 'menubar' => 'menubar', - 'prepare_storescard' => 'prepare_storescard', - 'prepare_timecard' => 'prepare_timecard', - 'print' => 'print', - 'print_and_save' => 'print_and_save', - 'print_and_save_as_new' => 'print_and_save_as_new', - 'print_options' => 'print_options', - 'print_timecard' => 'print_timecard', - 'resave' => 'resave', - 'save' => 'save', - 'save_as_new' => 'save_as_new', - 'search' => 'search', - 'section_menu' => 'section_menu', - 'storescard_footer' => 'storescard_footer', - 'storescard_header' => 'storescard_header', - 'timecard_footer' => 'timecard_footer', - 'timecard_header' => 'timecard_header', - 'update' => 'update', - 'yes' => 'yes', - 'yes_delete_timecard' => 'yes_delete_timecard', - 'continua' => 'continue', - 'cancella' => 'delete', - 'stampa' => 'print', - 'salva' => 'save', - 'salva_come_nuovo' => 'save_as_new', - 'aggiorna' => 'update', - 'si' => 'yes', -}; - -1; - diff --git a/locale/it/locales.pl b/locale/it/locales.pl deleted file mode 100755 index 65674c9a..00000000 --- a/locale/it/locales.pl +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/perl - -require "../../LedgerSMB/locales.pl" diff --git a/locale/it/login b/locale/it/login deleted file mode 100755 index 7b33541f..00000000 --- a/locale/it/login +++ /dev/null @@ -1,21 +0,0 @@ -$self{texts} = { - 'Company' => 'Ragione Sociale', - 'Continue' => 'Continua', - 'Incorrect Dataset version!' => 'Versione del Dataset non corretta!', - 'Login' => 'Login', - 'Name' => 'Nome', - 'Password' => 'Password', - 'Version' => 'Versione', - 'You did not enter a name!' => 'Non hai inserito il nome!', -}; - -$self{subs} = { - 'login' => 'login', - 'login_screen' => 'login_screen', - 'logout' => 'logout', - 'selectdataset' => 'selectdataset', - 'login' => 'login', -}; - -1; - diff --git a/locale/it/menu b/locale/it/menu deleted file mode 100755 index ede27e40..00000000 --- a/locale/it/menu +++ /dev/null @@ -1,80 +0,0 @@ -$self{texts} = { - 'AP' => 'Debiti Fornitori', - 'AP Aging' => 'Partite Aperte', - 'AP Transaction' => 'Transazione Fornitore', - 'AR' => 'Crediti Clienti', - 'AR Aging' => 'Partite Aperte', - 'AR Transaction' => 'Transazione Cliente', - 'Accounting Menu' => 'Menu Contabilità', - 'Add Account' => 'Aggiungi conto', - 'Add Assembly' => 'Aggiungi Assemblato', - 'Add Customer' => 'Aggiungi Cliente', - 'Add GIFI' => 'Aggiungi codice GIFI', - 'Add Part' => 'Aggiungi Articolo', - 'Add Project' => 'Aggiungi Progetto', - 'Add Service' => 'Aggiungi Servizio', - 'Add Transaction' => 'Aggiungi Transazione', - 'Add Vendor' => 'Aggiungi Fornitore', - 'Assemblies' => 'Assemblati', - 'Audit Control' => 'Controllo accessi', - 'Backup' => 'Backup', - 'Balance Sheet' => 'Stato Patrimoniale', - 'Cash' => 'Cassa', - 'Chart of Accounts' => 'Piano dei Conti', - 'Check' => 'Assegno', - 'Customers' => 'Clienti', - 'Description' => 'Descrizione', - 'General Ledger' => 'Contabilità generale', - 'Goods & Services' => 'Beni e Servizi', - 'HTML Templates' => 'Modelli HTML', - 'Income Statement' => 'Conto Economico', - 'Invoice' => 'Fattura', - 'LaTeX Templates' => 'Modelli LaTeX', - 'Language' => 'Lingua', - 'List Accounts' => 'Lista Conti', - 'List GIFI' => 'Lista codici GIFI', - 'Logout' => 'Logout', - 'Open' => 'Aperto', - 'Order Entry' => 'Ordini', - 'Packing List' => 'Lista Etichette', - 'Parts' => 'Articoli', - 'Payment' => 'Pagamento', - 'Payments' => 'Pagamenti', - 'Preferences' => 'Preferenze', - 'Print' => 'Stampa', - 'Projects' => 'Progetti', - 'Purchase Order' => 'Ordine di acquisto', - 'Purchase Orders' => 'Ordini di acquisto', - 'Receipt' => 'Incasso', - 'Receipts' => 'Incassi', - 'Reconciliation' => 'Conciliazione', - 'Reports' => 'Prospetti', - 'Sales Invoice' => 'Fattura di vendita', - 'Sales Order' => 'Ordine di vendita', - 'Sales Orders' => 'Ordini di vendita', - 'Save to File' => 'Salva su file', - 'Send by E-Mail' => 'Spedisci via e-mail', - 'Services' => 'Servizi', - 'Ship' => 'Invio', - 'Statement' => 'Sollecito', - 'Stock Assembly' => 'Magazzino Assemblati', - 'Stylesheet' => 'Foglio di Stile', - 'System' => 'Sistema', - 'Tax collected' => 'Debito IVA', - 'Tax paid' => 'Credito IVA', - 'Transactions' => 'Transazioni', - 'Trial Balance' => 'Bilancio di Verifica', - 'Vendors' => 'Fornitori', - 'Version' => 'Versione', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'display' => 'display', - 'js_menu' => 'js_menu', - 'menubar' => 'menubar', - 'section_menu' => 'section_menu', -}; - -1; - diff --git a/locale/it/oe b/locale/it/oe deleted file mode 100755 index 007593bd..00000000 --- a/locale/it/oe +++ /dev/null @@ -1,236 +0,0 @@ -$self{texts} = { - 'Accounting Menu' => 'Menu Contabilità', - 'Add Purchase Order' => 'Aggiungi Ordine di acquisto', - 'Add Sales Invoice' => 'Aggiungi Fattura di vendita', - 'Add Sales Order' => 'Aggiungi Ordine di vendita', - 'Address' => 'Indirizzo', - 'Amount' => 'Importo', - 'Apr' => 'Apr', - 'April' => 'Aprile', - 'Are you sure you want to delete Order Number' => 'Sei sicuro di volre cancellare l\'ordine numero', - 'Attachment' => 'Attachment', - 'Aug' => 'Ago', - 'August' => 'Agosto', - 'Bcc' => 'Bcc', - 'Bin' => 'Codice BIN', - 'C' => 'C', - 'Cannot delete order!' => 'Non puoi cancellare l\'ordine', - 'Cannot save order!' => 'Non puoi salvare l\'ordine!', - 'Cc' => 'Cc', - 'Closed' => 'Chiuso', - 'Confirm!' => 'Conferma!', - 'Contact' => 'Contatto', - 'Continue' => 'Continua', - 'Copies' => 'Copie', - 'Credit Limit' => 'Fido', - 'Curr' => 'Valuta', - 'Currency' => 'Valuta', - 'Current' => 'Corrente', - 'Customer' => 'Cliente', - 'Customer missing!' => 'Cliente mancante!', - 'Customer not on file!' => 'Cliente non sul file!', - 'Date' => 'Data', - 'Dec' => 'Dic', - 'December' => 'Dicembre', - 'Delete' => 'Cancella', - 'Delivery Date' => 'Data di spedizione', - 'Description' => 'Descrizione', - 'Done' => 'Fatto', - 'E-mail' => 'E-mail', - 'E-mail address missing!' => 'Indirizzo e-mail mancante!', - 'Edit Purchase Order' => 'Modifica Ordine di acquisto', - 'Edit Sales Order' => 'Modifica Ordine di vendita', - 'Employee' => 'Dipendente', - 'Extended' => 'Esteso', - 'Fax' => 'Fax', - 'Feb' => 'Feb', - 'February' => 'Febbraio', - 'From' => 'Dal', - 'ID' => 'ID', - 'In-line' => 'In-line', - 'Include in Report' => 'Includi nel Prospetto', - 'Invoice' => 'Fattura', - 'Invoice Date missing!' => 'Manca la data della Fattura!', - 'Invoice Number missing!' => 'Manca il numero della Fattura!', - 'Item not on file!' => 'Articolo non in archivio!', - 'Jan' => 'Gen', - 'January' => 'Gennaio', - 'Jul' => 'Lug', - 'July' => 'Luglio', - 'Jun' => 'Giu', - 'June' => 'Giugno', - 'Mar' => 'Mar', - 'March' => 'Marzo', - 'May' => 'Mag', - 'May ' => 'Mag ', - 'Message' => 'Messaggio', - 'No.' => 'No.', - 'Notes' => 'Note', - 'Nothing selected!' => 'Non hai selezionato nulla!', - 'Nov' => 'Nov', - 'November' => 'Novembre', - 'Number' => 'Partita IVA', - 'Number missing in Row' => 'Manca il codice nella riga', - 'O' => 'O', - 'Oct' => 'Ott', - 'October' => 'Ottobre', - 'Open' => 'Aperto', - 'Order' => 'Ordine', - 'Order Date' => 'Data dell\'ordine', - 'Order Date missing!' => 'Manca la data dell\'ordine', - 'Order Number' => 'Numero Fattura Fornitore', - 'Order Number missing!' => 'Manca il numero dell\'ordine!', - 'Order deleted!' => 'Ordine Cancellato!', - 'Order saved!' => 'Ordine Salvato!', - 'PDF' => 'PDF', - 'Packing List' => 'Lista Etichette', - 'Packing List Date missing!' => 'Manca la data della Packing List!', - 'Packing List Number missing!' => 'Manca il codice della Packing List!', - 'Part' => 'Articolo', - 'Phone' => 'Tel.', - 'Postscript' => 'Postscript', - 'Price' => 'Prezzo', - 'Print' => 'Stampa', - 'Project' => 'Progetto', - 'Project not on file!' => 'Progetto non archiviato!', - 'Purchase Order' => 'Ordine di acquisto', - 'Purchase Orders' => 'Ordini di acquisto', - 'Qty' => 'Q.tà', - 'Recd' => 'Ricevuto', - 'Reference' => 'Riferimento', - 'Remaining' => 'Rimanente', - 'Required by' => 'Necessario dal', - 'Sales Invoice' => 'Fattura di vendita', - 'Sales Order' => 'Ordine di vendita', - 'Sales Orders' => 'Ordini di vendita', - 'Save' => 'Salva', - 'Save as new' => 'Salva come nuovo', - 'Screen' => 'Schermo', - 'Select from one of the names below' => 'Seleziona uno dei seguenti nomi', - 'Select from one of the projects below' => 'Seleziona uno dei seguenti progetti', - 'Select postscript or PDF!' => 'Scegli tra postscript e PDF!', - 'Sep' => 'Set', - 'September' => 'Settembre', - 'Service' => 'Servizio', - 'Ship' => 'Invio', - 'Ship to' => 'Spedire a', - 'Ship via' => 'Porto', - 'Subject' => 'Oggetto', - 'Subtotal' => 'Totale Parziale', - 'Tax' => 'Tassa', - 'Tax Included' => 'Tasse Incluse', - 'To' => 'Al', - 'Total' => 'Totale', - 'Unit' => 'Unità', - 'Update' => 'Aggiorna', - 'Vendor' => 'Fornitore', - 'Vendor missing!' => 'Manca il fornitore!', - 'Vendor not on file!' => 'Fornitore non in archivio!', - 'What type of item is this?' => 'Che tipo di Articolo è questo?', - 'Yes' => 'Si', - 'days' => 'giorni', - 'ea' => 'ci', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'add' => 'add', - 'add_transaction' => 'add_transaction', - 'ap_transaction' => 'ap_transaction', - 'ar_transaction' => 'ar_transaction', - 'backorder_exchangerate' => 'backorder_exchangerate', - 'calc_markup' => 'calc_markup', - 'check_form' => 'check_form', - 'check_name' => 'check_name', - 'check_project' => 'check_project', - 'consolidate_orders' => 'consolidate_orders', - 'continue' => 'continue', - 'create_backorder' => 'create_backorder', - 'create_form' => 'create_form', - 'customer_details' => 'customer_details', - 'delete' => 'delete', - 'delete_schedule' => 'delete_schedule', - 'display' => 'display', - 'display_form' => 'display_form', - 'display_row' => 'display_row', - 'display_ship_receive' => 'display_ship_receive', - 'done' => 'done', - 'e_mail' => 'e_mail', - 'edit' => 'edit', - 'form_footer' => 'form_footer', - 'form_header' => 'form_header', - 'generate_orders' => 'generate_orders', - 'generate_purchase_orders' => 'generate_purchase_orders', - 'gl_transaction' => 'gl_transaction', - 'invoice' => 'invoice', - 'invoicetotal' => 'invoicetotal', - 'item_selected' => 'item_selected', - 'js_menu' => 'js_menu', - 'list_transfer' => 'list_transfer', - 'menubar' => 'menubar', - 'name_selected' => 'name_selected', - 'new_item' => 'new_item', - 'order_links' => 'order_links', - 'po_orderitems' => 'po_orderitems', - 'post_as_new' => 'post_as_new', - 'prepare_order' => 'prepare_order', - 'print' => 'print', - 'print_and_post_as_new' => 'print_and_post_as_new', - 'print_and_save' => 'print_and_save', - 'print_and_save_as_new' => 'print_and_save_as_new', - 'print_form' => 'print_form', - 'print_options' => 'print_options', - 'project_selected' => 'project_selected', - 'purchase_order' => 'purchase_order', - 'quotation' => 'quotation', - 'quotation_' => 'quotation_', - 'rebuild_vc' => 'rebuild_vc', - 'repost' => 'repost', - 'reprint' => 'reprint', - 'rfq' => 'rfq', - 'rfq_' => 'rfq_', - 'sales_invoice' => 'sales_invoice', - 'sales_invoice_' => 'sales_invoice_', - 'sales_order' => 'sales_order', - 'save' => 'save', - 'save_as_new' => 'save_as_new', - 'save_exchangerate' => 'save_exchangerate', - 'save_schedule' => 'save_schedule', - 'schedule' => 'schedule', - 'search' => 'search', - 'search_transfer' => 'search_transfer', - 'section_menu' => 'section_menu', - 'select_item' => 'select_item', - 'select_name' => 'select_name', - 'select_project' => 'select_project', - 'select_vendor' => 'select_vendor', - 'send_email' => 'send_email', - 'ship_receive' => 'ship_receive', - 'ship_to' => 'ship_to', - 'subtotal' => 'subtotal', - 'transactions' => 'transactions', - 'transfer' => 'transfer', - 'update' => 'update', - 'validate_items' => 'validate_items', - 'vendor_details' => 'vendor_details', - 'vendor_invoice' => 'vendor_invoice', - 'vendor_invoice_' => 'vendor_invoice_', - 'vendor_selected' => 'vendor_selected', - 'yes' => 'yes', - 'continua' => 'continue', - 'cancella' => 'delete', - 'fatto' => 'done', - 'e_mail' => 'e_mail', - 'stampa' => 'print', - 'ordine_di_acquisto' => 'purchase_order', - 'fattura_di_vendita' => 'sales_invoice', - 'ordine_di_vendita' => 'sales_order', - 'salva' => 'save', - 'salva_come_nuovo' => 'save_as_new', - 'spedire_a' => 'ship_to', - 'aggiorna' => 'update', - 'si' => 'yes', -}; - -1; - diff --git a/locale/it/pe b/locale/it/pe deleted file mode 100755 index 4f398036..00000000 --- a/locale/it/pe +++ /dev/null @@ -1,107 +0,0 @@ -$self{texts} = { - 'Accounting Menu' => 'Menu Contabilità', - 'Active' => 'Attivo', - 'Add' => 'Aggiungi', - 'Add Project' => 'Aggiungi Progetto', - 'Address' => 'Indirizzo', - 'All' => 'Tutti', - 'Amount' => 'Importo', - 'Bin' => 'Codice BIN', - 'Continue' => 'Continua', - 'Current' => 'Corrente', - 'Customer' => 'Cliente', - 'Customer missing!' => 'Cliente mancante!', - 'Customer not on file!' => 'Cliente non sul file!', - 'Date' => 'Data', - 'Delete' => 'Cancella', - 'Description' => 'Descrizione', - 'Edit Project' => 'Modifica Progetto', - 'Employee' => 'Dipendente', - 'From' => 'Dal', - 'Income' => 'Ricavi', - 'Language' => 'Lingua', - 'Link Accounts' => 'Collegamenti tra Conti', - 'List Price' => 'Prezzo di Listino', - 'Notes' => 'Note', - 'Nothing selected!' => 'Non hai selezionato nulla!', - 'Number' => 'Partita IVA', - 'Orphaned' => 'Orfano', - 'Project' => 'Progetto', - 'Project deleted!' => 'Progetto cancellato!', - 'Project saved!' => 'Progetto salvato!', - 'Projects' => 'Progetti', - 'Qty' => 'Q.tà', - 'Save' => 'Salva', - 'Select from one of the names below' => 'Seleziona uno dei seguenti nomi', - 'Sell Price' => 'Prezzo di Vendita', - 'Tax' => 'Tassa', - 'To' => 'Al', - 'Unit' => 'Unità', - 'Update' => 'Aggiorna', - 'Updated' => 'Aggiornato', - 'Vendor' => 'Fornitore', - 'Vendor not on file!' => 'Fornitore non in archivio!', - 'Weight' => 'Peso', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'add' => 'add', - 'add_group' => 'add_group', - 'add_job' => 'add_job', - 'add_pricegroup' => 'add_pricegroup', - 'add_project' => 'add_project', - 'continue' => 'continue', - 'customer_selected' => 'customer_selected', - 'delete' => 'delete', - 'display' => 'display', - 'display_form' => 'display_form', - 'edit' => 'edit', - 'edit_translation' => 'edit_translation', - 'generate_sales_orders' => 'generate_sales_orders', - 'jcitems' => 'jcitems', - 'job_footer' => 'job_footer', - 'job_header' => 'job_header', - 'job_report' => 'job_report', - 'js_menu' => 'js_menu', - 'list_projects' => 'list_projects', - 'list_stock' => 'list_stock', - 'list_translations' => 'list_translations', - 'menubar' => 'menubar', - 'name_selected' => 'name_selected', - 'partsgroup_footer' => 'partsgroup_footer', - 'partsgroup_header' => 'partsgroup_header', - 'partsgroup_report' => 'partsgroup_report', - 'prepare_job' => 'prepare_job', - 'prepare_partsgroup' => 'prepare_partsgroup', - 'prepare_pricegroup' => 'prepare_pricegroup', - 'prepare_project' => 'prepare_project', - 'pricegroup_footer' => 'pricegroup_footer', - 'pricegroup_header' => 'pricegroup_header', - 'pricegroup_report' => 'pricegroup_report', - 'project_footer' => 'project_footer', - 'project_header' => 'project_header', - 'project_jcitems_list' => 'project_jcitems_list', - 'project_report' => 'project_report', - 'project_sales_order' => 'project_sales_order', - 'sales_order_footer' => 'sales_order_footer', - 'sales_order_header' => 'sales_order_header', - 'save' => 'save', - 'search' => 'search', - 'section_menu' => 'section_menu', - 'select_customer' => 'select_customer', - 'select_name' => 'select_name', - 'stock' => 'stock', - 'translation' => 'translation', - 'translation_footer' => 'translation_footer', - 'translation_header' => 'translation_header', - 'update' => 'update', - 'aggiungi_progetto' => 'add_project', - 'continua' => 'continue', - 'cancella' => 'delete', - 'salva' => 'save', - 'aggiorna' => 'update', -}; - -1; - diff --git a/locale/it/pos b/locale/it/pos deleted file mode 100755 index 0bbbc1c6..00000000 --- a/locale/it/pos +++ /dev/null @@ -1,62 +0,0 @@ -$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; - diff --git a/locale/it/ps b/locale/it/ps deleted file mode 100755 index 09c97c7d..00000000 --- a/locale/it/ps +++ /dev/null @@ -1,284 +0,0 @@ -$self{texts} = { - 'AP Aging' => 'Partite Aperte', - 'AP Transaction' => 'Transazione Fornitore', - 'AP Transactions' => 'Transazioni Fornitori', - 'AR Aging' => 'Partite Aperte', - 'AR Transaction' => 'Transazione Cliente', - 'AR Transactions' => 'Transazioni Clienti', - 'Account' => 'Conto', - 'Account Number' => 'Numero di conto', - 'Accounting Menu' => 'Menu Contabilità', - 'Accounts' => 'Conti', - 'Add Purchase Order' => 'Aggiungi Ordine di acquisto', - 'Add Sales Invoice' => 'Aggiungi Fattura di vendita', - 'Add Sales Order' => 'Aggiungi Ordine di vendita', - 'Address' => 'Indirizzo', - 'Amount' => 'Importo', - 'Amount Due' => 'Importo Dovuto', - 'Apr' => 'Apr', - 'April' => 'Aprile', - 'Are you sure you want to delete Invoice Number' => 'Sei sicuro di voler cancellare la Fattura numero', - 'Are you sure you want to delete Transaction' => 'Sei sicuro di voler cancellare la Transazione', - 'Attachment' => 'Attachment', - 'Aug' => 'Ago', - 'August' => 'Agosto', - 'Balance' => 'Saldo', - 'Balance Sheet' => 'Stato Patrimoniale', - 'Bcc' => 'Bcc', - 'Bin' => 'Codice BIN', - 'Cannot delete invoice!' => 'Non puoi cancellare la fattura!', - 'Cannot delete transaction!' => 'Non puoi cancellare la transazione', - 'Cannot post invoice for a closed period!' => 'Non puoi salvare una transazione per un periodo chiuso!', - 'Cannot post invoice!' => 'Non puoi salvare la fattura!', - 'Cannot post payment for a closed period!' => 'Non puoi salvare pagamenti per un periodo chiuso!', - 'Cannot post transaction for a closed period!' => 'Non puoi salvare una transazione per un periodo chiuso!', - 'Cannot post transaction!' => 'Non puoi salvare la transazione!', - 'Cash' => 'Cassa', - 'Cc' => 'Cc', - 'Check' => 'Assegno', - 'Closed' => 'Chiuso', - 'Compare to' => 'Confronta con', - 'Confirm!' => 'Conferma!', - 'Contact' => 'Contatto', - 'Continue' => 'Continua', - 'Copies' => 'Copie', - 'Credit' => 'Avere', - 'Credit Limit' => 'Fido', - 'Curr' => 'Valuta', - 'Currency' => 'Valuta', - 'Current' => 'Corrente', - 'Customer' => 'Cliente', - 'Customer missing!' => 'Cliente mancante!', - 'Customer not on file!' => 'Cliente non sul file!', - 'Date' => 'Data', - 'Date Paid' => 'Data di pagamento', - 'Debit' => 'Dare', - 'Dec' => 'Dic', - 'December' => 'Dicembre', - 'Decimalplaces' => 'Numero di decimali', - 'Delete' => 'Cancella', - 'Delivery Date' => 'Data di spedizione', - 'Description' => 'Descrizione', - 'Due Date' => 'Scadenza Fattura', - 'Due Date missing!' => 'Data di Scadenza mancante!', - 'E-mail' => 'E-mail', - 'E-mail Statement to' => 'Manda il sollecito via e-mail a', - 'E-mail address missing!' => 'Indirizzo e-mail mancante!', - 'Edit Sales Invoice' => 'Modifica Fattura di Vendita', - 'Employee' => 'Dipendente', - 'Exch' => 'Cambio', - 'Extended' => 'Esteso', - 'Fax' => 'Fax', - 'Feb' => 'Feb', - 'February' => 'Febbraio', - 'From' => 'Dal', - 'GIFI' => 'Codice GIFI', - 'Heading' => 'Intestazione', - 'ID' => 'ID', - 'In-line' => 'In-line', - 'Include in Report' => 'Includi nel Prospetto', - 'Income Statement' => 'Conto Economico', - 'Invoice' => 'Fattura', - 'Invoice Date' => 'Data Registrazione Fattura', - 'Invoice Date missing!' => 'Manca la data della Fattura!', - 'Invoice Number' => 'Protocollo Numero', - 'Invoice Number missing!' => 'Manca il numero della Fattura!', - 'Invoice deleted!' => 'Fattura Cancellata!', - 'Item not on file!' => 'Articolo non in archivio!', - 'Jan' => 'Gen', - 'January' => 'Gennaio', - 'Jul' => 'Lug', - 'July' => 'Luglio', - 'Jun' => 'Giu', - 'June' => 'Giugno', - 'Language' => 'Lingua', - 'Mar' => 'Mar', - 'March' => 'Marzo', - 'May' => 'Mag', - 'May ' => 'Mag ', - 'Message' => 'Messaggio', - 'N/A' => 'N/A', - 'No.' => 'No.', - 'Notes' => 'Note', - 'Nothing selected!' => 'Non hai selezionato nulla!', - 'Nov' => 'Nov', - 'November' => 'Novembre', - 'Number' => 'Partita IVA', - 'Number missing in Row' => 'Manca il codice nella riga', - 'Oct' => 'Ott', - 'October' => 'Ottobre', - 'Open' => 'Aperto', - 'Order' => 'Ordine', - 'Order Date missing!' => 'Manca la data dell\'ordine', - 'Order Number' => 'Numero Fattura Fornitore', - 'Order Number missing!' => 'Manca il numero dell\'ordine!', - 'PDF' => 'PDF', - 'Packing List' => 'Lista Etichette', - 'Packing List Date missing!' => 'Manca la data della Packing List!', - 'Packing List Number missing!' => 'Manca il codice della Packing List!', - 'Paid' => 'Importo Pagato', - 'Part' => 'Articolo', - 'Payment date missing!' => 'Manca la data del pagamento!', - 'Payments' => 'Pagamenti', - 'Phone' => 'Tel.', - 'Post' => 'Salva', - 'Post as new' => 'Salva come nuovo', - 'Postscript' => 'Postscript', - 'Price' => 'Prezzo', - 'Print' => 'Stampa', - 'Project' => 'Progetto', - 'Project not on file!' => 'Progetto non archiviato!', - 'Purchase Order' => 'Ordine di acquisto', - 'Qty' => 'Q.tà', - 'Recd' => 'Ricevuto', - 'Receipt' => 'Incasso', - 'Receipts' => 'Incassi', - 'Record in' => 'Registra in', - 'Reference' => 'Riferimento', - 'Remaining' => 'Rimanente', - 'Report for' => 'Prospetto per', - 'Required by' => 'Necessario dal', - 'Sales Order' => 'Ordine di vendita', - 'Screen' => 'Schermo', - 'Select all' => 'Seleziona tutto', - 'Select from one of the names below' => 'Seleziona uno dei seguenti nomi', - 'Select from one of the projects below' => 'Seleziona uno dei seguenti progetti', - 'Select postscript or PDF!' => 'Scegli tra postscript e PDF!', - 'Sep' => 'Set', - 'September' => 'Settembre', - 'Service' => 'Servizio', - 'Ship' => 'Invio', - 'Ship to' => 'Spedire a', - 'Ship via' => 'Porto', - 'Source' => 'Sorgente', - 'Standard' => 'Standard', - 'Statement' => 'Sollecito', - 'Statement sent to' => 'Sollecito mandato a', - 'Statements sent to printer!' => 'Solleciti mandati in stampa!', - 'Subject' => 'Oggetto', - 'Subtotal' => 'Totale Parziale', - 'Tax' => 'Tassa', - 'Tax Included' => 'Tasse Incluse', - 'Tax collected' => 'Debito IVA', - 'Tax paid' => 'Credito IVA', - 'To' => 'Al', - 'Total' => 'Totale', - 'Transaction deleted!' => 'Transazione cancellata!', - 'Transaction posted!' => 'Transazione salvata!', - 'Trial Balance' => 'Bilancio di Verifica', - 'Unit' => 'Unità', - 'Update' => 'Aggiorna', - 'Vendor' => 'Fornitore', - 'Vendor missing!' => 'Manca il fornitore!', - 'Vendor not on file!' => 'Fornitore non in archivio!', - 'What type of item is this?' => 'Che tipo di Articolo è questo?', - 'Yes' => 'Si', - 'as at' => 'Al', - 'ea' => 'ci', - 'for Period' => 'per il Periodo', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'add' => 'add', - 'add_transaction' => 'add_transaction', - 'aging' => 'aging', - 'ap_transaction' => 'ap_transaction', - 'ar_transaction' => 'ar_transaction', - 'calc_markup' => 'calc_markup', - 'check_form' => 'check_form', - 'check_name' => 'check_name', - 'check_project' => 'check_project', - 'continue' => 'continue', - 'create_form' => 'create_form', - 'create_links' => 'create_links', - 'customer_details' => 'customer_details', - 'delete' => 'delete', - 'delete_schedule' => 'delete_schedule', - 'display' => 'display', - 'display_form' => 'display_form', - 'display_row' => 'display_row', - 'e_mail' => 'e_mail', - 'edit' => 'edit', - 'form_footer' => 'form_footer', - 'form_header' => 'form_header', - 'generate_ap_aging' => 'generate_ap_aging', - 'generate_ar_aging' => 'generate_ar_aging', - 'generate_balance_sheet' => 'generate_balance_sheet', - 'generate_income_statement' => 'generate_income_statement', - 'generate_projects' => 'generate_projects', - 'generate_tax_report' => 'generate_tax_report', - 'generate_trial_balance' => 'generate_trial_balance', - 'gl_transaction' => 'gl_transaction', - 'invoice_links' => 'invoice_links', - 'invoicetotal' => 'invoicetotal', - 'item_selected' => 'item_selected', - 'js_menu' => 'js_menu', - 'list_accounts' => 'list_accounts', - 'list_payments' => 'list_payments', - 'lookup_partsgroup' => 'lookup_partsgroup', - 'menubar' => 'menubar', - 'name_selected' => 'name_selected', - 'new_item' => 'new_item', - 'openinvoices' => 'openinvoices', - 'payment_selected' => 'payment_selected', - 'payment_subtotal' => 'payment_subtotal', - 'post' => 'post', - 'post_as_new' => 'post_as_new', - 'prepare_invoice' => 'prepare_invoice', - 'print' => 'print', - 'print_and_post' => 'print_and_post', - 'print_and_post_as_new' => 'print_and_post_as_new', - 'print_check' => 'print_check', - 'print_form' => 'print_form', - 'print_options' => 'print_options', - 'print_receipt' => 'print_receipt', - 'print_transaction' => 'print_transaction', - 'project_selected' => 'project_selected', - 'purchase_order' => 'purchase_order', - 'quotation' => 'quotation', - 'rebuild_vc' => 'rebuild_vc', - 'receipts' => 'receipts', - 'report' => 'report', - 'repost' => 'repost', - 'reprint' => 'reprint', - 'rfq' => 'rfq', - 'sales_invoice_' => 'sales_invoice_', - 'sales_order' => 'sales_order', - 'save_schedule' => 'save_schedule', - 'schedule' => 'schedule', - 'search' => 'search', - 'section_menu' => 'section_menu', - 'select_all' => 'select_all', - 'select_item' => 'select_item', - 'select_name' => 'select_name', - 'select_payment' => 'select_payment', - 'select_project' => 'select_project', - 'send_email' => 'send_email', - 'ship_to' => 'ship_to', - 'statement_details' => 'statement_details', - 'subtotal' => 'subtotal', - 'tax_subtotal' => 'tax_subtotal', - 'transactions' => 'transactions', - 'update' => 'update', - 'validate_items' => 'validate_items', - 'vendor_details' => 'vendor_details', - 'vendor_invoice_' => 'vendor_invoice_', - 'yes' => 'yes', - 'transazione_fornitore' => 'ap_transaction', - 'transazione_cliente' => 'ar_transaction', - 'continua' => 'continue', - 'cancella' => 'delete', - 'e_mail' => 'e_mail', - 'salva' => 'post', - 'salva_come_nuovo' => 'post_as_new', - 'stampa' => 'print', - 'ordine_di_vendita' => 'sales_order', - 'seleziona_tutto' => 'select_all', - 'spedire_a' => 'ship_to', - 'aggiorna' => 'update', - 'si' => 'yes', -}; - -1; - diff --git a/locale/it/pw b/locale/it/pw deleted file mode 100755 index 1787e9c9..00000000 --- a/locale/it/pw +++ /dev/null @@ -1,12 +0,0 @@ -$self{texts} = { - 'Continue' => 'Continua', - 'Password' => 'Password', -}; - -$self{subs} = { - 'getpassword' => 'getpassword', - 'continua' => 'continue', -}; - -1; - diff --git a/locale/it/qe b/locale/it/qe deleted file mode 100755 index 7153d1ec..00000000 --- a/locale/it/qe +++ /dev/null @@ -1,199 +0,0 @@ -$self{texts} = { - 'Add' => 'Aggiungi', - 'Add Purchase Invoice' => 'Aggiungi Fattura di acquisto', - 'Add Purchase Order' => 'Aggiungi Ordine di acquisto', - 'Add Sales Invoice' => 'Aggiungi Fattura di vendita', - 'Add Sales Order' => 'Aggiungi Ordine di vendita', - 'Address' => 'Indirizzo', - 'Amount' => 'Importo', - 'Apr' => 'Apr', - 'April' => 'Aprile', - 'Are you sure you want to delete Order Number' => 'Sei sicuro di volre cancellare l\'ordine numero', - 'Attachment' => 'Attachment', - 'Aug' => 'Ago', - 'August' => 'Agosto', - 'Bcc' => 'Bcc', - 'Bin' => 'Codice BIN', - 'C' => 'C', - 'Cannot delete order!' => 'Non puoi cancellare l\'ordine', - 'Cannot save order!' => 'Non puoi salvare l\'ordine!', - 'Cc' => 'Cc', - 'Closed' => 'Chiuso', - 'Confirm!' => 'Conferma!', - 'Contact' => 'Contatto', - 'Continue' => 'Continua', - 'Copies' => 'Copie', - 'Credit Limit' => 'Fido', - 'Curr' => 'Valuta', - 'Currency' => 'Valuta', - 'Customer' => 'Cliente', - 'Customer missing!' => 'Cliente mancante!', - 'Customer not on file!' => 'Cliente non sul file!', - 'Date' => 'Data', - 'Dec' => 'Dic', - 'December' => 'Dicembre', - 'Delete' => 'Cancella', - 'Delivery Date' => 'Data di spedizione', - 'Description' => 'Descrizione', - 'E-mail' => 'E-mail', - 'E-mail address missing!' => 'Indirizzo e-mail mancante!', - 'Edit Purchase Order' => 'Modifica Ordine di acquisto', - 'Edit Sales Order' => 'Modifica Ordine di vendita', - 'Exchangerate' => 'Tasso di Cambio', - 'Exchangerate missing!' => 'Manca il Tasso di Cambio!', - 'Extended' => 'Esteso', - 'Fax' => 'Fax', - 'Feb' => 'Feb', - 'February' => 'Febbraio', - 'From' => 'Dal', - 'ID' => 'ID', - 'In-line' => 'In-line', - 'Include in Report' => 'Includi nel Prospetto', - 'Invoice' => 'Fattura', - 'Invoice Date missing!' => 'Manca la data della Fattura!', - 'Invoice Number missing!' => 'Manca il numero della Fattura!', - 'Item not on file!' => 'Articolo non in archivio!', - 'Jan' => 'Gen', - 'January' => 'Gennaio', - 'Jul' => 'Lug', - 'July' => 'Luglio', - 'Jun' => 'Giu', - 'June' => 'Giugno', - 'Mar' => 'Mar', - 'March' => 'Marzo', - 'May' => 'Mag', - 'May ' => 'Mag ', - 'Message' => 'Messaggio', - 'Name' => 'Nome', - 'No.' => 'No.', - 'Notes' => 'Note', - 'Nov' => 'Nov', - 'November' => 'Novembre', - 'Number' => 'Partita IVA', - 'Number missing in Row' => 'Manca il codice nella riga', - 'O' => 'O', - 'Oct' => 'Ott', - 'October' => 'Ottobre', - 'Open' => 'Aperto', - 'Order' => 'Ordine', - 'Order Date' => 'Data dell\'ordine', - 'Order Date missing!' => 'Manca la data dell\'ordine', - 'Order Number' => 'Ordine Numero', - 'Order Number missing!' => 'Manca il numero dell\'ordine!', - 'Order deleted!' => 'Ordine Cancellato!', - 'Order saved!' => 'Ordine Salvato!', - 'PDF' => 'PDF', - 'Packing List' => 'Lista Etichette', - 'Packing List Date missing!' => 'Manca la data della Packing List!', - 'Packing List Number missing!' => 'Manca il codice della Packing List!', - 'Part' => 'Articolo', - 'Phone' => 'Tel.', - 'Postscript' => 'Postscript', - 'Price' => 'Prezzo', - 'Print' => 'Stampa', - 'Printer' => 'Stampante', - 'Project' => 'Progetto', - 'Project not on file!' => 'Progetto non archiviato!', - 'Purchase Order' => 'Ordine di acquisto', - 'Purchase Orders' => 'Ordini di acquisto', - 'Qty' => 'Q.tà', - 'Recd' => 'Ricevuto', - 'Remaining' => 'Rimanente', - 'Required by' => 'Necessario dal', - 'Sales Order' => 'Ordine di vendita', - 'Sales Orders' => 'Ordini di vendita', - 'Save' => 'Salva', - 'Save as new' => 'Salva come nuovo', - 'Screen' => 'Schermo', - 'Select from one of the items below' => 'Seleziona uno dei seguenti Articoli', - 'Select from one of the names below' => 'Seleziona uno dei seguenti nomi', - 'Select from one of the projects below' => 'Seleziona uno dei seguenti progetti', - 'Select postscript or PDF!' => 'Scegli tra postscript e PDF!', - 'Sep' => 'Set', - 'September' => 'Settembre', - 'Service' => 'Servizio', - 'Ship' => 'Invio', - 'Ship to' => 'Spedire a', - 'Ship via' => 'Porto', - 'Subject' => 'Oggetto', - 'Subtotal' => 'Totale Parziale', - 'Tax' => 'Tassa', - 'Tax Included' => 'Tasse Incluse', - 'Terms' => 'Termini: Netto', - 'To' => 'Al', - 'Total' => 'Totale', - 'Unit' => 'Unità', - 'Update' => 'Aggiorna', - 'Vendor' => 'Fornitore', - 'Vendor missing!' => 'Manca il fornitore!', - 'Vendor not on file!' => 'Fornitore non in archivio!', - 'What type of item is this?' => 'Che tipo di Articolo è questo?', - 'Yes' => 'Si', - 'days' => 'giorni', - 'ea' => 'ci', - 'emailed to' => 'Mandato via e-mail a', - 'sent to printer' => 'mandato in stampa', -}; - -$self{subs} = { - 'add' => 'add', - 'add_transaction' => 'add_transaction', - 'ap_transaction' => 'ap_transaction', - 'ar_transaction' => 'ar_transaction', - 'check_form' => 'check_form', - 'check_name' => 'check_name', - 'check_project' => 'check_project', - 'continue' => 'continue', - 'create_backorder' => 'create_backorder', - 'customer_details' => 'customer_details', - 'delete' => 'delete', - 'display_form' => 'display_form', - 'display_row' => 'display_row', - 'e_mail' => 'e_mail', - 'edit' => 'edit', - 'form_footer' => 'form_footer', - 'form_header' => 'form_header', - 'gl_transaction' => 'gl_transaction', - 'invoice' => 'invoice', - 'invoicetotal' => 'invoicetotal', - 'item_selected' => 'item_selected', - 'name_selected' => 'name_selected', - 'new_item' => 'new_item', - 'order' => 'order', - 'order_links' => 'order_links', - 'orders' => 'orders', - 'post_as_new' => 'post_as_new', - 'prepare_order' => 'prepare_order', - 'print' => 'print', - 'print_form' => 'print_form', - 'print_options' => 'print_options', - 'project_selected' => 'project_selected', - 'purchase_invoice' => 'purchase_invoice', - 'sales_invoice' => 'sales_invoice', - 'save' => 'save', - 'save_as_new' => 'save_as_new', - 'search' => 'search', - 'select_item' => 'select_item', - 'select_name' => 'select_name', - 'select_project' => 'select_project', - 'send_email' => 'send_email', - 'ship_to' => 'ship_to', - 'subtotal' => 'subtotal', - 'update' => 'update', - 'validate_items' => 'validate_items', - 'vendor_details' => 'vendor_details', - 'yes' => 'yes', - 'aggiungi' => 'add', - 'continua' => 'continue', - 'cancella' => 'delete', - 'e_mail' => 'e_mail', - 'fattura' => 'invoice', - 'stampa' => 'print', - 'salva' => 'save', - 'salva_come_nuovo' => 'save_as_new', - 'spedire_a' => 'ship_to', - 'aggiorna' => 'update', - 'si' => 'yes', -}; - -1; diff --git a/locale/it/rc b/locale/it/rc deleted file mode 100755 index 4e7c9689..00000000 --- a/locale/it/rc +++ /dev/null @@ -1,67 +0,0 @@ -$self{texts} = { - 'Account' => 'Conto', - 'Accounting Menu' => 'Menu Contabilità', - 'Apr' => 'Apr', - 'April' => 'Aprile', - 'Aug' => 'Ago', - 'August' => 'Agosto', - 'Balance' => 'Saldo', - 'Continue' => 'Continua', - 'Credit' => 'Avere', - 'Current' => 'Corrente', - 'Date' => 'Data', - 'Debit' => 'Dare', - 'Dec' => 'Dic', - 'December' => 'Dicembre', - 'Description' => 'Descrizione', - 'Difference' => 'Differenza', - 'Done' => 'Fatto', - 'Feb' => 'Feb', - 'February' => 'Febbraio', - 'From' => 'Dal', - 'Jan' => 'Gen', - 'January' => 'Gennaio', - 'Jul' => 'Lug', - 'July' => 'Luglio', - 'Jun' => 'Giu', - 'June' => 'Giugno', - 'Mar' => 'Mar', - 'March' => 'Marzo', - 'May' => 'Mag', - 'May ' => 'Mag ', - 'Nov' => 'Nov', - 'November' => 'Novembre', - 'Oct' => 'Ott', - 'October' => 'Ottobre', - 'Out of balance!' => 'Non conciliato!', - 'Reconciliation' => 'Conciliazione', - 'Select all' => 'Seleziona tutto', - 'Sep' => 'Set', - 'September' => 'Settembre', - 'Source' => 'Sorgente', - 'Statement Balance' => 'Saldo', - 'To' => 'Al', - 'Update' => 'Aggiorna', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'continue' => 'continue', - 'display' => 'display', - 'display_form' => 'display_form', - 'done' => 'done', - 'get_payments' => 'get_payments', - 'js_menu' => 'js_menu', - 'menubar' => 'menubar', - 'reconciliation' => 'reconciliation', - 'section_menu' => 'section_menu', - 'select_all' => 'select_all', - 'update' => 'update', - 'continua' => 'continue', - 'fatto' => 'done', - 'seleziona_tutto' => 'select_all', - 'aggiorna' => 'update', -}; - -1; - diff --git a/locale/it/rp b/locale/it/rp deleted file mode 100755 index 2b3724ce..00000000 --- a/locale/it/rp +++ /dev/null @@ -1,157 +0,0 @@ -$self{texts} = { - 'AP Aging' => 'Partite Aperte', - 'AR Aging' => 'Partite Aperte', - 'Account' => 'Conto', - 'Account Number' => 'Numero di conto', - 'Accounting Menu' => 'Menu Contabilità', - 'Accounts' => 'Conti', - 'Address' => 'Indirizzo', - 'Amount' => 'Importo', - 'Apr' => 'Apr', - 'April' => 'Aprile', - 'Attachment' => 'Attachment', - 'Aug' => 'Ago', - 'August' => 'Agosto', - 'Balance' => 'Saldo', - 'Balance Sheet' => 'Stato Patrimoniale', - 'Bcc' => 'Bcc', - 'Cash' => 'Cassa', - 'Cc' => 'Cc', - 'Compare to' => 'Confronta con', - 'Continue' => 'Continua', - 'Copies' => 'Copie', - 'Credit' => 'Avere', - 'Curr' => 'Valuta', - 'Current' => 'Corrente', - 'Customer' => 'Cliente', - 'Customer not on file!' => 'Cliente non sul file!', - 'Date' => 'Data', - 'Debit' => 'Dare', - 'Dec' => 'Dic', - 'December' => 'Dicembre', - 'Decimalplaces' => 'Numero di decimali', - 'Description' => 'Descrizione', - 'Due Date' => 'Scadenza Fattura', - 'E-mail' => 'E-mail', - 'E-mail Statement to' => 'Manda il sollecito via e-mail a', - 'E-mail address missing!' => 'Indirizzo e-mail mancante!', - 'Feb' => 'Feb', - 'February' => 'Febbraio', - 'From' => 'Dal', - 'GIFI' => 'Codice GIFI', - 'Heading' => 'Intestazione', - 'ID' => 'ID', - 'In-line' => 'In-line', - 'Include in Report' => 'Includi nel Prospetto', - 'Income Statement' => 'Conto Economico', - 'Invoice' => 'Fattura', - 'Jan' => 'Gen', - 'January' => 'Gennaio', - 'Jul' => 'Lug', - 'July' => 'Luglio', - 'Jun' => 'Giu', - 'June' => 'Giugno', - 'Language' => 'Lingua', - 'Mar' => 'Mar', - 'March' => 'Marzo', - 'May' => 'Mag', - 'May ' => 'Mag ', - 'Message' => 'Messaggio', - 'N/A' => 'N/A', - 'Nothing selected!' => 'Non hai selezionato nulla!', - 'Nov' => 'Nov', - 'November' => 'Novembre', - 'Number' => 'Partita IVA', - 'Oct' => 'Ott', - 'October' => 'Ottobre', - 'Order' => 'Ordine', - 'PDF' => 'PDF', - 'Payments' => 'Pagamenti', - 'Postscript' => 'Postscript', - 'Print' => 'Stampa', - 'Project' => 'Progetto', - 'Project not on file!' => 'Progetto non archiviato!', - 'Receipts' => 'Incassi', - 'Reference' => 'Riferimento', - 'Report for' => 'Prospetto per', - 'Screen' => 'Schermo', - 'Select all' => 'Seleziona tutto', - 'Select from one of the names below' => 'Seleziona uno dei seguenti nomi', - 'Select from one of the projects below' => 'Seleziona uno dei seguenti progetti', - 'Select postscript or PDF!' => 'Scegli tra postscript e PDF!', - 'Sep' => 'Set', - 'September' => 'Settembre', - 'Source' => 'Sorgente', - 'Standard' => 'Standard', - 'Statement' => 'Sollecito', - 'Statement sent to' => 'Sollecito mandato a', - 'Statements sent to printer!' => 'Solleciti mandati in stampa!', - 'Subject' => 'Oggetto', - 'Subtotal' => 'Totale Parziale', - 'Tax' => 'Tassa', - 'Tax collected' => 'Debito IVA', - 'Tax paid' => 'Credito IVA', - 'To' => 'Al', - 'Total' => 'Totale', - 'Trial Balance' => 'Bilancio di Verifica', - 'Vendor' => 'Fornitore', - 'Vendor not on file!' => 'Fornitore non in archivio!', - 'as at' => 'Al', - 'for Period' => 'per il Periodo', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'add_transaction' => 'add_transaction', - 'aging' => 'aging', - 'ap_transaction' => 'ap_transaction', - 'ar_transaction' => 'ar_transaction', - 'check_name' => 'check_name', - 'check_project' => 'check_project', - 'continue' => 'continue', - 'delete_schedule' => 'delete_schedule', - 'display' => 'display', - 'e_mail' => 'e_mail', - 'generate_ap_aging' => 'generate_ap_aging', - 'generate_ar_aging' => 'generate_ar_aging', - 'generate_balance_sheet' => 'generate_balance_sheet', - 'generate_income_statement' => 'generate_income_statement', - 'generate_projects' => 'generate_projects', - 'generate_tax_report' => 'generate_tax_report', - 'generate_trial_balance' => 'generate_trial_balance', - 'gl_transaction' => 'gl_transaction', - 'js_menu' => 'js_menu', - 'list_accounts' => 'list_accounts', - 'list_payments' => 'list_payments', - 'menubar' => 'menubar', - 'name_selected' => 'name_selected', - 'payment_subtotal' => 'payment_subtotal', - 'post_as_new' => 'post_as_new', - 'print' => 'print', - 'print_and_post_as_new' => 'print_and_post_as_new', - 'print_form' => 'print_form', - 'print_options' => 'print_options', - 'project_selected' => 'project_selected', - 'rebuild_vc' => 'rebuild_vc', - 'report' => 'report', - 'repost' => 'repost', - 'reprint' => 'reprint', - 'sales_invoice_' => 'sales_invoice_', - 'save_schedule' => 'save_schedule', - 'schedule' => 'schedule', - 'section_menu' => 'section_menu', - 'select_all' => 'select_all', - 'select_name' => 'select_name', - 'select_project' => 'select_project', - 'send_email' => 'send_email', - 'statement_details' => 'statement_details', - 'tax_subtotal' => 'tax_subtotal', - 'vendor_invoice_' => 'vendor_invoice_', - 'continua' => 'continue', - 'e_mail' => 'e_mail', - 'stampa' => 'print', - 'seleziona_tutto' => 'select_all', -}; - -1; - diff --git a/locale/mo/it/LC_MESSAGES/LedgerSMB.mo b/locale/mo/it/LC_MESSAGES/LedgerSMB.mo new file mode 100644 index 00000000..70d004fe Binary files /dev/null and b/locale/mo/it/LC_MESSAGES/LedgerSMB.mo differ diff --git a/locale/po/it.po b/locale/po/it.po new file mode 100755 index 00000000..bace01a6 --- /dev/null +++ b/locale/po/it.po @@ -0,0 +1,1275 @@ +###################################################################### +# LedgerSMB Small Medium Business Accounting +# Copyright (c) 2001-2003 +# +# Italian texts: +# +# Author: Paolo Bizzarri +# Luca Venturini +# Alessandro Pasotti +# Daniele Giacomini 2003.09.28-2003.11.05 +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +####################################################################### + +msgid "" +msgstr "" +"Project-Id-Version: LedgerSMB 1.1.1\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "AP" +msgstr "Debiti Fornitori" + +msgid "AP Aging" +msgstr "Partite Aperte" + +msgid "AP Transaction" +msgstr "Transazione Fornitore" + +msgid "AP Transactions" +msgstr "Transazioni Fornitori" + +msgid "AR" +msgstr "Crediti Clienti" + +msgid "AR Aging" +msgstr "Partite Aperte" + +msgid "AR Transaction" +msgstr "Transazione Cliente" + +msgid "AR Transactions" +msgstr "Transazioni Clienti" + +msgid "About" +msgstr "Informazioni" + +msgid "Access Control" +msgstr "Controllo degli accessi" + +msgid "Account" +msgstr "Conto" + +msgid "Account Number" +msgstr "Numero di conto" + +msgid "Account Number missing!" +msgstr "Manca il numero di conto!" + +msgid "Account Type" +msgstr "Tipo di conto" + +msgid "Account Type missing!" +msgstr "Manca il tipo del conto!" + +msgid "Account deleted!" +msgstr "Conto cancellato!" + +msgid "Account saved!" +msgstr "Conto salvato!" + +msgid "Accounting" +msgstr "Contabilità" + +msgid "Accounting Menu" +msgstr "Menu Contabilità" + +msgid "Accounts" +msgstr "Conti" + +msgid "Active" +msgstr "Attivo" + +msgid "Add" +msgstr "Aggiungi" + +msgid "Add Account" +msgstr "Aggiungi conto" + +msgid "Add Assembly" +msgstr "Aggiungi Assemblato" + +msgid "Add Customer" +msgstr "Aggiungi Cliente" + +msgid "Add GIFI" +msgstr "Aggiungi codice GIFI" + +msgid "Add General Ledger Transaction" +msgstr "Aggiungi Transazione di ContabilitĂ  Generale" + +msgid "Add Part" +msgstr "Aggiungi Articolo" + +msgid "Add Project" +msgstr "Aggiungi Progetto" + +msgid "Add Purchase Order" +msgstr "Aggiungi Ordine di acquisto" + +msgid "Add Sales Invoice" +msgstr "Aggiungi Fattura di vendita" + +msgid "Add Sales Order" +msgstr "Aggiungi Ordine di vendita" + +msgid "Add Service" +msgstr "Aggiungi Servizio" + +msgid "Add Transaction" +msgstr "Aggiungi Transazione" + +msgid "Add User" +msgstr "Aggiungi Utente" + +msgid "Add Vendor" +msgstr "Aggiungi Fornitore" + +msgid "Address" +msgstr "Indirizzo" + +msgid "Administration" +msgstr "Amministrazione" + +msgid "Administrator" +msgstr "Amministratore" + +msgid "All" +msgstr "Tutti" + +msgid "All Datasets up to date!" +msgstr "Tutti i Datasets sono aggiornati!" + +msgid "Amount" +msgstr "Importo" + +msgid "Amount Due" +msgstr "Importo Dovuto" + +msgid "Amount missing!" +msgstr "Manca l'importo" + +msgid "Apr" +msgstr "Apr" + +msgid "April" +msgstr "Aprile" + +msgid "Are you sure you want to delete Invoice Number" +msgstr "Sei sicuro di voler cancellare la Fattura numero" + +msgid "Are you sure you want to delete Order Number" +msgstr "Sei sicuro di volre cancellare l'ordine numero" + +msgid "Are you sure you want to delete Transaction" +msgstr "Sei sicuro di voler cancellare la Transazione" + +msgid "Assemblies" +msgstr "Assemblati" + +msgid "Assemblies restocked!" +msgstr "Assemblati ricaricati!" + +msgid "Asset" +msgstr "Attività" + +msgid "Attachment" +msgstr "Attachment" + +msgid "Audit Control" +msgstr "Controllo accessi" + +msgid "Aug" +msgstr "Ago" + +msgid "August" +msgstr "Agosto" + +msgid "BOM" +msgstr "BOM" + +msgid "Backup" +msgstr "Backup" + +msgid "Backup sent to" +msgstr "Backup inviato a" + +msgid "Balance" +msgstr "Saldo" + +msgid "Balance Sheet" +msgstr "Stato Patrimoniale" + +msgid "Bcc" +msgstr "Bcc" + +msgid "Bin" +msgstr "Codice BIN" + +msgid "Books are open" +msgstr "I conti sono aperti" + +msgid "Business Number" +msgstr "Partita IVA" + +msgid "C" +msgstr "C" + +msgid "COGS" +msgstr "Costo dei Beni Venduti" + +msgid "Cannot delete account!" +msgstr "Non puoi cancellare il conto!" + +msgid "Cannot delete customer!" +msgstr "Non puoi cancellare il cliente!" + +msgid "Cannot delete default account!" +msgstr "Non puoi cancellare il conto di default!" + +msgid "Cannot delete invoice!" +msgstr "Non puoi cancellare la fattura!" + +msgid "Cannot delete item!" +msgstr "Non puoi cancellare l'articolo" + +msgid "Cannot delete order!" +msgstr "Non puoi cancellare l'ordine" + +msgid "Cannot delete transaction!" +msgstr "Non puoi cancellare la transazione" + +msgid "Cannot delete vendor!" +msgstr "Non puoi cancellare il fornitore" + +msgid "Cannot post invoice for a closed period!" +msgstr "Non puoi salvare una transazione per un periodo chiuso!" + +msgid "Cannot post invoice!" +msgstr "Non puoi salvare la fattura!" + +msgid "Cannot post payment for a closed period!" +msgstr "Non puoi salvare pagamenti per un periodo chiuso!" + +msgid "Cannot post transaction for a closed period!" +msgstr "Non puoi salvare una transazione per un periodo chiuso!" + +msgid "Cannot post transaction!" +msgstr "Non puoi salvare la transazione!" + +msgid "Cannot save account!" +msgstr "Non puoi salvare il conto!" + +msgid "Cannot save order!" +msgstr "Non puoi salvare l'ordine!" + +msgid "Cannot save preferences!" +msgstr "Non puoi salvare le preferenze!" + +msgid "Cannot stock assemblies!" +msgstr "Non puoi caricare gli assemblati!" + +msgid "Cash" +msgstr "Cassa" + +msgid "Cc" +msgstr "Cc" + +msgid "Change Admin Password" +msgstr "Cambia password dell'amministratore" + +msgid "Change Password" +msgstr "Cambia password" + +msgid "Chart of Accounts" +msgstr "Piano dei Conti" + +msgid "Check" +msgstr "Assegno" + +msgid "Click on login name to edit!" +msgstr "Clicca sul nome per effettuare modifiche" + +msgid "Close Books up to" +msgstr "Chiudi i conti fino a" + +msgid "Closed" +msgstr "Chiuso" + +msgid "Company" +msgstr "Ragione Sociale" + +msgid "Compare to" +msgstr "Confronta con" + +msgid "Confirm!" +msgstr "Conferma!" + +msgid "Connect to" +msgstr "Connetti a" + +msgid "Contact" +msgstr "Contatto" + +msgid "Continue" +msgstr "Continua" + +msgid "Copies" +msgstr "Copie" + +msgid "Copy to COA" +msgstr "Inserisci come conto" + +msgid "Create Chart of Accounts" +msgstr "Crea Piano dei conti" + +msgid "Create Dataset" +msgstr "Crea Dataset" + +msgid "Credit" +msgstr "Avere" + +msgid "Credit Limit" +msgstr "Fido" + +msgid "Curr" +msgstr "Valuta" + +msgid "Currency" +msgstr "Valuta" + +msgid "Current" +msgstr "Corrente" + +msgid "Customer" +msgstr "Cliente" + +msgid "Customer deleted!" +msgstr "Cliente cancellato!" + +msgid "Customer missing!" +msgstr "Cliente mancante!" + +msgid "Customer not on file!" +msgstr "Cliente non sul file!" + +msgid "Customer saved!" +msgstr "Cliente salvato!" + +msgid "Customers" +msgstr "Clienti" + +msgid "DBI not installed!" +msgstr "Modulo DBI non installato" + +msgid "Database" +msgstr "Database" + +msgid "Database Administration" +msgstr "Amministratore del Database" + +msgid "Database Driver not checked!" +msgstr "Il driver del database non e' stato controllato!" + +msgid "Database Host" +msgstr "Server" + +msgid "Database User missing!" +msgstr "Manca lo user del Database!" + +msgid "Dataset" +msgstr "Dataset" + +msgid "Dataset missing!" +msgstr "Dataset mancante!" + +msgid "Dataset updated!" +msgstr "Dataset aggiornato!" + +msgid "Date" +msgstr "Data" + +msgid "Date Format" +msgstr "Formato della data" + +msgid "Date Paid" +msgstr "Data di pagamento" + +msgid "Date missing!" +msgstr "Manca la data!" + +msgid "Debit" +msgstr "Dare" + +msgid "Dec" +msgstr "Dic" + +msgid "December" +msgstr "Dicembre" + +msgid "Decimalplaces" +msgstr "Numero di decimali" + +msgid "Delete" +msgstr "Cancella" + +msgid "Delete Account" +msgstr "Cancella Conto" + +msgid "Delete Dataset" +msgstr "Cancella Dataset" + +msgid "Delivery Date" +msgstr "Data di spedizione" + +msgid "Deposit" +msgstr "Deposito" + +msgid "Description" +msgstr "Descrizione" + +msgid "Difference" +msgstr "Differenza" + +msgid "Directory" +msgstr "Directory" + +msgid "Discount" +msgstr "Sconto" + +msgid "Done" +msgstr "Fatto" + +msgid "Drawing" +msgstr "Disegno" + +msgid "Driver" +msgstr "Driver" + +msgid "Dropdown Limit" +msgstr "Limite per i menu a discesa" + +msgid "Due Date" +msgstr "Scadenza Fattura" + +msgid "Due Date missing!" +msgstr "Data di Scadenza mancante!" + +msgid "E-mail" +msgstr "E-mail" + +msgid "E-mail Statement to" +msgstr "Manda il sollecito via e-mail a" + +msgid "E-mail address missing!" +msgstr "Indirizzo e-mail mancante!" + +msgid "Edit" +msgstr "Modifica" + +msgid "Edit Account" +msgstr "Modifica Conto" + +msgid "Edit Assembly" +msgstr "Modifica Assemblato" + +msgid "Edit GIFI" +msgstr "Modifica codice GIFI" + +msgid "Edit General Ledger Transaction" +msgstr "Modifica Transazione di Contabilità Generale" + +msgid "Edit Part" +msgstr "Modifica Articolo" + +msgid "Edit Preferences for" +msgstr "Modifica Preferenze di" + +msgid "Edit Project" +msgstr "Modifica Progetto" + +msgid "Edit Purchase Order" +msgstr "Modifica Ordine di acquisto" + +msgid "Edit Sales Invoice" +msgstr "Modifica Fattura di Vendita" + +msgid "Edit Sales Order" +msgstr "Modifica Ordine di vendita" + +msgid "Edit Service" +msgstr "Modifica Servizio" + +msgid "Edit Template" +msgstr "Modifica Modello" + +msgid "Edit User" +msgstr "Modifica Utente" + +msgid "Employee" +msgstr "Dipendente" + +msgid "Enforce transaction reversal for all dates" +msgstr "Forza l'uso delle transazioni inverse per tutte le date" + +msgid "Enter up to 3 letters separated by a colon (i.e CAD:USD:EUR) for your native and foreign currencies" +msgstr "Inserisci fino a 3 valute separate da \":\" (es.: EUR:USD:CAD) per la valuta locale e quelle straniere" + +msgid "Equity" +msgstr "Capitale" + +msgid "Exch" +msgstr "Cambio" + +msgid "Existing Datasets" +msgstr "Datasets esistenti" + +msgid "Expense" +msgstr "Costi" + +msgid "Expense/Asset" +msgstr "Acquisti/Attività" + +msgid "Extended" +msgstr "Esteso" + +msgid "Fax" +msgstr "Fax" + +msgid "Feb" +msgstr "Feb" + +msgid "February" +msgstr "Febbraio" + +msgid "Foreign Exchange Gain" +msgstr "Guadagno da cambio valuta" + +msgid "Foreign Exchange Loss" +msgstr "Perdita da cambio valuta" + +msgid "From" +msgstr "Dal" + +msgid "GIFI" +msgstr "Codice GIFI" + +msgid "GIFI deleted!" +msgstr "Codice GIFI cancellato!" + +msgid "GIFI missing!" +msgstr "Codice GIFI mancante!" + +msgid "GIFI saved!" +msgstr "Codice GIFI salvato!" + +msgid "GL Transaction" +msgstr "Transazione di Contabilità generale" + +msgid "General Ledger" +msgstr "Contabilità generale" + +msgid "Goods & Services" +msgstr "Beni e Servizi" + +msgid "HTML Templates" +msgstr "Modelli HTML" + +msgid "Heading" +msgstr "Intestazione" + +msgid "Host" +msgstr "Host" + +msgid "Hostname missing!" +msgstr "Manca il nome del server" + +msgid "ID" +msgstr "ID" + +msgid "Image" +msgstr "Immagine" + +msgid "In-line" +msgstr "In-line" + +msgid "Include in Report" +msgstr "Includi nel Prospetto" + +msgid "Include in drop-down menus" +msgstr "Da includere nei menu a discesa dei seguenti moduli" + +msgid "Income" +msgstr "Ricavi" + +msgid "Income Statement" +msgstr "Conto Economico" + +msgid "Incorrect Dataset version!" +msgstr "Versione del Dataset non corretta!" + +msgid "Individual Items" +msgstr "Articoli Individuali" + +msgid "Inventory" +msgstr "Inventario" + +msgid "Inventory quantity must be zero before you can set this assembly obsolete!" +msgstr "La quantità in inventario deve essere zero per poter mettere l'assemblato come obsoleto!" + +msgid "Inventory quantity must be zero before you can set this part obsolete!" +msgstr "La quantità in inventario deve essere zero per poter mettere l'articolo come obsoleto!" + +msgid "Invoice" +msgstr "Fattura" + +msgid "Invoice Date" +msgstr "Data Registrazione Fattura" + +msgid "Invoice Date missing!" +msgstr "Manca la data della Fattura!" + +msgid "Invoice Number" +msgstr "Protocollo Numero" + +msgid "Invoice Number missing!" +msgstr "Manca il numero della Fattura!" + +msgid "Invoice deleted!" +msgstr "Fattura Cancellata!" + +msgid "Invoices" +msgstr "Fatture" + +msgid "Is this a summary account to record" +msgstr "Conto di riferimento del modulo:" + +msgid "Item deleted!" +msgstr "Articolo Cancellato!" + +msgid "Item not on file!" +msgstr "Articolo non in archivio!" + +msgid "Jan" +msgstr "Gen" + +msgid "January" +msgstr "Gennaio" + +msgid "Jul" +msgstr "Lug" + +msgid "July" +msgstr "Luglio" + +msgid "Jun" +msgstr "Giu" + +msgid "June" +msgstr "Giugno" + +msgid "LaTeX Templates" +msgstr "Modelli LaTeX" + +msgid "Language" +msgstr "Lingua" + +msgid "Last Cost" +msgstr "Ultimo Costo" + +msgid "Last Numbers & Default Accounts" +msgstr "Ultimi numeri e Conti di Default" + +msgid "Leave host and port field empty unless you want to make a remote connection." +msgstr "Lascia in bianco il server e la porta a meno che tu non voglia fare una connessione remota" + +msgid "Liability" +msgstr "Passività" + +msgid "Licensed to" +msgstr "Dato in Licenza a" + +msgid "Line Total" +msgstr "Totale Linea" + +msgid "Link" +msgstr "Collegamenti" + +msgid "Link Accounts" +msgstr "Collegamenti tra Conti" + +msgid "List Accounts" +msgstr "Lista Conti" + +msgid "List GIFI" +msgstr "Lista codici GIFI" + +msgid "List Price" +msgstr "Prezzo di Listino" + +msgid "List Transactions" +msgstr "Lista Transazioni" + +msgid "Login" +msgstr "Login" + +msgid "Logout" +msgstr "Logout" + +msgid "Make" +msgstr "Produttore" + +msgid "Mar" +msgstr "Mar" + +msgid "March" +msgstr "Marzo" + +msgid "May" +msgstr "Mag" + +msgid "May " +msgstr "Mag " + +msgid "Message" +msgstr "Messaggio" + +msgid "Microfiche" +msgstr "Microfiche" + +msgid "Model" +msgstr "Modello" + +msgid "N/A" +msgstr "N/A" + +msgid "Name" +msgstr "Nome" + +msgid "Name missing!" +msgstr "Manca il Nome!" + +msgid "New Templates" +msgstr "Nuovi Modelli" + +msgid "No" +msgstr "No" + +msgid "No Database Drivers available!" +msgstr "Nessun Database Driver disponibile!" + +msgid "No Dataset selected!" +msgstr "Nessun Dataset selezionato!" + +msgid "No email address for" +msgstr "Manca l'indirizzo e-mail per" + +msgid "No." +msgstr "No." + +msgid "Notes" +msgstr "Note" + +msgid "Nothing selected!" +msgstr "Non hai selezionato nulla!" + +msgid "Nothing to delete!" +msgstr "Nulla da cancellare!" + +msgid "Nov" +msgstr "Nov" + +msgid "November" +msgstr "Novembre" + +msgid "Number" +msgstr "Partita IVA" + +msgid "Number Format" +msgstr "Formato Numerico" + +msgid "Number missing in Row" +msgstr "Manca il codice nella riga" + +msgid "O" +msgstr "O" + +msgid "Obsolete" +msgstr "Obsoleto" + +msgid "Oct" +msgstr "Ott" + +msgid "October" +msgstr "Ottobre" + +msgid "On Hand" +msgstr "Disponibilità" + +msgid "Open" +msgstr "Aperto" + +msgid "Oracle Database Administration" +msgstr "Amministratore del Database Oracle" + +msgid "Order" +msgstr "Ordine" + +msgid "Order Date" +msgstr "Data dell'ordine" + +msgid "Order Date missing!" +msgstr "Manca la data dell'ordine" + +msgid "Order Entry" +msgstr "Ordini" + +msgid "Order Number" +msgstr "Numero Fattura Fornitore" + +msgid "Order Number missing!" +msgstr "Manca il numero dell'ordine!" + +msgid "Order deleted!" +msgstr "Ordine Cancellato!" + +msgid "Order saved!" +msgstr "Ordine Salvato!" + +msgid "Orphaned" +msgstr "Orfano" + +msgid "Out of balance!" +msgstr "Non conciliato!" + +msgid "PDF" +msgstr "PDF" + +msgid "Packing List" +msgstr "Lista Etichette" + +msgid "Packing List Date missing!" +msgstr "Manca la data della Packing List!" + +msgid "Packing List Number missing!" +msgstr "Manca il codice della Packing List!" + +msgid "Paid" +msgstr "Importo Pagato" + +msgid "Part" +msgstr "Articolo" + +msgid "Parts" +msgstr "Articoli" + +msgid "Password" +msgstr "Password" + +msgid "Password changed!" +msgstr "Password cambiata!" + +msgid "Payables" +msgstr "Debiti Fornitori" + +msgid "Payment" +msgstr "Pagamento" + +msgid "Payment date missing!" +msgstr "Manca la data del pagamento!" + +msgid "Payment posted!" +msgstr "Pagamento Salvato" + +msgid "Payments" +msgstr "Pagamenti" + +msgid "Pg Database Administration" +msgstr "Amministratore del Database Pg" + +msgid "Phone" +msgstr "Tel." + +msgid "Port" +msgstr "Porta" + +msgid "Port missing!" +msgstr "Manca la Porta" + +msgid "Post" +msgstr "Salva" + +msgid "Post as new" +msgstr "Salva come nuovo" + +msgid "Postscript" +msgstr "Postscript" + +msgid "Preferences" +msgstr "Preferenze" + +msgid "Preferences saved!" +msgstr "Preferenze Salvate!" + +msgid "Price" +msgstr "Prezzo" + +msgid "Print" +msgstr "Stampa" + +msgid "Printer" +msgstr "Stampante" + +msgid "Project" +msgstr "Progetto" + +msgid "Project Number missing!" +msgstr "Manca il codice del progetto!" + +msgid "Project deleted!" +msgstr "Progetto cancellato!" + +msgid "Project not on file!" +msgstr "Progetto non archiviato!" + +msgid "Project saved!" +msgstr "Progetto salvato!" + +msgid "Projects" +msgstr "Progetti" + +msgid "Purchase Order" +msgstr "Ordine di acquisto" + +msgid "Purchase Orders" +msgstr "Ordini di acquisto" + +msgid "Qty" +msgstr "Q.tà" + +msgid "ROP" +msgstr "Soglia di Riordino" + +msgid "Rate" +msgstr "Tasso" + +msgid "Recd" +msgstr "Ricevuto" + +msgid "Receipt" +msgstr "Incasso" + +msgid "Receipts" +msgstr "Incassi" + +msgid "Receivables" +msgstr "Crediti Clienti" + +msgid "Reconciliation" +msgstr "Conciliazione" + +msgid "Record in" +msgstr "Registra in" + +msgid "Reference" +msgstr "Riferimento" + +msgid "Remaining" +msgstr "Rimanente" + +msgid "Report for" +msgstr "Prospetto per" + +msgid "Reports" +msgstr "Prospetti" + +msgid "Required by" +msgstr "Necessario dal" + +msgid "Retained Earnings" +msgstr "Guadagni" + +msgid "Sales" +msgstr "Vendite" + +msgid "Sales Invoice" +msgstr "Fattura di vendita" + +msgid "Sales Order" +msgstr "Ordine di vendita" + +msgid "Sales Orders" +msgstr "Ordini di vendita" + +msgid "Save" +msgstr "Salva" + +msgid "Save as new" +msgstr "Salva come nuovo" + +msgid "Save to File" +msgstr "Salva su file" + +msgid "Screen" +msgstr "Schermo" + +msgid "Select all" +msgstr "Seleziona tutto" + +msgid "Select from one of the items below" +msgstr "Seleziona uno dei seguenti Articoli" + +msgid "Select from one of the names below" +msgstr "Seleziona uno dei seguenti nomi" + +msgid "Select from one of the projects below" +msgstr "Seleziona uno dei seguenti progetti" + +msgid "Select postscript or PDF!" +msgstr "Scegli tra postscript e PDF!" + +msgid "Sell Price" +msgstr "Prezzo di Vendita" + +msgid "Send by E-Mail" +msgstr "Spedisci via e-mail" + +msgid "Sep" +msgstr "Set" + +msgid "September" +msgstr "Settembre" + +msgid "Service" +msgstr "Servizio" + +msgid "Services" +msgstr "Servizi" + +msgid "Setup Templates" +msgstr "Configurazione dei modelli" + +msgid "Ship" +msgstr "Invio" + +msgid "Ship to" +msgstr "Spedire a" + +msgid "Ship via" +msgstr "Porto" + +msgid "Short" +msgstr "Corto" + +msgid "Signature" +msgstr "Firma" + +msgid "Source" +msgstr "Sorgente" + +msgid "Standard" +msgstr "Standard" + +msgid "Statement" +msgstr "Sollecito" + +msgid "Statement Balance" +msgstr "Saldo" + +msgid "Statement sent to" +msgstr "Sollecito mandato a" + +msgid "Statements sent to printer!" +msgstr "Solleciti mandati in stampa!" + +msgid "Stock Assembly" +msgstr "Magazzino Assemblati" + +msgid "Stylesheet" +msgstr "Foglio di Stile" + +msgid "Subject" +msgstr "Oggetto" + +msgid "Subtotal" +msgstr "Totale Parziale" + +msgid "System" +msgstr "Sistema" + +msgid "Tax" +msgstr "Tassa" + +msgid "Tax Accounts" +msgstr "Conti relativi a tasse" + +msgid "Tax Included" +msgstr "Tasse Incluse" + +msgid "Tax collected" +msgstr "Debito IVA" + +msgid "Tax paid" +msgstr "Credito IVA" + +msgid "Taxable" +msgstr "Tassabile" + +msgid "Template saved!" +msgstr "Modello salvato!" + +msgid "Templates" +msgstr "Modelli" + +msgid "The following Datasets are not in use and can be deleted" +msgstr "I seguenti datasets non sono in uso e possono essere cancellati" + +msgid "The following Datasets need to be updated" +msgstr "I seguenti datasets devono essere aggiornati" + +msgid "This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!" +msgstr "Questo è un controllo preliminare per verificare le risorse esistenti. Nulla verrà creato o cancellato in questa fase!" + +msgid "To" +msgstr "Al" + +msgid "To add a user to a group edit a name, change the login name and save. A new user with the same variables will then be saved under the new login name." +msgstr "Per aggiungere un utente ad un gruppo, modifica i dati dell'utente, cambia lo username e salva. Un nuovo utente con gli stessi dati verrà salvato con il nuovo username." + +msgid "Top Level" +msgstr "Livello Top" + +msgid "Total" +msgstr "Totale" + +msgid "Transaction Date missing!" +msgstr "Manca la data della transazione!" + +msgid "Transaction deleted!" +msgstr "Transazione cancellata!" + +msgid "Transaction posted!" +msgstr "Transazione salvata!" + +msgid "Transaction reversal enforced for all dates" +msgstr "Uso delle transazioni inverse forzato per tutte le date" + +msgid "Transaction reversal enforced up to" +msgstr "Uso delle transazioni inverse forzato fino a" + +msgid "Transactions" +msgstr "Transazioni" + +msgid "Trial Balance" +msgstr "Bilancio di Verifica" + +msgid "Unit" +msgstr "Unità" + +msgid "Unit of measure" +msgstr "Unità di misura" + +msgid "Update" +msgstr "Aggiorna" + +msgid "Update Dataset" +msgstr "Aggiorna il Dataset" + +msgid "Updated" +msgstr "Aggiornato" + +msgid "Use Templates" +msgstr "Usa Modelli" + +msgid "User" +msgstr "Utente" + +msgid "User deleted!" +msgstr "Utente cancellato!" + +msgid "User saved!" +msgstr "Utente salvato!" + +msgid "Vendor" +msgstr "Fornitore" + +msgid "Vendor deleted!" +msgstr "Fornitore cancellato!" + +msgid "Vendor missing!" +msgstr "Manca il fornitore!" + +msgid "Vendor not on file!" +msgstr "Fornitore non in archivio!" + +msgid "Vendor saved!" +msgstr "Fornitore salvato!" + +msgid "Vendors" +msgstr "Fornitori" + +msgid "Version" +msgstr "Versione" + +msgid "Weight" +msgstr "Peso" + +msgid "Weight Unit" +msgstr "Unità di misura" + +msgid "What type of item is this?" +msgstr "Che tipo di Articolo è questo?" + +msgid "Yes" +msgstr "Si" + +msgid "You did not enter a name!" +msgstr "Non hai inserito il nome!" + +msgid "You must enter a host and port for local and remote connections!" +msgstr "Devi inserire un server ed una porta per le connessioni locali e remote!" + +msgid "as at" +msgstr "Al" + +msgid "days" +msgstr "giorni" + +msgid "does not exist" +msgstr "non esiste" + +msgid "ea" +msgstr "ci" + +msgid "for Period" +msgstr "per il Periodo" + +msgid "is already a member!" +msgstr "è già utente!" + +msgid "localhost" +msgstr "localhost" + +msgid "successfully created!" +msgstr "creato!" + +msgid "successfully deleted!" +msgstr "cancellato!" + +msgid "website" +msgstr "sito web" + -- cgit v1.2.3