diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-05-13 11:57:38 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-05-13 11:57:38 +0200 |
commit | 2715a0716e230a7cf92d6d4414af99ad98d7830c (patch) | |
tree | 180cf3b407146f27c96ff80bb8227e062d206908 /sonar-core | |
parent | 9a74d1aeb8d8bdbcf5c5b2a98fb2b2eefd1414a7 (diff) | |
download | sonarqube-2715a0716e230a7cf92d6d4414af99ad98d7830c.tar.gz sonarqube-2715a0716e230a7cf92d6d4414af99ad98d7830c.zip |
SONAR-7634 Metric names should be localized (#967)
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 10 |
1 files changed, 10 insertions, 0 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 ecbf7655cae..45971557aeb 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -182,6 +182,7 @@ version=Version view=View views=Views violations=Violations +with=With @@ -728,6 +729,7 @@ issues.home.my_filters=My Filters issues.home.projects=Projects issues.home.authors=Authors issues.home.tags=Tags +issues.home.new_search=New Search issues.toggle_selection_tooltip=(De-)Select all currently visible issues @@ -836,6 +838,8 @@ issues.facet.createdAt.last_month=Last month issues.facet.createdAt.last_year=Last year issues.facet.authors=Author issues.facet.issues=Issue Key +issues.facet.mode.issues=Issues +issues.facet.mode.effort=Effort #------------------------------------------------------------------------------ @@ -1751,6 +1755,8 @@ quality_profiles.projects.select_hint=Click to associate this project with the q 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_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. @@ -2202,6 +2208,9 @@ metric_domain.SCM=SCM metric_domain.Maintainability=Maintainability metric_domain.Reliability=Reliability metric_domain.Security=Security +metric_domain.Issues=Issues +metric_domain.Duplications=Duplications +metric_domain.Coverage=Coverage #------------------------------------------------------------------------------ @@ -3176,3 +3185,4 @@ component_measures.tab.history=History component_measures.legend.color_x=Color: {0} component_measures.legend.size_x=Size: {0} component_measures.x_of_y={0} of {1} +component_measures.no_history=There is no historical data. |