aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2016-04-20 09:05:22 +0200
committerStas Vilchik <vilchiks@gmail.com>2016-04-20 09:05:22 +0200
commit55bc6f0361ccd986bee28ea9baf08c424f944ada (patch)
tree9f687426bf4924f58c41a783116d3878da60e3cc /sonar-core
parent362dc21e8ddf12243daf57099746b37dfad9d4ec (diff)
downloadsonarqube-55bc6f0361ccd986bee28ea9baf08c424f944ada.tar.gz
sonarqube-55bc6f0361ccd986bee28ea9baf08c424f944ada.zip
SONAR-7516 Change capitalization of metric names (#907)
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties226
1 files changed, 113 insertions, 113 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 e129df0ff39..cd2ad947976 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2217,16 +2217,16 @@ metric.alert_status.abbreviation=QG
metric.classes.name=Classes
metric.classes.description=Classes
-metric.comment_blank_lines.name=Blank comments
+metric.comment_blank_lines.name=Blank Comments
metric.comment_blank_lines.description=Comments that do not contain comments
-metric.comment_lines.name=Comment lines
+metric.comment_lines.name=Comment Lines
metric.comment_lines.description=Number of comment lines
metric.comment_lines_density.name=Comments (%)
metric.comment_lines_density.description=Comments balanced by ncloc + comment lines
-metric.commented_out_code_lines.name=Commented-out LOC
+metric.commented_out_code_lines.name=Commented-Out LOC
metric.commented_out_code_lines.description=Commented lines of code
metric.complexity.name=Complexity
@@ -2248,7 +2248,7 @@ metric.generated_lines.name.suffix=generated lines
metric.generated_lines.description=Number of generated lines
metric.generated_lines.abbreviation=Gen. Lines
-metric.generated_ncloc.name=Generated lines of code
+metric.generated_ncloc.name=Generated Lines of Code
metric.generated_ncloc.name.suffix=generated lines of code
metric.generated_ncloc.description=Generated non Commenting Lines of Code
metric.generated_ncloc.abbreviation=Gen. LOC
@@ -2256,7 +2256,7 @@ metric.generated_ncloc.abbreviation=Gen. LOC
metric.lines.name=Lines
metric.lines.description=Lines
-metric.ncloc.name=Lines of code
+metric.ncloc.name=Lines of Code
metric.ncloc.description=Non Commenting Lines of Code
metric.ncloc.abbreviation=LOC
@@ -2267,11 +2267,11 @@ metric.packages.abbreviation=Pkgs
metric.public_api.name=Public API
metric.public_api.description=Public API
-metric.public_documented_api_density.name=Public documented API (%)
+metric.public_documented_api_density.name=Public Documented API (%)
metric.public_documented_api_density.description=Public documented classes and functions balanced by ncloc
metric.public_documented_api_density.abbreviation=Pub. doc. API(%)
-metric.public_undocumented_api.name=Public undocumented API
+metric.public_undocumented_api.name=Public Undocumented API
metric.public_undocumented_api.description=Public undocumented classes, functions and variables
metric.public_undocumented_api.abbreviation=Pub. undoc. API
@@ -2279,25 +2279,25 @@ metric.statements.name=Statements
metric.statements.description=Number of statements
metric.statements.abbreviation=Stmts
-metric.class_complexity.name=Complexity /class
+metric.class_complexity.name=Complexity / Class
metric.class_complexity.description=Complexity average by class
metric.class_complexity.abbreviation=Cmpx/class
-metric.function_complexity.name=Complexity /function
+metric.function_complexity.name=Complexity / Function
metric.function_complexity.description=Complexity average by function
metric.function_complexity.abbreviation=Cmpx/function
-metric.file_complexity.name=Complexity /file
+metric.file_complexity.name=Complexity / File
metric.file_complexity.description=Complexity average by file
metric.file_complexity.abbreviation=Cmpx/file
-metric.class_complexity_distribution.name=Classes distribution /complexity
+metric.class_complexity_distribution.name=Class Distribution / Complexity
metric.class_complexity_distribution.description=Classes distribution /complexity
-metric.function_complexity_distribution.name=Functions distribution /complexity
+metric.function_complexity_distribution.name=Function Distribution / Complexity
metric.function_complexity_distribution.description=Functions distribution /complexity
-metric.file_complexity_distribution.name=Files distribution /complexity
+metric.file_complexity_distribution.name=File Distribution / Complexity
metric.file_complexity_distribution.description=Files distribution /complexity
@@ -2307,93 +2307,93 @@ metric.file_complexity_distribution.description=Files distribution /complexity
#
#--------------------------------------------------------------------------------------------------------------------
-metric.tests.name=Unit tests
+metric.tests.name=Unit Tests
metric.tests.description=Number of unit tests
metric.tests.abbreviation=UTs
-metric.test_execution_time.name=Unit tests duration
+metric.test_execution_time.name=Unit Test Duration
metric.test_execution_time.short_name=Duration
metric.test_execution_time.description=Execution duration of unit tests
metric.test_execution_time.abbreviation=UTs dur.
-metric.test_errors.name=Unit tests errors
+metric.test_errors.name=Unit Test Errors
metric.test_errors.short_name=Errors
metric.test_errors.description=Number of unit test errors
metric.test_errors.abbreviation=UTs errors
-metric.skipped_tests.name=Skipped unit tests
+metric.skipped_tests.name=Skipped Unit Tests
metric.skipped_tests.short_name=Skipped
metric.skipped_tests.description=Number of skipped unit tests
metric.skipped_tests.abbreviation=Skipped UTs
-metric.test_failures.name=Unit tests failures
+metric.test_failures.name=Unit Test Failures
metric.test_failures.short_name=Failures
metric.test_failures.description=Number of unit test failures
metric.test_failures.abbreviation=UTs failures
-metric.test_success_density.name=Unit tests success (%)
+metric.test_success_density.name=Unit Test Success (%)
metric.test_success_density.short_name=Success
metric.test_success_density.description=Density of successful unit tests
metric.test_success_density.abbreviation=UTs success
-metric.test_data.name=Unit tests details
+metric.test_data.name=Unit Test Details
metric.test_data.description=Unit tests details
metric.coverage.name=Coverage
metric.coverage.description=Coverage by unit tests
-metric.new_coverage.name=Coverage on new code
+metric.new_coverage.name=Coverage on New Code
metric.new_coverage.description=Coverage of new/changed code
-metric.lines_to_cover.name=Lines to cover
+metric.lines_to_cover.name=Lines to Cover
metric.lines_to_cover.description=Lines to cover
-metric.new_lines_to_cover.name=Lines to cover on new code
+metric.new_lines_to_cover.name=Lines to Cover on New Code
metric.new_lines_to_cover.description=Lines to cover on new code
-metric.covered_lines.name=Covered lines
+metric.covered_lines.name=Covered Lines
metric.covered_lines.description=Covered lines
-metric.uncovered_lines.name=Uncovered lines
+metric.uncovered_lines.name=Uncovered Lines
metric.uncovered_lines.description=Uncovered lines
-metric.new_uncovered_lines.name=Uncovered lines on new code
+metric.new_uncovered_lines.name=Uncovered Lines on New Code
metric.new_uncovered_lines.description=Uncovered lines on new code
-metric.line_coverage.name=Line coverage
+metric.line_coverage.name=Line Coverage
metric.line_coverage.description=Line coverage
-metric.new_line_coverage.name=Line coverage on new code
+metric.new_line_coverage.name=Line Coverage on New Code
metric.new_line_coverage.description=Line coverage of added/changed code
-metric.coverage_line_hits_data.name=Coverage hits by line
+metric.coverage_line_hits_data.name=Coverage Hits by Line
metric.coverage_line_hits_data.description=Coverage hits by line
-metric.conditions_to_cover.name=Conditions to cover
+metric.conditions_to_cover.name=Conditions to Cover
metric.conditions_to_cover.description=Conditions to cover
-metric.new_conditions_to_cover.name=Conditions to cover on new code
+metric.new_conditions_to_cover.name=Conditions to Cover on New Code
metric.new_conditions_to_cover.description=Conditions to cover on new code
-metric.covered_conditions.name=Covered conditions
+metric.covered_conditions.name=Covered Conditions
metric.covered_conditions.description=Covered conditions
-metric.uncovered_conditions.name=Uncovered conditions
+metric.uncovered_conditions.name=Uncovered Conditions
metric.uncovered_conditions.description=Uncovered conditions
-metric.new_uncovered_conditions.name=Uncovered conditions on new code
+metric.new_uncovered_conditions.name=Uncovered Conditions on New Code
metric.new_uncovered_conditions.description=Uncovered conditions on new code
-metric.branch_coverage.name=Condition coverage
+metric.branch_coverage.name=Condition Coverage
metric.branch_coverage.description=Condition coverage
-metric.new_branch_coverage.name=Condition coverage on new code
+metric.new_branch_coverage.name=Condition Coverage on New Code
metric.new_branch_coverage.description=Condition coverage of new/changed code
-metric.conditions_by_line.name=Conditions by line
+metric.conditions_by_line.name=Conditions by Line
metric.conditions_by_line.description=Conditions by line
-metric.covered_conditions_by_line.name=Covered conditions by line
+metric.covered_conditions_by_line.name=Covered Conditions by Line
metric.covered_conditions_by_line.description=Covered conditions by line
metric.reliability_remediation_effort.name=Reliability Remediation Effort
@@ -2411,55 +2411,55 @@ metric.security_rating.name=Security Rating
#
#--------------------------------------------------------------------------------------------------------------------
-metric.it_coverage.name=IT coverage
+metric.it_coverage.name=IT Coverage
metric.it_coverage.description=Integration tests coverage
-metric.it_lines_to_cover.name=IT lines to cover
+metric.it_lines_to_cover.name=IT Lines to Cover
metric.it_lines_to_cover.description=Lines to cover by integration tests
-metric.it_uncovered_lines.name=IT uncovered lines
+metric.it_uncovered_lines.name=IT Uncovered Lines
metric.it_uncovered_lines.description=Uncovered lines by integration tests
-metric.it_line_coverage.name=IT line coverage
+metric.it_line_coverage.name=IT Line Coverage
metric.it_line_coverage.description=Line coverage by integration tests
-metric.it_coverage_line_hits_data.name=IT coverage hits by line
+metric.it_coverage_line_hits_data.name=IT Coverage Hits by Line
metric.it_coverage_line_hits_data.description=Coverage hits by line by integration tests
-metric.it_conditions_to_cover.name=IT conditions to cover
+metric.it_conditions_to_cover.name=IT Conditions to Cover
metric.it_conditions_to_cover.description=Conditions to cover by integration tests
-metric.it_uncovered_conditions.name=IT uncovered conditions
+metric.it_uncovered_conditions.name=IT Uncovered Conditions
metric.it_uncovered_conditions.description=Uncovered conditions by integration tests
-metric.it_branch_coverage.name=IT condition coverage
+metric.it_branch_coverage.name=IT Condition Coverage
metric.it_branch_coverage.description=Condition coverage by integration tests
-metric.it_conditions_by_line.name=IT conditions by line
+metric.it_conditions_by_line.name=IT Conditions by Line
metric.it_conditions_by_line.description=IT conditions by line
-metric.it_covered_conditions_by_line.name=IT covered conditions by line
+metric.it_covered_conditions_by_line.name=IT Covered Conditions by Line
metric.it_covered_conditions_by_line.description=IT covered conditions by line
-metric.new_it_coverage.name=Coverage by IT on new code
+metric.new_it_coverage.name=Coverage by IT on New Code
metric.new_it_coverage.description=Integration tests coverage of new/changed code
-metric.new_it_lines_to_cover.name=Lines to cover by IT on new code
+metric.new_it_lines_to_cover.name=Lines to Cover by IT on New Code
metric.new_it_lines_to_cover.description=Lines to cover on new code by integration tests
-metric.new_it_uncovered_lines.name=Uncovered lines by IT on new code
+metric.new_it_uncovered_lines.name=Uncovered Lines by IT on New Code
metric.new_it_uncovered_lines.description=New lines that are not covered by integration tests
-metric.new_it_line_coverage.name=Line coverage by IT on new code
+metric.new_it_line_coverage.name=Line Coverage by IT on New Code
metric.new_it_line_coverage.description=Integration tests line coverage of added/changed code
-metric.new_it_conditions_to_cover.name=Conditions to cover by IT on new code
+metric.new_it_conditions_to_cover.name=Conditions to Cover by IT on New Code
metric.new_it_conditions_to_cover.description=New conditions to cover by integration tests
-metric.new_it_uncovered_conditions.name=Uncovered conditions by IT on new code
+metric.new_it_uncovered_conditions.name=Uncovered Conditions by IT on New Code
metric.new_it_uncovered_conditions.description=New conditions that are not covered by integration tests
-metric.new_it_branch_coverage.name=Condition coverage by IT on new code
+metric.new_it_branch_coverage.name=Condition Coverage by IT on New Code
metric.new_it_branch_coverage.description=Integration tests condition coverage of new/changed code
#--------------------------------------------------------------------------------------------------------------------
@@ -2468,55 +2468,55 @@ metric.new_it_branch_coverage.description=Integration tests condition coverage o
#
#--------------------------------------------------------------------------------------------------------------------
-metric.overall_coverage.name=Overall coverage
+metric.overall_coverage.name=Overall Coverage
metric.overall_coverage.description=Overall test coverage
-metric.overall_lines_to_cover.name=Overall lines to cover
+metric.overall_lines_to_cover.name=Overall Lines to Cover
metric.overall_lines_to_cover.description=Lines to cover by all tests
-metric.overall_uncovered_lines.name=Overall uncovered lines
+metric.overall_uncovered_lines.name=Overall Uncovered Lines
metric.overall_uncovered_lines.description=Uncovered lines by all tests
-metric.overall_line_coverage.name=Overall line coverage
+metric.overall_line_coverage.name=Overall Line Coverage
metric.overall_line_coverage.description=Line coverage by all tests
-metric.overall_coverage_line_hits_data.name=Overall coverage hits by line
+metric.overall_coverage_line_hits_data.name=Overall Coverage Hits by Line
metric.overall_coverage_line_hits_data.description=Coverage hits by all tests and by line
-metric.overall_conditions_to_cover.name=Overall conditions to cover
+metric.overall_conditions_to_cover.name=Overall Conditions to Cover
metric.overall_conditions_to_cover.description=Conditions to cover by all tests
-metric.overall_uncovered_conditions.name=Overall uncovered conditions
+metric.overall_uncovered_conditions.name=Overall Uncovered Conditions
metric.overall_uncovered_conditions.description=Uncovered conditions by all tests
-metric.overall_branch_coverage.name=Overall condition coverage
+metric.overall_branch_coverage.name=Overall Condition Coverage
metric.overall_branch_coverage.description=Condition coverage by all tests
-metric.overall_conditions_by_line.name=Overall conditions by line
+metric.overall_conditions_by_line.name=Overall Conditions by Line
metric.overall_conditions_by_line.description=Overall conditions by all tests and by line
-metric.overall_covered_conditions_by_line.name=Overall covered conditions by line
+metric.overall_covered_conditions_by_line.name=Overall Covered Conditions by Line
metric.overall_covered_conditions_by_line.description=Overall covered conditions by all tests and by line
-metric.new_overall_coverage.name=Overall coverage on new code
+metric.new_overall_coverage.name=Overall Coverage on New Code
metric.new_overall_coverage.description=Overall coverage of new/changed code
-metric.new_overall_lines_to_cover.name=Overall lines to cover on new code
+metric.new_overall_lines_to_cover.name=Overall Lines to Cover on New Code
metric.new_overall_lines_to_cover.description=New lines to cover by all tests
-metric.new_overall_uncovered_lines.name=Overall uncovered lines on new code
+metric.new_overall_uncovered_lines.name=Overall Uncovered Lines on New Code
metric.new_overall_uncovered_lines.description=New lines that are not covered by any tests
-metric.new_overall_line_coverage.name=Overall line coverage on new code
+metric.new_overall_line_coverage.name=Overall Line Coverage on New Code
metric.new_overall_line_coverage.description=Line coverage of added/changed code by all tests
-metric.new_overall_conditions_to_cover.name=Overall conditions to cover on new code
+metric.new_overall_conditions_to_cover.name=Overall Conditions to Cover on New Code
metric.new_overall_conditions_to_cover.description=New conditions to cover by all tests
-metric.new_overall_uncovered_conditions.name=Overall uncovered conditions on new code
+metric.new_overall_uncovered_conditions.name=Overall Uncovered Conditions on New Code
metric.new_overall_uncovered_conditions.description=New conditions that are not covered by any test
-metric.new_overall_branch_coverage.name=Overall condition coverage on new code
+metric.new_overall_branch_coverage.name=Overall Condition Coverage on New Code
metric.new_overall_branch_coverage.description=Condition coverage of new/changed code by all tests
#--------------------------------------------------------------------------------------------------------------------
@@ -2525,24 +2525,24 @@ metric.new_overall_branch_coverage.description=Condition coverage of new/changed
#
#--------------------------------------------------------------------------------------------------------------------
-metric.duplicated_lines.name=Duplicated lines
+metric.duplicated_lines.name=Duplicated Lines
metric.duplicated_lines.description=Duplicated lines
metric.duplicated_lines.abbreviation=Dup. lines
-metric.duplicated_blocks.name=Duplicated blocks
+metric.duplicated_blocks.name=Duplicated Blocks
metric.duplicated_blocks.description=Duplicated blocks
metric.duplicated_blocks.abbreviation=Dup. blocks
-metric.duplicated_files.name=Duplicated files
+metric.duplicated_files.name=Duplicated Files
metric.duplicated_files.description=Duplicated files
metric.duplicated_files.abbreviation=Dup. files
-metric.duplicated_lines_density.name=Duplicated lines (%)
+metric.duplicated_lines_density.name=Duplicated Lines (%)
metric.duplicated_lines_density.short_name=Duplications
metric.duplicated_lines_density.description=Duplicated lines balanced by statements
metric.duplicated_lines_density.abbreviation=Dup. lines(%)
-metric.duplications_data.name=Duplications details
+metric.duplications_data.name=Duplication Details
metric.duplications_data.description=Duplications details
#--------------------------------------------------------------------------------------------------------------------
@@ -2569,37 +2569,37 @@ metric.maintainability.description=Maintainability
metric.violations.name=Issues
metric.violations.description=Issues
-metric.blocker_violations.name=Blocker issues
+metric.blocker_violations.name=Blocker Issues
metric.blocker_violations.description=Blocker issues
-metric.critical_violations.name=Critical issues
+metric.critical_violations.name=Critical Issues
metric.critical_violations.description=Critical issues
-metric.major_violations.name=Major issues
+metric.major_violations.name=Major Issues
metric.major_violations.description=Major issues
-metric.minor_violations.name=Minor issues
+metric.minor_violations.name=Minor Issues
metric.minor_violations.description=Minor issues
-metric.info_violations.name=Info issues
+metric.info_violations.name=Info Issues
metric.info_violations.description=Info issues
-metric.new_violations.name=New issues
+metric.new_violations.name=New Issues
metric.new_violations.description=New issues
-metric.new_blocker_violations.name=New Blocker issues
+metric.new_blocker_violations.name=New Blocker Issues
metric.new_blocker_violations.description=New Blocker issues
-metric.new_critical_violations.name=New Critical issues
+metric.new_critical_violations.name=New Critical Issues
metric.new_critical_violations.description=New Critical issues
-metric.new_major_violations.name=New Major issues
+metric.new_major_violations.name=New Major Issues
metric.new_major_violations.description=New Major issues
-metric.new_minor_violations.name=New Minor issues
+metric.new_minor_violations.name=New Minor Issues
metric.new_minor_violations.description=New Minor issues
-metric.new_info_violations.name=New Info issues
+metric.new_info_violations.name=New Info Issues
metric.new_info_violations.description=New Info issues
metric.code_smells.name=Code Smells
@@ -2645,77 +2645,77 @@ metric.noc.description=Number of Children
metric.rfc.name=Response for Class
metric.rfc.description=Response for Class
-metric.rfc_distribution.name=Class distribution /RFC
+metric.rfc_distribution.name=Class Distribution / RFC
metric.rfc_distribution.description=Class distribution /RFC
metric.lcom4.name=LCOM4
metric.lcom4.description=Lack of Cohesion of Functions
-metric.lcom4_blocks.name=LCOM4 blocks
+metric.lcom4_blocks.name=LCOM4 Blocks
metric.lcom4_blocks.description=LCOM4 blocks
-metric.lcom4_distribution.name=Class distribution /LCOM4
+metric.lcom4_distribution.name=Class Distribution / LCOM4
metric.lcom4_distribution.description=Class distribution /LCOM4
-metric.suspect_lcom4_density.name=Suspect LCOM4 density
+metric.suspect_lcom4_density.name=Suspect LCOM4 Density
metric.suspect_lcom4_density.description=Density of classes having LCOM4>1
-metric.ca.name=Afferent couplings
+metric.ca.name=Afferent Couplings
metric.ca.description=Afferent couplings
-metric.ce.name=Efferent couplings
+metric.ce.name=Efferent Couplings
metric.ce.description=Efferent couplings
metric.dsm.name=Dependency Matrix
metric.dsm.description=Dependency Matrix
-metric.package_cycles.name=Package cycles
+metric.package_cycles.name=Package Cycles
metric.package_cycles.description=Package cycles
metric.package_cycles.abbreviation=Pkgs cycles
-metric.package_tangle_index.name=Package tangle index
+metric.package_tangle_index.name=Package Tangle Index
metric.package_tangle_index.description=Package tangle index
metric.package_tangle_index.abbreviation=Pkgs tangle
-metric.package_tangles.name=File dependencies to cut
+metric.package_tangles.name=File Dependencies to Cut
metric.package_tangles.description=File dependencies to cut
metric.package_tangles.abbreviation=File dpds to cut
-metric.package_feedback_edges.name=Package dependencies to cut
+metric.package_feedback_edges.name=Package Dependencies to Cut
metric.package_feedback_edges.description=Package dependencies to cut
metric.package_feedback_edges.abbreviation=Pkgs dpds to cut
-metric.package_edges_weight.name=Package edges weight
+metric.package_edges_weight.name=Package Edges Weight
metric.package_edges_weight.description=Package edges weight
-metric.file_cycles.name=File cycles
+metric.file_cycles.name=File Cycles
metric.file_cycles.description=File cycles
-metric.file_tangle_index.name=File tangle index
+metric.file_tangle_index.name=File Tangle Index
metric.file_tangle_index.description=File tangle index
-metric.file_tangles.name=File tangles
+metric.file_tangles.name=File Tangles
metric.file_tangles.description=Files tangles
-metric.file_feedback_edges.name=Suspect file dependencies
+metric.file_feedback_edges.name=Suspect File Dependencies
metric.file_feedback_edges.description=Suspect file dependencies
-metric.file_edges_weight.name=File edges weight
+metric.file_edges_weight.name=File Edges Weight
metric.file_edges_weight.description=File edges weight
-metric.authors_by_line.name=Authors by line
+metric.authors_by_line.name=Authors by Line
metric.authors_by_line.description=Authors by line
-metric.revisions_by_line.name=Revisions by line
+metric.revisions_by_line.name=Revisions by Line
metric.revisions_by_line.description=Revisions by line
-metric.last_commit_datetimes_by_line.name=Last commit dates by line
+metric.last_commit_datetimes_by_line.name=Last Commit Dates by Line
metric.last_commit_datetimes_by_line.description=Last commit dates by line
metric.profile.name=Profile
metric.profile.description=Selected quality profile
-metric.profile_version.name=Profile version
+metric.profile_version.name=Profile Version
metric.profile_version.description=Selected quality profile version
@@ -2725,16 +2725,16 @@ metric.profile_version.description=Selected quality profile version
#
#--------------------------------------------------------------------------------------------------------------------
-metric.false_positive_issues.name=False positive issues
+metric.false_positive_issues.name=False Positive Issues
metric.false_positive_issues.description=False positive issues
-metric.open_issues.name=Open issues
+metric.open_issues.name=Open Issues
metric.open_issues.description=Open issues
-metric.reopened_issues.name=Reopened issues
+metric.reopened_issues.name=Reopened Issues
metric.reopened_issues.description=Reopened issues
-metric.confirmed_issues.name=Confirmed issues
+metric.confirmed_issues.name=Confirmed Issues
metric.confirmed_issues.description=Confirmed issues
@@ -2759,7 +2759,7 @@ metric.sqale_debt_ratio.name=Technical Debt Ratio
metric.sqale_debt_ratio.short_name=Debt Ratio
metric.sqale_debt_ratio.description=Ratio of the actual technical debt compared to the estimated cost to develop the whole source code from scratch.
-metric.new_sqale_debt_ratio.name=Technical Debt Ratio on new code
+metric.new_sqale_debt_ratio.name=Technical Debt Ratio on New Code
metric.new_sqale_debt_ratio.short_name=Debt Ratio on new code
metric.new_sqale_debt_ratio.description=Technical Debt Ratio of new/changed code.