diff options
author | Jeremy <47277647+jeremy-davis-sonarsource@users.noreply.github.com> | 2019-03-04 15:19:47 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-03-06 11:30:44 +0100 |
commit | b41f2655daa7d58a272f0f98ac1ec16ff10f6e24 (patch) | |
tree | 6c4a2db000811c72ac74a6069a139e91de887313 /sonar-core | |
parent | 052e3b08498bb3c42aaabaaeea2325dfb03e2bac (diff) | |
download | sonarqube-b41f2655daa7d58a272f0f98ac1ec16ff10f6e24.tar.gz sonarqube-b41f2655daa7d58a272f0f98ac1ec16ff10f6e24.zip |
SONARCLOUD-343 improve existing org alm binding
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 17 |
1 files changed, 14 insertions, 3 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 17ffc9ce130..9ba97fab7d9 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2647,6 +2647,11 @@ about_page.scanners.ant=SonarQube Scanner for Ant organization.avatar=Avatar organization.avatar.description=Url of a small image that represents the organization (preferably 30px height). organization.avatar.preview=Preview +organization.bind_to_x=Bind this organization to {0} +organization.go_to_settings_to_bind=Go to Organization Settings to bind it. +organization.bound=This organization is bound. +organization.bound_to_x=This organization is bound to {0} +organization.not_bound_to_x=This organization is not bound to {0} organization.created=Organization "{0}" has been created. organization.delete=Delete Organization organization.delete_x=Delete the "{0}" organization @@ -2657,14 +2662,18 @@ organization.deleted=Organization has been deleted. organization.deleted_x=Organization "{0}" has been deleted. organization.description=Description organization.description.description=Description of the organization. -organization.edit=Edit Organization +organization.details=Organization details organization.key=Key organization.key.description=Key of the organization (up to 255 characters). All chars must be lower-case letters (a to z), digits or dash (but dash can neither be trailing nor heading). When not specified, the key is computed from the name. organization.name=Name organization.name.description=Name of the organization (up to 255 characters). +organization.see_on_x=See on {0} +organization.settings=Organization settings organization.updated=Organization details have been updated. organization.url=Url organization.url.description=Url of the homepage of the organization. +organization.binding_with_x_easy_sync=Binding an organization from SonarCloud with {0} is an easy way to keep them synchronized. +organization.app_will_be_installed_on_x=To bind this organization to {0}, the SonarCloud application will be installed. organization.members.page=Members organization.members.page.description=Add users to the organization and grant them permissions to work on the projects. See {link} documentation. organization.members.add=Add a member @@ -2695,7 +2704,7 @@ organization.paid_plan.badge=Paid plan organization.default_visibility_of_new_projects=Default visibility of new projects: organization.change_visibility_form.header=Set Default Visibility of New Projects organization.change_visibility_form.warning=This will not change the visibility of already existing projects.organization.change_visibility_form.submit=Change Default Visibility - +organization.bind.success=Organization bound successfully #------------------------------------------------------------------------------ # @@ -2827,6 +2836,8 @@ onboarding.import_organization.org_not_found.tips_2=Try to uninstall and re-inst onboarding.import_organization.choose_organization=Choose an organization... onboarding.import_organization.choose_organization_button.bitbucket=Choose a team on Bitbucket onboarding.import_organization.choose_organization_button.github=Choose an organization on GitHub +onboarding.import_organization.choose_the_organization_button.bitbucket=Choose the team on Bitbucket +onboarding.import_organization.choose_the_organization_button.github=Choose the organization on GitHub onboarding.import_organization.installing=Finalize installation of the {0} application... onboarding.import_organization.personal.page.header=Bind to your personal organization onboarding.import_organization.personal.import_org_details=Import personal organization details @@ -2839,7 +2850,7 @@ onboarding.import_organization.members_sync_info_x=All members from your {0} {1} onboarding.import_organization.bind_members_not_sync_info_x=We'll keep your members, groups and permissions as they are today on SonarCloud. To sync your members with your {0}, enable members sync in your Members tab. onboarding.import_organization_x=Import {avatar} {name} into a SonarCloud organization onboarding.import_personal_organization_x=Bind {avatar} {name} with your personal SonarCloud organization {personalAvatar} {personalName} - +onboarding.binding_organization=Binding organization onboarding.team.header=Join a team onboarding.team.first_step=Well congrats, the first step is done! |