aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorWouter Admiraal <wouter.admiraal@sonarsource.com>2020-01-28 08:41:21 +0100
committersonartech <sonartech@sonarsource.com>2020-05-08 20:03:26 +0000
commitae779528b341900152976ceefbef862ce715dbe6 (patch)
treecca0f61c533e54510dd8dce3ecff20e096f47358 /sonar-core
parenta684f6e050ad537e268657951394c848f896ee1a (diff)
downloadsonarqube-ae779528b341900152976ceefbef862ce715dbe6.tar.gz
sonarqube-ae779528b341900152976ceefbef862ce715dbe6.zip
SONAR-12911 Code viewer is not accessible to blind users
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties8
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 1a059e1664a..ac445523a14 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2488,6 +2488,9 @@ source_viewer.view_all_issues=See all issues in this file
source_viewer.covered=Covered by the following tests
source_viewer.not_covered=Not covered by tests
source_viewer.conditions=conditions
+source_viewer.line_X=Line: {0}
+source_viewer.click_for_scm_info=Click to see SCM information
+source_viewer.author_X=Author: {0}
source_viewer.tooltip.duplicated_line=This line is duplicated. Click to see duplicated blocks.
source_viewer.tooltip.duplicated_block=Duplicated block. Click for details.
@@ -2498,6 +2501,11 @@ source_viewer.tooltip.partially-covered.conditions=Partially covered by tests ({
source_viewer.tooltip.uncovered=Not covered by tests.
source_viewer.tooltip.uncovered.conditions=Not covered by tests ({0} conditions).
source_viewer.tooltip.no_information_about_tests=There is no extra information about test files.
+source_viewer.tooltip.scm.commited_on=Committed on
+source_viewer.tooltip.scm.revision=Revision
+
+source_viewer.issues_on_line.show=Click to show all issues on this line
+source_viewer.issues_on_line.hide=Click to hide all issues on this line
source_viewer.load_more_code=Load More Code
source_viewer.loading_more_code=Loading More Code...