Update translation

This commit is contained in:
niksedk 2022-12-31 20:17:40 +01:00
parent b25b2a0e2e
commit ad61fe2671
2 changed files with 4 additions and 0 deletions

View File

@ -2880,6 +2880,7 @@ Continue?</RestoreDefaultSettingsMsg>
<CopyXOfY>Copy {0} of {1}</CopyXOfY>
<New>New</New>
<Remove>Remove</Remove>
<ReplaceWith>Replace with...</ReplaceWith>
<RemoveAll>Remove all</RemoveAll>
<ImportStyleFromFile>Import style from file...</ImportStyleFromFile>
<ExportStyleToFile>Export style to file... (will add style if file already exists)</ExportStyleToFile>

View File

@ -7891,6 +7891,9 @@ namespace Nikse.SubtitleEdit.Logic
case "SubStationAlphaStyles/Remove":
language.SubStationAlphaStyles.Remove = reader.Value;
break;
case "SubStationAlphaStyles/ReplaceWith":
language.SubStationAlphaStyles.ReplaceWith = reader.Value;
break;
case "SubStationAlphaStyles/RemoveAll":
language.SubStationAlphaStyles.RemoveAll = reader.Value;
break;