diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2019-02-15 17:52:52 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-03-06 11:30:42 +0100 |
commit | 79a32b89b9d41df6cb8f1f96980d2591a5ecb192 (patch) | |
tree | 3b800b0d0f827ab655dbc3cf356b5058b490bdf8 /sonar-core | |
parent | 769d66fa99847e63cf5536f128b53a37e7a5a430 (diff) | |
download | sonarqube-79a32b89b9d41df6cb8f1f96980d2591a5ecb192.tar.gz sonarqube-79a32b89b9d41df6cb8f1f96980d2591a5ecb192.zip |
SONARCLOUD-380 Rework modal styling of SC and SQ
* Update modal-fields
* Update form-fields styling
* Update modal-fields usage in extensions
* Clean css
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 14 |
1 files changed, 6 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 33a2cbb30af..605b0e96f03 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1201,7 +1201,7 @@ quality_profiles.default_permissions=Users with the global "Manage Quality Profi quality_profiles.grant_permissions_to_more_users=Grant permissions to more users quality_profiles.grant_permissions_to_user_or_group=Grant permissions to a user or a group quality_profiles.additional_user_groups=Additional users / groups: -quality_profiles.search_description=Search users by login or name, and groups by name +quality_profiles.search_description=Search users by login or name, and groups by name: @@ -2679,21 +2679,20 @@ organization.members.manage_a_team=Manage a team organization.members.add_to_members=Add to members organization.members.config_synchro=Configure Synchronization organization.members.auto_sync_with_x=Automatic sync with {0} -organization.members.auto_sync_members_from_org_x=Members can be synchronized automatically from your {0} +organization.members.auto_sync_members_from_org_x=Now your members can be automatically synchronized with your {0}. organization.members.auto_sync_total_help.bitbucket=You might not see all members from your Bitbucket team yet, as they need to reconnect to SonarCloud to be members of the organization. organization.members.auto_sync_total_help.github=You might not see all members from your GitHub organization yet, as they need to connect to SonarCloud at least once to appear in this list. organization.members.see_all_members_on_x=See all members on {0} organization.members.management.title=Members Management -organization.members.management.description=Select your management mode for members of this organization +organization.members.management.description=Select your management mode for members of this organization. organization.members.management.manual=Manual -organization.members.management.manual.add_members_manually=Admin add members manually from Sonarcloud existing users -organization.members.management.manual.choose_members_permissions=Admin chooses each member permissions +organization.members.management.manual.add_members_manually=Admin add members manually from SonarCloud existing users organization.members.management.automatic=Automatic sync with {0} organization.members.management.automatic.synchronized_from_x=Members are synchronized automatically from your {0} organization.members.management.automatic.members_changes_reflected.bitbucket=Your team members must reconnect to SonarCloud to be automatically added to correct SonarCloud organization -organization.members.management.automatic.members_changes_reflected.github=If you add or remove a member on GitHub, SonarCloud immediately reflect the changes -organization.members.management.automatic.still_choose_members_permissions=Admin still manages permissions for each member in SonarCloud +organization.members.management.automatic.members_changes_reflected.github=If you add or remove a member on GitHub, SonarCloud immediately reflects the changes organization.members.management.automatic.warning=This will override your current Members and Permissions configuration +organization.members.management.choose_members_permissions=Admin manages permissions for each member in SonarCloud 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 @@ -2839,7 +2838,6 @@ onboarding.import_organization.create_new=Create new SonarCloud organization fro onboarding.import_organization.already_bound_x=Your organization {avatar} {name} is already bound to the SonarCloud organization {boundAvatar} {boundName}. Try again and choose a different organization. onboarding.import_organization.members_sync_info_x=All members from your {0} {1} will be added to your SonarCloud organization. As they connect to SonarCloud with their {2} account, members will automatically have access to your SonarCloud organization and its projects. 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.see_who_has_access=See who will have access 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} |