|
|
|
@ -4,111 +4,111 @@
|
|
|
|
|
; Note : All ini files need to be saved as UTF-8
|
|
|
|
|
|
|
|
|
|
COM_PATCHTESTER="Joomla! Patch-testaaja"
|
|
|
|
|
COM_PATCHTESTER_API_LIMIT_ACTION="The GitHub API rate limit has been reached for this resource, could not connect to GitHub to perform the requested action. The rate limit will reset at %s"
|
|
|
|
|
COM_PATCHTESTER_API_LIMIT_LIST="The GitHub API rate limit has been reached for this resource, could not connect to GitHub for updated data. The rate limit will reset at %s"
|
|
|
|
|
COM_PATCHTESTER_APPLIED="Applied"
|
|
|
|
|
COM_PATCHTESTER_APPLIED_COMMIT_SHA="Applied Commit SHA: %s"
|
|
|
|
|
COM_PATCHTESTER_APPLY_OK="Patch successfully applied"
|
|
|
|
|
COM_PATCHTESTER_APPLY_PATCH="Apply Patch"
|
|
|
|
|
COM_PATCHTESTER_BRANCH="Branch"
|
|
|
|
|
COM_PATCHTESTER_CONFIGURATION="Joomla! Patch Tester Settings"
|
|
|
|
|
COM_PATCHTESTER_CONFIRM_RESET="Resetting will attempt to revert all applied patches and remove all backed up files. This may result in a corrupted environment. Are you sure you want to continue?"
|
|
|
|
|
COM_PATCHTESTER_CONFLICT_S="The patch could not be applied because it conflicts with a previously applied patch: %s"
|
|
|
|
|
COM_PATCHTESTER_COULD_NOT_CONNECT_TO_GITHUB="Could not connect to GitHub: %s"
|
|
|
|
|
COM_PATCHTESTER_ERROR_APPLIED_PATCHES="Cannot fetch data from GitHub while there are applied patches. Please revert those patches before continuing."
|
|
|
|
|
COM_PATCHTESTER_ERROR_CANNOT_COPY_FILE="Cannot copy source file %1$s to destination %2$s"
|
|
|
|
|
COM_PATCHTESTER_ERROR_CANNOT_DELETE_FILE="Cannot delete file %s"
|
|
|
|
|
COM_PATCHTESTER_ERROR_CANNOT_WRITE_FILE="Cannot write file %s"
|
|
|
|
|
COM_PATCHTESTER_ERROR_GITHUB_FETCH="Error retrieving pull requests from GitHub: %s"
|
|
|
|
|
COM_PATCHTESTER_ERROR_INSERT_DATABASE="Error inserting pull request data into the database: %s"
|
|
|
|
|
COM_PATCHTESTER_ERROR_MODEL_NOT_FOUND="Model class %s not found."
|
|
|
|
|
COM_PATCHTESTER_ERROR_READING_DATABASE_TABLE="%1$s - Error retrieving table data (%2$s)"
|
|
|
|
|
COM_PATCHTESTER_ERROR_TRUNCATING_PULLS_TABLE="Error truncating the pulls table: %s"
|
|
|
|
|
COM_PATCHTESTER_ERROR_TRUNCATING_TESTS_TABLE="Error truncating the tests table: %s"
|
|
|
|
|
COM_PATCHTESTER_ERROR_UNSUPPORTED_ENCODING="The patch's files are encoded in an unsupported format."
|
|
|
|
|
COM_PATCHTESTER_ERROR_VIEW_NOT_FOUND="View not found [name, format]: %1$s, %2$s"
|
|
|
|
|
COM_PATCHTESTER_FAILED_APPLYING_PATCH="Patch could not be applied due to exception with %1$s. %2$s"
|
|
|
|
|
COM_PATCHTESTER_FAILED_REVERT_PATCH="Patch could not be reverted due to exception with %1$s. %2$s"
|
|
|
|
|
COM_PATCHTESTER_FETCH_AN_ERROR_HAS_OCCURRED="An error has occurred while fetching the data from GitHub."
|
|
|
|
|
COM_PATCHTESTER_FETCH_COMPLETE_CLOSE_WINDOW="All data has been retrieved. Please close this modal window to refresh the page."
|
|
|
|
|
COM_PATCHTESTER_FETCH_INITIALIZING="Preparing to fetch GitHub data"
|
|
|
|
|
COM_PATCHTESTER_FETCH_INITIALIZING_DESCRIPTION="Making sure all is well to fetch data. Sit tight."
|
|
|
|
|
COM_PATCHTESTER_FETCH_PAGE_NUMBER="Processing page %s of GitHub data"
|
|
|
|
|
COM_PATCHTESTER_FETCH_PAGE_NUMBER_OF_TOTAL="Processing page %1$s of %2$s pages of GitHub data"
|
|
|
|
|
COM_PATCHTESTER_FETCH_PROCESSING="Processing data from GitHub"
|
|
|
|
|
COM_PATCHTESTER_FETCH_SUCCESSFUL="Successfully retrieved pull requests"
|
|
|
|
|
COM_PATCHTESTER_FIELDSET_AUTHENTICATION_DESC="Configuration Values for GitHub Authentication"
|
|
|
|
|
COM_PATCHTESTER_FIELDSET_AUTHENTICATION_LABEL="GitHub Authentication"
|
|
|
|
|
COM_PATCHTESTER_FIELDSET_CI_SETTINGS="CI Server Settings"
|
|
|
|
|
COM_PATCHTESTER_FIELDSET_CI_SETTINGS_DESC="Configuration Values for CI Server Patching"
|
|
|
|
|
COM_PATCHTESTER_FIELDSET_REPOSITORIES_DESC="Configuration Values for GitHub Repository"
|
|
|
|
|
COM_PATCHTESTER_FIELDSET_REPOSITORIES_LABEL="GitHub Repository"
|
|
|
|
|
COM_PATCHTESTER_FIELD_CI_SERVER_NAME="CI Server Address"
|
|
|
|
|
COM_PATCHTESTER_FIELD_CI_SERVER_NAME_DESC="Server address for compiled patches."
|
|
|
|
|
COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH="Switch CI Integration"
|
|
|
|
|
COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH_DESC="Turn CI integration on or off."
|
|
|
|
|
COM_PATCHTESTER_API_LIMIT_ACTION="GitHub API rate rajoitus on saavutettu tälle resurssille. Ei voitu muodostaa yhteyttä GitHub:iin pyydetyn toiminnon suorittamiseksi. Rajoitus nollataan klo %s"
|
|
|
|
|
COM_PATCHTESTER_API_LIMIT_LIST="GitHub API rate rajoitus on saavutettu tälle resurssille. Ei voitu muodostaa yhteyttä GitHub:iin pyydetyn toiminnon suorittamiseksi. Rajoitus nollataan klo %s"
|
|
|
|
|
COM_PATCHTESTER_APPLIED="Asennettu"
|
|
|
|
|
COM_PATCHTESTER_APPLIED_COMMIT_SHA="Tehdyn päivityksen SHA: %s"
|
|
|
|
|
COM_PATCHTESTER_APPLY_OK="Korjaustiedoston asennus onnistui"
|
|
|
|
|
COM_PATCHTESTER_APPLY_PATCH="Asenna korjaustiedosto"
|
|
|
|
|
COM_PATCHTESTER_BRANCH="Haara"
|
|
|
|
|
COM_PATCHTESTER_CONFIGURATION="Joomla! Patch Tester Asetukset"
|
|
|
|
|
COM_PATCHTESTER_CONFIRM_RESET="Nollaus yrittää poistaa kaikki asennetut korjaustiedostot ja varmuuskopioidut tiedostot. Tästä voi olla seurauksena viallinen ympäristö. Oletko varma, että haluat jatkaa?"
|
|
|
|
|
COM_PATCHTESTER_CONFLICT_S="Korjaustiedostoa ei voitu asentaa, koska se on ristiriidassa aiemmin asennetun korjaustiedoston kanssa: %s"
|
|
|
|
|
COM_PATCHTESTER_COULD_NOT_CONNECT_TO_GITHUB="GitHubiin ei saatu yhteyttä: %s"
|
|
|
|
|
COM_PATCHTESTER_ERROR_APPLIED_PATCHES="Tietoa ei voi noutaa GitHubista, kun korjaustiedostoja on asennettu. Poista korjaustiedostot ennen jatkamista."
|
|
|
|
|
COM_PATCHTESTER_ERROR_CANNOT_COPY_FILE="Lähdetiedostoa %1$s ei voi kopioida kohteeseen %2$s"
|
|
|
|
|
COM_PATCHTESTER_ERROR_CANNOT_DELETE_FILE="Tiedostoa %s ei voi poistaa"
|
|
|
|
|
COM_PATCHTESTER_ERROR_CANNOT_WRITE_FILE="Tiedostoa %s ei voi kirjoittaa"
|
|
|
|
|
COM_PATCHTESTER_ERROR_GITHUB_FETCH="Virhe haettaessa pull-pyyntöjä GitHubista: %s"
|
|
|
|
|
COM_PATCHTESTER_ERROR_INSERT_DATABASE="Virhe lisättäessä pull-pyynnön tietoja tietokantaan: %s"
|
|
|
|
|
COM_PATCHTESTER_ERROR_MODEL_NOT_FOUND="Malliluokkaa %s ei löydy."
|
|
|
|
|
COM_PATCHTESTER_ERROR_READING_DATABASE_TABLE="%1$s - Virhe haettaessa taulun tietoja (%2$s)"
|
|
|
|
|
COM_PATCHTESTER_ERROR_TRUNCATING_PULLS_TABLE="Virhe tyhjennettäessä GitHub pulls -taulua: %s"
|
|
|
|
|
COM_PATCHTESTER_ERROR_TRUNCATING_TESTS_TABLE="Virhe tyhjennettäessä testit-taulua: %s"
|
|
|
|
|
COM_PATCHTESTER_ERROR_UNSUPPORTED_ENCODING="Korjaustiedoston tiedostot on koodattu muodossa, jota ei tueta."
|
|
|
|
|
COM_PATCHTESTER_ERROR_VIEW_NOT_FOUND="Näkymää ei löytynyt [name format]: %1$s, %2$s"
|
|
|
|
|
COM_PATCHTESTER_FAILED_APPLYING_PATCH="Korjaustiedostoa ei voitu ottaa käyttöön poikkeuksen vuoksi %1$s. %2$s"
|
|
|
|
|
COM_PATCHTESTER_FAILED_REVERT_PATCH="Korjaustiedostoa ei voitu poistaa poikkeuksen vuoksi %1$s. %2$s"
|
|
|
|
|
COM_PATCHTESTER_FETCH_AN_ERROR_HAS_OCCURRED="Tapahtui virhe haettaessa tietoa GitHubista."
|
|
|
|
|
COM_PATCHTESTER_FETCH_COMPLETE_CLOSE_WINDOW="Kaikki tiedot on haettu. Sulje tämä modaaliikkuna päivittääksesi sivun."
|
|
|
|
|
COM_PATCHTESTER_FETCH_INITIALIZING="Valmistellaan tietojen noutamista GitHubista"
|
|
|
|
|
COM_PATCHTESTER_FETCH_INITIALIZING_DESCRIPTION="Varmistetaan, että kaikki on kunnossa tietojen noutamiseksi. Odota rauhassa."
|
|
|
|
|
COM_PATCHTESTER_FETCH_PAGE_NUMBER="Käsitellään GitHub-tietojen sivua %s"
|
|
|
|
|
COM_PATCHTESTER_FETCH_PAGE_NUMBER_OF_TOTAL="Käsitellään GitHub-tietojen sivua %1$s yhteensä %2$s sivusta"
|
|
|
|
|
COM_PATCHTESTER_FETCH_PROCESSING="Käsitellään tietoa GitHubista"
|
|
|
|
|
COM_PATCHTESTER_FETCH_SUCCESSFUL="Onnistuneesti haetut pull-pyynnöt"
|
|
|
|
|
COM_PATCHTESTER_FIELDSET_AUTHENTICATION_DESC="GitHub todennuksen asetukset"
|
|
|
|
|
COM_PATCHTESTER_FIELDSET_AUTHENTICATION_LABEL="GitHub todennus"
|
|
|
|
|
COM_PATCHTESTER_FIELDSET_CI_SETTINGS="CI-palvelimen asetukset"
|
|
|
|
|
COM_PATCHTESTER_FIELDSET_CI_SETTINGS_DESC="Asetukset korjaustiedostojen asentamiseksi CI-palvelimen"
|
|
|
|
|
COM_PATCHTESTER_FIELDSET_REPOSITORIES_DESC="Asetukset GitHub repositorin arvoille"
|
|
|
|
|
COM_PATCHTESTER_FIELDSET_REPOSITORIES_LABEL="GitHub repositori"
|
|
|
|
|
COM_PATCHTESTER_FIELD_CI_SERVER_NAME="CI-palvelimen osoite"
|
|
|
|
|
COM_PATCHTESTER_FIELD_CI_SERVER_NAME_DESC="Käännettyjen korjaustiedostojen palvelimen osoite."
|
|
|
|
|
COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH="Vaihda CI Integraatiota"
|
|
|
|
|
COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH_DESC="Ota CI-integraatio käyttöön tai pois käytöstä."
|
|
|
|
|
COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH_OPTION_OFF="Pois"
|
|
|
|
|
COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH_OPTION_ON="Päällä"
|
|
|
|
|
COM_PATCHTESTER_FIELD_GH_AUTH_DESC="Valitse 'Token' GitHub API -tunnukselle"
|
|
|
|
|
COM_PATCHTESTER_FIELD_GH_AUTH_LABEL="GitHub Todennusmenetelmä"
|
|
|
|
|
COM_PATCHTESTER_FIELD_GH_AUTH_OPTION_TOKEN="Valtuutus (token)"
|
|
|
|
|
COM_PATCHTESTER_FIELD_GH_TOKEN_DESC="Use this field to input a GitHub API Token in place of your username and password. Note that this is required if your account has Two Factor Authentication enabled.<p></p>To setup an access token, follow these steps.<ol><li><a href=\"https://github.com/settings/tokens/new?description=Joomla%20Patch%20Tester&scopes=public_repo,repo:status\" target=\"_blank\">Create a Personal Access Token</a></li><li>Click Generate token at the bottom of the page</li><li>At the top in the green bar you will find your access token</li><li>Copy the token by selecting it or clicking on the clipboard</li><li>Paste the token in the GitHub Token field above</li><li>Save the changes by clicking the Save & Close button at the top</li><li>You can now use the Patch Tester with your token</li></ol><p>You can always revoke access by deleting the Personal access token from the <a href=\"https://github.com/settings/tokens\" target=\"_blank\">Personal access tokens on Github</a>.</p>"
|
|
|
|
|
COM_PATCHTESTER_FIELD_GH_TOKEN_DESC="Käytä tätä kenttää syöttääksesi GitHub API Token käyttäjänimesi ja salasanasi tilalle. Huomaa, että tämä on pakollista, jos tililläsi on käytössä kaksivaiheinen todennus..<p></p>Määritä käyttöoikeustunnus noudattamalla näitä ohjeita..<ol><li><a href=\"https://github.com/settings/tokens/new?description=Joomla%20Patch%20Tester&scopes=public_repo,repo:status\" target=\"_blank\">Luo henkilökohtainen käyttöoikeustunnus</a></li><li>Klikkaa sivun alareunassa Luo käyttöikeustunnus</li><li>Löydät käyttöikeustunnuksen ylhäältä vihreän palkin sisältä</li><li>Kopioi tunnus valitsemalla se tai klikkaamalla leikepöydälle</li><li>Liitä tunnus yllä olevaan GitHub Token -kenttään</li><li>Tallenna muutokset klikkaamalla yläreunassa olevaa Tallenna & sulje -painiketta</li><li>Voit nyt käyttää Patch Testeria tunnuksesi kanssa</li></ol><p>Voit aina peruuttaa käyttöoikeuden poistamalla käyttöoikeuden <a href=\"https://github.com/settings/tokens\" target=\"_blank\">Githubin henkilökohtaisista käyttöoikeuksista</a>.</p>"
|
|
|
|
|
COM_PATCHTESTER_FIELD_GH_TOKEN_LABEL="GitHub Token"
|
|
|
|
|
COM_PATCHTESTER_FIELD_ORG_DESC="Käyttäjänimi tai organisaatio GitHubissa seuraamaan pull-pyyntöjä."
|
|
|
|
|
COM_PATCHTESTER_FIELD_ORG_LABEL="Mukautettu projektin omistaja"
|
|
|
|
|
COM_PATCHTESTER_FIELD_REPOSITORY_CUSTOM="Mukautettu"
|
|
|
|
|
COM_PATCHTESTER_FIELD_REPOSITORY_DESC="Available Joomla! repositories. Select to autopopulate the organisation and repository fields values."
|
|
|
|
|
COM_PATCHTESTER_FIELD_REPOSITORY_DESC="Saatavilla olevat Joomla!-repot. Valitse täyttääksesi automaattisesti organisaatio ja repo -kenttien arvot."
|
|
|
|
|
COM_PATCHTESTER_FIELD_REPOSITORY_LABEL="GitHub Repository"
|
|
|
|
|
COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_INSTALL_FROM_WEB="Joomla! Install From Web Plugin"
|
|
|
|
|
COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_INSTALL_FROM_WEB="Joomla! Asenna Web-liitännäisestä"
|
|
|
|
|
COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_JOOMLA_CMS="Joomla! CMS"
|
|
|
|
|
COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_PATCHTESTER="Joomla! Patch Tester Component"
|
|
|
|
|
COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_WEBLINKS="Joomla! Weblinks Package"
|
|
|
|
|
COM_PATCHTESTER_FIELD_REPO_DESC="Name of a repository on GitHub to monitor pull requests for."
|
|
|
|
|
COM_PATCHTESTER_FIELD_REPO_LABEL="Custom Project Repository"
|
|
|
|
|
COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S="The file marked for deletion does not exist: %s"
|
|
|
|
|
COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="The file marked for modification does not exist: %s"
|
|
|
|
|
COM_PATCHTESTER_FILTER_APPLIED_PATCHES="Filter Applied Patches"
|
|
|
|
|
COM_PATCHTESTER_FILTER_BRANCH="Filter Target Branch"
|
|
|
|
|
COM_PATCHTESTER_FILTER_DRAFT_PATCHES="Filter Draft Patches"
|
|
|
|
|
COM_PATCHTESTER_FILTER_LABEL="Filter Label"
|
|
|
|
|
COM_PATCHTESTER_FILTER_NPM_PATCHES="Filter NPM Patches"
|
|
|
|
|
COM_PATCHTESTER_FILTER_RTC_PATCHES="Filter RTC Patches"
|
|
|
|
|
COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION="Search the list by title or prefix with 'id:' to search by Pull ID."
|
|
|
|
|
COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_PATCHTESTER="Joomla! Patch Tester -komponentti"
|
|
|
|
|
COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_WEBLINKS="Joomla! Weblinkit -paketti"
|
|
|
|
|
COM_PATCHTESTER_FIELD_REPO_DESC="GitHubissa olevan repositorin nimi, jolla seurataan pull-pyyntöjä."
|
|
|
|
|
COM_PATCHTESTER_FIELD_REPO_LABEL="Mukautettu projektin repositori"
|
|
|
|
|
COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S="Poistettavaksi merkittyä tiedostoa ei ole olemassa: %s"
|
|
|
|
|
COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="Muokattavaksi merkittyä tiedostoa ei ole olemassa: %s"
|
|
|
|
|
COM_PATCHTESTER_FILTER_APPLIED_PATCHES="Suodata käytetyt korjaustiedostot"
|
|
|
|
|
COM_PATCHTESTER_FILTER_BRANCH="Suodata kohdehaara"
|
|
|
|
|
COM_PATCHTESTER_FILTER_DRAFT_PATCHES="Suodata luonnostellut korjaustiedostot"
|
|
|
|
|
COM_PATCHTESTER_FILTER_LABEL="Suodata tunnus"
|
|
|
|
|
COM_PATCHTESTER_FILTER_NPM_PATCHES="Suodata NPM-korjaustiedostot"
|
|
|
|
|
COM_PATCHTESTER_FILTER_RTC_PATCHES="Suodata RTC-korjaustiedostot"
|
|
|
|
|
COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION="Etsi listaa otsikon avulla tai lisää etuliite 'id:' etsiäksesi Pull-tunnuksella."
|
|
|
|
|
COM_PATCHTESTER_GITHUB="GitHub"
|
|
|
|
|
COM_PATCHTESTER_HEADING_FETCH_DATA="Fetching GitHub Data"
|
|
|
|
|
COM_PATCHTESTER_IS_DRAFT="Draft"
|
|
|
|
|
COM_PATCHTESTER_JISSUE="J! Issue"
|
|
|
|
|
COM_PATCHTESTER_JISSUES="Issue Tracker"
|
|
|
|
|
COM_PATCHTESTER_NOT_APPLIED="Not Applied"
|
|
|
|
|
COM_PATCHTESTER_NOT_NPM="Not NPM"
|
|
|
|
|
COM_PATCHTESTER_NOT_RTC="Not RTC"
|
|
|
|
|
COM_PATCHTESTER_NO_CREDENTIALS="You have not entered your GitHub API token in the Options. This will limit you to only 60 requests to the GitHub API per hour. Configuring authentication via an API token will allow 5,000 requests per hour."
|
|
|
|
|
COM_PATCHTESTER_NO_FILES_TO_PATCH="There are no files to patch from this pull request. This may mean that the files in the pull request are not present in your installation."
|
|
|
|
|
COM_PATCHTESTER_NO_ITEMS="No data has been retrieved from GitHub, please click the 'Fetch Data' button in the toolbar to retrieve the open pull requests."
|
|
|
|
|
COM_PATCHTESTER_HEADING_FETCH_DATA="Haetaan GitHub-tietoja"
|
|
|
|
|
COM_PATCHTESTER_IS_DRAFT="Luonnos"
|
|
|
|
|
COM_PATCHTESTER_JISSUE="J! Ongelma"
|
|
|
|
|
COM_PATCHTESTER_JISSUES="Ongelmanseuranta (Issue Tracker)"
|
|
|
|
|
COM_PATCHTESTER_NOT_APPLIED="Ei Käytössä"
|
|
|
|
|
COM_PATCHTESTER_NOT_NPM="Ei NPM"
|
|
|
|
|
COM_PATCHTESTER_NOT_RTC="Ei RTC"
|
|
|
|
|
COM_PATCHTESTER_NO_CREDENTIALS="Et ole syöttänyt GitHub API -tunnuksiasi. Tämä rajoittaa sinut vain 60 GitHub API pyyntöön tunnissa. API-tunnuksen määrittäminen mahdollistaa 5 000 pyyntöä tunnissa."
|
|
|
|
|
COM_PATCHTESTER_NO_FILES_TO_PATCH="Tässä pull-pyynnössä ei ole tiedostoja, joita vasten voisi ajaa korjaustiedoston. Tämä voi tarkoittaa sitä, että pull-pyynnön tiedostot eivät ole mukana asennuksessasi."
|
|
|
|
|
COM_PATCHTESTER_NO_ITEMS="GitHubista ei ole haettu dataa, ole hyvä ja klikkaa 'Nouda tiedot' -painiketta työkalurivissä, jotta voit aktivoida avoimet pull-pyynnöt."
|
|
|
|
|
COM_PATCHTESTER_NPM="NPM"
|
|
|
|
|
COM_PATCHTESTER_PATCH_BREAKS_SITE="The patch could not be applied because it would break the site. Check the pull request to see if it is up-to-date."
|
|
|
|
|
COM_PATCHTESTER_PULLS_TABLE_CAPTION="Table of Pull Requests"
|
|
|
|
|
COM_PATCHTESTER_PATCH_BREAKS_SITE="Korjaustiedostoa ei voitu ottaa käyttöön, koska se rikkoisi sivuston. Tarkista pull-pyyntö nähdäksesi, onko se ajan tasalla."
|
|
|
|
|
COM_PATCHTESTER_PULLS_TABLE_CAPTION="Pull-pyyntöjen taulukko"
|
|
|
|
|
COM_PATCHTESTER_PULL_ID="Pull ID"
|
|
|
|
|
COM_PATCHTESTER_PULL_ID_ASC="Pull ID ascending"
|
|
|
|
|
COM_PATCHTESTER_PULL_ID_DESC="Pull ID descending"
|
|
|
|
|
COM_PATCHTESTER_READY_TO_COMMIT="Ready to Commit"
|
|
|
|
|
COM_PATCHTESTER_REPO_IS_GONE="The patch could not be applied because the repository is missing"
|
|
|
|
|
COM_PATCHTESTER_REQUIREMENTS_HEADING="Requirements Not Met"
|
|
|
|
|
COM_PATCHTESTER_REQUIREMENTS_NOT_MET="Your system does not meet the requirements to run the Patch Tester component:"
|
|
|
|
|
COM_PATCHTESTER_REQUIREMENT_HTTPS="HTTPS wrappers must be enabled"
|
|
|
|
|
COM_PATCHTESTER_REQUIREMENT_OPENSSL="The OpenSSL extension must be installed and enabled in your php.ini"
|
|
|
|
|
COM_PATCHTESTER_RESET_HAS_ERRORS="The reset process has completed however it encountered errors. Please remove any .txt files in the '%1$s' directory and truncate the '%2$s' database table."
|
|
|
|
|
COM_PATCHTESTER_RESET_OK="The reset process has completed successfully."
|
|
|
|
|
COM_PATCHTESTER_REVERT_OK="Patch successfully reverted"
|
|
|
|
|
COM_PATCHTESTER_REVERT_PATCH="Revert Patch"
|
|
|
|
|
COM_PATCHTESTER_PULL_ID_ASC="Pull ID nousevasti"
|
|
|
|
|
COM_PATCHTESTER_PULL_ID_DESC="Pull ID laskevasti"
|
|
|
|
|
COM_PATCHTESTER_READY_TO_COMMIT="Valmis tekemään"
|
|
|
|
|
COM_PATCHTESTER_REPO_IS_GONE="Korjaustiedostoa ei voitu ottaa käyttöön, koska repositori puuttuu"
|
|
|
|
|
COM_PATCHTESTER_REQUIREMENTS_HEADING="Vaatimukset eivät täyty"
|
|
|
|
|
COM_PATCHTESTER_REQUIREMENTS_NOT_MET="Järjestelmäsi ei täytä vaatimuksia, jotka koskevat Patch Tester -komponentin käyttöä:"
|
|
|
|
|
COM_PATCHTESTER_REQUIREMENT_HTTPS="HTTPS on otettava käyttöön"
|
|
|
|
|
COM_PATCHTESTER_REQUIREMENT_OPENSSL="OpenSSL laajennus on asennettava ja otettava käyttöön php.ini -tiedostossasi"
|
|
|
|
|
COM_PATCHTESTER_RESET_HAS_ERRORS="Resetointiprosessi on suoritettu, mutta siinä tapahtui virheitä. Poista kaikki .txt -tiedostot '%1$s' -hakemistosta ja tyhjennä '%2$s' tietokantataulu."
|
|
|
|
|
COM_PATCHTESTER_RESET_OK="Resetointiprosessi on suoritettu onnistuneesti."
|
|
|
|
|
COM_PATCHTESTER_REVERT_OK="Korjaustiedoston asennus peruutettu onnistuneesti"
|
|
|
|
|
COM_PATCHTESTER_REVERT_PATCH="Peruuta korjaustiedoston asennus"
|
|
|
|
|
COM_PATCHTESTER_RTC="RTC"
|
|
|
|
|
COM_PATCHTESTER_SERVER_RESPONDED_NOT_200="The patch could not be applied either due to a missing connection to the server or a missing patch on the server."
|
|
|
|
|
COM_PATCHTESTER_TEST_THIS_PATCH="Test This Patch"
|
|
|
|
|
COM_PATCHTESTER_TOOLBAR_FETCH_DATA="Fetch Data"
|
|
|
|
|
COM_PATCHTESTER_TOOLBAR_RESET="Reset"
|
|
|
|
|
COM_PATCHTESTER_VIEW_ON_GITHUB="View on GitHub"
|
|
|
|
|
COM_PATCHTESTER_VIEW_ON_JOOMLA_ISSUE_TRACKER="View on Joomla! Issue Tracker"
|
|
|
|
|
COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing"
|
|
|
|
|
COM_PATCHTESTER_ZIP_DOES_NOT_EXIST="The patch could not be applied because it couldn't be retrieved from server."
|
|
|
|
|
COM_PATCHTESTER_ZIP_EXTRACT_FAILED="The patch could not be applied because it couldn't be extracted."
|
|
|
|
|
COM_PATCHTESTER_SERVER_RESPONDED_NOT_200="Korjaustiedostoa ei voitu ottaa käyttöön joko palvelimen puuttuvan yhteyden tai palvelimelta puuttuvan korjaustiedoston vuoksi."
|
|
|
|
|
COM_PATCHTESTER_TEST_THIS_PATCH="Testaa tämä haara"
|
|
|
|
|
COM_PATCHTESTER_TOOLBAR_FETCH_DATA="Nouda tietoja"
|
|
|
|
|
COM_PATCHTESTER_TOOLBAR_RESET="Resetoi"
|
|
|
|
|
COM_PATCHTESTER_VIEW_ON_GITHUB="Katso GitHubissa"
|
|
|
|
|
COM_PATCHTESTER_VIEW_ON_JOOMLA_ISSUE_TRACKER="Näytä Joomla! Issue Trackerissa"
|
|
|
|
|
COM_PATCHTESTER_XML_DESCRIPTION="Komponentti pull-pyyntöjen hallinnan testausta varten"
|
|
|
|
|
COM_PATCHTESTER_ZIP_DOES_NOT_EXIST="Korjaustiedostoa ei voitu ottaa käyttöön, koska sitä ei voitu hakea palvelimelta."
|
|
|
|
|
COM_PATCHTESTER_ZIP_EXTRACT_FAILED="Korjaustiedostoa ei voitu ottaa käyttöön, koska sitä ei voitu purkaa."
|
|
|
|
|
|
|
|
|
|