diff options
author | Johnny_M <klasse@partyheld.de> | 2021-06-26 14:56:48 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-06-26 20:07:12 +0200 |
commit | 2d06125f8c6b056973081564aea9a0231084c4e0 (patch) | |
tree | 83a883855660775483acad312d81da720902c1ee | |
parent | 3149f4b939f620610d73ea652282204014f7fdfb (diff) |
tdf#132643 Translate German section IDs
Change-Id: I02bedcebab5d622d7488e5b06811787f17b48c7c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117928
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/00/00000005.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/01/02100200.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/01/05030200.xhp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source/text/shared/00/00000005.xhp b/source/text/shared/00/00000005.xhp index 09dd1e2646..9c4b903b1b 100644 --- a/source/text/shared/00/00000005.xhp +++ b/source/text/shared/00/00000005.xhp @@ -285,7 +285,7 @@ <paragraph xml-lang="en-US" id="par_id3159118" role="paragraph">In $[officename], you can integrate external SQL databases. These may be located on your local hard disk as well as on the network. Access is achieved through <link href="text/shared/00/00000005.xhp#odbc">ODBC</link>, JDBC, or a native driver integrated into $[officename].</paragraph> </section> - <section id="schuster"> + <section id="widows_and_orphans"> <h2 xml-lang="en-US" id="hd_id3166423">Widows and Orphans</h2> <paragraph xml-lang="en-US" id="par_id3149448" role="paragraph">Widows and orphans are historical typography terms, which have been in use for many years. A widow refers to a short line at the end of a paragraph, which when printed, appears alone at the top of the next page. An orphan is, in contrast, the first line of a paragraph printed alone at the bottom of the previous page. In a $[officename] text document you can automatically prevent such occurrences in the desired Paragraph Style. When doing so, you can determine the minimum amount of lines to be kept together on a page.</paragraph> </section> diff --git a/source/text/shared/01/02100200.xhp b/source/text/shared/01/02100200.xhp index f590e61a80..da757b8d46 100644 --- a/source/text/shared/01/02100200.xhp +++ b/source/text/shared/01/02100200.xhp @@ -119,7 +119,7 @@ </section> <section id="Section22"> <h3 id="hd_id3148388" xml-lang="en-US">Orphans</h3> - <paragraph role="paragraph" id="par_id3156737" xml-lang="en-US">Finds the <link href="text/shared/00/00000005.xhp#schuster"><emph>Orphan Control</emph></link> attribute.</paragraph> + <paragraph role="paragraph" id="par_id3156737" xml-lang="en-US">Finds the <link href="text/shared/00/00000005.xhp#widows_and_orphans"><emph>Orphan Control</emph></link> attribute.</paragraph> </section> <section id="Section23"> <h3 id="hd_id3153159" xml-lang="en-US">Page Style</h3> diff --git a/source/text/swriter/01/05030200.xhp b/source/text/swriter/01/05030200.xhp index c5d380fe9d..daaaf4492a 100644 --- a/source/text/swriter/01/05030200.xhp +++ b/source/text/swriter/01/05030200.xhp @@ -96,6 +96,6 @@ <embed href="text/shared/00/00000001.xhp#reset"/> <embed href="text/shared/00/00000001.xhp#apply"/> <embed href="text/shared/00/00000004.xhp#related"/> -<paragraph role="paragraph" id="par_id3155860" xml-lang="en-US"><link href="text/shared/00/00000005.xhp#schuster" name="Orphans">Orphans</link>.</paragraph> +<paragraph role="paragraph" id="par_id3155860" xml-lang="en-US"><link href="text/shared/00/00000005.xhp#widows_and_orphans" name="Orphans">Orphans</link>.</paragraph> </body> </helpdocument> |