diff options
author | Johnny_M <klasse@partyheld.de> | 2022-02-26 11:57:04 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-02-26 16:58:37 +0100 |
commit | 178cd79839e3ec1503344e699393e152ec4c6688 (patch) | |
tree | 1cea3be41412380122394e79e45fc4e61740fccf | |
parent | 868364196d941115bd03521780945e662091cb02 (diff) |
tdf#132643 Translate German section IDs
Change-Id: Iaa17f488790847c5b842b36eef48a072b50ecfd2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/130578
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/main0204.xhp | 4 | ||||
-rw-r--r-- | source/text/swriter/02/04090000.xhp | 4 | ||||
-rw-r--r-- | source/text/swriter/main0204.xhp | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/source/text/shared/main0204.xhp b/source/text/shared/main0204.xhp index 602bf6ce62..936e829a32 100644 --- a/source/text/shared/main0204.xhp +++ b/source/text/shared/main0204.xhp @@ -51,8 +51,8 @@ <embed href="text/shared/01/05100500.xhp#top"/> <embed href="text/shared/01/05100600.xhp#center_vertical"/> <embed href="text/shared/01/05100700.xhp#bottom"/> -<embed href="text/swriter/02/04090000.xhp#zeileeinfuegen"/> -<embed href="text/swriter/02/04090000.xhp#syzeileeinfuegen"/> +<embed href="text/swriter/02/04090000.xhp#insert_rows"/> +<embed href="text/swriter/02/04090000.xhp#syinsert_rows"/> <embed href="text/swriter/02/04100000.xhp#insert_column"/> <embed href="text/swriter/02/04100000.xhp#syinsert_column"/> <paragraph role="heading" id="hd_id3147820" xml-lang="en-US" level="2"><link href="text/swriter/01/05110500.xhp" name="Delete Row">Delete Row</link></paragraph> diff --git a/source/text/swriter/02/04090000.xhp b/source/text/swriter/02/04090000.xhp index 690c13b3e1..03c8e703e7 100644 --- a/source/text/swriter/02/04090000.xhp +++ b/source/text/swriter/02/04090000.xhp @@ -32,7 +32,7 @@ </history> </meta> <body> -<section id="zeileeinfuegen"> +<section id="insert_rows"> <bookmark xml-lang="en-US" branch="index" id="bm_id3154838"><bookmark_value>tables; inserting rows</bookmark_value> <bookmark_value>rows; inserting in tables, using icon</bookmark_value> </bookmark> @@ -40,7 +40,7 @@ <paragraph role="heading" id="hd_id3154838" xml-lang="en-US" level="1"><link href="text/swriter/02/04090000.xhp" name="Insert Rows">Insert Rows</link></paragraph> <paragraph role="paragraph" id="par_id3147407" xml-lang="en-US"><ahelp hid=".uno:InsertRows">Inserts one or more rows in the table, below the selection. You can insert more than one row by opening the dialog (choose <emph>Table - Insert - Rows</emph>), or by selecting more than one row before clicking the icon.</ahelp> The second method inserts rows of the same height as the originally selected rows.</paragraph> </section> -<section id="syzeileeinfuegen"> +<section id="syinsert_rows"> <table id="tbl_id3154506"> <tablerow> <tablecell colspan="" rowspan=""> diff --git a/source/text/swriter/main0204.xhp b/source/text/swriter/main0204.xhp index 2c87bf1e6c..1b94435723 100644 --- a/source/text/swriter/main0204.xhp +++ b/source/text/swriter/main0204.xhp @@ -51,8 +51,8 @@ <embed href="text/shared/01/05100500.xhp#top"/> <embed href="text/shared/01/05100600.xhp#center_vertical"/> <embed href="text/shared/01/05100700.xhp#bottom"/> -<embed href="text/swriter/02/04090000.xhp#zeileeinfuegen"/> -<embed href="text/swriter/02/04090000.xhp#syzeileeinfuegen"/> +<embed href="text/swriter/02/04090000.xhp#insert_rows"/> +<embed href="text/swriter/02/04090000.xhp#syinsert_rows"/> <embed href="text/swriter/02/04100000.xhp#insert_column"/> <embed href="text/swriter/02/04100000.xhp#syinsert_column"/> <paragraph role="heading" id="hd_id3147820" xml-lang="en-US" level="2"><link href="text/swriter/01/05110500.xhp" name="Delete Row">Delete Row</link></paragraph> |