diff options
author | Johnny_M <klasse@partyheld.de> | 2021-07-16 12:28:00 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-07-19 15:21:13 +0200 |
commit | 5d2c62b18ac9c553c53f28a83beaa484ff4339be (patch) | |
tree | 92b81b2b20b7b49e2f16bbf6079547a10aab90b4 /source/text/schart | |
parent | 9b9111bc680a5e5a23e5fe6c6db98532430eb2c9 (diff) |
tdf#132643 Translate German section IDs
Change-Id: I0d7cc4572918ee0ad759a9a8d6a94bce2806ad4d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/119030
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/schart')
-rw-r--r-- | source/text/schart/01/05010000.xhp | 4 | ||||
-rw-r--r-- | source/text/schart/01/05010100.xhp | 2 | ||||
-rw-r--r-- | source/text/schart/01/05010200.xhp | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/source/text/schart/01/05010000.xhp b/source/text/schart/01/05010000.xhp index edd67f84c5..217bb479a9 100644 --- a/source/text/schart/01/05010000.xhp +++ b/source/text/schart/01/05010000.xhp @@ -54,8 +54,8 @@ <embed href="text/schart/01/05040200.xhp#yachse"/> <paragraph role="heading" id="hd_id3166432" xml-lang="en-US" level="2"><link href="text/schart/01/05050100.xhp" name="Grid">Grid</link></paragraph> <embed href="text/schart/01/05050100.xhp#gitter"/> -<embed href="text/schart/01/05010100.xhp#datenpunkt"/> -<embed href="text/schart/01/05010200.xhp#datenreihe"/> +<embed href="text/schart/01/05010100.xhp#data_point"/> +<embed href="text/schart/01/05010200.xhp#data_series"/> <embed href="text/shared/00/00000001.xhp#reset"/> </body> </helpdocument> diff --git a/source/text/schart/01/05010100.xhp b/source/text/schart/01/05010100.xhp index 4b6d5ce36a..bd3d9c576a 100644 --- a/source/text/schart/01/05010100.xhp +++ b/source/text/schart/01/05010100.xhp @@ -29,7 +29,7 @@ <body> - <section id="datenpunkt"> + <section id="data_point"> <h1 id="hd_id3153768"><link href="text/schart/01/05010100.xhp" name="Data Point">Data Point</link></h1> <paragraph xml-lang="en-US" role="paragraph" id="par_id3152577">This dialog allows you to change the properties of a selected data point. The dialog appears when there is only one data point selected when you choose <emph>Format - Format Selection</emph>. Some of the menu entries are only available for 2D or 3D charts.</paragraph> </section> diff --git a/source/text/schart/01/05010200.xhp b/source/text/schart/01/05010200.xhp index c2ec60e1a9..1a30f576cc 100644 --- a/source/text/schart/01/05010200.xhp +++ b/source/text/schart/01/05010200.xhp @@ -24,7 +24,7 @@ </topic> </meta> <body> -<section id="datenreihe"> +<section id="data_series"> <h1 id="hd_id3150449"><link href="text/schart/01/05010200.xhp" name="Data Series">Data Series</link></h1> <paragraph role="paragraph" id="par_id3145750" xml-lang="en-US">Use this to change the properties of a selected data series. This dialog appears when one data series is selected when you choose <emph>Format - Format Selection</emph>. Some of the menu entries are only available for 2D or 3D charts.</paragraph> </section> |