Remove more improper ellipses and fix a couple of capitalizations

Change-Id: I3cea0b968dd38d93381268c6b0ede5c90dc8a5a9
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111945
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
This commit is contained in:
Adolfo Jayme Barrientos
2021-03-03 21:20:37 -06:00
parent c34bb965f9
commit bfc4754528
7 changed files with 10 additions and 10 deletions

View File

@ -25,7 +25,7 @@
</section>
<paragraph role="paragraph" id="N0337">%PRODUCTNAME static dialogs are created with the <link href="text/sbasic/guide/create_dialog.xhp" name="dialog editor">Dialog editor</link> and are stored in varying places according to their personal (My Macros), shared (%PRODUCTNAME Macros) or document-embedded nature. In reverse, dynamic dialogs are constructed at runtime, from Basic or Python scripts, or using any other <link href="text/shared/guide/scripting.xhp">%PRODUCTNAME supported language</link> for that matter. Opening static dialogs with Python is illustrated herewith. Exception handling and internationalization are omitted for clarity.</paragraph>
<h2 id="N0338">My Macros or %PRODUCTNAME Macros dialogs</h2>
<paragraph role="paragraph" id="N0339">The examples below open <literal>Access2Base Trace</literal> console or the imported <literal>TutorialsDialog</literal> dialog with <menuitem>Tools Macros Run Macro...</menuitem> menu:</paragraph>
<paragraph role="paragraph" id="N0339">The examples below open <literal>Access2Base Trace</literal> console or the imported <literal>TutorialsDialog</literal> dialog with <menuitem>Tools - Macros - Run Macro</menuitem> menu:</paragraph>
<pycode>
<paragraph role="pycode" id="N0340" localize="false"># -*- coding: utf-8 -*-</paragraph>
<paragraph role="pycode" id="N0341" localize="false">from __future__ import unicode_literals</paragraph>
@ -49,7 +49,7 @@
<paragraph role="pycode" id="N0363" localize="false">g_exportedScripts = (consoleDlg, tutorDialog)</paragraph>
</pycode>
<h2 id="N0364">Document embedded dialogs</h2>
<paragraph role="paragraph" id="N0365">The example below opens a newly edited <literal>Dialog1</literal> dialog from a document with <menuitem>Tools Macros Run Macro...</menuitem> menu:</paragraph>
<paragraph role="paragraph" id="N0365">The example below opens a newly edited <literal>Dialog1</literal> dialog from a document with <menuitem>Tools - Macros - Run Macro</menuitem> menu:</paragraph>
<pycode>
<paragraph role="pycode" id="N0366" localize="false"># -*- coding: utf-8 -*-</paragraph>
<paragraph role="pycode" id="N0367" localize="false">from __future__ import unicode_literals</paragraph>

View File

@ -31,7 +31,7 @@
<listitem><paragraph id="par_id961593518286855" role="listitem" localize="False">Euro.AutoPilotRun.StartAutoPilot</paragraph></listitem>
<listitem><paragraph id="par_id811593518354070" role="listitem" localize="False">Euro.ConvertRun.Main</paragraph></listitem>
</list>
<paragraph role="paragraph" id="par_id381593519742529">Selecting the <emph>Euro Converter</emph> wizard loads the following libraries in memory:</paragraph>
<paragraph role="paragraph" id="par_id381593519742529">Selecting the <emph>Euro Converter</emph> wizard loads the following libraries in memory:</paragraph>
<list type="unordered">
<listitem><paragraph id="par_id361593520109787" role="listitem" localize="False">Euro</paragraph></listitem>
<listitem><paragraph id="par_id811593520110346" role="listitem" localize="False">ImportWizard</paragraph></listitem>

View File

@ -30,7 +30,7 @@
<item type="literal">GlobalScope.BasicLibraries.LoadLibrary("Gimmicks")</item></paragraph>
<h2 id="hd_id841593518085848">Description</h2>
<paragraph role="paragraph" id="par_id921593518140986">The <emph>Gimmicks</emph> library is used by the <emph>AutoText...</emph> wizard.</paragraph>
<paragraph role="paragraph" id="par_id921593518140986">The <emph>Gimmicks</emph> library is used by the <emph>AutoText</emph> wizard.</paragraph>
<paragraph role="paragraph" id="par_id481593518247400">Its entry points are:</paragraph>
<list type="unordered">
<listitem><paragraph id="par_id961593518286855" role="listitem" localize="False">Gimmicks.AutoText.Main</paragraph></listitem>

View File

