From fa5adfa42bee086bc8f5285ab006ebc6af3e3db8 Mon Sep 17 00:00:00 2001 From: Ambroise C Date: Fri, 19 Jul 2024 15:13:32 +0200 Subject: [PATCH] SONAR-22117 Replace "Github" and "Gitlab" with "GitHub" and "GitLab" --- .../src/main/resources/org/sonar/l10n/core.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 6a1fe903a18..75e52e56618 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1562,7 +1562,7 @@ settings.authentication.github.enable_first=Enable your GitHub configuration for settings.authentication.github.form.allowedOrganizations.name=Organizations settings.authentication.github.form.allowedOrganizations.description=Only members of these organizations will be able to authenticate to the server. ⚠ if not set, users from any organization where the GitHub App is installed will be able to login to this SonarQube instance. settings.authentication.github.form.apiUrl.name=The API url for a GitHub instance. -settings.authentication.github.form.apiUrl.description=The API url for a GitHub instance. https://api.github.com/ for Github.com, https://github.company.com/api/v3/ when using Github Enterprise +settings.authentication.github.form.apiUrl.description=The API url for a GitHub instance. https://api.github.com/ for GitHub.com, https://github.company.com/api/v3/ when using GitHub Enterprise settings.authentication.github.form.applicationId.name=App ID settings.authentication.github.form.applicationId.description=The App ID is found on your GitHub App's page on GitHub at Settings > Developer Settings > GitHub Apps. settings.authentication.github.form.clientId.name=Client ID @@ -1574,7 +1574,7 @@ settings.authentication.github.form.privateKey.description=Your GitHub App's pri settings.authentication.github.form.synchronizeGroups.name=Synchronize teams as groups settings.authentication.github.form.synchronizeGroups.description=Synchronize GitHub team with SonarQube group memberships when users log in to SonarQube. For each GitHub team they belong to, users will be associated to a group of the same name if it exists in SonarQube. settings.authentication.github.form.webUrl.name=The WEB url for a GitHub instance. -settings.authentication.github.form.webUrl.description=The WEB url for a GitHub instance. https://github.com/ for Github.com, https://github.company.com/ when using GitHub Enterprise. +settings.authentication.github.form.webUrl.description=The WEB url for a GitHub instance. https://github.com/ for GitHub.com, https://github.company.com/ when using GitHub Enterprise. settings.authentication.github.form.private_key.required_for_url_change=Please provide your private key again to update the API URL or the Web URL. settings.authentication.github.form.provisioning_with_github=Automatic user, group, and permission provisioning settings.authentication.github.form.provisioning_with_github_short.autoProvisioning=Automatic provisioning @@ -4493,10 +4493,10 @@ onboarding.create_project.github.warning.message_admin.link=DevOps Platform inte onboarding.create_project.github.no_orgs=We couldn't load any organizations with your key. Contact an administrator. onboarding.create_project.github.no_orgs_admin=We couldn't load any organizations. Make sure the GitHub App is installed in at least one organization and check the GitHub instance configuration in the {link}. onboarding.create_project.github.no_projects=No projects could be fetched from GitHub. Contact your system administrator. -onboarding.create_project.gitlab.title=Gitlab project onboarding +onboarding.create_project.gitlab.title=GitLab project onboarding onboarding.create_project.gitlab.subtitle=Import projects from one of your GitLab groups onboarding.create_project.gitlab.subtitle.with_monorepo=Import projects from one of your GitLab groups or {monorepoSetupLink}. -onboarding.create_project.gitlab.no_projects=No projects could be fetched from Gitlab. Contact your system administrator, or {link}. +onboarding.create_project.gitlab.no_projects=No projects could be fetched from GitLab. Contact your system administrator, or {link}. onboarding.create_project.gitlab.link=See on GitLab onboarding.create_project.monorepo.no_projects=No projects could be fetch from {almKey}. Contact your system administrator. onboarding.create_project.bitbucket.title=Bitbucket Server project onboarding -- 2.39.5