diff options
author | Johnny_M <klasse@partyheld.de> | 2021-03-06 13:54:08 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-03-08 14:26:17 +0100 |
commit | 8adc4461501298ca8aae7266862ac1f08beb63dc (patch) | |
tree | 476436b7af9d51525817a513c503fce26a5483ce | |
parent | be48910da18cd13cc38793bef8cdec3c2b45b927 (diff) |
tdf#132643 Translate German section IDs
Change-Id: Id8f539c674f08cce9fe2c93c4498b5fdac8f70e6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112062
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/02/14070000.xhp | 4 | ||||
-rw-r--r-- | source/text/shared/main0214.xhp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/source/text/shared/02/14070000.xhp b/source/text/shared/02/14070000.xhp index 94a2cb4021..3fe2ee6728 100644 --- a/source/text/shared/02/14070000.xhp +++ b/source/text/shared/02/14070000.xhp @@ -28,7 +28,7 @@ </history> </meta> <body> -<section id="eindeutige"> +<section id="distinct_values"> <bookmark xml-lang="en-US" branch="index" id="bm_id3149991"><bookmark_value>SQL; DISTINCT parameter</bookmark_value> <bookmark_value>distinct values in SQL queries</bookmark_value> </bookmark> @@ -36,7 +36,7 @@ <h1 id="hd_id3149991"><link href="text/shared/02/14070000.xhp" name="Distinct Values">Distinct Values</link></h1> <paragraph role="paragraph" id="par_id3154894" xml-lang="en-US"><ahelp hid=".uno:DBDistinctValues">Expands the created select statement of the <link href="text/sdatabase/02010100.xhp" name="SQL Query"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once.</paragraph> </section> -<section id="syeindeutige"> +<section id="sydistinct_values"> <table id="tbl_id3150935"> <tablerow> <tablecell> diff --git a/source/text/shared/main0214.xhp b/source/text/shared/main0214.xhp index 0b916e98e9..7a33fd2942 100644 --- a/source/text/shared/main0214.xhp +++ b/source/text/shared/main0214.xhp @@ -50,8 +50,8 @@ <embed href="text/shared/02/14050000.xhp#sytabellenname"/> <embed href="text/shared/02/14060000.xhp#aliasname"/> <embed href="text/shared/02/14060000.xhp#syaliasname"/> -<embed href="text/shared/02/14070000.xhp#eindeutige"/> -<embed href="text/shared/02/14070000.xhp#syeindeutige"/> +<embed href="text/shared/02/14070000.xhp#distinct_values"/> +<embed href="text/shared/02/14070000.xhp#sydistinct_values"/> <paragraph role="paragraph" id="par_id3151041" xml-lang="en-US">The following icon is on the <emph>SQL</emph> tab page:</paragraph> <embed href="text/shared/02/14030000.xhp#native"/> <embed href="text/shared/02/14030000.xhp#synative"/> |