diff options
author | Johnny_M <klasse@partyheld.de> | 2020-10-27 11:55:33 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-10-28 20:05:11 +0100 |
commit | 1dda9b622337bc3cacc2a690ed44a3e86e8ab3cf (patch) | |
tree | f3f156e2a76a09c59f7b5252f25dccb8961c48ff /source/text | |
parent | 3dff4c970ef5c91ccf33e46742ee9c6778563472 (diff) |
tdf#132643 Translate German section IDs
Change-Id: I0c78485c62bf9c7ee440f19259628c1af63b0a45
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104874
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text')
-rw-r--r-- | source/text/sdraw/main0101.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/00/00000401.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/01/01170000.xhp | 4 | ||||
-rw-r--r-- | source/text/smath/main0101.xhp | 2 |
4 files changed, 4 insertions, 6 deletions
diff --git a/source/text/sdraw/main0101.xhp b/source/text/sdraw/main0101.xhp index 9fbb9951f3..dc00fa9c65 100644 --- a/source/text/sdraw/main0101.xhp +++ b/source/text/sdraw/main0101.xhp @@ -54,6 +54,6 @@ <embed href="text/shared/01/webhtml.xhp#webhtml"/> <embed href="text/shared/01/01130000.xhp#print"/> <embed href="text/shared/01/01140000.xhp#printersetup"/> - <embed href="text/shared/01/01170000.xhp#beenden"/> + <embed href="text/shared/01/01170000.xhp#exit"/> </body> </helpdocument> diff --git a/source/text/shared/00/00000401.xhp b/source/text/shared/00/00000401.xhp index a071980990..07ba7f9d50 100644 --- a/source/text/shared/00/00000401.xhp +++ b/source/text/shared/00/00000401.xhp @@ -329,7 +329,7 @@ </case> </switch> </section> -<section id="beenden"> +<section id="exit"> <paragraph role="paragraph" id="par_id3155869" xml-lang="en-US">Choose <menuitem>File - Exit %PRODUCTNAME</menuitem>.</paragraph> <paragraph role="paragraph" id="par_id3152382" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Q</keycode></paragraph> </section> diff --git a/source/text/shared/01/01170000.xhp b/source/text/shared/01/01170000.xhp index 4380f7afa2..e1cb9ae689 100644 --- a/source/text/shared/01/01170000.xhp +++ b/source/text/shared/01/01170000.xhp @@ -26,16 +26,14 @@ </meta> <body> <section id="exit"> - <section id="beenden"><comment>Can we remove this?</comment> <bookmark xml-lang="en-US" branch="index" id="bm_id3154545"><bookmark_value>exiting;$[officename]</bookmark_value> </bookmark><comment>mw made "exiting..." a two level entry</comment> <bookmark xml-lang="en-US" branch="hid/.uno:Quit" id="bm_id3155619" localize="false"/> <h1 id="hd_id3154545" xml-lang="en-US"><link href="text/shared/01/01170000.xhp" name="Exit">Exit %PRODUCTNAME</link></h1> <paragraph role="paragraph" id="par_id3151299" xml-lang="en-US"><ahelp hid=".">Closes all %PRODUCTNAME programs and prompts you to save your changes.</ahelp> This command does not exist on macOS systems.</paragraph> - </section> </section> <section id="howtoget"> - <embed href="text/shared/00/00000401.xhp#beenden"/> + <embed href="text/shared/00/00000401.xhp#exit"/> </section> <section id="relatedtopics"> <paragraph role="paragraph" id="par_id3154184" xml-lang="en-US"><link href="text/shared/01/01050000.xhp" name="Close the current document">Close the current document</link></paragraph> diff --git a/source/text/smath/main0101.xhp b/source/text/smath/main0101.xhp index 44637af01b..03eeaee467 100644 --- a/source/text/smath/main0101.xhp +++ b/source/text/smath/main0101.xhp @@ -49,6 +49,6 @@ <embed href="text/shared/01/01100000.xhp#properties"/> <embed href="text/shared/01/01130000.xhp#print"/> <embed href="text/shared/01/01140000.xhp#printersetup"/> - <embed href="text/shared/01/01170000.xhp#beenden"/> + <embed href="text/shared/01/01170000.xhp#exit"/> </body> </helpdocument> |