mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-12-23 11:29:00 +00:00
No more QQ quotes
This commit is contained in:
parent
055398c122
commit
f23db76635
@ -18,7 +18,7 @@ COM_PATCHTESTER_ERROR_GITHUB_FETCH="Fehler beim Wiederherstellen von Patches von
|
||||
COM_PATCHTESTER_ERROR_INSERT_DATABASE="Fehler beim Eintragen der Patches in die Datenbank: %s"
|
||||
COM_PATCHTESTER_FETCH_SUCCESSFUL="Die Patchliste wurden erneuert."
|
||||
COM_PATCHTESTER_FIELD_GH_PASSWORD_LABEL="GitHub Konto Passwort"
|
||||
COM_PATCHTESTER_FIELD_GH_PASSWORD_DESC="Passwort für den bei "_QQ_"GitHub Konto"_QQ_" eingetragenen Username. Sollte für dieses Konto Zwei-Faktor-Authentifizierung aktiv sein funktioniert dies nicht in dieser Komponenten nicht."
|
||||
COM_PATCHTESTER_FIELD_GH_PASSWORD_DESC="Passwort für den bei \"GitHub Konto\" eingetragenen Username. Sollte für dieses Konto Zwei-Faktor-Authentifizierung aktiv sein funktioniert dies nicht in dieser Komponenten nicht."
|
||||
COM_PATCHTESTER_FIELD_GH_USER_LABEL="GitHub Konto"
|
||||
COM_PATCHTESTER_FIELD_GH_USER_DESC="Name des Kontos bei Github mit welchem sich bei der Github API authentifiziert wird."
|
||||
COM_PATCHTESTER_FIELD_GH_TOKEN_DESC="In dieses Feld kann das GitHub API Token eingetragen werden. Dies ist notwendig wenn der Account mit Zwei-Faktor-Authentication konfiguriert ist."
|
||||
|
@ -24,7 +24,7 @@ COM_PATCHTESTER_FETCH_PAGE_NUMBER="Processing page %s of GitHub data"
|
||||
COM_PATCHTESTER_FETCH_PROCESSING="Processing data from GitHub"
|
||||
COM_PATCHTESTER_FETCH_SUCCESSFUL="Successfully retrieved pull requests"
|
||||
COM_PATCHTESTER_FIELD_GH_PASSWORD_LABEL="GitHub Account Password"
|
||||
COM_PATCHTESTER_FIELD_GH_PASSWORD_DESC="Password for the account entered in the "_QQ_"GitHub Account"_QQ_" field. Note that accounts using Two Factor Authentication will not work with this component."
|
||||
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."
|
||||
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."
|
||||
COM_PATCHTESTER_FIELD_GH_TOKEN_LABEL="GitHub Token"
|
||||
COM_PATCHTESTER_FIELD_GH_USER_LABEL="GitHub Account Username"
|
||||
|
@ -18,7 +18,7 @@ COM_PATCHTESTER_FIELD_CACHE_LABEL="Activer la mise en cache"
|
||||
COM_PATCHTESTER_FIELD_CACHE_LIFETIME_DESC="La durée (en minutes) avant que le cache ne soit réinitialisé"
|
||||
COM_PATCHTESTER_FIELD_CACHE_LIFETIME_LABEL="Durée de vie du Cache"
|
||||
COM_PATCHTESTER_FIELD_GH_PASSWORD_LABEL="Mot de passe du Compte GitHub"
|
||||
COM_PATCHTESTER_FIELD_GH_PASSWORD_DESC="Mot de passe utilisé pour vous connecter à votre "_QQ_"Compte GitHub"_QQ_". Note : les comptes utilisant les doubles facteurs d'authentification ne fonctionneront pas avec ce composant."
|
||||
COM_PATCHTESTER_FIELD_GH_PASSWORD_DESC="Mot de passe utilisé pour vous connecter à votre \"Compte GitHub\". Note : les comptes utilisant les doubles facteurs d'authentification ne fonctionneront pas avec ce composant."
|
||||
COM_PATCHTESTER_FIELD_GH_USER_LABEL="Compte GitHub"
|
||||
COM_PATCHTESTER_FIELD_GH_USER_DESC="Nom du compte GitHub nécessaire pour se connecter à l'API"
|
||||
COM_PATCHTESTER_FIELD_ORG_LABEL="Nom d'Utilisateur GitHub"
|
||||
|
@ -18,7 +18,7 @@ COM_PATCHTESTER_ERROR_GITHUB_FETCH="Fout bij het ophalen van de pull request van
|
||||
COM_PATCHTESTER_ERROR_INSERT_DATABASE="Fout bij het opslaan van de pull request in de database: %s"
|
||||
COM_PATCHTESTER_FETCH_SUCCESSFUL="Pull requests met succes opgehaald."
|
||||
COM_PATCHTESTER_FIELD_GH_PASSWORD_LABEL="GitHub wachtwoord"
|
||||
COM_PATCHTESTER_FIELD_GH_PASSWORD_DESC="Wachtwoord voor het account ingevoerd in het "_QQ_"GitHub Account"_QQ_" veld. Opgelet! Accounts die gebruik maken van Twee Factor Authenticatie werken niet met dit component."
|
||||
COM_PATCHTESTER_FIELD_GH_PASSWORD_DESC="Wachtwoord voor het account ingevoerd in het \"GitHub Account\" veld. Opgelet! Accounts die gebruik maken van Twee Factor Authenticatie werken niet met dit component."
|
||||
COM_PATCHTESTER_FIELD_GH_TOKEN_DESC="Gebruik dit veld om de GitHub API Token in te vullen in plaats van een gebruikersnaam en wachtwoord. Opgelet! Dit is verplicht als voor je account Twee Factor Authenticatie is ingeschakeld."
|
||||
COM_PATCHTESTER_FIELD_GH_TOKEN_LABEL="GitHub Token"
|
||||
COM_PATCHTESTER_FIELD_GH_USER_LABEL="GitHub gebruikersnaam"
|
||||
|
Loading…
Reference in New Issue
Block a user