diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-07-08 12:02:44 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-07-08 14:08:00 +0200 |
commit | 7a4939f74f1bc53203eb99945182adeb7ab750da (patch) | |
tree | efddc46d7afbdb9bd59eda48196a7aec571adf03 /sonar-core | |
parent | afa5a589582cfd710a8f83ff410204e082c14dfe (diff) | |
download | sonarqube-7a4939f74f1bc53203eb99945182adeb7ab750da.tar.gz sonarqube-7a4939f74f1bc53203eb99945182adeb7ab750da.zip |
SONAR-6697 add new custom measures page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 14 |
1 files changed, 14 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 4a98a79471e..fd9b4b79784 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -466,6 +466,8 @@ manual_metrics.delete_manual_metric=Delete Manual Metric manual_metrics.delete_manual_metric_message=Are you sure that you want to delete manual metric "{0}"? \n Warning: all the associated manual measures will be deleted. manual_measures.page=Manual Measures manual_measures.page.description=Update the values of manual metrics for this project. Changes will take effect at the project's next analysis. Manual Metrics must be created at the global level. +custom_measures.page=Custom Measures +custom_measures.page.description=Update the values of custom metrics for this project. Changes will take effect at the project's next analysis. Custom metrics must be created at the global level. manual_rules.page=Manual Rules manual_rules.page.description=These rules are available for all projects. Manual issues can be created at project level via the component code viewer. manual_rules.delete_manual_rule=Delete Manual Rule @@ -1580,6 +1582,18 @@ manual_measures.pending_message=Pending measures are marked with orange box. The manual_measures.no_more_available_metric=All available manual metrics have a measure. manual_measures.to_define_new_manual_metric_il_require=You can define new manual metrics if required. + +#------------------------------------------------------------------------------ +# +# CUSTOM MEASURES +# +#------------------------------------------------------------------------------ + +custom_measures.pending=Pending +custom_measures.pending_tooltip=The value will be integrated to project during next analysis. + + + #------------------------------------------------------------------------------ # # MANUAL MEASURES |