31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-26 08:22:34 +00:00

Merge pull request #144 from alikon/italiano

Italian translation
This commit is contained in:
Michael Babker 2016-04-05 14:56:08 -04:00
commit 8254a4eb7d
2 changed files with 84 additions and 0 deletions

View File

@ -0,0 +1,74 @@
; Joomla! Project
; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2016 Open Source Matters, Inc. All rights reserved.
; License GNU General Public License version 2 or later
; Note : All ini files need to be saved as UTF-8
COM_PATCHTESTER="Joomla! Patch Tester"
COM_PATCHTESTER_API_LIMIT_ACTION="E' stato raggiunto il limite di richieste alla API Github, impossibile connettersi a GitHub per eseguire l'azione richiesta. Il limite sarà resettato a %s"
COM_PATCHTESTER_API_LIMIT_LIST="E' stato raggiunto il limite di richieste alla API Github, impossibile connettersi a GitHub per aggiornare i dati. Il limite sarà resettato a %s"
COM_PATCHTESTER_APPLIED="Applicata"
COM_PATCHTESTER_APPLIED_COMMIT_SHA="Applicata Commit SHA: %s"
COM_PATCHTESTER_APPLY_OK="Patch applicata con successo"
COM_PATCHTESTER_APPLY_PATCH="Applica la Patch"
COM_PATCHTESTER_COMPONENT_DESC="Joomla! Patch Tester Valori di configurazione"
COM_PATCHTESTER_COMPONENT_LABEL="Joomla! Patch Tester"
COM_PATCHTESTER_CONFIGURATION="Joomla! Patch Tester Settaggi"
COM_PATCHTESTER_CONFIRM_RESET="Il ripristino tenterà di ripristinare tutte le patch applicate e rimuove tutti i file di backup. Ciò può risultare in un ambiente instabile. Sei sicuro di voler continuare?"
COM_PATCHTESTER_CONFLICT_S="La patch non può essere applicata perché in conflitto con una patch applicata in precedenza: %s"
COM_PATCHTESTER_COULD_NOT_CONNECT_TO_GITHUB="Non è possibile connettersi a GitHub: %s"
COM_PATCHTESTER_ERROR_APPLIED_PATCHES="Non è possibile recuperare i dati da GitHub mentre ci sono patch applicate. Ripristina le patches prima di continuare."
COM_PATCHTESTER_ERROR_CANNOT_COPY_FILE="Impossibile copiare il file %1$s alla destinatione %2$s"
COM_PATCHTESTER_ERROR_CANNOT_DELETE_FILE="Impossibile eliminare il file %s"
COM_PATCHTESTER_ERROR_CANNOT_WRITE_FILE="Impossibile scrivere il file %s"
COM_PATCHTESTER_ERROR_GITHUB_FETCH="Errore nel recupero pull requests da GitHub: %s"
COM_PATCHTESTER_ERROR_INSERT_DATABASE="Errore inserimento dati pull request nel database: %s"
COM_PATCHTESTER_ERROR_READING_DATABASE_TABLE="%1$s - Errore leggendo i dati (%2$s)"
COM_PATCHTESTER_ERROR_TRUNCATING_PULLS_TABLE="Errore pulendo la tabella pulls: %s"
COM_PATCHTESTER_ERROR_TRUNCATING_TESTS_TABLE="Errore pulendo la tabella tests: %s"
COM_PATCHTESTER_FETCH_AN_ERROR_HAS_OCCURRED="Si è verificato un errore durante il recupero dei dati da GitHub."
COM_PATCHTESTER_FETCH_COMPLETE_CLOSE_WINDOW="Tutti i dati sono stati recuperati. Si prega di chiudere questo pop-up per aggiornare la pagina."
COM_PATCHTESTER_FETCH_INITIALIZING="Preparazione alla lettura dei dati da GitHub"
COM_PATCHTESTER_FETCH_INITIALIZING_DESCRIPTION="Controllo che è tutto ok per la lettura dei dati. Incrocia le dita."
COM_PATCHTESTER_FETCH_PAGE_NUMBER="Elaborazione dati da GitHub pagina %s in corso"
COM_PATCHTESTER_FETCH_PROCESSING="Elaborazione dati da GitHub in corso"
COM_PATCHTESTER_FETCH_SUCCESSFUL="Pull Requests recuperate correttamente"
COM_PATCHTESTER_FIELD_GH_PASSWORD_LABEL="GitHub Account Password"
COM_PATCHTESTER_FIELD_GH_PASSWORD_DESC="Password per account nel campo \"GitHub Account\" . Nota che gli accounts che usano Two Factor Authentication non funziona con questo componente."
COM_PATCHTESTER_FIELD_GH_TOKEN_DESC="Utilizza questo campo per immettere un GitHub API token al posto di username e password. Nota che questo è necessario se il tuo account ha il Two Factor Authentication abilitato."
COM_PATCHTESTER_FIELD_GH_TOKEN_LABEL="GitHub Token"
COM_PATCHTESTER_FIELD_GH_USER_LABEL="GitHub Account Username"
COM_PATCHTESTER_FIELD_GH_USER_DESC="Nome dell account su GitHub per l'autenticazione dell'API"
COM_PATCHTESTER_FIELD_ORG_LABEL="GitHub Project Owner"
COM_PATCHTESTER_FIELD_ORG_DESC="Un nome utente o organizzazione su GitHub di cui monitorare le Pull Requests"
COM_PATCHTESTER_FIELD_REPO_LABEL="GitHub Project Repository"
COM_PATCHTESTER_FIELD_REPO_DESC="Nome del repository su GitHub di cui monitorare le Pull Request"
COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S="Il file contrassegnato per la cancellazione non esiste: %s"
COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="Il file contrassegnato per la modifica non esiste: %s"
COM_PATCHTESTER_FILTER_APPLIED_PATCHES="Filtra Patches Applicate"
COM_PATCHTESTER_FILTER_RTC_PATCHES="Filtra Patches RTC"
COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION="Cerca per titolo o con \"id:\" per cercare per Pull ID."
COM_PATCHTESTER_GITHUB="GitHub"
COM_PATCHTESTER_HEADING_FETCH_DATA="Recupero dati GitHub"
COM_PATCHTESTER_JISSUE="J! Issue"
COM_PATCHTESTER_JISSUES="Issue Tracker"
COM_PATCHTESTER_PULL_ID="Pull ID"
COM_PATCHTESTER_NO_CREDENTIALS="Non hai inserito le credenziali utente nelle opzioni. Questo limiterà a solo 60 richieste all'API GitHub per ora. Aggiungendo le credenziali permetterà 5.000 richieste per ora."
COM_PATCHTESTER_NO_FILES_TO_PATCH="Non ci sono file per questa Pull Request. Può significare che i file nella Pull Request non sono presenti nella vostra installazione."
COM_PATCHTESTER_NO_ITEMS="Nessun dato è stato recuperato da GitHub, clicca il bottone 'Fetch Data' nella toolbar per recuperare le Pull Request aperte."
COM_PATCHTESTER_NOT_APPLIED="Non Applicata"
COM_PATCHTESTER_NOT_RTC="Non RTC"
COM_PATCHTESTER_PATCH_INCLUDES_BINARY_FILES="La patch applicata comprende dei file binari che Patch Tester attualmente non supporta."
COM_PATCHTESTER_READY_TO_COMMIT="Ready to Commit"
COM_PATCHTESTER_REPO_IS_GONE="La patch non può essere applicata perché manca il repository"
COM_PATCHTESTER_REQUIREMENT_HTTPS="HTTPS wrappers deve essere abilitato"
COM_PATCHTESTER_REQUIREMENT_OPENSSL="La OpenSSL extension deve essere installata e abilitata nel tuo php.ini"
COM_PATCHTESTER_REQUIREMENTS_HEADING="Requisiti non soddisfatti"
COM_PATCHTESTER_REQUIREMENTS_NOT_MET="Il sistema non soddisfa i requisiti per eseguire l'estensione Patch Tester:"
COM_PATCHTESTER_RESET_HAS_ERRORS="Il processo di ripristino è stato completato ma si sono verificati errori. Cancella ogni files .txt nella cartella '%1$s' e svuota la tablella '%2$s' nel database."
COM_PATCHTESTER_RESET_OK="Il processo di ripristino è stato completato con successo."
COM_PATCHTESTER_REVERT_OK="Patch ripristinata con successo"
COM_PATCHTESTER_REVERT_PATCH="Ripristina la Patch"
COM_PATCHTESTER_RTC="RTC"
COM_PATCHTESTER_TEST_THIS_PATCH="Testa questa Patch"
COM_PATCHTESTER_TOOLBAR_FETCH_DATA="Preleva i Dati"
COM_PATCHTESTER_TOOLBAR_RESET="Reset"

View File

@ -0,0 +1,10 @@
; Joomla! Project
; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2016 Open Source Matters, Inc. All rights reserved.
; License GNU General Public License version 2 or later
; Note : All ini files need to be saved as UTF-8
COM_PATCHTESTER="Joomla! Patch Tester"
COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Impossibile installare il template override per i seguenti template: %s"
COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Impossibile rimuovere il template overrides per i seguenti template: %s"
COM_PATCHTESTER_ERROR_INSTALL_JVERSION="Il Joomla! Patch Tester richiede la versione %s o maggiore del CMS"
COM_PATCHTESTER_XML_DESCRIPTION="Componente per la gestione e test delle pull request"