diff options
author | Johnny_M <klasse@partyheld.de> | 2020-07-02 12:45:19 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-07-05 15:09:46 +0200 |
commit | 74d8f751db9c494369cdf9b9eabc72feb976c64d (patch) | |
tree | 4e84946fe3e2ac332a032c0b57a3ae2af04cfda2 | |
parent | 4e7e70de93368b2d4de54665245484929d76eb90 (diff) |
tdf#132643 Translate German section IDs
Change-Id: Icd9854e86c102cc090cc80d477fd1b9bcd4fd704
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/97746
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sbasic/shared/02/11150000.xhp | 4 | ||||
-rw-r--r-- | source/text/sbasic/shared/main0211.xhp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/02/11150000.xhp b/source/text/sbasic/shared/02/11150000.xhp index b10f1bc790..a08b9245b8 100644 --- a/source/text/sbasic/shared/02/11150000.xhp +++ b/source/text/sbasic/shared/02/11150000.xhp @@ -30,12 +30,12 @@ </history> </meta> <body> -<section id="speichern"> +<section id="savesource"> <bookmark xml-lang="en-US" branch="hid/.uno:SaveBasicAs" id="bm_id4562232" localize="false"/> <paragraph role="heading" id="hd_id3149497" xml-lang="en-US" level="1"><link href="text/sbasic/shared/02/11150000.xhp" name="Save Source As">Save Source As</link></paragraph> <paragraph role="paragraph" id="par_id3147261" xml-lang="en-US"><ahelp hid=".uno:SaveBasicAs">Saves the source code of the selected Basic macro.</ahelp></paragraph> </section> -<section id="syspeichern"> +<section id="sysavesource"> <table id="tbl_id3155555"> <tablerow> <tablecell colspan="" rowspan=""> diff --git a/source/text/sbasic/shared/main0211.xhp b/source/text/sbasic/shared/main0211.xhp index 899e90c097..74da6e8a0a 100644 --- a/source/text/sbasic/shared/main0211.xhp +++ b/source/text/sbasic/shared/main0211.xhp @@ -66,8 +66,8 @@ <embed href="text/sbasic/shared/02/11120000.xhp#syklammer"/> <embed href="text/sbasic/shared/02/11140000.xhp#insertsource"/> <embed href="text/sbasic/shared/02/11140000.xhp#syinsertsource"/> - <embed href="text/sbasic/shared/02/11150000.xhp#speichern"/> - <embed href="text/sbasic/shared/02/11150000.xhp#syspeichern"/> + <embed href="text/sbasic/shared/02/11150000.xhp#savesource"/> + <embed href="text/sbasic/shared/02/11150000.xhp#sysavesource"/> <embed href="text/sbasic/shared/02/11180000.xhp#import"/> <embed href="text/sbasic/shared/02/11180000.xhp#syimport"/> <embed href="text/sbasic/shared/02/11190000.xhp#export"/> |