diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2020-06-29 08:22:22 -0500 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-07-01 20:05:53 +0000 |
commit | db5fc175198e954404be2a9d73d63b7e3c19af49 (patch) | |
tree | 537270857368638dc50152bddc9345f64516827c /sonar-core | |
parent | 46d5b7c51b9c41d35d90416281144385555b9059 (diff) | |
download | sonarqube-db5fc175198e954404be2a9d73d63b7e3c19af49.tar.gz sonarqube-db5fc175198e954404be2a9d73d63b7e3c19af49.zip |
SONAR-13475 - List Github Enterprise repositories API (#2883)
fixup! SONAR-13475 - List Github Enterprise repositories API (#2883)
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 16 |
1 files changed, 8 insertions, 8 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 21a20f56194..9c15f2e0e95 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1080,8 +1080,8 @@ settings.almintegration.feature.mr_decoration.description=Add analysis and a Qua settings.almintegration.feature.alm_repo_import.title=Import repositories from your ALM settings.almintegration.feature.alm_repo_import.description=Select repositories from your ALM, and import them into SonarQube. settings.almintegration.feature.alm_repo_import.disabled_if_multiple_bbs_instances=Connecting to multiple Bitbucket Server instances will deactivate the {feature} feature. Projects will have to be set up manually. -settings.almintegration.feature.alm_repo_import.disabled_if_multiple_github_instances=Connecting to multiple GitHub Enterprise instances will deactivate the {feature} feature. Projects will have to be set up manually. -settings.almintegration.feature.alm_repo_import.github.too_many_instances_x=You must have exactly 1 GitHub Enterprise instance configured in order to use this method. You currently have {0}. +settings.almintegration.feature.alm_repo_import.disabled_if_multiple_github_instances=Connecting to multiple GitHub instances will deactivate the {feature} feature. Projects will have to be set up manually. +settings.almintegration.feature.alm_repo_import.github.too_many_instances_x=You must have exactly 1 GitHub instance configured in order to use this method. You currently have {0}. settings.almintegration.feature.alm_repo_import.github.requires_fields=Your configured instance must be provided with the App's {clientId} and {clientSecret}. @@ -3100,7 +3100,7 @@ onboarding.project_analysis.guide_to_integrate_pipelines=follow the guide to int onboarding.create_project.setup_manually=Create a project onboarding.create_project.select_method.manual=Manually onboarding.create_project.select_method.bitbucket=From Bitbucket Server -onboarding.create_project.select_method.github=From GitHub Enterprise +onboarding.create_project.select_method.github=From GitHub onboarding.create_project.alm_not_configured=Currently not active onboarding.create_project.check_alm_supported=Checking if available onboarding.create_project.project_key=Project key @@ -3130,7 +3130,7 @@ onboarding.create_project.too_many_alm_instances.bitbucket=You must have exactly onboarding.create_project.too_many_alm_instances.github=You must have exactly 1 Bitbucket Server instance configured in order to use this method. onboarding.create_project.alm_instances_count_X=You currently have {0}. onboarding.create_project.zero_alm_instances.bitbucket=You must first configure a Bitbucket Server instance. -onboarding.create_project.zero_alm_instances.github=You must first configure a GitHub Enterprise instance. +onboarding.create_project.zero_alm_instances.github=You must first configure a GitHub instance. onboarding.create_project.no_bbs_binding=You must have exactly at least 1 Bitbucket Server instance configured in order to use this method, but none were found. Either create the project manually, or contact your system administrator. onboarding.create_project.no_bbs_binding.admin=You must have exactly at least 1 Bitbucket Server instance configured in order to use this method. You can configure instances under {url}. onboarding.create_project.enter_pat=Enter personal access token @@ -3151,12 +3151,12 @@ onboarding.create_project.import_selected_repo=Set up selected repository onboarding.create_project.go_to_project=Go to project onboarding.create_project.github.title=Which GitHub repository do you want to setup? onboarding.create_project.github.choose_organization=Choose organization -onboarding.create_project.github.warning.title=Could not connect to GitHub Enterprise -onboarding.create_project.github.warning.message=Please contact an administrator to configure GitHub Enterprise integration. -onboarding.create_project.github.warning.message_admin=Please make sure a GitHub Enterprise instance is configured in the {link} to create a new project from a repository. +onboarding.create_project.github.warning.title=Could not connect to GitHub +onboarding.create_project.github.warning.message=Please contact an administrator to configure GitHub integration. +onboarding.create_project.github.warning.message_admin=Please make sure the GitHub instance is correctly configured in the {link} to create a new project from a repository. onboarding.create_project.github.warning.message_admin.link=ALM integration settings 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 with your key. Check the GitHub Enterprise instance configured in the {link}. +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_organization.page.header=Create Organization onboarding.create_organization.page.description=An organization is a space where a team or a whole company can collaborate accross many projects. |