diff options
author | Johnny_M <klasse@partyheld.de> | 2020-07-03 13:19:51 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-07-05 15:27:04 +0200 |
commit | cb2fb05325ca1a669e66c1b6ea0180707ebe84ba (patch) | |
tree | f9c0105670b754b66f85c1712e99a5f10b899aa0 | |
parent | dd01432283b4ed8259fac3ee8c097ae27b9ec79a (diff) |
tdf#132643 Translate German section IDs
Change-Id: I46ffa2c6b1cf63241c35c9f2f35fdde250deac23
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/97846
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sdatabase/02000000.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/02/14010000.xhp | 4 | ||||
-rw-r--r-- | source/text/shared/main0214.xhp | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/source/text/sdatabase/02000000.xhp b/source/text/sdatabase/02000000.xhp index 2a6c9903a6..e3fa83b2ed 100644 --- a/source/text/sdatabase/02000000.xhp +++ b/source/text/sdatabase/02000000.xhp @@ -24,7 +24,7 @@ </topic> </meta> <body> -<section id="abfragen"> +<section id="queries"> <bookmark xml-lang="en-US" branch="index" id="bm_id3150445"><bookmark_value>queries;overview (Base)</bookmark_value> <bookmark_value>tables in databases; printing queries (Base)</bookmark_value> <bookmark_value>printing; queries (Base)</bookmark_value> diff --git a/source/text/shared/02/14010000.xhp b/source/text/shared/02/14010000.xhp index 70d0871c61..826e223acc 100644 --- a/source/text/shared/02/14010000.xhp +++ b/source/text/shared/02/14010000.xhp @@ -28,14 +28,14 @@ </history> </meta> <body> -<section id="abfrage"> +<section id="run_query"> <bookmark xml-lang="en-US" branch="hid/.uno:SbaExecuteSql" id="bm_id3149495" localize="false"/> <h1 id="hd_id3156183"><link href="text/shared/02/14010000.xhp" name="Run">Run Query</link></h1> <paragraph role="paragraph" id="par_id3109850" xml-lang="en-US"><ahelp hid=".uno:SbaExecuteSql">Runs the SQL query and displays the query result.</ahelp> The <emph>Run Query</emph> function does not save the query.</paragraph> </section> <paragraph role="paragraph" id="par_id3149893" xml-lang="en-US">The <emph>Run Query</emph> function allows you to check the query. When you save the query, it is stored in the <emph>Query</emph> tab page.</paragraph> <paragraph role="tip" id="par_idN10621" xml-lang="en-US">Choose <emph>View - Preview</emph> to run the query from the menu bar of a query design window.<comment>UFI: see dba-features "Querydesign: Close preview has moved"</comment></paragraph> -<section id="syabfrage"> +<section id="syrun_query"> <table id="tbl_id3147226"> <tablerow> <tablecell> diff --git a/source/text/shared/main0214.xhp b/source/text/shared/main0214.xhp index 1f6f2b92ff..0b916e98e9 100644 --- a/source/text/shared/main0214.xhp +++ b/source/text/shared/main0214.xhp @@ -35,8 +35,8 @@ <paragraph role="paragraph" id="par_id3150085" xml-lang="en-US"><ahelp hid=".">When creating or editing an SQL query, use the icons in the <emph>Query Design</emph> Bar to control the display of data.</ahelp></paragraph> </section> <paragraph role="paragraph" id="par_id3150276" xml-lang="en-US">Depending on whether you have created the query or view in the <emph>Design</emph> or <emph>SQL</emph> tab page, the following icons appear:</paragraph> -<embed href="text/shared/02/14010000.xhp#abfrage"/> -<embed href="text/shared/02/14010000.xhp#syabfrage"/> +<embed href="text/shared/02/14010000.xhp#run_query"/> +<embed href="text/shared/02/14010000.xhp#syrun_query"/> <embed href="text/shared/02/14020000.xhp#abfrageleeren"/> <embed href="text/shared/02/14020000.xhp#syabfrageleeren"/> <embed href="text/shared/02/14020200.xhp#designansicht"/> |