Skip to content

Commit d5063d2

Browse files
author
Michael Babker
committed
Downloaded translations from Crowdin
1 parent 80864db commit d5063d2

File tree

48 files changed

+1824
-179
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1824
-179
lines changed
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
; Joomla! Project
2+
; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2016 Open Source Matters, Inc. All rights reserved.
3+
; License GNU General Public License version 2 or later
4+
; Note : All ini files need to be saved as UTF-8
5+
6+
COM_PATCHTESTER="Joomla! Patch Tester"
7+
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"
8+
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"
9+
COM_PATCHTESTER_APPLIED="Applied"
10+
COM_PATCHTESTER_APPLIED_COMMIT_SHA="Applied Commit SHA: %s"
11+
COM_PATCHTESTER_APPLY_OK="Patch successfully applied"
12+
COM_PATCHTESTER_APPLY_PATCH="Apply Patch"
13+
COM_PATCHTESTER_COMPONENT_DESC="Joomla! Patch Tester Configuration Values"
14+
COM_PATCHTESTER_COMPONENT_LABEL="Joomla! Patch Tester"
15+
COM_PATCHTESTER_CONFIGURATION="Joomla! Patch Tester Settings"
16+
COM_PATCHTESTER_CONFIRM_RESET="Resetting will attempt to revert all applied patches and removes all backed up files. This may result in a corrupted environment. Are you sure you want to continue?"
17+
COM_PATCHTESTER_CONFLICT_S="The patch could not be applied because it conflicts with a previously applied patch: %s"
18+
COM_PATCHTESTER_COULD_NOT_CONNECT_TO_GITHUB="Could not connect to GitHub: %s"
19+
COM_PATCHTESTER_ERROR_APPLIED_PATCHES="Cannot fetch data from GitHub while there are applied patches. Please revert those patches before continuing."
20+
COM_PATCHTESTER_ERROR_CANNOT_COPY_FILE="Cannot copy source file %1$s to destination %2$s"
21+
COM_PATCHTESTER_ERROR_CANNOT_DELETE_FILE="Cannot delete file %s"
22+
COM_PATCHTESTER_ERROR_CANNOT_WRITE_FILE="Cannot write file %s"
23+
COM_PATCHTESTER_ERROR_GITHUB_FETCH="Error retrieving pull requests from GitHub: %s"
24+
COM_PATCHTESTER_ERROR_INSERT_DATABASE="Error inserting pull request data into the database: %s"
25+
COM_PATCHTESTER_ERROR_READING_DATABASE_TABLE="%1$s - Error retrieving table data (%2$s)"
26+
COM_PATCHTESTER_ERROR_TRUNCATING_PULLS_TABLE="Error truncating the pulls table: %s"
27+
COM_PATCHTESTER_ERROR_TRUNCATING_TESTS_TABLE="Error truncating the tests table: %s"
28+
COM_PATCHTESTER_FETCH_AN_ERROR_HAS_OCCURRED="An error has occurred while fetching the data from GitHub."
29+
COM_PATCHTESTER_FETCH_COMPLETE_CLOSE_WINDOW="All data has been retrieved. Please close this modal window to refresh the page."
30+
COM_PATCHTESTER_FETCH_INITIALIZING="Preparing to fetch GitHub data"
31+
COM_PATCHTESTER_FETCH_INITIALIZING_DESCRIPTION="Making sure all is well to fetch data. Sit tight."
32+
COM_PATCHTESTER_FETCH_PAGE_NUMBER="Processing page %s of GitHub data"
33+
COM_PATCHTESTER_FETCH_PROCESSING="Processing data from GitHub"
34+
COM_PATCHTESTER_FETCH_SUCCESSFUL="Successfully retrieved pull requests"
35+
COM_PATCHTESTER_FIELD_GH_PASSWORD_LABEL="GitHub Account Password"
36+
COM_PATCHTESTER_FIELD_GH_PASSWORD_DESC="Password for the account entered in the 'GitHub Account' field. Note that accounts using Two Factor Authentication will not work with this component."
37+
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."
38+
COM_PATCHTESTER_FIELD_GH_TOKEN_LABEL="GitHub Token"
39+
COM_PATCHTESTER_FIELD_GH_USER_LABEL="GitHub Account Username"
40+
COM_PATCHTESTER_FIELD_GH_USER_DESC="Name of account on GitHub to use to authenticate to the API."
41+
COM_PATCHTESTER_FIELD_ORG_LABEL="GitHub Project Owner"
42+
COM_PATCHTESTER_FIELD_ORG_DESC="A username or organization on GitHub to monitor pull requests for."
43+
COM_PATCHTESTER_FIELD_REPO_LABEL="GitHub Project Repository"
44+
COM_PATCHTESTER_FIELD_REPO_DESC="Name of a repository on GitHub to monitor pull requests for."
45+
COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S="The file marked for deletion does not exist: %s"
46+
COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="The file marked for modification does not exist: %s"
47+
COM_PATCHTESTER_FILTER_APPLIED_PATCHES="Filter Applied Patches"
48+
COM_PATCHTESTER_FILTER_RTC_PATCHES="Filter RTC Patches"
49+
COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION="Search the list by title or prefix with 'id:' to search by Pull ID."
50+
COM_PATCHTESTER_GITHUB="GitHub"
51+
COM_PATCHTESTER_HEADING_FETCH_DATA="Fetching GitHub Data"
52+
COM_PATCHTESTER_JISSUE="J! Issue"
53+
COM_PATCHTESTER_JISSUES="Issue Tracker"
54+
COM_PATCHTESTER_PULL_ID="Pull ID"
55+
COM_PATCHTESTER_NO_CREDENTIALS="You have not entered your user credentials in the Options. This will limit you to only 60 requests to the GitHub API per hour. Adding your credentials will allow 5,000 requests per hour."
56+
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."
57+
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."
58+
COM_PATCHTESTER_NOT_APPLIED="Not Applied"
59+
COM_PATCHTESTER_NOT_RTC="Not RTC"
60+
COM_PATCHTESTER_PATCH_INCLUDES_BINARY_FILES="The patch you've applied includes binary files which the patch tester does not currently support."
61+
COM_PATCHTESTER_READY_TO_COMMIT="Ready to Commit"
62+
COM_PATCHTESTER_REPO_IS_GONE="The patch could not be applied because the repository is missing"
63+
COM_PATCHTESTER_REQUIREMENT_HTTPS="HTTPS wrappers must be enabled"
64+
COM_PATCHTESTER_REQUIREMENT_OPENSSL="The OpenSSL extension must be installed and enabled in your php.ini"
65+
COM_PATCHTESTER_REQUIREMENTS_HEADING="Requirements Not Met"
66+
COM_PATCHTESTER_REQUIREMENTS_NOT_MET="Your system does not meet the requirements to run the Patch Tester component:"
67+
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."
68+
COM_PATCHTESTER_RESET_OK="The reset process has completed successfully."
69+
COM_PATCHTESTER_REVERT_OK="Patch successfully reverted"
70+
COM_PATCHTESTER_REVERT_PATCH="Revert Patch"
71+
COM_PATCHTESTER_RTC="RTC"
72+
COM_PATCHTESTER_TEST_THIS_PATCH="Test This Patch"
73+
COM_PATCHTESTER_TOOLBAR_FETCH_DATA="Fetch Data"
74+
COM_PATCHTESTER_TOOLBAR_RESET="Reset"
75+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
; Joomla! Project
2+
; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2016 Open Source Matters, Inc. All rights reserved.
3+
; License GNU General Public License version 2 or later
4+
; Note : All ini files need to be saved as UTF-8
5+
6+
COM_PATCHTESTER="Joomla! Patch Tester"
7+
COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Could not install the template overrides for the following templates: %s"
8+
COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Could not remove the template overrides for the following templates: %s"
9+
COM_PATCHTESTER_ERROR_INSTALL_JVERSION="The Joomla! Patch Tester requires version %s or newer of the CMS"
10+
COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing"
11+
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
; Joomla! Project
2+
; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2016 Open Source Matters, Inc. All rights reserved.
3+
; License GNU General Public License version 2 or later
4+
; Note : All ini files need to be saved as UTF-8
5+
6+
COM_PATCHTESTER="Joomla! fejlretnings testværktøj"
7+
COM_PATCHTESTER_API_LIMIT_ACTION="GitHub API grænsen er nået for denne ressource. Kunne ikke forbinde til GitHub for at udføre den anmodede handling. Grænsen vil blive nulstillet om %s"
8+
COM_PATCHTESTER_API_LIMIT_LIST="GitHub API grænsen er nået for denne ressource. Kunne ikke forbinde til GitHub for at hente opdaterede data. Grænsen vil blive nulstillet om %s"
9+
COM_PATCHTESTER_APPLIED="Tilføjet"
10+
COM_PATCHTESTER_APPLIED_COMMIT_SHA="Tilføjet indsendelse SHA: %s"
11+
COM_PATCHTESTER_APPLY_OK="Fejlrettelse tilføjet"
12+
COM_PATCHTESTER_APPLY_PATCH="Tilføj fejlrettelse"
13+
COM_PATCHTESTER_COMPONENT_DESC="Joomla! fejlretnings værktøjets konfigurationsværdier"
14+
COM_PATCHTESTER_COMPONENT_LABEL="Joomla! fejlretnings testværktøj"
15+
COM_PATCHTESTER_CONFIGURATION="Joomla! fejlretnings værktøjets indstillinger"
16+
COM_PATCHTESTER_CONFIRM_RESET="Nulstilling forsøger at gendanne alle tilføjede fejlrettelser og fjerner alle sikkerhedskopierede filer. Dette kan resultere i et beskadiget miljø. Vil du fortsætte?"
17+
COM_PATCHTESTER_CONFLICT_S="Fejlrettelsen kunne ikke tilføjes, da den er i konflikt med en tidligere tilføjet fejlrettelse: %s"
18+
COM_PATCHTESTER_COULD_NOT_CONNECT_TO_GITHUB="Kunne ikke forbinde til GitHub: %s"
19+
COM_PATCHTESTER_ERROR_APPLIED_PATCHES="Kan ikke hente data fra GitHub, mens der er tilføjet fejlrettelser. Fjern venligst disse fejlrettelser, før du fortsætter."
20+
COM_PATCHTESTER_ERROR_CANNOT_COPY_FILE="Kan ikke kopiere kildefil %1$s til destination %2$s"
21+
COM_PATCHTESTER_ERROR_CANNOT_DELETE_FILE="Kan ikke slette filen %s"
22+
COM_PATCHTESTER_ERROR_CANNOT_WRITE_FILE="Kan ikke skrive filen %s"
23+
COM_PATCHTESTER_ERROR_GITHUB_FETCH="Fejl under hentning af PRs fra GitHub: %s"
24+
COM_PATCHTESTER_ERROR_INSERT_DATABASE="Fejl ved indsættelse af PR data i databasen: %s"
25+
COM_PATCHTESTER_ERROR_READING_DATABASE_TABLE="%1$s - Fejl under hentning af tabeldata (%2$s)"
26+
COM_PATCHTESTER_ERROR_TRUNCATING_PULLS_TABLE="Fejl ved afkortning af PR tabellen: %s"
27+
COM_PATCHTESTER_ERROR_TRUNCATING_TESTS_TABLE="Fejl ved afkortning af testtabellen: %s"
28+
COM_PATCHTESTER_FETCH_AN_ERROR_HAS_OCCURRED="Der opstod en fejl under hentning af data fra GitHub."
29+
COM_PATCHTESTER_FETCH_COMPLETE_CLOSE_WINDOW="Alle data er hentet. Luk dette modalvindue for at opdatere siden."
30+
COM_PATCHTESTER_FETCH_INITIALIZING="Forbereder sig på at hente GitHub data"
31+
COM_PATCHTESTER_FETCH_INITIALIZING_DESCRIPTION="Sikrer at alt er klart til at hente data. Vent venligst."
32+
COM_PATCHTESTER_FETCH_PAGE_NUMBER="Behandler side %s af GitHub data"
33+
COM_PATCHTESTER_FETCH_PROCESSING="Behandling af data fra GitHub"
34+
COM_PATCHTESTER_FETCH_SUCCESSFUL="PRs hentet"
35+
COM_PATCHTESTER_FIELD_GH_PASSWORD_LABEL="GitHub konto adgangskode"
36+
COM_PATCHTESTER_FIELD_GH_PASSWORD_DESC="Password for the account entered in the 'GitHub Account' field. Note that accounts using Two Factor Authentication will not work with this component."
37+
COM_PATCHTESTER_FIELD_GH_TOKEN_DESC="Brug dette felt til at indtaste en GitHub API Token i stedet for dit brugernavn og adgangskode. Bemærk, at dette er påkrævet, hvis din konto har to faktor godkendelse er aktiveret."
38+
COM_PATCHTESTER_FIELD_GH_TOKEN_LABEL="GitHub Token"
39+
COM_PATCHTESTER_FIELD_GH_USER_LABEL="GitHub konto brugernavn"
40+
COM_PATCHTESTER_FIELD_GH_USER_DESC="Kontonavn på GitHub for godkendelse af API."
41+
COM_PATCHTESTER_FIELD_ORG_LABEL="GitHub projektejer"
42+
COM_PATCHTESTER_FIELD_ORG_DESC="Brugernavn eller en organisation på GitHub for overvågning af pull anmodninger."
43+
COM_PATCHTESTER_FIELD_REPO_LABEL="GitHub projekt mappen"
44+
COM_PATCHTESTER_FIELD_REPO_DESC="Mappe navn på GitHub for overvågning af pull anmodninger."
45+
COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S="Filen markeret til sletning findes ikke: %s"
46+
COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="Filen markeret for ændring findes ikke: %s"
47+
COM_PATCHTESTER_FILTER_APPLIED_PATCHES="Filtrer tilføjede fejlrettelser"
48+
COM_PATCHTESTER_FILTER_RTC_PATCHES="Filtrer RTC fejlrettelser"
49+
COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION="Search the list by title or prefix with 'id:' to search by Pull ID."
50+
COM_PATCHTESTER_GITHUB="GitHub"
51+
COM_PATCHTESTER_HEADING_FETCH_DATA="Henter GitHub data"
52+
COM_PATCHTESTER_JISSUE="J! Issue"
53+
COM_PATCHTESTER_JISSUES="Issue Tracker"
54+
COM_PATCHTESTER_PULL_ID="Pull ID"
55+
COM_PATCHTESTER_NO_CREDENTIALS="Du har ikke indtastet dine brugeroplysninger i indstillingerne. Dette vil begrænse dig til kun 60 anmodninger til GitHub API i timen. Tilføjelse af dine brugeroplysninger vil tillade 5.000 anmodninger pr. time."
56+
COM_PATCHTESTER_NO_FILES_TO_PATCH="Der er ingen filer til fejlretning fra denne PR. Dette kan betyde, at filer i denne PR ikke findes i din installation."
57+
COM_PATCHTESTER_NO_ITEMS="Ingen data er blevet hentet fra GitHub. Klik venligst på "_QQ_"Hent Data"_QQ_" knappen på værktøjslinjen for at hente åbne PRs."
58+
COM_PATCHTESTER_NOT_APPLIED="Ikke tilføjet"
59+
COM_PATCHTESTER_NOT_RTC="Ikke RTC"
60+
COM_PATCHTESTER_PATCH_INCLUDES_BINARY_FILES="Fejlrettelsen du har anvendt inkluderer binære filer, som fejlretnings værktøjet ikke understøtter i øjeblikket."
61+
COM_PATCHTESTER_READY_TO_COMMIT="Klar til at indsende"
62+
COM_PATCHTESTER_REPO_IS_GONE="Fejlrettelsen kunne ikke anvendes, fordi mappen mangler"
63+
COM_PATCHTESTER_REQUIREMENT_HTTPS="HTTPS wrappers skal aktiveres"
64+
COM_PATCHTESTER_REQUIREMENT_OPENSSL="OpenSSL udvidelse skal være installeret og aktiveret i din php.ini"
65+
COM_PATCHTESTER_REQUIREMENTS_HEADING="Krav ikke er opfyldt"
66+
COM_PATCHTESTER_REQUIREMENTS_NOT_MET="Dit system opfylder ikke kravene til at køre Patch Tester komponenten:"
67+
COM_PATCHTESTER_RESET_HAS_ERRORS="Nulstillingsprocessen er færdig, men der opstod fejl. Fjern venligst .txt filer i mappen '%1$s' og tøm '%2$s' databasetabellen."
68+
COM_PATCHTESTER_RESET_OK="Nulstillingsprocessen er fuldført."
69+
COM_PATCHTESTER_REVERT_OK="Fejlrettelse fjernet"
70+
COM_PATCHTESTER_REVERT_PATCH="Fjern fejlrettelse"
71+
COM_PATCHTESTER_RTC="RTC"
72+
COM_PATCHTESTER_TEST_THIS_PATCH="Test denne fejlrettelse"
73+
COM_PATCHTESTER_TOOLBAR_FETCH_DATA="Hent data"
74+
COM_PATCHTESTER_TOOLBAR_RESET="Nulstil"
75+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
; Joomla! Project
2+
; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2016 Open Source Matters, Inc. All rights reserved.
3+
; License GNU General Public License version 2 or later
4+
; Note : All ini files need to be saved as UTF-8
5+
6+
COM_PATCHTESTER="Joomla! fejlretnings testværktøj"
7+
COM_PATCHTESTER_COULD_NOT_INSTALL_OVERRIDES="Kunne ikke installere skabelonoverskrivning for følgende skabeloner: %s"
8+
COM_PATCHTESTER_COULD_NOT_REMOVE_OVERRIDES="Kunne ikke fjerne skabelonoverskrivning for følgende skabeloner: %s"
9+
COM_PATCHTESTER_ERROR_INSTALL_JVERSION="Joomla! fejlretnings testværktøj kræver version %s eller nyere af CMS"
10+
COM_PATCHTESTER_XML_DESCRIPTION="Komponent til test af PRs"
11+

0 commit comments

Comments
 (0)