mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 23:24:57 +00:00
564 lines
34 KiB
PHP
564 lines
34 KiB
PHP
<?php
|
|
// MyDMS. Document Management System
|
|
// Copyright (C) 2002-2005 Markus Westphal
|
|
// Copyright (C) 2006-2008 Malcolm Cowe
|
|
// Copyright (C) 2010 Matteo Lucarelli
|
|
//
|
|
// 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.
|
|
|
|
$text = array();
|
|
$text["accept"] = "Accetta";
|
|
$text["access_denied"] = "Accesso negato";
|
|
$text["access_inheritance"] = "Permessi ereditari";
|
|
$text["access_mode"] = "Permessi";
|
|
$text["access_mode_all"] = "Permessi totali";
|
|
$text["access_mode_none"] = "Nessun accesso";
|
|
$text["access_mode_read"] = "Permesso di lettura";
|
|
$text["access_mode_readwrite"] = "Permesso di lettura e scrittura";
|
|
$text["access_permission_changed_email"] = "Permessi cambiati";
|
|
$text["actions"] = "Azioni";
|
|
$text["add"] = "Aggiungi";
|
|
$text["add_doc_reviewer_approver_warning"] = "Nota: i documenti saranno automaticamente distinti come rilasciati se non esiste approvazione o revisione";
|
|
$text["add_document"] = "Aggiungi documento";
|
|
$text["add_document_link"] = "Aggiungi collegamento";
|
|
$text["add_event"] = "Aggiungi evento";
|
|
$text["add_group"] = "Aggiungi nuovo gruppo";
|
|
$text["add_member"] = "Aggiungi un membro";
|
|
$text["add_multiple_documents"] = "Add multiple documents";
|
|
$text["add_multiple_files"] = "Aggiungi documenti multipli (il nome del file verrà usato come nome del documento)";
|
|
$text["add_subfolder"] = "Aggiungi sottocartella";
|
|
$text["add_user"] = "Aggiungi nuovo utente";
|
|
$text["admin"] = "Amministratore";
|
|
$text["admin_tools"] = "Amministrazione";
|
|
$text["all_categories"] = "All categories";
|
|
$text["all_documents"] = "Tutti i documenti";
|
|
$text["all_pages"] = "Tutte";
|
|
$text["all_users"] = "Tutti gli utenti";
|
|
$text["already_subscribed"] = "L'oggetto è già stato sottoscritto";
|
|
$text["and"] = "e";
|
|
$text["apply"] = "Apply";
|
|
$text["approval_deletion_email"] = "Cancellata la richiesta di approvazione";
|
|
$text["approval_group"] = "Gruppo approvazione";
|
|
$text["approval_request_email"] = "Richiesta di approvazione";
|
|
$text["approval_status"] = "Stato approvazione";
|
|
$text["approval_submit_email"] = "Sottoposta approvazione";
|
|
$text["approval_summary"] = "Dettaglio approvazioni";
|
|
$text["approval_update_failed"] = "Errore nel modificare lo stato di approvazione";
|
|
$text["approvers"] = "Approvatori";
|
|
$text["april"] = "Aprile";
|
|
$text["archive_creation"] = "Creazione archivi";
|
|
$text["archive_creation_warning"] = "Con questa operazione è possibile creare archivi contenenti i file di intere cartelle del DMS. Dopo la creazione l'archivio viene salvato nella cartella dati del server.<br>Attenzione: un archivio creato per uso esterno non è utilizzabile come backup del server.";
|
|
$text["assign_approvers"] = "Assegna Approvatori";
|
|
$text["assign_reviewers"] = "Assegna Revisori";
|
|
$text["assign_user_property_to"] = "Assegna le proprietà dell'utente a";
|
|
$text["assumed_released"] = "Rilascio Acquisito";
|
|
$text["august"] = "Agosto";
|
|
$text["automatic_status_update"] = "Modifica automatica dello stato";
|
|
$text["back"] = "Ritorna";
|
|
$text["backup_list"] = "Lista dei backup presenti";
|
|
$text["backup_remove"] = "Elimina file di backup";
|
|
$text["backup_tools"] = "Strumenti di backup";
|
|
$text["between"] = "tra";
|
|
$text["calendar"] = "Calendario";
|
|
$text["cancel"] = "Annulla";
|
|
$text["cannot_assign_invalid_state"] = "Non è possibile modificare le assegnazioni di un documento già in stato finale";
|
|
$text["cannot_change_final_states"] = "Attenzione: Non si può modificare lo stato dei documenti rifiutati, scaduti o in lavorazione";
|
|
//$text["cannot_delete_yourself"] = "Cannot delete yourself";
|
|
$text["cannot_move_root"] = "Impossibile spostare la cartella di root";
|
|
$text["cannot_retrieve_approval_snapshot"] = "Impossibile visualizzare lo stato di approvazione per questa versione di documento";
|
|
$text["cannot_retrieve_review_snapshot"] = "Impossibile visualizzare lo stato di revisione per questa versione di documento";
|
|
$text["cannot_rm_root"] = "Impossibile cancellare la cartella di root";
|
|
$text["category"] = "Category";
|
|
$text["category_filter"] = "Only categories";
|
|
$text["category_in_use"] = "This category is currently used by documents.";
|
|
$text["categories"] = "Categories";
|
|
$text["change_assignments"] = "Modifica le Assegnazioni";
|
|
$text["change_status"] = "Modifica lo Stato";
|
|
$text["choose_category"] = "Seleziona";
|
|
$text["choose_group"] = "--Seleziona gruppo--";
|
|
$text["choose_target_category"] = "Choose category";
|
|
$text["choose_target_document"] = "Seleziona documento";
|
|
$text["choose_target_folder"] = "Seleziona cartella";
|
|
$text["choose_user"] = "--Seleziona utente--";
|
|
$text["comment_changed_email"] = "Commento cambiato";
|
|
$text["comment"] = "Commento";
|
|
$text["comment_for_current_version"] = "Commento per la versione";
|
|
$text["confirm_create_fulltext_index"] = "Yes, I would like to recreate the fulltext index!";
|
|
$text["confirm_pwd"] = "Conferma Password";
|
|
$text["confirm_rm_backup"] = "Vuoi davvero rimuovere il file \"[arkname]\"?<br>Attenzione: Questa operazione non può essere annullata.";
|
|
$text["confirm_rm_document"] = "Vuoi veramente eliminare il documento \"[documentname]\"?<br>Attenzione: L'operazione è irreversibile";
|
|
$text["confirm_rm_dump"] = "Vuoi davvero rimuovere il file \"[dumpname]\"?<br>Attenzione: Questa operazione non può essere annullata.";
|
|
$text["confirm_rm_event"] = "Vuoli davvero rimuovere l'evento \"[name]\"?<br>Attenzione: Questa operazione non può essere annullata.";
|
|
$text["confirm_rm_file"] = "Vuoi veramente eliminare il file \"[name]\" del documento \"[documentname]\"?<br>Attenzione: L'operazione è irreversibile";
|
|
$text["confirm_rm_folder"] = "Vuoi veramente eliminare la cartella \"[foldername]\" e tutto il suo contenuto?<br>Attenzione: L'operazione è irreversibile";
|
|
$text["confirm_rm_folder_files"] = "Vuoi davvero rimuovere tutti i file dalla cartella \"[foldername]\" e dalle sue sottocartelle?<br>Attenzione: Questa operazione non può essere annullata.";
|
|
$text["confirm_rm_group"] = "Vuoi davvero rimuovere il gruppo \"[groupname]\"?<br>Attenzione: Questa operazione non può essere annullata.";
|
|
$text["confirm_rm_log"] = "Vuoi davvero rimuovere il file di log \"[logname]\"?<br>Attenzione: Questa operazione non può essere annullata.";
|
|
$text["confirm_rm_user"] = "Vuoi davvero rimuovere l'utente \"[username]\"?<br>Attenzione: Questa operazione non può essere annullata.";
|
|
$text["confirm_rm_version"] = "Vuoi veramente eliminare la versione [version] del documento \"[documentname]\"?<br>Attenzione: L'operazione è irreversibile";
|
|
$text["content"] = "Cartelle";
|
|
$text["continue"] = "Continua";
|
|
$text["create_fulltext_index"] = "Create fulltext index";
|
|
$text["create_fulltext_index_warning"] = "You are to recreate the fulltext index. This can take a considerable amount of time and reduce your overall system performance. If you really want to recreate the index, please confirm your operation.";
|
|
$text["creation_date"] = "Data creazione";
|
|
$text["current_version"] = "Ultima versione";
|
|
$text["daily"] = "Daily";
|
|
$text["databasesearch"] = "Database search";
|
|
$text["december"] = "Dicembre";
|
|
$text["default_access"] = "Permesso di default";
|
|
$text["default_keywords"] = "Parole chiave disponibili";
|
|
$text["delete"] = "Cancella";
|
|
$text["details"] = "Dettagli";
|
|
$text["details_version"] = "Dettagli versione: [version]";
|
|
$text["disclaimer"] = "Questa è un'area riservata. L'accesso è consentito solo al personale autorizzato. Qualunque violazione sarà perseguita a norma delle leggi italiane ed internazionali.";
|
|
$text["document_already_locked"] = "Questo documento è già bloccato";
|
|
$text["document_deleted"] = "Documento rimosso";
|
|
$text["document_deleted_email"] = "Documento cancellato";
|
|
$text["document"] = "Documento";
|
|
$text["document_infos"] = "Informazioni documento";
|
|
$text["document_is_not_locked"] = "Questo documento non è bloccato";
|
|
$text["document_link_by"] = "Collegato da";
|
|
$text["document_link_public"] = "Pubblico";
|
|
$text["document_moved_email"] = "Documento spostato";
|
|
$text["document_renamed_email"] = "Documento rinominato";
|
|
$text["documents"] = "Documenti";
|
|
$text["documents_in_process"] = "Documenti in lavorazione";
|
|
$text["documents_locked_by_you"] = "Documenti bloccati da te";
|
|
$text["document_status_changed_email"] = "Modifica stato del documento";
|
|
$text["documents_to_approve"] = "Documenti in attesa della tua approvazione";
|
|
$text["documents_to_review"] = "Documenti in attesa della tua revisione";
|
|
$text["documents_user_requiring_attention"] = "Tuoi documenti in attesa di revisione o approvazione";
|
|
$text["document_title"] = "Documento '[documentname]'";
|
|
$text["document_updated_email"] = "Documento aggiornato";
|
|
$text["does_not_expire"] = "Nessuna scadenza";
|
|
$text["does_not_inherit_access_msg"] = "<a class=\"inheritAccess\" href=\"[inheriturl]\">Imposta permessi ereditari</a>";
|
|
$text["download"] = "Scarica";
|
|
$text["draft_pending_approval"] = "Bozza in approvazione";
|
|
$text["draft_pending_review"] = "Bozza in revisione";
|
|
$text["dump_creation"] = "Creazione DB dump";
|
|
$text["dump_creation_warning"] = "Con questa operazione è possibile creare un file di dump del contenuto del database. Dopo la creazione il file viene salvato nella cartella dati del server.";
|
|
$text["dump_list"] = "List dei dump presenti";
|
|
$text["dump_remove"] = "Cancella il dump file";
|
|
$text["edit_comment"] = "Modifica il commento";
|
|
$text["edit_default_keywords"] = "Modifica parole chiave";
|
|
$text["edit_document_access"] = "Modifica permessi";
|
|
$text["edit_document_notify"] = "Lista di notifica file";
|
|
$text["edit_document_props"] = "Gestione documento";
|
|
$text["edit"] = "modifica";
|
|
$text["edit_event"] = "Modifica evento";
|
|
$text["edit_existing_access"] = "Gestione permessi";
|
|
$text["edit_existing_notify"] = "Gestione lista di notifica";
|
|
$text["edit_folder_access"] = "Modifica permessi";
|
|
$text["edit_folder"] = "Modifica cartella";
|
|
$text["edit_folder_notify"] = "Lista di notifica cartelle";
|
|
$text["edit_group"] = "Modifica gruppo";
|
|
$text["edit_user_details"] = "Gestione dettagli utente";
|
|
$text["edit_user"] = "Modifica utente";
|
|
$text["email"] = "Email";
|
|
$text["email_footer"] = "Puoi cambiare le tue preferenze utilizzando le funzioni del menu 'Account personale'";
|
|
$text["email_header"] = "Questo è un messaggio automatico inviato dal server DMS";
|
|
$text["empty_notify_list"] = "Nessun record";
|
|
$text["error_no_document_selected"] = "No document selected";
|
|
$text["error_no_folder_selected"] = "No folder selected";
|
|
$text["error_occured"] = "Si verificato un errore";
|
|
$text["event_details"] = "Dettagli evento";
|
|
$text["expired"] = "Scaduto";
|
|
$text["expires"] = "Scadenza";
|
|
$text["expiry_changed_email"] = "Scadenza cambiata";
|
|
$text["february"] = "Febbraio";
|
|
$text["file"] = "File";
|
|
$text["files_deletion"] = "Cancellazione file";
|
|
$text["files_deletion_warning"] = "Con questa operazione è possible cancellare i file di intere cartelle. Dopo la cancellazione le informazioni di versionamento resteranno disponibili.";
|
|
$text["files"] = "Files";
|
|
$text["file_size"] = "Grandezza";
|
|
$text["folder_contents"] = "Contenuto cartella";
|
|
$text["folder_deleted_email"] = "Cartella cancellata";
|
|
$text["folder"] = "Cartella";
|
|
$text["folder_infos"] = "Informazioni cartella";
|
|
$text["folder_moved_email"] = "Cartella spostata";
|
|
$text["folder_renamed_email"] = "Cartella rinominata";
|
|
$text["folders_and_documents_statistic"] = "Visualizzazione generale";
|
|
$text["folders"] = "Cartelle";
|
|
$text["folder_title"] = "Cartella '[foldername]'";
|
|
$text["friday"] = "Venerdì";
|
|
$text["from"] = "Da";
|
|
$text["fullsearch"] = "Full text search";
|
|
$text["fullsearch_hint"] = "Use fulltext index";
|
|
$text["fulltext_info"] = "Fulltext index info";
|
|
$text["global_default_keywords"] = "Categorie parole chiave globali";
|
|
$text["global_document_categories"] = "Categories";
|
|
$text["group_approval_summary"] = "Dettaglio approvazioni di gruppo";
|
|
$text["group_exists"] = "Il gruppo è già esistente";
|
|
$text["group"] = "Gruppo";
|
|
$text["group_management"] = "Amministrazione gruppi";
|
|
$text["group_members"] = "Membri del gruppo";
|
|
$text["group_review_summary"] = "Dettaglio revisioni di gruppo";
|
|
$text["groups"] = "Gruppi";
|
|
$text["guest_login_disabled"] = "Login ospite è disabilitato";
|
|
$text["guest_login"] = "Login come ospite";
|
|
$text["help"] = "Aiuto";
|
|
$text["hourly"] = "Hourly";
|
|
$text["human_readable"] = "Archivio per uso esterno";
|
|
$text["include_documents"] = "Includi documenti";
|
|
$text["include_subdirectories"] = "Includi sottocartelle";
|
|
$text["individuals"] = "Singoli";
|
|
$text["inherits_access_msg"] = "E' impostato il permesso ereditario.<p><a class=\"inheritAccess\" href=\"[copyurl]\">Modifica la lista degli accessi ereditati</a><br><a class=\"inheritAccess\" href=\"[emptyurl]\">Riimposta una lista di permessi vuota</a>";
|
|
$text["internal_error_exit"] = "Errore interno. Impossibile completare la richiesta. Uscire.";
|
|
$text["internal_error"] = "Errore interno";
|
|
$text["invalid_access_mode"] = "Permessi non validi";
|
|
$text["invalid_action"] = "Azione non valida";
|
|
$text["invalid_approval_status"] = "Stato di approvazione non valido";
|
|
$text["invalid_create_date_end"] = "Fine data non valida per la creazione di un intervallo temporale";
|
|
$text["invalid_create_date_start"] = "Inizio data non valida per la creazione di un intervallo temporale";
|
|
$text["invalid_doc_id"] = "ID documento non valido";
|
|
$text["invalid_file_id"] = "ID del file non valido";
|
|
$text["invalid_folder_id"] = "ID cartella non valido";
|
|
$text["invalid_group_id"] = "ID gruppo non valido";
|
|
$text["invalid_link_id"] = "ID di collegamento non valido";
|
|
$text["invalid_review_status"] = "Stato revisione non valido";
|
|
$text["invalid_sequence"] = "Valore di sequenza non valido";
|
|
$text["invalid_status"] = "Stato del documento non valido";
|
|
$text["invalid_target_doc_id"] = "ID documento selezionato non valido";
|
|
$text["invalid_target_folder"] = "ID cartella selezionata non valido";
|
|
$text["invalid_user_id"] = "ID utente non valido";
|
|
$text["invalid_version"] = "Versione documento non valida";
|
|
$text["is_hidden"] = "Nascondi dalla lista utenti";
|
|
$text["january"] = "Gennaio";
|
|
$text["js_no_approval_group"] = "Si prega di selezionare un gruppo di approvazione";
|
|
$text["js_no_approval_status"] = "Si prega di selezionare lo stato di approvazione";
|
|
$text["js_no_comment"] = "Non ci sono commenti";
|
|
$text["js_no_email"] = "Scrivi nel tuo indirizzo di Email";
|
|
$text["js_no_file"] = "Per favore seleziona un file";
|
|
$text["js_no_keywords"] = "Specifica alcune parole chiave";
|
|
$text["js_no_login"] = "Il campo ID utente é necessario";
|
|
$text["js_no_name"] = "Il nome é necessario";
|
|
$text["js_no_override_status"] = "E' necessario selezionare un nuovo stato";
|
|
$text["js_no_pwd"] = "La password è necessaria";
|
|
$text["js_no_query"] = "Scrivi nella query";
|
|
$text["js_no_review_group"] = "Per favore seleziona un gruppo di revisori";
|
|
$text["js_no_review_status"] = "Per favore seleziona lo stato di revisione";
|
|
$text["js_pwd_not_conf"] = "Password e passwords-di conferma non corrispondono";
|
|
$text["js_select_user_or_group"] = "Selezionare almeno un utente o un gruppo";
|
|
$text["js_select_user"] = "Per favore seleziona un utente";
|
|
$text["july"] = "Luglio";
|
|
$text["june"] = "Giugno";
|
|
$text["keyword_exists"] = "Parola chiave già presente";
|
|
$text["keywords"] = "Parole chiave";
|
|
$text["language"] = "Lingua";
|
|
$text["last_update"] = "Ultima modifica";
|
|
$text["link_alt_updatedocument"] = "If you would like to upload files bigger than the current maximum upload size, please use the alternative <a href=\"%s\">upload page</a>.";
|
|
$text["linked_documents"] = "Documenti collegati";
|
|
$text["linked_files"] = "File allegati";
|
|
$text["local_file"] = "File locale";
|
|
$text["lock_document"] = "Blocca";
|
|
$text["lock_message"] = "Questo documento è bloccato da <a href=\"mailto:[email]\">[username]</a>. Solo gli utenti autorizzati possono sbloccare questo documento.";
|
|
$text["lock_status"] = "Stato";
|
|
$text["login_error_text"] = "Errore nel login. ID utente o passord errati.";
|
|
$text["login_error_title"] = "Errore di login";
|
|
$text["login_not_given"] = "Non è stato inserito il nome utente";
|
|
$text["login_ok"] = "Login eseguito";
|
|
$text["log_management"] = "Amministrazione log file";
|
|
$text["logout"] = "Logout";
|
|
$text["manager"] = "Manager";
|
|
$text["march"] = "Marzo";
|
|
$text["max_upload_size"] = "Dimensione massima caricabile per ogni file";
|
|
$text["may"] = "Maggio";
|
|
$text["monday"] = "Lunedì";
|
|
$text["month_view"] = "Vista mese";
|
|
$text["monthly"] = "Monthly";
|
|
$text["move_document"] = "Sposta documento";
|
|
$text["move_folder"] = "Sposta cartella";
|
|
$text["move"] = "Sposta";
|
|
$text["my_account"] = "Account personale";
|
|
$text["my_documents"] = "Documenti personali";
|
|
$text["name"] = "Nome";
|
|
$text["new_default_keyword_category"] = "Aggiungi categoria";
|
|
$text["new_default_keywords"] = "Aggiungi parole chiave";
|
|
$text["new_document_category"] = "Add category";
|
|
$text["new_document_email"] = "Nuovo documento";
|
|
$text["new_file_email"] = "Nuovo file allegato";
|
|
//$text["new_folder"] = "New folder";
|
|
$text["new"] = "Nuovo";
|
|
$text["new_subfolder_email"] = "Nuova sottocartella";
|
|
$text["new_user_image"] = "Nuova immagine";
|
|
$text["no_action"] = "Non è richiesto alcun intervento";
|
|
$text["no_approval_needed"] = "No approval pending.";
|
|
$text["no_attached_files"] = "No attached files";
|
|
$text["no_default_keywords"] = "Nessuna parola chiave disponibile";
|
|
//$text["no_docs_locked"] = "No documents locked.";
|
|
//$text["no_docs_to_approve"] = "There are currently no documents that require approval.";
|
|
//$text["no_docs_to_look_at"] = "No documents that need attention.";
|
|
//$text["no_docs_to_review"] = "There are currently no documents that require review.";
|
|
$text["no_group_members"] = "Questo gruppo non ha membri";
|
|
$text["no_groups"] = "Nessun gruppo";
|
|
$text["no"] = "No";
|
|
$text["no_linked_files"] = "No linked files";
|
|
$text["no_previous_versions"] = "Nessun'altra versione trovata";
|
|
$text["no_review_needed"] = "No review pending.";
|
|
$text["notify_added_email"] = "Sei stato aggiunto alla lista di notifica";
|
|
$text["notify_deleted_email"] = "Sei stato eliminato dalla lista di notifica";
|
|
$text["no_update_cause_locked"] = "Non è quindi possible aggiornarlo.";
|
|
$text["no_user_image"] = "Nessuna immagine trovata";
|
|
$text["november"] = "Novembre";
|
|
$text["obsolete"] = "Obsoleto";
|
|
$text["october"] = "Ottobre";
|
|
$text["old"] = "Vecchio";
|
|
$text["only_jpg_user_images"] = "Possono essere utilizzate solo immagini di tipo jpeg";
|
|
$text["owner"] = "Proprietario";
|
|
$text["ownership_changed_email"] = "Proprietario cambiato";
|
|
$text["password"] = "Password";
|
|
$text["personal_default_keywords"] = "Parole chiave personali";
|
|
$text["previous_versions"] = "Versioni precedenti";
|
|
$text["refresh"] = "Refresh";
|
|
$text["rejected"] = "Rifiutato";
|
|
$text["released"] = "Rilasciato";
|
|
$text["removed_approver"] = "Rimosso dalla lista degli approvatori.";
|
|
$text["removed_file_email"] = "Rimosso file allegato";
|
|
$text["removed_reviewer"] = "Rimosso dalla lista dei revisori.";
|
|
$text["results_page"] = "Pagina dei risultati";
|
|
$text["review_deletion_email"] = "Cancellata la richiesta di revisione";
|
|
$text["reviewer_already_assigned"] = "già è assegnato come revisore";
|
|
$text["reviewer_already_removed"] = "già rimosso dal processo di revisione oppure già inserito come revisione";
|
|
$text["reviewers"] = "Revisori";
|
|
$text["review_group"] = "Gruppo revisori";
|
|
$text["review_request_email"] = "Richiesta di revisione";
|
|
$text["review_status"] = "Stato revisioni";
|
|
$text["review_submit_email"] = "Sottoposta revisione";
|
|
$text["review_summary"] = "Dettaglio revisioni";
|
|
$text["review_update_failed"] = "Errore nella variazione della revisione. Aggiornamento fallito.";
|
|
$text["rm_default_keyword_category"] = "Cancella categoria";
|
|
$text["rm_document"] = "Rimuovi documento";
|
|
$text["rm_document_category"] = "Delete category";
|
|
$text["rm_file"] = "Rimuovi file";
|
|
$text["rm_folder"] = "Rimuovi cartella";
|
|
$text["rm_group"] = "Rimuovi questo gruppo";
|
|
$text["rm_user"] = "Rimuovi questo utente";
|
|
$text["rm_version"] = "Rimuovi versione";
|
|
//$text["role_admin"] = "Administrator";
|
|
//$text["role_guest"] = "Guest";
|
|
//$text["role"] = "Role";
|
|
$text["saturday"] = "Sabato";
|
|
$text["save"] = "Salva";
|
|
$text["search_fulltext"] = "Search in fulltext";
|
|
$text["search_in"] = "Cerca in";
|
|
$text["search_mode_and"] = "tutte le parole";
|
|
$text["search_mode_or"] = "almeno una parola";
|
|
$text["search_no_results"] = "Non ci sono documenti che contengano la vostra ricerca";
|
|
$text["search_query"] = "Cerca per";
|
|
$text["search_report"] = "Trovati [count] documenti";
|
|
$text["search_results_access_filtered"] = "La ricerca può produrre contenuti il cui accesso è negato.";
|
|
$text["search_results"] = "Risultato ricerca";
|
|
//$text["search"] = "Search";
|
|
$text["search_time"] = "Tempo trascorso: [time] sec.";
|
|
$text["selection"] = "Selezione";
|
|
$text["select_one"] = "Seleziona uno";
|
|
$text["september"] = "Settembre";
|
|
$text["seq_after"] = "Dopo \"[prevname]\"";
|
|
$text["seq_end"] = "Alla fine";
|
|
$text["seq_keep"] = "Mantene Posizione";
|
|
$text["seq_start"] = "Prima posizione";
|
|
$text["sequence"] = "Posizione";
|
|
$text["set_expiry"] = "Regola la scadenza";
|
|
//$text["set_owner_error"] = "Error setting owner";
|
|
$text["set_owner"] = "Conferma proprietario";
|
|
$text["settings_activate_module"] = "Activate module";
|
|
$text["settings_activate_php_extension"] = "Activate PHP extension";
|
|
$text["settings_adminIP"] = "Admin IP";
|
|
$text["settings_adminIP_desc"] = "If enabled admin can login only by specified IP addres, leave empty to avoid the control. NOTE: works only with local autentication (no LDAP)";
|
|
$text["settings_ADOdbPath"] = "ADOdb Path";
|
|
$text["settings_ADOdbPath_desc"] = "Path to adodb. This is the directory containing the adodb directory";
|
|
$text["settings_Advanced"] = "Advanced";
|
|
$text["settings_apache_mod_rewrite"] = "Apache - Module Rewrite";
|
|
$text["settings_Authentication"] = "Authentication settings";
|
|
$text["settings_Calendar"] = "Calendar settings";
|
|
$text["settings_calendarDefaultView"] = "Calendar Default View";
|
|
$text["settings_calendarDefaultView_desc"] = "Calendar default view";
|
|
$text["settings_contentDir"] = "Content directory";
|
|
$text["settings_contentDir_desc"] = "Where the uploaded files are stored (best to choose a directory that is not accessible through your web-server)";
|
|
$text["settings_contentOffsetDir"] = "Content Offset Directory";
|
|
$text["settings_contentOffsetDir_desc"] = "To work around limitations in the underlying file system, a new directory structure has been devised that exists within the content directory (Content Directory). This requires a base directory from which to begin. Usually leave this to the default setting, 1048576, but can be any number or string that does not already exist within (Content Directory)";
|
|
$text["settings_coreDir"] = "Core letoDMS directory";
|
|
$text["settings_coreDir_desc"] = "Path to LetoDMS_Core (optional)";
|
|
$text["settings_createdatabase"] = "Create database";
|
|
$text["settings_createdirectory"] = "Create directory";
|
|
$text["settings_currentvalue"] = "Current value";
|
|
$text["settings_Database"] = "Database settings";
|
|
$text["settings_dbDatabase"] = "Database";
|
|
$text["settings_dbDatabase_desc"] = "The name for your database entered during the installation process. Do not edit field unless absolutely necessary, for example transfer of the database to a new Host.";
|
|
$text["settings_dbDriver"] = "Database Type";
|
|
$text["settings_dbDriver_desc"] = "The type of database in use entered during the installation process. Do not edit this field unless you are having to migrate to a different type of database perhaps due to changing hosts. Type of DB-Driver used by adodb (see adodb-readme)";
|
|
$text["settings_dbHostname_desc"] = "The hostname for your database entered during the installation process. Do not edit field unless absolutely necessary, for example transfer of the database to a new Host.";
|
|
$text["settings_dbHostname"] = "Server name";
|
|
$text["settings_dbPass_desc"] = "The password for access to your database entered during the installation process.";
|
|
$text["settings_dbPass"] = "Password";
|
|
$text["settings_dbUser_desc"] = "The username for access to your database entered during the installation process. Do not edit field unless absolutely necessary, for example transfer of the database to a new Host.";
|
|
$text["settings_dbUser"] = "Username";
|
|
$text["settings_delete_install_folder"] = "To use LetoDMS, you must delete the install directory";
|
|
$text["settings_disableSelfEdit_desc"] = "If checked user cannot edit his own profile";
|
|
$text["settings_disableSelfEdit"] = "Disable Self Edit";
|
|
$text["settings_Display"] = "Display settings";
|
|
$text["settings_Edition"] = "Edition settings";
|
|
$text["settings_enableAdminRevApp_desc"] = "Uncheck to don't list administrator as reviewer/approver";
|
|
$text["settings_enableAdminRevApp"] = "Enable Admin Rev App";
|
|
$text["settings_enableCalendar_desc"] = "Enable/disable calendar";
|
|
$text["settings_enableCalendar"] = "Enable Calendar";
|
|
$text["settings_enableConverting_desc"] = "Enable/disable converting of files";
|
|
$text["settings_enableConverting"] = "Enable Converting";
|
|
$text["settings_enableEmail_desc"] = "Enable/disable automatic email notification";
|
|
$text["settings_enableEmail"] = "Enable E-mail";
|
|
$text["settings_enableFolderTree_desc"] = "False to don't show the folder tree";
|
|
$text["settings_enableFolderTree"] = "Enable Folder Tree";
|
|
$text["settings_enableGuestLogin_desc"] = "If you want anybody to login as guest, check this option. Note: guest login should be used only in a trusted environment";
|
|
$text["settings_enableGuestLogin"] = "Enable Guest Login";
|
|
$text["settings_enableUserImage_desc"] = "Enable users images";
|
|
$text["settings_enableUserImage"] = "Enable User Image";
|
|
$text["settings_enableUsersView_desc"] = "Enable/disable group and user view for all users";
|
|
$text["settings_enableUsersView"] = "Enable Users View";
|
|
$text["settings_error"] = "Error";
|
|
$text["settings_expandFolderTree_desc"] = "Expand Folder Tree";
|
|
$text["settings_expandFolderTree"] = "Expand Folder Tree";
|
|
$text["settings_expandFolderTree_val0"] = "start with tree hidden";
|
|
$text["settings_expandFolderTree_val1"] = "start with tree shown and first level expanded";
|
|
$text["settings_expandFolderTree_val2"] = "start with tree shown fully expanded";
|
|
$text["settings_firstDayOfWeek_desc"] = "First day of the week";
|
|
$text["settings_firstDayOfWeek"] = "First day of the week";
|
|
$text["settings_footNote_desc"] = "Message to display at the bottom of every page";
|
|
$text["settings_footNote"] = "Foot Note";
|
|
$text["settings_guestID_desc"] = "ID of guest-user used when logged in as guest (mostly no need to change)";
|
|
$text["settings_guestID"] = "Guest ID";
|
|
$text["settings_httpRoot_desc"] = "The relative path in the URL, after the domain part. Do not include the http:// prefix or the web host name. e.g. If the full URL is http://www.example.com/letodms/, set '/letodms/'. If the URL is http://www.example.com/, set '/'";
|
|
$text["settings_httpRoot"] = "Http Root";
|
|
$text["settings_installADOdb"] = "Install ADOdb";
|
|
$text["settings_install_success"] = "The installation is completed successfully";
|
|
$text["settings_language"] = "Default language";
|
|
$text["settings_language_desc"] = "Default language (name of a subfolder in folder \"languages\")";
|
|
$text["settings_logFileEnable_desc"] = "Enable/disable log file";
|
|
$text["settings_logFileEnable"] = "Log File Enable";
|
|
$text["settings_logFileRotation_desc"] = "The log file rotation";
|
|
$text["settings_logFileRotation"] = "Log File Rotation";
|
|
$text["settings_maxDirID_desc"] = "Maximum number of sub-directories per parent directory. Default: 32700.";
|
|
$text["settings_maxDirID"] = "Max Directory ID";
|
|
$text["settings_maxExecutionTime_desc"] = "This sets the maximum time in seconds a script is allowed to run before it is terminated by the parse";
|
|
$text["settings_maxExecutionTime"] = "Max Execution Time (s)";
|
|
$text["settings_more_settings"] = "Configure more settings. Default login: admin/admin";
|
|
$text["settings_notfound"] = "Not found";
|
|
$text["settings_php_dbDriver"] = "PHP extension : php_'see current value'";
|
|
$text["settings_php_gd2"] = "PHP extension : php_gd2";
|
|
$text["settings_php_mbstring"] = "PHP extension : php_mbstring";
|
|
$text["settings_printDisclaimer_desc"] = "If true the disclaimer message the lang.inc files will be print on the bottom of the page";
|
|
$text["settings_printDisclaimer"] = "Print Disclaimer";
|
|
$text["settings_restricted_desc"] = "Only allow users to log in if they have an entry in the local database (irrespective of successful authentication with LDAP)";
|
|
$text["settings_restricted"] = "Restricted access";
|
|
$text["settings_rootDir_desc"] = "Path to where letoDMS is located";
|
|
$text["settings_rootDir"] = "Root directory";
|
|
$text["settings_rootFolderID_desc"] = "ID of root-folder (mostly no need to change)";
|
|
$text["settings_rootFolderID"] = "Root Folder ID";
|
|
$text["settings_SaveError"] = "Configuration file save error";
|
|
$text["settings_Server"] = "Server settings";
|
|
$text["settings"] = "Settings";
|
|
$text["settings_siteDefaultPage_desc"] = "Default page on login. If empty defaults to out/out.ViewFolder.php";
|
|
$text["settings_siteDefaultPage"] = "Site Default Page";
|
|
$text["settings_siteName_desc"] = "Name of site used in the page titles. Default: letoDMS";
|
|
$text["settings_siteName"] = "Site Name";
|
|
$text["settings_Site"] = "Site";
|
|
$text["settings_smtpPort_desc"] = "SMTP Server port, default 25";
|
|
$text["settings_smtpPort"] = "SMTP Server port";
|
|
$text["settings_smtpSendFrom_desc"] = "Send from";
|
|
$text["settings_smtpSendFrom"] = "Send from";
|
|
$text["settings_smtpServer_desc"] = "SMTP Server hostname";
|
|
$text["settings_smtpServer"] = "SMTP Server hostname";
|
|
$text["settings_SMTP"] = "SMTP Server settings";
|
|
$text["settings_strictFormCheck_desc"] = "Strict form checking. If set to true, then all fields in the form will be checked for a value. If set to false, then (most) comments and keyword fields become optional. Comments are always required when submitting a review or overriding document status";
|
|
$text["settings_strictFormCheck"] = "Strict Form Check";
|
|
$text["settings_suggestionvalue"] = "Suggestion value";
|
|
$text["settings_System"] = "System";
|
|
$text["settings_theme"] = "Default theme";
|
|
$text["settings_theme_desc"] = "Default style (name of a subfolder in folder \"styles\")";
|
|
$text["settings_titleDisplayHack_desc"] = "Workaround for page titles that go over more than 2 lines.";
|
|
$text["settings_titleDisplayHack"] = "Title Display Hack";
|
|
$text["settings_updateNotifyTime_desc"] = "Users are notified about document-changes that took place within the last 'Update Notify Time' seconds";
|
|
$text["settings_updateNotifyTime"] = "Update Notify Time";
|
|
$text["settings_versioningFileName_desc"] = "The name of the versioning info file created by the backup tool";
|
|
$text["settings_versioningFileName"] = "Versioning FileName";
|
|
$text["settings_viewOnlineFileTypes_desc"] = "Files with one of the following endings can be viewed online (USE ONLY LOWER CASE CHARACTERS)";
|
|
$text["settings_viewOnlineFileTypes"] = "View Online File Types";
|
|
$text["signed_in_as"] = "Utente";
|
|
$text["sign_out"] = "Esci";
|
|
$text["space_used_on_data_folder"] = "Spazio utilizzato dai dati";
|
|
$text["status_approval_rejected"] = "Bozza rifiutata";
|
|
$text["status_approved"] = "Approvato";
|
|
$text["status_approver_removed"] = "Approvatore rimosso dal processo";
|
|
$text["status_not_approved"] = "Non ancora approvato";
|
|
$text["status_not_reviewed"] = "Non ancora revisionato";
|
|
$text["status_reviewed"] = "Revisionato";
|
|
$text["status_reviewer_rejected"] = "Bozza rifiutata";
|
|
$text["status_reviewer_removed"] = "Revisore rimosso dal processo";
|
|
$text["status"] = "Stato";
|
|
$text["status_unknown"] = "Sconosciuto";
|
|
$text["storage_size"] = "Dimensione totale";
|
|
$text["submit_approval"] = "Approvazione documento";
|
|
$text["submit_login"] = "Login";
|
|
$text["submit_review"] = "Revisione documento";
|
|
$text["sunday"] = "Domenica";
|
|
$text["theme"] = "Tema";
|
|
$text["thursday"] = "Giovedì";
|
|
$text["toggle_manager"] = "Manager";
|
|
$text["to"] = "A";
|
|
$text["tuesday"] = "Martedì";
|
|
$text["under_folder"] = "Nella cartella";
|
|
$text["unknown_command"] = "Commando non riconosciuto.";
|
|
$text["unknown_document_category"] = "Unknown category";
|
|
$text["unknown_group"] = "ID gruppo sconosciuto";
|
|
$text["unknown_id"] = "identificativo sconosciuto";
|
|
$text["unknown_keyword_category"] = "Categoria sconosciuta";
|
|
$text["unknown_owner"] = "ID proprietario sconosciuto";
|
|
$text["unknown_user"] = "ID utente sconosciuto";
|
|
$text["unlock_cause_access_mode_all"] = "Puoi ancora aggiornarlo, perchè hai il permesso \"all\". Il blocco sarà rimosso automaticamente.";
|
|
$text["unlock_cause_locking_user"] = "Puoi ancora aggiornarlo, perchè sei l'utente che ha eseguito il blocco. Il blocco sarà rimosso automaticamente.";
|
|
$text["unlock_document"] = "Sblocca";
|
|
$text["update_approvers"] = "Aggiornamento lista approvatori";
|
|
$text["update_document"] = "Aggiorna";
|
|
$text["update_fulltext_index"] = "Update fulltext index";
|
|
$text["update_info"] = "Aggiorna informazioni";
|
|
$text["update_locked_msg"] = "Questo documento è bloccato.";
|
|
$text["update_reviewers"] = "Aggiornamento lista revisori";
|
|
$text["update"] = "Aggiorna";
|
|
$text["uploaded_by"] = "Caricato da";
|
|
$text["uploading_failed"] = "Upload fallito. Sei pregato di contattare l'amministratore.";
|
|
$text["use_default_categories"] = "Use predefined categories";
|
|
$text["use_default_keywords"] = "Usa le parole chiave predefinite";
|
|
$text["user_exists"] = "Utente esistente";
|
|
$text["user_image"] = "Immagine";
|
|
$text["user_info"] = "Informazioni utente";
|
|
$text["user_list"] = "Lista utenti";
|
|
$text["user_login"] = "ID utente";
|
|
$text["user_management"] = "Amministrazione utenti";
|
|
$text["user_name"] = "Nome e Cognome";
|
|
$text["users"] = "Utenti";
|
|
$text["user"] = "Utente";
|
|
$text["version_deleted_email"] = "Versione cancellata";
|
|
$text["version_info"] = "Informazioni versione";
|
|
$text["versioning_file_creation"] = "Creazione file di versionamento";
|
|
$text["versioning_file_creation_warning"] = "Con questa operazione è possibile creare un file di backup delle informazioni di versionamento dei documenti di una intera cartella. Dopo la creazione ogni file viene salvato nella cartella del relativo documento.";
|
|
$text["versioning_info"] = "Informazioni di versionamento";
|
|
$text["version"] = "Versione";
|
|
$text["view_online"] = "Visualizza";
|
|
$text["warning"] = "Attenzione";
|
|
$text["wednesday"] = "Mercoledì";
|
|
$text["week_view"] = "Vista settimana";
|
|
$text["year_view"] = "Vista anno";
|
|
$text["yes"] = "Si";
|
|
?>
|