diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-06-29 17:15:49 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-06-30 09:47:50 +0200 |
commit | 769c503adc33e48f6dcec505d7646f8b53c11b8c (patch) | |
tree | 93c8da9267da09ecd1adc061e18aa94840e5ee36 /sonar-core | |
parent | 0a5a0541f5c924135863562130fc4976415ab6c5 (diff) | |
download | sonarqube-769c503adc33e48f6dcec505d7646f8b53c11b8c.tar.gz sonarqube-769c503adc33e48f6dcec505d7646f8b53c11b8c.zip |
apply feedback for the quality profiles page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 9 |
1 files changed, 5 insertions, 4 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 c4854f06fe3..ac158bc19fe 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1759,8 +1759,8 @@ quality_profile.total_active_rules=Total Active Rules quality_profiles.x_overridden_rules={0} overridden rules quality_profiles.change_parent=Change Parent quality_profiles.all_profiles=All Profiles -quality_profiles.x_profiles={0} Profiles -quality_profiles._quality_profiles=quality profiles +quality_profiles.x_profiles={0} profile(s) +quality_profiles.x_Profiles={0} Profiles quality_profiles.x_projects={0} projects quality_profiles.no_results=No profiles found. Try installing a language plugin. quality_profiles.projects.select_hint=Click to associate this project with the quality profile @@ -1768,6 +1768,7 @@ quality_profiles.projects.deselect_hint=Click to remove association between this quality_profiles.no_profiles_for_comparison=There are no profiles for comparison quality_profile.empty_comparison=The quality profiles are equal. quality_profiles.activate_more=Activate More +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. quality_profiles.list.profile=Profile @@ -1780,10 +1781,10 @@ quality_profiles.x_activated_out_of_y={0} rules activated out of {1} available quality_profiles.change_projects=Change Projects quality_profiles.not_found=The requested quality profile was not found. quality_profiles.latest_new_rules=Latest New Rules -quality_profiles.latest_new_rules.activated={0}, activated on {1} profiles +quality_profiles.latest_new_rules.activated={0}, activated on {1} profile(s) quality_profiles.latest_new_rules.not_activated={0}, not yet activated quality_profiles.deprecated_rules=Deprecated Rules -quality_profiles.x_deprecated_rules_are_still_activated={0} deprecated rules are still activated on {1} quality profiles: +quality_profiles.x_deprecated_rules_are_still_activated={0} deprecated rule(s) are still activated on {1} quality profile(s): quality_profiles.stagnant_profiles=Stagnant Profiles quality_profiles.not_updated_more_than_year=The following profiles haven't been updated for more than 1 year: |