aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorMathieu Suen <mathieu.suen@sonarsource.com>2021-05-19 10:50:19 +0200
committersonartech <sonartech@sonarsource.com>2021-05-21 20:03:37 +0000
commit1a84279cce2f1ea0d83cbd7eb4f24088533fe619 (patch)
tree533aa39193b66c68bd7597ffc177b379c7a16331 /sonar-core
parentbdbcff0bfa506c03d4952fda567fba8147ac01c6 (diff)
downloadsonarqube-1a84279cce2f1ea0d83cbd7eb4f24088533fe619.tar.gz
sonarqube-1a84279cce2f1ea0d83cbd7eb4f24088533fe619.zip
SONAR-14802 Adding bitbucket cloud repository search form
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties6
1 files changed, 4 insertions, 2 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 ac4615c4969..3ec15b957c7 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -3300,11 +3300,15 @@ onboarding.create_project.only_showing_X_first_repos=We're only displaying the f
onboarding.create_project.import_selected_repo=Set up selected repository
onboarding.create_project.go_to_project=Go to project
+onboarding.create_project.search_prompt=Search for projects
+onboarding.create_project.set_up=Set up
onboarding.create_project.azure.title=Which Azure DevOps repository do you want to set up?
onboarding.create_project.azure.no_projects=No projects could be fetched from Azure DevOps. Contact your system administrator, or {link}.
onboarding.create_project.azure.no_repositories=Could not fetch repositories for this project. Contact your system administrator, or {link}.
onboarding.create_project.azure.no_results=No repositories match your search query.
onboarding.create_project.bitbucketcloud.title=Which Bitbucket Cloud repository do you want to set up?
+onboarding.create_project.bitbucketcloud.no_projects=No projects could be fetched from Bitbucket. Contact your system administrator, or {link}.
+onboarding.create_project.bitbucketcloud.link=See on Bitbucket
onboarding.create_project.github.title=Which GitHub repository do you want to set up?
onboarding.create_project.github.choose_organization=Choose organization
onboarding.create_project.github.warning.title=Could not connect to GitHub
@@ -3316,8 +3320,6 @@ onboarding.create_project.github.no_orgs_admin=We couldn't load any organization
onboarding.create_project.gitlab.title=Which GitLab project do you want to set up?
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.gitlab.search_prompt=Search for projects
-onboarding.create_project.gitlab.set_up=Set up
onboarding.token.header=Provide a token
onboarding.token.text=The token is used to identify you when an analysis is performed. If it has been compromised, you can revoke it at any point of time in your {link}.