Unify name of shortcut

"offset" vs "off-set" - is now all "offset"
This commit is contained in:
Nikolaj Olsson 2020-03-28 15:18:47 +01:00
parent 8cf5591b79
commit 9294fface6
2 changed files with 7 additions and 7 deletions

View File

@ -1262,7 +1262,7 @@ Go to "Options -> Settings -> Tools" to enter your Google translate API ke
<SetEndTimeAndGoToNext>Set &amp;end &amp;&amp; go to next</SetEndTimeAndGoToNext> <SetEndTimeAndGoToNext>Set &amp;end &amp;&amp; go to next</SetEndTimeAndGoToNext>
<AdjustedViaEndTime>Adjusted via end time {0}</AdjustedViaEndTime> <AdjustedViaEndTime>Adjusted via end time {0}</AdjustedViaEndTime>
<SetEndTime>Set e&amp;nd time</SetEndTime> <SetEndTime>Set e&amp;nd time</SetEndTime>
<SetstartTimeAndOffsetOfRest>Set sta&amp;rt and off-set the rest</SetstartTimeAndOffsetOfRest> <SetstartTimeAndOffsetOfRest>Set sta&amp;rt and offset the rest</SetstartTimeAndOffsetOfRest>
<SearchTextOnline>Search text online</SearchTextOnline> <SearchTextOnline>Search text online</SearchTextOnline>
<GoogleTranslate>Google translate</GoogleTranslate> <GoogleTranslate>Google translate</GoogleTranslate>
<GoogleIt>Google it</GoogleIt> <GoogleIt>Google it</GoogleIt>
@ -1476,8 +1476,8 @@ Continue?</SubtitleAppendPrompt>
<BeforeTimeCodeImport>Before import of time codes</BeforeTimeCodeImport> <BeforeTimeCodeImport>Before import of time codes</BeforeTimeCodeImport>
<TimeCodeImportedFromXY>Time codes imported from {0}: {1}</TimeCodeImportedFromXY> <TimeCodeImportedFromXY>Time codes imported from {0}: {1}</TimeCodeImportedFromXY>
<BeforeInsertSubtitleAtVideoPosition>Before insert subtitle at video position</BeforeInsertSubtitleAtVideoPosition> <BeforeInsertSubtitleAtVideoPosition>Before insert subtitle at video position</BeforeInsertSubtitleAtVideoPosition>
<BeforeSetStartTimeAndOffsetTheRest>Before set start time and off-set the rest</BeforeSetStartTimeAndOffsetTheRest> <BeforeSetStartTimeAndOffsetTheRest>Before set start time and offset the rest</BeforeSetStartTimeAndOffsetTheRest>
<BeforeSetEndTimeAndOffsetTheRest>Before set end time and off-set the rest</BeforeSetEndTimeAndOffsetTheRest> <BeforeSetEndTimeAndOffsetTheRest>Before set end time and offset the rest</BeforeSetEndTimeAndOffsetTheRest>
<BeforeSetEndAndVideoPosition>Before set end time at video position and auto calculate start</BeforeSetEndAndVideoPosition> <BeforeSetEndAndVideoPosition>Before set end time at video position and auto calculate start</BeforeSetEndAndVideoPosition>
<ContinueWithCurrentSpellCheck>Continue with current spell check?</ContinueWithCurrentSpellCheck> <ContinueWithCurrentSpellCheck>Continue with current spell check?</ContinueWithCurrentSpellCheck>
<CharactersPerSecond>Chars/sec: {0:0.00}</CharactersPerSecond> <CharactersPerSecond>Chars/sec: {0:0.00}</CharactersPerSecond>

View File

@ -1372,8 +1372,8 @@ namespace Nikse.SubtitleEdit.Core
BeforeTimeCodeImport = "Before import of time codes", BeforeTimeCodeImport = "Before import of time codes",
TimeCodeImportedFromXY = "Time codes imported from {0}: {1}", TimeCodeImportedFromXY = "Time codes imported from {0}: {1}",
BeforeInsertSubtitleAtVideoPosition = "Before insert subtitle at video position", BeforeInsertSubtitleAtVideoPosition = "Before insert subtitle at video position",
BeforeSetStartTimeAndOffsetTheRest = "Before set start time and off-set the rest", BeforeSetStartTimeAndOffsetTheRest = "Before set start time and offset the rest",
BeforeSetEndTimeAndOffsetTheRest = "Before set end time and off-set the rest", BeforeSetEndTimeAndOffsetTheRest = "Before set end time and offset the rest",
BeforeSetEndAndVideoPosition = "Before set end time at video position and auto calculate start", BeforeSetEndAndVideoPosition = "Before set end time at video position and auto calculate start",
ContinueWithCurrentSpellCheck = "Continue with current spell check?", ContinueWithCurrentSpellCheck = "Continue with current spell check?",
CharactersPerSecond = "Chars/sec: {0:0.00}", CharactersPerSecond = "Chars/sec: {0:0.00}",
@ -1781,7 +1781,7 @@ namespace Nikse.SubtitleEdit.Core
SetEndTimeAndGoToNext = "Set &end && go to next", SetEndTimeAndGoToNext = "Set &end && go to next",
AdjustedViaEndTime = "Adjusted via end time {0}", AdjustedViaEndTime = "Adjusted via end time {0}",
SetEndTime = "Set e&nd time", SetEndTime = "Set e&nd time",
SetstartTimeAndOffsetOfRest = "Set sta&rt and off-set the rest", SetstartTimeAndOffsetOfRest = "Set sta&rt and offset the rest",
GoogleIt = "Google it", GoogleIt = "Google it",
GoogleTranslate = "Google translate", GoogleTranslate = "Google translate",