aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorstanislavh <stanislav.honcharov@sonarsource.com>2024-11-28 15:07:52 +0100
committersonartech <sonartech@sonarsource.com>2024-11-29 20:03:05 +0000
commit86455202929335f50ad609427eef71f43a2e753c (patch)
treef3c6edf1eaf78b92658cc021fc386f598969ac2f /sonar-core/src
parent8c5df648a3ac7917027ad002d3a59403d90a4ea6 (diff)
downloadsonarqube-86455202929335f50ad609427eef71f43a2e753c.tar.gz
sonarqube-86455202929335f50ad609427eef71f43a2e753c.zip
SONAR-22326 Fix a11y issues in header and project branch selector
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties3
1 files changed, 3 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 21d5616bea8..c4f1ee47089 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -334,6 +334,7 @@ new_violations=New violations
new_window=New window
no_data=No data
no_measure_value_x=No measure value for {0}
+results_shown_x={count} results shown
no_results=No results
no_results_for_x=No results for "{0}"
no_results_search=We couldn't find any results matching selected criteria.
@@ -5545,7 +5546,9 @@ branches.see_the_pr_on_x=See the PR on {0}
#------------------------------------------------------------------------------
branch_like_navigation.manage=Manage branches and Pull Requests
branch_like_navigation.search_for_branch_like=Search for branches or Pull Requests...
+branch_like_navigation.list=Branches and Pull Requests
branch_like_navigation.pull_requests=Pull Requests
+branch_like_navigation.pull_requests_targeting=Pull Requests targeting "{branch}"
branch_like_navigation.orphan_pull_requests=Orphan Pull Requests
branch_like_navigation.orphan_pull_requests.tooltip=When the base of a Pull Request is deleted, this Pull Request becomes orphan.
branch_like_navigation.for_merge_into_x_from_y=for merge into {target} from {branch}