diff options
author | Revanshu Paliwal <revanshu.paliwal@sonarsource.com> | 2023-05-11 14:41:56 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-06-01 20:02:58 +0000 |
commit | a2597f5b3d3bb5b4e476bb3c4bf92a1b54200bc3 (patch) | |
tree | 9af875db535b9fcf16259ce76753d6c96ac1f948 /sonar-core | |
parent | cf7651008dc6326cd43624d92c45ed9c9b559283 (diff) | |
download | sonarqube-a2597f5b3d3bb5b4e476bb3c4bf92a1b54200bc3.tar.gz sonarqube-a2597f5b3d3bb5b4e476bb3c4bf92a1b54200bc3.zip |
SONAR-19174 Migrating code viewer to MIUI
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 8 |
1 files changed, 7 insertions, 1 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 58dfb084222..fc9ba129650 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3168,7 +3168,13 @@ source_viewer.loading_more_code=Loading More Code... source_viewer.expand_above=Show previous few lines of code source_viewer.expand_below=Show next few lines of code - +source_viewer.copy_permalink=Copy Permalink +source_viewer.copy_line=Copy Line +source_viewer.copied_to_clipboard=Copied to Clipboard +source_viewer.new_code=New Code +source_viewer.coverage.covered=Covered code +source_viewer.coverage.uncovered=Uncovered code +source_viewer.coverage.partially-covered=Partially covered code #------------------------------------------------------------------------------ # # WORKSPACE |