aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2016-06-27 16:08:44 +0200
committerGitHub <noreply@github.com>2016-06-27 16:08:44 +0200
commit4ecb6fc3ec08ee37a1bb5c19d8ca44e2b832b5a7 (patch)
tree763ce4b5a9d7b37982ab54fc64a0597167c2bc3d /sonar-core
parentc467e84eed1a60bbe8c0fe800e2cada2bb26bb4c (diff)
downloadsonarqube-4ecb6fc3ec08ee37a1bb5c19d8ca44e2b832b5a7.tar.gz
sonarqube-4ecb6fc3ec08ee37a1bb5c19d8ca44e2b832b5a7.zip
refactor quality profiles page (#1056)
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties40
1 files changed, 33 insertions, 7 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 2f7820ffcf4..c4854f06fe3 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -102,6 +102,7 @@ moreCriteria=+ More Criteria
name=Name
name_too_long_x=Name is too long (maximum is {0} characters)
navigation=Navigation
+never=Never
none=None
unassigned=Not assigned
off=Off
@@ -688,6 +689,10 @@ issue.set_type=Change Type
issue.type.CODE_SMELL=Code Smell
issue.type.BUG=Bug
issue.type.VULNERABILITY=Vulnerability
+issue.type.CODE_SMELL.plural=Code Smells
+issue.type.BUG.plural=Bugs
+issue.type.VULNERABILITY.plural=Vulnerabilities
+
issue.status.REOPENED=Reopened
issue.status.REOPENED.description=Transitioned to and then back from some other status.
@@ -1670,7 +1675,8 @@ cloud.top_risk=Top risk
quality_profiles.quality_profiles=Quality Profiles
quality_profiles.new_profile=New Profile
quality_profiles.compare_profiles=Compare Profiles
-quality_profiles.restore_profile=Restore Profile
+quality_profiles.compare_with=Compare with
+quality_profiles.restore_profile=Restore
quality_profiles.restore_submit=Restore
quality_profiles.restore_profile.success={1} rule(s) restored in profile "{0}"
quality_profiles.restore_profile.warning={1} rule(s) restored, {2} rule(s) ignored in profile "{0}"
@@ -1698,7 +1704,7 @@ quality_profiles.editing_profile=Editing profile
quality_profiles.profile_inheritance=Inheritance
quality_profiles.available_projects=Available projects
quality_profiles.associated_projects=Associated projects
-quality_profiles.no_projects_associated_to_profile_x=No projects are explicitly associated to the profile "{0}".
+quality_profiles.no_projects_associated_to_profile=No projects are explicitly associated to the profile.
quality_profiles.projects_warning=List of projects explicitly associated to this Quality profile :
quality_profiles.including_x_overriding.suffix=, incl. {0} overriding
quality_profiles.set_parent=Set parent
@@ -1707,7 +1713,7 @@ quality_profiles.no_version=no version
quality_profiles.last_version_x_with_date=last version {0} ({1})
quality_profiles.version_x_with_date=version {0} ({1})
quality_profiles.version_x=version {0}
-quality_profiles.parameter_set_to_x=Parameter <strong>{0}</strong> set to <strong>{1}</strong>
+quality_profiles.parameter_set_to=Parameter {0} set to {1}
quality_profiles.only_in_profile_x=Only in {0}
quality_profiles.with_different_configuration=With different configuration
quality_profiles.with_same_configuration=With same configuration
@@ -1727,8 +1733,8 @@ quality_profiles.copy_new_name=New name
quality_profiles.copy_overwrite_x=You are about to copy this quality profile into the existing "{0}" profile, which will fully overwrite it. Please confirm the name if you want to overwrite, or choose another name.
quality_profiles.copy_x_overwritten=Profile '{0}' has been overwritten.
quality_profiles.rename_x_title=Rename Profile {0} - {1}
-quality_profiles.restore_built_in_profiles=Restore Built-in Profiles
-quality_profiles.restore_built_in_profiles_confirmation=Are you sure you want to restore "{0}" profile(s) for {1}?
+quality_profiles.restore_built_in_profiles=Restore Built-in
+quality_profiles.restore_built_in_profiles_confirmation=Are you sure you want to restore {0} built-in profiles?
quality_profiles.restore_built_in_profiles_success_message={0} built-in profiles have been restored.
quality_profiles.including=including
quality_profiles.deprecated=deprecated
@@ -1736,30 +1742,50 @@ quality_profiles.manage_rules_tooltip=Manage rules of this profile
quality_profiles.manage_rules_tooltip_x_profile=Manage rules of profile '{0}'
quality_profiles.see_rules_tooltip=See rules of this profile
quality_profiles.see_rules_tooltip_x_profile=See rules of profile '{0}'
-quality_profiles.severity_set_to_x=Severity set to <strong>{0}</strong>
+quality_profiles.severity_set_to=Severity set to
quality_profiles.changelog_from=Changelog from
quality_profiles.changelog.empty=No changes have been done.
quality_profiles.changelog.ACTIVATED=Activated
quality_profiles.changelog.DEACTIVATED=Deactivated
quality_profiles.changelog.UPDATED=Updated
-quality_profiles.changelog.parameter_reset_to_default_value_x=Parameter <strong>{0}</strong> reset to default value
+quality_profiles.changelog.parameter_reset_to_default_value=Parameter {0} reset to default value
quality_profiles.deleted_profile=The profile {0} doesn't exist anymore
quality_profiles.projects_for_default=Every project not specifically associated to a quality profile will be associated to this one by default.
quality_profiles.projects_for_default.edit=You must not select specific projects for the default quality profile.
quality_profiles.inherits=Inherits "{0}"
+quality_profile.x_rules={0} rules
quality_profile.x_active_rules={0} active rules
+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_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
quality_profiles.projects.deselect_hint=Click to remove association between this project and the quality profile
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.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
+quality_profiles.list.inheritance=Inheritance
+quality_profiles.list.projects=Projects
+quality_profiles.list.rules=Rules
+quality_profiles.list.updated=Updated
+quality_profiles.list.used=Used
+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.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.stagnant_profiles=Stagnant Profiles
+quality_profiles.not_updated_more_than_year=The following profiles haven't been updated for more than 1 year: