mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Update translation + change log
This commit is contained in:
parent
2c9c676f91
commit
08dfb73eea
@ -16,6 +16,7 @@
|
|||||||
* Update French translation - thx Pierre
|
* Update French translation - thx Pierre
|
||||||
* Update Greek translation - thx PMitsakis
|
* Update Greek translation - thx PMitsakis
|
||||||
* Allower for larger files via drop to list view - thx Jim
|
* Allower for larger files via drop to list view - thx Jim
|
||||||
|
* Improve "Generate transparent video with subs" box settings - thx JeditPro
|
||||||
* FIXED:
|
* FIXED:
|
||||||
* Fix crash in TTML IMSC 1.1 - thx Louie
|
* Fix crash in TTML IMSC 1.1 - thx Louie
|
||||||
* Fix Romanian translation version number - thx MediaExpres
|
* Fix Romanian translation version number - thx MediaExpres
|
||||||
|
@ -3139,6 +3139,9 @@ Continue?</RestoreDefaultSettingsMsg>
|
|||||||
<Angle>Angle</Angle>
|
<Angle>Angle</Angle>
|
||||||
<BoxPerLine>Box per line (use outline color)</BoxPerLine>
|
<BoxPerLine>Box per line (use outline color)</BoxPerLine>
|
||||||
<BoxMultiLine>One box (use shadow color)</BoxMultiLine>
|
<BoxMultiLine>One box (use shadow color)</BoxMultiLine>
|
||||||
|
<BoxPerLineShort>Box per line</BoxPerLineShort>
|
||||||
|
<BoxMultiLineShort>One box</BoxMultiLineShort>
|
||||||
|
<BoxType>Box type</BoxType>
|
||||||
<DuplicateStyleNames>Duplicate style names: {0}</DuplicateStyleNames>
|
<DuplicateStyleNames>Duplicate style names: {0}</DuplicateStyleNames>
|
||||||
</SubStationAlphaStyles>
|
</SubStationAlphaStyles>
|
||||||
<SubStationAlphaStylesCategoriesManager>
|
<SubStationAlphaStylesCategoriesManager>
|
||||||
|
@ -8617,6 +8617,15 @@ namespace Nikse.SubtitleEdit.Logic
|
|||||||
case "SubStationAlphaStyles/BoxMultiLine":
|
case "SubStationAlphaStyles/BoxMultiLine":
|
||||||
language.SubStationAlphaStyles.BoxMultiLine = reader.Value;
|
language.SubStationAlphaStyles.BoxMultiLine = reader.Value;
|
||||||
break;
|
break;
|
||||||
|
case "SubStationAlphaStyles/BoxPerLineShort":
|
||||||
|
language.SubStationAlphaStyles.BoxPerLineShort = reader.Value;
|
||||||
|
break;
|
||||||
|
case "SubStationAlphaStyles/BoxMultiLineShort":
|
||||||
|
language.SubStationAlphaStyles.BoxMultiLineShort = reader.Value;
|
||||||
|
break;
|
||||||
|
case "SubStationAlphaStyles/BoxType":
|
||||||
|
language.SubStationAlphaStyles.BoxType = reader.Value;
|
||||||
|
break;
|
||||||
case "SubStationAlphaStyles/DuplicateStyleNames":
|
case "SubStationAlphaStyles/DuplicateStyleNames":
|
||||||
language.SubStationAlphaStyles.DuplicateStyleNames = reader.Value;
|
language.SubStationAlphaStyles.DuplicateStyleNames = reader.Value;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user