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/uk/helpcontent2 | |
parent | a5f80090f50b6d1e06f579d12a22eb1ad805c99c (diff) |
update translations for master
and force-fix errors using pocheck
Change-Id: I3b188be653b6e7bbd18d9c8e6d5cd1c33e0c6890
Diffstat (limited to 'source/uk/helpcontent2')
22 files changed, 3505 insertions, 1183 deletions
diff --git a/source/uk/helpcontent2/source/auxiliary.po b/source/uk/helpcontent2/source/auxiliary.po index 3f455243555..4a681641def 100644 --- a/source/uk/helpcontent2/source/auxiliary.po +++ b/source/uk/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: 2021-10-23 00:37+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/auxiliary/uk/>\n" @@ -124,6 +124,15 @@ msgctxt "" msgid "Programming with Python" msgstr "Програмування на Python" +#. Y4vuu +#: sbasic.tree +msgctxt "" +"sbasic.tree\n" +"070203\n" +"node.text" +msgid "Python Modules" +msgstr "" + #. JCHAg #: sbasic.tree msgctxt "" diff --git a/source/uk/helpcontent2/source/text/sbasic/python.po b/source/uk/helpcontent2/source/text/sbasic/python.po index b511e12eaa8..99fc5e45c7d 100644 --- a/source/uk/helpcontent2/source/text/sbasic/python.po +++ b/source/uk/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: 2021-01-23 17:36+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/uk/>\n" @@ -88,6 +88,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 "" @@ -2572,13 +2608,13 @@ msgctxt "" msgid "Python : Programming with Python" msgstr "Python : Програмування на Python" -#. 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 @@ -2725,6 +2761,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 "" @@ -2896,32 +2941,32 @@ msgctxt "" msgid "See UNO data types" msgstr "Див. Типи даних UNO" -#. 4vWGa +#. pFbcP #: python_programming.xhp msgctxt "" "python_programming.xhp\n" -"N0297\n" +"N1297\n" "help.text" msgid "Importing an embedded Module" -msgstr "Імпорт вбудованого модуля" +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 "Нижче проілюстровано імпортування вбудованого в документ модуля Python, обробка винятків не деталізована:" +msgstr "" #. P2R2D #: python_programming.xhp @@ -3040,13 +3085,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 "Стандартний файл виводу Python недоступний під час запуску макросів Python з меню <menuitem>Засоби – Макроси - Запустити макрос</menuitem>.... Показ виведення модуля вимагає інтерактивної консолі Python. Такі засоби, як <literal>input()</literal>, <literal>print()</literal>, <literal>repr()</literal> і <literal>str()</literal> доступні в оболонці Python." -#. 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 @@ -3148,6 +3193,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 "" @@ -3157,6 +3211,15 @@ msgctxt "" msgid "<literal>uiScripts</literal> Basic module" msgstr "модуль Basic <literal>uiScripts</literal>" +#. 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/uk/helpcontent2/source/text/sbasic/shared.po b/source/uk/helpcontent2/source/text/sbasic/shared.po index 954e11c9f6c..b29f27a2d22 100644 --- a/source/uk/helpcontent2/source/text/sbasic/shared.po +++ b/source/uk/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: 2021-12-16 22:09+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/uk/>\n" @@ -2041,13 +2041,13 @@ msgctxt "" msgid "Using Variables" msgstr "Використання змінних" -#. 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 "Створення нової бібліотеки" -#. 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 "Виберіть <emph>Засоби - Макроси - Керування макросами - %PRODUCTNAME Basic</emph> та виберіть параметр <emph>Організатор</emph> або піктограму <emph>Модулі</emph> Basic IDE для відкриття діалогового вікна <emph>Керування макросами</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 "Виберіть <emph>Засоби - Макроси - Керування макросами - %PRODUCTNAME Basic</emph> та виберіть параметр <emph>Організатор</emph> або піктограму <emph>Модулі</emph> Basic IDE для відкриття діалогового вікна <emph>Керування макросами</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 "Виберіть <emph>Засоби - Макроси - Керування макросами - %PRODUCTNAME Basic</emph> та виберіть параметр <emph>Організатор</emph> або піктограму <emph>Модулі</emph> Basic IDE для відкриття діалогового вікна <emph>Керування макросами</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 "Вилучення бібліотеки" -#. 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 "Виберіть <emph>Засоби - Макроси - Керування макросами - %PRODUCTNAME Basic</emph> та виберіть параметр <emph>Організатор</emph> або піктограму <emph>Модулі</emph> Basic IDE для відкриття діалогового вікна <emph>Керування макросами</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 "Створення нового модуля або діалогового вікна" -#. 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 "Виберіть <emph>Засоби - Макроси - Керування макросами - %PRODUCTNAME Basic</emph> та виберіть параметр <emph>Організатор</emph> або піктограму <emph>Модулі</emph> Basic IDE для відкриття діалогового вікна <emph>Керування макросами</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 "Перейменування модуля або діалогового вікна" -#. 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 "Виберіть <emph>Засоби - Макроси - Керування макросами - %PRODUCTNAME Basic</emph> та виберіть параметр <emph>Організатор</emph> або піктограму <emph>Модулі</emph> Basic IDE для відкриття діалогового вікна <emph>Керування макросами</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 "Видалення модуля або діалогового вікна" -#. 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 "Виберіть <emph>Засоби - Макроси - Керування макросами - %PRODUCTNAME Basic</emph> та виберіть параметр <emph>Організатор</emph> або піктограму <emph>Модулі</emph> Basic IDE для відкриття діалогового вікна <emph>Керування макросами</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 "Відкрийте всі документи, в яких будуть переміщатися або копіюватися модулі або діалогові вікна." -#. 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 "Виберіть <emph>Засоби - Макроси - Керування макросами - %PRODUCTNAME Basic</emph> та виберіть параметр <emph>Організатор</emph> або піктограму <emph>Модулі</emph> Basic IDE для відкриття діалогового вікна <emph>Керування макросами</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 "Повертає значення типу <emph>Date</emph> для зазначеного року, місяця або дня." +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 "Запускає іншу програму і, за необхідності, визначає відповідний стиль вікна." -#. 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 (Шлях As String[, Оформлення_вікна As Integer][, Параметр 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 "Шлях" -#. 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 "Повний шлях і назва програми, яку потрібно запустити." +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 "Параметр" -#. 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 "Будь-який рядковий вираз, що вказує командний рядок, який потрібно передати." +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/uk/helpcontent2/source/text/sbasic/shared/03.po b/source/uk/helpcontent2/source/text/sbasic/shared/03.po index 9e612ca3924..bd6e33a4d4c 100644 --- a/source/uk/helpcontent2/source/text/sbasic/shared/03.po +++ b/source/uk/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: 2022-01-17 11:38+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/uk/>\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/uk/helpcontent2/source/text/scalc/00.po b/source/uk/helpcontent2/source/text/scalc/00.po index ac882e872f9..0d92fda5c1f 100644 --- a/source/uk/helpcontent2/source/text/scalc/00.po +++ b/source/uk/helpcontent2/source/text/scalc/00.po @@ -3,8 +3,8 @@ 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-03-21 12:31+0100\n" -"PO-Revision-Date: 2022-02-11 17:38+0000\n" +"POT-Creation-Date: 2022-10-10 13:35+0200\n" +"PO-Revision-Date: 2022-09-27 10:29+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/uk/>\n" "Language: uk\n" @@ -880,6 +880,195 @@ msgctxt "" msgid "<variable id=\"fodbbe\">Choose <emph>Format - Print Ranges - Edit</emph>.</variable>" msgstr "<variable id=\"fodbbe\">Виберіть команду <emph>Формат - Області друку - Змінити</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 "Автоформат" -#. 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\">Виберіть команду <emph>Формат - Умовний</emph>.</variable>" - #. aFWLc #: 00000406.xhp msgctxt "" @@ -1112,7 +1292,7 @@ msgctxt "" "par_id971647297529392\n" "help.text" msgid "<variable id=\"tools_forms\">Choose <emph>Tools - Forms</emph>.</variable>" -msgstr "" +msgstr "<variable id=\"tools_forms\">Виберіть <emph>Засоби - Форми</emph>.</variable>" #. QLPxD #: 00000406.xhp @@ -1121,7 +1301,7 @@ msgctxt "" "par_id371647273694433\n" "help.text" msgid "<variable id=\"share_spreadsheet\">Choose <menuitem>Tools - Share Spreadsheet</menuitem></variable>" -msgstr "" +msgstr "<variable id=\"share_spreadsheet\">Оберіть в меню <menuitem>Засоби - Поділитися таблицею</menuitem></variable>" #. uHRwy #: 00000406.xhp @@ -1157,7 +1337,7 @@ msgctxt "" "par_id3149257\n" "help.text" msgid "Press <keycode>F9</keycode>" -msgstr "" +msgstr "Натисніть <keycode>F9</keycode>" #. EA2vV #: 00000406.xhp @@ -1175,7 +1355,7 @@ msgctxt "" "par_id891645217179561\n" "help.text" msgid "Choose <menuitem>Data - Calculate - Recalculate hard</menuitem>." -msgstr "" +msgstr "Оберіть в меню <menuitem>Дані - Обчислити - Безумовне переобчислення</menuitem>." #. e6kAE #: 00000406.xhp @@ -1184,7 +1364,7 @@ msgctxt "" "par_id21645217233263\n" "help.text" msgid "Press <keycode>Shift</keycode>+<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>F9</keycode>" -msgstr "" +msgstr "Натисніть <keycode>Shift</keycode>+<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>F9</keycode>" #. soEE4 #: 00000406.xhp @@ -1193,7 +1373,7 @@ msgctxt "" "par_id31645223233125\n" "help.text" msgid "Select a formula cell or a formula cell range and choose <menuitem>Data - Calculate - Formula to values</menuitem>" -msgstr "" +msgstr "Виберіть клітинку з формулою або діапазон клітинок з формулами та оберіть у меню <menuitem>Дані ▸ Обчислити ▸ Формула в значення</menuitem>" #. YmRzU #: 00000406.xhp diff --git a/source/uk/helpcontent2/source/text/scalc/01.po b/source/uk/helpcontent2/source/text/scalc/01.po index 9de0614fd69..6c030d7168b 100644 --- a/source/uk/helpcontent2/source/text/scalc/01.po +++ b/source/uk/helpcontent2/source/text/scalc/01.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: 2022-03-08 11:39+0000\n" "Last-Translator: Olexandr Pylypchuk <pilipchukap@rambler.ru>\n" "Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/uk/>\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,13 +10555,13 @@ msgctxt "" msgid "<item type=\"input\">=AND(12<13;14>12;7<6)</item> returns FALSE." msgstr "" -#. EuCHs +#. 3MAQE #: 04060105.xhp msgctxt "" "04060105.xhp\n" "par_id3149946\n" "help.text" -msgid "<item type=\"input\">=AND (FALSE;TRUE)</item> returns FALSE." +msgid "<item type=\"input\">=AND(FALSE();TRUE())</item> returns FALSE." msgstr "" #. XXJC8 @@ -10816,13 +10825,13 @@ msgctxt "" msgid "<item type=\"input\">=OR(12<11;13>22;45=45)</item> returns TRUE." msgstr "" -#. ExAZa +#. sqF5J #: 04060105.xhp msgctxt "" "04060105.xhp\n" "par_id3158412\n" "help.text" -msgid "<item type=\"input\">=OR(FALSE;TRUE)</item> returns TRUE." +msgid "<item type=\"input\">=OR(FALSE();TRUE())</item> returns TRUE." msgstr "" #. B2UcY @@ -10942,31 +10951,31 @@ 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" +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" +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" +msgid "<item type=\"input\">=XOR(FALSE();TRUE())</item> returns TRUE" msgstr "" #. 3Ed6j @@ -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 "" +#. 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" +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" +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 "" -#. 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 "" -#. 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 "Дати" +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" +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 "" -#. 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/uk/helpcontent2/source/text/scalc/guide.po b/source/uk/helpcontent2/source/text/scalc/guide.po index 72fcd1ed2a5..7276f044340 100644 --- a/source/uk/helpcontent2/source/text/scalc/guide.po +++ b/source/uk/helpcontent2/source/text/scalc/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:04+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2021-12-23 21:38+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/uk/>\n" @@ -13255,14 +13255,14 @@ msgctxt "" msgid "Allowed names" msgstr "Допустимі назви" -#. 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 "Назви у Calc можуть містити літери, цифри і деякі спеціальні символи. Назви повинні починатися з букви або символу підкреслення." +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 "підкреслення (_)" -#. 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 "крапка (.) − може стояти всередині назви, але не може бути першим або останнім символом" - -#. 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 "пропуск ( ) − може стояти всередині назви, але не може бути першим або останнім символом чи для діапазону комірок" - #. 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 "Назви діапазонів комірок не повинні містити пропусків. Пропуски допустимі всередині назв для окремих комірок, аркушів і документів." +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/uk/helpcontent2/source/text/sdatabase.po b/source/uk/helpcontent2/source/text/sdatabase.po index 6549998b398..50687d499ee 100644 --- a/source/uk/helpcontent2/source/text/sdatabase.po +++ b/source/uk/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: 2022-03-08 11:39+0000\n" "Last-Translator: Olexandr Pylypchuk <pilipchukap@rambler.ru>\n" "Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textsdatabase/uk/>\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/uk/helpcontent2/source/text/shared.po b/source/uk/helpcontent2/source/text/shared.po index b1f1c3f250b..ff784610e6b 100644 --- a/source/uk/helpcontent2/source/text/shared.po +++ b/source/uk/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: 2022-02-15 08:39+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textshared/uk/>\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 "У цьому розділі представлені відомості, що стосуються Інтернету. У <link href=\"text/shared/00/00000002.xhp\" name=\"глосарії Інтернету\">глосарії Інтернету</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/uk/helpcontent2/source/text/shared/00.po b/source/uk/helpcontent2/source/text/shared/00.po index d8774670f0d..e781eb74287 100644 --- a/source/uk/helpcontent2/source/text/shared/00.po +++ b/source/uk/helpcontent2/source/text/shared/00.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: 2022-03-08 11:39+0000\n" "Last-Translator: Olexandr Pylypchuk <pilipchukap@rambler.ru>\n" "Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/uk/>\n" @@ -1303,14 +1303,14 @@ msgctxt "" msgid "Tags" msgstr "Мітки" -#. 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>-сторінки містять певні інструкції щодо структурування та форматування, які називаються тегами. Теги - це взяті в дужки кодові слова у мові опису документів HTML. Багато тегів містять текст або гіперпосилання між відкривальною і закривальною дужками. Наприклад, заголовки позначаються тегами <h1> на початку та </h1> в кінці. Деякі теги не мають відповідного закривального тега, наприклад, <br> для розриву рядка або <img ...> для посилання на графічний об'єкт." +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 @@ -5353,14 +5353,14 @@ msgctxt "" msgid "Text Import" msgstr "Імпорт тексту" -#. RBPZC +#. NfHDC #: 00000208.xhp msgctxt "" "00000208.xhp\n" "hd_id3150960\n" "help.text" -msgid "Text Import" -msgstr "Імпорт тексту" +msgid "<variable id=\"TextImporth1\"><link href=\"text/shared/00/00000208.xhp\" name=\"Text Import\">Text Import</link></variable>" +msgstr "" #. gtCCw #: 00000208.xhp @@ -5731,14 +5731,14 @@ msgctxt "" msgid "Skip empty cells" msgstr "Пропустити порожні комірки" -#. 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>" -msgstr "<ahelp hid=\".\">Якщо цей параметр позначено, Calc зберігає попередній вміст комірок при вставлянні порожніх комірок. В іншому разі Calc видаляє попередній вміст комірок.</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 #: 00000208.xhp @@ -5749,6 +5749,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 "Під час перетворення <emph>Текст за стовпчиками</emph>, якщо вміст комірки починається з роздільника і цей параметр вимкнено, перша колонка буде порожньою." +#. 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 "" @@ -5956,15 +5974,6 @@ msgctxt "" msgid "Date format" msgstr "Формат дати" -#. mJwDd -#: 00000208.xhp -msgctxt "" -"00000208.xhp\n" -"par_id3156212\n" -"help.text" -msgid "6" -msgstr "6" - #. tMGAw #: 00000208.xhp msgctxt "" @@ -5974,15 +5983,6 @@ msgctxt "" msgid "Two characters each are taken for day, month, and year in the selected order." msgstr "Береться по два символи для дня, місяця і року у вибраному порядку." -#. WVtBD -#: 00000208.xhp -msgctxt "" -"00000208.xhp\n" -"par_id3147352\n" -"help.text" -msgid "8" -msgstr "8" - #. wQEwm #: 00000208.xhp msgctxt "" @@ -6055,14 +6055,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=\"Переміщення без застосування миші\">Переміщення без застосування миші</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 "Додаткові відомості див. у розділі <link href=\"text/shared/00/00000020.xhp\" name=\"Відомості про фільтри імпорту та експорту\">Відомості про фільтри імпорту та експорту</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 @@ -7477,6 +7477,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 "" @@ -8494,14 +8503,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 @@ -8521,14 +8557,14 @@ msgctxt "" msgid "<variable id=\"mediaplayer\">Choose <emph>Tools - Media Player</emph>.</variable>" msgstr "<variable id=\"mediaplayer\">Виберіть <emph>Засоби - Медіапрогравач</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\">Виберіть <emph>Засоби - Макроси - Керування макросами - %PRODUCTNAME Basic</emph> або натисніть <switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline>+F11 (якщо це сполучення не призначено в системі для інших цілей).</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 @@ -8575,22 +8611,22 @@ msgctxt "" msgid "Choose <emph>Tools - Macros - Record Macro</emph>." msgstr "Виберіть <emph>Засоби - Макроси - Записати макрос</emph>." -#. WBX8f +#. feCZF #: 00000406.xhp 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\">Виберіть <emph>Засоби - Макроси - Керування макросами - %PRODUCTNAME Basic</emph>,<br/>натисніть кнопку <emph>Керування</emph>,<br/>перейдіть на вкладку <emph>Бібліотеки</emph><br/>і натисніть кнопку <emph>Пароль</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 @@ -8656,22 +8692,22 @@ msgctxt "" msgid "<variable id=\"menue\">Choose <emph>Tools - Customize - Menus</emph> tab.</variable>" msgstr "<variable id=\"menue\">Виберіть вкладку <emph>Засоби - Налаштувати - Меню</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 @@ -10006,6 +10042,294 @@ msgctxt "" msgid "Format Menu" msgstr "Меню Формат" +#. 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/uk/helpcontent2/source/text/shared/01.po b/source/uk/helpcontent2/source/text/shared/01.po index a5d15ddabc7..12cd6bfef74 100644 --- a/source/uk/helpcontent2/source/text/shared/01.po +++ b/source/uk/helpcontent2/source/text/shared/01.po @@ -3,8 +3,8 @@ 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" -"PO-Revision-Date: 2022-04-25 17:42+0000\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" +"PO-Revision-Date: 2022-10-03 13:17+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/uk/>\n" "Language: uk\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,14 +12211,14 @@ 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\"." -msgstr "<ahelp hid=\"cui/ui/cuiimapdlg/urlentry\">Введіть URL-адресу файлу, який ви хочете відкрити при натисканні на вибрану активну ділянку.</ahelp> Якщо ви хочете перейти до іменованої прив'язки у поточному документі, адреса повинна мати вигляд \"file:///C:/Documents/[назва_поточного_документа]#назва_прив'язки\"." +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 #: 02220100.xhp @@ -14191,6 +14191,15 @@ msgctxt "" msgid "<ahelp hid=\".uno:ToolBarVisible\">Shows or hides the <emph>Tools</emph> bar.</ahelp>" msgstr "<ahelp hid=\".uno:ToolBarVisible\">Показати або приховати панель <emph>Засоби</emph>.</ahelp>" +#. 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 "Якщо список мов являє собою розкривний список, ви можете ввести правильний <emph>мовний тег BCP 47</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 "Детальніше про мовні теги дивіться на сайті langtag.net в розділі <link href=\"http://www.langtag.net/\"><emph>Для користувачів</emph></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 "<bookmark_value>рядки таблиці;вирівняти висоту</bookmark_value> <bookmark_value>висота рядка;вирівняти</bookmark_value>" -#. 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\">Висота вибраних рядків встановлюється відповідно до висоти найвищого з них.</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 "Відкрийте панель інструментів <emph>Оптимальний розмір</emph> з панелі <emph>Таблиця</emph> і натисніть" - -#. 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\">Піктограма</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,77 +26530,50 @@ msgctxt "" msgid "<ahelp hid=\".uno:SpacePara2\">Sets the line spacing of the current paragraph to two lines.</ahelp>" msgstr "<ahelp hid=\".uno:SpacePara2\">Встановлює для поточного абзацу подвійний міжрядковий інтервал.</ahelp>" -#. qnoC8 +#. 9T56D #: 05120600.xhp msgctxt "" "05120600.xhp\n" "tit\n" "help.text" -msgid "Distribute Columns Equally" -msgstr "Вирівняти ширину стовпців" +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>" -msgstr "<bookmark_value>стовпці таблиці;вирівняти ширину</bookmark_value> <bookmark_value>ширина стовпця;вирівняти</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>" -msgstr "<link href=\"text/shared/01/05120600.xhp\" name=\"Розподілити рівномірно\">Вирівняти ширину стовпців</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\">Ширина вибраних стовпців виставляється відповідно до ширини найширшого з них.</ahelp> Загальна ширина таблиці не може перевищувати ширину сторінки.</variable>" - -#. EmZzi -#: 05120600.xhp -msgctxt "" -"05120600.xhp\n" -"par_id3159219\n" -"help.text" -msgid "Choose <emph>Table - Size - Distribute Columns Equally</emph>" -msgstr "Виберіть <emph>Таблиця - Розмір - Вирівняти ширину стовпців</emph>" - -#. 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 "Відкрийте панель інструментів <emph>Оптимальний розмір</emph> з панелі <emph>Таблиця</emph> і натисніть" - -#. ND9or -#: 05120600.xhp -msgctxt "" -"05120600.xhp\n" -"par_id3145179\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\">Піктограма</alt></image>" +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 "" -#. BSdAD +#. onQ9D #: 05120600.xhp msgctxt "" "05120600.xhp\n" -"par_id3151364\n" +"par_id711654213522157\n" "help.text" -msgid "Distribute Columns Equally" -msgstr "Вирівняти ширину стовпців" +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 #: 05140100.xhp @@ -30092,7 +30047,7 @@ msgctxt "" "par_id956728219000973\n" "help.text" msgid "<menuitem>Below page text area</menuitem>: the bottom edge of the page text area to the bottom edge of the page." -msgstr "" +msgstr "<menuitem>Нижче області тексту сторінки</menuitem>: між нижнім краєм текстового поля сторінки та нижнім краєм сторінки." #. wrDZM #: 05230100.xhp @@ -30101,7 +30056,7 @@ msgctxt "" "par_id69163053457957\n" "help.text" msgid "<menuitem>Above page text area</menuitem>: the top edge of the page to the top of the page text area." -msgstr "" +msgstr "<menuitem>Зверху над областю тексту сторінки</menuitem>: від верхнього краю сторінки до вершини текстового поля сторінки." #. H6Z3y #: 05230100.xhp @@ -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 "Ви можете надати тексту будь-якої форми. Більшість користувацьких фігур, доступних на панелі інструментів \"Графіка\", потрібно перетворити на інший тип, перш ніж Ви зможете застосовувати до них текстові ефекти. В програмах Impress чи Draw, виділивши об'єкт, викличте правою клавішею миші контекстне меню і виберіть <emph>Перетворити - На криву/Багатокутник/Контур</emph>. За бажанням, перетворену форму можна скопіювати і вставити в Writer для застосування Текстових ефектів. Форми у панелях інструментів <emph>Коло, Овал</emph> і <emph>Прямокутник</emph> не потребують змін. <emph>Дуга</emph>, включена до основних фігур, також незмінна." +#. 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\">Видаляє базове форматування.</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\">Піктограма</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 "Вимкн." +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\">Використовує верхній або нижній край вибраного об’єкта як базову лінію тексту.</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\">Піктограма</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 "Поворот" +#. 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\">Використовує верхній або нижній край вибраного об’єкта як базову лінію тексту та зберігає оригінальне вертикальне вирівнювання окремих символів.</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\">Піктограма</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 "Прямо" +#. 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 "<ahelp hid=\"svx/ui/dockingfontwork/hori\">Горизонтальний нахил символів у текстовому об'єкті.</ahelp>" -#. 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\">Піктограма</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 "Горизонтальний нахил" +#. 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 "<ahelp hid=\"svx/ui/dockingfontwork/vert\">Вертикальний нахил символів у текстовому об'єкті.</ahelp>" -#. 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\">Піктограма</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 "Вертикальний нахил" +#. 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\">Змінює напрямок тексту та обертає текст по горизонталі або вертикалі. Щоб використовувати цю команду, спочатку потрібно застосувати до тексту іншу базову лінію.</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\">Піктограма</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 "Орієнтація" +#. 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\">Вирівнює текст до лівого краю базової лінії тексту.</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\">Піктограма</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 "Вирівняти ліворуч" +#. 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\">Центрує текст на базовій лінії тексту.</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\">Піктограма</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 "По центру" +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\">Вирівнює текст до правого краю базової лінії тексту.</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\">Піктограма</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 "Вирівняти праворуч" +#. 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\">Змінює розмір тексту відповідно до довжини базової лінії тексту.</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\">Піктограма</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 "Авторозмір тексту" +#. 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\">Введіть відстань, яку слід залишити між базовою лінією тексту та базою окремих символів.</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\">Піктограма</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 "Відстань" +#. 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\">Введіть відстань, яку слід залишити між початком базової лінії тексту та початком тексту.</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\">Піктограма</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 "Відступ" +#. 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\">Показати або приховати текстову базову лінію або краї вибраного об'єкта.</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\">Піктограма</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 "По контуру" +#. 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\">Показує або приховує межі окремих символів у тексті.</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\">Піктограма</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 "Контур тексту" +#. 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\">Видаляє ефекти тіні, застосовані до тексту.</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\">Піктограма</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 "Без тіні" +#. 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\">Додає тінь до тексту у виділеному об’єкті. Клацніть на цю кнопку, а потім введіть розміри тіні в комірках <emph>Відстань X</emph> і <emph>Відстань 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\">Піктограма</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 "Вертикально" +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\">Додає похилу тінь до тексту у виділеному об’єкті. Клацніть на цю кнопку, а потім введіть розміри тіні в комірки <emph>Відстань X</emph> і <emph>Відстань 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\">Піктограма</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 "Нахил" +msgid "Slant Text Shadow" +msgstr "" -#. gEPsY +#. K7G7H #: 05280000.xhp msgctxt "" "05280000.xhp\n" "hd_id3156537\n" "help.text" -msgid "Horizontal Distance" -msgstr "Відстань по гозизонталі" +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\">Введіть горизонтальну відстань між текстом та краєм тіні.</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\">Піктограма</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 "Відстань 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 "Відстань по вертикалі" +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\">Введіть вертикальну відстань між текстом та краєм тіні.</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\">Піктограма</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 "Відстань Y" +msgid "Y Distance or Shadow Size" +msgstr "" #. DXmZb #: 05280000.xhp @@ -37339,14 +37447,14 @@ msgctxt "" msgid "Thesaurus" msgstr "Тезаурус" -#. jbHBp +#. npNDK #: 06020000.xhp msgctxt "" "06020000.xhp\n" "hd_id3146946\n" "help.text" -msgid "Thesaurus" -msgstr "Тезаурус" +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 "Вилучити" -#. 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,14 +43405,14 @@ 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." -msgstr "Клацніть на піктограмі шестерні та виберіть \"Додати\", щоб додати нову панель інструментів." +msgid "Click on the hamburger icon and then choose Add to add a new toolbar." +msgstr "" #. DW7iQ #: 06140400.xhp @@ -43315,14 +43423,14 @@ 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." -msgstr "Клацніть на піктограмі шестерні та виберіть \"Видалити\", щоб видалити панель інструментів." +msgid "Click on the hamburger icon and then choose Delete to delete the toolbar." +msgstr "" #. VQG5w #: 06140400.xhp @@ -47986,6 +48094,159 @@ msgctxt "" msgid "Choose <item type=\"menuitem\">View - Sidebar</item>" msgstr "Виберіть <item type=\"menuitem\">Перегляд - Бічна панель</item>" +#. 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/uk/helpcontent2/source/text/shared/02.po b/source/uk/helpcontent2/source/text/shared/02.po index 8629aa48457..17916c9ed94 100644 --- a/source/uk/helpcontent2/source/text/shared/02.po +++ b/source/uk/helpcontent2/source/text/shared/02.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-06-09 11:50+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2021-12-16 22:09+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/uk/>\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\">Піктограма</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 "" -#. 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\">Піктограма</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 "" -#. 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=\"Оптимальний розмір\">Оптимальний розмір</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 "" -#. 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\">Піктограма</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 "" -#. 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 "" - -#. 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 "" - #. aCPXt #: 05020000.xhp msgctxt "" diff --git a/source/uk/helpcontent2/source/text/shared/05.po b/source/uk/helpcontent2/source/text/shared/05.po index 9dcc27a28a1..42324b92050 100644 --- a/source/uk/helpcontent2/source/text/shared/05.po +++ b/source/uk/helpcontent2/source/text/shared/05.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: 2021-11-16 12:09+0100\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2021-12-09 18:38+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textshared05/uk/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.8.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1560361825.000000\n" #. WPTtk @@ -1744,23 +1744,14 @@ msgctxt "" msgid "To search in the current Help page:" msgstr "Для пошуку на поточній сторінці довідки:" -#. 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 "Відкрийте меню \"Перегляд\" у типовому веб-переглядачі та виберіть команду <emph>Знайти на цій сторінці</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 "Можна також натиснути <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/uk/helpcontent2/source/text/shared/guide.po b/source/uk/helpcontent2/source/text/shared/guide.po index 6401bdb9786..c42b33252ea 100644 --- a/source/uk/helpcontent2/source/text/shared/guide.po +++ b/source/uk/helpcontent2/source/text/shared/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:04+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2022-05-25 10:44+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/uk/>\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 "Якщо вибрати розміщення тексту справа наліво, вбудований звичайний текст, як і раніше, йде зліва направо. Курсор підпорядковується клавіш зі стрілками, при цьому клавіша зі стрілкою ВПРАВО переміщує його у напрямку до кінця тексту, а клавіша зі стрілкою ВЛІВО - до початку тексту." -#. 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 "Можна змінити напрямок написання тексту безпосередньо, натиснувши одне з наступних сполучень клавіш:" +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/uk/helpcontent2/source/text/shared/optionen.po b/source/uk/helpcontent2/source/text/shared/optionen.po index 9d1dcf7e2c4..e1ff3f7fa62 100644 --- a/source/uk/helpcontent2/source/text/shared/optionen.po +++ b/source/uk/helpcontent2/source/text/shared/optionen.po @@ -3,9 +3,9 @@ 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" -"PO-Revision-Date: 2022-02-21 10:39+0000\n" -"Last-Translator: Olexandr Pylypchuk <pilipchukap@rambler.ru>\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" +"PO-Revision-Date: 2022-09-27 10:29+0000\n" +"Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/uk/>\n" "Language: uk\n" "MIME-Version: 1.0\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=\".\">Якщо цей режим активовано, %PRODUCTNAME надійно зберігає всі паролі, використовувані для отримання доступу до файлів з веб-серверів. Після введення головного пароля можна видобути паролі зі списку.</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 "Знаки форматування" -#. 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>символи, що не друкуються (Writer)</bookmark_value><bookmark_value>знаки форматування (Writer)</bookmark_value><bookmark_value>відображення; символи, що не друкуються (Writer)</bookmark_value><bookmark_value>відображення; знаки форматування (Writer)</bookmark_value><bookmark_value>знаки абзацу; показ (Writer)</bookmark_value><bookmark_value>символи; показ лише на екрані (Writer)</bookmark_value><bookmark_value>необов'язкові переноси (Writer)</bookmark_value><bookmark_value>м'які переноси (Writer)</bookmark_value><bookmark_value>переноси; відображення користувацьких (Writer)</bookmark_value><bookmark_value>користувацькі переноси (Writer)</bookmark_value><bookmark_value>пропуски; показ (Writer)</bookmark_value><bookmark_value>пропуски; показ захищених пропусків (Writer)</bookmark_value><bookmark_value>захищені пропуски; показ (Writer)</bookmark_value><bookmark_value>нерозривні пропуски (Writer)</bookmark_value><bookmark_value>позиції табуляції; відображення (Writer)</bookmark_value><bookmark_value>показ розривів (Writer)</bookmark_value><bookmark_value>прихований текст; показ (Writer)</bookmark_value><bookmark_value>показ прихованих полів (Writer)</bookmark_value><bookmark_value>абзаци; приховані абзаци (Writer)</bookmark_value><bookmark_value>курсор; дозвіл у захищених ділянках (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\">У текстових і HTML-документах $[officename] визначає показ для деяких символів і вільного курсора.</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 "Сумісність" -#. 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>документи Word;сумісність</bookmark_value><bookmark_value>імпорт;параметри сумісності для імпорту тексту</bookmark_value><bookmark_value>параметри;сумісність (Writer)</bookmark_value><bookmark_value>параметри сумісності для MS Word;імпорт</bookmark_value><bookmark_value>Microsoft Office;імпорт документів Word</bookmark_value><bookmark_value>розмітка;імпорт документів Word</bookmark_value><bookmark_value>форматування;метрики принтера (Writer)</bookmark_value><bookmark_value>метрики;форматування документа (Writer)</bookmark_value><bookmark_value>метрики принтера для форматування документа (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 "Деякі з наведених тут параметрів дійсні тільки для поточного документа і повинні визначатися для кожного документа окремо." -#. zGY4w -#: 01041000.xhp -msgctxt "" -"01041000.xhp\n" -"hd_id3149400\n" -"help.text" -msgid "Use printer metrics for document formatting" -msgstr "Використовувати параметри принтера для форматування тексту" - -#. 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=\".\">Вказує, що для друку, а також для показу на екрані застосовуються метрики принтера. Якщо цей прапорець не встановлено, для показу на екрані та друку буде використано розмітку, незалежну від принтера.</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 "Якщо цей параметр був заданий для поточного документа, а потім цей документ був збережений, наприклад, у більш старому двійковому форматі, цей параметр не буде збережено. Якщо пізніше відкрити файл з більш старого формату, цей параметр буде встановлений за замовчуванням." - #. 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 "" -#. ZPUTr -#: 01060300.xhp -msgctxt "" -"01060300.xhp\n" -"hd_id3159252\n" -"help.text" -msgid "Use printer metrics for text formatting" -msgstr "" - -#. 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 "" - #. WvdHF #: 01060300.xhp msgctxt "" @@ -11894,7 +11885,7 @@ msgctxt "" "par_id3147443\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/sdviewpage/ruler\">Specifies whether to display the rulers at the top and to the left of the work area.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/simpress/ui/sdviewpage/ruler\">Тут вказують, чи відображати лінійки вгорі та ліворуч робочої області.</ahelp>" #. XHYit #: 01070100.xhp @@ -14884,13 +14875,13 @@ msgctxt "" msgid "Defines how the connections to data sources are pooled." msgstr "" -#. 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." +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 diff --git a/source/uk/helpcontent2/source/text/simpress/04.po b/source/uk/helpcontent2/source/text/simpress/04.po index b613a60a9ec..f46e0e073fb 100644 --- a/source/uk/helpcontent2/source/text/simpress/04.po +++ b/source/uk/helpcontent2/source/text/simpress/04.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: 2021-10-20 04:00+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress04/uk/>\n" @@ -331,14 +331,14 @@ msgctxt "" msgid "<emph>Effect</emph>" msgstr "<emph>Результат</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 "Завершення презентації." -#. 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 "Пропуск, стрілка вправо, стрілка вниз, Page Down, Enter, Return або 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 "Введіть номер слайда та натисніть Enter для переходу до цього слайда." -#. 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 "Стрілка вліво, стрілка вгору, \"Page Up\", \"Backspace\" або 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 "Показати білий кран до наступного натискання клавіші або клацання миші." +#. 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 "Наступний слайд чи ефект" -#. 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 "Лівий клік, стрілка вправо, стрілка вниз, пробіл, сторінка вниз, enter, ПК, '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 "Попередній слайд чи ефект" -#. 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 "Правий клік, стрілка вліво, стрілка вгору, сторінка вгору, 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/uk/helpcontent2/source/text/smath/guide.po b/source/uk/helpcontent2/source/text/smath/guide.po index 5e781ff6843..e2d356e6dbf 100644 --- a/source/uk/helpcontent2/source/text/smath/guide.po +++ b/source/uk/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: 2020-04-26 09:16+0000\n" "Last-Translator: Olexandr Pylypchuk <pilipchukap@rambler.ru>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textsmathguide/uk/>\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/uk/helpcontent2/source/text/swriter.po b/source/uk/helpcontent2/source/text/swriter.po index ea276ae9ec1..91ef068cdc4 100644 --- a/source/uk/helpcontent2/source/text/swriter.po +++ b/source/uk/helpcontent2/source/text/swriter.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: 2021-12-15 21:38+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/uk/>\n" @@ -1276,22 +1276,13 @@ msgctxt "" msgid "Opens the Row Height dialog where you can change the height of a row." msgstr "Відкриває діалог \"Висота рядка\", де ви можете змінити висоту рядка." -#. 7udDZ +#. XKtYG #: main0110.xhp msgctxt "" "main0110.xhp\n" "hd_id451605990864684\n" "help.text" -msgid "Minimize Row Height" -msgstr "" - -#. 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 "Відкриває діалог \"Ширина стовпця\", де ви можете змінити ширину стовпця." -#. D6Yx7 +#. PiF6d #: main0110.xhp msgctxt "" "main0110.xhp\n" "hd_id671605991381461\n" "help.text" -msgid "Minimize Column Width" -msgstr "" - -#. 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=\"довідкову систему\">довідкову систему</link> як повну систему посилань на застосунки $[officename], включаючи <link href=\"text/swriter/guide/main.xhp\" name=\"інструкції\">інструкції</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/uk/helpcontent2/source/text/swriter/00.po b/source/uk/helpcontent2/source/text/swriter/00.po index aa2e21e6526..0651d78bccd 100644 --- a/source/uk/helpcontent2/source/text/swriter/00.po +++ b/source/uk/helpcontent2/source/text/swriter/00.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: 2021-11-26 20:38+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/uk/>\n" @@ -124,6 +124,33 @@ msgctxt "" msgid "Jump to Next Script" msgstr "Перейти до наступного сценарію" +#. 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 "Виберіть <menuitem>Перегляд - Веб</menuitem>" -#. owBsk +#. 5Jnnn #: 00000403.xhp msgctxt "" "00000403.xhp\n" "par_id3154640\n" "help.text" -msgid "On Tools bar, enable" -msgstr "На панелі інструментів увімкніть" +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\">Піктограма Веб</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\">Виберіть у контекстному меню комірки <emph>Рядок - Висота</emph>.</variable>" -#. cWnEp -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3155536\n" -"help.text" -msgid "Choose <emph>Table - Autofit - Optimal Row Height</emph>." -msgstr "Виберіть <emph>Таблиця - Автопідбір - Оптимальна висота рядка</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 "Відкрийте панель інструментів <emph>Оптимізувати розмір</emph> з панелі <emph>Таблиця</emph> і натисніть" - -#. 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 "Оптимальна висота рядка" - -#. 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 "Відкрийте панель інструментів <emph>Оптимізувати розмір</emph> з панелі <emph>Таблиця</emph> і натисніть" - -#. 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\">Виберіть у контекстному меню комірки <emph>Стовпець - Ширина</emph>.</variable>" -#. nmQbw -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3154752\n" -"help.text" -msgid "Choose <emph>Table - Autofit - Optimal Column Width</emph>." -msgstr "Виберіть <emph>Таблиця - Автопідбір - Оптимальна ширина стовпця</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 "Відкрийте панель інструментів <emph>Оптимізувати розмір</emph> з панелі <emph>Таблиця</emph> і натисніть" - -#. 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 "Оптимальна ширина стовпця" - -#. GM4n5 -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3159219\n" -"help.text" -msgid "Choose <emph>Table - Autofit - Distribute Columns Equally</emph>." -msgstr "Виберіть <emph>Таблиця - Автопідбір - Вирівняти ширину стовпців</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 "Відкрийте панель інструментів <emph>Оптимізувати розмір</emph> з панелі <emph>Таблиця</emph> і натисніть" - -#. 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 "Вирівняти по самому широкому стовпчику" - #. zEgss #: 00000405.xhp msgctxt "" diff --git a/source/uk/helpcontent2/source/text/swriter/01.po b/source/uk/helpcontent2/source/text/swriter/01.po index 2c04cb81f78..898367a8178 100644 --- a/source/uk/helpcontent2/source/text/swriter/01.po +++ b/source/uk/helpcontent2/source/text/swriter/01.po @@ -3,8 +3,8 @@ 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" -"PO-Revision-Date: 2022-01-04 20:00+0000\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" +"PO-Revision-Date: 2022-09-27 10:29+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/uk/>\n" "Language: uk\n" @@ -18239,7 +18239,7 @@ msgctxt "" "par_id821629211714199\n" "help.text" msgid "<menuitem>Left of paragraph text area</menuitem>: the object is positioned in the region from the left text boundary to the first character on the left edge of the anchored paragraph text. <variable id=\"multicolumn\">For multicolumn paragraphs, the region is defined in relation to the column where the anchor is located.</variable> When the anchor is not located in the first column, then the region starts at the left column margin." -msgstr "" +msgstr "<menuitem>Зліва від абзацу</menuitem>: об’єкт розташовано в області між лівою границею тексту та першим символом лівого краю тексту прив’язаного абзацу.<variable id=\"multicolumn\">Для абзаців із кількома стовпцями область визначається по відношенню до стовпця, біля якого стоїть якір.</variable> Якщо якір розташовано не в першому стовпці, область починається з поля лівого стовпця." #. AGvRF #: 05060100.xhp @@ -18248,7 +18248,7 @@ msgctxt "" "par_id741629211714572\n" "help.text" msgid "<menuitem>Right of paragraph text area</menuitem>: the object is positioned in the region from the last character on the right edge of anchored paragraph text to the right text boundary. <embedvar href=\"text/swriter/01/05060100.xhp#multicolumn\"/> When the anchor is not located in the last column then the region ends at the right column margin." -msgstr "" +msgstr "<menuitem>Справа від абзацу</menuitem>: об’єкт розташовано в області між останнім символом правого краю тексту прив’язаного абзацу та правою границею тексту. <embedvar href=\"text/swriter/01/05060100.xhp#multicolumn\"/> Якщо якір розташовано не в останньому стовпці, область закінчується на полі правого стовпця." #. QrQHe #: 05060100.xhp @@ -18257,7 +18257,7 @@ msgctxt "" "par_id171629211714933\n" "help.text" msgid "<menuitem>Left of page text area</menuitem>: the object is positioned in the region between the left edge of the page and the left margin plus any left page padding." -msgstr "" +msgstr "<menuitem>Зліва від тексту</menuitem>: об'єкт розміщено в області між лівим краєм сторінки та лівою границею тексту включно з відступом." #. DzD2e #: 05060100.xhp @@ -18266,7 +18266,7 @@ msgctxt "" "par_id131629211715280\n" "help.text" msgid "<menuitem>Right of page text area</menuitem>: the object is positioned in the region between the right edge of the page and the right margin plus any right page padding." -msgstr "" +msgstr "<menuitem>Справа від тексту</menuitem>: об'єкт розміщено в області між правим краєм сторінки та правою границею тексту включно з відступом." #. norkq #: 05060100.xhp @@ -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 @@ -21236,7 +21236,7 @@ msgctxt "" "par_id3154280\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/tablecolumnpage/adaptwidth\">Reduces or increases table width with modified column width.</ahelp> This option is not available if <emph>Automatic</emph> alignment or <emph>Relative</emph> width is selected on the <emph>Table </emph>tab, or if any table rows have been selected." -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/tablecolumnpage/adaptwidth\">Зменшує або збільшує ширину таблиці разом зі зміною ширини стовпчика.</ahelp> Цей параметр недоступний, якщо на вкладці <emph>Таблиця </emph> вибрано вирівнювання <emph>Автоматичне</emph> або <emph>Відносне</emph>, або якщо виділено будь-який рядок таблиці." #. cUXBF #: 05090200.xhp @@ -21254,7 +21254,7 @@ msgctxt "" "par_id3153530\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/tablecolumnpage/adaptcolumns\">Change all the other column widths by the same percentage as the one being changed.</ahelp> For example, if you reduce by half the size of a column, the sizes of all the other columns will be halved. This option requires that <emph>Adapt table width</emph> can be enabled." -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/tablecolumnpage/adaptcolumns\">Змінює ширини усіх інших стовпчиків на такий самий відсоток, як і у заданого.</ahelp> Наприклад, якщо Ви зменшите вдвічі розмір стовпчика, розміри всіх інших стовпчиків зменшаться вдвічі. Цей параметр потребує увімкнення параметра <emph>Підігнати ширину таблиці</emph>." #. uFgLp #: 05090200.xhp @@ -21272,7 +21272,7 @@ msgctxt "" "par_id3154571\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/tablecolumnpage/space\">Displays the amount of space that is available for adjusting the width of the columns. To set the width of the table, click the <emph>Table </emph>tab.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/tablecolumnpage/space\">Показує об'єм простору, доступного для зміни ширини стовпців. Щоб задати ширину таблиці, натисніть вкладку <emph>Таблиця </emph>.</ahelp>" #. AmKDF #: 05090200.xhp @@ -21985,23 +21985,23 @@ msgctxt "" msgid "Set the height of rows, or select, insert, and delete rows." msgstr "Дозволяє задавати висоту рядків або вибирати, вставляти і видаляти рядки." -#. 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=\"Висота\">Висота</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=\"Оптимальна висота\">Оптимальна висота</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 "Висота рядка" -#. 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\">Змінює висоту вибраних рядків.</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\">Автоматично добирає висоту рядка за вмістом комірок.</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 "Можна також клацнути комірку правою кнопкою і вибрати <link href=\"text/swriter/01/05110200.xhp\" name=\"Рядок - Оптимальна висота\"><emph>Рядок - Оптимальна висота</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 "Оптимальна висота" +msgid "Optimal Row Height" +msgstr "" -#. vsFQs +#. EtLnn #: 05110200.xhp msgctxt "" "05110200.xhp\n" "hd_id3150010\n" "help.text" -msgid "Optimal Height" -msgstr "Оптимальна висота" +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\">Автоматично добирає висоту рядка за вмістом комірок.</ahelp> Цей параметр є типовим для нових таблиць.</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 "Ця команда доступна, тільки якщо таблиця містить рядок з фіксованою висотою." +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=\"Ширина...\">Ширина...</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=\"Оптимальна ширина\">Оптимальна ширина</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 "<ahelp hid=\"modules/swriter/ui/columnwidth/width\">Введіть бажану ширину для вибраних стовпчиків.</ahelp>" -#. zC8bx +#. wRjGh #: 05120200.xhp msgctxt "" "05120200.xhp\n" "tit\n" "help.text" -msgid "Optimal Width" -msgstr "Оптимальна ширина" +msgid "Optimal Column Width" +msgstr "" -#. mH4ny +#. 3GFtH #: 05120200.xhp msgctxt "" "05120200.xhp\n" "hd_id3149500\n" "help.text" -msgid "Optimal Width" -msgstr "Оптимальна ширина" +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\">Автоматично добирає ширину стовпчиків за вмістом комірок.</ahelp> Зміна ширини стовпчика не вплине на ширину інших стовпчиків у таблиці. Ширина таблиці не може перевищувати ширину сторінки.</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 "" -#. vZ4cZ +#. srS86 #: 05120200.xhp msgctxt "" "05120200.xhp\n" -"par_id5611743\n" +"par_id811655764710135\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 "Зміна впливає тільки на вибрані комірки. У разі вибору кількох комірок можна налаштувати їх почергово." +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 "" + +#. vv4Mm +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"par_id651656105163827\n" +"help.text" +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 "Розставляння переносів" -#. 9uZNy +#. VBCtx #: 06030000.xhp msgctxt "" "06030000.xhp\n" "hd_id3154657\n" "help.text" -msgid "Hyphenation" -msgstr "Розставляння переносів" +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=\".\">Вставляє переноси в занадто довгі слова, які не поміщаються в кінці рядка.</ahelp> $[officename] здійснює пошук в документі і пропонує переноси, які можна прийняти або відхилити. Якщо вибрано текст, діалогове вікно \"Розствляння переносів\" працює тільки з вибраним текстом. Якщо текст не вибрано, діалогове вікно \"Розствляння переносів\" працює з усім документом.</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 @@ -26024,7 +26123,7 @@ msgctxt "" "par_id334242345\n" "help.text" msgid "Footnote numbers are left aligned by default in the footnote area. For right aligned footnote numbers first edit the paragraph style <emph>Footnote</emph>. Press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline> to open <emph>Styles</emph> dialog and select <emph>Footnote</emph> from the list of paragraph styles. Open the local menu with right click and choose <emph>Modify</emph>. Go to the <emph>Indents & Spacing</emph> tab page and set indent to 0 before and after the paragraph, including the first line. On <emph>Tabs</emph> tab page create a tab of right type at 12pt and a tab of left type at 14pt. Then in <emph>Footnotes/Endnotes Settings</emph> dialog enter <item type=\"input\">\\t</item> into the <emph>Before</emph> and <emph>After</emph> edit boxes." -msgstr "" +msgstr "Цифри у виносках вирівнюються типово по лівому краю області виносок.Для вирівнювання цифр виносок по правому краю варто змінити стиль абзаца <emph>Виноска</emph>. Натисніть <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline>, щоб відкрити діалогове вікно <emph>Стилі</emph> і виберіть <emph>Виноска</emph> зі списку стилів абзаців. Відкрийте правою кнопкою миші контекстне меню і виберіть <emph>Змінити</emph>. Перейдіть на закладку <emph>Відступи та інтервали</emph> та встановіть відступ до і після тексту на 0, включно з першим рядком. На вкладці <emph>Табуляція</emph> створіть табуляцію правого типу розміром 12пт і табуляцію лівого типу розміром 14пт. Потім у діалоговому вікні налаштувань <emph>Виноски/Кінцеві виноски</emph> введіть <item type=\"input\">\\t</item> у поля змін <emph>Перед</emph> і <emph>Після</emph>." #. s8xS8 #: 06080100.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/uk/helpcontent2/source/text/swriter/02.po b/source/uk/helpcontent2/source/text/swriter/02.po index 931d54cb746..4f967520f91 100644 --- a/source/uk/helpcontent2/source/text/swriter/02.po +++ b/source/uk/helpcontent2/source/text/swriter/02.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-10 20:16+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2021-12-23 21:38+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter02/uk/>\n" @@ -1429,13 +1429,13 @@ msgctxt "" msgid "Formula" msgstr "Формула" -#. 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>" +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 @@ -1465,22 +1465,31 @@ 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 "Формула з'явиться в рядку введення. Щоб задати діапазон комірок у таблиці, виберіть потрібні комірки мишею. Посилання на відповідні комірки також з'являться в рядку введення. Введіть додаткові параметри, якщо це необхідно, і клацніть <emph>Застосувати</emph>, щоб підтвердити введення. Якщо відомий відповідний синтаксис, можна ввести формулу вручну. Це необхідно, наприклад, в діалогових вікнах <link href=\"text/swriter/01/04090000.xhp\" name=\"Вставити поля\"><emph>Вставити поля</emph></link> і <emph>Редагування полів</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>" +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." +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 @@ -3544,23 +3553,23 @@ msgctxt "" msgid "Images and Charts" msgstr "Малюнки і діаграми" -#. 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=\"Малюнки і діаграми\">Малюнки і діаграми</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>графічні об'єкти;не показувати</bookmark_value> <bookmark_value>малюнки;не показувати</bookmark_value> <bookmark_value>зображення;не показувати</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>графічні об'єкти;не показувати</bookmark_value> <bookmark_value>малюнки;не показувати</bookmark_value> <bookmark_value>зображення;не показувати</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=\"Малюнки і діаграми\">Малюнки і діаграми</link>" #. gHWtd #: 18120000.xhp @@ -3616,31 +3625,40 @@ 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=\"Прямий курсор Увім./Вим.\">Прямий курсор Увім./Вим.</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\">Активація або деактивація вільного курсора.</ahelp> Щоб визначити поведінку вільного курсора, виберіть команду <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Параметри</emph></caseinline><defaultinline><emph>Засоби - Параметри</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Текстовий документ - Знаки форматування\"><emph>%PRODUCTNAME Writer - Знаки форматування</emph></link>." +msgid "<ahelp hid=\".uno:ShadowCursor\">Activates or deactivates the direct cursor.</ahelp>" +msgstr "" + +#. 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 "" -#. 4k7XD +#. 5c3tj #: 18130000.xhp msgctxt "" "18130000.xhp\n" "par_id3151133\n" "help.text" -msgid "On Tools bar, click" -msgstr "На панелі інструментів натисніть" +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>" +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 diff --git a/source/uk/helpcontent2/source/text/swriter/guide.po b/source/uk/helpcontent2/source/text/swriter/guide.po index 0d72dd9ea96..bdcfc6e4bf8 100644 --- a/source/uk/helpcontent2/source/text/swriter/guide.po +++ b/source/uk/helpcontent2/source/text/swriter/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: 2022-08-24 10:18+0000\n" "Last-Translator: Olexandr Pylypchuk <pilipchukap@rambler.ru>\n" "Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/uk/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.12.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1565131987.000000\n" #. XAt2Y @@ -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 "<image id=\"img_id3149622\" src=\"cmd/sc_optimizetable.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149622\">Піктограма</alt></image>" -#. 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 "Також можна рівномірно розподілити рядки і стовпчики за допомогою кнопок на панелі інструментів <item type=\"menuitem\">Оптимізувати розмір</item> панелі <item type=\"menuitem\">Таблиця</item>." +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 "Зупиніть вказівник на лінійці над лінією, що розділяє стовпчики, доки він набуде вигляду розділювача, а потім перетягніть лінію в нове положення." -#. 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 "Утримуйте клавіші <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, а потім клацніть лінію і перетягніть її для пропорційного масштабування всіх комірок, що знаходяться праворуч від лінії або над нею." +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 "Аналогічно <switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>ALT</defaultinline></switchinline>, але змінюється тільки активна комірка" +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 "Щоб вставити між номером або маркером і текстом абзацу знак табуляції, встановыть курсор на початку абзацу, а потім натисніть клавіші <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>CTRL</defaultinline></switchinline>+TAB." +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 "Клацніть всередині таблиці. Виберіть <item type=\"menuitem\">Таблиця - Властивості</item> для відкриття діалогового вікна і встановлення потрібних значень." -#. 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 "Для обтікання таблиці текстом та розміщення двох таблиць поруч слід вставляти таблиці у рамки. Клацніть всередині таблиці, двічі натисніть <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A для вибору всієї таблиці, потім виберіть <emph>Вставка - Рамка</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 |