diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2023-03-03 13:48:04 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-03-06 20:03:37 +0000 |
commit | 2ef9e45cf45c5fb14c61981f880249eb36dc0029 (patch) | |
tree | 3489bca878b32f177bfcd941c205e22577c8b26f /sonar-core/src | |
parent | e2874ce9c4a4fc154e51b8e26a80ec2281eb7628 (diff) | |
download | sonarqube-2ef9e45cf45c5fb14c61981f880249eb36dc0029.tar.gz sonarqube-2ef9e45cf45c5fb14c61981f880249eb36dc0029.zip |
SONAR-18593 Migrate rtl for settings
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 1 insertions, 3 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 7489c7bdc5c..9cd62fcc56e 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -140,8 +140,6 @@ new_name=New name none=None no_tags=No tags not_now=Not now -off=Off -on=On or=Or open=Open optional=Optional @@ -244,7 +242,6 @@ no=No valid_input=Valid input - #------------------------------------------------------------------------------ # # GENERIC EXPRESSIONS, sorted alphabetically @@ -1164,6 +1161,7 @@ settings.reset_confirm.title=Reset Setting settings.reset_confirm.description=Are you sure that you want to reset this setting? settings.definition.reset=Reset "{0}" to default values settings.definition.delete_value=Delete value "{1}" for setting "{0}" +settings.definitions.delete_fields=Delete row {1} for setting "{0}" settings.search.placeholder=Find in Settings settings.search.results=Search results list |