diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-10-10 14:26:22 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-10-10 14:27:25 +0200 |
commit | df57c0c6513ed1118cc9a199c9d0f19625766e20 (patch) | |
tree | 45bf554c597a5d508a5909cb2f33c88cdc7f3e6e /source/et/helpcontent2 | |
parent | a5f80090f50b6d1e06f579d12a22eb1ad805c99c (diff) |
update translations for master
and force-fix errors using pocheck
Change-Id: I3b188be653b6e7bbd18d9c8e6d5cd1c33e0c6890
Diffstat (limited to 'source/et/helpcontent2')
22 files changed, 3485 insertions, 1164 deletions
diff --git a/source/et/helpcontent2/source/auxiliary.po b/source/et/helpcontent2/source/auxiliary.po index 681aaae3754..9f3628ef3f6 100644 --- a/source/et/helpcontent2/source/auxiliary.po +++ b/source/et/helpcontent2/source/auxiliary.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-09-21 11:43+0200\n" +"POT-Creation-Date: 2022-10-10 13:35+0200\n" "PO-Revision-Date: 2020-07-09 16:34+0000\n" "Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n" "Language-Team: Estonian <https://weblate.documentfoundation.org/projects/libo_help-master/auxiliary/et/>\n" @@ -124,6 +124,15 @@ msgctxt "" msgid "Programming with Python" msgstr "Programmeerimine Pythoni keeles" +#. Y4vuu +#: sbasic.tree +msgctxt "" +"sbasic.tree\n" +"070203\n" +"node.text" +msgid "Python Modules" +msgstr "" + #. JCHAg #: sbasic.tree msgctxt "" diff --git a/source/et/helpcontent2/source/text/sbasic/python.po b/source/et/helpcontent2/source/text/sbasic/python.po index a17cfed306e..5c7abe9ccdd 100644 --- a/source/et/helpcontent2/source/text/sbasic/python.po +++ b/source/et/helpcontent2/source/text/sbasic/python.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-04-11 15:28+0200\n" +"POT-Creation-Date: 2022-10-10 13:35+0200\n" "PO-Revision-Date: 2020-03-08 23:16+0000\n" "Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n" "Language-Team: Estonian <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicpython/et/>\n" @@ -87,6 +87,42 @@ msgctxt "" msgid "The %PRODUCTNAME scripting framework for Python is optional on some GNU/Linux distributions. If it is installed, selecting <menuitem>Tools - Macros - Run Macro</menuitem> and checking <literal>Application Macros</literal> for the presence of <literal>HelloWorld – HelloWorldPython</literal> macro is sufficient. If absent, please refer to your distribution documentation in order to install the %PRODUCTNAME scripting framework for Python." msgstr "" +#. STRqN +#: main0000.xhp +msgctxt "" +"main0000.xhp\n" +"hd_id901655365903313\n" +"help.text" +msgid "%PRODUCTNAME Python Modules" +msgstr "" + +#. XUBsA +#: main0000.xhp +msgctxt "" +"main0000.xhp\n" +"par_id21655367848705\n" +"help.text" +msgid "<link href=\"text/sbasic/python/python_screen.xhp\" name=\"msgbox module\"><literal>msgbox</literal> module</link>" +msgstr "" + +#. 9tiEm +#: main0000.xhp +msgctxt "" +"main0000.xhp\n" +"par_id801655368030968\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/03/lib_ScriptForge.xhp\" name=\"scriptforge module\"><literal>scriptforge</literal> module</link>" +msgstr "" + +#. GBraq +#: main0000.xhp +msgctxt "" +"main0000.xhp\n" +"par_id12655637848750\n" +"help.text" +msgid "<link href=\"text/sbasic/python/python_programming.xhp#uno\" name=\"uno module\"><literal>uno</literal> module</link>" +msgstr "" + #. naZBV #: python_2_basic.xhp msgctxt "" @@ -2571,13 +2607,13 @@ msgctxt "" msgid "Python : Programming with Python" msgstr "" -#. g4R9j +#. BG8VW #: python_programming.xhp msgctxt "" "python_programming.xhp\n" "N0218\n" "help.text" -msgid "<bookmark_value>Python;Programming</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;Python</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;getComponentContext()</bookmark_value> <bookmark_value>uno.py</bookmark_value> <bookmark_value>uno.py;getComponentContext()</bookmark_value>" +msgid "<bookmark_value>Python;Programming</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;Python</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;getComponentContext</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;getDesktop</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;getDocument</bookmark_value> <bookmark_value>uno.py;getComponentContext</bookmark_value> <bookmark_value>uno.py;getDesktop</bookmark_value> <bookmark_value>uno.py;getDocument</bookmark_value>" msgstr "" #. CU6JS @@ -2724,6 +2760,15 @@ msgctxt "" msgid "Genuine BASIC UNO facilities can be inferred using <literal>uno.py</literal> module. Use <link href=\"text/sbasic/python/python_shell.xhp\" name=\"Python interactive shell\">Python interactive shell</link> to get a complete module description using <literal>dir()</literal> and <literal>help()</literal> Python commands." msgstr "" +#. SsAZa +#: python_programming.xhp +msgctxt "" +"python_programming.xhp\n" +"bm_id391659034206678\n" +"help.text" +msgid "<bookmark_value>uno.py</bookmark_value> <bookmark_value>uno.py;absolutize</bookmark_value> <bookmark_value>uno.py;createUnoStruct</bookmark_value> <bookmark_value>uno.py;fileUrlToSystemPath</bookmark_value> <bookmark_value>uno.py;getClass</bookmark_value> <bookmark_value>uno.py;getComponentContext</bookmark_value> <bookmark_value>uno.py;Enum</bookmark_value> <bookmark_value>uno.py;getConstantByName</bookmark_value> <bookmark_value>uno.py;isInterface</bookmark_value> <bookmark_value>uno.py;systemPathToFileUrl</bookmark_value>" +msgstr "" + #. Gi6iz #: python_programming.xhp msgctxt "" @@ -2895,29 +2940,29 @@ msgctxt "" msgid "See UNO data types" msgstr "" -#. 4vWGa +#. pFbcP #: python_programming.xhp msgctxt "" "python_programming.xhp\n" -"N0297\n" +"N1297\n" "help.text" msgid "Importing an embedded Module" msgstr "" -#. SGVBE +#. AngYv #: python_programming.xhp msgctxt "" "python_programming.xhp\n" -"N0298\n" +"N1298\n" "help.text" msgid "Similarly to %PRODUCTNAME Basic that supports browsing and dynamic loading of libraries, Python libraries can be explored and imported on demand. For more information on library containers, visit <link href=\"https://api.libreoffice.org/\" name=\"API Documentation site\">%PRODUCTNAME Application Programming Interface</link> (API) or download <link href=\"https://www.libreoffice.org/download/download/\" name=\"SDK download page\">%PRODUCTNAME Software Development Kit</link> (SDK)." msgstr "" -#. VtFrH +#. SEeXV #: python_programming.xhp msgctxt "" "python_programming.xhp\n" -"N0299\n" +"N3299\n" "help.text" msgid "Importing a Python document embedded module is illustrated below, exception handling is not detailed:" msgstr "" @@ -3039,13 +3084,13 @@ msgctxt "" msgid "Python standard output file is not available when running Python macros from <menuitem>Tools – Macros - Run Macro</menuitem>... menu. Presenting the output of a module requires the Python interactive console. Features such as <literal>input()</literal>, <literal>print()</literal>, <literal>repr()</literal> and <literal>str()</literal> are available from the Python shell." msgstr "" -#. NHHFB +#. sqd5d #: python_screen.xhp msgctxt "" "python_screen.xhp\n" -"N0436\n" +"msgbox_tip\n" "help.text" -msgid "The <link href=\"https://extensions.libreoffice.org/extensions/apso-alternative-script-organizer-for-python\" name=\"apso\">Alternative Python Script Organizer</link> (APSO) extension offers a msgbox() function out of its <literal>apso_utils</literal> module." +msgid "%PRODUCTNAME <literal>msgbox</literal> Python module proposes a <literal>msgbox()</literal> method that is illustrated in <link href=\"text/sbasic/python/python_handler.xhp\" name=\"msgbox example\">Creating Event Listeners</link> and <link href=\"text/sbasic/python/python_handler.xhp\" name=\"msgbox_example\">Creating a dialog handler</link> example pages." msgstr "" #. aPSDz @@ -3147,6 +3192,15 @@ msgctxt "" msgid "\"\"\"Outputs the specified strings or numeric expressions in a dialog box.\"\"\"" msgstr "" +#. qTYPW +#: python_screen.xhp +msgctxt "" +"python_screen.xhp\n" +"par_id161655364816553\n" +"help.text" +msgid "<literal>MsgBox</literal> and <literal>InputBox</literal> methods from the <link href=\"text/sbasic/shared/03/sf_basic.xhp\" name=\"Basic service\">Basic service</link> included in <link href=\"text/sbasic/shared/03/lib_ScriptForge.xhp\" name=\"scriptforge module\"> the ScriptForge libraries</link> call directly their native Basic counterparts." +msgstr "" + #. EYqxJ #: python_screen.xhp msgctxt "" @@ -3156,6 +3210,15 @@ msgctxt "" msgid "<literal>uiScripts</literal> Basic module" msgstr "" +#. DGYAX +#: python_screen.xhp +msgctxt "" +"python_screen.xhp\n" +"tip_APSO\n" +"help.text" +msgid "The <link href=\"https://extensions.libreoffice.org/extensions/apso-alternative-script-organizer-for-python\" name=\"apso\">Alternative Python Script Organizer</link> (APSO) extension offers a msgbox() function out of its <literal>apso_utils</literal> module." +msgstr "" + #. CGnPe #: python_session.xhp msgctxt "" diff --git a/source/et/helpcontent2/source/text/sbasic/shared.po b/source/et/helpcontent2/source/text/sbasic/shared.po index 721f26d9d7d..751712f6708 100644 --- a/source/et/helpcontent2/source/text/sbasic/shared.po +++ b/source/et/helpcontent2/source/text/sbasic/shared.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-07-04 18:04+0200\n" +"POT-Creation-Date: 2022-10-10 13:35+0200\n" "PO-Revision-Date: 2020-07-09 16:35+0000\n" "Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n" "Language-Team: Estonian <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared/et/>\n" @@ -2041,13 +2041,13 @@ msgctxt "" msgid "Using Variables" msgstr "Muutujate kasutamine" -#. gaCJC +#. JBADw #: 01020100.xhp msgctxt "" "01020100.xhp\n" "bm_id3149346\n" "help.text" -msgid "<bookmark_value>names of variables</bookmark_value> <bookmark_value>variables; using</bookmark_value> <bookmark_value>types of variables</bookmark_value> <bookmark_value>declaring variables</bookmark_value> <bookmark_value>values;of variables</bookmark_value> <bookmark_value>literals;date</bookmark_value> <bookmark_value>literals;integer</bookmark_value> <bookmark_value>literals;integer</bookmark_value> <bookmark_value>literals;floating point</bookmark_value> <bookmark_value>constants</bookmark_value> <bookmark_value>arrays;declaring</bookmark_value> <bookmark_value>defining;constants</bookmark_value>" +msgid "<bookmark_value>names of variables</bookmark_value> <bookmark_value>variables; using</bookmark_value> <bookmark_value>types of variables</bookmark_value> <bookmark_value>declaring variables</bookmark_value> <bookmark_value>values;of variables</bookmark_value> <bookmark_value>literals;date</bookmark_value> <bookmark_value>literals;integer</bookmark_value> <bookmark_value>literals;floating point</bookmark_value> <bookmark_value>constants</bookmark_value> <bookmark_value>arrays;declaring</bookmark_value> <bookmark_value>defining;constants</bookmark_value>" msgstr "" #. VAkCC @@ -4102,14 +4102,14 @@ msgctxt "" msgid "Creating a New Library" msgstr "Uue teegi loomine" -#. Qmf6K +#. fornx #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3152576\n" "help.text" -msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." -msgstr "Dialoogi <emph>Makrode korraldaja</emph> avamiseks vali <emph>Tööriistad - Makrod - Makrode korraldamine - %PRODUCTNAME Basic</emph> ja klõpsa <emph>Korraldaja</emph> või klõpsa Basic IDE ikooni <emph>Vali moodul</emph>." +msgid "Choose <emph>Tools - Macros - Organize Macros - Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." +msgstr "" #. PcnbC #: 01030400.xhp @@ -4147,14 +4147,14 @@ msgctxt "" msgid "Import a Library" msgstr "" -#. KiUmc +#. FfAiG #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3153157\n" "help.text" -msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." -msgstr "Dialoogi <emph>Makrode korraldaja</emph> avamiseks vali <emph>Tööriistad - Makrod - Makrode korraldamine - %PRODUCTNAME Basic</emph> ja klõpsa <emph>Korraldaja</emph> või klõpsa Basic IDE ikooni <emph>Vali moodul</emph>." +msgid "Choose <emph>Tools - Macros - Organize Macros - Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." +msgstr "" #. Tkmcd #: 01030400.xhp @@ -4228,14 +4228,14 @@ msgctxt "" msgid "Export a Library" msgstr "" -#. XaAmh +#. RftQx #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3147005\n" "help.text" -msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." -msgstr "Dialoogi <emph>Makrode korraldaja</emph> avamiseks vali <emph>Tööriistad - Makrod - Makrode korraldamine - %PRODUCTNAME Basic</emph> ja klõpsa <emph>Korraldaja</emph> või klõpsa Basic IDE ikooni <emph>Vali moodul</emph>." +msgid "Choose <emph>Tools - Macros - Organize Macros - Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." +msgstr "" #. 6J4pG #: 01030400.xhp @@ -4309,14 +4309,14 @@ msgctxt "" msgid "Deleting a Library" msgstr "Teegi kustutamine" -#. 5AxyK +#. xc9Aw #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3150086\n" "help.text" -msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." -msgstr "Dialoogi <emph>Makrode korraldaja</emph> avamiseks vali <emph>Tööriistad - Makrod - Makrode korraldamine - %PRODUCTNAME Basic</emph> ja klõpsa <emph>Korraldaja</emph> või klõpsa Basic IDE ikooni <emph>Vali moodul</emph>." +msgid "Choose <emph>Tools - Macros - Organize Macros - Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." +msgstr "" #. A6h5y #: 01030400.xhp @@ -4390,14 +4390,14 @@ msgctxt "" msgid "Creating a New Module or Dialog" msgstr "Uue mooduli või dialoogi loomine" -#. A885X +#. bidEt #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3154537\n" "help.text" -msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." -msgstr "Dialoogi <emph>Makrode korraldaja</emph> avamiseks vali <emph>Tööriistad - Makrod - Makrode korraldamine - %PRODUCTNAME Basic</emph> ja klõpsa <emph>Korraldaja</emph> või klõpsa Basic IDE ikooni <emph>Vali moodul</emph>." +msgid "Choose <emph>Tools - Macros - Organize Macros - Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." +msgstr "" #. AZkde #: 01030400.xhp @@ -4435,14 +4435,14 @@ msgctxt "" msgid "Renaming a Module or Dialog" msgstr "Mooduli või dialoogi ümbernimetamine" -#. siFq3 +#. nzrC9 #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3159230\n" "help.text" -msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." -msgstr "Dialoogi <emph>Makrode korraldaja</emph> avamiseks vali <emph>Tööriistad - Makrod - Makrode korraldamine - %PRODUCTNAME Basic</emph> ja klõpsa <emph>Korraldaja</emph> või klõpsa Basic IDE ikooni <emph>Vali moodul</emph>." +msgid "Choose <emph>Tools - Macros - Organize Macros - Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." +msgstr "" #. L9iaA #: 01030400.xhp @@ -4480,14 +4480,14 @@ msgctxt "" msgid "Deleting a Module or Dialog" msgstr "Mooduli või dialoogi kustutamine" -#. j9LZ9 +#. NTMhz #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3147547\n" "help.text" -msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." -msgstr "Dialoogi <emph>Makrode korraldaja</emph> avamiseks vali <emph>Tööriistad - Makrod - Makrode korraldamine - %PRODUCTNAME Basic</emph> ja klõpsa <emph>Korraldaja</emph> või klõpsa Basic IDE ikooni <emph>Vali moodul</emph>." +msgid "Choose <emph>Tools - Macros - Organize Macros - Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." +msgstr "" #. DUoVN #: 01030400.xhp @@ -4552,14 +4552,14 @@ msgctxt "" msgid "Open all documents or templates among which you want to move or copy the modules or dialogs." msgstr "Ava kõik dokumendid või mallid, mille vahel soovid mooduleid või dialooge teisaldada või kopeerida." -#. LgDdE +#. 9FTS4 #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3149319\n" "help.text" -msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." -msgstr "Dialoogi <emph>Makrode korraldaja</emph> avamiseks vali <emph>Tööriistad - Makrod - Makrode korraldamine - %PRODUCTNAME Basic</emph> ja klõpsa <emph>Korraldaja</emph> või klõpsa Basic IDE ikooni <emph>Vali moodul</emph>." +msgid "Choose <emph>Tools - Macros - Organize Macros - Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." +msgstr "" #. njHkZ #: 01030400.xhp @@ -12922,14 +12922,14 @@ msgctxt "" msgid "<variable id=\"DateSerial_H1\"><link href=\"text/sbasic/shared/03030101.xhp\" name=\"DateSerial Function\">DateSerial Function</link></variable>" msgstr "" -#. sh2RC +#. d3jbM #: 03030101.xhp msgctxt "" "03030101.xhp\n" "par_id3143267\n" "help.text" -msgid "Returns a <emph>Date</emph> value for a specified year, month, or day." -msgstr "Tagastab näidatud aasta, kuu ja kuupäevaga <emph>Date</emph>-väärtuse." +msgid "Returns a <emph>Date</emph> value for a specified year, month, and day." +msgstr "" #. 5G7kZ #: 03030101.xhp @@ -18934,13 +18934,13 @@ msgctxt "" msgid "The operation <literal>16 MOD 6</literal> returns 4, which is the remainder after dividing 16 by 6." msgstr "" -#. tjLmf +#. FQW9C #: 03070600.xhp msgctxt "" "03070600.xhp\n" "par_id921617302349290\n" "help.text" -msgid "Beware that Basic's <literal>MOD</literal> operator and Calc's <link href=\"text/scalc/01/04060106.xhp#bm_id3158247\" name=\"MOD Function\">MOD Function</link> behave differently. In Calc, both operands can be decimal values and they're not rounded before division, thus the resulting remainder may be a decimal value." +msgid "Be aware that BASIC's <literal>MOD</literal> operator and Calc's <link href=\"text/scalc/01/04060106.xhp#bm_id3158247\" name=\"MOD Function\">MOD Function</link> behave differently. In Calc, both operands can be decimal values and they are not rounded before division, thus the resulting remainder may be a decimal value." msgstr "" #. xEXBJ @@ -32452,14 +32452,14 @@ msgctxt "" msgid "Starts another application and defines the respective window style, if necessary." msgstr "Käivitab muu rakenduse ja määrab vajaduse korral vastava aknalaadi." -#. D7XVH +#. VykEA #: 03130500.xhp msgctxt "" "03130500.xhp\n" "par_id3147576\n" "help.text" -msgid "Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync])" -msgstr "Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync])" +msgid "Shell (Pathname As String[, Windowstyle As Integer[, Param As String[, bSync]]])" +msgstr "" #. 7dFVT #: 03130500.xhp @@ -32470,14 +32470,14 @@ msgctxt "" msgid "Pathname" msgstr "Pathname" -#. mEkP2 +#. SGKiG #: 03130500.xhp msgctxt "" "03130500.xhp\n" "par_id3155419\n" "help.text" -msgid "Complete path and program name of the program that you want to start." -msgstr "Käivitatava programm täielik tee ja nimi." +msgid "Name of the program that you want to start, optionally with complete path and/or arguments." +msgstr "" #. PaQxf #: 03130500.xhp @@ -32578,14 +32578,14 @@ msgctxt "" msgid "Param" msgstr "Param" -#. DvvEa +#. HmcHB #: 03130500.xhp msgctxt "" "03130500.xhp\n" "par_id3149412\n" "help.text" -msgid "Any string expression that specifies the command line that want to pass." -msgstr "Suvaline stringavaldis, mis määrab edastatava käsurea." +msgid "String that specifies additional arguments passed to the program." +msgstr "" #. bbNMF #: 03130500.xhp @@ -36259,13 +36259,13 @@ msgctxt "" msgid "This function implements the rounding rule known as \"round-to-even\". With this rule, whenever the difference between the number to be rounded and its nearest integer is equal to 0.5, the number is rounded to the nearest even number. See the examples <link href=\"text/sbasic/shared/03170000.xhp#round_example\" name=\"round_ex_link\">below</link> to learn more about this rule." msgstr "" -#. DfnHz +#. r5HMd #: 03170000.xhp msgctxt "" "03170000.xhp\n" "par_id691634217736290\n" "help.text" -msgid "Beware that VBA's <literal>Round</literal> function works differently than %PRODUCTNAME Calc's <literal>Round</literal> function. In Calc, if the difference between the number to be rounded and the nearest integer is exactly 0.5, then the number is rounded up. Hence, in Calc the number 2.5 is rounded to 3 whereas using VBA's <literal>Round</literal> function the value 2.5 is rounded to 2 due to the \"round-to-even\" rule." +msgid "Be aware that VBA's <literal>Round</literal> function works differently than %PRODUCTNAME Calc's <literal>Round</literal> function. In Calc, if the difference between the number to be rounded and the nearest integer is exactly 0.5, then the number is rounded up. Hence, in Calc the number 2.5 is rounded to 3 whereas using VBA's <literal>Round</literal> function the value 2.5 is rounded to 2 due to the \"round-to-even\" rule." msgstr "" #. GSzGj diff --git a/source/et/helpcontent2/source/text/sbasic/shared/03.po b/source/et/helpcontent2/source/text/sbasic/shared/03.po index 59224522f7c..d06efd466df 100644 --- a/source/et/helpcontent2/source/text/sbasic/shared/03.po +++ b/source/et/helpcontent2/source/text/sbasic/shared/03.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-07-04 18:04+0200\n" +"POT-Creation-Date: 2022-10-10 13:35+0200\n" "PO-Revision-Date: 2020-03-08 23:16+0000\n" "Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n" "Language-Team: Estonian <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared03/et/>\n" @@ -3913,13 +3913,13 @@ msgctxt "" msgid "Or using the <literal>OpenDocument</literal> method from the <literal>UI</literal> service:" msgstr "" -#. MDxMC +#. LA2sA #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id741621467697967\n" "help.text" -msgid "It is also possible to instantiate the <literal>Calc</literal> service using the <literal>CreateScriptService</literal> method:" +msgid "It is also possible to instantiate the <literal>Calc</literal> service specifying a window name for the <literal>CreateScriptService</literal> method:" msgstr "" #. CKafD @@ -3931,6 +3931,15 @@ msgctxt "" msgid "In the example above, \"MyFile.ods\" is the name of an open document window. If this argument is not provided, the active window is considered." msgstr "" +#. ucEa2 +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id551658777771853\n" +"help.text" +msgid "It is also possible to invoke the <literal>Calc</literal> service using the document referenced by <literal>ThisComponent</literal>. This is specially useful when running a macro from within the Basic IDE." +msgstr "" + #. gfpHw #: sf_calc.xhp msgctxt "" @@ -5137,6 +5146,15 @@ msgctxt "" msgid "For example, suppose range <emph>A1:J200</emph> is selected (height = 200), so the default formula is <emph>=(COUNTBLANK(A1:A200)=200)</emph>. This means that if all 200 cells are empty in the first column (Column A), then the column is deleted. Note that the formula is expressed with respect to the first column only. Internally the <literal>CompactLeft</literal> method will generalize this formula for all the remaining columns." msgstr "" +#. viKpg +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id431657568414625\n" +"help.text" +msgid "Calc functions used in the <literal>filterformula</literal> argument must be expressed using their English names. Visit the Wiki page <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/List_of_Functions\" name=\"CalcFunctions\">List of Calc Functions</link> for a complete list of Calc functions in English." +msgstr "" + #. FDspT #: sf_calc.xhp msgctxt "" @@ -5317,6 +5335,15 @@ msgctxt "" msgid "For example, suppose range <emph>A1:J200</emph> is selected (width = 10), so the default formula is <emph>=(COUNTBLANK(A1:J1)=10)</emph>. This means that if all 10 cells are empty in the first row (Row 1), then the row is deleted. Note that the formula is expressed with respect to the first row only. Internally the <literal>CompactUp</literal> method will generalize this formula for all the remaining rows." msgstr "" +#. VCrie +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id431657568414714\n" +"help.text" +msgid "The Calc functions used in the formula specified in the <literal>filterformula</literal> argument must be expressed using their English names. Visit the Wiki page <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/List_of_Functions\" name=\"CalcFunctions\">List of Calc Functions</link> for a complete list of Calc functions in English." +msgstr "" + #. GuWzD #: sf_calc.xhp msgctxt "" @@ -6316,6 +6343,15 @@ msgctxt "" msgid "Get the formula(s) stored in the given range of cells as a single string, a 1D or a 2D array of strings." msgstr "" +#. ojiDi +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id291658146319931\n" +"help.text" +msgid "The names of Calc functions used in the returned formulas are expressed in English. Visit the Wiki page <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/List_of_Functions\" name=\"CalcFunctions\">List of Calc Functions</link> for a complete list of Calc functions in English." +msgstr "" + #. KDFkQ #: sf_calc.xhp msgctxt "" @@ -7126,229 +7162,238 @@ msgctxt "" msgid "To dump the full contents of an array in a sheet, use <emph>SetArray</emph>. To dump the contents of an array only within the boundaries of the targeted range of cells, use <emph>SetValue</emph>." msgstr "" -#. ecovS +#. g8mER #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id601592231799489\n" +"par_id521595767687154\n" "help.text" -msgid "Stores the given value in the specified range. The size of the modified area is equal to the size of the target range." +msgid "Applies the specified cell style to the given target range. The full range is updated and the remainder of the sheet is left untouched. If the cell style does not exist, an error is raised." msgstr "" -#. PeoKo +#. nxDCd #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id1001592233389953\n" +"par_id70159576768715\n" "help.text" msgid "The method returns a string representing the modified area as a range of cells." msgstr "" -#. xYrHQ +#. FtFpL #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id361592231799255\n" +"par_id22159576768782\n" "help.text" -msgid "<emph>targetrange</emph>: The range where to store the given value, as a string." +msgid "<emph>targetrange</emph>: The range to which the style will be applied, as a string." msgstr "" -#. dydXF +#. aAGcy #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id461592232081985\n" +"par_id181595767687247\n" "help.text" -msgid "<emph>value</emph>: A scalar, a vector or an array with the new values for each cell of the range. The new values must be strings, numeric values or dates. Other types will cause the corresponding cells to be emptied." +msgid "<emph>style</emph>: The name of the cell style to apply." msgstr "" -#. CgwVF +#. DCAWV #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id841592745785192\n" +"par_id481593880376480\n" "help.text" -msgid "The full range is updated and the remainder of the sheet is left unchanged. If the size of <literal>value</literal> is smaller than the size of <literal>targetrange</literal>, then the remaining cells will be emptied." +msgid "Inserts the given (array of) formula(s) in the specified range. The size of the modified area is equal to the size of the range." msgstr "" -#. QFkLr +#. d8CAU #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id191611776838396\n" +"par_id711593880376106\n" "help.text" -msgid "If the size of <literal>value</literal> is larger than the size of <literal>targetrange</literal>, then <literal>value</literal> is only partially copied until it fills the size of <literal>targetrange</literal>." +msgid "The method returns a string representing the modified area as a range of cells." msgstr "" -#. ykBk6 +#. F5XDi #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id71611776941663\n" +"par_id891593880376776\n" "help.text" -msgid "Vectors are expanded vertically, except if <literal>targetrange</literal> has a height of exactly 1 row." +msgid "<emph>targetrange</emph>: The range to insert the formulas, as a string." msgstr "" -#. FJCPf +#. A2UQF #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"bas_id541592232948567\n" +"par_id941593880376500\n" "help.text" -msgid "'Below the Value array is smaller than the TargetRange (remaining cells are emptied)" +msgid "<emph>formula</emph>: A string, a vector or an array of strings with the new formulas for each cell in the target range." msgstr "" -#. vuu9B +#. 746E8 #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"bas_id541592232948825\n" +"par_id551593880376513\n" "help.text" -msgid "'Below the Value and TargetRange have the same size" +msgid "The full range is updated and the remainder of the sheet is left unchanged." msgstr "" -#. 4LFnH +#. Wot7x #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id731621689592755\n" +"par_id811593880756356\n" "help.text" -msgid "If you want to fill a single row with values, you can use the <literal>Offset</literal> function. In the example below, consider that <literal>arrData</literal> is a one-dimensional array:" +msgid "If the given formula is a string, the unique formula is pasted along the whole range with adjustment of the relative references." msgstr "" -#. g8mER +#. zr47n #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id521595767687154\n" +"par_id491593880857823\n" "help.text" -msgid "Applies the specified cell style to the given target range. The full range is updated and the remainder of the sheet is left untouched. If the cell style does not exist, an error is raised." +msgid "If the size of <literal>formula</literal> is smaller than the size of <literal>targetrange</literal>, then the remaining cells are emptied." msgstr "" -#. nxDCd +#. LwoGL #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id70159576768715\n" +"par_id701611778103306\n" "help.text" -msgid "The method returns a string representing the modified area as a range of cells." +msgid "If the size of <literal>formula</literal> is larger than the size of <literal>targetrange</literal>, then the formulas are only partially copied until it fills the size of <literal>targetrange</literal>." msgstr "" -#. FtFpL +#. GQC3N #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id22159576768782\n" +"par_id761611777946581\n" "help.text" -msgid "<emph>targetrange</emph>: The range to which the style will be applied, as a string." +msgid "Vectors are always expanded vertically, except if <literal>targetrange</literal> has a height of exactly 1 row." msgstr "" -#. aAGcy +#. XbQTz #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id181595767687247\n" +"par_id431657568413185\n" "help.text" -msgid "<emph>style</emph>: The name of the cell style to apply." +msgid "Calc functions used in the <literal>formula</literal> argument must be expressed using their English names. Visit the Wiki page <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/List_of_Functions\" name=\"CalcFunctions\">List of Calc Functions</link> for a complete list of Calc functions in English." msgstr "" -#. DCAWV +#. rNEEY #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id481593880376480\n" +"bas_id681593880376489\n" "help.text" -msgid "Inserts the given (array of) formula(s) in the specified range. The size of the modified area is equal to the size of the range." +msgid "'Horizontal vector, partially empty" msgstr "" -#. d8CAU +#. 52GZX #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id711593880376106\n" +"bas_id961593881331390\n" "help.text" -msgid "The method returns a string representing the modified area as a range of cells." +msgid "'D2 contains the formula \"=H2\"" msgstr "" -#. F5XDi +#. ecovS #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id891593880376776\n" +"par_id601592231799489\n" "help.text" -msgid "<emph>targetrange</emph>: The range to insert the formulas, as a string." +msgid "Stores the given value in the specified range. The size of the modified area is equal to the size of the target range." msgstr "" -#. A2UQF +#. PeoKo #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id941593880376500\n" +"par_id1001592233389953\n" "help.text" -msgid "<emph>formula</emph>: A string, a vector or an array of strings with the new formulas for each cell in the target range." +msgid "The method returns a string representing the modified area as a range of cells." msgstr "" -#. 746E8 +#. xYrHQ #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id551593880376513\n" +"par_id361592231799255\n" "help.text" -msgid "The full range is updated and the remainder of the sheet is left unchanged." +msgid "<emph>targetrange</emph>: The range where to store the given value, as a string." msgstr "" -#. Wot7x +#. dydXF #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id811593880756356\n" +"par_id461592232081985\n" "help.text" -msgid "If the given formula is a string, the unique formula is pasted along the whole range with adjustment of the relative references." +msgid "<emph>value</emph>: A scalar, a vector or an array with the new values for each cell of the range. The new values must be strings, numeric values or dates. Other types will cause the corresponding cells to be emptied." msgstr "" -#. zr47n +#. CgwVF #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id491593880857823\n" +"par_id841592745785192\n" "help.text" -msgid "If the size of <literal>formula</literal> is smaller than the size of <literal>targetrange</literal>, then the remaining cells are emptied." +msgid "The full range is updated and the remainder of the sheet is left unchanged. If the size of <literal>value</literal> is smaller than the size of <literal>targetrange</literal>, then the remaining cells will be emptied." msgstr "" -#. LwoGL +#. QFkLr #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id701611778103306\n" +"par_id191611776838396\n" "help.text" -msgid "If the size of <literal>formula</literal> is larger than the size of <literal>targetrange</literal>, then the formulas are only partially copied until it fills the size of <literal>targetrange</literal>." +msgid "If the size of <literal>value</literal> is larger than the size of <literal>targetrange</literal>, then <literal>value</literal> is only partially copied until it fills the size of <literal>targetrange</literal>." msgstr "" -#. GQC3N +#. ykBk6 #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id761611777946581\n" +"par_id71611776941663\n" "help.text" -msgid "Vectors are always expanded vertically, except if <literal>targetrange</literal> has a height of exactly 1 row." +msgid "Vectors are expanded vertically, except if <literal>targetrange</literal> has a height of exactly 1 row." msgstr "" -#. rNEEY +#. FJCPf #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"bas_id681593880376489\n" +"bas_id541592232948567\n" "help.text" -msgid "'Horizontal vector, partially empty" +msgid "'Below the Value array is smaller than the TargetRange (remaining cells are emptied)" msgstr "" -#. 52GZX +#. vuu9B #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"bas_id961593881331390\n" +"bas_id541592232948825\n" "help.text" -msgid "'D2 contains the formula \"=H2\"" +msgid "'Below the Value and TargetRange have the same size" +msgstr "" + +#. 4LFnH +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id731621689592755\n" +"help.text" +msgid "If you want to fill a single row with values, you can use the <literal>Offset</literal> function. In the example below, consider that <literal>arrData</literal> is a one-dimensional array:" msgstr "" #. gF7Gb @@ -12517,13 +12562,13 @@ msgctxt "" msgid "<emph>inputstr</emph>: The string to import." msgstr "" -#. GDAGm +#. eCfBF #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id201601391980268\n" "help.text" -msgid "<emph>overwrite</emph>: When <literal>True</literal>, entries with same name may exist in the dictionary and their values are overwritten. When <literal>False</literal> (default), repeated keys will raise an error. Beware that dictionary keys are not case-sensitive while names are case-sensitive in JSON strings." +msgid "<emph>overwrite</emph>: When <literal>True</literal>, entries with same name may exist in the dictionary and their values are overwritten. When <literal>False</literal> (default), repeated keys will raise an error. Be aware that dictionary keys are not case-sensitive while names are case-sensitive in JSON strings." msgstr "" #. aBFC5 @@ -12805,13 +12850,22 @@ msgctxt "" msgid "Alternatively you can use the methods <literal>CreateDocument</literal> and <literal>OpenDocument</literal> from the <literal>UI</literal> service." msgstr "" -#. kv6B9 +#. uwA2W #: sf_document.xhp msgctxt "" "sf_document.xhp\n" "par_id691622816765571\n" "help.text" -msgid "Directly if the document is already open." +msgid "Using a window name if the document is already open." +msgstr "" + +#. yRfyT +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id551658777771853\n" +"help.text" +msgid "Using the document referenced by <literal>ThisComponent</literal>. This is specially useful when running a macro from within the Basic IDE." msgstr "" #. yFDEW @@ -14299,13 +14353,13 @@ msgctxt "" msgid "<emph>arg0[, arg1, ...]</emph>: Any number of arguments of any type." msgstr "" -#. ZxYFC +#. sCSES #: sf_exception.xhp msgctxt "" "sf_exception.xhp\n" "par_id111621624672183\n" "help.text" -msgid "Displays the list of arguments in a readable form in the Python shell (APSO) console. Arguments are separated by a TAB character (simulated by spaces)." +msgid "Displays the list of arguments in a readable form in the platform console. Arguments are separated by a TAB character (simulated by spaces)." msgstr "" #. ujSFu @@ -14317,6 +14371,15 @@ msgctxt "" msgid "The same string is added to the ScriptForge debug console." msgstr "" +#. yreJF +#: sf_exception.xhp +msgctxt "" +"sf_exception.xhp\n" +"par_id551655563148866\n" +"help.text" +msgid "If <link href=\"https://extensions.libreoffice.org/en/extensions/show/apso-alternative-script-organizer-for-python\" name=\"APSO Python shell\">Python shell (APSO)</link> is active, <literal>PythonPrint</literal> content is written to APSO console in place of the platform console." +msgstr "" + #. ixNfF #: sf_exception.xhp msgctxt "" @@ -14326,13 +14389,13 @@ msgctxt "" msgid "<emph>arg0[, arg1, ...]</emph>: Any number of arguments of any type. The maximum length of each individual argument is 1024 characters." msgstr "" -#. f5WaM +#. U88JC #: sf_exception.xhp msgctxt "" "sf_exception.xhp\n" "par_id261123015276160\n" "help.text" -msgid "In python use simply the builtin print() statement." +msgid "In Python use a <literal>print</literal> statement to print to the APSO console or use the <literal>DebugPrint</literal> method to print to ScriptForge's console." msgstr "" #. CUoch @@ -15136,13 +15199,13 @@ msgctxt "" msgid "In the examples below the first line copies a single file whereas the second line copies multiple files using wildcards." msgstr "" -#. GevfF +#. 7xndg #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id411626216328023\n" "help.text" -msgid "Beware that subfolders and their contents are not copied when wildcards are used in the <emph>source</emph> argument." +msgid "Be aware that subfolders and their contents are not copied when wildcards are used in the <emph>source</emph> argument." msgstr "" #. TdGi7 @@ -15298,13 +15361,13 @@ msgctxt "" msgid "<emph>encoding</emph>: The character set to be used. The default encoding is \"UTF-8\"." msgstr "" -#. eoE92 +#. Pas6f #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id141613001281573\n" "help.text" -msgid "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Beware that %PRODUCTNAME does not implement all existing character sets." +msgid "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Be aware that %PRODUCTNAME does not implement all existing character sets." msgstr "" #. DVGxr @@ -15424,11 +15487,11 @@ msgctxt "" msgid "Returns a string containing the folder where the specified extension package is installed." msgstr "" -#. xuDgD +#. pJWi2 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"par_id21612999775311\n" +"par_id711658780480236\n" "help.text" msgid "The current value of the property <literal>SF_FileSystem.FileNaming</literal> is used to determine the notation of the returned string." msgstr "" @@ -15946,6 +16009,51 @@ msgctxt "" msgid "Wildcard characters are not allowed in <literal>destination</literal>." msgstr "" +#. DqpaF +#: sf_filesystem.xhp +msgctxt "" +"sf_filesystem.xhp\n" +"par_id871583670342051\n" +"help.text" +msgid "Returns a string containing the normalized path name by collapsing redundant separators and up-level references." +msgstr "" + +#. heCzw +#: sf_filesystem.xhp +msgctxt "" +"sf_filesystem.xhp\n" +"par_id541658780038027\n" +"help.text" +msgid "For instance, the path names <literal>A//B</literal>, <literal>A/B/</literal>, <literal>A/./B</literal> and <literal>A/foo/../B</literal> are all normalized to <literal>A/B</literal>." +msgstr "" + +#. A6mAb +#: sf_filesystem.xhp +msgctxt "" +"sf_filesystem.xhp\n" +"par_id881613074436118\n" +"help.text" +msgid "On Windows, forward slashes \"/\" are converted to backward slashes \"\\\"." +msgstr "" + +#. 56xkN +#: sf_filesystem.xhp +msgctxt "" +"sf_filesystem.xhp\n" +"par_id381658780455018\n" +"help.text" +msgid "The current value of the property <literal>SF_FileSystem.FileNaming</literal> is used to determine the notation of the <literal>filename</literal> argument as well as the format of the returned string." +msgstr "" + +#. G9ARW +#: sf_filesystem.xhp +msgctxt "" +"sf_filesystem.xhp\n" +"par_id481583670340107\n" +"help.text" +msgid "<emph>filename</emph>: a string representing a valid path name. The file or directory represented by this argument may not exist." +msgstr "" + #. JNTia #: sf_filesystem.xhp msgctxt "" @@ -17314,13 +17422,13 @@ msgctxt "" msgid "The value returned by the <literal>Controls</literal> method depends on the arguments provided:" msgstr "" -#. YkyY2 +#. VXWwg #: sf_form.xhp msgctxt "" "sf_form.xhp\n" "par_id421598179770993\n" "help.text" -msgid "If the method is called <emph>without arguments</emph>, then it returns the list of the controls contained in the form. Beware that the returned list does not contain any subform controls." +msgid "If the method is called <emph>without arguments</emph>, then it returns the list of the controls contained in the form. Be aware that the returned list does not contain any subform controls." msgstr "" #. SsiUX @@ -19852,13 +19960,13 @@ msgctxt "" msgid "<emph>encoding2</emph>: The character set of the fallback PO file corresponding to the <literal>locale2</literal> argument. The default encoding is \"UTF-8\"." msgstr "" -#. wbSFz +#. M2NBE #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id141613001281573\n" "help.text" -msgid "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Beware that %PRODUCTNAME does not implement all existing character sets." +msgid "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Be aware that %PRODUCTNAME does not implement all existing character sets." msgstr "" #. 3ApdD @@ -23290,94 +23398,40 @@ msgctxt "" msgid "numText = oRegion.Number2Text(\"ordinal 15\", \"en-US\")" msgstr "" -#. CHCJt +#. 3T93o #: sf_region.xhp msgctxt "" "sf_region.xhp\n" "par_id801656027524051\n" "help.text" -msgid "To get a list of all supported prefixes in a given language, call <literal>Number2Text</literal> with the special \"help\" argument, as shown in the example below:" -msgstr "" - -#. ZqfNT -#: sf_region.xhp -msgctxt "" -"sf_region.xhp\n" -"bas_id181656027807107\n" -"help.text" -msgid "' Considering the \"en-US\" locale the message box will show the following text" -msgstr "" - -#. hRef2 -#: sf_region.xhp -msgctxt "" -"sf_region.xhp\n" -"bas_id216560277123601\n" -"help.text" -msgid "' one, two, three" -msgstr "" - -#. YMJ5N -#: sf_region.xhp -msgctxt "" -"sf_region.xhp\n" -"bas_id361656027712711\n" -"help.text" -msgid "' ordinal: first, second, third" -msgstr "" - -#. vhTrp -#: sf_region.xhp -msgctxt "" -"sf_region.xhp\n" -"bas_id891656027712920\n" -"help.text" -msgid "' ordinal-number: 1st, 2nd, 3rd" -msgstr "" - -#. YGCiN -#: sf_region.xhp -msgctxt "" -"sf_region.xhp\n" -"bas_id611656027713104\n" -"help.text" -msgid "' year: nineteen ninety-nine, two thousand, two thousand one" -msgstr "" - -#. vEMTZ -#: sf_region.xhp -msgctxt "" -"sf_region.xhp\n" -"bas_id861656027713288\n" -"help.text" -msgid "' currency (for example, USD): two U.S. dollars and fifty cents" +msgid "To get a list of all supported prefixes in a given language, call <literal>Number2Text</literal> with the special \"help\" argument. In the example below, assume your locale is set to \"en-US\", then the list of available prefixes for \"en-US\" will be shown by <literal>MsgBox</literal>:" msgstr "" -#. xYrSL +#. RBkxp #: sf_region.xhp msgctxt "" "sf_region.xhp\n" -"bas_id841656027713503\n" +"par_id781656027840633\n" "help.text" -msgid "' money USD: two and 50/100 U.S. dollars" +msgid "The first line in the message box does not have a prefix, which means that it is the standard format. The subsequent lines include the prefix and some examples of numbers using its format." msgstr "" -#. RBkxp +#. WYDkd #: sf_region.xhp msgctxt "" "sf_region.xhp\n" -"par_id781656027840633\n" +"par_id781656028528520\n" "help.text" -msgid "The first line in the message box does not have a prefix, which means that it is the standard format. The subsequent lines include the prefix and some examples of numbers using its format." +msgid "Each language has its own set of supported prefixes. The number of available prefixes may vary from language to language." msgstr "" -#. WPApK +#. gcMPN #: sf_region.xhp msgctxt "" "sf_region.xhp\n" -"par_id781656028528520\n" +"par_id531663849363398\n" "help.text" -msgid "Each language has its own set of supported prefixes." +msgid "To get the list of prefixes for a specific language or locale, it can be specified as the second argument in <literal>Number2Text</literal>. The example below shows the available prefixes available for the \"pt-BR\" locale:" msgstr "" #. dShiA @@ -23461,33 +23515,6 @@ msgctxt "" msgid "' The UTC date/time is June 23, 2022 at 12:30:00" msgstr "" -#. RpFvL -#: sf_region.xhp -msgctxt "" -"sf_region.xhp\n" -"pyc_id361656077667354\n" -"help.text" -msgid "import datetime" -msgstr "" - -#. hgcCJ -#: sf_region.xhp -msgctxt "" -"sf_region.xhp\n" -"pyc_id901656077667666\n" -"help.text" -msgid "localDT = datetime.datetime(2022, 6, 23, 14, 30, 0)" -msgstr "" - -#. A7GXw -#: sf_region.xhp -msgctxt "" -"sf_region.xhp\n" -"pyc_id521656077682826\n" -"help.text" -msgid "utcTime = oRegion.UTCDateTime(localDT, \"Europe/Berlin\", \"DE\")" -msgstr "" - #. tZoWt #: sf_region.xhp msgctxt "" @@ -23749,13 +23776,13 @@ msgctxt "" msgid "The following example instantiates the <literal>Basic</literal> service and calls the <literal>MsgBox</literal> method, which is equivalent to the <literal>MsgBox</literal> function available in Basic:" msgstr "" -#. zVgQm +#. TFMGE #: sf_services.xhp msgctxt "" "sf_services.xhp\n" "par_id581627645023307\n" "help.text" -msgid "Beware that the <literal>Basic</literal> service has to be instantiated in Python scripts using the <literal>CreateScriptService</literal> method." +msgid "Be aware that the <literal>Basic</literal> service has to be instantiated in Python scripts using the <literal>CreateScriptService</literal> method." msgstr "" #. LCVem @@ -23893,13 +23920,13 @@ msgctxt "" msgid "in any shared library" msgstr "" -#. E7meg +#. 2GN3X #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id391582814720487\n" "help.text" -msgid "in My Macros" +msgid "in <emph>My Macros</emph>" msgstr "" #. MiuWT @@ -23911,13 +23938,13 @@ msgctxt "" msgid "in an extension installed for the current user" msgstr "" -#. SAMnM +#. MfbpF #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id21582814720997\n" "help.text" -msgid "in %PRODUCTNAME macros" +msgid "in <emph>Application Macros</emph>" msgstr "" #. LnKrt @@ -27043,13 +27070,13 @@ msgctxt "" msgid "Sets or returns the current delimiter to be inserted between two successive written lines. The default value is the native line delimiter in the current operating system." msgstr "" -#. dCeHZ +#. EuWCP #: sf_textstream.xhp msgctxt "" "sf_textstream.xhp\n" "par_id141613001281573\n" "help.text" -msgid "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Beware that %PRODUCTNAME does not implement all existing character sets." +msgid "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Be aware that %PRODUCTNAME does not implement all existing character sets." msgstr "" #. hKJkD @@ -27754,13 +27781,13 @@ msgctxt "" msgid "If you call the <literal>Terminate</literal> method, subsequent calls for the <literal>Continue</literal> method will not resume time measurement. Similarly, after a Timer has been terminated, calling the <literal>Start</literal> method will restart it as if it were a clean new Timer." msgstr "" -#. DSYKj +#. AqGfb #: sf_timer.xhp msgctxt "" "sf_timer.xhp\n" "par_id391626872019832\n" "help.text" -msgid "Beware that the <literal>Wait</literal> function in Basic takes in a duration argument in milliseconds whereas the <literal>sleep</literal> function in Python uses seconds in its argument." +msgid "Be aware that the <literal>Wait</literal> function in BASIC takes in a duration argument in milliseconds whereas the <literal>sleep</literal> function in Python uses seconds in its argument." msgstr "" #. bHEyr diff --git a/source/et/helpcontent2/source/text/scalc/00.po b/source/et/helpcontent2/source/text/scalc/00.po index bbc67e3afb6..e92a570336b 100644 --- a/source/et/helpcontent2/source/text/scalc/00.po +++ b/source/et/helpcontent2/source/text/scalc/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-03-21 12:31+0100\n" +"POT-Creation-Date: 2022-10-10 13:35+0200\n" "PO-Revision-Date: 2020-07-02 14:07+0000\n" "Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n" "Language-Team: Estonian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc00/et/>\n" @@ -880,6 +880,195 @@ msgctxt "" msgid "<variable id=\"fodbbe\">Choose <emph>Format - Print Ranges - Edit</emph>.</variable>" msgstr "<variable id=\"fodbbe\">Vali <emph>Vormindus - Trükialad - Redigeeri</emph></variable>" +#. 2mGMo +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id3154618\n" +"help.text" +msgid "<variable id=\"bedingte\">Choose <menuitem>Format - Conditional - Condition</menuitem>.</variable>" +msgstr "" + +#. 36aUL +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id141663543112100\n" +"help.text" +msgid "On the <emph>Formatting</emph> bar, click" +msgstr "" + +#. VqVh2 +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id1001663540244130\n" +"help.text" +msgid "<image src=\"cmd/lc_conditionalformatdialog.svg\" id=\"img_id461663540244131\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id201663540244132\">Icon Conditional Format - Condition</alt></image>" +msgstr "" + +#. CdDAq +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id151663540244134\n" +"help.text" +msgid "Conditional Format" +msgstr "" + +#. GBExF +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id31663542115011\n" +"help.text" +msgid "<variable id=\"conditionalcolorscale\">Choose <menuitem>Format - Conditional - Color Scale</menuitem></variable>" +msgstr "" + +#. QPRux +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id211663543104186\n" +"help.text" +msgid "On the <emph>Formatting</emph> bar, click" +msgstr "" + +#. ZHE33 +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id431663540719713\n" +"help.text" +msgid "<image src=\"cmd/lc_colorscaleformatdialog.svg\" id=\"img_id551663540719714\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id381663540719715\">Icon Color Scale</alt></image>" +msgstr "" + +#. UJbUX +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id841663540719717\n" +"help.text" +msgid "Color Scale" +msgstr "" + +#. BCKnF +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id491663542108169\n" +"help.text" +msgid "<variable id=\"conditionaldatabar\">Choose <menuitem>Format - Conditional - Data Bar</menuitem></variable>" +msgstr "" + +#. YJvXG +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id81663543094977\n" +"help.text" +msgid "On the <emph>Formatting</emph> bar, click" +msgstr "" + +#. qKAB8 +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id301663541161943\n" +"help.text" +msgid "<image src=\"cmd/lc_databarformatdialog.svg\" id=\"img_id601663541161944\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id21663541161945\">Icon Data Bar</alt></image>" +msgstr "" + +#. DhB6e +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id101663541161947\n" +"help.text" +msgid "Data Bar" +msgstr "" + +#. AaxGU +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id851663542093712\n" +"help.text" +msgid "<variable id=\"conditionaliconset\">Choose <menuitem>Format - Conditional - Icon Set</menuitem></variable>" +msgstr "" + +#. j6oAH +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id501663543087343\n" +"help.text" +msgid "On the <emph>Formatting</emph> bar, click" +msgstr "" + +#. BKDA9 +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id51663541228728\n" +"help.text" +msgid "<image src=\"cmd/lc_iconsetformatdialog.svg\" id=\"img_id511663541228729\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id261663541228730\">Icon Icon Set</alt></image>" +msgstr "" + +#. xL9EB +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id61663541228732\n" +"help.text" +msgid "Icon Set" +msgstr "" + +#. t4dp2 +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id391663542070705\n" +"help.text" +msgid "<variable id=\"conditionaldate\">Choose <menuitem>Format - Conditional - Date</menuitem></variable>" +msgstr "" + +#. bETCm +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id351663543077670\n" +"help.text" +msgid "On the <emph>Formatting</emph> bar, click" +msgstr "" + +#. dUBco +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id371663541317147\n" +"help.text" +msgid "<image src=\"cmd/lc_conddateformatdialog.svg\" id=\"img_id61663541317148\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id641663541317149\">Icon Date</alt></image>" +msgstr "" + +#. TPxGF +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id121663541317151\n" +"help.text" +msgid "Date" +msgstr "" + +#. ZJawN +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id641663542045446\n" +"help.text" +msgid "<variable id=\"conditionalmanage\">Choose <menuitem>Format - Conditional - Manage</menuitem></variable>" +msgstr "" + #. gWWhE #: 00000405.xhp msgctxt "" @@ -916,15 +1105,6 @@ msgctxt "" msgid "AutoFormat" msgstr "Automaatvormindus" -#. d2VYa -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3154618\n" -"help.text" -msgid "<variable id=\"bedingte\">Choose <emph>Format - Conditional</emph>.</variable>" -msgstr "<variable id=\"bedingte\">Vali <emph>Vormindus - Tingimuslik vormindamine</emph></variable>" - #. aFWLc #: 00000406.xhp msgctxt "" diff --git a/source/et/helpcontent2/source/text/scalc/01.po b/source/et/helpcontent2/source/text/scalc/01.po index 3edbf6d0d9d..20894f2ae6c 100644 --- a/source/et/helpcontent2/source/text/scalc/01.po +++ b/source/et/helpcontent2/source/text/scalc/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-07-04 18:04+0200\n" +"POT-Creation-Date: 2022-10-10 13:35+0200\n" "PO-Revision-Date: 2021-08-10 09:21+0000\n" "Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n" "Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/et/>\n" @@ -2842,22 +2842,22 @@ msgctxt "" msgid "Go to Sheet" msgstr "" -#. W6vyo +#. 88YoD #: 02220000.xhp msgctxt "" "02220000.xhp\n" "bm_id781654171314500\n" "help.text" -msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>" +msgid "<bookmark_value>Go to sheet</bookmark_value> <bookmark_value>jump; to given sheet</bookmark_value> <bookmark_value>sheet; go to directly</bookmark_value> <bookmark_value>sheet; search and go to</bookmark_value>" msgstr "" -#. Af3Da +#. svg9x #: 02220000.xhp msgctxt "" "02220000.xhp\n" "hd_id3156025\n" "help.text" -msgid "Go to Sheet" +msgid "<variable id=\"GotoSheeth1\"><link href=\"text/scalc/01/02220000.xhp\" name=\"Go to Sheet\">Go to Sheet</link></variable>" msgstr "" #. UmffC @@ -2869,6 +2869,15 @@ msgctxt "" msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>" msgstr "" +#. ghXGk +#: 02220000.xhp +msgctxt "" +"02220000.xhp\n" +"par_id231655657630178\n" +"help.text" +msgid "Choose <menuitem>Sheet - Navigate - Go To Sheet</menuitem>." +msgstr "" + #. dPFgf #: 02220000.xhp msgctxt "" @@ -2878,13 +2887,13 @@ msgctxt "" msgid "Type a sheet name" msgstr "" -#. hyRiU +#. guUL9 #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3153975\n" "help.text" -msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>" +msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters. Search is case-sensitive. If empty, all visible sheets are listed.</ahelp>" msgstr "" #. aCw4F @@ -2896,13 +2905,13 @@ msgctxt "" msgid "Sheets" msgstr "" -#. XJVcD +#. JEuum #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3153971\n" "help.text" -msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>" +msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double-clicking on a name will directly jump to this sheet.</ahelp>" msgstr "" #. eomCF @@ -6298,13 +6307,13 @@ msgctxt "" msgid "<input>=AMORDEGRC(2000; \"2020-02-01\"; \"2020-12-31\"; 10; 4; 0.1; 0)</input> returns a depreciation amount of 163 currency units." msgstr "" -#. AvpDv +#. aG2TT #: 04060103.xhp msgctxt "" "04060103.xhp\n" "par_id851616615176815\n" "help.text" -msgid "Beware that Basis 2 is not supported by Microsoft Excel. Hence, if you use Basis 2 and export your document to XLSX format, it will return an error when opened in Excel." +msgid "Be aware that Basis 2 is not supported by Microsoft Excel. Hence, if you use Basis 2 and export your document to XLSX format, it will return an error when opened in Excel." msgstr "" #. UCPgp @@ -10546,14 +10555,14 @@ msgctxt "" msgid "<item type=\"input\">=AND(12<13;14>12;7<6)</item> returns FALSE." msgstr "<item type=\"input\">=AND(12<13;14>12;7<6)</item> tagastab VÄÄR." -#. EuCHs +#. 3MAQE #: 04060105.xhp msgctxt "" "04060105.xhp\n" "par_id3149946\n" "help.text" -msgid "<item type=\"input\">=AND (FALSE;TRUE)</item> returns FALSE." -msgstr "<item type=\"input\">=AND (VÄÄR;TÕENE)</item> tagastab VÄÄR." +msgid "<item type=\"input\">=AND(FALSE();TRUE())</item> returns FALSE." +msgstr "" #. XXJC8 #: 04060105.xhp @@ -10816,14 +10825,14 @@ msgctxt "" msgid "<item type=\"input\">=OR(12<11;13>22;45=45)</item> returns TRUE." msgstr "<item type=\"input\">=OR(12<11;13>22;45=45)</item> tagastab väärtuse TÕENE." -#. ExAZa +#. sqF5J #: 04060105.xhp msgctxt "" "04060105.xhp\n" "par_id3158412\n" "help.text" -msgid "<item type=\"input\">=OR(FALSE;TRUE)</item> returns TRUE." -msgstr "<item type=\"input\">=OR(VÄÄR;TÕENE)</item> tagastab väärtuse TÕENE." +msgid "<item type=\"input\">=OR(FALSE();TRUE())</item> returns TRUE." +msgstr "" #. B2UcY #: 04060105.xhp @@ -10942,32 +10951,32 @@ msgctxt "" msgid "XOR(<embedvar href=\"text/scalc/01/ful_func.xhp#logical255_1\" markup=\"keep\"/>)" msgstr "" -#. qpsgo +#. 2QMxz #: 04060105.xhp msgctxt "" "04060105.xhp\n" "par_id3083286\n" "help.text" -msgid "<item type=\"input\">=XOR(TRUE;TRUE)</item> returns FALSE" -msgstr "<item type=\"input\">=XOR(TÕENE;TÕENE)</item> tagastab väärtuse VÄÄR." +msgid "<item type=\"input\">=XOR(TRUE();TRUE())</item> returns FALSE" +msgstr "" -#. dcNVj +#. sACsD #: 04060105.xhp msgctxt "" "04060105.xhp\n" "par_id3083445\n" "help.text" -msgid "<item type=\"input\">=XOR(TRUE;TRUE;TRUE)</item> returns TRUE" -msgstr "<item type=\"input\">=XOR(TÕENE;TÕENE;TÕENE)</item> tagastab väärtuse TÕENE." +msgid "<item type=\"input\">=XOR(TRUE();TRUE();TRUE())</item> returns TRUE" +msgstr "" -#. ewhWG +#. Uhsea #: 04060105.xhp msgctxt "" "04060105.xhp\n" "par_id3154315\n" "help.text" -msgid "<item type=\"input\">=XOR(FALSE;TRUE)</item> returns TRUE" -msgstr "<item type=\"input\">=XOR(VÄÄR;TÕENE)</item> tagastab väärtuse TÕENE." +msgid "<item type=\"input\">=XOR(FALSE();TRUE())</item> returns TRUE" +msgstr "" #. 3Ed6j #: 04060106.xhp @@ -20068,13 +20077,13 @@ msgctxt "" msgid "You can use the CHAR function or the UNICHAR function to insert a double quotation mark. For example, the formula <input>=UNICHAR(34) & \"The Catcher in the Rye\" & UNICHAR(34) & \" is a famous book by J. D. Salinger.\"</input> displays the string <literal>\"The Catcher in the Rye\" is a famous book by J. D. Salinger.</literal>" msgstr "" -#. cpK3Z +#. wDvCT #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id401624454547945\n" "help.text" -msgid "Beware that Calc's AutoCorrect function may modify double quotation marks. AutoCorrect should not change the double quotation marks within formula cells but may change those used in non-formula cells containing text. For example, if you copy a string that is surrounded by some other form of typographical double quotation marks, such as the left double quotation mark (U+201C) and the right double quotation mark (U+201D), and then paste into a formula cell, an error may result. Open the <emph>Double Quotes</emph> area of the <menuitem>Tools - AutoCorrect Options - Localized Options</menuitem> dialog to set the characters used to automatically correct the start and end typographical double quotation marks. Uncheck the <menuitem>Replace</menuitem> toggle button to disable the feature." +msgid "Be aware that Calc's AutoCorrect function may modify double quotation marks. AutoCorrect should not change the double quotation marks within formula cells but may change those used in non-formula cells containing text. For example, if you copy a string that is surrounded by some other form of typographical double quotation marks, such as the left double quotation mark (U+201C) and the right double quotation mark (U+201D), and then paste into a formula cell, an error may result. Open the <emph>Double Quotes</emph> area of the <menuitem>Tools - AutoCorrect Options - Localized Options</menuitem> dialog to set the characters used to automatically correct the start and end typographical double quotation marks. Uncheck the <menuitem>Replace</menuitem> toggle button to disable the feature." msgstr "" #. rdzbS @@ -45007,13 +45016,13 @@ msgctxt "" msgid "You can enter several conditions that query the cell values or results of formulas. The conditions are evaluated from first to the last. If <emph>Condition 1</emph> is true based on the current cell contents, the corresponding cell style is applied. Otherwise, <emph>Condition 2</emph> is evaluated to determine if its corresponding style will be applied. If none of the conditions match cell contents, then no changes are made to the cell format." msgstr "" -#. GNdvU +#. 9vjYD #: 05120000.xhp msgctxt "" "05120000.xhp\n" "par_id431642031216368\n" "help.text" -msgid "Conditional formats do no overwrite cell styles and direct formatting applied manually. They remain saved as cell properties and are applied when the cell matches no conditions or when you remove all conditional formats." +msgid "Conditional formats do not overwrite cell styles and direct formatting applied manually. They remain saved as cell properties and are applied when the cell matches no conditions or when you remove all conditional formats." msgstr "" #. AMXCn @@ -45025,6 +45034,33 @@ msgctxt "" msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose <emph>Data - Calculate - AutoCalculate</emph> (you see a check mark next to the command when AutoCalculate is enabled)." msgstr "Tingimusliku vorminduse rakendamiseks peab automaatarvutamine olema lubatud. Vali Tööriistad - Lahtri sisu - Automaatarvutamine (kui automaatarvutamine on lubatud, on selle käsu kõrval kuvatud märge)." +#. Kp2g2 +#: 05120000.xhp +msgctxt "" +"05120000.xhp\n" +"hd_id961662926287139\n" +"help.text" +msgid "Cell range" +msgstr "" + +#. Gv4oU +#: 05120000.xhp +msgctxt "" +"05120000.xhp\n" +"hd_id431662926282555\n" +"help.text" +msgid "Range" +msgstr "" + +#. BoUXF +#: 05120000.xhp +msgctxt "" +"05120000.xhp\n" +"par_id31494138\n" +"help.text" +msgid "Defines the range of cells concerned by the conditional formatting. Click on the <emph>Shrink</emph> button to minimize the dialog box. Click again on the button to come back to the dialog box once the range is selected." +msgstr "" + #. NvgCF #: 05120000.xhp msgctxt "" @@ -45088,415 +45124,1396 @@ msgctxt "" msgid "<ahelp hid=\".\">Decrease priority of the selected condition.</ahelp>" msgstr "" -#. FZJa2 +#. niBsF #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"hd_id31531891\n" +"hd_id71662926011736\n" "help.text" -msgid "Condition list entry" +msgid "Add" msgstr "" -#. YLwyA +#. NiRqU #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"par_id31494132\n" +"par_id721662926016039\n" "help.text" -msgid "Specify if conditional formatting is dependent on one of the entry listed on the drop down box:" +msgid "Adds the condition to the condition list." msgstr "" -#. ApsPx +#. EXu3U #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"par_id31494133\n" +"hd_id401662926020291\n" "help.text" -msgid "If you select <emph>All cells</emph>, see Color Scale, Data Bar or Icon Set explanations below, depending on which visual representation the conditional formatting should be represented." +msgid "Delete" msgstr "" -#. gtbEv +#. njCNL #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"par_id31494134\n" +"par_id301662926026944\n" "help.text" -msgid "If you select <emph>Cell value is</emph>:" +msgid "Deletes the condition from the condition list." msgstr "" -#. XgjY5 +#. ZSEod #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"par_id31494135\n" +"hd_id31531891\n" "help.text" -msgid "Select a condition in the drop down list for the format to be applied to the selected cells and enter the value." +msgid "Condition list entries" msgstr "" -#. VeDFA +#. udAbc #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"par_id31494136\n" +"par_id31494132\n" "help.text" -msgid "In front of <emph>Apply Styles</emph>, select the desired style in the list or chose <emph>New Style</emph> to create one." +msgid "Specify if conditional formatting is dependent on one of the entry listed on the drop down box." msgstr "" -#. FVRBc +#. WsjTp #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"par_id31494137\n" +"hd_id431662938949798\n" "help.text" -msgid "<ahelp hid=\".\">Click the <emph>Add</emph> button to add another condition, click the <emph>Remove</emph> button to remove a condition.</ahelp>" +msgid "Apply Style" msgstr "" -#. NV9Lr +#. 8WfD4 #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"par_id31494138\n" +"par_id971662939043786\n" "help.text" -msgid "<ahelp hid=\".\">In the <emph>Range</emph> field, define the range of cells concerned by the conditional formatting.</ahelp> Click on the <emph>Shrink</emph> button to minimize the dialog box. Click again on the button to come back to the dialog box once the range is selected." +msgid "Select the cell style to apply when the condition is verified. Select <emph>New Style</emph> to open the <link href=\"text/scalc/01/cell_styles.xhp\" name=\"cellstyledialog\">Cell Style dialog</link> and define the style properties." msgstr "" -#. 3noEQ -#: 05120000.xhp +#. CHbab +#: 05120100.xhp msgctxt "" -"05120000.xhp\n" +"05120100.xhp\n" +"tit\n" +"help.text" +msgid "Conditional Formatting - Cell value is" +msgstr "" + +#. XZ4AV +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"hd_id431662935550205\n" +"help.text" +msgid "<variable id=\"h1\"><link href=\"text/scalc/01/05120100.xhp\" name=\"Cell Value\">Condition - Cell value is</link></variable>" +msgstr "" + +#. RtY8f +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id11662915615351\n" +"help.text" +msgid "Applies a cell style on the cell or cell range controlled by the condition set in the drop down list. The formatting is applied to each cell individually and the condition may depend on other cells values of the selected range." +msgstr "" + +#. fkuaH +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id181662913907279\n" +"help.text" +msgid "Condition" +msgstr "" + +#. gJBMQ +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id221663406419144\n" +"help.text" +msgid "Applies on" +msgstr "" + +#. Yd3xQ +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id941662913907280\n" +"help.text" +msgid "Description" +msgstr "" + +#. nP5Ym +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id31662913907282\n" +"help.text" +msgid "is equal to" +msgstr "" + +#. rWJoB +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id321663406539530\n" +"help.text" +msgid "<variable id=\"numbertext\">Numbers and text</variable>" +msgstr "" + +#. bYfTW +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id881662913907284\n" +"help.text" +msgid "The cell value equals the user defined value in text box in the right. Use text inside quotes if you compare text values." +msgstr "" + +#. ziYCE +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id271662914239763\n" +"help.text" +msgid "is less than" +msgstr "" + +#. bS8eG +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id121663406585137\n" +"help.text" +msgid "<variable id=\"numbers\">Numbers</variable>" +msgstr "" + +#. BdnvW +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id501662914239764\n" +"help.text" +msgid "The cell value is strictly less than the user defined value in the text box in the right." +msgstr "" + +#. Zyiqi +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id701662914433053\n" +"help.text" +msgid "is greater than" +msgstr "" + +#. PCZug +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id461662914433054\n" +"help.text" +msgid "The cell value is strictly greater than the user defined value in the text box in the right." +msgstr "" + +#. zTBff +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id421662914480517\n" +"help.text" +msgid "is less than or equal to" +msgstr "" + +#. Cy2T9 +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id631662914480518\n" +"help.text" +msgid "The cell value is less than or equal to the user defined value in the text box in the right." +msgstr "" + +#. cFMZa +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id651662914713102\n" +"help.text" +msgid "is greater than or equal to" +msgstr "" + +#. YG9FG +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id251662914713103\n" +"help.text" +msgid "The cell value is greater than or equal to the user defined value in the text box in the right." +msgstr "" + +#. Pbje6 +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id831662914760085\n" +"help.text" +msgid "is not equal to" +msgstr "" + +#. T8x2N +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id301662914760087\n" +"help.text" +msgid "The cell value is not equal (different) to the user defined value in the text box in the right. Use text inside quotes if you compare text values." +msgstr "" + +#. B6eGh +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id81662914901503\n" +"help.text" +msgid "is between" +msgstr "" + +#. ZmHDH +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id21662914901504\n" +"help.text" +msgid "The cell value is between the two values defined in the text boxes on the right - lower and upper values - including the boundary values themselves." +msgstr "" + +#. PGH34 +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id411662915178872\n" +"help.text" +msgid "is not between" +msgstr "" + +#. dECpd +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id861662915178873\n" +"help.text" +msgid "The cell value is not between the two values defined in the text boxes on the right - lower and upper values - including the boundary values themselves." +msgstr "" + +#. zqVSC +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id731662915275926\n" +"help.text" +msgid "is duplicate" +msgstr "" + +#. 4DKbK +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id881662915275927\n" +"help.text" +msgid "The cell and at least one other cell in the range have equal contents." +msgstr "" + +#. UC2gL +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id381662915857686\n" +"help.text" +msgid "is not duplicate" +msgstr "" + +#. ZBUgm +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id341662915857687\n" +"help.text" +msgid "The cell contents is unique in the range." +msgstr "" + +#. c8Bkp +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id1001662915996409\n" +"help.text" +msgid "is in top N elements" +msgstr "" + +#. pDAGV +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id571662915996410\n" +"help.text" +msgid "The cell value is between the maximum value in the range and the N<sup>th</sup> greater element of the same. Enter the value of N in the text box on the right." +msgstr "" + +#. V4FnF +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id341662916338175\n" +"help.text" +msgid "is in bottom N elements" +msgstr "" + +#. UDdhD +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id11662916338177\n" +"help.text" +msgid "The cell value is between the minimum value in the range and the N<sup>th</sup> lower element of the same. Enter the value of N in the text box on the right." +msgstr "" + +#. a9GoR +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id181662916407095\n" +"help.text" +msgid "is in top N percent" +msgstr "" + +#. rgUnx +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id911662916407097\n" +"help.text" +msgid "The <emph>cell range index value is in the top N percent</emph> of the number of cells in the range. For example, in a 20 cells range and N equals 20, the style is applied to the 4 last cells of the range. Enter the value of N in the text box on the right." +msgstr "" + +#. kfDTU +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id421662917285432\n" +"help.text" +msgid "is in bottom N percent" +msgstr "" + +#. pphGh +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id111662917285433\n" +"help.text" +msgid "The <emph>cell range index value is in the bottom N percent</emph> of the number of cells in the range. For example, in a 20 cells range and N equals 20, the style is applied to the 4 first cells of the range. Enter the value of N in the text box on the right." +msgstr "" + +#. W6QVL +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id861662917382735\n" +"help.text" +msgid "is above average" +msgstr "" + +#. YM3iz +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id811662917382736\n" +"help.text" +msgid "The cell value is strictly greater than the average of the cell range values." +msgstr "" + +#. AAKPP +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id421662919561954\n" +"help.text" +msgid "is below average" +msgstr "" + +#. DAPwV +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id661662919561956\n" +"help.text" +msgid "The cell value is strictly less than the average of the cell range values." +msgstr "" + +#. 5cN4q +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id831662919693474\n" +"help.text" +msgid "is above or equal average" +msgstr "" + +#. dk8XB +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id71662919693475\n" +"help.text" +msgid "The cell value is greater or equal than the average of the cell range values." +msgstr "" + +#. HuZ9i +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id521662919771410\n" +"help.text" +msgid "is below or equal average" +msgstr "" + +#. GRFFh +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id131662919771411\n" +"help.text" +msgid "The cell value is less or equal than the average of the cell range values." +msgstr "" + +#. vFFDn +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id451662919849856\n" +"help.text" +msgid "is error" +msgstr "" + +#. d8WFb +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id911662919849857\n" +"help.text" +msgid "The cell is in the error condition defined in the text box on the right. <link href=\"text/scalc/05/02140000.xhp\" name=\"calc errors\">List of Calc errors</link>." +msgstr "" + +#. DAG5B +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id61662920733334\n" +"help.text" +msgid "A cell that references another cell with an error condition is not in error itself." +msgstr "" + +#. uUxWk +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id961662920774180\n" +"help.text" +msgid "is not error" +msgstr "" + +#. BzFfB +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id381662920774181\n" +"help.text" +msgid "The cell is not in the error condition defined in the text box on the right. <link href=\"text/scalc/05/02140000.xhp\" name=\"calc errors\">List of Calc errors</link>" +msgstr "" + +#. uEArp +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id151662920861587\n" +"help.text" +msgid "begins with" +msgstr "" + +#. SrP9B +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id341662920861588\n" +"help.text" +msgid "The cell contents begins with the text or number defined in the text box on the right." +msgstr "" + +#. yF6EV +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id801662922586796\n" +"help.text" +msgid "<variable id=\"text_comparison\">The condition applies to the internal text conversion of the cell contents. Numeric values are compared with their equivalent text representation. Numeric cell formats (currency, scientific, user-defined ... ) are not considered for comparisons.</variable>" +msgstr "" + +#. v76zE +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id361662922600585\n" +"help.text" +msgid "ends with" +msgstr "" + +#. Ag7VY +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id801662922600586\n" +"help.text" +msgid "The cell contents ends with the text or number defined in the right text box." +msgstr "" + +#. kDJVK +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id151662922939292\n" +"help.text" +msgid "contains" +msgstr "" + +#. b4MWb +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id251662922939293\n" +"help.text" +msgid "The cell contents contains the text or number defined in the right text box." +msgstr "" + +#. ugaZe +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id291662923021542\n" +"help.text" +msgid "does not contain" +msgstr "" + +#. CyQm8 +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id541662923021543\n" +"help.text" +msgid "The cell contents does not contains the text or number defined in the text box on the right." +msgstr "" + +#. 4zHYR +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"tit\n" +"help.text" +msgid "Conditional Formatting - Formula is" +msgstr "" + +#. pRBn3 +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"hd_id471662936567369\n" +"help.text" +msgid "<variable id=\"h1\"><link href=\"text/scalc/01/05120200.xhp\" name=\"Formula is\">Condition - Formula is</link></variable>" +msgstr "" + +#. WwqGv +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" "par_id31494139\n" "help.text" -msgid "If you select <emph>Formula is</emph> as a reference, enter a cell reference. If the cell reference is a value other than zero, the condition matches." +msgid "Applies the selected style to the cell when the formula expression in the text box in the right is <emph>not</emph> zero." msgstr "" -#. bErXu -#: 05120000.xhp +#. S3dcs +#: 05120200.xhp msgctxt "" -"05120000.xhp\n" -"par_id3149413a\n" +"05120200.xhp\n" +"par_id1001662932287796\n" "help.text" -msgid "If you select <emph>Date is</emph>, see below explanations for Date." +msgid "The formula is expressed similar to a test condition evaluating to <literal>TRUE</literal> or <literal>FALSE</literal>." msgstr "" -#. GFxCV -#: 05120000.xhp +#. dAQYf +#: 05120200.xhp msgctxt "" -"05120000.xhp\n" +"05120200.xhp\n" +"par_id111662936728630\n" +"help.text" +msgid "For example, if C29 has a conditional formatting which formula is <input>B1>=(DATE(2015;5;4)+TIME(18;0;0))</input> - a logical expression that evaluates true or false - the style applied to C29 depends on B1 contents." +msgstr "" + +#. PJRcV +#: 05120300.xhp +msgctxt "" +"05120300.xhp\n" +"tit\n" +"help.text" +msgid "Conditional Formatting - Date is" +msgstr "" + +#. 9mjQT +#: 05120300.xhp +msgctxt "" +"05120300.xhp\n" +"hd_id321662936831682\n" +"help.text" +msgid "<variable id=\"h1\"><link href=\"text/scalc/01/05120300.xhp\" name=\"Date is\">Condition - Date is</link></variable>" +msgstr "" + +#. eZ8g9 +#: 05120300.xhp +msgctxt "" +"05120300.xhp\n" +"par_id31662934883939\n" +"help.text" +msgid "Applies the selected style to the cell when the cell contents is formatted as date and the condition is one of the available date interval in the dropdown list." +msgstr "" + +#. FuPW5 +#: 05120300.xhp +msgctxt "" +"05120300.xhp\n" +"par_id231662933568615\n" +"help.text" +msgid "<emph>Today</emph>: applies the cell style if the cell date contents is today." +msgstr "" + +#. Jp3xf +#: 05120300.xhp +msgctxt "" +"05120300.xhp\n" +"par_id891662933647849\n" +"help.text" +msgid "<emph>Yesterday</emph>: applies the cell style if the cell date contents is yesterday." +msgstr "" + +#. kGKdd +#: 05120300.xhp +msgctxt "" +"05120300.xhp\n" +"par_id701662933702962\n" +"help.text" +msgid "<emph>Tomorrow</emph>: applies the cell style if the cell date contents is tomorrow." +msgstr "" + +#. qiPQc +#: 05120300.xhp +msgctxt "" +"05120300.xhp\n" +"par_id291662933755624\n" +"help.text" +msgid "<emph>Last 7 days</emph>: applies the cell style if the cell date contents is in the last 7 calendar days." +msgstr "" + +#. ReAps +#: 05120300.xhp +msgctxt "" +"05120300.xhp\n" +"par_id151662933849611\n" +"help.text" +msgid "<emph>This week, Last week and Next week</emph>: applies the cell style if the cell date contents is in this week, last week and next week respectively. The start and end of the week is locale dependent." +msgstr "" + +#. 6bfmv +#: 05120300.xhp +msgctxt "" +"05120300.xhp\n" +"par_id421662934429482\n" +"help.text" +msgid "<emph>This month, Last month and Next month</emph>: applies the cell style if the cell date contents is in this month, last month and next month respectively." +msgstr "" + +#. xduEr +#: 05120300.xhp +msgctxt "" +"05120300.xhp\n" +"par_id461662934605639\n" +"help.text" +msgid "<emph>This year, Last year and Next year</emph>: applies the cell style if the cell date contents is in this year, last year and next year respectively." +msgstr "" + +#. ZANZR +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"tit\n" +"help.text" +msgid "Conditional Formatting - All cells" +msgstr "" + +#. EcBzD +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"hd_id861662937013389\n" +"help.text" +msgid "<variable id=\"h1\"><link href=\"text/scalc/01/05120400.xhp\" name=\"All cells\">Condition - All cells</link></variable>" +msgstr "" + +#. Bstud +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id31662915586650\n" +"help.text" +msgid "Applies the conditional formatting to the set of cells defined in the selected range. The formatting is applied based on the contents of the whole range." +msgstr "" + +#. UrbTk +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "hd_id3147394\n" "help.text" -msgid "Color Scale" -msgstr "Värviskaala" +msgid "<link href=\"text/scalc/01/05120400.xhp#colorscale\" name=\"Color Scale\">Color Scale</link>" +msgstr "" -#. mbqvS -#: 05120000.xhp +#. VvAiE +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" "par_id3155602\n" "help.text" -msgid "This is the same dialog box as if you select <emph>All cells</emph> in the first sub menu entry <emph>Condition</emph>.Apply a color scale to a range consist of displaying a bicolor or tricolor gradient on this range depending on the value of each cell. A typical example might be an array of temperatures, lower blue colored, warmer red with a gradient nuances to the intermediate values." +msgid "Applies a color scale to a range consisting of displaying a bicolor or tricolor gradient on this range depending on the value of each cell." msgstr "" -#. DuNBp -#: 05120000.xhp +#. S9Btk +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id3155603\n" +"05120400.xhp\n" +"hd_id541663598275609\n" "help.text" -msgid "You must choose the two \"extreme\" colors indicate the method of calculation. The calculation of the color applied will be made in relation to: Min - Max - Percentile - Value - Percent - Formula." +msgid "Conditions" msgstr "" -#. 6Ggqk -#: 05120000.xhp +#. zip59 +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id3155604\n" +"05120400.xhp\n" +"par_id231663598294535\n" "help.text" -msgid "The choices Min and Max are sufficient to themselves as found in the range. Other options need to be specified by a value (Percentile, Value, Percentage) or a cell reference or formula (Formula)." +msgid "The calculation of the color scale depends on 2 or 3 conditions, defined as follows:" msgstr "" -#. 9jo8a -#: 05120000.xhp +#. XKMSV +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id3155605\n" +"05120400.xhp\n" +"par_id701864449697771\n" "help.text" -msgid "For a detailed explanation and examples, please visit <link href=\"https://wiki.documentfoundation.org/Faq/Calc/142\">How to apply a Color Scale Conditional Formatting page</link> in TDF Wiki." +msgid "<emph>Min (Max)</emph>: calculates using the minimum (maximum) values in the range." msgstr "" -#. dACxH -#: 05120000.xhp +#. eGYev +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id321663440728295\n" +"help.text" +msgid "<emph>Value</emph>: a fixed value. Enter the value in the text box." +msgstr "" + +#. DZxAs +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id611663440697270\n" +"help.text" +msgid "<emph>Percentile</emph>: A percentile is each of the 99 values which divide the sorted data in 100 equal parts, so that each part represents 1/100 of the sample population. A percentile return the value for a data series going from the smallest to the largest value in a set of data. For P = 25, the percentile means the first quartile. P = 50 is also the MEDIAN of the data set. Enter the percentile value in the text box. Valid values are from 0 to 100." +msgstr "" + +#. zwwLa +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id211663440834104\n" +"help.text" +msgid "<emph>Percent</emph>: a fixed value representing the percentage of the minimum (maximum) of the length defined by minimum and maximum values in the range. A minimum of 10% selects the values below 10% of the segment [Min,Max]. A maximum of 80% select values above 80% of the segment [Min,Max]. Valid values are from 0 (zero) to 100. Do not enter a percent (%) sign." +msgstr "" + +#. nF8iD +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id961663440848168\n" +"help.text" +msgid "<emph>Formula</emph>: A formula expression starting with the equal sign (=) that calculates a numeric value. Values can be numbers, dates or time. Enter the formula expression in the text box." +msgstr "" + +#. rDuW2 +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id991609782427459\n" "help.text" -msgid "Data Bar" +msgid "<link href=\"text/scalc/01/05120400.xhp#databar\" name=\"Data Bar\">Data Bar</link>" msgstr "" -#. xapwr -#: 05120000.xhp +#. ZEyNr +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" "par_id41609780964157\n" "help.text" -msgid "Data bar option will fill the cell with solid or gradient color corresponding to the numeric value in the cell. Default is blue for positive and red for negative." +msgid "Data bar option will fill the cell with solid or gradient color corresponding to the numeric value in the cell." msgstr "" -#. AKYoW -#: 05120000.xhp +#. WHWWc +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"hd_id631663449553346\n" +"help.text" +msgid "Conditions" +msgstr "" + +#. CENjM +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id931609781970981\n" "help.text" -msgid "The calculation of the area of fill is based on Min - Max - Percentile - Value - Percent - Formula." +msgid "The calculation of the bar area fill is based on the conditions below:" msgstr "" -#. smxFL -#: 05120000.xhp +#. DzwrN +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id981609782003841\n" +"05120400.xhp\n" +"par_id281663449673792\n" "help.text" -msgid "The choices Min and Max are sufficient to themselves as found in the range. Other options need to be specified by a value (Percentile, Value, Percentage) or a cell reference or formula (Formula)." +msgid "<emph>Automatic</emph>: calculates using the minimum and maximum values in the range." msgstr "" -#. qBVjM -#: 05120000.xhp +#. 9aPGW +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id701663449697771\n" +"help.text" +msgid "<emph>Min (Max)</emph>: calculates using the minimum (maximum) values in the range." +msgstr "" + +#. Yst5U +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id281609781729359\n" "help.text" -msgid "<emph>More Options...</emph> opens a dialog to:" +msgid "More Options" msgstr "" -#. saDJA -#: 05120000.xhp +#. wB7B5 +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id271609781812913\n" +"05120400.xhp\n" +"par_id501663454998977\n" "help.text" -msgid "change colors" +msgid "The Data Bar dialog opens to add details on the display of data bars." msgstr "" -#. uncF8 -#: 05120000.xhp +#. Xi84x +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id921609781838551\n" +"05120400.xhp\n" +"hd_id221663453502042\n" "help.text" -msgid "change position of vertical axis within the cell" +msgid "Entry values" msgstr "" -#. wJNxE -#: 05120000.xhp +#. j4CZx +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id631609781859971\n" +"05120400.xhp\n" +"par_id891663453681870\n" "help.text" -msgid "the bar's minimum and maximum length in percentage" +msgid "Same as the conditions above." msgstr "" -#. de4nk -#: 05120000.xhp +#. qYC9D +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"hd_id511663453530293\n" +"help.text" +msgid "Bar Colors" +msgstr "" + +#. 3WvU9 +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id371663453564807\n" +"help.text" +msgid "Choose the color for positive and negative values." +msgstr "" + +#. F7ADR +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"hd_id891663453607961\n" +"help.text" +msgid "Fill" +msgstr "" + +#. NK7yv +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id671663453639829\n" +"help.text" +msgid "<emph>Gradient</emph>: set a color scale between the color of positive (negative) values and white." +msgstr "" + +#. UsHFm +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id551663453647462\n" +"help.text" +msgid "<emph>Color</emph>: use the positive (negative) color for the entire data bar, no fade out gradient." +msgstr "" + +#. 3XDGX +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"hd_id701663453750779\n" +"help.text" +msgid "Axis" +msgstr "" + +#. SCFQf +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id691663453763746\n" +"help.text" +msgid "Set the position of the vertical axis for the data bar. Values are" +msgstr "" + +#. 7mCxG +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id381663453792294\n" +"help.text" +msgid "<emph>Automatic:</emph> position the vertical axis in the middle of the maximum and minimum values." +msgstr "" + +#. u9oCp +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id791663453800602\n" +"help.text" +msgid "<emph>Middle:</emph> set the vertical axis in the middle of the column." +msgstr "" + +#. NGqHG +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id461663453808288\n" +"help.text" +msgid "<emph>None:</emph> do not display a vertical axis." +msgstr "" + +#. MbcW9 +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"hd_id511663453851599\n" +"help.text" +msgid "Bar Lengths" +msgstr "" + +#. EcZWp +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id601663453865023\n" +"help.text" +msgid "Sets the minimum (maximum) length of the data bars, as a percentage of the column width." +msgstr "" + +#. 6iAs7 +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"hd_id211663453914830\n" +"help.text" +msgid "Display bars only" +msgstr "" + +#. zAE3C +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id561663453936590\n" +"help.text" +msgid "Do not display values in the cell, only the data bars." +msgstr "" + +#. EjewA +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "hd_id3153709\n" "help.text" -msgid "Icon Set" -msgstr "Ikoonikogu" +msgid "<link href=\"text/scalc/01/05120400.xhp#iconset\" name=\"Icon Set\">Icon Set</link>" +msgstr "" -#. 76M6e -#: 05120000.xhp +#. RjnfG +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" "par_id3153764\n" "help.text" -msgid "It is desired to plot the position of a value relative to the thresholds. The set of icons will help to indicate the thresholds and choose the type of icons. Available icon sets are:" +msgid "Add an icon to the cell based on the value relative to the specified thresholds. Several icon sets are available." msgstr "" -#. cv4WG -#: 05120000.xhp +#. 5EFt7 +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"hd_id191663440362309\n" +"help.text" +msgid "Available Icon Sets" +msgstr "" + +#. 8cgd9 +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id31494140\n" "help.text" msgid "3, 4 or 5 - arrows" msgstr "" -#. EmC6A -#: 05120000.xhp +#. Aoquj +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id91663429174806\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-colorarrows-up.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id81663429174808\">Color arrow up</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-colorarrows-slightly-up.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id81663529174808\">Color arrow slightly up</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-colorarrows-same.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id81663529174808\">Color arrow same</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-colorarrows-slightly-down.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id81663729174808\">Color arrow slightly down</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-colorarrows-down.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id81663329174808\">Color arrow down</alt></image>" +msgstr "" + +#. PxAE7 +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id31494141\n" "help.text" msgid "3, 4 or 5 - gray arrows" msgstr "" -#. AtmUL -#: 05120000.xhp +#. 2Fk3v +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id91661429174806\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-grayarrows-up.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Gray arrow up</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-grayarrows-slightly-up.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Gray arrow slightly up</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-grayarrows-same.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Gray arrow same</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-grayarrows-slightly-down.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663729174808\">Gray arrow slightly down</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-grayarrows-down.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663329174808\">Gray arrow down</alt></image>" +msgstr "" + +#. jA8Sa +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id31494142\n" "help.text" msgid "3 - flags" -msgstr "3 lippu" +msgstr "" -#. 4zJUW -#: 05120000.xhp +#. Bi9Tr +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id101663433624185\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-flags-yellow.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Yellow flag</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-flags-red.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Red flag</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-flags-green.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Green flag</alt></image>" +msgstr "" + +#. FCb5V +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id31494143\n" "help.text" msgid "3 - traffic lights 1 and 2 (two different designs)" msgstr "" -#. HEF2o -#: 05120000.xhp +#. LugGg +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id721663433917655\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-circles1-yellow.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Yellow traffic light 1</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-circles1-red.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Red traffic light 1</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-circles1-green.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Green traffic light 1</alt></image>" +msgstr "" + +#. EBREt +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id501663433925207\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-trafficlights-yellow.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Yellow traffic light 2</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-trafficlights-red.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Red traffic light 2</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-trafficlights-green.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Green traffic light 2</alt></image>" +msgstr "" + +#. itKqQ +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id701663438522480\n" +"help.text" +msgid "3 - Smileys 1 and 2" +msgstr "" + +#. GoDfk +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id991663438568052\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-positive-yellow-smilie.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Yellow positive smiley</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-neutral-yellow-smilie.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Yellow neutral smiley</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-negative-yellow-smilie.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Yellow negative smiley</alt></image>" +msgstr "" + +#. ABksa +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id991663438966721\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-positive-green-smilie.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Green positive smiley</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-neutral-yellow-smilie.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Yellow neutral smiley</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-negative-red-smilie.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Red negative smiley</alt></image>" +msgstr "" + +#. QdJxa +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id31494144\n" "help.text" -msgid "3 - symbols (square, triangle, circle)" +msgid "3 - symbols" msgstr "" -#. V2vKf -#: 05120000.xhp +#. 3DDFG +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id421663434453517\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-shapes-triangle.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Shape triangle</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-shapes-diamond.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Shape diamond</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-shapes-circle.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Shape circle</alt></image>" +msgstr "" + +#. ndFCp +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id961663439450424\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-symbols1-exclamation-mark.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Exclamation mark</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-symbols1-cross.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Cross</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-symbols1-check.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Check mark</alt></image>" +msgstr "" + +#. BQAHC +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id1001663439805133\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-stars-empty.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Empty star</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-stars-half.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Half star</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-stars-full.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Full star</alt></image>" +msgstr "" + +#. dEQvx +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id171663440020964\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-triangles-up.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Triangle up</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-triangles-same.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Same</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-triangles-down.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Triangle down</alt></image>" +msgstr "" + +#. MtGvd +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id31494145\n" "help.text" msgid "4 - circles from red to black" msgstr "" -#. GVUj9 -#: 05120000.xhp +#. C9BEU +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id481663434995022\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-circles2-dark-red.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Dark red</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-circles2-light-red.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Light red</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-circles2-light-gray.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Light gray</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-circles2-dark-gray.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Dark gray</alt></image>" +msgstr "" + +#. AuYQx +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id31494146\n" "help.text" msgid "4 or 5 - ratings" msgstr "" -#. BBEC7 -#: 05120000.xhp +#. 8WLQP +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id631663435728155\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-bars-empty.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Empty bars</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-bars-one-quarter.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">One quarters bars</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-bars-half.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Half bars</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-bars-three-quarters.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Three quarters bars</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-bars-full.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Full bars</alt></image>" +msgstr "" + +#. FdJYa +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id31494147\n" "help.text" msgid "5 - quarters" -msgstr "5 veerandikku" +msgstr "" -#. ToNq8 -#: 05120000.xhp +#. Db9xw +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id3153765\n" +"05120400.xhp\n" +"par_id741663436015689\n" "help.text" -msgid "Conditions to display each icon can be specified relative to a value (Value), a percentage of the number of values in the range (Percentage) as a percentage of range values (Percentile) or formula (Formula)." +msgid "<image src=\"media/icon-themes/sc/res/icon-set-pies-empty.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Empty</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-pies-one-quarter.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">One quarter</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-pies-half.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Half</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-pies-three-quarters.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Three quarters</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-pies-full.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Full</alt></image>" msgstr "" -#. xD5yq -#: 05120000.xhp +#. 4Gyqu +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id3155606\n" +"05120400.xhp\n" +"par_id821663436639070\n" "help.text" -msgid "For a detailed explanation and examples, please visit <link href=\"https://wiki.documentfoundation.org/Faq/Calc/141\">How to use Icon Set Conditional Formatting page</link> in TDF Wiki." +msgid "5 - boxes" msgstr "" -#. GJTU3 -#: 05120000.xhp +#. QqwRQ +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"hd_id3156384\n" +"05120400.xhp\n" +"par_id811663438472751\n" "help.text" -msgid "Dates" -msgstr "Kuupäevad" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-squares-empty.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Empty</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-squares-one-quarter.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">One quarter</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-squares-half.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Half</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-squares-three-quarters.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Three quarters</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-squares-full.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Full</alt></image>" +msgstr "" -#. WYB6t -#: 05120000.xhp +#. pB8zZ +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id3145228\n" +"05120400.xhp\n" +"hd_id621663440395987\n" "help.text" -msgid "This option will apply a defined style depending on a date that you choose in the drop down box: Today - Yesterday - Tomorrow - Last 7 days - This week - Last week." +msgid "Conditions for thresholds" msgstr "" -#. WGPEW -#: 05120000.xhp +#. 7BkCL +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id31494157\n" +"05120400.xhp\n" +"par_id3153765\n" "help.text" -msgid "In front of <emph>Apply Styles</emph>, select the desired style in the list or chose <emph>New Style</emph> to create one." +msgid "Conditions to set the thresholds for each icon can be specified as follows" msgstr "" -#. XCEeu -#: 05120000.xhp +#. DdaUm +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id31494167\n" +"05120400.xhp\n" +"par_id3155606\n" "help.text" -msgid "Click the <emph>Add</emph> button to add another condition, click the <emph>Remove</emph> button to remove a condition." +msgid "<link href=\"https://wiki.documentfoundation.org/Faq/Calc/141\">How to use Icon Set Conditional Formatting page</link> in TDF Wiki." msgstr "" -#. 5bcGZ -#: 05120000.xhp +#. s9tpC +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id31494177\n" +"05120400.xhp\n" +"par_id651663598549283\n" "help.text" -msgid "In the <emph>Range</emph> field, define the range of cells concerned by the conditional formatting. Click on the <emph>Shrink</emph> button to minimize the dialog box. Click again on the button to come back to the dialog box once the range is selected." +msgid "<link href=\"https://wiki.documentfoundation.org/Faq/Calc/142\">How to apply a Color Scale Conditional Formatting page</link> in TDF Wiki." msgstr "" -#. XrHd6 -#: 05120000.xhp +#. AiUSf +#: 05120500.xhp msgctxt "" -"05120000.xhp\n" -"hd_id3153384\n" +"05120500.xhp\n" +"tit\n" "help.text" -msgid "Manage Conditional Formatting" -msgstr "Tingimusliku vormindamise haldus" +msgid "Conditional Formatting - Manage Conditions" +msgstr "" -#. KaFUh -#: 05120000.xhp +#. EJnPj +#: 05120500.xhp msgctxt "" -"05120000.xhp\n" -"par_id3155906\n" +"05120500.xhp\n" +"hd_id391662937414401\n" "help.text" -msgid "<ahelp hid=\".\">This dialog allows you to see all the conditional formatting defined in the spreadsheet.</ahelp>" +msgid "<variable id=\"h1\"><link href=\"text/scalc/01/05120500.xhp\" name=\"Manage Conditions\">Manage Conditions</link></variable>" msgstr "" -#. oGo9V -#: 05120000.xhp +#. SdPis +#: 05120500.xhp msgctxt "" -"05120000.xhp\n" -"par_id31546818\n" +"05120500.xhp\n" +"par_id3155906\n" "help.text" -msgid "Choose <emph>Format - Conditional Formatting - Manage</emph>." +msgid "Manage all the conditional formatting defined in the spreadsheet." msgstr "" -#. PCf7v -#: 05120000.xhp +#. rMivF +#: 05120500.xhp msgctxt "" -"05120000.xhp\n" +"05120500.xhp\n" "par_id3155907\n" "help.text" -msgid "The <emph>Manage Conditional Formatting</emph> dialog box opens. <ahelp hid=\".\">Here you can add, edit or remove one or several conditional formattings.</ahelp>" +msgid "The <emph>Manage Conditional Formatting</emph> dialog is where you can add, edit or delete one or several conditional formattings." msgstr "" -#. Q7xPu -#: 05120000.xhp +#. rFGM7 +#: 05120500.xhp msgctxt "" -"05120000.xhp\n" +"05120500.xhp\n" "par_id3155909\n" "help.text" -msgid "<ahelp hid=\".\">The <emph>Conditional Formats</emph> list displays the active conditional formatting rules set in the current spreadsheet.</ahelp> Only the first rule for each cell range is listed, even if there are multiple rules defined for a given range." +msgid "The <emph>Conditional Formats</emph> list displays the active conditional formatting rules set in the current spreadsheet. Only the first rule for each cell range is listed, even if there are multiple rules defined for a given range." msgstr "" -#. dTXQV -#: 05120000.xhp +#. dEeLT +#: 05120500.xhp msgctxt "" -"05120000.xhp\n" +"05120500.xhp\n" "par_id3155908\n" "help.text" msgid "If you have defined a conditional formatting on a cell range and you try now to define a new conditional formatting on a part of this range, a warning message will be displayed, asking if you want to edit the existing conditional formatting (on the whole range) or define a new conditional formatting overlapping it (on the selected range)." @@ -56878,13 +57895,13 @@ msgctxt "" msgid "Units of measurement" msgstr "" -#. oxx8A +#. A7feF #: func_convert.xhp msgctxt "" "func_convert.xhp\n" "par_id481620428685029\n" "help.text" -msgid "Below are the unit measurement groups supported by the <literal>CONVERT</literal> function. Beware that conversions can only happen between units that belong to the same group." +msgid "Below are the unit measurement groups supported by the <literal>CONVERT</literal> function. Be aware that conversions can only happen between units that belong to the same group." msgstr "" #. Rd9Fp @@ -67984,13 +69001,13 @@ msgctxt "" msgid "Bounds are specified by selecting one or more variables (as range) on the left side and entering a numerical value (not a cell or a formula) on the right side. That way you can also choose one or more variables to be <emph>Integer</emph> or <emph>Binary</emph> only." msgstr "Piiride määramiseks vali vasakul pool vähemalt üks muutuja (vahemikuna) ja sisesta paremale poole arvväärtus (mitte lahter või valem). Sel viisil saab mõne muutuja ka ainult <emph>täisarvuks</emph> või <emph>kahendarvuks</emph> määrata." -#. ZUeCC +#. RDcmq #: solver.xhp msgctxt "" "solver.xhp\n" "par_id271589981559367\n" "help.text" -msgid "<link href=\"https://wiki.documentfoundation.org/\" name=\"wikipage\">Wiki page on solvers and theirs algorithms</link>" +msgid "<link href=\"https://wiki.documentfoundation.org/NLPSolver\" name=\"wikipage\">Wiki page on solvers and their algorithms</link>" msgstr "" #. akxrP @@ -68119,13 +69136,13 @@ msgctxt "" msgid "<ahelp hid=\".\">Enter or change the value of the selected setting.</ahelp>" msgstr "" -#. cYCVf +#. FGS6a #: solver_options.xhp msgctxt "" "solver_options.xhp\n" "par_id271589981559367\n" "help.text" -msgid "<link href=\"https://wiki.documentfoundation.org/NLPSolver\" name=\"wikipage\">Wiki page on non-linear solvers and theirs algorithms</link>" +msgid "<link href=\"https://wiki.documentfoundation.org/NLPSolver\" name=\"wikipage\">Wiki page on non-linear solvers and their algorithms</link>" msgstr "" #. A843R @@ -68695,13 +69712,13 @@ msgctxt "" msgid "Set the swarm algorithm. 0 for differential evolution and 1 for particle swarm optimization. Default is 0." msgstr "" -#. ugAZb +#. wBxK6 #: solver_options_algo.xhp msgctxt "" "solver_options_algo.xhp\n" "par_id271589981559367\n" "help.text" -msgid "<link href=\"https://wiki.documentfoundation.org/NLPSolver\" name=\"wikipage\">Wiki page on non-linear solvers and theirs algorithms</link>" +msgid "<link href=\"https://wiki.documentfoundation.org/NLPSolver\" name=\"wikipage\">Wiki page on non-linear solvers and their algorithms</link>" msgstr "" #. D2nCR diff --git a/source/et/helpcontent2/source/text/scalc/guide.po b/source/et/helpcontent2/source/text/scalc/guide.po index b7f8ae327cf..0058283c1c1 100644 --- a/source/et/helpcontent2/source/text/scalc/guide.po +++ b/source/et/helpcontent2/source/text/scalc/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-07-04 18:04+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2020-07-09 16:34+0000\n" "Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n" "Language-Team: Estonian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalcguide/et/>\n" @@ -13255,14 +13255,14 @@ msgctxt "" msgid "Allowed names" msgstr "Lubatud nimed" -#. XBwDs +#. MECFu #: value_with_name.xhp msgctxt "" "value_with_name.xhp\n" "par_id2129581\n" "help.text" -msgid "Names in Calc can contain letters, numeric characters, and some special characters. Names must start with a letter or an underline character." -msgstr "Nimed Calc'is võivad sisaldada tähti, numbreid ja mõningaid erimärke. Nimed peavad algama tähe või alakriipsuga." +msgid "Names in Calc can contain letters, numeric characters, and the underline character. Names must start with a letter or an underline character." +msgstr "" #. GztrF #: value_with_name.xhp @@ -13282,24 +13282,6 @@ msgctxt "" msgid "underline (_)" msgstr "alakriips (_)" -#. 4UBDo -#: value_with_name.xhp -msgctxt "" -"value_with_name.xhp\n" -"par_id4891506\n" -"help.text" -msgid "period (.) - allowed within a name, but not as first or last character" -msgstr "punkt (.) - lubatud nime sees, kuid mitte esimese ega viimase märgina" - -#. GEdUp -#: value_with_name.xhp -msgctxt "" -"value_with_name.xhp\n" -"par_id2816553\n" -"help.text" -msgid "blank ( ) - allowed within a name, but not as first or last character, and not for a cell range" -msgstr "tühik ( ) - lubatud nime sees, kuid mitte esimese ega viimase märgina, samuti mitte lahtrivahemiku nimes" - #. BvnNt #: value_with_name.xhp msgctxt "" @@ -13318,14 +13300,14 @@ msgctxt "" msgid "Names must not start with the letters C or R followed by a number; also single characters C and R are not allowed as names. See the ADDRESS function for more information." msgstr "" -#. ELFqL +#. 6piLZ #: value_with_name.xhp msgctxt "" "value_with_name.xhp\n" "par_id4769737\n" "help.text" -msgid "Names for cell ranges must not include blanks. Blanks are allowed within names for single cells, sheets and documents." -msgstr "Lahtrivahemike nimed ei tohi sisaldada tühikuid. Tühikud on lubatud üksikute lahtrite, lehtede ja dokumentide nimedes." +msgid "Names for cell ranges must not include blanks. Blanks are allowed within names for sheets and documents." +msgstr "" #. ci2B9 #: value_with_name.xhp diff --git a/source/et/helpcontent2/source/text/sdatabase.po b/source/et/helpcontent2/source/text/sdatabase.po index ed6be0fe7c6..4f37e3364aa 100644 --- a/source/et/helpcontent2/source/text/sdatabase.po +++ b/source/et/helpcontent2/source/text/sdatabase.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-05-25 12:36+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2021-08-10 09:21+0000\n" "Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n" "Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textsdatabase/et/>\n" @@ -15153,13 +15153,13 @@ msgctxt "" msgid "Sort ascending" msgstr "" -#. WDeBp +#. vG7vU #: toolbar_table.xhp msgctxt "" "toolbar_table.xhp\n" "par_id991642853830973\n" "help.text" -msgid "<image src=\"cmd/lc_sortascending.svg\" id=\"img_id771642853830974\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id241642853830975\">Icon sort ascending</alt></image>" +msgid "<image src=\"cmd/lc_sortascending.svg\" id=\"img_id771642853830974\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id241642853830975\">Icon Sort Ascending</alt></image>" msgstr "" #. aRGCA diff --git a/source/et/helpcontent2/source/text/shared.po b/source/et/helpcontent2/source/text/shared.po index 602e3d31e90..66bbf662dbc 100644 --- a/source/et/helpcontent2/source/text/shared.po +++ b/source/et/helpcontent2/source/text/shared.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-07-04 18:04+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2021-08-10 09:21+0000\n" "Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n" "Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textshared/et/>\n" @@ -2302,6 +2302,42 @@ msgctxt "" msgid "This section provides information on the subject of the Internet. An <link href=\"text/shared/00/00000002.xhp\" name=\"Internet glossary\">Internet glossary</link> explains the most important terms." msgstr "See alajaotus sisaldab Internetiga seonduvat teavet. Tähtsamaid termineid on selgitatud <link href=\"text/shared/00/00000002.xhp\" name=\"Interneti sõnastik\">Interneti sõnastikus</link>." +#. vLYDy +#: mediaplay_toolbar.xhp +msgctxt "" +"mediaplay_toolbar.xhp\n" +"tit\n" +"help.text" +msgid "Media Playback Toolbar" +msgstr "" + +#. J2Crx +#: mediaplay_toolbar.xhp +msgctxt "" +"mediaplay_toolbar.xhp\n" +"hd_id701655505104052\n" +"help.text" +msgid "<variable id=\"h1\"><link href=\"text/shared/mediaplay_toolbar.xhp\" name=\"Media Playback Toolbar\">Media Playback Toolbar</link></variable>" +msgstr "" + +#. ELZkF +#: mediaplay_toolbar.xhp +msgctxt "" +"mediaplay_toolbar.xhp\n" +"par_id821655505104055\n" +"help.text" +msgid "Open the Media Playback toolbar" +msgstr "" + +#. GpFS2 +#: mediaplay_toolbar.xhp +msgctxt "" +"mediaplay_toolbar.xhp\n" +"par_id411655505224585\n" +"help.text" +msgid "Choose <menuitem>View - Toolbars - Media Playback</menuitem>." +msgstr "" + #. NJGJa #: need_help.xhp msgctxt "" diff --git a/source/et/helpcontent2/source/text/shared/00.po b/source/et/helpcontent2/source/text/shared/00.po index 10a08e3e582..1610684e61e 100644 --- a/source/et/helpcontent2/source/text/shared/00.po +++ b/source/et/helpcontent2/source/text/shared/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-07-04 18:04+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2021-08-04 12:59+0000\n" "Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n" "Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/et/>\n" @@ -1307,14 +1307,14 @@ msgctxt "" msgid "Tags" msgstr "Sildid" -#. JYJaQ +#. GZop9 #: 00000002.xhp msgctxt "" "00000002.xhp\n" "par_id3156360\n" "help.text" -msgid "<link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> pages contain certain structural and formatting instructions called tags. Tags are code words enclosed by brackets in the document description language HTML. Many tags contain text or hyperlink references between the opening and closing brackets. For example, titles are marked by the tags <h1> at the beginning and </h1> at the end of the title. Some tags only appear on their own such as <br> for a line break or <img ...> to link a graphic." -msgstr "<link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link>-leheküljed sisaldavad teatud struktureerimis- ja vormindamisinstruktsioone, mida nimetatakse siltideks. Sildid on dokumenti kirjeldava HTML-keele nurksulgudes koodsõnad. Sildid sisaldavad sageli algus- ja lõpusulu vahel ka teksti või hüperlinke. Näiteks esimese taseme pealkirju tähistab silt <h1> pealkirja alguses ja </h1> lõpus. Teatud sildid esinevad üksikult, näiteks <br> reavahetuse või <img ...> pildi linkimise tähistamiseks." +msgid "<link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> pages contain certain structural and formatting instructions called tags. Tags are code words enclosed by brackets in the document description language HTML. Many tags contain text or hyperlink references between the opening and closing brackets. For example, titles are marked by the tags < h1 > at the beginning and < /h1 > at the end of the title. Some tags only appear on their own such as < br > for a line break or < img ... > to link a graphic." +msgstr "" #. c7EwD #: 00000002.xhp @@ -5360,14 +5360,14 @@ msgctxt "" msgid "Text Import" msgstr "Teksti importimine" -#. RBPZC +#. NfHDC #: 00000208.xhp msgctxt "" "00000208.xhp\n" "hd_id3150960\n" "help.text" -msgid "Text Import" -msgstr "Teksti importimine" +msgid "<variable id=\"TextImporth1\"><link href=\"text/shared/00/00000208.xhp\" name=\"Text Import\">Text Import</link></variable>" +msgstr "" #. gtCCw #: 00000208.xhp @@ -5739,13 +5739,13 @@ msgctxt "" msgid "Skip empty cells" msgstr "Tühjad lahtrid jäetakse vahele" -#. 9Xqaa +#. YVysE #: 00000208.xhp msgctxt "" "00000208.xhp\n" "par_id171220172144419125\n" "help.text" -msgid "<ahelp hid=\".\">When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells.</ahelp>" +msgid "<ahelp hid=\".\">Available when using <menuitem>Paste Special</menuitem>: when this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells.</ahelp>" msgstr "" #. zFFRP @@ -5757,6 +5757,24 @@ msgctxt "" msgid "In <emph>Text to Columns</emph> conversion, if cell content begins with a separator and this option is disabled, then first column will be emptied." msgstr "" +#. 8iYFC +#: 00000208.xhp +msgctxt "" +"00000208.xhp\n" +"hd_id151656941561432\n" +"help.text" +msgid "Evaluate formulas" +msgstr "" + +#. vEoW6 +#: 00000208.xhp +msgctxt "" +"00000208.xhp\n" +"par_id601656941717698\n" +"help.text" +msgid "Determines whether formula expressions starting with a = equal sign character are to be evaluated as formulas or imported as textual data. If checked evaluate formulas on input. Otherwise formulas are input as text." +msgstr "" + #. vMAUg #: 00000208.xhp msgctxt "" @@ -5964,15 +5982,6 @@ msgctxt "" msgid "Date format" msgstr "Kuupäevavorming" -#. mJwDd -#: 00000208.xhp -msgctxt "" -"00000208.xhp\n" -"par_id3156212\n" -"help.text" -msgid "6" -msgstr "6" - #. tMGAw #: 00000208.xhp msgctxt "" @@ -5982,15 +5991,6 @@ msgctxt "" msgid "Two characters each are taken for day, month, and year in the selected order." msgstr "Nii päeva, kuu kui ka aasta jaoks võetakse igaühele kaks märki vastavalt vorminguga antud järjestusele." -#. WVtBD -#: 00000208.xhp -msgctxt "" -"00000208.xhp\n" -"par_id3147352\n" -"help.text" -msgid "8" -msgstr "8" - #. wQEwm #: 00000208.xhp msgctxt "" @@ -6063,14 +6063,14 @@ msgctxt "" msgid "<link href=\"text/shared/guide/keyboard.xhp\" name=\"Navigating Without the Mouse\">Navigating Without the Mouse</link>" msgstr "<link href=\"text/shared/guide/keyboard.xhp\" name=\"Navigeerimine ilma hiireta\">Navigeerimine ilma hiireta</link>" -#. BuDVW +#. jCiAC #: 00000208.xhp msgctxt "" "00000208.xhp\n" "par_id3146120\n" "help.text" -msgid "For more information, see <link href=\"text/shared/00/00000020.xhp\" name=\"Information about Import and Export Filters\">Information about Import and Export Filters</link>." -msgstr "Enama teabe jaoks vaata teemat <link href=\"text/shared/00/00000020.xhp\" name=\"Impordi- ja ekspordifiltrid\">Impordi- ja ekspordifiltrid</link>." +msgid "<link href=\"text/shared/00/00000020.xhp\" name=\"Information about Import and Export Filters\">Information about Import and Export Filters</link>." +msgstr "" #. nkesm #: 00000215.xhp @@ -7541,6 +7541,15 @@ msgctxt "" msgid "Choose <menuitem>Data - Text to Columns</menuitem> (Calc)." msgstr "" +#. 4frVs +#: 00000401.xhp +msgctxt "" +"00000401.xhp\n" +"par_id161656944575459\n" +"help.text" +msgid "Copy data to clipboard, then choose <menuitem>Edit - Paste Special - Paste Special</menuitem> (Calc)." +msgstr "" + #. 9uDDp #: 00000401.xhp msgctxt "" @@ -8583,14 +8592,41 @@ msgctxt "" msgid "Choose <menuitem>Tools - Thesaurus</menuitem>." msgstr "" -#. F6EnA +#. C5ABq #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3149884\n" "help.text" -msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7" -msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7" +msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>F7</keycode>" +msgstr "" + +#. RYHXW +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id641655489196783\n" +"help.text" +msgid "On the <emph>Tools</emph> bar, click" +msgstr "" + +#. 3jnPY +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id751655488651997\n" +"help.text" +msgid "<image src=\"cmd/lc_thesaurus.svg\" id=\"img_id111655488651999\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id111655488652000\">Icon Thesaurus</alt></image>" +msgstr "" + +#. ue2A6 +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id11655488652002\n" +"help.text" +msgid "Thesaurus" +msgstr "" #. BkJ2M #: 00000406.xhp @@ -8610,14 +8646,14 @@ msgctxt "" msgid "<variable id=\"mediaplayer\">Choose <emph>Tools - Media Player</emph>.</variable>" msgstr "<variable id=\"mediaplayer\">Vali <emph>Tööriistad - Meediafailide mängija</emph></variable>" -#. a4RZA +#. FYZdN #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3151385\n" "help.text" -msgid "<variable id=\"makro\">Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+F11 (if not assigned by your system).</variable>" -msgstr "<variable id=\"makro\">Vali <emph>Tööriistad - Makrod - Makrode korraldamine - %PRODUCTNAME BASIC</emph> või vajuta <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+F11 (kui pole süsteemis juba kasutusel)</variable>" +msgid "<variable id=\"makro\">Choose <emph>Tools - Macros - Organize Macros - Basic</emph>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+F11 (if not assigned by your system).</variable>" +msgstr "" #. igagv #: 00000406.xhp @@ -8667,23 +8703,22 @@ msgctxt "" msgid "Choose <emph>Tools - Macros - Record Macro</emph>." msgstr "Vali <emph>Tööriistad - Makrod - Salvesta makro</emph>." -#. WBX8f +#. feCZF #: 00000406.xhp -#, fuzzy msgctxt "" "00000406.xhp\n" "par_id3150398\n" "help.text" -msgid "<variable id=\"passwort\">Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph>,<br/>click the <emph>Organizer</emph> button,<br/>click the <emph>Libraries</emph> tab,<br/>and then click the <emph>Password</emph> button.</variable>" -msgstr "<variable id=\"passwort\">Vali <emph>Tööriistad - Makrod - Makrode korraldamine - %PRODUCTNAME BASIC</emph>, klõpsa nupul <emph>Korraldaja</emph>, vali kaart <emph>Teegid</emph> ja seejärel klõpsa nupul <emph>Parool</emph></variable>" +msgid "<variable id=\"passwort\">Choose <emph>Tools - Macros - Organize Macros - Basic</emph>,<br/>click the <emph>Organizer</emph> button,<br/>click the <emph>Libraries</emph> tab,<br/>and then click the <emph>Password</emph> button.</variable>" +msgstr "" -#. rBcj4 +#. baigi #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3150498\n" "help.text" -msgid "<variable id=\"liborganizer\">Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph>,<br/>click the <widget>Organizer</widget> button.</variable>" +msgid "<variable id=\"liborganizer\">Choose <emph>Tools - Macros - Organize Macros - Basic</emph>,<br/>click the <widget>Organizer</widget> button.</variable>" msgstr "" #. SqBL5 @@ -8750,22 +8785,22 @@ msgctxt "" msgid "<variable id=\"menue\">Choose <emph>Tools - Customize - Menus</emph> tab.</variable>" msgstr "<variable id=\"menue\">Vali <emph>Tööriistad - Kohanda -</emph> kaart <emph>Menüüd</emph></variable>" -#. xzidF +#. P8ZsE #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_idN108E9\n" "help.text" -msgid "<variable id=\"menuenew\">Choose <menuitem>Tools - Customize - Menus</menuitem> tab, click the gear <image id=\"img_id3148386\" src=\"cmd/lc_config.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148386\">Icon gear menu</alt></image> dropdown menu and choose <menuitem>Add</menuitem>.</variable>" +msgid "<variable id=\"menuenew\">Choose <menuitem>Tools - Customize - Menus</menuitem> tab, click the hamburger <image id=\"img_id3148386\" src=\"sfx2/res/menu.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148386\">Icon Hamburger menu</alt></image> dropdown menu and choose <menuitem>Add</menuitem>.</variable>" msgstr "" -#. hg8cr +#. rryfk #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_idN10919\n" "help.text" -msgid "<variable id=\"menuemove\">Choose <menuitem>Tools - Customize - Menus</menuitem> tab, click the gear <image id=\"img_id3148386\" src=\"cmd/lc_config.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148386\">Icon gear menu</alt></image> dropdown menu and choose <menuitem>Move</menuitem>.</variable>" +msgid "<variable id=\"menuemove\">Choose <menuitem>Tools - Customize - Menus</menuitem> tab, click the hamburger <image id=\"img_id3148386\" src=\"sfx2/res/menu.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148386\">Icon Hamburger menu</alt></image> dropdown menu and choose <menuitem>Move</menuitem>.</variable>" msgstr "" #. nNuX4 @@ -10141,6 +10176,294 @@ msgctxt "" msgid "Format Menu" msgstr "Menüü Vormindus" +#. YGCgK +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3156426\n" +"help.text" +msgid "Open <link href=\"text/shared/02/04210000.xhp\" name=\"Link to Optimize Size\"><menuitem>Optimize Size</menuitem></link> dropdown menu from <link href=\"text/swriter/main0204.xhp\" name=\"Link to Table Bar\"><menuitem>Table</menuitem></link> bar, click" +msgstr "" + +#. JEmrc +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id481655731478873\n" +"help.text" +msgid "Open <link href=\"text/shared/02/04210000.xhp\" name=\"Link to Optimize Size\"><menuitem>Optimize Size</menuitem></link> dropdown menu from <menuitem>Table</menuitem> bar, click" +msgstr "" + +#. LNCUB +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id271654223353638\n" +"help.text" +msgid "Choose <menuitem>Table - Size - Minimal Row Height</menuitem>." +msgstr "" + +#. Gh5VB +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id151655731003155\n" +"help.text" +msgid "Choose <menuitem>Format - Table - Minimal Row Height</menuitem>." +msgstr "" + +#. CZ6Az +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id451655738489793\n" +"help.text" +msgid "Select rows in table, right-click, choose <menuitem>Size - Minimal Row Height</menuitem>." +msgstr "" + +#. UEWjA +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id751654222949632\n" +"help.text" +msgid "<image src=\"cmd/lc_setminimalrowheight.svg\" id=\"img_id731654222949632\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541654222949632\">Minimal Row Height Icon</alt></image>" +msgstr "" + +#. kp47D +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id961654222949632\n" +"help.text" +msgid "Minimal Row Height" +msgstr "" + +#. NN4r3 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3155536\n" +"help.text" +msgid "Choose <menuitem>Table - Size - Optimal Row Height</menuitem>." +msgstr "" + +#. pCsAR +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id621655731074115\n" +"help.text" +msgid "Choose <menuitem>Format - Table - Optimal Row Height</menuitem>." +msgstr "" + +#. zLApF +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id741655738425233\n" +"help.text" +msgid "Select rows in table, right-click, choose <menuitem>Size - Optimal Row Height</menuitem>." +msgstr "" + +#. U2ETB +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3145222\n" +"help.text" +msgid "<image id=\"img_id3145228\" src=\"cmd/lc_setoptimalrowheight.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145228\">Icon Optimal Row Height</alt></image>" +msgstr "" + +#. meaVC +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3153545\n" +"help.text" +msgid "Optimal Row Height" +msgstr "" + +#. zvEoa +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3153569\n" +"help.text" +msgid "Choose <menuitem>Table - Size - Distribute Rows Evenly</menuitem>." +msgstr "" + +#. vVi3q +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id701655731168178\n" +"help.text" +msgid "Choose <menuitem>Format - Table - Distribute Rows Evenly</menuitem>." +msgstr "" + +#. ZFAHG +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id801655738379330\n" +"help.text" +msgid "Select rows in table, right-click, choose <menuitem>Size - Distribute Rows Evenly</menuitem>." +msgstr "" + +#. aALKw +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3145297\n" +"help.text" +msgid "<image id=\"img_id3155994\" src=\"cmd/lc_distributerows.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>" +msgstr "" + +#. tgSLB +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3153206\n" +"help.text" +msgid "Distribute Rows Evenly" +msgstr "" + +#. 8znyd +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id51654220677297\n" +"help.text" +msgid "Choose <menuitem>Table - Size - Minimal Column Width</menuitem>." +msgstr "" + +#. EFZvU +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id691655731247050\n" +"help.text" +msgid "Choose <menuitem>Format - Table - Minimal Column Width</menuitem>." +msgstr "" + +#. bqVXT +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id941655738180090\n" +"help.text" +msgid "Select columns in table, right-click, choose <menuitem>Size - Minimal Column Width</menuitem>." +msgstr "" + +#. UvZy2 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id11654222599271\n" +"help.text" +msgid "<image src=\"cmd/lc_setminimalcolumnwidth.svg\" id=\"img_id541654222599271\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id451654222599271\">Minimal Column Width Icon</alt></image>" +msgstr "" + +#. 4Vw5o +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id161654222599272\n" +"help.text" +msgid "Minimal Column Width" +msgstr "" + +#. pNAs2 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3154752\n" +"help.text" +msgid "Choose <menuitem>Table - Size - Optimal Column Width</menuitem>." +msgstr "" + +#. RnQAg +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id471655731343905\n" +"help.text" +msgid "Choose <menuitem>Format - Table - Optimal Column Width</menuitem>." +msgstr "" + +#. hphNu +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id701655738103242\n" +"help.text" +msgid "Select columns in table, right-click, choose <menuitem>Size - Optimal Column Width</menuitem>." +msgstr "" + +#. C6MQK +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3157881\n" +"help.text" +msgid "<image id=\"img_id3157888\" src=\"cmd/lc_setoptimalcolumnwidth.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157888\">Icon Optimal Column Width</alt></image>" +msgstr "" + +#. c9tX3 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3150524\n" +"help.text" +msgid "Optimal Column Width" +msgstr "" + +#. ow3LU +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3159219\n" +"help.text" +msgid "Choose <menuitem>Table - Size - Distribute Columns Evenly</menuitem>." +msgstr "" + +#. zFDHf +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id991655731434331\n" +"help.text" +msgid "Choose <menuitem>Format - Table - Distribute Columns Evenly</menuitem>." +msgstr "" + +#. LGcd8 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id151654212978990\n" +"help.text" +msgid "<variable id=\"RightClickSize\">Select columns in table, right-click, choose <menuitem>Size - Distribute Columns Evenly</menuitem>.</variable>" +msgstr "" + +#. 7hd74 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3145179\n" +"help.text" +msgid "<image id=\"img_id3145186\" src=\"cmd/lc_distributecolumns.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145186\">Icon Distribute Columns Evenly</alt></image>" +msgstr "" + +#. m2sdA +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3151364\n" +"help.text" +msgid "Distribute Columns Evenly" +msgstr "" + #. yUJ5g #: 00040500.xhp msgctxt "" diff --git a/source/et/helpcontent2/source/text/shared/01.po b/source/et/helpcontent2/source/text/shared/01.po index 2cf80e7720e..23c48c1128c 100644 --- a/source/et/helpcontent2/source/text/shared/01.po +++ b/source/et/helpcontent2/source/text/shared/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-07-04 18:04+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2022-01-09 15:38+0000\n" "Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n" "Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/et/>\n" @@ -7909,13 +7909,13 @@ msgctxt "" msgid "Disable this option to consider all possible case matches. For example, entering \"a\" in the <emph>Find</emph> box matches both \"a\" and \"A\"." msgstr "" -#. F9EPB +#. WABdv #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id901629843129983\n" "help.text" -msgid "Beware that some characters may have more than one match when <emph>Match case</emph> is disabled. For instance, \"s\" matches \"s\", \"S\" and \"ß\" (sharp S used in the German language)." +msgid "Be aware that some characters may have more than one match when <emph>Match case</emph> is disabled. For instance, \"s\" matches \"s\", \"S\" and \"ß\" (sharp S used in the German language)." msgstr "" #. VHvn4 @@ -12211,13 +12211,13 @@ msgctxt "" msgid "URL:" msgstr "URL:" -#. R9sNj +#. bMdXq #: 02220100.xhp msgctxt "" "02220100.xhp\n" "par_id3155831\n" "help.text" -msgid "<ahelp hid=\"cui/ui/cuiimapdlg/urlentry\">Enter the URL for the file that you want to open when you click the selected hotspot.</ahelp> If you want to jump to a named anchor within the current document, the address should be of the form \"file:///C:/Documents/[current_document_name]#anchor_name\"." +msgid "<ahelp hid=\"cui/ui/cuiimapdlg/urlentry\">Enter the URL for the file that you want to open when you click the selected hotspot.</ahelp> If you want to jump to a named anchor within the current document, e.g. to a shape with name \"anchor_name\", the address should be of the form \"#anchor_name\". To target an anchor in another document, the address should be of the form \"file:///path/to/another_document_name#anchor_name\"." msgstr "" #. 5rChM @@ -14191,6 +14191,15 @@ msgctxt "" msgid "<ahelp hid=\".uno:ToolBarVisible\">Shows or hides the <emph>Tools</emph> bar.</ahelp>" msgstr "" +#. 4AhUo +#: 03050000.xhp +msgctxt "" +"03050000.xhp\n" +"par_id861655493002232\n" +"help.text" +msgid "The <emph>Tools</emph> bar contains the following icons:" +msgstr "" + #. QkRf6 #: 03060000.xhp msgctxt "" @@ -16171,14 +16180,14 @@ msgctxt "" msgid "If the language list consists of an editable combo box, you can enter a valid <emph>BCP 47 language tag</emph> if the language you want to assign is not available from the selectable list." msgstr "Kui keeleloend on redigeeritav liitkast ja soovitud keelt loendis ei leidu, saab sisestada ka mõne kehtiva <emph>BCP 47 keeletähise</emph>." -#. Xf7AT +#. dgRLJ #: 05020100.xhp msgctxt "" "05020100.xhp\n" "par_id3157963\n" "help.text" -msgid "For language tag details please see the <link href=\"http://www.langtag.net/\"><emph>For users</emph> section on the langtag.net web site</link>." -msgstr "Täpsemat teavet keeletähiste kohta saab <link href=\"http://www.langtag.net/\">veebisaidi langtag.net jaotisest <emph>For users</emph> (\"kasutajatele\")</link>." +msgid "For language tag details please see the <link href=\"https://en.wikipedia.org/wiki/IETF_language_tag\">IETF language tag</link> Wikipedia page and the W3C <link href=\"https://www.w3.org/International/articles/language-tags/\">Language tags in HTML and XML</link> article." +msgstr "" #. cpdYi #: 05020100.xhp @@ -26314,58 +26323,31 @@ msgctxt "" msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>" msgstr "" -#. 3XJPh +#. 5gEvu #: 05110600m.xhp msgctxt "" "05110600m.xhp\n" "hd_id3149871\n" "help.text" -msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>" +msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Evenly\">Distribute Rows Evenly</link>" msgstr "" -#. 7meG8 +#. Ae4jH #: 05110600m.xhp msgctxt "" "05110600m.xhp\n" "par_id3154766\n" "help.text" -msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>" -msgstr "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Kohandab valitud ridade kõrgust kõige kõrgema rea järgi valikus.</ahelp></variable>" - -#. yiRQV -#: 05110600m.xhp -msgctxt "" -"05110600m.xhp\n" -"par_id3153569\n" -"help.text" -msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>" +msgid "<variable id=\"distribute_rows_text\"><ahelp hid=\".uno:DistributeRows\">Adjust the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>" msgstr "" -#. CbTaH -#: 05110600m.xhp -msgctxt "" -"05110600m.xhp\n" -"par_id3153755\n" -"help.text" -msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> Bar, click" -msgstr "Ava <emph>tabeliribalt</emph> tööriistariba <emph>Optimeerimine</emph> ja klõpsa" - -#. AGqoH +#. PozaC #: 05110600m.xhp msgctxt "" "05110600m.xhp\n" -"par_id3145297\n" +"par_id421655891095753\n" "help.text" -msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>" -msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Ikoon</alt></image>" - -#. yiFAJ -#: 05110600m.xhp -msgctxt "" -"05110600m.xhp\n" -"par_id3153206\n" -"help.text" -msgid "Distribute Rows Evenly" +msgid "It is necessary to select at least two rows for this command to be available, and sufficient to select only one cell from each row." msgstr "" #. r4N82 @@ -26548,76 +26530,49 @@ msgctxt "" msgid "<ahelp hid=\".uno:SpacePara2\">Sets the line spacing of the current paragraph to two lines.</ahelp>" msgstr "<ahelp hid=\".uno:SpacePara2\">Määrab aktiivse lõigu reavaheks kaks rida.</ahelp>" -#. qnoC8 +#. 9T56D #: 05120600.xhp msgctxt "" "05120600.xhp\n" "tit\n" "help.text" -msgid "Distribute Columns Equally" +msgid "Distribute Columns Evenly" msgstr "" -#. qffag +#. DJCR6 #: 05120600.xhp msgctxt "" "05120600.xhp\n" "bm_id431513359599959\n" "help.text" -msgid "<bookmark_value>table columns;distribute columns equally</bookmark_value> <bookmark_value>column width;distribute equally</bookmark_value>" +msgid "<bookmark_value>table columns;distribute columns evenly</bookmark_value> <bookmark_value>column width;distribute evenly</bookmark_value>" msgstr "" -#. a3DPw +#. YcCRp #: 05120600.xhp msgctxt "" "05120600.xhp\n" "hd_id3153811\n" "help.text" -msgid "<link href=\"text/shared/01/05120600.xhp\" name=\"Distribute Equally\">Distribute Columns Equally</link>" +msgid "<link href=\"text/shared/01/05120600.xhp\" name=\"Distribute Evenly\">Distribute Columns Evenly</link>" msgstr "" -#. 2FWag +#. w2jZV #: 05120600.xhp msgctxt "" "05120600.xhp\n" "par_id3151389\n" "help.text" -msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeColumns\">Adjusts the width of the selected columns to match the width of the widest column in the selection.</ahelp> The total width of the table cannot exceed the width of the page.</variable>" -msgstr "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeColumns\">Muudab valitud veergude laiuse võrdseks kõige laiema veeru laiusega valikus.</ahelp> Tabeli kogulaius ei ületa lehekülje laiust.</variable>" - -#. EmZzi -#: 05120600.xhp -msgctxt "" -"05120600.xhp\n" -"par_id3159219\n" -"help.text" -msgid "Choose <emph>Table - Size - Distribute Columns Equally</emph>" +msgid "<variable id=\"distribute_columns_text\"><ahelp hid=\".uno:DistributeColumns\">Adjust the width of selected table columns so that each column has the same width.</ahelp> The table width and unselected columns remain unchanged.</variable>" msgstr "" -#. RKaTz -#: 05120600.xhp -msgctxt "" -"05120600.xhp\n" -"par_id3156426\n" -"help.text" -msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> Bar, click" -msgstr "Ava <emph>tabeliribalt</emph> tööriistariba <emph>Optimeerimine</emph> ja klõpsa" - -#. ND9or +#. onQ9D #: 05120600.xhp msgctxt "" "05120600.xhp\n" -"par_id3145179\n" +"par_id711654213522157\n" "help.text" -msgid "<image id=\"img_id3145186\" src=\"cmd/sc_distributecolumns.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3145186\">Icon</alt></image>" -msgstr "<image id=\"img_id3145186\" src=\"cmd/sc_distributecolumns.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3145186\">Ikoon</alt></image>" - -#. BSdAD -#: 05120600.xhp -msgctxt "" -"05120600.xhp\n" -"par_id3151364\n" -"help.text" -msgid "Distribute Columns Equally" +msgid "It is necessary to select at least two columns for this command to be available, and sufficient to select only one cell from each column." msgstr "" #. dbfDG @@ -31399,6 +31354,15 @@ msgctxt "" msgid "You can make text follow any shape. Most of the custom shapes available in the Drawing toolbar need to be converted to a different type before you can use them with Fontwork. In Impress or Draw, right-click the shape and select <emph>Convert - To Curve/Polygon/Contour</emph>. If you wish, you can now copy and paste the converted shape into Writer for use with Fontwork. Shapes in the <emph>Legacy Circles and Ovals</emph> and <emph>Legacy Rectangles</emph> toolbars do not need to be converted. The <emph>Arc</emph> included in the basic shapes is also a legacy shape." msgstr "" +#. 7yFwV +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id841656376472122\n" +"help.text" +msgid "Baseline Off" +msgstr "" + #. rDFeE #: 05280000.xhp msgctxt "" @@ -31408,23 +31372,32 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/off\">Removes baseline formatting.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/off\">Eemaldab baasjoone vorminduse.</ahelp>" -#. FurcH +#. F9bLQ #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3149244\n" "help.text" -msgid "<image id=\"img_id3161458\" src=\"cmd/sc_fontwork.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3161458\">Icon</alt></image>" -msgstr "<image id=\"img_id3161458\" src=\"cmd/sc_fontwork.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3161458\">Ikoon</alt></image>" +msgid "<image id=\"img_id3161458\" src=\"cmd/lc_fontwork.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3161458\">Icon Off</alt></image>" +msgstr "" -#. JmKFM +#. yfowv #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3149046\n" "help.text" -msgid "Off" -msgstr "Välja lülitatud" +msgid "Baseline Off" +msgstr "" + +#. BgBci +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id711656376441359\n" +"help.text" +msgid "Rotate" +msgstr "" #. t8dtT #: 05280000.xhp @@ -31435,14 +31408,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/rotate\">Uses the top or the bottom edge of the selected object as the text baseline.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/rotate\">Teksti baasjoonena kasutatakse valitud objekti ülemist või alumist serva.</ahelp>" -#. HyMSr +#. tBBQt #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3150791\n" "help.text" -msgid "<image id=\"img_id3153379\" src=\"svx/res/fw02.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3153379\">Icon</alt></image>" -msgstr "<image id=\"img_id3153379\" src=\"svx/res/fw02.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3153379\">Ikoon</alt></image>" +msgid "<image id=\"img_id3153379\" src=\"svx/res/fw02.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153379\">Icon</alt></image>" +msgstr "" #. CC8vv #: 05280000.xhp @@ -31453,6 +31426,15 @@ msgctxt "" msgid "Rotate" msgstr "Pööra" +#. FzVVf +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id111656376428881\n" +"help.text" +msgid "Upright" +msgstr "" + #. z9amk #: 05280000.xhp msgctxt "" @@ -31462,14 +31444,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/upright\">Uses the top or the bottom edge of the selected object as the text baseline and preserves the original vertical alignment of the individual characters.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/upright\">Teksti baasjoonena kasutatakse valitud objekti ülemist või alumist serva ning algne üksikute märkide vertikaalne joondus säilitatakse.</ahelp>" -#. uNhP2 +#. 6DY9M #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3154069\n" "help.text" -msgid "<image id=\"img_id3152933\" src=\"svx/res/fw03.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3152933\">Icon</alt></image>" -msgstr "<image id=\"img_id3152933\" src=\"svx/res/fw03.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3152933\">Ikoon</alt></image>" +msgid "<image id=\"img_id3152933\" src=\"svx/res/fw03.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152933\">Icon Upright</alt></image>" +msgstr "" #. DDWXG #: 05280000.xhp @@ -31480,6 +31462,15 @@ msgctxt "" msgid "Upright" msgstr "Püstine" +#. thuQH +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id201656376410570\n" +"help.text" +msgid "Slant Horizontal" +msgstr "" + #. TqEGn #: 05280000.xhp msgctxt "" @@ -31489,14 +31480,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/hori\">Horizontally slants the characters in the text object.</ahelp>" msgstr "" -#. LDzVG +#. K97sx #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3153180\n" "help.text" -msgid "<image id=\"img_id3151041\" src=\"svx/res/fw04.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3151041\">Icon</alt></image>" -msgstr "<image id=\"img_id3151041\" src=\"svx/res/fw04.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3151041\">Ikoon</alt></image>" +msgid "<image id=\"img_id3151041\" src=\"svx/res/fw04.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151041\">Icon Slant Horizontal</alt></image>" +msgstr "" #. m29gX #: 05280000.xhp @@ -31507,6 +31498,15 @@ msgctxt "" msgid "Slant Horizontal" msgstr "Horisontaalne kalle" +#. GE3Zv +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id471656376383844\n" +"help.text" +msgid "Slant Vertical" +msgstr "" + #. q7vvg #: 05280000.xhp msgctxt "" @@ -31516,14 +31516,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/vert\">Vertically slants the characters in the text object.</ahelp>" msgstr "" -#. arDpu +#. FKyaQ #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3147348\n" "help.text" -msgid "<image id=\"img_id3154690\" src=\"svx/res/fw05.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3154690\">Icon</alt></image>" -msgstr "<image id=\"img_id3154690\" src=\"svx/res/fw05.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3154690\">Ikoon</alt></image>" +msgid "<image id=\"img_id3154690\" src=\"svx/res/fw05.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154690\">Icon Slant Vertical</alt></image>" +msgstr "" #. vTFLn #: 05280000.xhp @@ -31534,6 +31534,15 @@ msgctxt "" msgid "Slant Vertical" msgstr "Vertikaalne kalle" +#. qJeSt +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id161656376292591\n" +"help.text" +msgid "Orientation" +msgstr "" + #. ByjsP #: 05280000.xhp msgctxt "" @@ -31543,14 +31552,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/orientation\">Reverses the text flow direction, and flips the text horizontally or vertically. To use this command, you must first apply a different baseline to the text.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/orientation\">Pöörab tekstivoo suuna vastupidiseks ja peegeldab teksti horisontaalselt või vertikaalselt. Selle käsu kasutamiseks peab tekstile olema esmalt määratud algsest erinev baasjoon.</ahelp>" -#. rPEYL +#. jGCet #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3155854\n" "help.text" -msgid "<image id=\"img_id3153142\" src=\"svx/res/fw06.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3153142\">Icon</alt></image>" -msgstr "<image id=\"img_id3153142\" src=\"svx/res/fw06.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3153142\">Ikoon</alt></image>" +msgid "<image id=\"img_id3153142\" src=\"svx/res/fw06.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153142\">Icon Orientation</alt></image>" +msgstr "" #. hu8Lf #: 05280000.xhp @@ -31561,6 +31570,15 @@ msgctxt "" msgid "Orientation" msgstr "Suund" +#. 3J4v6 +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id691656376244494\n" +"help.text" +msgid "Align Left" +msgstr "" + #. DWX4d #: 05280000.xhp msgctxt "" @@ -31570,14 +31588,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/left\">Aligns the text to the left end of the text baseline.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/left\">Joondab teksti baasjoone vasaku otsa järgi.</ahelp>" -#. DtVBv +#. DoUHv #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3156006\n" "help.text" -msgid "<image id=\"img_id3153573\" src=\"cmd/sc_alignleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153573\">Icon</alt></image>" -msgstr "<image id=\"img_id3153573\" src=\"cmd/sc_alignleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153573\">Ikoon</alt></image>" +msgid "<image id=\"img_id3153573\" src=\"cmd/lc_alignleft.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153573\">Icon Align Left</alt></image>" +msgstr "" #. CXCLp #: 05280000.xhp @@ -31588,6 +31606,15 @@ msgctxt "" msgid "Align Left" msgstr "Joonda vasakule" +#. WpsQP +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id791656376221037\n" +"help.text" +msgid "Align Center" +msgstr "" + #. bmiBe #: 05280000.xhp msgctxt "" @@ -31597,23 +31624,32 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/center\">Centers the text on the text baseline.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/center\">Joondab teksti baasjoone keskkoha järgi.</ahelp>" -#. EAXVE +#. GfMCw #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3155748\n" "help.text" -msgid "<image id=\"img_id3147217\" src=\"cmd/sc_centerpara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147217\">Icon</alt></image>" -msgstr "<image id=\"img_id3147217\" src=\"cmd/sc_centerpara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147217\">Ikoon</alt></image>" +msgid "<image id=\"img_id3147217\" src=\"cmd/lc_alignhorizontalcenter.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147217\">Icon Align Center</alt></image>" +msgstr "" -#. BASqx +#. 7hH49 #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3159346\n" "help.text" -msgid "Center" -msgstr "Keskele" +msgid "Align Center" +msgstr "" + +#. VBnG2 +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id241656376143482\n" +"help.text" +msgid "Align Right" +msgstr "" #. Bgdfe #: 05280000.xhp @@ -31624,14 +31660,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/right\">Aligns the text to the right end of the text baseline.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/right\">Joondab teksti baasjoone parempoolse otsa järgi.</ahelp>" -#. BDdAZ +#. eQFJA #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3149939\n" "help.text" -msgid "<image id=\"img_id3148498\" src=\"cmd/sc_alignright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148498\">Icon</alt></image>" -msgstr "<image id=\"img_id3148498\" src=\"cmd/sc_alignright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148498\">Ikoon</alt></image>" +msgid "<image id=\"img_id3148498\" src=\"cmd/lc_alignright.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148498\">Icon Align Right</alt></image>" +msgstr "" #. Cmr8n #: 05280000.xhp @@ -31642,6 +31678,15 @@ msgctxt "" msgid "Align Right" msgstr "Joonda paremale" +#. 5PAqo +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id491656376126698\n" +"help.text" +msgid "AutoSize Text" +msgstr "" + #. BXAaF #: 05280000.xhp msgctxt "" @@ -31651,14 +31696,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/autosize\">Resizes the text to fit the length of the text baseline.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/autosize\">Venitab teksti või surub ta kokku vastavalt baasjoone pikkusele.</ahelp>" -#. fxGtY +#. UHcvK #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3159129\n" "help.text" -msgid "<image id=\"img_id3153334\" src=\"svx/res/fw010.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3153334\">Icon</alt></image>" -msgstr "<image id=\"img_id3153334\" src=\"svx/res/fw010.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3153334\">Ikoon</alt></image>" +msgid "<image id=\"img_id3153334\" src=\"svx/res/fw010.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153334\">Icon AutoSize Text</alt></image>" +msgstr "" #. drPm7 #: 05280000.xhp @@ -31669,6 +31714,15 @@ msgctxt "" msgid "AutoSize Text" msgstr "Teksti automaatsuurus" +#. ETeVz +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id21656376092926\n" +"help.text" +msgid "Distance" +msgstr "" + #. 7AEZy #: 05280000.xhp msgctxt "" @@ -31678,14 +31732,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/distance\">Enter the amount of space that you want to leave between the text baseline and the base of the individual characters.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/distance\">Sisesta vahemaa, mis jäetakse teksti baasjoone ja üksikute tähtede vahele.</ahelp>" -#. icByC +#. YLoku #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3153957\n" "help.text" -msgid "<image id=\"img_id3151019\" src=\"svx/res/fw020.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3151019\">Icon</alt></image>" -msgstr "<image id=\"img_id3151019\" src=\"svx/res/fw020.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3151019\">Ikoon</alt></image>" +msgid "<image id=\"img_id3151019\" src=\"svx/res/fw020.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151019\">Icon Distance</alt></image>" +msgstr "" #. XDeLC #: 05280000.xhp @@ -31696,6 +31750,15 @@ msgctxt "" msgid "Distance" msgstr "Vahemaa" +#. VDVCs +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id821656376071005\n" +"help.text" +msgid "Indent" +msgstr "" + #. g6xDf #: 05280000.xhp msgctxt "" @@ -31705,14 +31768,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/indent\">Enter the amount of space to leave between the beginning of the text baseline, and the beginning of the text.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/indent\">Sisesta vahemaa, mis jäetakse teksti baasjoone alguse ja teksti alguse vahele.</ahelp>" -#. AyT7A +#. WJumk #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3156332\n" "help.text" -msgid "<image id=\"img_id3153836\" src=\"svx/res/fw021.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3153836\">Icon</alt></image>" -msgstr "<image id=\"img_id3153836\" src=\"svx/res/fw021.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3153836\">Ikoon</alt></image>" +msgid "<image id=\"img_id3153836\" src=\"svx/res/fw021.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153836\">Icon Indent</alt></image>" +msgstr "" #. 6UEik #: 05280000.xhp @@ -31723,6 +31786,15 @@ msgctxt "" msgid "Indent" msgstr "Taane" +#. aRCGE +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id391656375872510\n" +"help.text" +msgid "Contour" +msgstr "" + #. TdeZF #: 05280000.xhp msgctxt "" @@ -31732,14 +31804,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/contour\">Shows or hides the text baseline, or the edges of the selected object.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/contour\">Peidab või näitab teksti baasjoont või valitud objekti äärejooni.</ahelp>" -#. k4Afm +#. PKZNH #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3155515\n" "help.text" -msgid "<image id=\"img_id3159186\" src=\"svx/res/fw011.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3159186\">Icon</alt></image>" -msgstr "<image id=\"img_id3159186\" src=\"svx/res/fw011.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3159186\">Ikoon</alt></image>" +msgid "<image id=\"img_id3159186\" src=\"svx/res/fw011.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159186\">Icon Contour</alt></image>" +msgstr "" #. FPfgN #: 05280000.xhp @@ -31750,6 +31822,15 @@ msgctxt "" msgid "Contour" msgstr "Kontuur" +#. YBFDw +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id91656375850945\n" +"help.text" +msgid "Text Contour" +msgstr "" + #. BkBcX #: 05280000.xhp msgctxt "" @@ -31759,14 +31840,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/textcontour\">Shows or hides the borders of the individual characters in the text.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/textcontour\">Peidab või näitab üksikute tähtede kontuurjooni.</ahelp>" -#. 9eEG3 +#. GD5Dk #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3150323\n" "help.text" -msgid "<image id=\"img_id3147100\" src=\"svx/res/fw012.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">Icon</alt></image>" -msgstr "<image id=\"img_id3147100\" src=\"svx/res/fw012.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">Ikoon</alt></image>" +msgid "<image id=\"img_id3147100\" src=\"svx/res/fw012.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147100\">Icon Text Contour</alt></image>" +msgstr "" #. 663fR #: 05280000.xhp @@ -31777,6 +31858,15 @@ msgctxt "" msgid "Text Contour" msgstr "Tekstikontuur" +#. u58VB +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id841656375799254\n" +"help.text" +msgid "No Text Shadow" +msgstr "" + #. GB3hN #: 05280000.xhp msgctxt "" @@ -31786,14 +31876,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/noshadow\">Removes the shadow effects that you applied to the text.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/noshadow\">Eemaldab tekstile määratud varjud.</ahelp>" -#. V4yr6 +#. AH93n #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3150241\n" "help.text" -msgid "<image id=\"img_id3156375\" src=\"svx/res/fw013.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3156375\">Icon</alt></image>" -msgstr "<image id=\"img_id3156375\" src=\"svx/res/fw013.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3156375\">Ikoon</alt></image>" +msgid "<image id=\"img_id3156375\" src=\"svx/res/fw013.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156375\">Icon No Text Shadow</alt></image>" +msgstr "" #. Px8Nt #: 05280000.xhp @@ -31804,6 +31894,15 @@ msgctxt "" msgid "No Shadow" msgstr "Ilma varjuta" +#. QViBS +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id61656375494529\n" +"help.text" +msgid "Add Text Shadow" +msgstr "" + #. dwkxm #: 05280000.xhp msgctxt "" @@ -31813,23 +31912,32 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/vertical\">Adds a shadow to the text in the selected object. Click this button, and then enter the dimensions of the shadow in the <emph>Distance X</emph> and the <emph>Distance Y</emph> boxes.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/vertical\">Lisab valitud objekti tekstile varju. Klõpsa sellele nupule ja sisesta varju mõõdud allpool asuvatele väljadele <emph>Kaugus X</emph> ja <emph>Kaugus Y</emph>.</ahelp>" -#. C97eG +#. gjnJp #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3145231\n" "help.text" -msgid "<image id=\"img_id3149908\" src=\"svx/res/fw014.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3149908\">Icon</alt></image>" -msgstr "<image id=\"img_id3149908\" src=\"svx/res/fw014.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3149908\">Ikoon</alt></image>" +msgid "<image id=\"img_id3149908\" src=\"svx/res/fw014.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149908\">Icon Add Text Shadow</alt></image>" +msgstr "" -#. oNECu +#. rExNd #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3152484\n" "help.text" -msgid "Vertical" -msgstr "Vertikaalne" +msgid "Add Text Shadow" +msgstr "" + +#. xNhu4 +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id591656375616712\n" +"help.text" +msgid "Text Shadow Slant" +msgstr "" #. DMN8v #: 05280000.xhp @@ -31840,95 +31948,95 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/slant\">Adds a slant shadow to the text in the selected object. Click this button, and then enter the dimensions of the shadow in the <emph>Distance X</emph> and the <emph>Distance Y</emph> boxes.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/slant\">Lisab valitud objekti tekstile kallutatud varju. Klõpsa sellele nupule ja sisesta varju mõõdud allpool asuvatele väljadele <emph>Kaugus X</emph> ja <emph>Kaugus Y</emph>.</ahelp>" -#. DEqjk +#. GiYrF #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3150664\n" "help.text" -msgid "<image id=\"img_id3166423\" src=\"svx/res/fw015.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3166423\">Icon</alt></image>" -msgstr "<image id=\"img_id3166423\" src=\"svx/res/fw015.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3166423\">Ikoon</alt></image>" +msgid "<image id=\"img_id3166423\" src=\"svx/res/fw015.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3166423\">Icon Slant Text Shadow</alt></image>" +msgstr "" -#. JF8Kq +#. 8akDZ #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3147129\n" "help.text" -msgid "Slant" -msgstr "Kalle" +msgid "Slant Text Shadow" +msgstr "" -#. gEPsY +#. K7G7H #: 05280000.xhp msgctxt "" "05280000.xhp\n" "hd_id3156537\n" "help.text" -msgid "Horizontal Distance" -msgstr "Horisontaalne kaugus" +msgid "Shadow Horizontal Distance or Shadow Angle" +msgstr "" -#. rEQCf +#. GeLhX #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3151049\n" "help.text" -msgid "<ahelp hid=\"svx/ui/dockingfontwork/distancex\">Enter the horizontal distance between the text characters and the edge of the shadow.</ahelp>" -msgstr "<ahelp hid=\"svx/ui/dockingfontwork/distancex\">Sisesta horisontaalne kaugus tähest kuni selle tähe varju lõpuni.</ahelp>" +msgid "<ahelp hid=\"svx/ui/dockingfontwork/distancex\">Enter the horizontal distance between the text characters and the edge of the shadow or the angle of the shadow slant from vertical.</ahelp>" +msgstr "" -#. AxwAB +#. z9sPP #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3159103\n" "help.text" -msgid "<image id=\"img_id3149242\" src=\"svx/res/fw016.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3149242\">Icon</alt></image>" -msgstr "<image id=\"img_id3149242\" src=\"svx/res/fw016.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3149242\">Ikoon</alt></image>" +msgid "<image id=\"img_id3149242\" src=\"svx/res/fw016.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149242\">Icon X Distance</alt></image>" +msgstr "" -#. hD4CN +#. FArwF #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3147093\n" "help.text" -msgid "X Distance" -msgstr "Kaugus X" +msgid "X Distance or Shadow Angle" +msgstr "" -#. HYtvM +#. BZCsQ #: 05280000.xhp msgctxt "" "05280000.xhp\n" "hd_id3149450\n" "help.text" -msgid "Vertical Distance" -msgstr "Vertikaalne kaugus" +msgid "Vertical Distance or Shadow size" +msgstr "" -#. BFAFe +#. tYGs2 #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3153704\n" "help.text" -msgid "<ahelp hid=\"svx/ui/dockingfontwork/distancey\">Enter the vertical distance between the text characters and the edge of the shadow.</ahelp>" -msgstr "<ahelp hid=\"svx/ui/dockingfontwork/distancey\">Sisesta vertikaalne kaugus tähest kuni selle tähe varju lõpuni.</ahelp>" +msgid "<ahelp hid=\"svx/ui/dockingfontwork/distancey\">Enter the vertical distance between the text characters and the edge of the shadow, or the size of the shadow in percent values of the character size.</ahelp>" +msgstr "" -#. f4FAp +#. gWZnK #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3154275\n" "help.text" -msgid "<image id=\"img_id3154118\" src=\"svx/res/fw017.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3154118\">Icon</alt></image>" -msgstr "<image id=\"img_id3154118\" src=\"svx/res/fw017.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3154118\">Ikoon</alt></image>" +msgid "<image id=\"img_id3154118\" src=\"svx/res/fw017.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154118\">Icon Y Distance</alt></image>" +msgstr "" -#. Hz4Gd +#. ZfKxm #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3150783\n" "help.text" -msgid "Y Distance" -msgstr "Kaugus Y" +msgid "Y Distance or Shadow Size" +msgstr "" #. DXmZb #: 05280000.xhp @@ -37339,14 +37447,14 @@ msgctxt "" msgid "Thesaurus" msgstr "Tesaurus" -#. jbHBp +#. npNDK #: 06020000.xhp msgctxt "" "06020000.xhp\n" "hd_id3146946\n" "help.text" -msgid "Thesaurus" -msgstr "Tesaurus" +msgid "<variable id=\"Thesaurush1\"><link href=\"text/shared/01/06020000.xhp\" name=\"Thesaurus\">Thesaurus</link></variable>" +msgstr "" #. haxwE #: 06020000.xhp @@ -42289,31 +42397,31 @@ msgctxt "" msgid "Add" msgstr "" -#. 6so4v +#. 2FCEA #: 06140100.xhp msgctxt "" "06140100.xhp\n" "par_id151514304300251\n" "help.text" -msgid "<ahelp hid=\".\">Click on the gear icon and then choose Add to add a new menu.</ahelp>" +msgid "<ahelp hid=\".\">Click on the hamburger icon and then choose Add to add a new menu.</ahelp>" msgstr "" -#. 4NJCy +#. NCirC #: 06140100.xhp msgctxt "" "06140100.xhp\n" "par_id811604400309745\n" "help.text" -msgid "<image src=\"sfx2/res/actionaction013.png\" id=\"img_id381604400309745\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131604400309745\">Gear Icon</alt></image>" +msgid "<image src=\"sfx2/res/menu.svg\" id=\"img_id381604400309745\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131604400309745\">Hamburger Icon</alt></image>" msgstr "" -#. uniCg +#. YCAtK #: 06140100.xhp msgctxt "" "06140100.xhp\n" "par_id421604400309745\n" "help.text" -msgid "Gear icon" +msgid "Hamburger icon" msgstr "" #. uWnv3 @@ -42325,13 +42433,13 @@ msgctxt "" msgid "Remove" msgstr "Eemalda" -#. CmdBm +#. VoGfB #: 06140100.xhp msgctxt "" "06140100.xhp\n" "par_id61514304306614\n" "help.text" -msgid "<ahelp hid=\".\">Click on the gear icon and then choose Delete to delete the menu.</ahelp>" +msgid "<ahelp hid=\".\">Click on the hamburger icon and then choose Delete to delete the menu.</ahelp>" msgstr "" #. 72LBB @@ -43297,13 +43405,13 @@ msgctxt "" msgid "Add" msgstr "" -#. 7hxA9 +#. 2MHhV #: 06140400.xhp msgctxt "" "06140400.xhp\n" "par_id151514304300251\n" "help.text" -msgid "Click on the gear icon and then choose Add to add a new toolbar." +msgid "Click on the hamburger icon and then choose Add to add a new toolbar." msgstr "" #. DW7iQ @@ -43315,13 +43423,13 @@ msgctxt "" msgid "Delete" msgstr "" -#. QLmoF +#. EsQEM #: 06140400.xhp msgctxt "" "06140400.xhp\n" "par_id61514304306614\n" "help.text" -msgid "Click on the gear icon and then choose Delete to delete the toolbar." +msgid "Click on the hamburger icon and then choose Delete to delete the toolbar." msgstr "" #. VQG5w @@ -47986,6 +48094,159 @@ msgctxt "" msgid "Choose <item type=\"menuitem\">View - Sidebar</item>" msgstr "" +#. MzqUQ +#: minimal_column_width.xhp +msgctxt "" +"minimal_column_width.xhp\n" +"tit\n" +"help.text" +msgid "Minimal Column Width" +msgstr "" + +#. rDHGh +#: minimal_column_width.xhp +msgctxt "" +"minimal_column_width.xhp\n" +"hd_id421654218230011\n" +"help.text" +msgid "<variable id=\"minimalcolh1\"><link href=\"text/shared/01/minimal_column_width.xhp\" name=\"Minimal Column Width\">Minimal Column Width</link></variable>" +msgstr "" + +#. FTeCy +#: minimal_column_width.xhp +msgctxt "" +"minimal_column_width.xhp\n" +"par_id581605991965966\n" +"help.text" +msgid "Adjust the column width for selected cells so that the longest paragraph in each cell can be on a single line." +msgstr "" + +#. PENjV +#: minimal_column_width.xhp +msgctxt "" +"minimal_column_width.xhp\n" +"par_id801654217365035\n" +"help.text" +msgid "Adjust the column width for the selected columns so that the longest paragraph in each column can fit exactly on a single line, without increasing the table width." +msgstr "" + +#. pxCdB +#: minimal_column_width.xhp +msgctxt "" +"minimal_column_width.xhp\n" +"par_id501655941966365\n" +"help.text" +msgid "<menuitem>Minimal Column Width</menuitem> seeks to find a column width that allows each paragraph in the selected cells to <emph>fit exactly</emph> as a single line in the cell. This means that column widths are adjusted in relation to the length of the longest paragraph in each of the selected cells. The final result depends on which cells are selected." +msgstr "" + +#. NEpFF +#: minimal_column_width.xhp +msgctxt "" +"minimal_column_width.xhp\n" +"par_id741655770095042\n" +"help.text" +msgid "Column width includes space for any horizontal cell padding, paragraph padding, and paragraph indents." +msgstr "" + +#. wQBrk +#: minimal_column_width.xhp +msgctxt "" +"minimal_column_width.xhp\n" +"par_id291655943042163\n" +"help.text" +msgid "If the table width is less than the page width, then under some circumstances the width of the table may be increased in an attempt to fit a cell paragraph onto a single line. Otherwise the command can be useful for reducing the width of tables." +msgstr "" + +#. VXYEb +#: minimal_column_width.xhp +msgctxt "" +"minimal_column_width.xhp\n" +"par_id421655893243524\n" +"help.text" +msgid "Select a single cell to adjust the entire column width to fit the content of that cell." +msgstr "" + +#. osoAn +#: minimal_column_width.xhp +msgctxt "" +"minimal_column_width.xhp\n" +"par_id201655811553407\n" +"help.text" +msgid "<menuitem>Minimal Column Width</menuitem> seeks to find a column width that allows each paragraph in the selected column(s) to fit exactly on a single line. This means that column widths are adjusted in relation to the length of the longest paragraph in each of the selected columns. The final result depends on the paragraph length in the selected columns." +msgstr "" + +#. JUpt8 +#: minimal_column_width.xhp +msgctxt "" +"minimal_column_width.xhp\n" +"par_id971654218805882\n" +"help.text" +msgid "To minimize a single column, it is sufficient to place the cursor in a cell in the column to be minimized. To minimize multiple columns, it is sufficient to select one cell from each column to be minimized." +msgstr "" + +#. irVEV +#: minimal_column_width.xhp +msgctxt "" +"minimal_column_width.xhp\n" +"par_id91656110781159\n" +"help.text" +msgid "The command can be useful for reducing the width of tables." +msgstr "" + +#. DjuMd +#: minimal_row_height.xhp +msgctxt "" +"minimal_row_height.xhp\n" +"tit\n" +"help.text" +msgid "Minimal Row Height" +msgstr "" + +#. iNvE8 +#: minimal_row_height.xhp +msgctxt "" +"minimal_row_height.xhp\n" +"hd_id421654218230011\n" +"help.text" +msgid "<variable id=\"minimalrowh1\"><link href=\"text/shared/01/minimal_row_height.xhp\" name=\"Minimal Row Height\">Minimal Row Height</link></variable>" +msgstr "" + +#. c8ffb +#: minimal_row_height.xhp +msgctxt "" +"minimal_row_height.xhp\n" +"par_id581605991965966\n" +"help.text" +msgid "Adjust the row height for selected row(s) so that the tallest content in each selected row fits exactly." +msgstr "" + +#. 344TX +#: minimal_row_height.xhp +msgctxt "" +"minimal_row_height.xhp\n" +"par_id211656116102899\n" +"help.text" +msgid "This option is only available if the selection contains a row with a fixed height. The command has the same effect as selecting the <menuitem>Fit to size</menuitem> option for <link href=\"text/swriter/01/05110100.xhp\" name=\"Row Height\">Row Height</link>." +msgstr "" + +#. xGDaw +#: minimal_row_height.xhp +msgctxt "" +"minimal_row_height.xhp\n" +"par_id971654479023479\n" +"help.text" +msgid "To minimize a single row, it is sufficient to place the cursor in a cell in the row." +msgstr "" + +#. sV5Ao +#: minimal_row_height.xhp +msgctxt "" +"minimal_row_height.xhp\n" +"par_id1001653629678905\n" +"help.text" +msgid "To minimize multiple rows, it is sufficient to select one cell from each row to be minimized." +msgstr "" + #. GukEK #: moviesound.xhp msgctxt "" diff --git a/source/et/helpcontent2/source/text/shared/02.po b/source/et/helpcontent2/source/text/shared/02.po index b22f72a3c05..a0333c8579b 100644 --- a/source/et/helpcontent2/source/text/shared/02.po +++ b/source/et/helpcontent2/source/text/shared/02.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-06-09 11:50+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2021-04-13 17:37+0000\n" "Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n" "Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/et/>\n" @@ -11707,14 +11707,14 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To apply a particular type of border to a single cell, position the cursor in the cell, open the <emph>Border</emph> toolbar and select a border.</caseinline><defaultinline> Whenever you insert graphics or tables, they already have a complete border. To remove that border, select the graphic object or the entire table and click the <emph>no border</emph> icon on the <emph>Border</emph> toolbar.</defaultinline></switchinline>" msgstr "" -#. EtFHC +#. Y8Vk6 #: 03130000.xhp msgctxt "" "03130000.xhp\n" "par_id3147576\n" "help.text" -msgid "<image id=\"img_id3149095\" src=\"cmd/sc_setborderstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149095\">Icon</alt></image>" -msgstr "<image id=\"img_id3149095\" src=\"cmd/sc_setborderstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149095\">Ikoon</alt></image>" +msgid "<image id=\"img_id3149095\" src=\"cmd/lc_setborderstyle.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149095\">Icon Borders</alt></image>" +msgstr "" #. YutJN #: 03130000.xhp @@ -11770,14 +11770,14 @@ msgctxt "" msgid "This border can be the border of a frame, graphic or table. The <emph>Line Style</emph> icon will only be visible if a graphic, table, chart object or frame has been selected." msgstr "Ääris võib kuuluda paneelile, pildile või tabelile. Ikoon <emph>Joonestiil</emph> on nähtav ainult siis, kui pilt, tabel, diagramm või paneel on valitud." -#. c5uij +#. BN3pd #: 03140000.xhp msgctxt "" "03140000.xhp\n" "par_id3153377\n" "help.text" -msgid "<image id=\"img_id3147102\" src=\"cmd/sc_linestyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147102\">Icon</alt></image>" -msgstr "<image id=\"img_id3147102\" src=\"cmd/sc_linestyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147102\">Ikoon</alt></image>" +msgid "<image id=\"img_id3147102\" src=\"cmd/lc_linestyle.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147102\">Icon Line style</alt></image>" +msgstr "" #. 7F5CG #: 03140000.xhp @@ -11905,14 +11905,14 @@ msgctxt "" msgid "Optimize Size" msgstr "Optimaalne suurus" -#. AhgAE +#. zAnNw #: 04210000.xhp msgctxt "" "04210000.xhp\n" "hd_id3151185\n" "help.text" -msgid "<link href=\"text/shared/02/04210000.xhp\" name=\"Optimize Size\">Optimize Size</link>" -msgstr "<link href=\"text/shared/02/04210000.xhp\" name=\"Optimize\">Optimeeri</link>" +msgid "<variable id=\"optimizeh1\"><link href=\"text/shared/02/04210000.xhp\" name=\"Optimize Size\">Optimize Size</link></variable>" +msgstr "" #. M3VPg #: 04210000.xhp @@ -11923,14 +11923,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:OptimizeTable\">Opens a toolbar that contains functions for optimizing the rows and columns in a table.</ahelp>" msgstr "<ahelp hid=\".uno:OptimizeTable\">Avab tööriistariba, mis sisaldab tabeli ridade ja veergude suuruste optimeerimise funktsioone.</ahelp>" -#. qBTjF +#. mAhUo #: 04210000.xhp msgctxt "" "04210000.xhp\n" "par_id3155899\n" "help.text" -msgid "<image id=\"img_id3149684\" src=\"cmd/sc_optimizetable.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3149684\">Icon</alt></image>" -msgstr "<image id=\"img_id3149684\" src=\"cmd/sc_optimizetable.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3149684\">Ikoon</alt></image>" +msgid "<image id=\"img_id3149684\" src=\"cmd/lc_optimizetable.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149684\">Icon Optimize Size</alt></image>" +msgstr "" #. XMFPC #: 04210000.xhp @@ -11950,24 +11950,6 @@ msgctxt "" msgid "You can select from the following functions:" msgstr "Valida on võimalik järgnevate funktsioonide seast:" -#. HCRAA -#: 04210000.xhp -msgctxt "" -"04210000.xhp\n" -"hd_id3153631\n" -"help.text" -msgid "<link href=\"text/swriter/01/05110200.xhp\" name=\"Optimal Height\">Optimal Height</link>" -msgstr "<link href=\"text/swriter/01/05110200.xhp\" name=\"Optimaalne kõrgus\">Optimaalne kõrgus</link>" - -#. DR5yh -#: 04210000.xhp -msgctxt "" -"04210000.xhp\n" -"hd_id3145772\n" -"help.text" -msgid "<link href=\"text/swriter/01/05120200.xhp\" name=\"Optimal Column Width\">Optimal Column Width</link>" -msgstr "<link href=\"text/swriter/01/05120200.xhp\" name=\"Optimaalne veeru laius\">Optimaalne veeru laius</link>" - #. aCPXt #: 05020000.xhp msgctxt "" diff --git a/source/et/helpcontent2/source/text/shared/05.po b/source/et/helpcontent2/source/text/shared/05.po index 78c53c37a50..293f677d1cf 100644 --- a/source/et/helpcontent2/source/text/shared/05.po +++ b/source/et/helpcontent2/source/text/shared/05.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-11-16 12:09+0100\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2020-03-08 23:16+0000\n" "Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n" "Language-Team: Estonian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared05/et/>\n" @@ -1744,23 +1744,14 @@ msgctxt "" msgid "To search in the current Help page:" msgstr "Aktiivselt abileheküljelt saab teksti otsida nagu muudeltki veebilehtedelt." -#. w9Fo4 +#. wQo5e #: new_help.xhp msgctxt "" "new_help.xhp\n" "par_idN10939\n" "help.text" -msgid "Open the View menu of your default web browser and choose <emph>Find on this Page</emph> entry." -msgstr "Ava oma veebibrauseri menüü ja vali <emph>Otsi sellelt lehelt</emph>." - -#. W4sBf -#: new_help.xhp -msgctxt "" -"new_help.xhp\n" -"par_idN10A36\n" -"help.text" -msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>+F</emph>." -msgstr "Samuti võid kasutada klahvikombinatsiooni <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>+F</emph>." +msgid "Open the Search tool in your web browser, which is usually accessible using the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>+F</emph> shortcut." +msgstr "" #. TFYKC #: new_help.xhp diff --git a/source/et/helpcontent2/source/text/shared/guide.po b/source/et/helpcontent2/source/text/shared/guide.po index 0f2ad20ace6..a9e5ffd1b39 100644 --- a/source/et/helpcontent2/source/text/shared/guide.po +++ b/source/et/helpcontent2/source/text/shared/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-07-04 18:04+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2021-08-10 09:21+0000\n" "Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n" "Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/et/>\n" @@ -6100,6 +6100,15 @@ msgctxt "" msgid "The character set code used in the file as described in the table below. Example: 0 (System)." msgstr "" +#. P2HA5 +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id631656948569749\n" +"help.text" +msgid "Line number to start reading." +msgstr "" + #. RN5mh #: csv_params.xhp msgctxt "" @@ -6109,13 +6118,13 @@ msgctxt "" msgid "CSV Import" msgstr "" -#. hzBqc +#. p5VKq #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id681634735710417\n" "help.text" -msgid "<emph>N</emph> Line number to start reading. Example: 3 (start from third line)." +msgid "<emph>N</emph>: line number to start reading. Example: 3 (start from third line)." msgstr "" #. BeXqG @@ -6127,6 +6136,15 @@ msgctxt "" msgid "Cell Format Codes for Each Column" msgstr "" +#. d6kEh +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id591656948484541\n" +"help.text" +msgid "CSV Import" +msgstr "" + #. fjBqE #: csv_params.xhp msgctxt "" @@ -6172,13 +6190,13 @@ msgctxt "" msgid "String expressed in decimal notation. This token is the equivalent of the \"Language\" listbox in the user interface for CSV import. If the value is 0 or omitted, the language identifier of the user interface is used. The language identifier is based on the Microsoft language identifiers." msgstr "" -#. B8dVu +#. Pf5Aj #: csv_params.xhp msgctxt "" "csv_params.xhp\n" -"par_id181634736918511\n" +"par_id41656949386421\n" "help.text" -msgid "CSV Import, CSV Export" +msgid "Quoted field as text" msgstr "" #. 4EDix @@ -6190,13 +6208,13 @@ msgctxt "" msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. This token is the equivalent of the check box \"Quoted field as text\"." msgstr "" -#. bDTPa +#. TDzgB #: csv_params.xhp msgctxt "" "csv_params.xhp\n" -"par_id761634737057161\n" +"par_id741656949088694\n" "help.text" -msgid "CSV Import, CSV Export" +msgid "Detect special numbers" msgstr "" #. SDFCG @@ -6217,6 +6235,15 @@ msgctxt "" msgid "<emph>Export:</emph> String, either false or true. Default value: <literal>true</literal>. This token has no UI equivalent. If <literal>true</literal>, the number cells are stored as numbers. If <literal>false</literal>, the numbers are stored as text, with text delimiters." msgstr "" +#. B9GHr +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id321656948708285\n" +"help.text" +msgid "Save cell contents as shown" +msgstr "" + #. D9GzU #: csv_params.xhp msgctxt "" @@ -6235,6 +6262,15 @@ msgctxt "" msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value:<literal>true</literal>. This token is the equivalent of the check box \"Save cell contents as shown\"." msgstr "" +#. u65as +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id601656948754932\n" +"help.text" +msgid "Export cell formulas" +msgstr "" + #. DbAB4 #: csv_params.xhp msgctxt "" @@ -6253,6 +6289,15 @@ msgctxt "" msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. Export cell formulas." msgstr "" +#. UhfJC +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id921656948771058\n" +"help.text" +msgid "Remove spaces" +msgstr "" + #. FE6AD #: csv_params.xhp msgctxt "" @@ -6271,6 +6316,15 @@ msgctxt "" msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. Remove spaces. Trim leading and trailing spaces, when reading the file." msgstr "" +#. VAaeU +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id501656949158133\n" +"help.text" +msgid "Export sheets" +msgstr "" + #. e7nRn #: csv_params.xhp msgctxt "" @@ -6289,31 +6343,40 @@ msgctxt "" msgid "Export the entire document to individual sheets .csv files or a specified sheet." msgstr "" -#. X7QDK +#. zcsB7 #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id341634897309489\n" "help.text" -msgid "<emph>0</emph> or absent means the default behaviour, first sheet from command line, or current sheet in macro filter options, exported to sample.csv" +msgid "<emph>0</emph> or absent: means the default behaviour, first sheet from command line, or current sheet in macro filter options, exported to sample.csv" msgstr "" -#. mnMGx +#. n5k6F #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id381634897377753\n" "help.text" -msgid "<emph>-1</emph> for all sheets, each sheet is exported to an individual file of the base file name concatenated with the sheet name, for example sample-Sheet1.csv, sample-Sheet2.csv and sample-Sheet3.csv" +msgid "<emph>-1</emph>: for all sheets, each sheet is exported to an individual file of the base file name concatenated with the sheet name, for example sample-Sheet1.csv, sample-Sheet2.csv and sample-Sheet3.csv" msgstr "" -#. ANajZ +#. gpAbv #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id531634897438255\n" "help.text" -msgid "<emph>N</emph> export the N-th sheet within the range of number of sheets. Example: to export the second sheet, set 2 here to get sample-Sheet2.csv" +msgid "<emph>N</emph>: export the N-th sheet within the range of number of sheets. Example: to export the second sheet, set 2 here to get sample-Sheet2.csv" +msgstr "" + +#. LfLAh +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id61656948865298\n" +"help.text" +msgid "Import as formulas" msgstr "" #. xfaM3 @@ -6559,14 +6622,14 @@ msgctxt "" msgid "If you select the text flow from right to left, embedded Western text still runs from left to right. The cursor responds to the arrow keys in that Right Arrow moves it \"to the text end\" and Left Arrow \"to the text start\"." msgstr "Kui valid teksti kulgemise paremalt vasakule, kulgeb põimitud Lääne kirjas tekst endiselt vasakult paremale. Kursori liigutamisel nooleklahvidega tuleb arvestada, et nool paremale liigub \"teksti lõppu\" ja nool vasakule \"teksti algusesse\"." -#. VGxvw +#. ppSB3 #: ctl.xhp msgctxt "" "ctl.xhp\n" "par_id3145609\n" "help.text" -msgid "You can change the text writing direction directly be pressing one of the following keys:" -msgstr "Teksti kirjutamise suunda saab vahetult muuta järgmiste klahvidega:" +msgid "You can change the text writing direction directly by pressing one of the following key combinations:" +msgstr "" #. 5654P #: ctl.xhp @@ -25027,13 +25090,13 @@ msgctxt "" msgid "Tries to open the file (files) in the components suitable for them." msgstr "" -#. R2NZC +#. cEwT9 #: start_parameters.xhp msgctxt "" "start_parameters.xhp\n" "par_id40161212063110720\n" "help.text" -msgid "<emph>{file} macro:///[Library.Module.MacroName]</emph>" +msgid "<emph>{file} macro://./[Library.Module.MacroName]</emph>" msgstr "" #. XaUob diff --git a/source/et/helpcontent2/source/text/shared/optionen.po b/source/et/helpcontent2/source/text/shared/optionen.po index 980c5ebdbd2..f4e97f0238e 100644 --- a/source/et/helpcontent2/source/text/shared/optionen.po +++ b/source/et/helpcontent2/source/text/shared/optionen.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-07-04 18:04+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2021-08-04 12:59+0000\n" "Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n" "Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/et/>\n" @@ -5155,6 +5155,15 @@ msgctxt "" msgid "<ahelp hid=\".\">If enabled, %PRODUCTNAME will securely store all passwords that you use to access files from web servers. You can retrieve the passwords from the list after you enter the master password.</ahelp>" msgstr "<ahelp hid=\".\">Kui lubatud, salvestab %PRODUCTNAME turvaliselt kõik paroolid, mida sa kasutad veebiserverites asuvatele failidele jurdepääsuks. Nimekirjas olevaid paroole saab kasutada pärast ülemparooli sisestamist.</ahelp>" +#. ERTPo +#: 01030300.xhp +msgctxt "" +"01030300.xhp\n" +"par_id3149655\n" +"help.text" +msgid "Old configurations may contain weakly encrypted passwords, in this case an infobar is shown when the application starts to prompt to reenter the master password in order to resave them with stronger encryption." +msgstr "" + #. TcKkK #: 01030300.xhp msgctxt "" @@ -7054,14 +7063,14 @@ msgctxt "" msgid "Formatting Aids" msgstr "Vormindusvahendid" -#. vKHJD +#. rm6EA #: 01040600.xhp msgctxt "" "01040600.xhp\n" "bm_id3144510\n" "help.text" -msgid "<bookmark_value>non-printing characters (Writer)</bookmark_value><bookmark_value>formatting marks (Writer)</bookmark_value><bookmark_value>displaying; non-printing characters (Writer)</bookmark_value><bookmark_value>displaying; formatting marks (Writer)</bookmark_value><bookmark_value>paragraph marks; displaying (Writer)</bookmark_value><bookmark_value>characters; displaying only on screen (Writer)</bookmark_value><bookmark_value>optional hyphens (Writer)</bookmark_value><bookmark_value>soft hyphens (Writer)</bookmark_value><bookmark_value>hyphens; displaying custom (Writer)</bookmark_value><bookmark_value>custom hyphens (Writer)</bookmark_value><bookmark_value>spaces; displaying (Writer)</bookmark_value><bookmark_value>spaces; showing protected spaces (Writer)</bookmark_value><bookmark_value>protected spaces; showing (Writer)</bookmark_value><bookmark_value>non-breaking spaces (Writer)</bookmark_value><bookmark_value>tab stops; displaying (Writer)</bookmark_value><bookmark_value>break display (Writer)</bookmark_value><bookmark_value>hidden text;showing (Writer)</bookmark_value><bookmark_value>hidden fields display (Writer)</bookmark_value><bookmark_value>paragraphs; hidden paragraphs (Writer)</bookmark_value><bookmark_value>cursor; allowing in protected areas (Writer)</bookmark_value>" -msgstr "<bookmark_value>mitteprinditavad märgid (Writer)</bookmark_value><bookmark_value>vormindustähised</bookmark_value><bookmark_value>kuvamine; mitteprinditavad märgid (Writer)</bookmark_value><bookmark_value>kuvamine; vormindustähiste kuvamine</bookmark_value><bookmark_value>lõikude lõpud; kuvamine (Writer)</bookmark_value><bookmark_value>märgid; kuvamine ainult ekraanil (Writer)</bookmark_value><bookmark_value>võimalikud poolituskohad (Writer)</bookmark_value><bookmark_value>poolituskohad; kuvamine (Writer)</bookmark_value><bookmark_value>kohandatud poolituskohad (Writer)</bookmark_value><bookmark_value>tühikud; kuvamine (Writer)</bookmark_value><bookmark_value>tühikud; sisetühikute kuvamine (Writer)</bookmark_value><bookmark_value>sisetühikud; kuvamine (Writer)</bookmark_value><bookmark_value>rida mittemurdvad tühikud (Writer)</bookmark_value><bookmark_value>tabelduskohad; kuvamine (Writer)</bookmark_value><bookmark_value>piiride kuvamine (Writer)</bookmark_value><bookmark_value>peidetud tekst; kuvamine (Writer)</bookmark_value><bookmark_value>peidetud väljade kuvamine (Writer)</bookmark_value><bookmark_value>peidetud lõigud; kuvamine (Writer)</bookmark_value><bookmark_value>lõigud; peidetud lõigud (Writer)</bookmark_value><bookmark_value>kursor; lubamine kaitstud alades (Writer)</bookmark_value>" +msgid "<bookmark_value>non-printing characters (Writer)</bookmark_value><bookmark_value>formatting marks (Writer)</bookmark_value><bookmark_value>displaying; non-printing characters (Writer)</bookmark_value><bookmark_value>displaying; formatting marks (Writer)</bookmark_value><bookmark_value>paragraph marks; displaying (Writer)</bookmark_value><bookmark_value>characters; displaying only on screen (Writer)</bookmark_value><bookmark_value>optional hyphens (Writer)</bookmark_value><bookmark_value>soft hyphens (Writer)</bookmark_value><bookmark_value>hyphens; displaying custom (Writer)</bookmark_value><bookmark_value>custom hyphens (Writer)</bookmark_value><bookmark_value>spaces; displaying (Writer)</bookmark_value><bookmark_value>spaces; showing protected spaces (Writer)</bookmark_value><bookmark_value>protected spaces; showing (Writer)</bookmark_value><bookmark_value>non-breaking spaces (Writer)</bookmark_value><bookmark_value>tab stops; displaying (Writer)</bookmark_value><bookmark_value>break display (Writer)</bookmark_value><bookmark_value>hidden text;showing (Writer)</bookmark_value><bookmark_value>hidden fields display (Writer)</bookmark_value><bookmark_value>paragraphs; hidden paragraphs (Writer)</bookmark_value><bookmark_value>cursor; allowing in protected areas (Writer)</bookmark_value><bookmark_value>Math baseline alignment (Writer)</bookmark_value>" +msgstr "" #. 4FxhX #: 01040600.xhp @@ -7081,6 +7090,33 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/OptFormatAidsPage\">In $[officename] text and HTML documents, defines the display for certain characters and for the direct cursor.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/optformataidspage/OptFormatAidsPage\">Määrab teatud märkide ja otsese kursori kuvamise sätted $[officename]'i teksti- ja HTML-dokumentides.</ahelp>" +#. eBkay +#: 01040600.xhp +msgctxt "" +"01040600.xhp\n" +"hd_id821663355645262\n" +"help.text" +msgid "Layout Assistance" +msgstr "" + +#. wuvLB +#: 01040600.xhp +msgctxt "" +"01040600.xhp\n" +"hd_id971663355698696\n" +"help.text" +msgid "Math baseline alignment" +msgstr "" + +#. x3xWE +#: 01040600.xhp +msgctxt "" +"01040600.xhp\n" +"par_id911663355661468\n" +"help.text" +msgid "Specifies whether Math formula objects are aligned using the text baseline as reference. Uncheck this option to be able to change the vertical position of Math objects in a paragraph." +msgstr "" + #. RDE3b #: 01040600.xhp msgctxt "" @@ -8251,14 +8287,14 @@ msgctxt "" msgid "Compatibility" msgstr "Ühilduvus" -#. DoWVy +#. tYGmh #: 01041000.xhp msgctxt "" "01041000.xhp\n" "bm_id3577990\n" "help.text" -msgid "<bookmark_value>Word documents;compatibility</bookmark_value> <bookmark_value>importing;compatibility settings for text import</bookmark_value> <bookmark_value>options;compatibility (Writer)</bookmark_value> <bookmark_value>compatibility settings for MS Word import</bookmark_value> <bookmark_value>Microsoft Office;importing Word documents</bookmark_value> <bookmark_value>layout;importing Word documents</bookmark_value> <bookmark_value>formatting;printer metrics (Writer)</bookmark_value> <bookmark_value>metrics;document formatting (Writer)</bookmark_value> <bookmark_value>printer metrics for document formatting (Writer)</bookmark_value>" -msgstr "<bookmark_value>Wordi dokumendid; ühilduvus</bookmark_value> <bookmark_value>importimine; ühilduvussätted teksti impordiks</bookmark_value> <bookmark_value>sätted; ühilduvus (Writer)</bookmark_value> <bookmark_value>ühilduvussätted MS Wordi impordiks</bookmark_value> <bookmark_value>Microsoft Office; Wordi dokumentide importimine</bookmark_value> <bookmark_value>paigutus; Wordi dokumentide importimine</bookmark_value> <bookmark_value>vormindus; printeri mõõdustik (Writer)</bookmark_value> <bookmark_value>mõõdustik; dokumendi vormindus (Writer)</bookmark_value> <bookmark_value>printeri mõõdustik dokumendi vorminduseks (Writer)</bookmark_value>" +msgid "<bookmark_value>Word documents;compatibility</bookmark_value> <bookmark_value>importing;compatibility settings for text import</bookmark_value> <bookmark_value>options;compatibility (Writer)</bookmark_value> <bookmark_value>compatibility settings for MS Word import</bookmark_value> <bookmark_value>Microsoft Office;importing Word documents</bookmark_value> <bookmark_value>layout;importing Word documents</bookmark_value>" +msgstr "" #. xvqun #: 01041000.xhp @@ -8287,33 +8323,6 @@ msgctxt "" msgid "Some of the settings defined here are only valid for the current document and must be defined separately for each document." msgstr "Osa siin määratavaid sätteid kehtib ainult aktiivsele dokumendile ja need tuleb iga dokumendi jaoks eraldi määrata." -#. zGY4w -#: 01041000.xhp -msgctxt "" -"01041000.xhp\n" -"hd_id3149400\n" -"help.text" -msgid "Use printer metrics for document formatting" -msgstr "Dokumendi vormindamiseks kasutatakse printeri mõõdustikku" - -#. SD8QA -#: 01041000.xhp -msgctxt "" -"01041000.xhp\n" -"par_id3155602\n" -"help.text" -msgid "<ahelp hid=\".\">Specifies that printer metrics are applied for printing and also for formatting the display on the screen. If this box is not checked, a printer independent layout will be used for screen display and printing.</ahelp>" -msgstr "<ahelp hid=\".\">Määrab, et printeri mõõdustikku kasutatakse nii printimisel kui ka ekraanikuva vormindamisel. Kui ruut on märkimata, kasutatakse ekraanikuva ja printimise jaoks printerist sõltumatut mõõdustikku.</ahelp>" - -#. FkxjU -#: 01041000.xhp -msgctxt "" -"01041000.xhp\n" -"par_id3155768\n" -"help.text" -msgid "If you set this option for the current document and then save the document, for example, in an older binary format, this option will not be saved. If you later open the file from the older format, this option will be set by default." -msgstr "Kui see säte on määratud ja aktiivne dokument salvestatakse vanasse binaarvormingusse, siis seda sätet ei salvestata. Kui vanas vormingus dokument avatakse uuesti, siis rakendatakse seda sätet dokumendile vaikesättena." - #. J39oF #: 01041000.xhp msgctxt "" @@ -10015,24 +10024,6 @@ msgctxt "" msgid "<ahelp hid=\"modules/scalc/ui/scgeneralpage/markhdrcb\">Specifies whether to highlight column and row headers in the selected columns or rows.</ahelp>" msgstr "<ahelp hid=\"modules/scalc/ui/scgeneralpage/markhdrcb\">Määrab, kas valitud ridade ja veergude päised tõstetakse esile või mitte.</ahelp>" -#. ZPUTr -#: 01060300.xhp -msgctxt "" -"01060300.xhp\n" -"hd_id3159252\n" -"help.text" -msgid "Use printer metrics for text formatting" -msgstr "Teksti vormindamisel kasutatakse printeri mõõdustikku" - -#. B7nyG -#: 01060300.xhp -msgctxt "" -"01060300.xhp\n" -"par_id3145366\n" -"help.text" -msgid "<ahelp hid=\"modules/scalc/ui/scgeneralpage/textfmtcb\">Specifies that printer metrics are applied for printing and also for formatting the display on the screen.</ahelp> If this box is not checked, a printer independent layout will be used for screen display and printing." -msgstr "<ahelp hid=\"modules/scalc/ui/scgeneralpage/textfmtcb\">Määrab, et printeri mõõdustikku kasutatakse nii printimisel kui ka ekraanikuva vormindamisel.</ahelp> Kui ruut on märkimata, kasutatakse ekraanikuva ja printimise jaoks printerist sõltumatut mõõdustikku." - #. WvdHF #: 01060300.xhp msgctxt "" @@ -14884,14 +14875,14 @@ msgctxt "" msgid "Defines how the connections to data sources are pooled." msgstr "Määrab, kuidas ühendusi andmeallikatega rühmitatakse." -#. KG6qY +#. 7Z4FJ #: 01160100.xhp msgctxt "" "01160100.xhp\n" "par_id3147088\n" "help.text" -msgid "The<emph> Connections </emph>facility allows you to stipulate that connections that are no longer needed are not deleted immediately, but are kept free for a certain period of time. If a new connection to the data source is needed in that period, the free connection can be used for this purpose." -msgstr "<emph>Ühenduste</emph> hõlbustamiseks võib määrata, et kasutamata ühendusi ei kustutata kohe, vaid need hoitakse teatud aja jooksul vabadena. Kui selle aja jooksul tekib vajadus ühenduse järele andmeallikaga, saab selleks kasutada vaba ühendust." +msgid "<ahelp hid=\"cui/ui/connpooloptions/ConnPoolPage\"/>The<emph> Connections </emph>facility allows you to stipulate that connections that are no longer needed are not deleted immediately, but are kept free for a certain period of time. If a new connection to the data source is needed in that period, the free connection can be used for this purpose." +msgstr "" #. 2Azen #: 01160100.xhp diff --git a/source/et/helpcontent2/source/text/simpress/04.po b/source/et/helpcontent2/source/text/simpress/04.po index daa5e7e122d..03d65f98b0b 100644 --- a/source/et/helpcontent2/source/text/simpress/04.po +++ b/source/et/helpcontent2/source/text/simpress/04.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-07-04 18:05+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2021-08-10 09:21+0000\n" "Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n" "Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress04/et/>\n" @@ -331,14 +331,14 @@ msgctxt "" msgid "<emph>Effect</emph>" msgstr "<emph>Efekt</emph>" -#. wvCBg +#. WGd82 #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3154642\n" "help.text" -msgid "Esc" -msgstr "Esc" +msgid "Esc or -" +msgstr "" #. n4adw #: 01020000.xhp @@ -349,14 +349,14 @@ msgctxt "" msgid "End presentation." msgstr "Esitluse lõpetamine" -#. CdBqF +#. QzE6c #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3153625\n" "help.text" -msgid "Spacebar or Right arrow or Down arrow or Page Down or Enter or Return or N" -msgstr "Tühik või Nool paremale või Nool alla või Page Down või Enter või Return või N" +msgid "Left click or Spacebar or Right arrow or Down arrow or Page Down or Enter or Return" +msgstr "" #. 7hxGb #: 01020000.xhp @@ -403,14 +403,14 @@ msgctxt "" msgid "Type a number of a slide and press Enter to go to the slide." msgstr "Vastavale slaidile liikumine" -#. 8yYSZ +#. KNWDg #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id7291787\n" "help.text" -msgid "Left arrow or Up arrow or Page Up or Backspace or P" -msgstr "Nool vasakule või Nool üles või Page Up või Backspace või P" +msgid "Right click or Left arrow or Up arrow or Page Up or Backspace" +msgstr "" #. grY6a #: 01020000.xhp @@ -547,6 +547,60 @@ msgctxt "" msgid "Show white screen until next key or mouse wheel event." msgstr "Valge ekraan kuni järgmise klahvivajutuse või hiireratta kerimiseni" +#. CLAGZ +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"hd_id3154643\n" +"help.text" +msgid "P" +msgstr "" + +#. B6AXE +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id3152935\n" +"help.text" +msgid "Use mouse pointer as pen" +msgstr "" + +#. rd5zq +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"hd_id3154644\n" +"help.text" +msgid "E" +msgstr "" + +#. DErwC +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id3152936\n" +"help.text" +msgid "Erase all ink on slide" +msgstr "" + +#. tV4qF +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"hd_id3154652\n" +"help.text" +msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A" +msgstr "" + +#. XrKhx +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id3152944\n" +"help.text" +msgid "Turn off pointer as pen mode" +msgstr "" + #. Hd6Y9 #: 01020000.xhp msgctxt "" @@ -1888,14 +1942,14 @@ msgctxt "" msgid "Next slide, or next effect" msgstr "Järgmine slaid või järgmine efekt" -#. umqc2 +#. QxAjW #: presenter.xhp msgctxt "" "presenter.xhp\n" "par_id0921200901104120\n" "help.text" -msgid "Left click, right arrow, down arrow, spacebar, page down, enter, return, 'N'" -msgstr "Klõps, nool paremale, nool alla, tühikuklahv, Page Down, Enter, Return, N" +msgid "Left click, right arrow, down arrow, spacebar, page down, enter, return" +msgstr "" #. xVgqH #: presenter.xhp @@ -1906,14 +1960,50 @@ msgctxt "" msgid "Previous slide, or previous effect" msgstr "Eelmine slaid või eelmine efekt" -#. r8Lqw +#. vCcu4 #: presenter.xhp msgctxt "" "presenter.xhp\n" "par_id0921200901104115\n" "help.text" -msgid "Right click, left arrow, up arrow, page up, backspace, 'P'" -msgstr "Paremklõps, nool vasakule, nool üles, Page Up, Backspace, P" +msgid "Right click, left arrow, up arrow, page up, backspace" +msgstr "" + +#. EBm7C +#: presenter.xhp +msgctxt "" +"presenter.xhp\n" +"hd_id3154643\n" +"help.text" +msgid "Use mouse pointer as pen" +msgstr "" + +#. k6PJG +#: presenter.xhp +msgctxt "" +"presenter.xhp\n" +"par_id3152935\n" +"help.text" +msgid "'P'" +msgstr "" + +#. dm9Mg +#: presenter.xhp +msgctxt "" +"presenter.xhp\n" +"hd_id3154644\n" +"help.text" +msgid "Erase all ink on slide" +msgstr "" + +#. X3mGG +#: presenter.xhp +msgctxt "" +"presenter.xhp\n" +"par_id3152936\n" +"help.text" +msgid "'E'" +msgstr "" #. aTM8W #: presenter.xhp @@ -2166,3 +2256,39 @@ msgctxt "" "help.text" msgid "Ctrl-'3'" msgstr "Ctrl+3" + +#. JEaUD +#: presenter.xhp +msgctxt "" +"presenter.xhp\n" +"hd_id3154651\n" +"help.text" +msgid "Switch Monitors" +msgstr "" + +#. zVJEs +#: presenter.xhp +msgctxt "" +"presenter.xhp\n" +"par_id3152943\n" +"help.text" +msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+'4'" +msgstr "" + +#. eJrqE +#: presenter.xhp +msgctxt "" +"presenter.xhp\n" +"hd_id3154652\n" +"help.text" +msgid "Turn off pointer as pen mode" +msgstr "" + +#. yxpoN +#: presenter.xhp +msgctxt "" +"presenter.xhp\n" +"par_id3152944\n" +"help.text" +msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+'A'" +msgstr "" diff --git a/source/et/helpcontent2/source/text/smath/guide.po b/source/et/helpcontent2/source/text/smath/guide.po index e36e876e643..76e9fc6f56b 100644 --- a/source/et/helpcontent2/source/text/smath/guide.po +++ b/source/et/helpcontent2/source/text/smath/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-07-04 18:05+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2017-07-12 21:42+0000\n" "Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -259,13 +259,13 @@ msgctxt "" msgid "The example below creates a formula where <emph>a</emph> is shown using the default color (black) and <emph>b</emph> is shown in red." msgstr "" -#. jV7H8 +#. QBxDL #: color.xhp msgctxt "" "color.xhp\n" "par_id211641848286949\n" "help.text" -msgid "Beware that the <literal>color</literal> command only changes the color of the formula part that comes immediately after it. For example, in the formula below only <emph>b</emph> will be shown in red, whereas <emph>c</emph> will be shown in black." +msgid "Be aware that the <literal>color</literal> command only changes the color of the formula part that comes immediately after it. For example, in the formula below only <emph>b</emph> will be shown in red, whereas <emph>c</emph> will be shown in black." msgstr "" #. hLeFX diff --git a/source/et/helpcontent2/source/text/swriter.po b/source/et/helpcontent2/source/text/swriter.po index 1984c718306..12df260e16b 100644 --- a/source/et/helpcontent2/source/text/swriter.po +++ b/source/et/helpcontent2/source/text/swriter.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-07-04 18:05+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2021-08-10 09:21+0000\n" "Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n" "Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/et/>\n" @@ -1276,22 +1276,13 @@ msgctxt "" msgid "Opens the Row Height dialog where you can change the height of a row." msgstr "Avab dialoogi Rea kõrgus, kus saab muuta ridade kõrgust." -#. 7udDZ +#. XKtYG #: main0110.xhp msgctxt "" "main0110.xhp\n" "hd_id451605990864684\n" "help.text" -msgid "Minimize Row Height" -msgstr "Minimaalne reakõrgus" - -#. RWpv2 -#: main0110.xhp -msgctxt "" -"main0110.xhp\n" -"par_id261605990897312\n" -"help.text" -msgid "Set the row height to the smallest possible for the content in each selected row." +msgid "<link href=\"text/shared/01/minimal_row_height.xhp\" name=\"Minimal Row Height\">Minimal Row Height</link>" msgstr "" #. EF7XB @@ -1330,22 +1321,13 @@ msgctxt "" msgid "Opens the Column Width dialog where you can change the width of a column." msgstr "Avab dialoogi 'Veeru laius', kus saab muuta veergude laiust." -#. D6Yx7 +#. PiF6d #: main0110.xhp msgctxt "" "main0110.xhp\n" "hd_id671605991381461\n" "help.text" -msgid "Minimize Column Width" -msgstr "Minimaalne veerulaius" - -#. gwGLW -#: main0110.xhp -msgctxt "" -"main0110.xhp\n" -"par_id581605991965966\n" -"help.text" -msgid "Set column width to the smallest possible for the content in each selected column." +msgid "<link href=\"text/shared/01/minimal_column_width.xhp\" name=\"Minimal Column Width\">Minimal Column Width</link>" msgstr "" #. Y4m4U @@ -2959,6 +2941,123 @@ msgctxt "" msgid "You can use the <link href=\"text/shared/05/00000110.xhp\" name=\"Help system\">Help system</link> as a complete reference for $[officename] applications, including <link href=\"text/swriter/guide/main.xhp\" name=\"instructions\">instructions</link> for simple and complex tasks." msgstr "<link href=\"text/shared/05/00000110.xhp\" name=\"Abisüsteemi\">Abisüsteemi</link> on võimalik kasutada $[officename]'i rakenduste täieliku juhendina, mis sisaldab ka lihtsate ja keeruliste ülesannete lahendamise <link href=\"text/swriter/guide/main.xhp\" name=\"juhendid\">juhendeid</link>." +#. 98N4J +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"tit\n" +"help.text" +msgid "Navigate Toolbar" +msgstr "" + +#. CfHqE +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"bm_id131655501267679\n" +"help.text" +msgid "<bookmark_value>navigate forward</bookmark_value> <bookmark_value>navigate backward</bookmark_value>" +msgstr "" + +#. 4yqQc +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"hd_id111655496106993\n" +"help.text" +msgid "<variable id=\"h1\"><link href=\"text/swriter/navigate_toolbar.xhp\" name=\"Navigate Toolbar\">Navigate Toolbar</link></variable>" +msgstr "" + +#. DRFce +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"par_id451655496106996\n" +"help.text" +msgid "Open Navigate toolbar." +msgstr "" + +#. FsFCu +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"par_id921655501737088\n" +"help.text" +msgid "Choose <menuitem>View - Toolbars - Navigation</menuitem>." +msgstr "" + +#. CGzuK +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"hd_id271655497247655\n" +"help.text" +msgid "Navigate forward" +msgstr "" + +#. JCuNM +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"par_id81655499487679\n" +"help.text" +msgid "Jump to the next object." +msgstr "" + +#. eQka2 +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"par_id791655500839247\n" +"help.text" +msgid "<image src=\"cmd/lc_nextrecord.svg\" id=\"img_id981655500839247\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id311655500839247\">Icon Forward</alt></image>" +msgstr "" + +#. HLxC8 +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"par_id951655500839248\n" +"help.text" +msgid "Icon Forward" +msgstr "" + +#. ihdNa +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"hd_id681655497252447\n" +"help.text" +msgid "Navigate backward" +msgstr "" + +#. 3RAwT +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"par_id701655499492679\n" +"help.text" +msgid "Jump to the previous object." +msgstr "" + +#. oAeFc +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"par_id381655500856490\n" +"help.text" +msgid "<image src=\"cmd/lc_prevrecord.svg\" id=\"img_id521655500856490\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id971655500856491\">Icon Back</alt></image>" +msgstr "" + +#. 9ApJJ +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"par_id41655500856491\n" +"help.text" +msgid "Icon Back" +msgstr "" + #. DNbRR #: track_changes_toolbar.xhp msgctxt "" @@ -2968,13 +3067,13 @@ msgctxt "" msgid "Track Changes Toolbar" msgstr "" -#. a8US4 +#. nCDBm #: track_changes_toolbar.xhp msgctxt "" "track_changes_toolbar.xhp\n" "hd_id671647012520594\n" "help.text" -msgid "<variable id=\"h1\"><link href=\"text/shared/track_changes_toolbar.xhp\" name=\"Track Changes Toolbar\">Track Changes Toolbar</link></variable>" +msgid "<variable id=\"h1\"><link href=\"text/swriter/track_changes_toolbar.xhp\" name=\"Track Changes Toolbar\">Track Changes Toolbar</link></variable>" msgstr "" #. 4XWe5 diff --git a/source/et/helpcontent2/source/text/swriter/00.po b/source/et/helpcontent2/source/text/swriter/00.po index d88efe4ef6c..f3206cec3b7 100644 --- a/source/et/helpcontent2/source/text/swriter/00.po +++ b/source/et/helpcontent2/source/text/swriter/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-07-04 18:05+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2020-05-10 23:16+0000\n" "Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n" "Language-Team: Estonian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter00/et/>\n" @@ -124,6 +124,33 @@ msgctxt "" msgid "Jump to Next Script" msgstr "Hüppa järgmisele skriptile" +#. JfMLs +#: 00000004.xhp +msgctxt "" +"00000004.xhp\n" +"par_id141655490294948\n" +"help.text" +msgid "On the <emph>Tools</emph> bar, click" +msgstr "" + +#. Fc3UH +#: 00000004.xhp +msgctxt "" +"00000004.xhp\n" +"par_id841655490311116\n" +"help.text" +msgid "<image src=\"cmd/lc_hyphenate.svg\" id=\"img_id341655490311117\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id771655490311118\">Icon Hyphenation</alt></image>" +msgstr "" + +#. SZQQj +#: 00000004.xhp +msgctxt "" +"00000004.xhp\n" +"par_id971655490311120\n" +"help.text" +msgid "Hyphenation" +msgstr "" + #. X5cDM #: 00000401.xhp msgctxt "" @@ -529,23 +556,23 @@ msgctxt "" msgid "Choose <menuitem>View - Web</menuitem>" msgstr "" -#. owBsk +#. 5Jnnn #: 00000403.xhp msgctxt "" "00000403.xhp\n" "par_id3154640\n" "help.text" -msgid "On Tools bar, enable" -msgstr "Tööriistade ribal klõpsa" +msgid "On <emph>Tools</emph> bar, enable" +msgstr "" -#. gaGd3 +#. UMkhu #: 00000403.xhp msgctxt "" "00000403.xhp\n" "par_id3150765\n" "help.text" -msgid "<image id=\"img_id3147572\" src=\"cmd/sc_browseview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147572\">Web Icon</alt></image>" -msgstr "<image id=\"img_id3147572\" src=\"cmd/sc_browseview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147572\">Veebivaate ikoon</alt></image>" +msgid "<image id=\"img_id3147572\" src=\"cmd/lc_browseview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147572\">Web Icon</alt></image>" +msgstr "" #. ac6QE #: 00000403.xhp @@ -2302,78 +2329,6 @@ msgctxt "" msgid "<variable id=\"hoehez\">In the context menu of a cell, choose <emph>Row - Height</emph>.</variable>" msgstr "<variable id=\"hoehez\">Vali lahtri kontekstimenüüst <emph>Suurus - Rea kõrgus</emph></variable>" -#. cWnEp -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3155536\n" -"help.text" -msgid "Choose <emph>Table - Autofit - Optimal Row Height</emph>." -msgstr "Vali <emph>Tabel - Suurus - Optimaalne reakõrgus</emph>" - -#. mLkuG -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3155555\n" -"help.text" -msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click" -msgstr "Klõpsa <emph>tabeliribal</emph> menüünuppu <emph>Optimaalne suurus</emph> ja vali" - -#. cH2we -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3145222\n" -"help.text" -msgid "<image id=\"img_id3145228\" src=\"cmd/sc_setoptimalrowheight.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145228\">Icon Optimal Row Height</alt></image>" -msgstr "" - -#. fRVE5 -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3153545\n" -"help.text" -msgid "Optimal Row Height" -msgstr "Optimaalne reakõrgus" - -#. rYvBh -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3153569\n" -"help.text" -msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>." -msgstr "" - -#. anxFF -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3153755\n" -"help.text" -msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click" -msgstr "Klõpsa <emph>tabeliribal</emph> menüünuppu <emph>Optimaalne suurus</emph> ja vali" - -#. G9F4N -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3145297\n" -"help.text" -msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>" -msgstr "" - -#. mcGuL -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3153206\n" -"help.text" -msgid "Distribute Rows Evenly" -msgstr "" - #. sa4Tg #: 00000405.xhp msgctxt "" @@ -2437,78 +2392,6 @@ msgctxt "" msgid "<variable id=\"breites\">In the context menu of a cell, choose <emph>Column - Width</emph>.</variable>" msgstr "<variable id=\"breites\">Vali lahtri kontekstimenüüst <emph>Suurus - Veeru laius</emph></variable>" -#. nmQbw -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3154752\n" -"help.text" -msgid "Choose <emph>Table - Autofit - Optimal Column Width</emph>." -msgstr "Vali <emph>Tabel - Suurus - Optimaalne veerulaius</emph>" - -#. DZ9xL -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3148932\n" -"help.text" -msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click" -msgstr "Klõpsa <emph>tabeliribal</emph> menüünuppu <emph>Optimaalne suurus</emph> ja vali" - -#. WzXMG -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3157881\n" -"help.text" -msgid "<image id=\"img_id3157888\" src=\"cmd/sc_setoptimalcolumnwidthdirect.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157888\">Icon Optimal Column Width</alt></image>" -msgstr "" - -#. iRYb5 -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3150524\n" -"help.text" -msgid "Optimal Column Width" -msgstr "Optimaalne veerulaius" - -#. GM4n5 -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3159219\n" -"help.text" -msgid "Choose <emph>Table - Autofit - Distribute Columns Equally</emph>." -msgstr "Vali <emph>Tabel - Suurus - Veergude võrdne laius</emph>" - -#. GZbSc -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3156426\n" -"help.text" -msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click" -msgstr "Klõpsa <emph>tabeliribal</emph> menüünuppu <emph>Optimaalne suurus</emph> ja vali" - -#. 68Em3 -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3145179\n" -"help.text" -msgid "<image id=\"img_id3145186\" src=\"cmd/sc_distributecolumns.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145186\">Icon Distribute Columns Evenly</alt></image>" -msgstr "" - -#. njBSt -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3151364\n" -"help.text" -msgid "Space Columns Equally" -msgstr "Veergude võrdne laius" - #. zEgss #: 00000405.xhp msgctxt "" diff --git a/source/et/helpcontent2/source/text/swriter/01.po b/source/et/helpcontent2/source/text/swriter/01.po index f3bfeaf06e3..beaa5e0c6f2 100644 --- a/source/et/helpcontent2/source/text/swriter/01.po +++ b/source/et/helpcontent2/source/text/swriter/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-07-04 18:05+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2021-04-13 17:37+0000\n" "Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n" "Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/et/>\n" @@ -18295,13 +18295,13 @@ msgctxt "" msgid "<emph>Character:</emph> the object is positioned considering the horizontal space used by the character." msgstr "" -#. cAAkt +#. Uswkh #: 05060100.xhp msgctxt "" "05060100.xhp\n" "par_id701629220055018\n" "help.text" -msgid "Beware that the set of options available depend on the Anchor settings. Therefore, not all options listed above may be shown due to the current Anchor choice." +msgid "Be aware that the set of options available depend on the Anchor settings. Therefore, not all options listed above may be shown due to the current Anchor choice." msgstr "" #. eBQAz @@ -21985,23 +21985,23 @@ msgctxt "" msgid "Set the height of rows, or select, insert, and delete rows." msgstr "Määra ridade kõrgus või vali, lisa ja eemalda ridasid." -#. tTM7D +#. f54iw #: 05110000.xhp msgctxt "" "05110000.xhp\n" "hd_id3083451\n" "help.text" -msgid "<link href=\"text/swriter/01/05110100.xhp\" name=\"Height\">Height</link>" -msgstr "<link href=\"text/swriter/01/05110100.xhp\" name=\"Kõrgus\">Kõrgus</link>" +msgid "<link href=\"text/swriter/01/05110100.xhp\" name=\"Height\">Row Height</link>" +msgstr "" -#. nuUgF +#. yEgLU #: 05110000.xhp msgctxt "" "05110000.xhp\n" "hd_id3149349\n" "help.text" -msgid "<link href=\"text/swriter/01/05110200.xhp\" name=\"Optimal Height\">Optimal Height</link>" -msgstr "<link href=\"text/swriter/01/05110200.xhp\" name=\"Optimaalne kõrgus\">Optimaalne kõrgus</link>" +msgid "<link href=\"text/swriter/01/05110200.xhp\" name=\"Optimal Height\">Optimal Row Height</link>" +msgstr "" #. vXmYe #: 05110000.xhp @@ -22030,14 +22030,14 @@ msgctxt "" msgid "Row Height" msgstr "Rea kõrgus" -#. MH88T +#. EJ9C7 #: 05110100.xhp msgctxt "" "05110100.xhp\n" "par_id3149053\n" "help.text" -msgid "<variable id=\"hoehetext\"><ahelp hid=\".uno:SetRowHeight\">Changes the height of the selected row(s).</ahelp></variable>" -msgstr "<variable id=\"hoehetext\"><ahelp hid=\".uno:SetRowHeight\">Muudab valitud rea või ridade kõrgust.</ahelp></variable>" +msgid "<variable id=\"row_height_text\"><ahelp hid=\".uno:SetRowHeight\">Changes the height of the selected row(s).</ahelp></variable>" +msgstr "" #. DGA9e #: 05110100.xhp @@ -22075,50 +22075,59 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/rowheight/fit\">Automatically adjusts the row height to match the contents of the cells.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/rowheight/fit\">Kohaldab automaatselt rea kõrguse vastavalt lahtrite sisu kõrgusele.</ahelp>" -#. w87fE +#. XKATL #: 05110100.xhp msgctxt "" "05110100.xhp\n" "par_id3154646\n" "help.text" -msgid "You can also right-click in a cell, and then choose <link href=\"text/swriter/01/05110200.xhp\" name=\"Row - Optimal Height\"><emph>Row - Optimal Height</emph></link>." -msgstr "Samuti võid teha paremklõpsu mõnes lahtris ja valida <link href=\"text/swriter/01/05110200.xhp\" name=\"Rida - Optimaalne kõrgus\"><emph>Suurus - Optimaalne reakõrgus</emph></link>." +msgid "You can also right-click in a cell, and then choose <link href=\"text/shared/01/minimal_row_height.xhp\" name=\"Minimal Row Height\"><menuitem>Size - Minimal Row Height</menuitem></link>." +msgstr "" -#. sKqJq +#. 4JwEA #: 05110200.xhp msgctxt "" "05110200.xhp\n" "tit\n" "help.text" -msgid "Optimal Height" -msgstr "Optimaalne kõrgus" +msgid "Optimal Row Height" +msgstr "" -#. vsFQs +#. EtLnn #: 05110200.xhp msgctxt "" "05110200.xhp\n" "hd_id3150010\n" "help.text" -msgid "Optimal Height" -msgstr "Optimaalne kõrgus" +msgid "<variable id=\"optimal_row_height_h1\"><link href=\"text/swriter/01/05110200.xhp\" name=\"Optimal Row Height\">Optimal Row Height</link></variable>" +msgstr "" -#. QmrgE +#. LZXDJ #: 05110200.xhp msgctxt "" "05110200.xhp\n" "par_id3147436\n" "help.text" -msgid "<variable id=\"zeilenhoehetext\"><ahelp hid=\".uno:SetOptimalRowHeight\" visibility=\"visible\">Automatically adjusts row heights to match the contents of the cells.</ahelp> This is the default setting for new tables.</variable>" -msgstr "<variable id=\"zeilenhoehetext\"><ahelp hid=\".uno:SetOptimalRowHeight\" visibility=\"visible\">Kohaldab automaatselt rea kõrguse vastavalt lahtrite sisu kõrgusele.</ahelp> See on uute tabelite puhul vaikimisi määratud.</variable>" +msgid "<variable id=\"optimal_row_height_text\"><ahelp hid=\".uno:SetOptimalRowHeight\" visibility=\"visible\">Set row height for selected table rows so that each row has the same height as the row with the tallest content.</ahelp></variable>" +msgstr "" -#. bgG6U +#. DCfEi #: 05110200.xhp msgctxt "" "05110200.xhp\n" -"par_id3154765\n" +"par_id741656209290506\n" +"help.text" +msgid "Row height can increase with this option, with the table always growing downward. The total table height is never reduced by this option." +msgstr "" + +#. EJwSC +#: 05110200.xhp +msgctxt "" +"05110200.xhp\n" +"par_id801656117723975\n" "help.text" -msgid "This option is only available if the table contains a row with a fixed height." -msgstr "See säte on saadaval vaid siis, kui tabel sisaldab fikseeritud kõrgusega ridu." +msgid "This option is similar to first minimizing row height for selected rows by using <link href=\"text/shared/01/minimal_row_height.xhp\" name=\"Minimal Row\"><menuitem>Minimal Row Height</menuitem></link> and then distributing those rows by using <link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Rows\"><menuitem>Distribute Rows Evenly</menuitem></link>, except that additional height is added to each row if necessary to prevent the total table height from reducing." +msgstr "" #. kFGSx #: 05110300.xhp @@ -22219,15 +22228,6 @@ msgctxt "" msgid "<link href=\"text/swriter/01/05120100.xhp\" name=\"Width...\">Width...</link>" msgstr "<link href=\"text/swriter/01/05120100.xhp\" name=\"Laius...\">Laius...</link>" -#. 8wN4v -#: 05120000.xhp -msgctxt "" -"05120000.xhp\n" -"hd_id3154558\n" -"help.text" -msgid "<link href=\"text/swriter/01/05120200.xhp\" name=\"Optimal width\">Optimal width</link>" -msgstr "<link href=\"text/swriter/01/05120200.xhp\" name=\"Optimaalne laius\">Optimaalne laius</link>" - #. xLaL2 #: 05120000.xhp msgctxt "" @@ -22309,41 +22309,131 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/columnwidth/width\">Enter the width that you want for the selected column(s).</ahelp>" msgstr "" -#. zC8bx +#. wRjGh #: 05120200.xhp msgctxt "" "05120200.xhp\n" "tit\n" "help.text" -msgid "Optimal Width" -msgstr "Optimaalne laius" +msgid "Optimal Column Width" +msgstr "" -#. mH4ny +#. 3GFtH #: 05120200.xhp msgctxt "" "05120200.xhp\n" "hd_id3149500\n" "help.text" -msgid "Optimal Width" -msgstr "Optimaalne laius" +msgid "<variable id=\"optimal_column_width_h1\"><link href=\"text/swriter/01/05120200.xhp\" name=\"Optimal Column Width\">Optimal Column Width</link></variable>" +msgstr "" -#. 6hn6w +#. Rt2Cv #: 05120200.xhp msgctxt "" "05120200.xhp\n" "par_id3149050\n" "help.text" -msgid "<variable id=\"spaltenbreitetext\"><ahelp hid=\".uno:SetOptimalColumnWidth\">Automatically adjusts column widths to match the contents of the cells.</ahelp> Changing the width of a column does not affect the width of the other columns in the table. The width of the table cannot exceed the page width.</variable>" -msgstr "<variable id=\"spaltenbreitetext\"><ahelp hid=\".uno:SetOptimalColumnWidth\">Kohandab automaatselt veergude laiust vastavalt lahtrite sisule.</ahelp> Veeru laiuse muutumine ei mõjuta teiste tabeli veergude laiust. Tabeli laius ei saa ületada lehekülje laiust.</variable>" +msgid "<variable id=\"column_width_text\"><ahelp hid=\".uno:SetOptimalColumnWidth\">Adjust column widths among columns with selected cells, according to the paragraph length in each selected cell. Widen the table, up to page width, if necessary.</ahelp></variable>" +msgstr "" + +#. srS86 +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"par_id811655764710135\n" +"help.text" +msgid "<ahelp hid=\".uno:SetOptimalColumnWidth\">Adjust column width for selected columns to fit the column’s content, without changing the width of the table or the unselected columns.</ahelp>" +msgstr "" + +#. YxcTu +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"par_id611656069528584\n" +"help.text" +msgid "<menuitem>Optimal Column Width</menuitem> attempts to give a column width for the selected cells so that the longest paragraph in each cell can, as a minimum, <emph>fit</emph> exactly on a single line, though it is possible and common for columns to be wider than an exact fit." +msgstr "" + +#. so9Du +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"par_id601656102623025\n" +"help.text" +msgid "The final distribution of column widths depends on several factors, such as the paragraph length of selected cells, the initial width of the columns with selected cells, and whether the table can be widened. Space is also included for any horizontal cell padding, paragraph padding, and paragraph indents. The width of the table is never reduced, and unselected columns are not changed." +msgstr "" -#. vZ4cZ +#. vv4Mm #: 05120200.xhp msgctxt "" "05120200.xhp\n" -"par_id5611743\n" +"par_id651656105163827\n" "help.text" -msgid "The change affects only selected cells. You can adjust multiple cells next to each other if you select the cells together." -msgstr "Muudatus mõjutab ainult valitud lahtreid. Mitut kõrvutiasuvat lahtrit saab korraga kohandada, kui need valida koos." +msgid "The following list indicates how column widths are distributed for the selected cells. If the first step succeeds in distributing column widths for the selected cells so that all paragraphs in the cell are on a single line, then the process stops, otherwise the second step is attempted, if possible. The third step describes how column widths are distributed when it is not possible to fit all the selected cells after the second step." +msgstr "" + +#. WJFc6 +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"par_id221656101892491\n" +"help.text" +msgid "Distribute column widths proportionally according to the longest paragraph in each cell, but remaining within the total column width for cell selection." +msgstr "" + +#. prUhq +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"par_id641656101994507\n" +"help.text" +msgid "If some cells cannot fit exactly in the total width of the selection, and the table can be expanded (up to the page width), then expand the table width until all cells are fit exactly." +msgstr "" + +#. uJQKn +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"par_id511656102101362\n" +"help.text" +msgid "If the table width is at the page margin, and more than one selected cell does not fit exactly, then give as much width as possible to the first cell that cannot be fit exactly, and an equal (smaller) column width to the other cells that cannot be fit." +msgstr "" + +#. 3yMfG +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"par_id471656104869532\n" +"help.text" +msgid "Step 1 is often sufficient for tables whose cells are primarily short paragraphs, while Step 3 is usually needed if many columns or rows are selected and/or selected cells have longer paragraphs." +msgstr "" + +#. UYb7r +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"par_id601656069480524\n" +"help.text" +msgid "<menuitem>Optimal Column Width</menuitem> attempts to give a column width for the selected columns so that the longest paragraph in each column can, as a minimum, <emph>fit</emph> exactly on a single line, though it is possible and common for columns to be wider than an exact fit." +msgstr "" + +#. paBoR +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"par_id721655819449619\n" +"help.text" +msgid "The final distribution of column widths depends on several factors, such as the paragraph length and initial width of the selected columns. Space is also included for any horizontal cell padding, paragraph padding, and paragraph indents. The width of the table is never reduced, and unselected columns are not changed." +msgstr "" + +#. U2qgd +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"par_id581656107648277\n" +"help.text" +msgid "The option distributes column widths proportionally according to the longest paragraph in each column, but remaining within the total column width for the selected columns. When selected columns cannot be fit exactly, then the first column that cannot be fit exactly gets as much width as possible, while any additional columns that cannot be fit exactly get a smaller column width, which is equal for each of these additional columns." +msgstr "" #. kM6QZ #: 05120300.xhp @@ -25000,23 +25090,32 @@ msgctxt "" msgid "Hyphenation" msgstr "Poolitus" -#. 9uZNy +#. VBCtx #: 06030000.xhp msgctxt "" "06030000.xhp\n" "hd_id3154657\n" "help.text" -msgid "Hyphenation" -msgstr "Poolitus" +msgid "<variable id=\"Hyphenationh1\"><link href=\"text/swriter/01/06030000.xhp\" name=\"Hyphenation\">Hyphenation</link></variable>" +msgstr "" -#. nUqc5 +#. 7teeb #: 06030000.xhp msgctxt "" "06030000.xhp\n" "par_id3148572\n" "help.text" -msgid "<variable id=\"silben\"><ahelp hid=\".\">Inserts hyphens in words that are too long to fit at the end of a line.</ahelp> $[officename] searches the document and suggests hyphenation that you can accept or reject. If text is selected, the Hyphenation dialog works on the selected text only. If no text is selected, the Hyphenation dialog works on the whole document.</variable>" -msgstr "<variable id=\"silben\"><ahelp hid=\".\">Lisab poolitusmärgi sõnadesse, mis on rea lõppu mahtumiseks liiga pikad.</ahelp> $[officename] otsib dokumendist sõnu ja soovitab poolituskohti, millega saad nõustuda või millest keelduda. Kui tekst on valitud, pakutakse poolitusi vaid valitud teksti piires; kui teksti pole valitud, siis kogu dokumendis.</variable>" +msgid "Inserts hyphens in words that are too long to fit at the end of a line." +msgstr "" + +#. Y2HBD +#: 06030000.xhp +msgctxt "" +"06030000.xhp\n" +"par_id851655491448849\n" +"help.text" +msgid "%PRODUCTNAME searches the document and suggests hyphenation that you can accept or reject. If text is selected, the Hyphenation dialog works on the selected text only. If no text is selected, the Hyphenation dialog works on the whole document." +msgstr "" #. AWz4F #: 06030000.xhp @@ -27826,6 +27925,177 @@ msgctxt "" msgid "Check, if text conveys additional meaning with (direct) formatting." msgstr "" +#. KvomA +#: contentcontrol00.xhp +msgctxt "" +"contentcontrol00.xhp\n" +"tit\n" +"help.text" +msgid "Content Control Properties" +msgstr "" + +#. CFqNk +#: contentcontrol00.xhp +msgctxt "" +"contentcontrol00.xhp\n" +"par_idN10549\n" +"help.text" +msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>" +msgstr "" + +#. bZLfz +#: contentcontrol00.xhp +msgctxt "" +"contentcontrol00.xhp\n" +"par_idN10559\n" +"help.text" +msgid "Allows setting various properties on the content control which is under the current cursor." +msgstr "" + +#. KgLAd +#: contentcontrol00.xhp +msgctxt "" +"contentcontrol00.xhp\n" +"par_idN10550\n" +"help.text" +msgid "General" +msgstr "" + +#. 3AF3E +#: contentcontrol00.xhp +msgctxt "" +"contentcontrol00.xhp\n" +"par_idN10560\n" +"help.text" +msgid "Content is placeholder text: means that the current content is considered to be placeholder text and will be pre-selected when clicking into the content control, to help replacing the placeholder with actual content." +msgstr "" + +#. fHtrv +#: contentcontrol00.xhp +msgctxt "" +"contentcontrol00.xhp\n" +"par_idN10551\n" +"help.text" +msgid "Check Box" +msgstr "" + +#. Kky2N +#: contentcontrol00.xhp +msgctxt "" +"contentcontrol00.xhp\n" +"par_idN10561\n" +"help.text" +msgid "Checked character: this character is used when the checkbox is ticked." +msgstr "" + +#. AVAAC +#: contentcontrol00.xhp +msgctxt "" +"contentcontrol00.xhp\n" +"par_idN10562\n" +"help.text" +msgid "Unchecked character: this character is used when the checkbox is unticked." +msgstr "" + +#. 5g6yU +#: contentcontrol00.xhp +msgctxt "" +"contentcontrol00.xhp\n" +"par_idN10552\n" +"help.text" +msgid "List Items" +msgstr "" + +#. FoYEY +#: contentcontrol00.xhp +msgctxt "" +"contentcontrol00.xhp\n" +"par_idN10563\n" +"help.text" +msgid "This frame lists existing list items, and allows the creation, modification and deletion of them." +msgstr "" + +#. FYRKK +#: contentcontrol00.xhp +msgctxt "" +"contentcontrol00.xhp\n" +"par_idN10553\n" +"help.text" +msgid "Date Format" +msgstr "" + +#. fBZPk +#: contentcontrol00.xhp +msgctxt "" +"contentcontrol00.xhp\n" +"par_idN10564\n" +"help.text" +msgid "Once a date is picked for a date content control, this date format will be used to format it before it's inserted into the content control as a string." +msgstr "" + +#. XEmG3 +#: contentcontrol01.xhp +msgctxt "" +"contentcontrol01.xhp\n" +"tit\n" +"help.text" +msgid "Content Control List Item Properties" +msgstr "" + +#. YAWnX +#: contentcontrol01.xhp +msgctxt "" +"contentcontrol01.xhp\n" +"par_idN10549\n" +"help.text" +msgid "<link href=\"text/swriter/01/contentcontrol01.xhp\">Content Control List Item Properties</link>" +msgstr "" + +#. BnhuW +#: contentcontrol01.xhp +msgctxt "" +"contentcontrol01.xhp\n" +"par_idN10559\n" +"help.text" +msgid "Allows setting properties on one list item of a drop-down content control which is under the current cursor. When a list item is selected, the value of the content control is updated based on that list item. In case display name is non-empty, that is used. Otherwise the value is used." +msgstr "" + +#. ivjEm +#: contentcontrol01.xhp +msgctxt "" +"contentcontrol01.xhp\n" +"par_idN10550\n" +"help.text" +msgid "Display Name" +msgstr "" + +#. 3qweL +#: contentcontrol01.xhp +msgctxt "" +"contentcontrol01.xhp\n" +"par_idN10560\n" +"help.text" +msgid "A human-friendly name, describing the list item." +msgstr "" + +#. mnt7C +#: contentcontrol01.xhp +msgctxt "" +"contentcontrol01.xhp\n" +"par_idN10551\n" +"help.text" +msgid "Value" +msgstr "" + +#. W6ADh +#: contentcontrol01.xhp +msgctxt "" +"contentcontrol01.xhp\n" +"par_idN10561\n" +"help.text" +msgid "A machine-friendly name, describing the list item." +msgstr "" + #. k5UDL #: edit_reference_submenu.xhp msgctxt "" diff --git a/source/et/helpcontent2/source/text/swriter/02.po b/source/et/helpcontent2/source/text/swriter/02.po index 20902b24631..08df5db45c2 100644 --- a/source/et/helpcontent2/source/text/swriter/02.po +++ b/source/et/helpcontent2/source/text/swriter/02.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-05-10 20:16+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2021-04-13 17:37+0000\n" "Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n" "Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter02/et/>\n" @@ -1429,14 +1429,14 @@ msgctxt "" msgid "Formula" msgstr "Valem" -#. utFBz +#. AjuPD #: 14020000.xhp msgctxt "" "14020000.xhp\n" "bm_id3149687\n" "help.text" -msgid "<bookmark_value>formulas; in text documents</bookmark_value><bookmark_value>operators; in table formulas</bookmark_value><bookmark_value>statistical functions in tables</bookmark_value><bookmark_value>mathematical functions in tables</bookmark_value><bookmark_value>trigonometric functions in tables</bookmark_value><bookmark_value>pages;number of pages in table formulas</bookmark_value><bookmark_value>variables;document properties in table formulas</bookmark_value><bookmark_value>arithmetical operators in formulas</bookmark_value>" -msgstr "<bookmark_value>valemid; tekstidokumentides</bookmark_value><bookmark_value>tehted; tabelivalemites</bookmark_value><bookmark_value>statistilised funktsioonid tabelites</bookmark_value><bookmark_value>matemaatilised funktsioonid tabelites</bookmark_value><bookmark_value>trigonomeetrilised funktsioonid tabelites</bookmark_value><bookmark_value>leheküljed; lehekülgede arv tabelivalemites</bookmark_value><bookmark_value>muutujad; dokumendi omadused tabelivalemites</bookmark_value><bookmark_value>aritmeetilised tehted valemites</bookmark_value>" +msgid "<bookmark_value>formulas; in text documents</bookmark_value><bookmark_value>table formulas; in text documents</bookmark_value><bookmark_value>operators; in table formulas</bookmark_value><bookmark_value>statistical functions in tables</bookmark_value><bookmark_value>mathematical functions in tables</bookmark_value><bookmark_value>trigonometric functions in tables</bookmark_value><bookmark_value>pages;number of pages in table formulas</bookmark_value><bookmark_value>variables;document properties in table formulas</bookmark_value><bookmark_value>arithmetical operators in formulas</bookmark_value>" +msgstr "" #. piUZw #: 14020000.xhp @@ -1465,23 +1465,32 @@ msgctxt "" msgid "The formula appears in the input line. To specify a range of cells in a table, select the desired cells with the mouse. The corresponding cell references also appear in the input line. Enter additional parameters, as necessary, and click <emph>Apply</emph> to confirm your entry. You can also enter the formula directly if you know the appropriate syntax. This is necessary, for example, in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Insert Fields\"><emph>Insert Fields</emph></link> and <emph>Edit Fields</emph> dialogs." msgstr "Valem ilmub sisestusreale. Tabeli lahtrite vahemiku määramiseks vali soovitud lahtrid hiire abil ja vastavate lahtrite viited ilmuvadki sisestusreale. Vajadusel sisesta lisaparameetrid ja klõpsa sisestuse kinnitamiseks nuppu <emph>Rakenda</emph>. Kui tead õiget süntaksit, siis võid valemi ka otse sisestada. Seda on vaja näiteks dialoogides <link href=\"text/swriter/01/04090000.xhp\" name=\"Väljade lisamine\"><emph>Väljade lisamine</emph></link> ja <emph>Väljade redigeerimine</emph>." -#. fdG9Y +#. Nf9zE #: 14020000.xhp msgctxt "" "14020000.xhp\n" -"par_id621599564033048\n" +"par_id301663685328962\n" "help.text" -msgid "With the cursor in a table, press <keycode>F2</keycode>" -msgstr "Vaata, et kursor asuks tabelis, ja vajuta <keycode>F2</keycode>." +msgid "Go to <menuitem>Table - Edit Formula</menuitem>." +msgstr "" -#. NdBeD +#. CDacX #: 14020000.xhp msgctxt "" "14020000.xhp\n" "par_id101599562003431\n" "help.text" -msgid "In the Table toolbar, press the <emph>Formula</emph> icon." -msgstr "Klõpsa tabeliribal ikooni <emph>Valem</emph>." +msgid "In the Table toolbar, press the <emph>Insert or Edit Formula</emph> icon." +msgstr "" + +#. akufr +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id621599564033048\n" +"help.text" +msgid "In a text document, press <keycode>F2</keycode>." +msgstr "" #. cgzyx #: 14020000.xhp @@ -3544,23 +3553,23 @@ msgctxt "" msgid "Images and Charts" msgstr "Pildid ja diagrammid" -#. WcvKF +#. JQmg6 #: 18120000.xhp msgctxt "" "18120000.xhp\n" -"hd_id3148568\n" +"bm_id3147167\n" "help.text" -msgid "<link href=\"text/swriter/02/18120000.xhp\" name=\"Images and Charts\">Images and Charts</link>" -msgstr "<link href=\"text/swriter/02/18120000.xhp\" name=\"Images and Charts\">Pildid ja diagrammid</link>" +msgid "<bookmark_value>graphics;do not show</bookmark_value> <bookmark_value>images;do not show</bookmark_value> <bookmark_value>pictures;do not show</bookmark_value>" +msgstr "<bookmark_value>pildid; peitmine</bookmark_value><bookmark_value>graafika; mittenäitamine</bookmark_value><bookmark_value>pildid; mittekuvamine</bookmark_value>" -#. JQmg6 +#. WcvKF #: 18120000.xhp msgctxt "" "18120000.xhp\n" -"bm_id3147167\n" +"hd_id3148568\n" "help.text" -msgid "<bookmark_value>graphics;do not show</bookmark_value> <bookmark_value>images;do not show</bookmark_value> <bookmark_value>pictures;do not show</bookmark_value>" -msgstr "<bookmark_value>pildid; peitmine</bookmark_value><bookmark_value>graafika; mittenäitamine</bookmark_value><bookmark_value>pildid; mittekuvamine</bookmark_value>" +msgid "<link href=\"text/swriter/02/18120000.xhp\" name=\"Images and Charts\">Images and Charts</link>" +msgstr "<link href=\"text/swriter/02/18120000.xhp\" name=\"Images and Charts\">Pildid ja diagrammid</link>" #. gHWtd #: 18120000.xhp @@ -3616,32 +3625,41 @@ msgctxt "" msgid "<link href=\"text/swriter/02/18130000.xhp\" name=\"Direct Cursor Mode\">Direct Cursor Mode</link>" msgstr "<link href=\"text/swriter/02/18130000.xhp\" name=\"Direct Cursor Mode\">Otsese kursori režiim</link>" -#. JtTFV +#. Gxt3W #: 18130000.xhp msgctxt "" "18130000.xhp\n" "par_id3152896\n" "help.text" -msgid "<ahelp hid=\".uno:ShadowCursor\">Activates or deactivates the direct cursor.</ahelp> You can specify the behavior of the direct cursor by choosing <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Text Document - Formatting Aids\"><emph>%PRODUCTNAME Writer - Formatting Aids</emph></link>." -msgstr "<ahelp hid=\".uno:ShadowCursor\">Aktiveerib või deaktiveerib otsese kursori.</ahelp> Otsese kursori käitumise määramiseks vali <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Eelistused</emph></caseinline><defaultinline><emph>Tööriistad - Sätted</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Text Document - Formatting Aids\"><emph>%PRODUCTNAME Writer - Vormindusvahendid</emph></link>." +msgid "<ahelp hid=\".uno:ShadowCursor\">Activates or deactivates the direct cursor.</ahelp>" +msgstr "" -#. 4k7XD +#. 2pTmG +#: 18130000.xhp +msgctxt "" +"18130000.xhp\n" +"par_id651655490756305\n" +"help.text" +msgid "You can specify the behavior of the direct cursor by choosing <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Text Document - Formatting Aids\"><emph>%PRODUCTNAME Writer - Formatting Aids</emph></link>." +msgstr "" + +#. 5c3tj #: 18130000.xhp msgctxt "" "18130000.xhp\n" "par_id3151133\n" "help.text" -msgid "On Tools bar, click" -msgstr "<emph>Tööriistade</emph> ribal klõpsa" +msgid "On <emph>Tools</emph> bar, click" +msgstr "" -#. DPCTF +#. CBw5G #: 18130000.xhp msgctxt "" "18130000.xhp\n" "par_id3147508\n" "help.text" -msgid "<image id=\"img_id3154840\" src=\"cmd/sc_shadowcursor.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154840\">Icon Toggle Direct Cursor Mode</alt></image>" -msgstr "<image id=\"img_id3154840\" src=\"cmd/sc_shadowcursor.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154840\">Ikoon \"Otsese kursori režiim\"</alt></image>" +msgid "<image id=\"img_id3154840\" src=\"cmd/lc_shadowcursor.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154840\">Icon Toggle Direct Cursor Mode</alt></image>" +msgstr "" #. yboK5 #: 18130000.xhp diff --git a/source/et/helpcontent2/source/text/swriter/guide.po b/source/et/helpcontent2/source/text/swriter/guide.po index 4610e43375b..7e5bab124b1 100644 --- a/source/et/helpcontent2/source/text/swriter/guide.po +++ b/source/et/helpcontent2/source/text/swriter/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-07-04 18:05+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2021-08-10 09:21+0000\n" "Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n" "Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/et/>\n" @@ -16693,14 +16693,14 @@ msgctxt "" msgid "<image id=\"img_id3149622\" src=\"cmd/sc_optimizetable.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149622\">Icon</alt></image>" msgstr "" -#. BErzm +#. 2awGH #: table_sizing.xhp msgctxt "" "table_sizing.xhp\n" "par_id3146497\n" "help.text" -msgid "You can also distribute rows and columns evenly using the icons on the <item type=\"menuitem\">Optimize Size</item> toolbar on the <item type=\"menuitem\">Table</item> Bar." -msgstr "Lisaks saad <item type=\"menuitem\">tabeli</item>riba tööriistariba <item type=\"menuitem\">Optimeerimine</item> ikoonide abil read ja veerud ühtlased jaotada." +msgid "You can also distribute rows and columns evenly using the icons on the <link href=\"text/shared/02/04210000.xhp\" name=\"Link to Optimize Size\"><menuitem>Optimize Size</menuitem></link> toolbar on the <link href=\"text/swriter/main0204.xhp\" name=\"Link to Table Bar\"><menuitem>Table</menuitem></link> Bar." +msgstr "" #. KJrfT #: table_sizing.xhp @@ -16747,32 +16747,32 @@ msgctxt "" msgid "Rest the mouse pointer over the column dividing line on the ruler until the pointer becomes a separator icon, and then drag the line to a new location." msgstr "Paiguta hiirekursor joonlaual veergude eraldusjoonel kohta, kus kursor muutub kahe otsaga nooleks ning seejärel lohista eraldusjoon uude asukohta." -#. D9Bxw +#. DwuQ6 #: table_sizing.xhp msgctxt "" "table_sizing.xhp\n" "par_id0918200811260957\n" "help.text" -msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> and then click and drag a line to scale all cells right or above the line proportionally." -msgstr "Kõigi eraldusjoonest paremale või ülespoole jäävate lahtrite proportsionaalseks skaleerimiseks hoia eraldusjoone lohistamise ajal all <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-klahvi." +msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and then click and drag a line to scale all cells right or above the line proportionally." +msgstr "" -#. AVwAW +#. xGeDT #: table_sizing.xhp msgctxt "" "table_sizing.xhp\n" "par_id3145411\n" "help.text" -msgid "Place the cursor in a cell in the column, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline> key, and then press the left or the right arrow key." -msgstr "Paiguta kursor veeru lahtrisse, hoia all <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>-klahvi ja vajuta noolt vasakule või paremale." +msgid "Place the cursor in a cell in the column, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key, and then press the left or the right arrow key." +msgstr "" -#. VkDwY +#. AJEAB #: table_sizing.xhp msgctxt "" "table_sizing.xhp\n" "par_id3153364\n" "help.text" -msgid "To increase the distance from the left edge of the page to the edge of the table, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline>+Shift, and then press the right arrow key." -msgstr "Lehekülje vasakserva ja tabeliserva vahelise kauguse suurendamiseks hoia all klahve <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Shift ja vajuta noolt paremale." +msgid "To increase the distance from the left edge of the page to the edge of the table, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Shift, and then press the right arrow key." +msgstr "" #. gsSuS #: table_sizing.xhp @@ -16855,14 +16855,14 @@ msgctxt "" msgid "Click inside the table. Choose <item type=\"menuitem\">Table - Properties</item> to open a dialog and set the properties to the numbers." msgstr "" -#. EKKbD +#. ojBGb #: table_sizing.xhp msgctxt "" "table_sizing.xhp\n" "par_id5009308\n" "help.text" -msgid "To wrap text to the sides of a table, and to arrange two tables next to another, you must insert the tables into a frame. Click inside the table, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A twice to select the whole table, then choose <emph>Insert - Frame</emph>." -msgstr "Teksti mähkimiseks tabeli kõrvale või kahe tabeli kõrvuti paigutamiseks tuleb tabelid paneeli lisada. Selleks klõpsa tabelis, vajuta kogu tabeli valimiseks kaks korda <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A ja seejärel vali <emph>Lisamine - Paneel</emph>." +msgid "To wrap text to the sides of a table, and to arrange two tables next to another, you must insert the tables into a frame. Click inside the table, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A twice to select the whole table, then choose <emph>Insert - Frame</emph>." +msgstr "" #. 4LuFp #: table_sizing.xhp |