Translations:Kdenlive/Manual/Timeline/Editing/156/en: Difference between revisions

From KDE UserBase Wiki
(Importing a new version from external source)
(Importing a new version from external source)
Line 1: Line 1:
{{Tip| SRT supports markup for: bold, italic, underline, and text color.
{{Tip| SRT supports markup for: bold, italic, underline, text color and line break.
* <code><nowiki> <b>text in boldface</b> </nowiki></code>
* <code><nowiki> <b>text in boldface</b> </nowiki></code>
* <code><nowiki> <i>text in italics</i> </nowiki></code>
* <code><nowiki> <i>text in italics</i> </nowiki></code>
Line 6: Line 6:
* And all combined: <nowiki>  <font color="#00ff00"><b><i><u>All combined</u></i></b></font> </nowiki>     
* And all combined: <nowiki>  <font color="#00ff00"><b><i><u>All combined</u></i></b></font> </nowiki>     
<!--}}-->
<!--}}-->
* '''Line break:''' Add on the end of each line a <code><nowiki><br></nowiki></code> (for break). Now the srt file is stored correct and reopened with the line break. The subtitle in the subtitle window will be all in 1 line after several save but the breaks is working.

Revision as of 04:13, 31 May 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Kdenlive/Manual/Timeline/Editing)
{{Tip| SRT supports markup for: bold, italic, underline, text color and line break.
* <code><nowiki> <b>text in boldface</b> </nowiki></code>
* <code><nowiki> <i>text in italics</i> </nowiki></code>
* <code><nowiki> <u>text underlined</u> </nowiki></code>
* <code><nowiki> <font color="#00ff00"> text in green</font> </nowiki></code> you can use the font tag only to change color.
* And all combined: <nowiki>  <font color="#00ff00"><b><i><u>All combined</u></i></b></font> </nowiki>     
<!--}}-->
* '''Line break:''' Add on the end of each line a <code><nowiki><br></nowiki></code> (for break). Now the srt file is stored correct and reopened with the line break. The subtitle in the subtitle window will be all in 1 line after several save but the breaks is working.

{{Tip| SRT supports markup for: bold, italic, underline, text color and line break.

  • <b>text in boldface</b>
  • <i>text in italics</i>
  • <u>text underlined</u>
  • <font color="#00ff00"> text in green</font> you can use the font tag only to change color.
  • And all combined: <font color="#00ff00"><b><i><u>All combined</u></i></b></font>
  • Line break: Add on the end of each line a <br> (for break). Now the srt file is stored correct and reopened with the line break. The subtitle in the subtitle window will be all in 1 line after several save but the breaks is working.