diff options
author | Johnny_M <klasse@partyheld.de> | 2020-06-11 17:03:59 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-13 12:36:54 +0200 |
commit | 840c1a345c75a872409b69c4e665cd1d617e885d (patch) | |
tree | 8f15e889cdb91907ce1e920b5c1b3cb46b071e3b | |
parent | 7a4ad1578df5118941751ec53fac9ac88ddef59c (diff) |
tdf#132643 Translate German section IDs
Change-Id: I0466f899f94829917988be5466e8ca1a0f68130f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96158
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sbasic/shared/01000000.xhp | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/01020000.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/02/01170100.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/02/01170102.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/02/01170200.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/02/01170203.xhp | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/source/text/sbasic/shared/01000000.xhp b/source/text/sbasic/shared/01000000.xhp index 837693d151..37d02f0ef4 100644 --- a/source/text/sbasic/shared/01000000.xhp +++ b/source/text/sbasic/shared/01000000.xhp @@ -37,7 +37,7 @@ <paragraph role="paragraph" id="par_id3153708" xml-lang="en-US">This is where you find general information about working with macros and $[officename] Basic.</paragraph> </section> <embed href="text/sbasic/shared/01010210.xhp#modular"/> - <embed href="text/sbasic/shared/01020000.xhp#daten"/> + <embed href="text/sbasic/shared/01020000.xhp#syntax"/> <embed href="text/sbasic/shared/01030000.xhp#ide"/> <embed href="text/sbasic/shared/01040000.xhp#eventmacros"/> </body> diff --git a/source/text/sbasic/shared/01020000.xhp b/source/text/sbasic/shared/01020000.xhp index a34df5e2d6..6fe488ae80 100644 --- a/source/text/sbasic/shared/01020000.xhp +++ b/source/text/sbasic/shared/01020000.xhp @@ -32,7 +32,7 @@ <body> - <section id="daten"> + <section id="syntax"> <paragraph id="hd_id3148946" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/01020000.xhp" name="Syntax">Syntax</link></paragraph> <paragraph role="paragraph" id="par_id3150793" xml-lang="en-US">This section describes the basic syntax elements of $[officename] Basic. For a detailed description please refer to the $[officename] Basic Guide which is available separately.</paragraph> </section> diff --git a/source/text/shared/02/01170100.xhp b/source/text/shared/02/01170100.xhp index 0117325a72..ed0ae4dbb6 100644 --- a/source/text/shared/02/01170100.xhp +++ b/source/text/shared/02/01170100.xhp @@ -104,7 +104,7 @@ <paragraph role="paragraph" id="par_id3156422" xml-lang="en-US">As with list boxes or combo boxes, you can open or close the list with a mouse click at the arrow on the right end of the field. However, the input here can be entered either in the opened list or in the top text field. An exception is the properties that expect a list representation, for example, the property "List Entries", which can be set for the control fields <emph>List Box</emph> and <emph>Combo Box</emph>. Here, you can only edit the entries when the field is opened.</paragraph> </section> <embed href="text/shared/02/01170101.xhp#allgemein"/> -<embed href="text/shared/02/01170102.xhp#daten"/> +<embed href="text/shared/02/01170102.xhp#data"/> <embed href="text/shared/02/01170103.xhp#ereignisse"/> <embed href="text/shared/01/xformsdatatab.xhp#data"/> </body> diff --git a/source/text/shared/02/01170102.xhp b/source/text/shared/02/01170102.xhp index 350ef10933..b59f8936a7 100644 --- a/source/text/shared/02/01170102.xhp +++ b/source/text/shared/02/01170102.xhp @@ -25,7 +25,7 @@ </topic> </meta> <body> -<section id="daten"> +<section id="data"> <bookmark xml-lang="en-US" branch="index" id="bm_id3145641"><bookmark_value>controls; reference by SQL</bookmark_value> <bookmark_value>bound fields; controls</bookmark_value> <bookmark_value>controls; bound fields/list contents/linked cells</bookmark_value> diff --git a/source/text/shared/02/01170200.xhp b/source/text/shared/02/01170200.xhp index e6a38a590a..eb0a74fbcc 100644 --- a/source/text/shared/02/01170200.xhp +++ b/source/text/shared/02/01170200.xhp @@ -43,7 +43,7 @@ <embed href="text/shared/02/01170100.xhp#spezialfelder"/> <embed href="text/shared/02/01170201.xhp#allgemein"/> - <embed href="text/shared/02/01170203.xhp#daten"/> + <embed href="text/shared/02/01170203.xhp#data"/> <embed href="text/shared/02/01170202.xhp#ereignisse"/> </body> diff --git a/source/text/shared/02/01170203.xhp b/source/text/shared/02/01170203.xhp index 0edbfd2c70..61dde6522a 100644 --- a/source/text/shared/02/01170203.xhp +++ b/source/text/shared/02/01170203.xhp @@ -29,7 +29,7 @@ </topic> </meta> <body> -<section id="daten"> +<section id="data"> <bookmark xml-lang="en-US" branch="index" id="bm_id3150040"><bookmark_value>forms; data</bookmark_value> <bookmark_value>data; forms and subforms</bookmark_value> <bookmark_value>forms; subforms</bookmark_value> |