diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2019-03-06 11:54:33 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-03-26 13:37:56 +0100 |
commit | 8597e7bdd6628abb8c29986f36babf99a928bf64 (patch) | |
tree | d1a03b914d1bcfb5eec9669b078f91afe60049bb /sonar-core/src/main | |
parent | 48cf57ebe9cbdbf570e9c6ccdc834cb00803b8ad (diff) | |
download | sonarqube-8597e7bdd6628abb8c29986f36babf99a928bf64.tar.gz sonarqube-8597e7bdd6628abb8c29986f36babf99a928bf64.zip |
SONAR-11749 Add Jump to content links for assistive technology users
Diffstat (limited to 'sonar-core/src/main')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 7 |
1 files changed, 7 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 dbd7952dca2..43e6d90ecf9 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -173,6 +173,7 @@ x_selected={0} selected x_of_y_shown={0} of {1} shown size=Size skip=Skip +skip_to_content=Skip to main content status=Status support=Support table=Table @@ -546,6 +547,8 @@ permissions.page=Permissions quality_profiles.page=Quality Profiles quality_gates.page=Quality Gates issues.page=Issues +issues.skip_to_filters=Skip to issue filters +issues.skip_to_list=Skip to issues list view_projects.page=Projects portfolios.page=Portfolios project_activity.page=Activity @@ -777,6 +780,7 @@ projects.configure_analysis=Configure analysis projects.last_analysis_on_x=Last analysis: {0} projects.search=Search by project name or key projects.perspective=Perspective +projects.skip_to_filters=Skip to project filters projects.sort_by=Sort by projects.sort_ascending=Result sorted in ascending order projects.sort_descending=Result sorted in descending order @@ -1330,6 +1334,7 @@ coding_rules.rule_template=Rule Template coding_rules.rule_template.title=This rule can be used as a template to create custom rules, it cannot be activated on a profile coding_rules._rules=rules coding_rules.show_template=Show Template +coding_rules.skip_to_filters=Skip to rules filters coding_rules.to_select_rules=to select rules coding_rules.type.tooltip.CODE_SMELL=Code Smell Detection Rule coding_rules.type.tooltip.BUG=Bug Detection Rule @@ -2553,6 +2558,7 @@ api_documentation.search=Search by name... documentation.page=Documentation documentation.page_title=SonarCloud Docs documentation.on_this_page=On this page +documentation.skip_to_nav=Skip to documentation navigation #------------------------------------------------------------------------------ @@ -2589,6 +2595,7 @@ component_measures.to_select_files=to select files component_measures.to_navigate=to navigate component_measures.to_navigate_files=to next/previous file component_measures.hidden_best_score_metrics=There are {0} hidden components with a score of {1}. +component_measures.skip_to_filters=Skip to measure filters component_measures.overview.project_overview.facet=Project Overview component_measures.overview.project_overview.title=Risk |