diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-08-04 01:15:04 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-08-04 01:15:04 +0200 |
commit | 0d2522a308bbee1d35aed6303d7ce9e4bcfea13b (patch) | |
tree | b45445c451649c411b34858a704d8701022902b6 /plugins/sonar-l10n-en-plugin/src | |
parent | a9b2318ce220e5abf97ade9123233fbf1e59e900 (diff) | |
download | sonarqube-0d2522a308bbee1d35aed6303d7ce9e4bcfea13b.tar.gz sonarqube-0d2522a308bbee1d35aed6303d7ce9e4bcfea13b.zip |
SONAR-75 fix naming convention of widget name and properties
Diffstat (limited to 'plugins/sonar-l10n-en-plugin/src')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index bd3e5eb18ae..7e60f08f1c5 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -409,12 +409,12 @@ dashboard.update_dashboard=Update dashboard # #------------------------------------------------------------------------------ -widget.alerts.title=Alerts +widget.alerts.name=Alerts widget.alerts.description=Display current alerts on the project. widget.alerts.no_alert=No alerts widget.alerts.alerts=Alerts -widget.code_coverage.title=Code coverage +widget.code_coverage.name=Code 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 @@ -427,7 +427,7 @@ widget.code_coverage.errors.suffix=\ errors widget.code_coverage.tests.suffix=\ tests widget.code_coverage.skipped.suffix=\ skipped -widget.comments_duplications.title=Comments & Duplications +widget.comments_duplications.name=Comments & Duplications widget.comments_duplications.description=Reports on copy/paste and documentation widget.comments_duplications.comments=Comments widget.comments_duplications.lines.suffix=\ lines @@ -439,7 +439,7 @@ widget.comments_duplications.duplications=Duplications widget.comments_duplications.blocks.suffix=\ blocs widget.comments_duplications.files.suffix=\ files -widget.complexity.title=Complexity +widget.complexity.name=Complexity widget.complexity.description=Reports on complexity, average complexity and complexity distribution. widget.complexity.per_method.suffix=\ /method widget.complexity.per_paragraph.suffix=\ /paragraph @@ -447,10 +447,10 @@ widget.complexity.per_class.suffix=\ /class widget.complexity.per_file.suffix=\ /file widget.complexity.total=Total -widget.custom_measures.title=Custom Measures +widget.custom_measures.name=Custom Measures widget.custom_measures.description=Display a list of selected measures. -widget.description.title=Description +widget.description.name=Description widget.description.description=Displays general project information widget.description.key=Key widget.description.language=Language @@ -460,15 +460,15 @@ widget.description.alerts=Alerts widget.description.alerts_rss_feed=RSS Feed widget.description.links=Links -widget.events.title=Events +widget.events.name=Events widget.events.description=Reports events on the project life cycle such as versions and alerts. -widget.rules.title=Rules Compliance +widget.rules.name=Rules Compliance widget.rules.description=Reports violations and compliance index on coding standards. widget.rules.violations=Violations widget.rules.rules_compliance=Rules compliance -widget.size.title=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.generated.suffix=\ generated @@ -483,20 +483,20 @@ widget.size.methods.suffix=\ methods widget.size.accessors.suffix=\ accessors widget.size.paragraphs.suffix=\ paragraphs -widget.ckjm.title=Chidamber & Kemerer +widget.ckjm.name=Chidamber & Kemerer widget.ckjm.description=Reports on LCOM4 and RFC average and distribution. widget.ckjm.lcom4=LCOM4 widget.ckjm.per_class.suffix=\ /class widget.ckjm.files_having_lcom_greater_than_one=\ files having LCOM4>1 widget.ckjm.rfc=RFC -widget.file_design.title=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.title=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 |