diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2023-02-01 13:07:32 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-02-03 14:26:00 +0000 |
commit | 8f72091b04eb22c28339e89c603e3f52ad26d4a4 (patch) | |
tree | 67d6b3ee0390cde269c4545c456eaa338a770bd0 /sonar-core/src | |
parent | f878f29cfe8940a3b291cd54a4b951f668dde2a5 (diff) | |
download | sonarqube-8f72091b04eb22c28339e89c603e3f52ad26d4a4.tar.gz sonarqube-8f72091b04eb22c28339e89c603e3f52ad26d4a4.zip |
SONAR-18067 Buttons have same name but different actions
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 8 |
1 files changed, 8 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 e188285828e..5989351b9ef 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1012,6 +1012,7 @@ issues.facet.owaspTop10_2021=OWASP Top 10 2021 issues.facet.sansTop25=SANS Top 25 issues.facet.sonarsourceSecurity=SonarSource issues.facet.cwe=CWE +issues.facet.sonarsource.show_more=Show more SonarSource categories #------------------------------------------------------------------------------ # @@ -2023,6 +2024,13 @@ coding_rules.facet.template=Template coding_rules.facet.rule_key=Rule coding_rules.facet.types=Type +coding_rules.facet.language.show_more=Show more languages +coding_rules.facet.language.show_less=Show less languages +coding_rules.facet.tag.show_more=Show more tags +coding_rules.facet.tag.show_less=Show less tags +coding_rules.facet.repository.show_more=Show more repositories +coding_rules.facet.repository.show_less=Show less repositories + coding_rules.facets.languages=Languages coding_rules.facets.tags=Tags coding_rules.facets.repositories=Repositories |