Minor fixes for EN

This commit is contained in:
trovier 2023-10-16 01:12:53 +02:00
parent b61beb2b5d
commit 215bae3ede
3 changed files with 6 additions and 6 deletions

View File

@ -56,7 +56,7 @@
</li>
<li>edit the currently selected comment by clicking the <div class = "icon icon-editcommenticon"></div> icon,</li>
<li>delete the currently selected comment by clicking the <div class = "icon icon-deletecommenticon"></div> icon,</li>
<li>close the currently selected discussion by clicking the <div class = "icon icon-resolveicon"></div> icon if the task or problem you stated in your comment was solved, after that, the discussion you opened with your comment gets the resolved status. To open it again, click the <div class = "icon icon-resolvedicon"></div> icon. If you want to hide resolved comments, click the <b>File</b> tab on the top toolbar, select the <b>Advanced Settings</b> option, uncheck the <b>Show resolved comments</b> box, and click <b>Apply</b>. In this case, the resolved comments will be highlighted only if you click the <div class = "icon icon-commentsicon"></div> icon.</li>
<li>close the currently selected discussion by clicking the <div class = "icon icon-resolveicon"></div> icon if the task or problem you stated in your comment was solved, after that, the discussion you opened with your comment gets the resolved status. To open it again, click the <div class = "icon icon-resolvedicon"></div> icon. <!--If you want to hide resolved comments, click the <b>File</b> tab on the top toolbar, select the <b>Advanced Settings</b> option, uncheck the <b>Show resolved comments</b> box, and click <b>Apply</b>. In this case, the resolved comments will be highlighted only if you click the <div class = "icon icon-commentsicon"></div> icon.--></li>
</ul>
<h3>Adding mentions</h3>
<p class="note">You can only add mentions to the comments made to the text parts and not to the PDF itself.</p>

View File

@ -15,7 +15,7 @@
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Home tab</h1>
<p>The <b>Home</b> tab in the <!--<a target="_blank" href="https://www.onlyoffice.com/presentation-editor.aspx" onclick="onhyperlinkclick(this)">--><b>PDF Editor</b><!--</a>--> opens by default when you open a PDF. It allows you to navigate the PDF, select text or objects, rotate pages, adjust zoom, fit to page or width.</p>
<p>The <b>Home</b> tab in the <!--<a target="_blank" href="https://www.onlyoffice.com/presentation-editor.aspx" onclick="onhyperlinkclick(this)">--><b>PDF Editor</b><!--</a>--> opens by default when you open a PDF. It allows you to navigate the PDF, select text or objects, <!--rotate pages,--> adjust zoom, fit to page or width.</p>
<div class="onlineDocumentFeatures">
<p>The corresponding window of the Online PDF Editor:</p>
<p><img alt="Home tab" src="../images/interface/hometab.png" /></p>
@ -27,7 +27,7 @@
<p>Using this tab, you can:</p>
<ul>
<li><a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">navigate</a> the file,</li>
<li>rotate pages,</li>
<!--<li>rotate pages,</li>-->
<li><a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">adjust zoom</a>,</li>
<li><a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">fit</a> to page or width.</li>
</ul>

View File

@ -31,15 +31,15 @@
<li class="desktopDocumentFeatures"><b>Send</b> allows sending the presentation via email using the default desktop mail client (available in the <em>desktop version</em> only),</li>
<li><a href="../UsageInstructions/HTML.htm" onclick="onhyperlinkclick(this)"><b>Get and paste html</b></a> allows you to get the selected text as an HTML code.</li>
<li><a href="../UsageInstructions/CommunicationPlugins.htm" onclick="onhyperlinkclick(this)"><b>Telegram</b></a> can be integrated into your working area to continue chatting.</li>
<li><a href="../UsageInstructions/Typograf.htm" onclick="onhyperlinkclick(this)"><b>Typograf</b></a> automatically places non-breaking spaces and removes extra ones, as well as corrects minor typos, inserts correct quotes, replaces hyphens with dashes, etc.</li>
<!--<li><a href="../UsageInstructions/Typograf.htm" onclick="onhyperlinkclick(this)"><b>Typograf</b></a> automatically places non-breaking spaces and removes extra ones, as well as corrects minor typos, inserts correct quotes, replaces hyphens with dashes, etc.</li>-->
<li><a href="../UsageInstructions/WordCounter.htm" onclick="onhyperlinkclick(this)"><b>Count words and characters</b></a> counts the exact number of words and symbols, both with and without spaces, in your PDF, as well as the number of paragraphs altogether.</li>
<li>
<a href="../UsageInstructions/Translator.htm" onclick="onhyperlinkclick(this)"><b>Translator</b></a> allows translating the selected text into other languages,
<p class="note">This plugin doesn't work with Internet Explorer.</p>
</li>
<li><a href="../UsageInstructions/Thesaurus.htm" onclick="onhyperlinkclick(this)"><b>Thesaurus</b></a> allows searching for synonyms and antonyms of a word and replace it with the selected one,</li>
<li><a href="../UsageInstructions/Thesaurus.htm" onclick="onhyperlinkclick(this)"><b>Thesaurus</b></a> allows searching for synonyms and antonyms of a word<!--and replace it with the selected one-->,</li>
<li class="onlineDocumentFeatures"><a href="../UsageInstructions/Speech.htm" onclick="onhyperlinkclick(this)"><b>Speech</b></a> allows converting the selected text into speech,</li>
<li class="onlineDocumentFeatures"><a href="../UsageInstructions/Speechinput.htm" onclick="onhyperlinkclick(this)"><b>Speech input</b></a> allows converting speech into text,</li>
<!--<li class="onlineDocumentFeatures"><a href="../UsageInstructions/Speechinput.htm" onclick="onhyperlinkclick(this)"><b>Speech input</b></a> allows converting speech into text.</li>-->
</ul>
<p>To learn more about plugins, please refer to our <a target="_blank" href="https://api.onlyoffice.com/plugin/basic" onclick="onhyperlinkclick(this)">API Documentation</a>. All the currently existing open-source plugin examples are available on <a target="_blank" href="https://github.com/ONLYOFFICE/sdkjs-plugins" onclick="onhyperlinkclick(this)">GitHub</a>.</p>
</div>