diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2020-09-18 16:51:54 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-10-08 20:08:02 +0000 |
commit | 2a8f4fb40f513b9911ba3e5c21906464d38c909e (patch) | |
tree | 23a845aa4b8dfc65773062c4ea5728b28fc6ae8c /sonar-core | |
parent | 6ecb6c40842e94997ff5aaf729ecc1eb98251c3c (diff) | |
download | sonarqube-2a8f4fb40f513b9911ba3e5c21906464d38c909e.tar.gz sonarqube-2a8f4fb40f513b9911ba3e5c21906464d38c909e.zip |
SONAR-11063 Add 'Always use the Default' option at project level for QP
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 20 |
1 files changed, 17 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 bd49bac6d31..663fc305c5c 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -540,7 +540,7 @@ settings.page=General Settings settings.page.description=Edit global settings for this {instance} instance. system_info.page=System Info project_quality_profiles.page=Quality Profiles -project_quality_profiles.page.description=Choose which profile is associated with this project on a language-by-language basis. (Note that you will only need to select profiles for multiple languages for multi-language projects.) +project_quality_profiles.page.description=Choose which profile is associated with this project on a language-by-language basis. project_quality_gate.page=Quality Gate project_quality_gate.page.description=Choose which quality gate is associated with this project. update_key.page=Update Key @@ -1350,8 +1350,21 @@ update_key.are_you_sure_to_change_key=Are you sure you want to change key of "{0 # PROJECT QUALITY PROFILE PAGE # #------------------------------------------------------------------------------ -project_quality_profile.default_profile=Default +project_quality_profile.instance_default=Instance default project_quality_profile.successfully_updated={0} Quality Profile has been successfully updated. +project_quality_profile.subtitle=Manage project Quality Profiles +project_quality_profile.always_use_default=Always use the instance default Quality Profile +project_quality_profile.current=Current Quality Profile +project_quality_profile.always_use_specific=Always use a specific Quality Profile +project_quality_profile.change_lang_X_profile=Change {0} Quality Profile +project_quality_profile.requires_new_analysis=Changes will be applied after the next analysis. +project_quality_profile.add_language.title=Add a new language +project_quality_profile.add_language.description=Manually configure a specific profile for a new language before the next analysis. +project_quality_profile.add_language.action=Add language +project_quality_profile.add_language_modal.title=Add a language +project_quality_profile.add_language_modal.choose_language=Choose a language +project_quality_profile.add_language_modal.choose_profile=Choose a profile +project_quality_profile.change_profile=Change profile #------------------------------------------------------------------------------ # @@ -1444,7 +1457,7 @@ quality_profiles.activate_more_rules=Activate More Rules quality_profiles.intro1=Quality Profiles are collections of rules to apply during an analysis. quality_profiles.intro2=For each language there is a default profile. All projects not explicitly assigned to some other profile will be analyzed with the default. Ideally, all projects will use the same profile for a language. quality_profiles.list.projects=Projects -quality_profiles.list.projects.help=Projects assigned to a profile will always be analyzed with it for that language, regardless of which profile is the default. Quality Profile administrators may assign projects to a profile. Project administrators may also choose a non-default profile for each language. +quality_profiles.list.projects.help=Projects assigned to a profile will always be analyzed with it for that language, regardless of which profile is the default. Quality Profile administrators may assign projects to a non-default profile, or always make it follow the system default. Project administrators may choose any profile for each language. quality_profiles.list.rules=Rules quality_profiles.list.updated=Updated quality_profiles.list.used=Used @@ -1631,6 +1644,7 @@ coding_rules.filter_similar_rules=Filter Similar Rules coding_rules.filters.activation=Activation coding_rules.filters.activation.active=Active +coding_rules.filters.activation.active_rules=Active Rules coding_rules.filters.activation.inactive=Inactive coding_rules.filters.activation.help=Activation criterion is available when a Quality Profile is selected coding_rules.filters.active_severity=Active Severity |