From 5bc3a2dfed224d6bdaadc1ad718101772259eba1 Mon Sep 17 00:00:00 2001 From: Mohammad Mostafa Date: Fri, 16 Feb 2024 09:37:30 +0330 Subject: [PATCH] updated strings.properties --- src/main/resources/strings.properties | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/resources/strings.properties b/src/main/resources/strings.properties index b99d8be..87e513a 100644 --- a/src/main/resources/strings.properties +++ b/src/main/resources/strings.properties @@ -6,25 +6,25 @@ caretMovementPanel.wordSeparators.tabIncluded.label=Include tab character (\\t) caretMovementPanel.wordSeparators.comment=Word separators will be used to determine where the caret should stop. caretMovementPanel.wordSeparatorsBehaviour.label=Behaviour: caretMovementPanel.wordSeparatorsBehaviour.option1.label=Stop at character type change -caretMovementPanel.wordSeparatorsBehaviour.option1.comment=If caret movement begins at a word character, it should go until next word separator character.
If caret movement begins at a word separator character, it should go until next word character. +caretMovementPanel.wordSeparatorsBehaviour.option1.comment=If caret movement begins at a word character, it should go until next word separator character.
If caret movement begins at a word separator character, it should go until next word character. caretMovementPanel.wordSeparatorsBehaviour.option2.label=Stop at next same character type -caretMovementPanel.wordSeparatorsBehaviour.option2.comment=If caret movement begins at a word character, it should go until next word character, after passing word separator characters.
If caret movement begins at a word separator character, it should go until next word separator character, after passing word characters. -caretMovementPanel.wordSeparatorsBehaviour.comment=Glossary:
Word separator character: any character that you've defined in the word separators field.
Word character: all characters except those defined in the word separators field. +caretMovementPanel.wordSeparatorsBehaviour.option2.comment=If caret movement begins at a word character, it should go until next word character, after passing word separator characters.
If caret movement begins at a word separator character, it should go until next word separator character, after passing word characters. +caretMovementPanel.wordSeparatorsBehaviour.comment=Glossary:
Word separator character: any character that you've defined in the word separators field.
Word character: all characters except those defined in the word separators field. caretMovementPanel.hardStopSeparators.label=Hard Stop Characters: -caretMovementPanel.hardStopSeparators.comment=If caret reaches any of these characters, no matter where, it will stop.
If there are more than one hard stop characters in front/back of the caret, it will move one by one. +caretMovementPanel.hardStopSeparators.comment=If caret reaches any of these characters, no matter where, it will stop.
If there are more than one hard stop characters in front/back of the caret, it will move one by one. caretMovementPanel.sameElementMovementBehaviour.label=Same Element Movement Behaviour: caretMovementPanel.sameElementMovementBehaviour.option1.label=Start -caretMovementPanel.sameElementMovementBehaviour.option1.comment=Place caret at the start of the target PsiElement +caretMovementPanel.sameElementMovementBehaviour.option1.comment=Place caret at the start of the target PsiElement caretMovementPanel.sameElementMovementBehaviour.option2.label=Offset based -caretMovementPanel.sameElementMovementBehaviour.option2.comment=Place caret at the same offset (or end if offset overflows target PsiElement) of the target PsiElement +caretMovementPanel.sameElementMovementBehaviour.option2.comment=Place caret at the same offset (or end if offset overflows target PsiElement) of the target PsiElement caretMovementPanel.sameElementMovementBehaviour.option3.label=End -caretMovementPanel.sameElementMovementBehaviour.option3.comment=Place caret at the end of the target PsiElement +caretMovementPanel.sameElementMovementBehaviour.option3.comment=Place caret at the end of the target PsiElement ############################################################# findPanel.caseSensitiveCheckBox.label=Is find case-sensitive? -findPanel.caseSensitiveCheckBox.comment=Whether find-actions should be case-sensitive or not.
e.g. add selection to next occurrence. +findPanel.caseSensitiveCheckBox.comment=Whether find-actions should be case-sensitive or not.
e.g. add selection to next occurrence. ############################################################# caretEditingPanel.showPasteActionHintsCheckBox.label=Show highlighter hints for paste actions? -caretEditingPanel.showPasteActionHintsCheckBox.comment=Whether to show highlighter hints for paste actions (e.g. Set copy-paste word offset) or not. +caretEditingPanel.showPasteActionHintsCheckBox.comment=Whether to show highlighter hints for paste actions (e.g. Set copy-paste word offset) or not. ############################################################# macroPanel.addButton.label=Create New Macro macroPanel.removeButton.label=Remove Selected Macro