diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-03-02 08:54:27 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-03-07 16:10:23 +0100 |
commit | 1ca986e90c183bce327bfb3d2c9094db8a3083e1 (patch) | |
tree | a3cd98cdb196033ca899d9de16ddad99b6b6b6c0 /sonar-core | |
parent | c74ef8d9e7ff550e19b94e0edc9b0eb1357451c7 (diff) | |
download | sonarqube-1ca986e90c183bce327bfb3d2c9094db8a3083e1.tar.gz sonarqube-1ca986e90c183bce327bfb3d2c9094db8a3083e1.zip |
SONAR-7402 Create new Measures page in the project space
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 12 |
1 files changed, 12 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 c8280f737a4..dcab3bf5134 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3232,3 +3232,15 @@ api_documentation.internal_tooltip=Use at your own risk; internal services are s # #------------------------------------------------------------------------------ code.open_component_page=Open Component's Page + + +#------------------------------------------------------------------------------ +# +# COMPONENT MEASURES +# +#------------------------------------------------------------------------------ +component_measures.tab.tree=Tree +component_measures.tab.list=List +component_measures.tab.bubbles=Bubble Chart +component_measures.tab.treemap=Treemap +component_measures.tab.history=History |