mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Update translation
This commit is contained in:
parent
b25b2a0e2e
commit
ad61fe2671
@ -2880,6 +2880,7 @@ Continue?</RestoreDefaultSettingsMsg>
|
|||||||
<CopyXOfY>Copy {0} of {1}</CopyXOfY>
|
<CopyXOfY>Copy {0} of {1}</CopyXOfY>
|
||||||
<New>New</New>
|
<New>New</New>
|
||||||
<Remove>Remove</Remove>
|
<Remove>Remove</Remove>
|
||||||
|
<ReplaceWith>Replace with...</ReplaceWith>
|
||||||
<RemoveAll>Remove all</RemoveAll>
|
<RemoveAll>Remove all</RemoveAll>
|
||||||
<ImportStyleFromFile>Import style from file...</ImportStyleFromFile>
|
<ImportStyleFromFile>Import style from file...</ImportStyleFromFile>
|
||||||
<ExportStyleToFile>Export style to file... (will add style if file already exists)</ExportStyleToFile>
|
<ExportStyleToFile>Export style to file... (will add style if file already exists)</ExportStyleToFile>
|
||||||
|
@ -7891,6 +7891,9 @@ namespace Nikse.SubtitleEdit.Logic
|
|||||||
case "SubStationAlphaStyles/Remove":
|
case "SubStationAlphaStyles/Remove":
|
||||||
language.SubStationAlphaStyles.Remove = reader.Value;
|
language.SubStationAlphaStyles.Remove = reader.Value;
|
||||||
break;
|
break;
|
||||||
|
case "SubStationAlphaStyles/ReplaceWith":
|
||||||
|
language.SubStationAlphaStyles.ReplaceWith = reader.Value;
|
||||||
|
break;
|
||||||
case "SubStationAlphaStyles/RemoveAll":
|
case "SubStationAlphaStyles/RemoveAll":
|
||||||
language.SubStationAlphaStyles.RemoveAll = reader.Value;
|
language.SubStationAlphaStyles.RemoveAll = reader.Value;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user