From 96bbd6604bcab273630ff817020d04c548207efa Mon Sep 17 00:00:00 2001 From: joomla-patchtester-bot <63518931+joomla-patchtester-bot@users.noreply.github.com> Date: Tue, 14 Apr 2020 12:31:15 +0200 Subject: [PATCH] New translations com_patchtester.ini (Norwegian Bokmal) --- .../language/nb-NO/com_patchtester.ini | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/administrator/components/com_patchtester/language/nb-NO/com_patchtester.ini b/administrator/components/com_patchtester/language/nb-NO/com_patchtester.ini index 1425faf..508ae2c 100644 --- a/administrator/components/com_patchtester/language/nb-NO/com_patchtester.ini +++ b/administrator/components/com_patchtester/language/nb-NO/com_patchtester.ini @@ -4,7 +4,6 @@ ; Note : All ini files need to be saved as UTF-8 COM_PATCHTESTER="Joomla! Programfikstester" -COM_PATCHTESTER_40_WARNING="Mens Joomla! 4.0 er i utvikling, er bruk av programfiks tester ansett som eksperimentelt. På grunn av at større endringer uten bakoverkompatibilitet kan flettes inn i Joomla, inkludert koden i en programfiks." 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="Brukt" @@ -28,6 +27,8 @@ COM_PATCHTESTER_ERROR_TRUNCATING_PULLS_TABLE="Error truncating the pulls table: 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="Forbereder henting av GitHub data" @@ -57,10 +58,18 @@ COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_PATCHTESTER="Joomla! Programfiks tester COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_INSTALL_FROM_WEB="Joomla! Installere fra nettet programtillegg" COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_WEBLINKS="Joomla! Nettlenker utvidelsespakke" COM_PATCHTESTER_FIELD_REPOSITORY_CUSTOM="Egendefinert" +COM_PATCHTESTER_FIELD_CI_SERVER_NAME="CI Server Address" +COM_PATCHTESTER_FIELD_CI_SERVER_NAME_DESC="Server address for obtaining 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_FIELD_CI_SERVER_SWITCH_OPTION_ON="On" +COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH_OPTION_OFF="Off" COM_PATCHTESTER_FIELDSET_REPOSITORIES_DESC="Configuration Values for GitHub Repository" COM_PATCHTESTER_FIELDSET_REPOSITORIES_LABEL="GitHub oppbevaringssted" COM_PATCHTESTER_FIELDSET_AUTHENTICATION_DESC="Configuration Values for GitHub Authentication" COM_PATCHTESTER_FIELDSET_AUTHENTICATION_LABEL="GitHub autorisering" +COM_PATCHTESTER_FIELDSET_CI_SETTINGS="CI Server Settings" +COM_PATCHTESTER_FIELDSET_CI_SETTINGS_DESC="Configuration Values for CI Server Patching" COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S="Filen som ble merket for sletting finnes ikke: %s" COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="Filen som ble merket for endring finnes ikke: %s" COM_PATCHTESTER_FILTER_APPLIED_PATCHES="Filter Applied Patches" @@ -76,6 +85,7 @@ COM_PATCHTESTER_NO_FILES_TO_PATCH="There are no files to patch from this pull re 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_NOT_APPLIED="Ikke brukt" COM_PATCHTESTER_NOT_RTC="Ikke RTC" +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_PULL_ID="Pull ID" COM_PATCHTESTER_PULL_ID_ASC="Pull ID ascending" COM_PATCHTESTER_PULL_ID_DESC="Pull ID descending" @@ -91,10 +101,13 @@ COM_PATCHTESTER_RESET_OK="Gjenoppretting er fullført." COM_PATCHTESTER_REVERT_OK="Programfiks ble tilbakestilt" COM_PATCHTESTER_REVERT_PATCH="Tilbakestille programfiks" COM_PATCHTESTER_RTC="RTC" +COM_PATCHTESTER_SERVER_RESPONDED_NOT_200="The patch could not be applied either due to missing connection to the server or missing patch on the server." COM_PATCHTESTER_TEST_THIS_PATCH="Test denne programfiksen" COM_PATCHTESTER_TOOLBAR_FETCH_DATA="Hent data" COM_PATCHTESTER_TOOLBAR_RESET="Tilbakestill" COM_PATCHTESTER_VIEW_ON_GITHUB="Vis på GitHub" COM_PATCHTESTER_VIEW_ON_JOOMLA_ISSUE_TRACKER="Vis på Joomlas problemoversikt" COM_PATCHTESTER_XML_DESCRIPTION="Komponent for testing av inkluderingsforespørsler (pull request)." +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."