]> source.dussan.org Git - sonarqube.git/commitdiff
Update widget metrics typo
authorJulien Lancelot <julien.lancelot@gmail.com>
Fri, 31 May 2013 10:40:50 +0000 (12:40 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Fri, 31 May 2013 10:40:50 +0000 (12:40 +0200)
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties

index c2af012c47acbf25ea335e71a8f7cb5788844601..b1bb59575b3d31c712610bc648c5f8f0fea3380a 100644 (file)
@@ -874,11 +874,11 @@ widgets.more=More
 widget.error_occurred_please_read_logs=An error occurred while trying to display the widget "{0}". Please contact the administrator.
 
 widget.alerts.name=Alerts
-widget.alerts.description=Display current alerts on the project.
+widget.alerts.description=Displays current alerts on the project.
 widget.alerts.no_alert=No alerts
 widget.alerts.alerts=Alerts
 
-widget.code_coverage.name=Unit tests coverage
+widget.code_coverage.name=Unit Tests Coverage
 widget.code_coverage.description=Reports on units tests and code coverage by unit tests.
 widget.code_coverage.line_coverage.suffix=\ line coverage
 widget.code_coverage.branch_coverage.suffix=\ branch coverage
@@ -891,7 +891,7 @@ widget.code_coverage.tests.suffix=\ tests
 widget.code_coverage.skipped.suffix=\ skipped
 
 # id of this widget does not use underscore in order to be backward-compatible with previous version of JaCoCo plugin
-widget.it-coverage.name=Integration tests coverage
+widget.it-coverage.name=Integration Tests Coverage
 widget.it-coverage.description=Reports on code coverage by integration tests. When both the code coverage by unit tests and by integration tests are available, an overall code coverage is also computed and displayed in this widget.
 widget.it-coverage.line_coverage.suffix=\ line coverage
 widget.it-coverage.branch_coverage.suffix=\ branch coverage
@@ -900,8 +900,8 @@ widget.it-coverage.on_new_code=On new code
 widget.it-coverage.no_new_lines_to_cover=No new lines to cover
 
 # id of this widget does not use underscore in order to be backward-compatible with previous version of JaCoCo plugin
-widget.overall-coverage.name=Overall coverage
-widget.overall-coverage.description=Reports on code coverage by all tests
+widget.overall-coverage.name=Overall Coverage
+widget.overall-coverage.description=Reports on code coverage by all tests.
 widget.overall-coverage.line_coverage.suffix=\ line coverage
 widget.overall-coverage.branch_coverage.suffix=\ branch coverage
 widget.overall-coverage.lines_to_cover.suffix=\ lines to cover
@@ -909,7 +909,7 @@ widget.overall-coverage.on_new_code=On new code
 widget.overall-coverage.no_new_lines_to_cover=No new lines to cover
 
 widget.comments_duplications.name=Comments & Duplications
-widget.comments_duplications.description=Reports on copy/paste and documentation
+widget.comments_duplications.description=Reports on copy/paste and documentation.
 widget.comments_duplications.comments=Comments
 widget.comments_duplications.lines.suffix=\ lines
 widget.comments_duplications.blank.suffix=\ blank
@@ -928,7 +928,7 @@ widget.complexity.per_file.suffix=\ /file
 widget.complexity.total=Total
 
 widget.custom_measures.name=Custom Measures
-widget.custom_measures.description=Display a list of selected measures.
+widget.custom_measures.description=Displays a list of selected measures.
 widget.custom_measures.property.metric1.name=Metric 1
 widget.custom_measures.property.metric2.name=Metric 2
 widget.custom_measures.property.metric3.name=Metric 3
@@ -941,7 +941,7 @@ widget.custom_measures.property.metric9.name=Metric 9
 widget.custom_measures.property.metric10.name=Metric 10
 
 widget.description.name=Description
-widget.description.description=Displays general project information
+widget.description.description=Displays general project information.
 widget.description.key=Key
 widget.description.language=Language
 widget.description.profile=Profile
@@ -958,13 +958,13 @@ widget.events.no_event=No event
 widget.events.show_more=Show more
 
 widget.rules.name=Rules Compliance
-widget.rules.description=Reports issues and compliance index on coding standards
+widget.rules.description=Reports issues and compliance index on coding standards.
 widget.rules.issues=Issues
 widget.rules.rules_compliance=Rules compliance
 widget.rules.added=Added:
 widget.rules.removed=Removed:
 
-widget.size.name=Size metrics
+widget.size.name=Size Metrics
 widget.size.description=Reports general metrics on the size of the project.
 widget.size.lines_of_code=Lines of code
 widget.size.lines=Lines
@@ -1006,13 +1006,13 @@ widget.time_machine.property.metric8.name=Metric 8
 widget.time_machine.property.metric9.name=Metric 9
 widget.time_machine.property.metric10.name=Metric 10
 
-widget.file_design.name=File design
+widget.file_design.name=File Design
 widget.file_design.description=Reports on files dependency cycles and tangle index.
 widget.file_design.file_tangle_index=File tangle index
 widget.file_design.cycles.suffix=\ cycles
 widget.file_design.suspect_file_dependencies=Suspect file dependencies
 
-widget.package_design.name=Package design
+widget.package_design.name=Package Design
 widget.package_design.description=Reports on package dependency cycles and tangle index.
 widget.package_design.package_tangle_index=Package tangle index
 widget.package_design.cycles.suffix=\ cycles
@@ -1020,7 +1020,7 @@ widget.package_design.dependencies_to_cut=Dependencies to cut
 widget.package_design.between_packages.suffix=\ between packages
 widget.package_design.between_files.suffix=\ between files
 
-widget.hotspot_metric.name=Metric hotspot
+widget.hotspot_metric.name=Metric Hotspot
 widget.hotspot_metric.description=Shows the files that have the worst result for a specific metric.
 widget.hotspot_metric.more=More
 widget.hotspot_metric.hotspots_by_x=Hotspots by {0}
@@ -1028,7 +1028,7 @@ widget.hotspot_metric.property.title.name=Title
 widget.hotspot_metric.property.metric.name=Metric
 widget.hotspot_metric.property.numberOfLines.name=Number of lines
 
-widget.hotspot_most_violated_rules.name=Most violated rules
+widget.hotspot_most_violated_rules.name=Most Violated Rules
 widget.hotspot_most_violated_rules.name_when_period=Most new violated rules
 widget.hotspot_most_violated_rules.description=Shows the rules that are the most violated.
 widget.hotspot_most_violated_rules.no_violation_for_severity=No result
@@ -1037,38 +1037,38 @@ widget.hotspot_most_violated_rules.property.numberOfLines.name=Number of lines
 widget.hotspot_most_violated_rules.property.defaultSeverity.name=Default severity
 widget.hotspot_most_violated_rules.property.defaultSeverity.desc=If selected, severity used to initialize the dropdown list of widget
 
-widget.hotspot_most_violated_resources.name=Most violated resources
+widget.hotspot_most_violated_resources.name=Most Violated Resources
 widget.hotspot_most_violated_resources.description=Shows the resources that have the most violations.
 widget.hotspot_most_violated_resources.no_resource=No result
 widget.hotspot_most_violated_resources.property.numberOfLines.name=Number of lines
 
-widget.my_reviews.name=My unresolved issues
+widget.my_reviews.name=My Unresolved Issues
 widget.my_reviews.description=Shows unresolved issues assigned to the current user.
 widget.my_reviews.no_issue=No issue.
 widget.my_reviews.property.numberOfLines.name=Number of lines
 widget.my_reviews.property.numberOfLines.desc=Maximum number of issues displayed at the same time.
 
-widget.false_positive_reviews.name=False positives issues
+widget.false_positive_reviews.name=False Positives Issues
 widget.false_positive_reviews.description=Shows all the false positives found on the project.
 widget.false_positive_reviews.property.numberOfLines.name=Number of lines
 widget.false_positive_reviews.property.numberOfLines.desc=Maximum number of issues displayed at the same time.
 
-widget.reviews_per_developer.name=Unresolved issues per assignee
+widget.reviews_per_developer.name=Unresolved Issues per Assignee
 widget.reviews_per_developer.description=Shows the number of unresolved issues per assignee.
 widget.reviews_per_developer.not_assigned=Not assigned
 
-widget.unresolved_issues_statuses.name=Unresolved issues by status
-widget.unresolved_issues_statuses.description=Display the number of unresolved issues according to their status : Open, Reopened and Confirmed.
+widget.unresolved_issues_statuses.name=Unresolved Issues by Status
+widget.unresolved_issues_statuses.description=Displays the number of unresolved issues according to their status: Open, Reopened and Confirmed.
 
-widget.action_plans.name=Action plans
-widget.action_plans.description=Shows all the open action plans of the project
+widget.action_plans.name=Action Plans
+widget.action_plans.description=Shows all the open action plans of the project.
 widget.action_plans.property.showResolvedIssues.name=Show Resolved Issues
 widget.action_plans.title=Open action plans
 widget.action_plans.no_action_plan=No action plan
 widget.action_plans.x_unresolved_issues={0} unresolved issues
 
-widget.treemap-widget.name=Treemap of components
-widget.treemap-widget.description=Displays a treemap of all direct components of the selected resource
+widget.treemap-widget.name=Treemap of Components
+widget.treemap-widget.description=Displays a treemap of all direct components of the selected resource.
 widget.treemap-widget.property.sizeMetric.name=Size metric
 widget.treemap-widget.property.sizeMetric.description=Metric used for square size
 widget.treemap-widget.property.colorMetric.name=Color metric
@@ -1082,7 +1082,7 @@ widget.lcom4.title=LCOM4
 widget.lcom4.per_class.suffix=\ /class
 widget.lcom4.files_having_lcom_greater_than_one=\ files having LCOM4>1
 
-widget.rfc.name=Response for class
+widget.rfc.name=Response for Class
 widget.rfc.description=Reports on RFC average and distribution.
 widget.rfc.title=Response for Class
 widget.rfc.per_class.suffix=\ /class
@@ -1100,13 +1100,13 @@ widget.welcome.html=<h3 class="marginbottom5">Welcome to SonarQube Dashboard</h3
                     </ul>
 
 widget.measure_filter_list.name=Measure Filter as List
-widget.measure_filter_list.description=Displays the result of a pre-configured measure filter as a list
+widget.measure_filter_list.description=Displays the result of a pre-configured measure filter as a list.
 widget.measure_filter_list.property.filter.name=Filter
 widget.measure_filter_list.property.pageSize.name=Page size
 widget.measure_filter_list.property.displayFilterDescription.name=Display filter description
 
 widget.measure_filter_treemap.name=Measure Filter as Treemap
-widget.measure_filter_treemap.description=Displays the result of pre-configured measure filter as a Treemap
+widget.measure_filter_treemap.description=Displays the result of pre-configured measure filter as a Treemap.
 widget.measure_filter_treemap.property.filter.name=Filter
 widget.measure_filter_treemap.property.sizeMetric.name=Size metric
 widget.measure_filter_treemap.property.colorMetric.name=Color metric