Update language master

This commit is contained in:
Nikolaj Olsson 2021-01-07 06:41:14 +01:00
parent b21d3a67b9
commit 7048a95089
2 changed files with 0 additions and 8 deletions

View File

@ -2384,8 +2384,6 @@ Continue?</RestoreDefaultSettingsMsg>
<TreatINQuoteAsING>Treat word ending " in' " as " ing " (English only)</TreatINQuoteAsING>
<RememberUseAlwaysList>Remember "Use always" list</RememberUseAlwaysList>
<LiveSpellCheck>Live spell check</LiveSpellCheck>
<LiveSpellCheckLanguage>Live spell check - Working with language [{0}]</LiveSpellCheckLanguage>
<NoDictionaryForLiveSpellCheck>Live spell check - You don't have dictionaries for this language [{0}]</NoDictionaryForLiveSpellCheck>
<ImageText>Image text</ImageText>
<SpellCheckCompleted>Spell check completed</SpellCheckCompleted>
<SpellCheckAborted>Spell check aborted</SpellCheckAborted>

View File

@ -6523,12 +6523,6 @@ namespace Nikse.SubtitleEdit.Logic
case "SpellCheck/LiveSpellCheck":
language.SpellCheck.LiveSpellCheck = reader.Value;
break;
case "SpellCheck/LiveSpellCheckLanguage":
language.SpellCheck.LiveSpellCheckLanguage = reader.Value;
break;
case "SpellCheck/NoDictionaryForLiveSpellCheck":
language.SpellCheck.NoDictionaryForLiveSpellCheck = reader.Value;
break;
case "SpellCheck/ImageText":
language.SpellCheck.ImageText = reader.Value;
break;