diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2023-04-03 13:53:56 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2023-04-03 22:56:29 +0200 |
commit | 1964fcaee6441a576976a8730287ebd955f9128e (patch) | |
tree | eb9c7358f96c787715153ae3c82f9c1209136dd2 | |
parent | 5041e95a2e3804ded772be4b6d6a3d6d7f9e5039 (diff) |
Proofread and add missing markup
Change-Id: I1269d775307dcc5ad022d5d99f640bfb778386fa
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/150001
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | source/text/sdatabase/dabawiz02firebird.xhp | 36 | ||||
-rw-r--r-- | source/text/simpress/01/bulletandposition.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/01/05060900.xhp | 2 |
3 files changed, 20 insertions, 20 deletions
diff --git a/source/text/sdatabase/dabawiz02firebird.xhp b/source/text/sdatabase/dabawiz02firebird.xhp index b2206ef395..bc1bb4a82f 100644 --- a/source/text/sdatabase/dabawiz02firebird.xhp +++ b/source/text/sdatabase/dabawiz02firebird.xhp @@ -30,58 +30,58 @@ <h2 id="hd_id251677867849494">Creating a new Firebird database file</h2> <list type="ordered"> <listitem> - <paragraph id="par_id101697868070614" role="listitem">Choose <menuitem>File - New - Database</menuitem> and select <emph>Connect to an existing database</emph>. Click on Next.</paragraph> + <paragraph id="par_id101697868070614" role="listitem">Choose <menuitem>File - New - Database</menuitem> and select <emph>Connect to an existing database</emph>. Click <widget>Next</widget>.</paragraph> </listitem> <listitem> - <paragraph id="par_id301677867908874" role="listitem">Click on Create. The Save as dialog opens. Enter a suitable name and location for the database file, and click on Save. The path of the new file is displayed in the wizard text box. Click Next.</paragraph> + <paragraph id="par_id301677867908874" role="listitem">Click <widget>Create</widget>. The <emph>Save As</emph> dialog opens. Enter a suitable name and location for the database file, and click <widget>Save</widget>. The path of the new file is displayed in the wizard’s text box. Click <widget>Next</widget>.</paragraph> </listitem> <listitem> - <paragraph id="par_id161677867944534" role="listitem">Optionally, enter your username and password. Click on Next.</paragraph> + <paragraph id="par_id161677867944534" role="listitem">Optionally, enter your username and password. Click <widget>Next</widget>.</paragraph> </listitem> <listitem> - <paragraph id="par_id151677867957065" role="listitem">Decide your preferred options about registered database and what to do with database once saved, and click Finish. Proceed entering a name to the new %PRODUCTNAME Base file.</paragraph> + <paragraph id="par_id151677867957065" role="listitem">Decide your preferred options about registered database and what to do with the database once saved, and click <widget>Finish</widget>. Proceed to enter a name for the new %PRODUCTNAME Base file.</paragraph> </listitem> </list> <note id="par_id401677867921758">This name is the name of the new Firebird database file (*.fdb), not the name of the %PRODUCTNAME Base (*.odb) file.</note> <h2 id="hd_id361677867976296">Connect to an existing Firebird database file</h2> <list type="ordered"> <listitem> - <paragraph id="par_id101677868070614" role="listitem">Choose <menuitem>File - New - Database</menuitem> and select <emph>Connect to an existing database</emph>. Click on Next</paragraph> + <paragraph id="par_id101677868070614" role="listitem">Choose <menuitem>File - New - Database</menuitem> and select <emph>Connect to an existing database</emph>. Click <widget>Next</widget>.</paragraph> </listitem> <listitem> - <paragraph id="par_id911677870523239" role="listitem">Click on Browse and navigate to select the Firebird file (*.fdb). Click on Open button, the complete URL to the database file is displayed in the text box. Click on Next.</paragraph> + <paragraph id="par_id911677870523239" role="listitem">Click <widget>Browse</widget> and select the Firebird file (*.fdb). Click the <widget>Open</widget> button; the full URL to the database file is displayed in the text box. Click <widget>Next</widget>.</paragraph> </listitem> <listitem> - <paragraph id="par_id761677868087380" role="listitem">Optionally, enter your username and password. Click on Next.</paragraph> + <paragraph id="par_id761677868087380" role="listitem">Optionally, enter your username and password. Click <widget>Next</widget>.</paragraph> </listitem> <listitem> - <paragraph id="par_id781677868096809" role="listitem">Decide your preferred options about database registration and what to do with database once saved, and click Finish. Proceed entering a name to the new %PRODUCTNAME Base file.</paragraph> + <paragraph id="par_id781677868096809" role="listitem">Decide your preferred options about database registration and what to do with database once saved, and click <widget>Finish</widget>. Proceed to enter a name for the new %PRODUCTNAME Base file.</paragraph> </listitem> </list> <h2 id="hd_id101677868045879">Connect directly to a Firebird server</h2> <paragraph role="paragraph" id="par_id691677869556047">In addition to connections via JDBC and ODBC, you can connect to a Firebird server via the internal Firebird driver:</paragraph> <list type="ordered"> <listitem> - <paragraph id="par_id105677868070614" role="listitem">Choose <menuitem>File - New - Database</menuitem> and select <emph>Connect to an existing database</emph>. Click on Next</paragraph> + <paragraph id="par_id105677868070614" role="listitem">Choose <menuitem>File - New - Database</menuitem> and select <emph>Connect to an existing database</emph>. Click <widget>Next</widget>.</paragraph> </listitem> <listitem> - <paragraph id="par_id411677868640685" role="listitem">Manually enter the database connection URL in the text box. The pattern is <literal><servername>/<port>:<path_to_the_database></literal>, for example:</paragraph> - <paragraph id="par_id401677868302585" role="listitem"><literal>server1/3050:C:/data/mydatabase.fdb</literal> (note the “/” although it is a Windows path)</paragraph> - <paragraph id="par_id11677868316366" role="listitem"><literal>server1:C:/data/mydatabase.fdb</literal> (default port, Windows path)</paragraph> - <paragraph id="par_id381677868323697" role="listitem"><literal>localhost:/data/mydatabase.fdb</literal> (localhost server, default port, Linux path)</paragraph> - <paragraph id="par_id481677868332818" role="listitem"><literal>server1:mydata</literal> (default port, registered database)</paragraph> + <paragraph id="par_id411677868640685" role="listitem">Manually enter the database connection URL in the text box. The pattern is <literal><servername>/<port>:<path_to_the_database></literal>, for example:</paragraph> + <paragraph id="par_id401677868302585" role="listitem"><literal>server1/3050:C:/data/mydatabase.fdb</literal> (note the “/” although it is a Windows path)</paragraph> + <paragraph id="par_id11677868316366" role="listitem"><literal>server1:C:/data/mydatabase.fdb</literal> (default port, Windows path)</paragraph> + <paragraph id="par_id381677868323697" role="listitem"><literal>localhost:/data/mydatabase.fdb</literal> (localhost server, default port, Linux path)</paragraph> + <paragraph id="par_id481677868332818" role="listitem"><literal>server1:mydata</literal> (default port, registered database)</paragraph> </listitem> <listitem> - <paragraph id="par_id481677868353090" role="listitem">Click on Next.</paragraph> + <paragraph id="par_id481677868353090" role="listitem">Click <widget>Next</widget>.</paragraph> </listitem> <listitem> - <paragraph id="par_id351677868361836" role="listitem">Provide a suitable username and password required for the server connection. Test the connection (recommended) and fix the issues, if any. Click Next.</paragraph> + <paragraph id="par_id351677868361836" role="listitem">Provide a suitable username and password required for the server connection. Test the connection (recommended) and fix the issues, if any. Click <widget>Next</widget>.</paragraph> </listitem> <listitem> - <paragraph id="par_id601677868371635" role="listitem">Decide about registered database and what to do with database once saved, and click Finish. Proceed entering a name to the new %PRODUCTNAME Base file.</paragraph> + <paragraph id="par_id601677868371635" role="listitem">Decide whether you want to register the database and what to do with it once saved, and click <widget>Finish</widget>. Enter a name for the new %PRODUCTNAME Base file.</paragraph> </listitem> </list> - <note id="par_id11677868344526">You can add some other options to the database URL, like charset or role. See Firebird documentation to know about</note> + <note id="par_id11677868344526">You can add some other options to the database URL, like the character set or role. See the Firebird documentation to find out about these options.</note> <section id="relatedtopics"> <paragraph role="paragraph" id="par_id301677871783123"><link href="https://www.firebirdsql.org/en/documentation/">Firebird documentation</link></paragraph> </section> diff --git a/source/text/simpress/01/bulletandposition.xhp b/source/text/simpress/01/bulletandposition.xhp index 42a2e87b3e..ce9d8f7965 100644 --- a/source/text/simpress/01/bulletandposition.xhp +++ b/source/text/simpress/01/bulletandposition.xhp @@ -60,7 +60,7 @@ <h3 id="hd_id531623260588282">Height</h3> <paragraph role="paragraph" id="par_id321623291834607">Enter the height of the graphic bullet character.</paragraph> <h3 id="hd_id951623260634795">Keep ratio</h3> -<paragraph role="paragraph" id="par_id261623260666478">Check this box to preserve the height to width ratio of the graphic bullet.</paragraph> +<paragraph role="paragraph" id="par_id261623260666478">Check this box to preserve the height-to-width ratio of the graphic bullet.</paragraph> <h3 id="hd_id181623260599850">Rel. Size</h3> <paragraph role="paragraph" id="par_id281623260605208">For character unordered and ordered lists, set the relative size of the list character. The relative size applies to the <emph>Before</emph> and <emph>After</emph> text as well.</paragraph> <h2 id="hd_id931623261370137">Position</h2> diff --git a/source/text/swriter/01/05060900.xhp b/source/text/swriter/01/05060900.xhp index 2733b4f86e..8d6cf91703 100644 --- a/source/text/swriter/01/05060900.xhp +++ b/source/text/swriter/01/05060900.xhp @@ -48,7 +48,7 @@ <embed href="text/shared/01/05190100.xhp#description_field"/> <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/frmaddpage/decorative" id="bm_id3450352" localize="false"/> <h3 id="hd_id781680180820167">Decorative</h3> -<paragraph role="paragraph" id="par_id161680180831117">Mark the item as purely decorative, not part of the document contents, and may be ignored by assistive technologies.</paragraph> +<paragraph role="paragraph" id="par_id161680180831117">Marks the item as purely decorative, not part of the document content, and ignorable by assistive technologies.</paragraph> <h2 id="hd_id131652489268586">Sequences (frames only)</h2> <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/frmaddpage/prev" id="bm_id3149695" localize="false"/> <h3 id="hd_id3155903" xml-lang="en-US">Previous link</h3> |