@ -25,7 +25,7 @@
</section>
<embed href="text/shared/need_help.xhp#needhelp"/>
<h2 id="hd_id841593518085848">Description</h2>
<paragraph role="paragraph" id="par_id921593518140986">The <emph>ImportWizard</emph> library is used by the <emph>Document converter...</emph> wizard.</paragraph>
<paragraph role="paragraph" id="par_id921593518140986">The <emph>ImportWizard</emph> library is used by the <emph>Document Converter</emph> wizard.</paragraph>
<paragraph role="paragraph" id="par_id481593518247400">Its entry point is:</paragraph>
<list type="unordered">
<listitem><paragraph id="par_id961593518286855" role="listitem" localize="False">ImportWizard.Main.Main</paragraph></listitem>

View File

@ -36,10 +36,10 @@
</list>
</section>
<tip id="par_id811614352321187">The <literal>L10N</literal> service is based on the GNU implementation of PO (portable object) files. To learn more about this file format, visit <link href="https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html" name="GetText">GNU GetText Utilities: PO Files</link>.</tip>
<tip id="par_id811614352321187">The <literal>L10N</literal> service is based on the GNU implementation of PO (portable object) files. To learn more about this file format, visit <link href="https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html" name="GetText">GNU gettext Utilities: PO Files</link>.</tip>
<paragraph role="paragraph" id="par_id291585843652438" xml-lang="en-US">PO files have long been promoted in the free software community as a means to providing multilingual user interfaces. This is accomplished through the use of human-readable text files with a well defined structure that specifies, for any given language, the source language string and the localized string.</paragraph>
<paragraph role="paragraph" id="par_id181585843652814" xml-lang="en-US">The main advantage of the PO format is dissociation of the programmer and the translator. PO files are independent text files, so the programmer can send POT template files to translators, who will then translate their contents and return the translated PO files for each supported language.</paragraph>
<paragraph role="paragraph" id="par_id91585843652832" xml-lang="en-US">This service implements the 3 methods listed below:</paragraph>
<paragraph role="paragraph" id="par_id91585843652832" xml-lang="en-US">This service implements the three methods listed below:</paragraph>
<list type="unordered">
<listitem>
<paragraph id="par_id1158584365237" role="listitem" xml-lang="en-US"><emph>AddText</emph>: Used by the programmer to build a set of strings that will be translated later.</paragraph>

View File

@ -26,7 +26,7 @@
</meta>
<body>
<h1 id="hd_id3155628" xml-lang="en-US">Window Menu</h1>
<paragraph id="par_id3147335" role="paragraph" xml-lang="en-US"><variable id="fete">Choose ><menuitem>View - Split Window</menuitem>.</variable></paragraph>
<paragraph id="par_id3147335" role="paragraph" xml-lang="en-US"><variable id="fete">Choose <menuitem>View - Split Window</menuitem>.</variable></paragraph>
<paragraph id="par_id3153663" role="paragraph" xml-lang="en-US"><variable id="fefix">Choose <menuitem>View - Freeze Rows and Columns</menuitem>.</variable></paragraph>
<paragraph role="paragraph" id="par_id631612313719480"><variable id="freezefirstcol">Choose <menuitem>View - Freeze Cells - Freeze First Column</menuitem></variable></paragraph>
<paragraph role="paragraph" id="par_id251612313725513"><variable id="freezefirstrow">Choose <menuitem>View - Freeze Cells - Freeze First Row</menuitem></variable></paragraph>

View File

@ -57,8 +57,8 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/numparapage/editnumstyle" id="bm_id3154201" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3154189" role="heading" level="3">Edit Style</paragraph>
<paragraph xml-lang="en-US" id="par_id3155179" role="paragraph"><ahelp hid="modules/swriter/ui/numparapage/editnumstyle">Edit the properties of the selected numbering style.</ahelp> These properties will apply to all paragraphs formatted with the given numbering style.</paragraph>
<paragraph xml-lang="en-US" id="par_id3149195" role="paragraph">This button is disabled when Chapter Numbering is applied. Choose <emph>Tools - Chapter Numbering...</emph> to edit the outline level and numbering style.</paragraph>
<paragraph xml-lang="en-US" id="par_id3151117" role="note">Outline level and Numbering Style are independent of each other. Use <emph>Tools - Chapter Numbering...</emph> to assign numbering styles to paragraph styles.</paragraph>
<paragraph xml-lang="en-US" id="par_id3149195" role="paragraph">This button is disabled when Chapter Numbering is applied. Choose <emph>Tools - Chapter Numbering</emph> to edit the outline level and numbering style.</paragraph>
<paragraph xml-lang="en-US" id="par_id3151117" role="note">Outline level and Numbering Style are independent of each other. Use <emph>Tools - Chapter Numbering</emph> to assign numbering styles to paragraph styles.</paragraph>
<paragraph xml-lang="en-US" id="par_id3149106" role="paragraph">This section only appears when you edit the properties of the current paragraph by choosing <emph>Format - Paragraph</emph>.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/numparapage/checkCB_NEW_START" id="bm_id3151262" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3151250" role="heading" level="3">Restart at this paragraph</paragraph>