diff options
author | Jeremy Davis <jeremy.davis@sonarsource.com> | 2022-08-02 18:33:36 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-08-03 20:03:24 +0000 |
commit | c98524e072ba7dac9472a996b834a499c637e784 (patch) | |
tree | efd32ca03f66e6749a9dd3d9b54c07169d187306 /sonar-core | |
parent | 44dcee705fa9582238aa7db8b4b5b5f1a0fec2b6 (diff) | |
download | sonarqube-c98524e072ba7dac9472a996b834a499c637e784.tar.gz sonarqube-c98524e072ba7dac9472a996b834a499c637e784.zip |
SONAR-16690 [891550] Character key shortcuts exist and cannot be modified or turned off
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 6 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 7b55d519338..69ce21fc96e 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2060,6 +2060,11 @@ my_account.reset_password.explain=This account should not use the default passwo my_account.create_new_project_portfolio_or_application=Analyze new project / Create new portfolio or application +my_account.preferences=Preferences +my_account.preferences.keyboard_shortcuts=Enable Keyboard Shortcuts +my_account.preferences.keyboard_shortcuts.description=Some actions can be performed using keyboard shortcuts. If you do not want to use these shortcuts, you can disable them here (this won't disable navigation shortcuts, which include the arrows, escape, and enter keys). For a list of available keyboard shortcuts, use the question mark shortcut (hit {questionMark} on your keyboard). +my_account.preferences.keyboard_shortcuts.enabled=Keyboard shortcuts are enabled +my_account.preferences.keyboard_shortcuts.disabled=Keyboard shortcuts are disabled #------------------------------------------------------------------------------ # @@ -2709,6 +2714,7 @@ formatting.helplink=Formatting Help #------------------------------------------------------------------------------ keyboard_shortcuts.title=Keyboard Shortcuts +keyboard_shortcuts.disable_link=Disable shortcuts keyboard_shortcuts.shortcut=Shortcut keyboard_shortcuts.action=Action keyboard_shortcuts.global.title=Global |