diff options
author | Johnny_M <klasse@partyheld.de> | 2020-06-11 15:44:51 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-13 12:30:51 +0200 |
commit | c448b50186168a9f4c942fc0322809f483ba501e (patch) | |
tree | 2cb4f28e0b4476fc483d9df75f0df7067ef2e578 | |
parent | 08701b966e260d51fad99b4edbf08d63bd1cc4c5 (diff) |
tdf#132643 Translate German section IDs
Change-Id: I1c2e7d4fe447a850a56ccec2879b7e06c1fba3d4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96152
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rwxr-xr-x | helpers/find-invalid-help-embeds.sh | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/03010000.xhp | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/03010300.xhp | 2 | ||||
-rw-r--r-- | source/text/simpress/01/03180000.xhp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/helpers/find-invalid-help-embeds.sh b/helpers/find-invalid-help-embeds.sh index 5c70fd5124..bdb849910f 100755 --- a/helpers/find-invalid-help-embeds.sh +++ b/helpers/find-invalid-help-embeds.sh @@ -11,7 +11,7 @@ # No parameters are used. # Example output of this git grep: -# source/text/sbasic/shared/03010000.xhp: <embed href="text/sbasic/shared/03010300.xhp#farbe"/> +# source/text/sbasic/shared/03010000.xhp: <embed href="text/sbasic/shared/03010300.xhp#color"/> lines=$(git grep "embed href=" source/); while read nextline ; do diff --git a/source/text/sbasic/shared/03010000.xhp b/source/text/sbasic/shared/03010000.xhp index ce510f0adb..90032922e9 100644 --- a/source/text/sbasic/shared/03010000.xhp +++ b/source/text/sbasic/shared/03010000.xhp @@ -36,6 +36,6 @@ </section> <embed href="text/sbasic/shared/03010100.xhp#output"/> <embed href="text/sbasic/shared/03010200.xhp#eingabe"/> - <embed href="text/sbasic/shared/03010300.xhp#farbe"/> + <embed href="text/sbasic/shared/03010300.xhp#color"/> </body> </helpdocument> diff --git a/source/text/sbasic/shared/03010300.xhp b/source/text/sbasic/shared/03010300.xhp index 0e06f5dc3c..29872415ff 100644 --- a/source/text/sbasic/shared/03010300.xhp +++ b/source/text/sbasic/shared/03010300.xhp @@ -32,7 +32,7 @@ <body> - <section id="farbe"> + <section id="color"> <paragraph id="hd_id3157896" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03010300.xhp" name="Color Functions">Color Functions</link></paragraph> <paragraph role="paragraph" id="par_id3155555" xml-lang="en-US">This section describes Runtime functions used to define colors.</paragraph> </section> diff --git a/source/text/simpress/01/03180000.xhp b/source/text/simpress/01/03180000.xhp index e4b78d8c37..8440b9faaf 100644 --- a/source/text/simpress/01/03180000.xhp +++ b/source/text/simpress/01/03180000.xhp @@ -42,7 +42,7 @@ <section id="howtoget"> <embed href="text/simpress/00/00000403.xhp#quali"/> </section> -<section id="farbe"> +<section id="color"> <bookmark xml-lang="en-US" branch="hid/.uno:OutputQualityColor" id="bm_id7966559" localize="false"/> <paragraph role="heading" id="hd_id3149123" xml-lang="en-US" level="2">Color</paragraph> <paragraph role="paragraph" id="par_id3154757" xml-lang="en-US"><ahelp hid=".">Shows slides in color.</ahelp></paragraph> |