diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-01-31 19:26:46 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-01-31 19:30:03 +0100 |
commit | cc24a4e892c5f8b1f5ee88c927013ffe4ab4c061 (patch) | |
tree | 4585415ea12963637846cd141c98f015d766e2d9 /source/ru/helpcontent2 | |
parent | 59aa6716126252d64cbd897153f231389c05ac2d (diff) |
update translations for master
and force-fix errors using pocheck
Change-Id: I5ee0866633d20e924f2a3a885ae04419b4f4a125
Diffstat (limited to 'source/ru/helpcontent2')
20 files changed, 8469 insertions, 5246 deletions
diff --git a/source/ru/helpcontent2/source/text/sbasic/guide.po b/source/ru/helpcontent2/source/text/sbasic/guide.po index 438f2466f8e..6a09ab8bb3b 100644 --- a/source/ru/helpcontent2/source/text/sbasic/guide.po +++ b/source/ru/helpcontent2/source/text/sbasic/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: 2021-10-20 13:08+0200\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2019-08-02 20:58+0000\n" "Last-Translator: kompilainenn <79045_79045@mail.ru>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1645,13 +1645,13 @@ msgctxt "" msgid "Global Function for Loading Dialogs" msgstr "Глобальная функция для загрузки диалоговых окон" -#. uCCWG +#. uREk8 #: sample_code.xhp msgctxt "" "sample_code.xhp\n" "par_id3153032\n" "help.text" -msgid "<literal>LoadDialog</literal> function is stored in <literal>Tools.ModuleControls</literal> available from %PRODUCTNAME Macros and Dialogs." +msgid "<literal>LoadDialog</literal> function is stored in <literal>Tools.ModuleControls</literal> available from Application Macros and Dialogs." msgstr "" #. kBLFU diff --git a/source/ru/helpcontent2/source/text/sbasic/python.po b/source/ru/helpcontent2/source/text/sbasic/python.po index dd02b4f7f1a..b16ad87339e 100644 --- a/source/ru/helpcontent2/source/text/sbasic/python.po +++ b/source/ru/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: 2021-12-20 13:20+0100\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2019-08-05 19:56+0000\n" "Last-Translator: kompilainenn <79045_79045@mail.ru>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -79,13 +79,13 @@ msgctxt "" msgid "You can execute Python scripts choosing <menuitem>Tools - Macros - Run Macro</menuitem>. Editing scripts can be done with your preferred text editor. Python scripts are present in various locations detailed hereafter. You can refer to Programming examples for macros illustrating how to run the Python interactive console from %PRODUCTNAME." msgstr "" -#. g2dUC +#. nytCF #: main0000.xhp msgctxt "" "main0000.xhp\n" "par_id131568902936659\n" "help.text" -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>%PRODUCTNAME 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." +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 "" #. naZBV @@ -403,22 +403,22 @@ msgctxt "" msgid "<variable id=\"pythondialog\"><link href=\"text/sbasic/python/python_dialogs.xhp\" name=\"command_name\">Opening a Dialog with Python</link></variable>" msgstr "<variable id=\"pythondialog\"><link href=\"text/sbasic/python/python_dialogs.xhp\" name=\"command_name\">Открытие диалога в Python</link></variable>" -#. WAuH7 +#. MZJA9 #: python_dialogs.xhp msgctxt "" "python_dialogs.xhp\n" "N0337\n" "help.text" -msgid "%PRODUCTNAME static dialogs are created with the <link href=\"text/sbasic/guide/create_dialog.xhp\" name=\"dialog editor\">Dialog editor</link> and are stored in varying places according to their personal (My Macros), shared (%PRODUCTNAME Macros) or document-embedded nature. In reverse, dynamic dialogs are constructed at runtime, from Basic or Python scripts, or using any other <link href=\"text/shared/guide/scripting.xhp\">%PRODUCTNAME supported language</link> for that matter. Opening static dialogs with Python is illustrated herewith. Exception handling and internationalization are omitted for clarity." +msgid "%PRODUCTNAME static dialogs are created with the <link href=\"text/sbasic/guide/create_dialog.xhp\" name=\"dialog editor\">Dialog editor</link> and are stored in varying places according to their personal (My Macros), shared (Application Macros) or document-embedded nature. In reverse, dynamic dialogs are constructed at runtime, from Basic or Python scripts, or using any other <link href=\"text/shared/guide/scripting.xhp\">%PRODUCTNAME supported language</link> for that matter. Opening static dialogs with Python is illustrated herewith. Exception handling and internationalization are omitted for clarity." msgstr "" -#. BNxEA +#. AbdfS #: python_dialogs.xhp msgctxt "" "python_dialogs.xhp\n" "N0338\n" "help.text" -msgid "My Macros or %PRODUCTNAME Macros dialogs" +msgid "My Macros or Application Macros dialogs" msgstr "" #. pcUEy @@ -2230,13 +2230,13 @@ msgctxt "" msgid "<emph>My Macros:</emph> personal macros available for the %PRODUCTNAME user" msgstr "" -#. BB8K2 +#. VGmNv #: python_locations.xhp msgctxt "" "python_locations.xhp\n" "par_id471636114847530\n" "help.text" -msgid "<emph>%PRODUCTNAME Macros:</emph> system macros distributed with LibreOffice for every computer user" +msgid "<emph>Application Macros:</emph> system macros distributed with LibreOffice for every computer user" msgstr "" #. kVY4C @@ -2266,13 +2266,13 @@ msgctxt "" msgid "Refer to <link href=\"text/sbasic/python/python_session.xhp\" name=\"Getting Session Information\">Getting Session Information</link> in order to get programmatic access to Python script locations." msgstr "" -#. 2NPrE +#. GDrUs #: python_locations.xhp msgctxt "" "python_locations.xhp\n" "hd_id591544049572647\n" "help.text" -msgid "%PRODUCTNAME Macros" +msgid "Application Macros" msgstr "" #. xBzRT diff --git a/source/ru/helpcontent2/source/text/sbasic/shared.po b/source/ru/helpcontent2/source/text/sbasic/shared.po index b5c6b0861f8..8170464e57a 100644 --- a/source/ru/helpcontent2/source/text/sbasic/shared.po +++ b/source/ru/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: 2021-12-20 13:20+0100\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2019-08-02 20:44+0000\n" "Last-Translator: kompilainenn <79045_79045@mail.ru>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -538,13 +538,13 @@ msgctxt "" msgid "Open <item type=\"menuitem\">Tools - Macros - Organize Dialogs</item> and select <item type=\"menuitem\">%PRODUCTNAME Dialogs</item> container." msgstr "" -#. C3yvQ +#. QFmDV #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id631529000528928\n" "help.text" -msgid "Open <item type=\"menuitem\">Tools - Macros - %PRODUCTNAME Basic - Edit</item> and select <item type=\"menuitem\">%PRODUCTNAME Macros</item> container." +msgid "Open <item type=\"menuitem\">Tools - Macros - %PRODUCTNAME Basic - Edit</item> and select <item type=\"menuitem\">Application Macros</item> container." msgstr "" #. 7wPgQ @@ -2041,13 +2041,13 @@ msgctxt "" msgid "Using Variables" msgstr "Использование переменных" -#. Wdrgx +#. gaCJC #: 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;hexadecimal</bookmark_value> <bookmark_value>literals;integer</bookmark_value> <bookmark_value>literals;octal</bookmark_value> <bookmark_value>literals;&h notation</bookmark_value> <bookmark_value>literals;&o notation</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;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 @@ -2581,6 +2581,15 @@ msgctxt "" msgid "Date variables can only contain dates and time values stored in an internal format. Values assigned to Date variables with <link href=\"text/sbasic/shared/03030101.xhp\" name=\"Dateserial\"><emph>Dateserial</emph></link>, <link href=\"text/sbasic/shared/03030102.xhp\" name=\"Datevalue\"><emph>Datevalue</emph></link>, <link href=\"text/sbasic/shared/03030205.xhp\" name=\"Timeserial\"><emph>Timeserial</emph></link> or <link href=\"text/sbasic/shared/03030206.xhp\" name=\"Timevalue\"><emph>Timevalue</emph></link> are automatically converted to the internal format. Date-variables are converted to normal numbers by using the <link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Month</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Year</emph></link> or the <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link> function. The internal format enables a comparison of date/time values by calculating the difference between two numbers. These variables can only be declared with the key word <emph>Date</emph>." msgstr "Переменные типа Date могут содержать только значения даты и времени, сохраненные во внутреннем формате. Значения, присвоенные переменным типа Date со значением <link href=\"text/sbasic/shared/03030101.xhp\" name=\"Dateserial\"><emph>Dateserial</emph></link>, <link href=\"text/sbasic/shared/03030102.xhp\" name=\"Datevalue\"><emph>Datevalue</emph></link>, <link href=\"text/sbasic/shared/03030205.xhp\" name=\"Timeserial\"><emph>Timeserial</emph></link> или <link href=\"text/sbasic/shared/03030206.xhp\" name=\"Timevalue\"><emph>Timevalue</emph></link>, автоматически преобразуются во внутренний формат. Переменные типа Date преобразуются в обычные числа с помощью функции <link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Month</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Year</emph></link> или <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link>. Внутренний формат позволяет сравнивать значения даты и времени путём расчета разности двух чисел. Эти переменные могут быть описаны только с помощью ключевого слова <emph>Date</emph>." +#. RzVub +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"bm_id3150669\n" +"help.text" +msgid "<bookmark_value>ampersand symbol; in literal notation</bookmark_value> <bookmark_value>literals;hexadecimal</bookmark_value> <bookmark_value>literals;octal</bookmark_value> <bookmark_value>literals;&h notation</bookmark_value> <bookmark_value>literals;&o notation</bookmark_value>" +msgstr "" + #. x883R #: 01020100.xhp msgctxt "" @@ -4039,13 +4048,13 @@ msgctxt "" msgid "%PRODUCTNAME Basic libraries can be stored in 3 different containers:" msgstr "" -#. HYjJE +#. dAbrb #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id571574079618609\n" "help.text" -msgid "<emph>%PRODUCTNAME Macros</emph>: libraries stored in this container are available for all users of the computer and are managed by the computer administrator. The container is located in the %PRODUCTNAME installation directory." +msgid "<emph>Application Macros</emph>: libraries stored in this container are available for all users of the computer and are managed by the computer administrator. The container is located in the %PRODUCTNAME installation directory." msgstr "" #. UG2dG @@ -4066,13 +4075,13 @@ msgctxt "" msgid "<emph>Document</emph>: libraries stored in the document container are only available for the document and are accessible only when the document is open. You cannot access macros of a document from another document." msgstr "" -#. GCWxT +#. fP4ya #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id881574081445896\n" "help.text" -msgid "To access macros stored in libraries of <emph>%PRODUCTNAME Macros</emph> or <emph>My Macros</emph> from another container, including the document container, use the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link>." +msgid "To access macros stored in libraries of <emph>Application Macros</emph> or <emph>My Macros</emph> from another container, including the document container, use the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link>." msgstr "" #. bGzjL @@ -4111,14 +4120,14 @@ msgctxt "" msgid "Click the <emph>Libraries</emph> tab." msgstr "Откройте вкладку <emph>Библиотеки</emph>." -#. 4ERU5 +#. htC8c #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3149664\n" "help.text" -msgid "Select to where you want to attach the library in the <emph>Location</emph> list. If you select %PRODUCTNAME Macros & Dialogs, the library will belong to the $[officename] application and will be available for all documents. If you select a document the library will be attached to this document and only available from there." -msgstr "Выберите объект, с которым будет связана библиотека, из списка <emph>Приложение/Документ</emph>. Если выбраны Макросы и диалоги %PRODUCTNAME, библиотека будет принадлежать приложению $[officename] и будет доступна для всех документов. Если выбран документ, библиотека будет связана с этим документом и будет доступна только из него." +msgid "Select to where you want to attach the library in the <emph>Location</emph> list. If you select Application Macros & Dialogs, the library will belong to the $[officename] application and will be available for all documents. If you select a document the library will be attached to this document and only available from there." +msgstr "" #. PCjRC #: 01030400.xhp @@ -4156,14 +4165,14 @@ msgctxt "" msgid "Click the <emph>Libraries</emph> tab." msgstr "Откройте вкладку <emph>Библиотеки</emph>." -#. 5jXQ8 +#. 7w5hH #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3145640\n" "help.text" -msgid "Select to where you want to import the library in the <emph>Location</emph> list. If you select %PRODUCTNAME Macros & Dialogs, the library will belong to the $[officename] application and will be available for all documents. If you select a document the library will be imported to this document and only available from there." -msgstr "Выберите объект, с которым будет связана библиотека, из списка <emph>Приложение/Документ</emph>. Если выбраны Макросы и диалоги %PRODUCTNAME, библиотека будет принадлежать приложению $[officename] и будет доступна для всех документов. Если выбран документ, библиотека будет связана с этим документом и будет доступна только из него." +msgid "Select to where you want to import the library in the <emph>Location</emph> list. If you select Application Macros & Dialogs, the library will belong to the $[officename] application and will be available for all documents. If you select a document the library will be imported to this document and only available from there." +msgstr "" #. dUvoX #: 01030400.xhp @@ -8800,23 +8809,14 @@ msgctxt "" msgid "Returns the blue component of the specified composite color code." msgstr "" -#. VLvxx -#: 03010301.xhp -msgctxt "" -"03010301.xhp\n" -"hd_id3149670\n" -"help.text" -msgid "Syntax:" -msgstr "Синтаксис" - -#. 6NsAv +#. qNGaq #: 03010301.xhp msgctxt "" "03010301.xhp\n" -"hd_id3149656\n" +"par_id3149457\n" "help.text" -msgid "Return value:" -msgstr "Возвращаемое значение:" +msgid "Blue (Color As Long)" +msgstr "Blue (Цвет As Long)" #. vGp8m #: 03010301.xhp @@ -8827,15 +8827,6 @@ msgctxt "" msgid "Integer" msgstr "Integer" -#. GiJXy -#: 03010301.xhp -msgctxt "" -"03010301.xhp\n" -"hd_id3156423\n" -"help.text" -msgid "Parameter:" -msgstr "Параметр:" - #. JY6Z8 #: 03010301.xhp msgctxt "" @@ -8845,14 +8836,14 @@ msgctxt "" msgid "<emph>Color value</emph>: Long integer expression that specifies any composite color code for which to return the blue component." msgstr "" -#. roGL5 +#. NEqxG #: 03010301.xhp msgctxt "" "03010301.xhp\n" -"hd_id3153091\n" +"par_id671639922129017\n" "help.text" -msgid "Example:" -msgstr "Пример:" +msgid "Under VBA compatibility mode (<link href=\"text/sbasic/shared/03103350.xhp\" name=\"vbasupport\"><literal>Option VBASupport 1</literal></link>), the function Blue() is incompatible with VBA colors, when color from previous call to <link href=\"text/sbasic/shared/03010306.xhp\" name=\"linkrgbvba\"><literal>function RGB [VBA]</literal></link> is passed." +msgstr "" #. a3s7N #: 03010301.xhp @@ -8926,23 +8917,14 @@ msgctxt "" msgid "Returns the Green component of the given composite color code." msgstr "" -#. qAgBp +#. yGCYn #: 03010302.xhp msgctxt "" "03010302.xhp\n" -"hd_id3154140\n" -"help.text" -msgid "Syntax:" -msgstr "Синтаксис" - -#. q3DPS -#: 03010302.xhp -msgctxt "" -"03010302.xhp\n" -"hd_id3154124\n" +"par_id3153969\n" "help.text" -msgid "Return value:" -msgstr "Возвращаемое значение:" +msgid "Green (Color As Long)" +msgstr "Green (Цвет As Long)" #. wbFdA #: 03010302.xhp @@ -8953,15 +8935,6 @@ msgctxt "" msgid "Integer" msgstr "Integer" -#. rGUxM -#: 03010302.xhp -msgctxt "" -"03010302.xhp\n" -"hd_id3154909\n" -"help.text" -msgid "Parameter:" -msgstr "Параметр:" - #. YKcLU #: 03010302.xhp msgctxt "" @@ -8971,15 +8944,6 @@ msgctxt "" msgid "<emph>Color</emph>: Long integer expression that specifies a composite color code for which to return the Green component." msgstr "" -#. DBLfM -#: 03010302.xhp -msgctxt "" -"03010302.xhp\n" -"hd_id3149664\n" -"help.text" -msgid "Example:" -msgstr "Пример:" - #. 6vcEb #: 03010302.xhp msgctxt "" @@ -9052,23 +9016,14 @@ msgctxt "" msgid "Returns the Red component of the specified composite color code." msgstr "" -#. YSmcx +#. 3nHCU #: 03010303.xhp msgctxt "" "03010303.xhp\n" -"hd_id3148799\n" -"help.text" -msgid "Syntax:" -msgstr "Синтаксис" - -#. nbbWR -#: 03010303.xhp -msgctxt "" -"03010303.xhp\n" -"hd_id3151042\n" +"par_id3150448\n" "help.text" -msgid "Return value:" -msgstr "Возвращаемое значение:" +msgid "Red (ColorNumber As Long)" +msgstr "Red (Цвет As Long)" #. XD3jj #: 03010303.xhp @@ -9079,15 +9034,6 @@ msgctxt "" msgid "Integer" msgstr "Integer" -#. HzvQ6 -#: 03010303.xhp -msgctxt "" -"03010303.xhp\n" -"hd_id3154685\n" -"help.text" -msgid "Parameter:" -msgstr "Параметр:" - #. 8TeVm #: 03010303.xhp msgctxt "" @@ -9097,23 +9043,23 @@ msgctxt "" msgid "<emph>ColorNumber</emph>: Long integer expression that specifies any composite color code for which to return the Red component." msgstr "" -#. iiUNB +#. YDBFF #: 03010303.xhp msgctxt "" "03010303.xhp\n" -"par_id961588421825749\n" +"par_id671639922129017\n" "help.text" -msgid "The <link href=\"text/shared/optionen/01010501.xhp\" name=\"color picker dialog\">color picker dialog</link> details the red, green and blue components of a composite color code, as well as its hexadecimal expression. <link href=\"text/shared/guide/text_color.xhp\" name=\"Changing the color of text\">Changing the color of text</link> and selecting <emph>Custom color</emph> displays the color picker dialog." +msgid "Under VBA compatibility mode (<link href=\"text/sbasic/shared/03103350.xhp\" name=\"vbasupport\"><literal>Option VBASupport 1</literal></link>), the function Red() is incompatible with VBA colors, when color from previous call to <link href=\"text/sbasic/shared/03010306.xhp\" name=\"linkrgbvba\"><literal>function RGB [VBA]</literal></link> is passed." msgstr "" -#. DsCGZ +#. iiUNB #: 03010303.xhp msgctxt "" "03010303.xhp\n" -"hd_id3148575\n" +"par_id961588421825749\n" "help.text" -msgid "Example:" -msgstr "Пример:" +msgid "The <link href=\"text/shared/optionen/01010501.xhp\" name=\"color picker dialog\">color picker dialog</link> details the red, green and blue components of a composite color code, as well as its hexadecimal expression. <link href=\"text/shared/guide/text_color.xhp\" name=\"Changing the color of text\">Changing the color of text</link> and selecting <emph>Custom color</emph> displays the color picker dialog." +msgstr "" #. 4txDN #: 03010303.xhp @@ -9187,32 +9133,14 @@ msgctxt "" msgid "Returns the <link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB\">RGB</link> color code of the color passed as a color value through an older MS-DOS based programming system." msgstr "Возвращает цветовой код <link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB\">RGB</link> цвета, передаваемого как значение цвета в старой системе программирования на основе MS-DOS." -#. sAgxm -#: 03010304.xhp -msgctxt "" -"03010304.xhp\n" -"hd_id3154140\n" -"help.text" -msgid "Syntax:" -msgstr "Синтаксис" - -#. 32yR4 +#. scoHN #: 03010304.xhp msgctxt "" "03010304.xhp\n" -"hd_id3145172\n" -"help.text" -msgid "Return value:" -msgstr "Возвращаемое значение:" - -#. Z9k2a -#: 03010304.xhp -msgctxt "" -"03010304.xhp\n" -"hd_id3156560\n" +"par_id3151042\n" "help.text" -msgid "Parameter:" -msgstr "Параметр:" +msgid "QBColor (ColorNumber As Integer)" +msgstr "QBColor (Номер_цвета As Integer)" #. pTA5y #: 03010304.xhp @@ -9385,15 +9313,6 @@ msgctxt "" msgid "This function is used only to convert from older MS-DOS based BASIC applications that use the above color codes. The function returns a long integer value indicating the color to be used in the $[officename] IDE." msgstr "Эта функция используется только для преобразования цветов из старых приложений BASIC на основе MS-DOS, использующих перечисленные выше цветовые коды. Функция возвращает значение типа Long, указывающее цвет, который должен использоваться в $[officename] IDE." -#. a9cbE -#: 03010304.xhp -msgctxt "" -"03010304.xhp\n" -"hd_id3148406\n" -"help.text" -msgid "Example:" -msgstr "Пример:" - #. GPDgr #: 03010304.xhp msgctxt "" @@ -9439,32 +9358,14 @@ msgctxt "" msgid "Returns a <literal>Long</literal> integer color value consisting of red, green, and blue components." msgstr "" -#. MiCPe +#. rd647 #: 03010305.xhp msgctxt "" "03010305.xhp\n" -"hd_id3147229\n" -"help.text" -msgid "Syntax:" -msgstr "Синтаксис" - -#. T8jX4 -#: 03010305.xhp -msgctxt "" -"03010305.xhp\n" -"hd_id3156442\n" -"help.text" -msgid "Return value:" -msgstr "Возвращаемое значение:" - -#. FRE8M -#: 03010305.xhp -msgctxt "" -"03010305.xhp\n" -"hd_id3154013\n" +"par_id3155132\n" "help.text" -msgid "Parameter:" -msgstr "Параметр:" +msgid "RGB (Red, Green, Blue)" +msgstr "RGB (Красный, Зелёный, Синий)" #. QM73e #: 03010305.xhp @@ -9493,23 +9394,32 @@ msgctxt "" msgid "<emph>blue</emph>: Any integer expression that represents the blue component (0-255) of the composite color." msgstr "" -#. cFpDD +#. c4KCL #: 03010305.xhp msgctxt "" "03010305.xhp\n" -"par_id211587653651037\n" +"par_id101639922410794\n" "help.text" -msgid "The <link href=\"text/shared/optionen/01010501.xhp\" name=\"color picker dialog\">color picker dialog</link> helps computing red, green and blue components of a composite color. <link href=\"text/shared/guide/text_color.xhp\" name=\"Changing the color of text\">Changing the color of text</link> and selecting <emph>Custom color</emph> displays the color picker dialog." +msgid "The resulting <literal>Long</literal> value is calculated with the following formula:<br/><literal>Result = red×65536 + green×256 + blue</literal>." msgstr "" -#. Vn6Jr +#. iDgoc #: 03010305.xhp msgctxt "" "03010305.xhp\n" -"hd_id3147435\n" +"par_id671639922129017\n" "help.text" -msgid "Example:" -msgstr "Пример:" +msgid "Under VBA compatibility mode (<link href=\"text/sbasic/shared/03103350.xhp\" name=\"vbasupport\"><literal>Option VBASupport 1</literal></link>), the <literal>Long</literal> value is calculated as<br/><literal>Result = red + green×256 + blue×65536</literal><br/>See <link href=\"text/sbasic/shared/03010306.xhp\" name=\"rgbvba\">RGB Function [VBA]</link>" +msgstr "" + +#. cFpDD +#: 03010305.xhp +msgctxt "" +"03010305.xhp\n" +"par_id211587653651037\n" +"help.text" +msgid "The <link href=\"text/shared/optionen/01010501.xhp\" name=\"color picker dialog\">color picker dialog</link> helps computing red, green and blue components of a composite color. <link href=\"text/shared/guide/text_color.xhp\" name=\"Changing the color of text\">Changing the color of text</link> and selecting <emph>Custom color</emph> displays the color picker dialog." +msgstr "" #. GWhFy #: 03010305.xhp @@ -9547,6 +9457,60 @@ msgctxt "" msgid "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\"" msgstr "\"синего= \" & blue(lVar) & Chr(13) , 64,\"цветов\"" +#. 4pPor +#: 03010306.xhp +msgctxt "" +"03010306.xhp\n" +"tit\n" +"help.text" +msgid "RGB Function [VBA]" +msgstr "" + +#. JbDc8 +#: 03010306.xhp +msgctxt "" +"03010306.xhp\n" +"bm_id851576768070903\n" +"help.text" +msgid "<bookmark_value>RGB function [VBA]</bookmark_value>" +msgstr "" + +#. RSnVb +#: 03010306.xhp +msgctxt "" +"03010306.xhp\n" +"hd_id3150792\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB Function\">RGB Function [VBA]</link>" +msgstr "" + +#. ZMjZi +#: 03010306.xhp +msgctxt "" +"03010306.xhp\n" +"par_id3150447\n" +"help.text" +msgid "Returns a <literal>Long</literal> integer color value consisting of red, green, and blue components, according to VBA color formula." +msgstr "" + +#. LNVC5 +#: 03010306.xhp +msgctxt "" +"03010306.xhp\n" +"par_id671639922129017\n" +"help.text" +msgid "Because of the VBA compatibility mode (<link href=\"text/sbasic/shared/03103350.xhp\" name=\"vbasupport\"><literal>Option VBASupport 1</literal></link>), the <literal>Long</literal> value is calculated as<br/><literal>Result = red + green×256 + blue×65536</literal>." +msgstr "" + +#. cDKcg +#: 03010306.xhp +msgctxt "" +"03010306.xhp\n" +"par_id621639924528952\n" +"help.text" +msgid "Print lVar; ' returns 13107328" +msgstr "" + #. kpKGV #: 03020000.xhp msgctxt "" @@ -9646,6 +9610,15 @@ msgctxt "" msgid "<image src=\"media/helpimg/sbasic/Close_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Close Statement diagram</alt></image>" msgstr "" +#. FEDAa +#: 03020101.xhp +msgctxt "" +"03020101.xhp\n" +"par_id3147265\n" +"help.text" +msgid "Close [[#]fileNum [, [#]fileNum2 [,...]]]" +msgstr "" + #. gdqMu #: 03020101.xhp msgctxt "" @@ -10015,6 +9988,15 @@ msgctxt "" msgid "<image src=\"media/helpimg/sbasic/Get_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Get Statement diagram</alt></image>" msgstr "" +#. xBhKA +#: 03020201.xhp +msgctxt "" +"03020201.xhp\n" +"par_id3150792\n" +"help.text" +msgid "Get [#]fileNum, [recordNum|filePos], variable" +msgstr "" + #. UM9CG #: 03020201.xhp msgctxt "" @@ -10438,6 +10420,15 @@ msgctxt "" msgid "<image src=\"media/helpimg/sbasic/Put_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Put Statement diagram</alt></image>" msgstr "" +#. RBpeh +#: 03020204.xhp +msgctxt "" +"03020204.xhp\n" +"par_id3155132\n" +"help.text" +msgid "Put [#]fileNum, [recordNum|filePos], variable" +msgstr "" + #. bSFd2 #: 03020204.xhp msgctxt "" @@ -10645,6 +10636,15 @@ msgctxt "" msgid "Determines if the file pointer has reached the end of a file." msgstr "Определяет, достиг ли указатель конца файла." +#. KmauZ +#: 03020301.xhp +msgctxt "" +"03020301.xhp\n" +"par_id3147399\n" +"help.text" +msgid "Eof (intexpression As Integer)" +msgstr "Eof (intexpression As Integer)" + #. 4WM7u #: 03020301.xhp msgctxt "" @@ -10717,6 +10717,15 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис" +#. K5Bo8 +#: 03020302.xhp +msgctxt "" +"03020302.xhp\n" +"par_id3150768\n" +"help.text" +msgid "Loc(FileNumber)" +msgstr "Loc(Номер_файла)" + #. 2TN73 #: 03020302.xhp msgctxt "" @@ -10798,6 +10807,15 @@ msgctxt "" msgid "Returns the size of an open file in bytes." msgstr "Возвращает размер открытого файла в байтах." +#. 43MqD +#: 03020303.xhp +msgctxt "" +"03020303.xhp\n" +"par_id3150359\n" +"help.text" +msgid "Lof (FileNumber)" +msgstr "Lof (Номер_файла)" + #. BBamj #: 03020303.xhp msgctxt "" @@ -10888,6 +10906,15 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис" +#. kDJUc +#: 03020304.xhp +msgctxt "" +"03020304.xhp\n" +"par_id3145365\n" +"help.text" +msgid "Seek (FileNumber)" +msgstr "Seek (Номер_файла)" + #. CPK2A #: 03020304.xhp msgctxt "" @@ -10978,6 +11005,15 @@ msgctxt "" msgid "<image src=\"media/helpimg/sbasic/Seek_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Seek Statement diagram</alt></image>" msgstr "" +#. PjcAp +#: 03020305.xhp +msgctxt "" +"03020305.xhp\n" +"par_id3145273\n" +"help.text" +msgid "Seek [#]filePos, {filePos|recordNum}" +msgstr "" + #. vwzuK #: 03020305.xhp msgctxt "" @@ -11653,6 +11689,15 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис" +#. LnQdV +#: 03020406.xhp +msgctxt "" +"03020406.xhp\n" +"par_id3146957\n" +"help.text" +msgid "FileCopy TextFrom As String, TextTo As String" +msgstr "FileCopy Текст_откуда As String, Текст_куда As String" + #. CjRbT #: 03020406.xhp msgctxt "" @@ -11743,6 +11788,15 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис" +#. CPCBG +#: 03020407.xhp +msgctxt "" +"03020407.xhp\n" +"par_id3154124\n" +"help.text" +msgid "FileDateTime (Text As String)" +msgstr "FileDateTime (Текст As String)" + #. meGd2 #: 03020407.xhp msgctxt "" @@ -11824,6 +11878,15 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис" +#. MoBSd +#: 03020408.xhp +msgctxt "" +"03020408.xhp\n" +"par_id3149656\n" +"help.text" +msgid "FileLen (Text As String)" +msgstr "FileLen (Текст As String)" + #. LVwBo #: 03020408.xhp msgctxt "" @@ -11914,6 +11977,15 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис" +#. 45fLv +#: 03020409.xhp +msgctxt "" +"03020409.xhp\n" +"par_id3150359\n" +"help.text" +msgid "GetAttr (Text As String)" +msgstr "GetAttr (Текст As String)" + #. mBMu7 #: 03020409.xhp msgctxt "" @@ -12400,6 +12472,15 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис" +#. AUhBt +#: 03020412.xhp +msgctxt "" +"03020412.xhp\n" +"par_id3153381\n" +"help.text" +msgid "Name OldName As String As NewName As String" +msgstr "Name Старое_имя As String As Новое_имя As String" + #. 7AwQo #: 03020412.xhp msgctxt "" @@ -12481,6 +12562,15 @@ msgctxt "" msgid "<image src=\"media/helpimg/sbasic/RmDir_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">RmDir Statement diagram</alt></image>" msgstr "" +#. uE7FC +#: 03020413.xhp +msgctxt "" +"03020413.xhp\n" +"par_id3154367\n" +"help.text" +msgid "RmDir Text As String" +msgstr "RmDir Текст As String" + #. 2mpBg #: 03020413.xhp msgctxt "" @@ -12544,6 +12634,15 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис" +#. CrLq9 +#: 03020414.xhp +msgctxt "" +"03020414.xhp\n" +"par_id3154365\n" +"help.text" +msgid "SetAttr FileName As String, Attribute As Integer" +msgstr "SetAttr Имя_файла As String, Атрибут As Integer" + #. 7arWD #: 03020414.xhp msgctxt "" @@ -12706,6 +12805,15 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис" +#. Tvkos +#: 03020415.xhp +msgctxt "" +"03020415.xhp\n" +"par_id3154685\n" +"help.text" +msgid "FileExists(FileName As String | DirectoryName As String)" +msgstr "FileExists(Имя_файла As String | Имя_каталога As String)" + #. iTkt5 #: 03020415.xhp msgctxt "" @@ -12859,6 +12967,15 @@ msgctxt "" msgid "Returns a <emph>Date</emph> value for a specified year, month, or day." msgstr "Возвращает значение типа <emph>Date</emph> для указанного года, месяца или дня." +#. 5G7kZ +#: 03030101.xhp +msgctxt "" +"03030101.xhp\n" +"par_id3149670\n" +"help.text" +msgid "DateSerial (year, month, day)" +msgstr "DateSerial (Год, Месяц, День)" + #. xroUB #: 03030101.xhp msgctxt "" @@ -12976,40 +13093,76 @@ msgctxt "" msgid "<variable id=\"DateValue_H1\"><link href=\"text/sbasic/shared/03030102.xhp\" name=\"DateValue Function\">DateValue Function</link></variable>" msgstr "" -#. K3nhZ +#. CDPDz #: 03030102.xhp msgctxt "" "03030102.xhp\n" "par_id3150542\n" "help.text" -msgid "Returns a date value from a date string. The date string is a complete date in a single numeric value. You can also use this serial number to determine the difference between two dates." -msgstr "Возвращает значение даты по заданной строке даты. Строка даты является полной датой в едином числовом формате. Эту дату в числовом формате также можно использовать для определения разницы между двумя датами." +msgid "Returns a <emph>Date</emph> object from a string representing a date." +msgstr "" -#. PxEGo +#. Svwc6 +#: 03030102.xhp +msgctxt "" +"03030102.xhp\n" +"par_id671643046319326\n" +"help.text" +msgid "The returned object is represented internally as a single numeric value corresponding to the specified date. This value can be used to calculate the number of days between two dates." +msgstr "" + +#. DCJAK #: 03030102.xhp msgctxt "" "03030102.xhp\n" "par_id3154910\n" "help.text" -msgid "DateValue(date)" +msgid "DateValue(date As String)" msgstr "" -#. vxxyq +#. rK8mE #: 03030102.xhp msgctxt "" "03030102.xhp\n" "par_id3153770\n" "help.text" -msgid "<emph>Date</emph>: String expression that contains the date that you want to calculate. In contrast to the DateSerial function that passes years, months and days as separate numeric values, the DateValue function requests the date string to be according to either one of the date acceptance patterns defined for your locale setting (see <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Language Settings - Languages</menuitem>) or to ISO date format (momentarily, only the ISO format with hyphens, e.g. \"2012-12-31\" is accepted)." +msgid "<emph>date</emph>: A string that contains the date that will be converted to a <emph>Date</emph> object." msgstr "" -#. KmwFZ +#. fAM5v #: 03030102.xhp msgctxt "" "03030102.xhp\n" -"par_id3153194\n" +"par_id841643046880968\n" +"help.text" +msgid "The string passed to <literal>DateValue</literal> must be expressed in one of the date formats defined by your locale setting (see <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Language Settings - Languages</menuitem>) or using the ISO date format \"yyyy-mm-dd\" (year, month and day separated by hyphens)." +msgstr "" + +#. aGJzN +#: 03030102.xhp +msgctxt "" +"03030102.xhp\n" +"bas_id461643047301827\n" +"help.text" +msgid "' Prints the localized date" +msgstr "" + +#. tSeu3 +#: 03030102.xhp +msgctxt "" +"03030102.xhp\n" +"bas_id616430473023063\n" +"help.text" +msgid "' Extracts the year, month and day from the date object" +msgstr "" + +#. NkfKq +#: 03030102.xhp +msgctxt "" +"03030102.xhp\n" +"bas_id601643047303420\n" "help.text" -msgid "The computed date." +msgid "' Prints the numeric value corresponding to the date (as Long type)" msgstr "" #. wDviP @@ -14308,6 +14461,15 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис" +#. cPRUh +#: 03030111.xhp +msgctxt "" +"03030111.xhp\n" +"par_id3149497\n" +"help.text" +msgid "CDateToUnoDate(aDate)" +msgstr "" + #. iGwfJ #: 03030111.xhp msgctxt "" @@ -14488,6 +14650,15 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис" +#. ABYMv +#: 03030113.xhp +msgctxt "" +"03030113.xhp\n" +"par_id3149497\n" +"help.text" +msgid "CDateToUnoTime(aDate)" +msgstr "" + #. N7qeB #: 03030113.xhp msgctxt "" @@ -14578,6 +14749,15 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис" +#. EQoqi +#: 03030114.xhp +msgctxt "" +"03030114.xhp\n" +"par_id3149497\n" +"help.text" +msgid "CDateFromUnoTime(aTime)" +msgstr "" + #. QreGF #: 03030114.xhp msgctxt "" @@ -14668,6 +14848,15 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис" +#. TMAGP +#: 03030115.xhp +msgctxt "" +"03030115.xhp\n" +"par_id3149497\n" +"help.text" +msgid "CDateToUnoDateTime(aDate)" +msgstr "" + #. 9vAhc #: 03030115.xhp msgctxt "" @@ -14758,6 +14947,15 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис" +#. qhgq3 +#: 03030116.xhp +msgctxt "" +"03030116.xhp\n" +"par_id3149497\n" +"help.text" +msgid "CDateFromUnoDateTime(aDateTime)" +msgstr "" + #. kjYF8 #: 03030116.xhp msgctxt "" @@ -14839,6 +15037,15 @@ msgctxt "" msgid "Returns the number of date or time intervals between two given date values." msgstr "" +#. AzmeS +#: 03030120.xhp +msgctxt "" +"03030120.xhp\n" +"par_idN10648\n" +"help.text" +msgid "DateDiff (interval As String, date1 As Date, date2 As Date [, firstDayOfWeek As Integer [, firstWeekOfYear As Integer]]) As Double" +msgstr "" + #. BPDH8 #: 03030120.xhp msgctxt "" @@ -15181,6 +15388,15 @@ msgctxt "" msgid "The DatePart function returns a specified part of a date." msgstr "Функция DatePart возвращает указанную часть даты." +#. GWMCJ +#: 03030130.xhp +msgctxt "" +"03030130.xhp\n" +"par_idN105E8\n" +"help.text" +msgid "DatePart (interval As String, date As Date [, firstDayOfWeek As Integer [, firstWeekOfYear As Integer]]) As Long" +msgstr "" + #. wi5B9 #: 03030130.xhp msgctxt "" @@ -15739,6 +15955,15 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис" +#. rBHrY +#: 03030205.xhp +msgctxt "" +"03030205.xhp\n" +"par_id3150792\n" +"help.text" +msgid "TimeSerial (hour, minute, second)" +msgstr "TimeSerial (Часы, Минуты, Секунды)" + #. mCg7g #: 03030205.xhp msgctxt "" @@ -15937,6 +16162,15 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис" +#. WPuDv +#: 03030206.xhp +msgctxt "" +"03030206.xhp\n" +"par_id3156282\n" +"help.text" +msgid "TimeValue (Text As String)" +msgstr "TimeValue (Текст As String)" + #. NQV5A #: 03030206.xhp msgctxt "" @@ -17197,6 +17431,15 @@ msgctxt "" msgid "<image src=\"media/helpimg/sbasic/On-Error_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">On Error Statement diagram</alt></image>" msgstr "" +#. CKJJr +#: 03050500.xhp +msgctxt "" +"03050500.xhp\n" +"par_id3145173\n" +"help.text" +msgid "On [Local] Error {GoTo Labelname | GoTo 0 | Resume Next}" +msgstr "" + #. CmqUN #: 03050500.xhp msgctxt "" @@ -17269,14 +17512,14 @@ msgctxt "" msgid "Logical Operators" msgstr "Логические операторы" -#. R8Yqr +#. 8jdra #: 03060000.xhp msgctxt "" "03060000.xhp\n" "hd_id3147559\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03060000.xhp\" name=\"Logical Operators\">Logical Operators</link>" -msgstr "<link href=\"text/sbasic/shared/03060000.xhp\" name=\"Логические операторы\">Логические операторы</link>" +msgid "<variable id=\"BoolOper_h1\"><link href=\"text/sbasic/shared/03060000.xhp\" name=\"Logical Operators\">Logical Operators</link></variable>" +msgstr "" #. E9c8W #: 03060000.xhp @@ -17341,6 +17584,15 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис" +#. jairQ +#: 03060100.xhp +msgctxt "" +"03060100.xhp\n" +"par_id3156344\n" +"help.text" +msgid "Result = Expression1 And Expression2" +msgstr "Результат = Выражение1 And Выражение2" + #. Nfu49 #: 03060100.xhp msgctxt "" @@ -17494,6 +17746,15 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис" +#. m9bM6 +#: 03060200.xhp +msgctxt "" +"03060200.xhp\n" +"par_id3154910\n" +"help.text" +msgid "Result = Expression1 Eqv Expression2" +msgstr "Результат = Выражение1 Eqv Выражение2" + #. 7fkPv #: 03060200.xhp msgctxt "" @@ -18160,14 +18421,14 @@ msgctxt "" msgid "Mathematical Operators" msgstr "Математические операторы" -#. e5AQV +#. LGC5F #: 03070000.xhp msgctxt "" "03070000.xhp\n" "hd_id3149234\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03070000.xhp\" name=\"Mathematical Operators\">Mathematical Operators</link>" -msgstr "<link href=\"text/sbasic/shared/03070000.xhp\" name=\"Математические операторы\">Математические операторы</link>" +msgid "<variable id=\"MathOper_h1\"><link href=\"text/sbasic/shared/03070000.xhp\" name=\"Mathematical Operators\">Mathematical Operators</link></variable>" +msgstr "" #. YBZiW #: 03070000.xhp @@ -18826,6 +19087,114 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04060106.xhp#bm_id3158247\" name=\"Calc MOD Function\">MOD Function</link>" msgstr "" +#. zzEFW +#: 03070700.xhp +msgctxt "" +"03070700.xhp\n" +"tit\n" +"help.text" +msgid "\"\\\" Operator" +msgstr "" + +#. wFv3P +#: 03070700.xhp +msgctxt "" +"03070700.xhp\n" +"hd_id3150669\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/03070700.xhp\">\"\\\" Operator</link>" +msgstr "" + +#. tUDMG +#: 03070700.xhp +msgctxt "" +"03070700.xhp\n" +"par_id3149670\n" +"help.text" +msgid "Performs the integer division on two numbers and returns the result." +msgstr "" + +#. azS7k +#: 03070700.xhp +msgctxt "" +"03070700.xhp\n" +"bm_id3150669\n" +"help.text" +msgid "<bookmark_value>Operators;Integer division (\\)</bookmark_value> <bookmark_value>\"\\\" operator (mathematical)</bookmark_value>" +msgstr "" + +#. KDgG2 +#: 03070700.xhp +msgctxt "" +"03070700.xhp\n" +"par_id3153360\n" +"help.text" +msgid "result = expression1 \\ expression2" +msgstr "" + +#. jSHq3 +#: 03070700.xhp +msgctxt "" +"03070700.xhp\n" +"par_id3154141\n" +"help.text" +msgid "<emph>result</emph>: A numerical value that contains the result of the integer division." +msgstr "" + +#. K3YrU +#: 03070700.xhp +msgctxt "" +"03070700.xhp\n" +"par_id3150448\n" +"help.text" +msgid "<emph>expression1, expression2</emph>: Dividend and diviser operands of the integer division." +msgstr "" + +#. 8WPwU +#: 03070700.xhp +msgctxt "" +"03070700.xhp\n" +"par_id951642689912087\n" +"help.text" +msgid "Before integer division, both operands are rounded to the nearest integer down. The fractional part of the result is dropped." +msgstr "" + +#. nDd3u +#: 03070700.xhp +msgctxt "" +"03070700.xhp\n" +"par_idm1341471776\n" +"help.text" +msgid "Print 15 / 4 ' prints 3.75" +msgstr "" + +#. GMudb +#: 03070700.xhp +msgctxt "" +"03070700.xhp\n" +"par_idm1341471777\n" +"help.text" +msgid "Print -15 \\ 4 ' prints -3" +msgstr "" + +#. D9q99 +#: 03070700.xhp +msgctxt "" +"03070700.xhp\n" +"par_idm1341471778\n" +"help.text" +msgid "Print 16.9 / 5.6 ' prints 3.017857114" +msgstr "" + +#. SNhKe +#: 03070700.xhp +msgctxt "" +"03070700.xhp\n" +"par_idm1341471779\n" +"help.text" +msgid "Print 16.9 \\ -5.6 ' prints -3" +msgstr "" + #. cFFCi #: 03080000.xhp msgctxt "" @@ -18943,15 +19312,6 @@ msgctxt "" msgid "Atn (Number As Double) As Double" msgstr "" -#. nnJyb -#: 03080101.xhp -msgctxt "" -"03080101.xhp\n" -"par_id3150359\n" -"help.text" -msgid "Double" -msgstr "Double" - #. rLBjg #: 03080101.xhp msgctxt "" @@ -19114,15 +19474,6 @@ msgctxt "" msgid "Cos (Number As Double) As Double" msgstr "" -#. 5SNwE -#: 03080102.xhp -msgctxt "" -"03080102.xhp\n" -"par_id3150449\n" -"help.text" -msgid "Double" -msgstr "Double" - #. jbCKb #: 03080102.xhp msgctxt "" @@ -19285,15 +19636,6 @@ msgctxt "" msgid "Sin (Number As Double) As Double" msgstr "" -#. q3Gct -#: 03080103.xhp -msgctxt "" -"03080103.xhp\n" -"par_id3150870\n" -"help.text" -msgid "Double" -msgstr "Double" - #. VeDqk #: 03080103.xhp msgctxt "" @@ -19456,15 +19798,6 @@ msgctxt "" msgid "Tan (Number As Double) As Double" msgstr "" -#. XMyAh -#: 03080104.xhp -msgctxt "" -"03080104.xhp\n" -"par_id3156281\n" -"help.text" -msgid "Double" -msgstr "Double" - #. BJjuJ #: 03080104.xhp msgctxt "" @@ -19654,15 +19987,6 @@ msgctxt "" msgid "Return value:" msgstr "Возвращаемое значение:" -#. fxbBA -#: 03080201.xhp -msgctxt "" -"03080201.xhp\n" -"par_id3149670\n" -"help.text" -msgid "Double" -msgstr "Double" - #. ohN8G #: 03080201.xhp msgctxt "" @@ -19762,15 +20086,6 @@ msgctxt "" msgid "Return value:" msgstr "Возвращаемое значение:" -#. K67vi -#: 03080202.xhp -msgctxt "" -"03080202.xhp\n" -"par_id3150791\n" -"help.text" -msgid "Double" -msgstr "Double" - #. fCeUd #: 03080202.xhp msgctxt "" @@ -20041,15 +20356,6 @@ msgctxt "" msgid "Return value:" msgstr "Возвращаемое значение:" -#. Ge9kH -#: 03080302.xhp -msgctxt "" -"03080302.xhp\n" -"par_id3154365\n" -"help.text" -msgid "Double" -msgstr "Double" - #. 4W4JJ #: 03080302.xhp msgctxt "" @@ -20212,15 +20518,6 @@ msgctxt "" msgid "Return value:" msgstr "Возвращаемое значение:" -#. ToCoX -#: 03080401.xhp -msgctxt "" -"03080401.xhp\n" -"par_id3156343\n" -"help.text" -msgid "Double" -msgstr "Double" - #. RB3SF #: 03080401.xhp msgctxt "" @@ -20329,15 +20626,6 @@ msgctxt "" msgid "Fix (Expression)" msgstr "Fix (Выражение)" -#. XGeET -#: 03080501.xhp -msgctxt "" -"03080501.xhp\n" -"par_id3148947\n" -"help.text" -msgid "Double" -msgstr "Double" - #. T274X #: 03080501.xhp msgctxt "" @@ -20437,15 +20725,6 @@ msgctxt "" msgid "Int (Number)" msgstr "Int (Число)" -#. x8Eh5 -#: 03080502.xhp -msgctxt "" -"03080502.xhp\n" -"par_id3150400\n" -"help.text" -msgid "Double" -msgstr "Double" - #. byiBG #: 03080502.xhp msgctxt "" @@ -20698,15 +20977,6 @@ msgctxt "" msgid "Return value:" msgstr "Возвращаемое значение:" -#. Egjc2 -#: 03080601.xhp -msgctxt "" -"03080601.xhp\n" -"par_id3149670\n" -"help.text" -msgid "Double" -msgstr "Double" - #. Duhzt #: 03080601.xhp msgctxt "" @@ -20860,15 +21130,6 @@ msgctxt "" msgid "Return value:" msgstr "Возвращаемое значение:" -#. xpsBz -#: 03080701.xhp -msgctxt "" -"03080701.xhp\n" -"par_id3150359\n" -"help.text" -msgid "Integer" -msgstr "Integer" - #. hBAHj #: 03080701.xhp msgctxt "" @@ -20887,14 +21148,14 @@ msgctxt "" msgid "<emph>Number:</emph> Numeric expression that determines the value that is returned by the function." msgstr "<emph>Число</emph>. Числовое выражение, определяющее значение, возвращаемое функцией." -#. xdxDc +#. R8M7A #: 03080701.xhp msgctxt "" "03080701.xhp\n" "par_id3150767\n" "help.text" -msgid "NumExpression" -msgstr "NumExpression" +msgid "Number" +msgstr "" #. ZhDdh #: 03080701.xhp @@ -22984,14 +23245,14 @@ msgctxt "" msgid "Parameters:" msgstr "Параметры:" -#. m7HGU +#. XzZKD #: 03090402.xhp msgctxt "" "03090402.xhp\n" "par_id3148664\n" "help.text" -msgid "<emph>Index:</emph> A numeric expression that specifies the value to return." -msgstr "<emph>Индекс</emph>. Числовое выражение, указывающее, какое из значений возвращается." +msgid "<emph>Index:</emph> Integer value starting at 1 that specifies which of the possible choices to return." +msgstr "" #. NBqbi #: 03090402.xhp @@ -23002,14 +23263,14 @@ msgctxt "" msgid "<emph>Selection1:</emph> Any expression that contains one of the possible choices." msgstr "<emph>Вариант1</emph>. Любое выражение, являющееся одним из возможных вариантов." -#. nFWBz +#. EnHLY #: 03090402.xhp msgctxt "" "03090402.xhp\n" "par_id3151043\n" "help.text" -msgid "The <emph>Choose</emph> function returns a value from the list of expressions based on the index value. If Index = 1, the function returns the first expression in the list, if index i= 2, it returns the second expression, and so on." -msgstr "Функция <emph>Choose</emph> возвращает значение из списка выражений в зависимости от значения Индекс. Если Индекс = 1, эта функция возвращает первый вариант из списка; если Индекс = 2, — второе, и т. д." +msgid "The <emph>Choose</emph> function returns a value from the list of expressions based on the index value. If <emph>Index = 1</emph>, the function returns the first expression in the list, if <emph>Index = 2</emph>, it returns the second expression, and so on." +msgstr "" #. FovWL #: 03090402.xhp @@ -23650,15 +23911,6 @@ msgctxt "" msgid "Specifies that a program line is a comment." msgstr "Указывает, что строка программы является комментарием." -#. CBchn -#: 03090407.xhp -msgctxt "" -"03090407.xhp\n" -"par_id3154141\n" -"help.text" -msgid "Rem Text" -msgstr "Rem Текст" - #. P5CAo #: 03090407.xhp msgctxt "" @@ -23929,15 +24181,6 @@ msgctxt "" msgid "Example:" msgstr "Пример:" -#. ubwpM -#: 03090410.xhp -msgctxt "" -"03090410.xhp\n" -"par_id3149579\n" -"help.text" -msgid "sGender = GetGenderIndex( \"John\" )" -msgstr "sGender = GetGenderIndex( \"Вася\" )" - #. wjCDQ #: 03090410.xhp msgctxt "" @@ -24289,13 +24532,13 @@ msgctxt "" msgid "<bookmark_value>CCur function</bookmark_value>" msgstr "<bookmark_value>функция CCur</bookmark_value>" -#. FbuTr +#. dj5DM #: 03100050.xhp msgctxt "" "03100050.xhp\n" "par_idN10541\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03100050.xhp\">CCur Function</link>" +msgid "<variable id=\"CCur_h1\"><link href=\"text/sbasic/shared/03100050.xhp\">CCur Function</link></variable>" msgstr "" #. iR5VT @@ -24307,32 +24550,14 @@ msgctxt "" msgid "Converts a string expression or numeric expression to a currency expression. The locale settings are used for decimal separators and currency symbols." msgstr "Преобразует строковое или числовое выражение в выражение для валюты. Для разделителей десятичных разрядов и символов валюты используются языковые параметры." -#. 8ZHR9 -#: 03100050.xhp -msgctxt "" -"03100050.xhp\n" -"par_idN10548\n" -"help.text" -msgid "Syntax:" -msgstr "Синтаксис" - -#. qHMVC +#. 4E7mH #: 03100050.xhp msgctxt "" "03100050.xhp\n" "par_idN105E8\n" "help.text" -msgid "CCur(Expression)" -msgstr "CCur(Выражение)" - -#. F5gzk -#: 03100050.xhp -msgctxt "" -"03100050.xhp\n" -"par_idN105EB\n" -"help.text" -msgid "Return value:" -msgstr "Возвращаемое значение:" +msgid "CCur(Expression As Variant) As Currency" +msgstr "" #. R6AfV #: 03100050.xhp @@ -24343,23 +24568,14 @@ msgctxt "" msgid "Currency" msgstr "Денежная единица" -#. M8Tpx -#: 03100050.xhp -msgctxt "" -"03100050.xhp\n" -"par_idN105F2\n" -"help.text" -msgid "Parameter:" -msgstr "Параметр:" - -#. YRdHq +#. FnhL7 #: 03100050.xhp msgctxt "" "03100050.xhp\n" -"par_idN105F6\n" +"par_id3145068\n" "help.text" -msgid "Expression: Any string or numeric expression that you want to convert." -msgstr "Выражение. Любая строка или числовое выражение, которое требуется преобразовать." +msgid "<emph>Expression</emph>: Any string or a numeric expression that you want to convert to a number. <br/><literal>CCur(EMPTY)</literal> returns 0." +msgstr "" #. KyDFD #: 03100060.xhp @@ -24649,122 +24865,113 @@ msgctxt "" msgid "<bookmark_value>CBool function</bookmark_value>" msgstr "<bookmark_value>функция CBool</bookmark_value>" -#. 8cv5m +#. wkGF9 #: 03100100.xhp msgctxt "" "03100100.xhp\n" "hd_id3150616\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03100100.xhp\" name=\"CBool Function\">CBool Function</link>" +msgid "<variable id=\"CBool_h1\"><link href=\"text/sbasic/shared/03100100.xhp\" name=\"CBool Function\">CBool Function</link></variable>" msgstr "" -#. LbrGN +#. fENzo #: 03100100.xhp msgctxt "" "03100100.xhp\n" "par_id3145136\n" "help.text" -msgid "Converts a string comparison or numeric comparison to a Boolean expression, or converts a single numeric expression to a Boolean expression." -msgstr "Преобразует результат сравнения строк или чисел в выражение типа Boolean. Возможно также преобразование числового выражения в выражение типа Boolean." - -#. 4ZGU9 -#: 03100100.xhp -msgctxt "" -"03100100.xhp\n" -"hd_id3153345\n" -"help.text" -msgid "Syntax:" -msgstr "Синтаксис" +msgid "Converts an expression or a set of expressions into a boolean. An expression is composed of strings, numbers and operators. Comparison, logical or mathematical operators are allowed inside expressions." +msgstr "" -#. gALnc +#. VXn7B #: 03100100.xhp msgctxt "" "03100100.xhp\n" -"par_id3149514\n" +"par_id681638266349216\n" "help.text" -msgid "CBool (Expression1 {= | <> | < | > | <= | >=} Expression2) or CBool (Number)" -msgstr "CBool (Выражение1 {= | <> | < | > | <= | >=} Выражение2) или CBool (Число)" +msgid "<literal>expression</literal> can be a number or a set of combined expressions." +msgstr "" -#. aFAKM +#. EDCrC #: 03100100.xhp msgctxt "" "03100100.xhp\n" -"hd_id3156152\n" +"par_id3155419\n" "help.text" -msgid "Return value:" -msgstr "Возвращаемое значение:" +msgid "Boolean" +msgstr "" -#. DciQf +#. ZqnCA #: 03100100.xhp msgctxt "" "03100100.xhp\n" -"par_id3155419\n" +"par_id791636986444058\n" "help.text" -msgid "Bool" -msgstr "Bool" +msgid "<emph>expression</emph>: A logical expression, a mathematical formula, a numeric expression or a set of expressions combined with operators. During expression evaluation <link href=\"text/sbasic/shared/03060000.xhp\" name=\"logical operators\">logical operators</link> take preceedence over <link href=\"text/sbasic/shared/03110100.xhp\" name=\"comparison operators\">comparison operators</link>, which in turn take preceedence over <link href=\"text/sbasic/shared/03070000.xhp\" name=\"mathematical operators\">mathematical operators</link>." +msgstr "" -#. E8Bpf +#. LEuzF #: 03100100.xhp msgctxt "" "03100100.xhp\n" -"hd_id3147530\n" +"par_id1001638264728895\n" "help.text" -msgid "Parameters:" -msgstr "Параметры:" +msgid "The <literal>expression</literal> can be a number or mathematical formula. When equals to 0, <literal>False</literal> is returned, otherwise <literal>True</literal> is returned." +msgstr "" -#. nsCwH +#. 4jZzA #: 03100100.xhp msgctxt "" "03100100.xhp\n" -"par_id3156344\n" +"par_id3149655\n" "help.text" -msgid "<emph>Expression1, Expression2:</emph> Any string or numeric expressions that you want to compare. If the expressions match, the <emph>CBool</emph> function returns <emph>True</emph>, otherwise <emph>False</emph> is returned." -msgstr "<emph>Выражение1, Выражение2</emph>. Строки или числа, подлежащие сравнению. Если эти выражения совпадают, функция <emph>CBool</emph> возвращает значение <emph>True</emph>, иначе возвращается <emph>False</emph>." +msgid "Multiple expressions such as <input>expr1 [[{operator] expr2]..]</input> can be combined. <input>expr1</input> and <input>expr2</input> can be any string or numeric expressions that you want to evaluate. <literal>CBool</literal> combines the expressions and returns either <literal>True</literal> or <literal>False</literal>. <input>operator</input> can be a <link href=\"text/sbasic/shared/03070000.xhp\" name=\"mathematical operator\">mathematical operator</link>, <link href=\"text/sbasic/shared/03060000.xhp\" name=\"logical operator\">logical operator</link> or <link href=\"text/sbasic/shared/03110100.xhp\" name=\"comparison operator\">comparison operator</link>." +msgstr "" -#. hQiDG +#. wMSZE #: 03100100.xhp msgctxt "" "03100100.xhp\n" -"par_id3149655\n" +"par_id3145171\n" "help.text" -msgid "<emph>Number:</emph> Any numeric expression that you want to convert. If the expression equals 0, <emph>False</emph> is returned, otherwise <emph>True</emph> is returned." -msgstr "<emph>Число</emph>. Любое числовое выражение для преобразования. Если это выражение равно 0, возвращается <emph>False</emph>, в противном случае возвращается <emph>True</emph>." +msgid "The following examples computes a logical expression and a mathematical formula. It uses the <literal>CBool</literal> function to evaluate the value that is returned by the <literal>Instr</literal> function. The function checks if the word \"and\" is found in the sentence that was entered by the user." +msgstr "" -#. ybBL2 +#. 2SpGu #: 03100100.xhp msgctxt "" "03100100.xhp\n" -"par_id3145171\n" +"bas_id961636989038747\n" "help.text" -msgid "The following example uses the <emph>CBool</emph> function to evaluate the value that is returned by the <emph>Instr</emph> function. The function checks if the word \"and\" is found in the sentence that was entered by the user." -msgstr "В следующем примере используется функция <emph>CBool</emph> для оценки значения, возвращаемого функцией <emph>Instr</emph>. Эта функция проверяет, имеется ли союз \"и\" в предложении, введенном пользователем." +msgid "Print CBool( 1>2 Xor 44 ) ' computes to True" +msgstr "" -#. WAM8E +#. bjPRQ #: 03100100.xhp msgctxt "" "03100100.xhp\n" -"hd_id3156212\n" +"bas_id991636996682074\n" "help.text" -msgid "Example:" -msgstr "Пример:" +msgid "Print CBool( expression := 15 /2 -7.5 ) ' displays False as expression equals 0" +msgstr "" -#. 2yvsi +#. xxrvS #: 03100100.xhp msgctxt "" "03100100.xhp\n" "par_id3155132\n" "help.text" -msgid "sText = InputBox(\"Please enter a short sentence:\")" -msgstr "sText = InputBox(\"Пожалуйста, введите короткое предложение:\")" +msgid "txt = InputBox(\"Please enter a short sentence:\")" +msgstr "" -#. Aq5CG +#. FPJDk #: 03100100.xhp msgctxt "" "03100100.xhp\n" "par_id3155855\n" "help.text" -msgid "' Proof if the word »and« appears in the sentence." -msgstr "REM Истинно, если союз \"и\" есть в этом предложении." +msgid "' Proof if the character \"a\" appears in the sentence." +msgstr "" #. GFk66 #: 03100100.xhp @@ -24775,15 +24982,6 @@ msgctxt "" msgid "' Instead of the command line" msgstr "REM Вместо командной строки" -#. WQ7VE -#: 03100100.xhp -msgctxt "" -"03100100.xhp\n" -"par_id3148576\n" -"help.text" -msgid "' If Instr(Input, \"and\")<>0 Then..." -msgstr "REM If Instr(Input, \"и\")<>0 Then..." - #. fCMAJ #: 03100100.xhp msgctxt "" @@ -24793,23 +24991,14 @@ msgctxt "" msgid "' the CBool function is applied as follows:" msgstr "REM функция CBool используется следующим образом:" -#. DXRy4 -#: 03100100.xhp -msgctxt "" -"03100100.xhp\n" -"par_id3155413\n" -"help.text" -msgid "If CBool(Instr(sText, \"and\")) Then" -msgstr "If CBool(Instr(sText, \"и\")) Then" - -#. FKuLf +#. TgisK #: 03100100.xhp msgctxt "" "03100100.xhp\n" "par_id3152940\n" "help.text" -msgid "MsgBox \"The word »and« appears in the sentence you entered!\"" -msgstr "MsgBox \"Союз »и« есть в предложении, которое вы ввели!\"" +msgid "MsgBox \"The character »a« appears in the sentence you entered!\"" +msgstr "" #. 8FnUJ #: 03100300.xhp @@ -24865,15 +25054,6 @@ msgctxt "" msgid "Return value:" msgstr "Возвращаемое значение:" -#. 9g6CX -#: 03100300.xhp -msgctxt "" -"03100300.xhp\n" -"par_id3159414\n" -"help.text" -msgid "Date" -msgstr "Дата" - #. 3E4Gd #: 03100300.xhp msgctxt "" @@ -24955,15 +25135,6 @@ msgctxt "" msgid "Return value" msgstr "Возвращаемое значение" -#. Pypm7 -#: 03100400.xhp -msgctxt "" -"03100400.xhp\n" -"par_id3145068\n" -"help.text" -msgid "Double" -msgstr "Double" - #. LM9Ye #: 03100400.xhp msgctxt "" @@ -25054,15 +25225,6 @@ msgctxt "" msgid "Return value:" msgstr "Возвращаемое значение:" -#. oLemu -#: 03100500.xhp -msgctxt "" -"03100500.xhp\n" -"par_id3147560\n" -"help.text" -msgid "Integer" -msgstr "Integer" - #. a2YC7 #: 03100500.xhp msgctxt "" @@ -25225,15 +25387,6 @@ msgctxt "" msgid "Return value:" msgstr "Возвращаемое значение:" -#. WbDFK -#: 03100600.xhp -msgctxt "" -"03100600.xhp\n" -"par_id3153897\n" -"help.text" -msgid "Long" -msgstr "Long" - #. pC3ZX #: 03100600.xhp msgctxt "" @@ -25513,15 +25666,6 @@ msgctxt "" msgid "Return value:" msgstr "Возвращаемое значение:" -#. jtGVk -#: 03100900.xhp -msgctxt "" -"03100900.xhp\n" -"par_id3153750\n" -"help.text" -msgid "Single" -msgstr "Single" - #. cSsM4 #: 03100900.xhp msgctxt "" @@ -25612,15 +25756,6 @@ msgctxt "" msgid "Return value:" msgstr "Возвращаемое значение:" -#. FhYA8 -#: 03101000.xhp -msgctxt "" -"03101000.xhp\n" -"par_id3153897\n" -"help.text" -msgid "String" -msgstr "String" - #. cHP4B #: 03101000.xhp msgctxt "" @@ -25648,15 +25783,6 @@ msgctxt "" msgid "Expression Types and Conversion Returns" msgstr "Типы выражений и результаты преобразования" -#. gA73v -#: 03101000.xhp -msgctxt "" -"03101000.xhp\n" -"par_id3153192\n" -"help.text" -msgid "Boolean :" -msgstr "Boolean :" - #. wjcDB #: 03101000.xhp msgctxt "" @@ -25666,15 +25792,6 @@ msgctxt "" msgid "String that evaluates to either <emph>True</emph> or <emph>False</emph>." msgstr "Строка, равная <emph>True</emph> или <emph>False</emph>." -#. yuw3Z -#: 03101000.xhp -msgctxt "" -"03101000.xhp\n" -"par_id3147287\n" -"help.text" -msgid "Date :" -msgstr "Date :" - #. CrwVu #: 03101000.xhp msgctxt "" @@ -25684,15 +25801,6 @@ msgctxt "" msgid "String that contains the date and time." msgstr "Строка, которая содержит дату и время." -#. QE5bi -#: 03101000.xhp -msgctxt "" -"03101000.xhp\n" -"par_id3147428\n" -"help.text" -msgid "Null :" -msgstr "Null :" - #. ZATnW #: 03101000.xhp msgctxt "" @@ -25702,15 +25810,6 @@ msgctxt "" msgid "Run-time error." msgstr "Ошибка времени выполнения." -#. DWkQW -#: 03101000.xhp -msgctxt "" -"03101000.xhp\n" -"par_id3153953\n" -"help.text" -msgid "Empty :" -msgstr "Empty :" - #. SfQUa #: 03101000.xhp msgctxt "" @@ -25720,15 +25819,6 @@ msgctxt "" msgid "String without any characters." msgstr "Строка, не содержащая каких-либо символов." -#. rmvhR -#: 03101000.xhp -msgctxt "" -"03101000.xhp\n" -"par_id3149260\n" -"help.text" -msgid "Any :" -msgstr "Any :" - #. vzaXy #: 03101000.xhp msgctxt "" @@ -26872,15 +26962,6 @@ msgctxt "" msgid "Return value:" msgstr "Возвращаемое значение:" -#. mBAAA -#: 03102200.xhp -msgctxt "" -"03102200.xhp\n" -"par_id3154685\n" -"help.text" -msgid "Bool" -msgstr "Bool" - #. 4tEeP #: 03102200.xhp msgctxt "" @@ -26971,15 +27052,6 @@ msgctxt "" msgid "Return value:" msgstr "Возвращаемое значение:" -#. 7vqAp -#: 03102300.xhp -msgctxt "" -"03102300.xhp\n" -"par_id3147560\n" -"help.text" -msgid "Bool" -msgstr "Bool" - #. D758U #: 03102300.xhp msgctxt "" @@ -27007,24 +27079,6 @@ msgctxt "" msgid "Example:" msgstr "Пример:" -#. ymgXU -#: 03102300.xhp -msgctxt "" -"03102300.xhp\n" -"par_id3150869\n" -"help.text" -msgid "Print IsDate(sDateVar) ' Returns True" -msgstr "print IsDate(sDateVar) REM Возвращает True" - -#. oxti5 -#: 03102300.xhp -msgctxt "" -"03102300.xhp\n" -"par_id3147288\n" -"help.text" -msgid "Print IsDate(sDateVar) ' Returns False" -msgstr "print IsDate(sDateVar) REM Возвращает False" - #. pVhKT #: 03102400.xhp msgctxt "" @@ -27088,15 +27142,6 @@ msgctxt "" msgid "Return value:" msgstr "Возвращаемое значение:" -#. EdFoX -#: 03102400.xhp -msgctxt "" -"03102400.xhp\n" -"par_id3156344\n" -"help.text" -msgid "Bool" -msgstr "Bool" - #. BrRWw #: 03102400.xhp msgctxt "" @@ -27124,15 +27169,6 @@ msgctxt "" msgid "Example:" msgstr "Пример:" -#. EmyBP -#: 03102400.xhp -msgctxt "" -"03102400.xhp\n" -"par_id3154863\n" -"help.text" -msgid "Print IsEmpty(sVar) ' Returns True" -msgstr "Print IsEmpty(sVar) REM Возвращает True" - #. dr2Py #: 03102450.xhp msgctxt "" @@ -27277,15 +27313,6 @@ msgctxt "" msgid "Return value:" msgstr "Возвращаемое значение:" -#. f4EB6 -#: 03102600.xhp -msgctxt "" -"03102600.xhp\n" -"par_id3145609\n" -"help.text" -msgid "Bool" -msgstr "Bool" - #. 2r2f2 #: 03102600.xhp msgctxt "" @@ -27385,15 +27412,6 @@ msgctxt "" msgid "Return value:" msgstr "Возвращаемое значение:" -#. FRiSB -#: 03102700.xhp -msgctxt "" -"03102700.xhp\n" -"par_id3148944\n" -"help.text" -msgid "Bool" -msgstr "Bool" - #. doi6A #: 03102700.xhp msgctxt "" @@ -27421,24 +27439,6 @@ msgctxt "" msgid "Example:" msgstr "Пример:" -#. FWWbs -#: 03102700.xhp -msgctxt "" -"03102700.xhp\n" -"par_id3147230\n" -"help.text" -msgid "Print IsNumeric(vVar) ' Returns False" -msgstr "Print IsNumeric(sVar) REM Возвращает False" - -#. F4fqG -#: 03102700.xhp -msgctxt "" -"03102700.xhp\n" -"par_id3154910\n" -"help.text" -msgid "Print IsNumeric(vVar) ' Returns True" -msgstr "Print IsNumeric(sVar) REM Возвращает True" - #. vieWA #: 03102800.xhp msgctxt "" @@ -27700,15 +27700,6 @@ msgctxt "" msgid "UBound (ArrayName [, Dimension])" msgstr "UBound (Имя_массива [, Измерение])" -#. xVQ87 -#: 03103000.xhp -msgctxt "" -"03103000.xhp\n" -"par_id3149670\n" -"help.text" -msgid "Long" -msgstr "" - #. Svuit #: 03103000.xhp msgctxt "" @@ -27727,42 +27718,6 @@ msgctxt "" msgid "<emph>[Dimension]:</emph> Integer that specifies which dimension to return the upper(<emph>Ubound</emph>) or lower (<emph>LBound</emph>) boundary for. If no value is specified, the boundary of the first dimension is returned." msgstr "<emph>[Измерение]</emph>. Целое число, которое указывает, для какого измерения необходимо вернуть верхнюю (<emph>Ubound</emph>) или нижнюю (<emph>LBound</emph>) границу. Если значение не указано, предполагается первое измерение." -#. HPb5a -#: 03103000.xhp -msgctxt "" -"03103000.xhp\n" -"par_idm1206768352\n" -"help.text" -msgid "Print LBound(v()) ' returns 10" -msgstr "" - -#. aaaDh -#: 03103000.xhp -msgctxt "" -"03103000.xhp\n" -"par_id3145365\n" -"help.text" -msgid "Print LBound(t), UBound(t()) ' returns 10 20" -msgstr "" - -#. fqeRG -#: 03103000.xhp -msgctxt "" -"03103000.xhp\n" -"par_id3149665\n" -"help.text" -msgid "Print LBound(t(),2) ' returns - 5" -msgstr "" - -#. TBxHC -#: 03103000.xhp -msgctxt "" -"03103000.xhp\n" -"par_id3159154\n" -"help.text" -msgid "Print UBound(t,2) ' returns 70" -msgstr "" - #. QHhrj #: 03103100.xhp msgctxt "" @@ -28321,15 +28276,6 @@ msgctxt "" msgid "TypeName (Variable) / VarType (Variable)" msgstr "" -#. gaAwa -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"par_id3148947\n" -"help.text" -msgid "String; Integer" -msgstr "String; Integer" - #. CmbDF #: 03103600.xhp msgctxt "" @@ -28339,13 +28285,13 @@ msgctxt "" msgid "<emph>Variable:</emph> The variable that you want to determine the type of. You can use the following values:" msgstr "<emph>Переменная</emph>. Переменная, для которой необходимо определить тип. Возможны следующие значения:" -#. oxuiK +#. AJ9RG #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3145171\n" "help.text" -msgid "keyword" +msgid "Keyword" msgstr "" #. EAezL @@ -28357,15 +28303,6 @@ msgctxt "" msgid "Named constant" msgstr "" -#. rJXbZ -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"par_id3156212\n" -"help.text" -msgid "VarType" -msgstr "VarType" - #. ZyZMD #: 03103600.xhp msgctxt "" @@ -29032,14 +28969,14 @@ msgctxt "" msgid "Returns the type Variant with a data field." msgstr "Возвращает тип Variant с полем данных." -#. hVxRf +#. XYnnC #: 03104200.xhp msgctxt "" "03104200.xhp\n" "par_id3153126\n" "help.text" -msgid "Array ( Argument list)" -msgstr "Array ( Список_аргументов)" +msgid "Array (ArgumentList)" +msgstr "" #. EuCLG #: 03104200.xhp @@ -29050,23 +28987,14 @@ msgctxt "" msgid "See also <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>" msgstr "См. также <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>" -#. ZsSRT +#. VXL3Y #: 03104200.xhp msgctxt "" "03104200.xhp\n" "par_id3145609\n" "help.text" -msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas." -msgstr "<emph>Список_аргументов</emph>. Список из любого количества аргументов, разделённых запятыми." - -#. EhDw8 -#: 03104200.xhp -msgctxt "" -"03104200.xhp\n" -"par_id3153525\n" -"help.text" -msgid "A = Array(\"Fred\",\"Tom\",\"Bill\")" -msgstr "A = Array(\"Вася\",\"Коля\",\"Петя\")" +msgid "<emph>ArgumentList:</emph> A list of any number of arguments that are separated by commas." +msgstr "" #. 2d2eF #: 03104300.xhp @@ -29113,14 +29041,14 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис" -#. f4XPA +#. D2Tbd #: 03104300.xhp msgctxt "" "03104300.xhp\n" "par_id3148473\n" "help.text" -msgid "DimArray ( Argument list)" -msgstr "DimArray ( Список_аргументов)" +msgid "DimArray (ArgumentList)" +msgstr "" #. xfuoC #: 03104300.xhp @@ -29149,14 +29077,14 @@ msgctxt "" msgid "Parameters:" msgstr "Параметры:" -#. 8cqdA +#. B7CBa #: 03104300.xhp msgctxt "" "03104300.xhp\n" "par_id3159414\n" "help.text" -msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas." -msgstr "<emph>Список_аргументов</emph>. Список из любого количества аргументов, разделённых запятыми." +msgid "<emph>ArgumentList:</emph> A list of any number of arguments that are separated by commas." +msgstr "" #. wCCAj #: 03104300.xhp @@ -29230,15 +29158,6 @@ msgctxt "" msgid "HasUnoInterfaces( oTest, Uno-Interface-Name 1 [, Uno-Interface-Name 2, ...])" msgstr "HasUnoInterfaces( Объект_проверки, Имя_интерфейса_Uno1 [, Имя_интерфейса_Uno2, ...])" -#. TCBDe -#: 03104400.xhp -msgctxt "" -"03104400.xhp\n" -"par_id3148538\n" -"help.text" -msgid "Bool" -msgstr "Bool" - #. qxagP #: 03104400.xhp msgctxt "" @@ -29302,15 +29221,6 @@ msgctxt "" msgid "IsUnoStruct( Uno type )" msgstr "IsUnoStruct( Тип_Uno )" -#. MDtGg -#: 03104500.xhp -msgctxt "" -"03104500.xhp\n" -"par_id3145315\n" -"help.text" -msgid "Bool" -msgstr "Bool" - #. uXjgH #: 03104500.xhp msgctxt "" @@ -29554,77 +29464,50 @@ msgctxt "" msgid "Comparison Operators" msgstr "" -#. HvC8D +#. eBuGF #: 03110100.xhp msgctxt "" "03110100.xhp\n" "bm_id3150682\n" "help.text" -msgid "<bookmark_value>comparison operators;%PRODUCTNAME Basic</bookmark_value> <bookmark_value>operators;comparisons</bookmark_value>" -msgstr "<bookmark_value>операторы сравнения;%PRODUCTNAME Basic</bookmark_value><bookmark_value>операторы;сравнения</bookmark_value>" +msgid "<bookmark_value>comparison operators;%PRODUCTNAME Basic</bookmark_value> <bookmark_value>Operators;comparison</bookmark_value> <bookmark_value>Operators;equal sign (=)</bookmark_value> <bookmark_value>Operators;greater than (>)</bookmark_value> <bookmark_value>Operators;greater than or equal to (>=)</bookmark_value> <bookmark_value>Operators;less than (<>)</bookmark_value> <bookmark_value>Operators;less than or equal to (<=)</bookmark_value> <bookmark_value>Operators;not equal to (<>)</bookmark_value>" +msgstr "" -#. ABXhw +#. k9nDv #: 03110100.xhp msgctxt "" "03110100.xhp\n" "hd_id3150682\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03110100.xhp\" name=\"Comparison Operators\">Comparison Operators</link>" +msgid "<variable id=\"CompOper_h1\"><link href=\"text/sbasic/shared/03110100.xhp\" name=\"Comparison Operators\">Comparison Operators</link></variable>" msgstr "" -#. Xi8Hg +#. vzC53 #: 03110100.xhp msgctxt "" "03110100.xhp\n" "par_id3156042\n" "help.text" -msgid "Comparison operators compare two expressions. The result is returned as a Boolean expression that determines if the comparison is True (-1) or False (0)." -msgstr "Операторы сравнения используются для сравнения двух выражений. Результат возвращается как логическое выражение, которое определяет, является ли это сравнение истинным (-1) или ложным (0)." - -#. eCMr5 -#: 03110100.xhp -msgctxt "" -"03110100.xhp\n" -"hd_id3147291\n" -"help.text" -msgid "Syntax:" -msgstr "Синтаксис" - -#. rzJup -#: 03110100.xhp -msgctxt "" -"03110100.xhp\n" -"par_id3149177\n" -"help.text" -msgid "Result = Expression1 { = | < | > | <= | >= } Expression2" -msgstr "Результат = Выражение1 { = | < | > | <= | >= } Выражение2" - -#. Grmm6 -#: 03110100.xhp -msgctxt "" -"03110100.xhp\n" -"hd_id3145316\n" -"help.text" -msgid "Parameters:" -msgstr "Параметры:" +msgid "Comparison operators compare two expressions. The result is returned as a boolean expression that determines if the comparison is <literal>True</literal> (-1) or <literal>False</literal> (0)." +msgstr "" -#. CoGtG +#. ikYGG #: 03110100.xhp msgctxt "" "03110100.xhp\n" "par_id3147573\n" "help.text" -msgid "<emph>Result:</emph> Boolean expression that specifies the result of the comparison (True, or False)" -msgstr "<emph>Результат</emph>. Логическое выражение, которое показывает результат сравнения (True или False)." +msgid "<emph>result</emph>: Boolean that specifies the result of the comparison (<literal>True</literal>, or <literal>False</literal>)" +msgstr "" -#. djWb8 +#. GYpPy #: 03110100.xhp msgctxt "" "03110100.xhp\n" "par_id3148686\n" "help.text" -msgid "<emph>Expression1, Expression2:</emph> Any numeric values or strings that you want to compare." -msgstr "<emph>Выражение1, Выражение2</emph>. Любые числовые значения или строки, подлежащие сравнению." +msgid "<emph>expression1, expression2</emph>: Any numeric values or strings that you want to compare." +msgstr "" #. VeMGA #: 03110100.xhp @@ -29689,15 +29572,6 @@ msgctxt "" msgid "<> : Not equal to" msgstr "<> : не равно" -#. 2whHT -#: 03110100.xhp -msgctxt "" -"03110100.xhp\n" -"hd_id3154686\n" -"help.text" -msgid "Example:" -msgstr "Пример:" - #. 4F32A #: 03110100.xhp msgctxt "" @@ -29896,31 +29770,31 @@ msgctxt "" msgid "Returns the character that corresponds to the specified character code." msgstr "Возвращает знак, соответствующий указанному коду таблицы символов." -#. cR5b8 +#. Q8gEU #: 03120102.xhp msgctxt "" "03120102.xhp\n" -"par_id3150669\n" +"bas_id91642668171601\n" "help.text" -msgid "Chr[$](expression As Integer) As String" +msgid "Chr[$](charcode As Integer) As String" msgstr "" -#. 4nv5b +#. 6bDTr #: 03120102.xhp msgctxt "" "03120102.xhp\n" "par_id3149295\n" "help.text" -msgid "<emph>Expression:</emph> a numeric expression that represents a valid 8-bit ASCII value (0-255) or a 16-bit Unicode value. (To support expressions with a nominally negative argument like <emph>Chr(&H8000)</emph> in a backwards-compatible way, values in the range −32768 to −1 are internally mapped to the range 32768 to 65535.)" +msgid "<emph>charcode</emph>: a numeric expression that represents a valid 8-bit ASCII value (0-255) or a 16-bit Unicode value. (To support expressions with a nominally negative argument like <emph>Chr(&H8000)</emph> in a backwards-compatible way, values in the range −32768 to −1 are internally mapped to the range 32768 to 65535.)" msgstr "" -#. RKtSB +#. Xyjgr #: 03120102.xhp msgctxt "" "03120102.xhp\n" "par_id991552913928635\n" "help.text" -msgid "When VBA compatibility mode is enabled (<link href=\"text/sbasic/shared/03103350.xhp\" name=\"vbasupport\"><literal>OPTION VBASUPPORT 1</literal></link>), <emph>Expression</emph> is a numeric expression that represents a valid 8-bit ASCII value (0-255) only." +msgid "When VBA compatibility mode is enabled (<link href=\"text/sbasic/shared/03103350.xhp\" name=\"vbasupport\"><literal>Option VBASupport 1</literal></link>), <literal>charcode</literal> is a numeric expression that represents a valid 8-bit ASCII value (0-255) only." msgstr "" #. sw8rF @@ -29950,13 +29824,13 @@ msgctxt "" msgid "' This example inserts quotation marks (ASCII value 34) in a string." msgstr "REM В этом примере в строку вставляются двойные кавычки (значение ASCII 34)" -#. PpQfe +#. rTCjE #: 03120102.xhp msgctxt "" "03120102.xhp\n" "par_id3151380\n" "help.text" -msgid "MsgBox \"A \"+ Chr$(34)+\"short\" + Chr(34)+\" trip.\"" +msgid "MsgBox \"A \" + Chr$(34) + \"short\" + Chr(34) + \" trip.\"" msgstr "" #. iCsGw @@ -29968,6 +29842,15 @@ msgctxt "" msgid "' The printout appears in the dialog as: A \"short\" trip." msgstr "REM В диалоговом окне это будет выглядеть как: Это \"короткая\" строка." +#. TeaSB +#: 03120102.xhp +msgctxt "" +"03120102.xhp\n" +"bas_id481642668824226\n" +"help.text" +msgid "MsgBox Chr(charcode := 64) ' \"@\" sign" +msgstr "" + #. bzZDz #: 03120103.xhp msgctxt "" @@ -29986,95 +29869,122 @@ msgctxt "" msgid "<bookmark_value>Str function</bookmark_value>" msgstr "<bookmark_value>функция Str</bookmark_value>" -#. vHDFf +#. 29Gzu #: 03120103.xhp msgctxt "" "03120103.xhp\n" "hd_id3143272\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03120103.xhp\" name=\"Str Function\">Str Function</link>" +msgid "<variable id=\"Str_h1\"><link href=\"text/sbasic/shared/03120103.xhp\" name=\"Str Function\">Str Function</link></variable>" msgstr "" -#. sMBFZ +#. Z8JfH #: 03120103.xhp msgctxt "" "03120103.xhp\n" "par_id3155100\n" "help.text" -msgid "Converts a numeric expression into a string." -msgstr "Преобразует числовое выражение в строку." +msgid "The <literal>Str</literal> function converts the contents of variables into a string. It handles numeric values, dates, strings and currency values." +msgstr "" -#. AtDCX +#. Zxy4r #: 03120103.xhp msgctxt "" "03120103.xhp\n" -"hd_id3109850\n" +"par_id3146958\n" "help.text" -msgid "Syntax:" -msgstr "Синтаксис" +msgid "Positive numbers are preceded by a blank space. Negative numbers are preceded by a minus sign." +msgstr "" -#. FCB5S +#. A5Fyi #: 03120103.xhp msgctxt "" "03120103.xhp\n" -"par_id3149497\n" +"par_id331641237252390\n" "help.text" -msgid "Str (Expression)" -msgstr "Str (Выражение)" +msgid "For numeric values the string returned by the <literal>Str</literal> function is locale-independent. Hence the dot is used as the decimal separator when needed." +msgstr "" -#. euwuq +#. HjAty #: 03120103.xhp msgctxt "" "03120103.xhp\n" -"hd_id3150040\n" +"par_id601641237849695\n" "help.text" -msgid "Return value:" -msgstr "Возвращаемое значение:" +msgid "If a string is passed as argument, it is returned without any changes." +msgstr "" -#. GFLxD +#. nfPG2 #: 03120103.xhp msgctxt "" "03120103.xhp\n" -"par_id3146117\n" +"par_id231641251937406\n" "help.text" -msgid "String" -msgstr "String" +msgid "Dates are converted into locale-dependent strings." +msgstr "" -#. gC8ux +#. NEAum #: 03120103.xhp msgctxt "" "03120103.xhp\n" -"hd_id3155805\n" +"par_id3149497\n" "help.text" -msgid "Parameters:" -msgstr "Параметры:" +msgid "Str (Value As Variant)" +msgstr "" -#. MUTuz +#. BPCDW #: 03120103.xhp msgctxt "" "03120103.xhp\n" "par_id3149178\n" "help.text" -msgid "<emph>Expression: </emph>Any numeric expression." -msgstr "<emph>Выражение</emph>. Любое числовое выражение." +msgid "<emph>Value:</emph> Any value to be converted into a string." +msgstr "" -#. i56aX +#. hHwSa #: 03120103.xhp msgctxt "" "03120103.xhp\n" -"par_id3146958\n" +"par_id401641251970766\n" "help.text" -msgid "The <emph>Str</emph> function converts a numeric variable, or the result of a calculation into a string. Negative numbers are preceded by a minus sign. Positive numbers are preceded by a space (instead of the plus sign)." -msgstr "Функция <emph>Str</emph> преобразует числовые переменные или результат вычисления в строку. Отрицательные числа предваряются знаком минус. Положительные числа предваряются пробелом (вместо знака \"плюс\")." +msgid "Below are some numeric examples using the <literal>Str</literal> function." +msgstr "" -#. Ewk3i +#. viBgo #: 03120103.xhp msgctxt "" "03120103.xhp\n" -"hd_id3155419\n" +"bas_id831641238784987\n" "help.text" -msgid "Example:" -msgstr "Пример:" +msgid "' Note the blank space at the beginning of the returned strings" +msgstr "" + +#. A8Cbc +#: 03120103.xhp +msgctxt "" +"03120103.xhp\n" +"bas_id991641238830710\n" +"help.text" +msgid "' Strings passed as arguments are left unchanged" +msgstr "" + +#. kjJa8 +#: 03120103.xhp +msgctxt "" +"03120103.xhp\n" +"par_id601641238259787\n" +"help.text" +msgid "Use the <literal>LTrim</literal> function to remove the blank space at the beginning of the returned string." +msgstr "" + +#. FDMfX +#: 03120103.xhp +msgctxt "" +"03120103.xhp\n" +"par_id881641252036753\n" +"help.text" +msgid "The <literal>Str</literal> function can also handle <literal>Date</literal> variables." +msgstr "" #. vYQmG #: 03120104.xhp @@ -30094,32 +30004,32 @@ msgctxt "" msgid "<bookmark_value>Val function</bookmark_value>" msgstr "<bookmark_value>функция Val</bookmark_value>" -#. qLhSm +#. h82YR #: 03120104.xhp msgctxt "" "03120104.xhp\n" "hd_id3149205\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03120104.xhp\" name=\"Val Function\">Val Function</link>" +msgid "<variable id=\"Val_h1\"><link href=\"text/sbasic/shared/03120104.xhp\" name=\"Val Function\">Val Function</link></variable>" msgstr "" -#. BCyui +#. VDZFx #: 03120104.xhp msgctxt "" "03120104.xhp\n" "par_id3153345\n" "help.text" -msgid "Converts a string to a numeric expression." -msgstr "Преобразует строку в числовое выражение." +msgid "Use the <literal>Val</literal> function to convert a string that represents a number into numeric data type." +msgstr "" -#. 4Jho2 +#. aQ5EY #: 03120104.xhp msgctxt "" "03120104.xhp\n" -"hd_id3159157\n" +"par_id281641235880765\n" "help.text" -msgid "Syntax:" -msgstr "Синтаксис" +msgid "The string passed to the <literal>Val</literal> function is locale-independent. This means that commas are interpreted as thousands separators and a dot is used as the decimal separator." +msgstr "" #. Rk6u2 #: 03120104.xhp @@ -30130,59 +30040,59 @@ msgctxt "" msgid "Val (Text As String)" msgstr "Val (Текст As String)" -#. ZBgwS +#. Gi4Ag #: 03120104.xhp msgctxt "" "03120104.xhp\n" -"hd_id3150669\n" +"par_id3143228\n" "help.text" -msgid "Return value:" -msgstr "Возвращаемое значение:" +msgid "Double" +msgstr "Double" -#. Gi4Ag +#. DmE2F #: 03120104.xhp msgctxt "" "03120104.xhp\n" -"par_id3143228\n" +"par_id3154348\n" "help.text" -msgid "Double" -msgstr "Double" +msgid "<emph>Text:</emph> String that represents a number." +msgstr "<emph>Текст</emph>. Строка, которая представляет число." -#. 9YWca +#. e9c9u #: 03120104.xhp msgctxt "" "03120104.xhp\n" -"hd_id3156024\n" +"par_id3149670\n" "help.text" -msgid "Parameters:" -msgstr "Параметры:" +msgid "If only part of the string contains numbers, only the first appropriate characters of the string are converted. If the string does not contain any numbers then <literal>Val</literal> returns 0." +msgstr "" -#. DmE2F +#. JLvDd #: 03120104.xhp msgctxt "" "03120104.xhp\n" -"par_id3154348\n" +"bas_id131641236938068\n" "help.text" -msgid "<emph>Text:</emph> String that represents a number." -msgstr "<emph>Текст</emph>. Строка, которая представляет число." +msgid "' Below 123,1 is interpreted as 1231 since \",\" is the thousands separator" +msgstr "" -#. 9ZYpb +#. qMAhh #: 03120104.xhp msgctxt "" "03120104.xhp\n" -"par_id3149670\n" +"bas_id681641252873197\n" "help.text" -msgid "Using the Val function, you can convert a string that represents numbers into numeric expressions. This is the inverse of the <emph>Str</emph> function. If only part of the string contains numbers, only the first appropriate characters of the string are converted. If the string does not contain any numbers, the <emph>Val</emph> function returns the value 0." -msgstr "С помощью функции Val можно преобразовать строку, представленную цифрами, в числовые выражения. Эта функция обратна функции <emph>Str</emph>. Если только часть строки содержит цифры, в этой строке преобразуются только первые подходящие знаки. Если строка не содержит цифр, функция <emph>Val</emph> возвращает 0." +msgid "' All numbers are considered until a non-numeric character is reached" +msgstr "" -#. zEtva +#. i9otK #: 03120104.xhp msgctxt "" "03120104.xhp\n" -"hd_id3154365\n" +"bas_id911641237027667\n" "help.text" -msgid "Example:" -msgstr "Пример:" +msgid "' The example below returns 0 (zero) since the string provided does not start with a number" +msgstr "" #. MeApW #: 03120105.xhp @@ -30202,77 +30112,50 @@ msgctxt "" msgid "<bookmark_value>CByte function</bookmark_value>" msgstr "<bookmark_value>функция CByte</bookmark_value>" -#. MBuSG +#. VkMAp #: 03120105.xhp msgctxt "" "03120105.xhp\n" "hd_id3156027\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03120105.xhp\" name=\"CByte Function\">CByte Function</link>" +msgid "<variable id=\"CByte_h1\"><link href=\"text/sbasic/shared/03120105.xhp\" name=\"CByte Function\">CByte Function</link></variable>" msgstr "" -#. WtRZK +#. qP4eK #: 03120105.xhp msgctxt "" "03120105.xhp\n" "par_id3143267\n" "help.text" -msgid "Converts a string or a numeric expression to the type Byte." -msgstr "Преобразует строку или числовое выражение в тип Byte." - -#. KBtph -#: 03120105.xhp -msgctxt "" -"03120105.xhp\n" -"hd_id3149811\n" -"help.text" -msgid "Syntax:" -msgstr "Синтаксис" +msgid "Converts a string or a numeric expression to the <literal>Byte</literal> type." +msgstr "" -#. y5eP6 +#. 8h2Wu #: 03120105.xhp msgctxt "" "03120105.xhp\n" "par_id3147573\n" "help.text" -msgid "Cbyte( expression )" -msgstr "Cbyte( Выражение )" - -#. c9ZeV -#: 03120105.xhp -msgctxt "" -"03120105.xhp\n" -"hd_id3145315\n" -"help.text" -msgid "Return value:" -msgstr "Возвращаемое значение:" - -#. uBqQC -#: 03120105.xhp -msgctxt "" -"03120105.xhp\n" -"par_id3148473\n" -"help.text" -msgid "Byte" -msgstr "Byte" +msgid "Cbyte( expression As Variant) As Byte" +msgstr "" -#. y52Yv +#. 4vJi5 #: 03120105.xhp msgctxt "" "03120105.xhp\n" -"hd_id3147530\n" +"par_id3145068\n" "help.text" -msgid "Parameters:" -msgstr "Параметры:" +msgid "<emph>Expression</emph>: Any string or a numeric expression that can be evaluated to a number. Decimal values are rounded to the nearest tenth. Valid values range from 0 to 256." +msgstr "" -#. YE4pG +#. dfezQ #: 03120105.xhp msgctxt "" "03120105.xhp\n" -"par_id3145068\n" +"bas_id941637751110886\n" "help.text" -msgid "<emph>Expression:</emph> A string or a numeric expression." -msgstr "<emph>Выражение</emph>. Строковое или числовое выражение." +msgid "' Above expressions are computed as 16, 0 and 3" +msgstr "" #. svGqi #: 03120111.xhp @@ -30391,15 +30274,6 @@ msgctxt "" msgid "Returns the Unicode character that corresponds to the specified character code." msgstr "" -#. X2EkR -#: 03120112.xhp -msgctxt "" -"03120112.xhp\n" -"par_id3150669\n" -"help.text" -msgid "ChrW(Expression As Integer) As String" -msgstr "" - #. mA9x6 #: 03120112.xhp msgctxt "" @@ -30409,13 +30283,13 @@ msgctxt "" msgid "String" msgstr "" -#. WzBnm +#. iFApG #: 03120112.xhp msgctxt "" "03120112.xhp\n" "par_id3149295\n" "help.text" -msgid "<emph>Expression:</emph> Numeric variables that represent a valid 16 bit Unicode value (0-65535). (To support expressions with a nominally negative argument like <emph>ChrW(&H8000)</emph> in a backwards-compatible way, values in the range −32768 to −1 are internally mapped to the range 32768 to 65535.) An empty value returns error code 5. A value out of the range [0,65535] returns error code 6." +msgid "<emph>charcode</emph>: Numeric expression that represent a valid 16 bit Unicode value (0-65535). (To support expressions with a nominally negative argument like <emph>ChrW(&H8000)</emph> in a backwards-compatible way, values in the range −32768 to −1 are internally mapped to the range 32768 to 65535.) An empty value returns error code 5. A value out of the range [0 to 65535] returns error code 6." msgstr "" #. 8DF8a @@ -30427,13 +30301,13 @@ msgctxt "" msgid "' This example inserts the Greek letters alpha and omega in a string." msgstr "" -#. AGZSD +#. ZtgsJ #: 03120112.xhp msgctxt "" "03120112.xhp\n" "par_id3151380\n" "help.text" -msgid "MsgBox \"From \"+ ChrW(913)+\" to \" + ChrW(937)" +msgid "MsgBox \"From \" + ChrW(913) + \" to \" + ChrW(937)" msgstr "" #. zPJDa @@ -30445,6 +30319,15 @@ msgctxt "" msgid "' The printout appears in the dialog as: From Α to Ω" msgstr "" +#. eE9Nq +#: 03120112.xhp +msgctxt "" +"03120112.xhp\n" +"bas_id181642669411658\n" +"help.text" +msgid "MsgBox ChrW(charcode := 116) ' \"t\" lowercase T letter" +msgstr "" + #. E7Eoi #: 03120200.xhp msgctxt "" @@ -30634,15 +30517,6 @@ msgctxt "" msgid "Editing String Contents" msgstr "Изменение содержимого строк" -#. 5nF4q -#: 03120300.xhp -msgctxt "" -"03120300.xhp\n" -"bm_id7499008\n" -"help.text" -msgid "<bookmark_value>ampersand symbol in StarBasic</bookmark_value>" -msgstr "<bookmark_value>символ амперсанда в StarBasic</bookmark_value>" - #. qvgJA #: 03120300.xhp msgctxt "" @@ -30652,14 +30526,23 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03120300.xhp\" name=\"Editing String Contents\">Editing String Contents</link>" msgstr "<link href=\"text/sbasic/shared/03120300.xhp\" name=\"Изменение содержимого строк\">Изменение содержимого строк</link>" -#. hU6eu +#. pHEcz #: 03120300.xhp msgctxt "" "03120300.xhp\n" "par_id3149178\n" "help.text" -msgid "The following functions edit, format, and align the contents of strings. Use the & operator to concatenate strings." -msgstr "Следующие функции используются для изменения, форматирования и выравнивания содержимого строк. Для объединения строк используется оператор &." +msgid "The following functions edit, format, and align the contents of strings. Use the <literal>&</literal> or <literal>+</literal> operators to concatenate strings." +msgstr "" + +#. PG2TT +#: 03120300.xhp +msgctxt "" +"03120300.xhp\n" +"bm_id3150669\n" +"help.text" +msgid "<bookmark_value>ampersand symbol; in string handling</bookmark_value> <bookmark_value>Operators;concatenation (& or +)</bookmark_value> <bookmark_value>\"& or +\" concatenation (strings)</bookmark_value>" +msgstr "" #. hAn8q #: 03120301.xhp @@ -31075,15 +30958,6 @@ msgctxt "" msgid "LCase (Text As String)" msgstr "LCase (Текст As String)" -#. 8RHAp -#: 03120302.xhp -msgctxt "" -"03120302.xhp\n" -"par_id3144760\n" -"help.text" -msgid "String" -msgstr "String" - #. 2dpqA #: 03120302.xhp msgctxt "" @@ -31093,24 +30967,6 @@ msgctxt "" msgid "<emph>Text:</emph> Any string expression that you want to convert." msgstr "<emph>Текст</emph>. Любое строковое выражение, подлежащее преобразованию." -#. HcFTs -#: 03120302.xhp -msgctxt "" -"03120302.xhp\n" -"par_id3146121\n" -"help.text" -msgid "Print LCase(sVar) ' Returns \"las vegas\"" -msgstr "Print LCase(sVar) REM Возвращает \"петербург\"" - -#. F9rGM -#: 03120302.xhp -msgctxt "" -"03120302.xhp\n" -"par_id3146986\n" -"help.text" -msgid "Print UCase(sVar) ' Returns \"LAS VEGAS\"" -msgstr "Print UCase(sVar) REM Возвращает \"ПЕТЕРБУРГ\"" - #. UGH3C #: 03120303.xhp msgctxt "" @@ -31363,15 +31219,6 @@ msgctxt "" msgid "LTrim (Text As String)" msgstr "LTrim (Текст As String)" -#. LyUCE -#: 03120305.xhp -msgctxt "" -"03120305.xhp\n" -"par_id3151056\n" -"help.text" -msgid "String" -msgstr "String" - #. x85WJ #: 03120305.xhp msgctxt "" @@ -31795,15 +31642,6 @@ msgctxt "" msgid "RTrim (Text As String)" msgstr "RTrim (Текст As String)" -#. awasf -#: 03120309.xhp -msgctxt "" -"03120309.xhp\n" -"par_id3153381\n" -"help.text" -msgid "String" -msgstr "String" - #. UW5Fx #: 03120309.xhp msgctxt "" @@ -31867,15 +31705,6 @@ msgctxt "" msgid "UCase (Text As String)" msgstr "UCase (Текст As String)" -#. 8fcKn -#: 03120310.xhp -msgctxt "" -"03120310.xhp\n" -"par_id3146795\n" -"help.text" -msgid "String" -msgstr "String" - #. TgevM #: 03120310.xhp msgctxt "" @@ -31885,24 +31714,6 @@ msgctxt "" msgid "<emph>Text:</emph> Any string expression that you want to convert." msgstr "<emph>Текст</emph>. Любое строковое выражение, подлежащее преобразованию." -#. MmcFn -#: 03120310.xhp -msgctxt "" -"03120310.xhp\n" -"par_id3149204\n" -"help.text" -msgid "Print LCase(sVar) ' returns \"las vegas\"" -msgstr "Print LCase(sVar) REM возвращает \"архангельск\"" - -#. dNrts -#: 03120310.xhp -msgctxt "" -"03120310.xhp\n" -"par_id3156280\n" -"help.text" -msgid "Print UCase(sVar) ' returns \"LAS VEGAS\"" -msgstr "Print UCase(sVar) REM возвращает \"АРХАНГЕЛЬСК\"" - #. 9APfU #: 03120311.xhp msgctxt "" @@ -31948,15 +31759,6 @@ msgctxt "" msgid "Trim( Text As String )" msgstr "Trim( Текст As String )" -#. f9pGG -#: 03120311.xhp -msgctxt "" -"03120311.xhp\n" -"par_id3143228\n" -"help.text" -msgid "String" -msgstr "String" - #. kLdYS #: 03120311.xhp msgctxt "" @@ -32011,32 +31813,14 @@ msgctxt "" msgid "ConvertToURL(filename)" msgstr "ConvertToURL(Имя_файла)" -#. V6WhB -#: 03120312.xhp -msgctxt "" -"03120312.xhp\n" -"par_id3147530\n" -"help.text" -msgid "String" -msgstr "String" - -#. Dka3U +#. ycPs6 #: 03120312.xhp msgctxt "" "03120312.xhp\n" "par_id3148947\n" "help.text" -msgid "<emph>Filename:</emph> A file name as string." -msgstr "<emph>Имя_файла</emph>. Имя файла как строка." - -#. AHBLc -#: 03120312.xhp -msgctxt "" -"03120312.xhp\n" -"par_id3150792\n" -"help.text" -msgid "systemFile$ = \"c:\\folder\\mytext.txt\"" -msgstr "systemFile$ = \"c:\\папка\\mytext.txt\"" +msgid "<emph>filename:</emph> A file name as string." +msgstr "" #. Fgfbo #: 03120313.xhp @@ -32083,23 +31867,14 @@ msgctxt "" msgid "ConvertFromURL(filename)" msgstr "ConvertFromURL(Имя_файла)" -#. ESx7C -#: 03120313.xhp -msgctxt "" -"03120313.xhp\n" -"par_id3150669\n" -"help.text" -msgid "String" -msgstr "String" - -#. 8R25b +#. HRYNv #: 03120313.xhp msgctxt "" "03120313.xhp\n" "par_id3156023\n" "help.text" -msgid "<emph>Filename:</emph> A file name as a string." -msgstr "<emph>Имя_файла</emph>. Имя файла как строка." +msgid "<emph>filename:</emph> A file name as a string." +msgstr "" #. b5PSp #: 03120314.xhp @@ -32227,15 +32002,6 @@ msgctxt "" msgid "Join (Text As String Array, delimiter)" msgstr "Join (Текст As String Массив, Разделитель)" -#. Sx96w -#: 03120315.xhp -msgctxt "" -"03120315.xhp\n" -"par_id3150359\n" -"help.text" -msgid "String" -msgstr "String" - #. sEXB3 #: 03120315.xhp msgctxt "" @@ -32353,15 +32119,6 @@ msgctxt "" msgid "Return value:" msgstr "Возвращаемое значение:" -#. g3ECS -#: 03120401.xhp -msgctxt "" -"03120401.xhp\n" -"par_id3149763\n" -"help.text" -msgid "Integer" -msgstr "Integer" - #. AHBXf #: 03120401.xhp msgctxt "" @@ -32425,24 +32182,6 @@ msgctxt "" msgid "Example:" msgstr "Пример:" -#. 6BbAy -#: 03120401.xhp -msgctxt "" -"03120401.xhp\n" -"par_id3144760\n" -"help.text" -msgid "sInput = \"Office\"" -msgstr "sInput = \"Star Office\"" - -#. 97MNg -#: 03120401.xhp -msgctxt "" -"03120401.xhp\n" -"par_id3154125\n" -"help.text" -msgid "iPos = Instr(sInput,\"c\")" -msgstr "iPos = Instr(sInput,\"c\")" - #. ZG3QS #: 03120402.xhp msgctxt "" @@ -32506,15 +32245,6 @@ msgctxt "" msgid "Return value:" msgstr "Возвращаемое значение:" -#. t6pbk -#: 03120402.xhp -msgctxt "" -"03120402.xhp\n" -"par_id3143270\n" -"help.text" -msgid "Long" -msgstr "Long" - #. FyaMN #: 03120402.xhp msgctxt "" @@ -32542,15 +32272,6 @@ msgctxt "" msgid "Example:" msgstr "Пример:" -#. PDnri -#: 03120402.xhp -msgctxt "" -"03120402.xhp\n" -"par_id3156214\n" -"help.text" -msgid "MsgBox Len(sText) REM Returns 9" -msgstr "MsgBox Len(sText) REM Возвращает 9" - #. pCc2y #: 03120403.xhp msgctxt "" @@ -32614,15 +32335,6 @@ msgctxt "" msgid "Return value:" msgstr "Возвращаемое значение:" -#. PhXU3 -#: 03120403.xhp -msgctxt "" -"03120403.xhp\n" -"par_id3156152\n" -"help.text" -msgid "Integer" -msgstr "Integer" - #. swgoh #: 03120403.xhp msgctxt "" @@ -32758,15 +32470,6 @@ msgctxt "" msgid "InStrRev (Text1 As String, Text2 As String [,Start As Long] [, Compare As Integer])" msgstr "" -#. Mirn4 -#: 03120411.xhp -msgctxt "" -"03120411.xhp\n" -"par_id3149763\n" -"help.text" -msgid "Long" -msgstr "" - #. aUMEF #: 03120411.xhp msgctxt "" @@ -32830,42 +32533,24 @@ msgctxt "" msgid "To avoid a run-time error, do not set the Compare parameter if the first return parameter is omitted." msgstr "" -#. yABaM -#: 03120411.xhp -msgctxt "" -"03120411.xhp\n" -"par_id3144760\n" -"help.text" -msgid "sInput = \"The book is on the table\"" -msgstr "" - -#. z9KNH +#. GExuT #: 03120411.xhp msgctxt "" "03120411.xhp\n" -"par_id3154125\n" +"par_id31541255547\n" "help.text" msgid "iPos = InStrRev(sInput,\"the\",10,1) ' Returns 1, search is case-insensitive" msgstr "" -#. caoEj +#. Yxhru #: 03120411.xhp msgctxt "" "03120411.xhp\n" -"par_id051920170322141162\n" +"par_id05192017032\n" "help.text" msgid "iPos = InStrRev(sInput,\"the\",10,0) ' Returns 0, search is case-sensitive" msgstr "" -#. HSqzK -#: 03120411.xhp -msgctxt "" -"03120411.xhp\n" -"par_id051920170316395065\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03120401.xhp\">InStr</link>" -msgstr "" - #. YWCD7 #: 03120412.xhp msgctxt "" @@ -32911,15 +32596,6 @@ msgctxt "" msgid "StrReverse (Text1 As String)" msgstr "" -#. 2YT7g -#: 03120412.xhp -msgctxt "" -"03120412.xhp\n" -"par_id3149763\n" -"help.text" -msgid "String" -msgstr "" - #. x74Dw #: 03120412.xhp msgctxt "" @@ -33415,15 +33091,6 @@ msgctxt "" msgid "Return value:" msgstr "Возвращаемое значение:" -#. 2Yv2V -#: 03130700.xhp -msgctxt "" -"03130700.xhp\n" -"par_id3149762\n" -"help.text" -msgid "Long" -msgstr "Long" - #. FmsU2 #: 03130700.xhp msgctxt "" @@ -33514,15 +33181,6 @@ msgctxt "" msgid "Return value:" msgstr "Возвращаемое значение:" -#. 4DpFE -#: 03130800.xhp -msgctxt "" -"03130800.xhp\n" -"par_id3148473\n" -"help.text" -msgid "String" -msgstr "String" - #. 5aaU3 #: 03130800.xhp msgctxt "" @@ -34099,15 +33757,6 @@ msgctxt "" msgid "' display \"live\" dialog" msgstr "' отображение интерактивного диалогового окна" -#. GkzVk -#: 03131900.xhp -msgctxt "" -"03131900.xhp\n" -"tit\n" -"help.text" -msgid "GlobalScope" -msgstr "" - #. Rdvas #: 03131900.xhp msgctxt "" @@ -34126,13 +33775,13 @@ msgctxt "" msgid "<variable id=\"GlobalScope_h1\"><link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link></variable>" msgstr "" -#. BKWJA +#. Bp3q2 #: 03131900.xhp msgctxt "" "03131900.xhp\n" "par_id991572457387308\n" "help.text" -msgid "To manage personal or shared library containers (<emph>%PRODUCTNAME Macros</emph> or <emph>My Macros</emph>) from within a document, use the <literal>GlobalScope</literal> specifier." +msgid "To manage personal or shared library containers (<emph>Application Macros</emph> or <emph>My Macros</emph>) from within a document, use the <literal>GlobalScope</literal> specifier." msgstr "" #. Jz8ET @@ -34180,13 +33829,13 @@ msgctxt "" msgid "Dialog libraries and dialogs can be managed with the <literal>DialogLibraries</literal> object. <link href=\"text/sbasic/guide/show_dialog.xhp\" name=\"Opening a Dialog\">Opening a Dialog With Basic</link> illustrates how to display %PRODUCTNAME shared dialogs." msgstr "" -#. eBUEF +#. XUR24 #: 03131900.xhp msgctxt "" "03131900.xhp\n" "par_id3150543\n" "help.text" -msgid "<literal>BasicLibraries</literal> and <literal>DialogLibraries</literal> containers exist at application level and within every document. Document's library containers do not need the <literal>GlobalScope</literal> specifier to be managed. If you want to call a global library container (located in <emph>%PRODUCTNAME Macros</emph> or <emph>My Macros</emph>) from within a document, you must use the <literal>GlobalScope</literal> specifier." +msgid "<literal>BasicLibraries</literal> and <literal>DialogLibraries</literal> containers exist at application level and within every document. Document's library containers do not need the <literal>GlobalScope</literal> specifier to be managed. If you want to call a global library container (located in <emph>Application Macros</emph> or <emph>My Macros</emph>) from within a document, you must use the <literal>GlobalScope</literal> specifier." msgstr "" #. BDRji @@ -34342,15 +33991,6 @@ msgctxt "" msgid "In this example, the Listener-Interface uses the following methods:" msgstr "В следующем примере интерфейс слушателя использует следующие методы:" -#. miuA2 -#: 03132000.xhp -msgctxt "" -"03132000.xhp\n" -"par_id3151176\n" -"help.text" -msgid "disposing:" -msgstr "disposing:" - #. yK2Er #: 03132000.xhp msgctxt "" @@ -34360,15 +34000,6 @@ msgctxt "" msgid "Listener base interface (com.sun.star.lang.XEventListener): base interface for all Listener Interfaces" msgstr "Основной интерфейс слушателя (com.sun.star.lang.XEventListener): основной интерфейс для всех интерфейсов слушателя" -#. 2HzDU -#: 03132000.xhp -msgctxt "" -"03132000.xhp\n" -"par_id3156212\n" -"help.text" -msgid "elementInserted:" -msgstr "elementInserted:" - #. MrmiF #: 03132000.xhp msgctxt "" @@ -34378,15 +34009,6 @@ msgctxt "" msgid "Method of the com.sun.star.container.XContainerListener interface" msgstr "Метод интерфейса com.sun.star.container.XContainerListener" -#. TjuCT -#: 03132000.xhp -msgctxt "" -"03132000.xhp\n" -"par_id3147287\n" -"help.text" -msgid "elementRemoved:" -msgstr "elementRemoved:" - #. RDU7w #: 03132000.xhp msgctxt "" @@ -34396,15 +34018,6 @@ msgctxt "" msgid "Method of the com.sun.star.container.XContainerListener interface" msgstr "Метод интерфейса com.sun.star.container.XContainerListener" -#. tkbYn -#: 03132000.xhp -msgctxt "" -"03132000.xhp\n" -"par_id3153951\n" -"help.text" -msgid "elementReplaced:" -msgstr "elementReplaced:" - #. SusGE #: 03132000.xhp msgctxt "" @@ -34423,42 +34036,6 @@ msgctxt "" msgid "In this example, the prefix is ContListener_. The following subroutines must therefore be implemented in Basic:" msgstr "В следующем примере используется префикс ContListener_. Таким образом, должны быть выполнены следующие подпрограммы Basic:" -#. SGZEE -#: 03132000.xhp -msgctxt "" -"03132000.xhp\n" -"par_id3155411\n" -"help.text" -msgid "ContListener_disposing" -msgstr "ContListener_disposing" - -#. 6mUaL -#: 03132000.xhp -msgctxt "" -"03132000.xhp\n" -"par_id3146923\n" -"help.text" -msgid "ContListener_elementInserted" -msgstr "ContListener_elementInserted" - -#. qpmso -#: 03132000.xhp -msgctxt "" -"03132000.xhp\n" -"par_id3147318\n" -"help.text" -msgid "ContListener_elementRemoved" -msgstr "ContListener_elementRemoved" - -#. nSKDC -#: 03132000.xhp -msgctxt "" -"03132000.xhp\n" -"par_id3152578\n" -"help.text" -msgid "ContListener_elementReplaced" -msgstr "ContListener_elementReplaced" - #. DkGAT #: 03132000.xhp msgctxt "" @@ -34468,42 +34045,6 @@ msgctxt "" msgid "An event structure type that contains information about an event exists for every Listener type. When a Listener method is called, an instance of this event is passed to the method as a parameter. Basic Listener methods can also call these event objects, so long as the appropriate parameter is passed in the Sub declaration. For example:" msgstr "Для каждого типа слушателя существует тип структуры события, содержащий сведений о событии. При вызове метода слушателя экземпляр события передаётся методу в качестве параметра. Методы слушателя на Basic могут также вызывать эти события, если в объявлении Sub передаётся нужный параметр. Например:" -#. 2KgyV -#: 03132000.xhp -msgctxt "" -"03132000.xhp\n" -"par_id3153876\n" -"help.text" -msgid "MsgBox \"disposing\"" -msgstr "MsgBox \"disposing\"" - -#. VexRZ -#: 03132000.xhp -msgctxt "" -"03132000.xhp\n" -"par_id3154098\n" -"help.text" -msgid "MsgBox \"elementInserted\"" -msgstr "MsgBox \"elementInserted\"" - -#. nDpha -#: 03132000.xhp -msgctxt "" -"03132000.xhp\n" -"par_id3153947\n" -"help.text" -msgid "MsgBox \"elementRemoved\"" -msgstr "MsgBox \"elementRemoved\"" - -#. LAA8q -#: 03132000.xhp -msgctxt "" -"03132000.xhp\n" -"par_id3148915\n" -"help.text" -msgid "MsgBox \"elementReplaced\"" -msgstr "MsgBox \"elementReplaced\"" - #. LEsCM #: 03132000.xhp msgctxt "" @@ -38428,13 +37969,13 @@ msgctxt "" msgid "' Always use the function name in English" msgstr "" -#. x87Fg +#. TDuCT #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id241629988142878\n" "help.text" -msgid "The macro below presents an example of how the <literal>MyVlook</literal> function can be called. If first creates a 5-by-2 data array and then calls the function <literal>MyVlook</literal> and shows the returned value using <literal>MsgBox</literal>." +msgid "The macro below presents an example of how the <literal>MyVlook</literal> function can be called. It first creates a 5-by-2 data array and then calls the function <literal>MyVlook</literal> and shows the returned value using <literal>MsgBox</literal>." msgstr "" #. XincG @@ -38563,13 +38104,13 @@ msgctxt "" msgid "Calling Add-In Calc Functions in BASIC" msgstr "" -#. ufZSW +#. q7CYD #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id261592359338681\n" "help.text" -msgid "The Calc Add-In functions are in service <literal>com.sun.star.sheet.addin.Analysis</literal>." +msgid "The Calc Add-In functions are in the UNO services <link href=\"text/sbasic/shared/calc_functions.xhp#analysis\" name=\"analysis\"><literal>com.sun.star.sheet.addin.Analysis</literal></link>, <link href=\"text/sbasic/shared/calc_functions.xhp#dates\" name=\"dates\"><literal>com.sun.star.sheet.addin.DateFunctions</literal></link> and <link href=\"text/sbasic/shared/calc_functions.xhp#pricing\" name=\"pricing\"><literal>com.sun.star.sheet.addin.PricingFunctions</literal></link>." msgstr "" #. 94wim @@ -38635,22 +38176,40 @@ msgctxt "" msgid "REM Cell A1 displays the localized function name" msgstr "" -#. mYEEy +#. gtxdC #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "hd_id661632676716180\n" "help.text" -msgid "Add-In Functions UNO service Names" +msgid "UNO Service Names for Analysis Add-In Functions" msgstr "" -#. PsFhU +#. SBEpf #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id651629988674793\n" "help.text" -msgid "The table below presents a list of all Calc Add-In functions and their respective UNO service names." +msgid "The table below presents a list of all Calc Analysis Add-In functions and their respective UNO service names." +msgstr "" + +#. 2NxGD +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id511592356505781\n" +"help.text" +msgid "Calc Function name" +msgstr "" + +#. b2FSD +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id471592356505782\n" +"help.text" +msgid "UNO service name" msgstr "" #. emGWD @@ -39562,22 +39121,265 @@ msgctxt "" msgid "YIELDMAT" msgstr "" -#. MqMrx -#: classmodule.xhp +#. 9EfRH +#: calc_functions.xhp msgctxt "" -"classmodule.xhp\n" -"tit\n" +"calc_functions.xhp\n" +"hd_id661632676736180\n" "help.text" -msgid "Option ClassModule" +msgid "UNO Service Names for Date Add-In Functions" msgstr "" -#. HFQ4r -#: classmodule.xhp +#. QMryg +#: calc_functions.xhp msgctxt "" -"classmodule.xhp\n" -"N0082\n" +"calc_functions.xhp\n" +"par_id751629988674793\n" +"help.text" +msgid "The table below presents a list of all Calc Date Add-In functions and their respective UNO service names." +msgstr "" + +#. dcQK3 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id511593356505781\n" +"help.text" +msgid "Calc Function name" +msgstr "" + +#. TEzJG +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id471593356505782\n" +"help.text" +msgid "UNO service name" +msgstr "" + +#. J6Jdh +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id721593355432992\n" +"help.text" +msgid "DAYSINMONTH" +msgstr "" + +#. yW5C5 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id761641413741892\n" +"help.text" +msgid "DAYSINYEAR" +msgstr "" + +#. 377AZ +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id361641413741893\n" +"help.text" +msgid "com.sun.star.sheet.addin.DateFunctions.getDaysInMonth" +msgstr "" + +#. vXhZ9 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id11641413916930\n" +"help.text" +msgid "MONTHS" +msgstr "" + +#. ug6Q2 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id261641413916931\n" +"help.text" +msgid "com.sun.star.sheet.addin.DateFunctions.getDiffMonths" +msgstr "" + +#. gWTY8 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id761641413962003\n" "help.text" -msgid "<bookmark_value>Option ClassModule</bookmark_value>" +msgid "WEEKS" +msgstr "" + +#. EEsD8 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id811641413962004\n" +"help.text" +msgid "com.sun.star.sheet.addin.DateFunctions.getDiffWeeks" +msgstr "" + +#. DjCEK +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id71641413988924\n" +"help.text" +msgid "YEARS" +msgstr "" + +#. 2bFJG +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id401641413988926\n" +"help.text" +msgid "com.sun.star.sheet.addin.DateFunctions.getDiffYears" +msgstr "" + +#. bNKK9 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id341641414018758\n" +"help.text" +msgid "ROT13" +msgstr "" + +#. XPK2a +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id831641414018760\n" +"help.text" +msgid "com.sun.star.sheet.addin.DateFunctions.getRot13" +msgstr "" + +#. A7nYJ +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id171641414040589\n" +"help.text" +msgid "WEEKSINYEAR" +msgstr "" + +#. sQKRo +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id391641414040590\n" +"help.text" +msgid "com.sun.star.sheet.addin.DateFunctions.getWeeksInYear" +msgstr "" + +#. qqkuj +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"hd_id661632676732180\n" +"help.text" +msgid "UNO Service Names for Pricing Add-In Functions" +msgstr "" + +#. ErZSq +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id751629983674793\n" +"help.text" +msgid "The table below presents a list of all Calc Pricing Add-In functions and their respective UNO service names." +msgstr "" + +#. mwzeA +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id511593356506781\n" +"help.text" +msgid "Calc Function name" +msgstr "" + +#. TRZn5 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id471593356505762\n" +"help.text" +msgid "UNO service name" +msgstr "" + +#. rQJPp +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id701641414383401\n" +"help.text" +msgid "OPT_BARRIER" +msgstr "" + +#. F3AGd +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id761641414383403\n" +"help.text" +msgid "com.sun.star.sheet.addin.PrincingFunctions.getOptBarrier" +msgstr "" + +#. zF653 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id131641414493411\n" +"help.text" +msgid "OPT_PROB_HIT" +msgstr "" + +#. NCqSi +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id191641414493413\n" +"help.text" +msgid "com.sun.star.sheet.addin.PrincingFunctions.getOptProbHit" +msgstr "" + +#. 2xAys +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id81641414542294\n" +"help.text" +msgid "OPT_PROB_INMONEY" +msgstr "" + +#. GwG8J +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id861641414542296\n" +"help.text" +msgid "com.sun.star.sheet.addin.PrincingFunctions.getOptProbInMoney" +msgstr "" + +#. WKVoC +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id711641414594816\n" +"help.text" +msgid "OPT_TOUCH" +msgstr "" + +#. kRZEk +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id561641414594817\n" +"help.text" +msgid "com.sun.star.sheet.addin.PrincingFunctions.getOptTouch" msgstr "" #. WS3B9 @@ -39607,15 +39409,6 @@ msgctxt "" msgid "This statement must be used jointly with <literal>Option Compatible</literal> statement or <literal>Option VBASupport 1</literal>, the former is enabling VBA compatibility mode, while the latter is enforcing VBA support on top of compatibility." msgstr "" -#. dmcDt -#: classmodule.xhp -msgctxt "" -"classmodule.xhp\n" -"N0086\n" -"help.text" -msgid "Option ClassModule" -msgstr "" - #. UoERn #: classmodule.xhp msgctxt "" @@ -39697,15 +39490,6 @@ msgctxt "" msgid "Multiple thorough class examples are available from <link href=\"text/sbasic/guide/access2base.xhp\">Access2Base shared Basic library</link>." msgstr "" -#. Z2Mg6 -#: code-stubs.xhp -msgctxt "" -"code-stubs.xhp\n" -"tit\n" -"help.text" -msgid "BasicCodeStubs" -msgstr "" - #. vSapF #: collection.xhp msgctxt "" @@ -40075,13 +39859,13 @@ msgctxt "" msgid "<variable id=\"compatibilitymodeh1\"><link href=\"text/sbasic/shared/compatibilitymode.xhp\" name=\"CompatibilityMode\">CompatibilityMode() Function</link></variable>" msgstr "" -#. KwAAR +#. ipFPG #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "N0120\n" "help.text" -msgid "<literal>CompatibilityMode()</literal> function is controlling runtime mode and affects all code executed after setting or resetting the mode." +msgid "<literal>CompatibilityMode()</literal> function controls runtime mode and affects all code executed after setting or resetting the mode." msgstr "" #. YSokk @@ -40138,6 +39922,15 @@ msgctxt "" msgid "Changing behavior of Basic <literal>Dir</literal> command. The directory flag (16) for the <literal>Dir</literal> command means that only directories are returned in %PRODUCTNAME Basic, while in VBA normal files and directories are returned." msgstr "" +#. DMpTx +#: compatibilitymode.xhp +msgctxt "" +"compatibilitymode.xhp\n" +"par_id901639929393688\n" +"help.text" +msgid "Color components calculation with the <link href=\"text/sbasic/shared/03010303.xhp\" name=\"linkred\"><literal>Red</literal></link> and <link href=\"text/sbasic/shared/03010301.xhp\" name=\"linkblue\"><literal>Blue</literal></link> functions which <emph>are interchanged</emph> (The <link href=\"text/sbasic/shared/03010302.xhp\" name=\"linkgreen\"><literal>Green</literal></link> function is not affected)." +msgstr "" + #. piCTC #: compatibilitymode.xhp msgctxt "" @@ -40201,22 +39994,13 @@ msgctxt "" msgid "Variables scope modification in <link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures and Functions</link> with <literal>CompatibilityMode()</literal> function." msgstr "" -#. 8pEXC -#: compatible.xhp -msgctxt "" -"compatible.xhp\n" -"tit\n" -"help.text" -msgid "Option Compatible" -msgstr "" - -#. NVDrC +#. YwBF4 #: compatible.xhp msgctxt "" "compatible.xhp\n" "N0103\n" "help.text" -msgid "<bookmark_value>Option Compatible</bookmark_value> <bookmark_value>VBA compatibility option</bookmark_value>" +msgid "<bookmark_value>VBA compatibility option</bookmark_value>" msgstr "" #. imVdb diff --git a/source/ru/helpcontent2/source/text/sbasic/shared/03.po b/source/ru/helpcontent2/source/text/sbasic/shared/03.po index 2f55b7a8805..09cba38eae1 100644 --- a/source/ru/helpcontent2/source/text/sbasic/shared/03.po +++ b/source/ru/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: 2021-12-20 13:20+0100\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2018-07-12 14:35+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1078,13 +1078,13 @@ msgctxt "" msgid "<variable id=\"ArrayService\"><link href=\"text/sbasic/shared/03/sf_array.xhp\" name=\"ScriptForge.Array Service\"><literal>ScriptForge</literal>.<literal>Array</literal> service</link></variable>" msgstr "" -#. SyLSL +#. jMjFA #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id991582454416549\n" "help.text" -msgid "Provides a collection of methods for manipulating and transforming arrays of one dimension (vectors) and arrays of two dimensions (matrices). This includes set operations, sorting, importing to and exporting from text files." +msgid "Provides a collection of methods for manipulating and transforming arrays of one dimension (vectors) and arrays of two dimensions (matrices). This includes set operations, sorting, importing from and exporting to text files." msgstr "" #. WjgHr @@ -1708,6 +1708,33 @@ msgctxt "" msgid "Consider the CSV file \"myFile.csv\" with the following contents:" msgstr "" +#. T6E8L +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id281626980354105\n" +"help.text" +msgid "<input>Name,DateOfBirth,Address,City</input>" +msgstr "" + +#. FRZKB +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id301626980648833\n" +"help.text" +msgid "<input>Anna,2002/03/31,\"Rue de l'église, 21\",Toulouse</input>" +msgstr "" + +#. g2r8f +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id881626980658900\n" +"help.text" +msgid "<input>Fred,1998/05/04,\"Rue Albert Einstein, 113A\",Carcassonne</input>" +msgstr "" + #. xNCNA #: sf_array.xhp msgctxt "" @@ -1717,6 +1744,78 @@ msgctxt "" msgid "The examples below in Basic and Python read the contents of the CSV file into an <literal>Array</literal> object." msgstr "" +#. F4yYB +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"bas_id531585561482408\n" +"help.text" +msgid "arr = SF_Array.ImportFromCSVFile(\"C:\\Temp\\myFile.csv\", DateFormat := \"YYYY/MM/DD\")" +msgstr "" + +#. wyEqv +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"bas_id621585561482783\n" +"help.text" +msgid "MsgBox arr(0, 3) ' City" +msgstr "" + +#. tDMNL +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"bas_id21585564425349\n" +"help.text" +msgid "MsgBox arr(1, 2) ' Rue de l'église, 21" +msgstr "" + +#. SBfVW +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"bas_id831585564433851\n" +"help.text" +msgid "MsgBox arr(1, 3) ' Toulouse" +msgstr "" + +#. DpxfS +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"pyc_id511626979992999\n" +"help.text" +msgid "arr = svc.ImportFromCSVFile(r\"C:\\Temp\\myFile.csv\", dateformat = \"YYYY/MM/DD\")" +msgstr "" + +#. asqiD +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"pyc_id211626979993191\n" +"help.text" +msgid "bas.MsgBox(arr[0][3]) # City" +msgstr "" + +#. 2gFXA +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"pyc_id671626979993408\n" +"help.text" +msgid "bas.MsgBox(arr[1][2]) # Rue de l'église, 21" +msgstr "" + +#. kYfmG +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"pyc_id481626979993648\n" +"help.text" +msgid "bas.MsgBox(arr[1][3]) # Toulouse" +msgstr "" + #. xCx7D #: sf_array.xhp msgctxt "" @@ -2644,13 +2743,13 @@ msgctxt "" msgid "' ... Run queries, SQL statements, ..." msgstr "" -#. DA8ob +#. eRmFK #: sf_base.xhp msgctxt "" "sf_base.xhp\n" "pyc_id351623104861223\n" "help.text" -msgid "' ... Run queries, SQL statements, ..." +msgid "# ... Run queries, SQL statements, ..." msgstr "" #. mBphD @@ -4786,13 +4885,13 @@ msgctxt "" msgid "If only <literal>sheetname</literal> is specified, an zero-based array of strings containing the names of all charts is returned." msgstr "" -#. pGvVW +#. CLbLn #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id371635438509045\n" "help.text" -msgid "If a <literal>chartname</literal> is provided, than a single object corresponding to the desired chart is returned. The specified chart must exist." +msgid "If a <literal>chartname</literal> is provided, then a single object corresponding to the desired chart is returned. The specified chart must exist." msgstr "" #. T2e3d @@ -5587,13 +5686,13 @@ msgctxt "" msgid "The language is English/US, which implies that the decimal separator is \".\" and the thousands separator is \",\"." msgstr "" -#. TX82d +#. tDYGo #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id531611757154931\n" "help.text" -msgid "To learn more about the CSV Filter Options, refer to the <link href=\"https://wiki.openoffice.org/wiki/Documentation/DevGuide/Spreadsheets/Filter_Options#Filter_Options_for_the_CSV_Filter\" name=\"Filter Options\">Filter Options Wiki page</link>." +msgid "To learn more about the CSV Filter Options, refer to the <link href=\"text/shared/guide/csv_params.xhp\" name=\"CSV Filter Options\">CSV Filter Options help page</link>." msgstr "" #. vPPYx @@ -6460,13 +6559,13 @@ msgctxt "" msgid "Moves a given range of cells downwards by inserting empty rows. The current selection is not affected." msgstr "" -#. VTxxB +#. 5qm5w #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id801637929435655\n" "help.text" -msgid "Depending on the value of the <literal>wholerows</literal> argument the inserted rows can either span the width of the specified range or span all columns in the row." +msgid "Depending on the value of the <literal>wholerow</literal> argument the inserted rows can either span the width of the specified range or span all columns in the row." msgstr "" #. uvH4j @@ -6559,13 +6658,13 @@ msgctxt "" msgid "Deletes the leftmost columns of a given range and moves to the left all cells to the right of the affected range. The current selection is not affected." msgstr "" -#. iawBn +#. EzzWo #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id801637929460261\n" "help.text" -msgid "Depending on the value of the <literal>wholecolumns</literal> argument the deleted columns can either span the height of the specified range or span all rows in the column." +msgid "Depending on the value of the <literal>wholecolumn</literal> argument the deleted columns can either span the height of the specified range or span all rows in the column." msgstr "" #. BXEkG @@ -6640,13 +6739,13 @@ msgctxt "" msgid "Deletes the topmost rows of a given range and moves upwards all cells below the affected range. The current selection is not affected." msgstr "" -#. kb5h3 +#. zkYo7 #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id801637929435361\n" "help.text" -msgid "Depending on the value of the <literal>wholerows</literal> argument the deleted rows can either span the width of the specified range or span all columns in the row." +msgid "Depending on the value of the <literal>wholerow</literal> argument the deleted rows can either span the width of the specified range or span all columns in the row." msgstr "" #. s9Nfb @@ -6721,13 +6820,13 @@ msgctxt "" msgid "Moves a given range of cells to the right by inserting empty columns. The current selection is not affected." msgstr "" -#. RxvcF +#. CDi3E #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id801637929335255\n" "help.text" -msgid "Depending on the value of the <literal>wholecolumns</literal> argument the inserted columns can either span the height of the specified range or span all rows in the column." +msgid "Depending on the value of the <literal>wholecolumn</literal> argument the inserted columns can either span the height of the specified range or span all rows in the column." msgstr "" #. Fh33o @@ -6883,22 +6982,22 @@ msgctxt "" msgid "'Sort range based on columns A (ascending) and C (descending)" msgstr "" -#. rGNeZ +#. HyPhE #: sf_chart.xhp msgctxt "" "sf_chart.xhp\n" "tit\n" "help.text" -msgid "ScriptForge.Chart service" +msgid "SFDocuments.Chart service" msgstr "" -#. UFBLD +#. bv49k #: sf_chart.xhp msgctxt "" "sf_chart.xhp\n" "bm_id681600788076499\n" "help.text" -msgid "<variable id=\"ChartService\"><link href=\"text/sbasic/shared/03/sf_chart.xhp\" name=\"Chart service\"><literal>ScriptForge</literal>.<literal>Chart</literal> service</link></variable>" +msgid "<variable id=\"ChartService\"><link href=\"text/sbasic/shared/03/sf_chart.xhp\" name=\"Chart service\"><literal>SFDocuments</literal>.<literal>Chart</literal> service</link></variable>" msgstr "" #. nPHDK @@ -10843,13 +10942,13 @@ msgctxt "" msgid "<emph>alignments</emph>: Defines the alignment in each column as a string in which each character can be \"L\" (Left), \"C\" (Center), \"R\" (Right) or \" \" (whitespace, default, meaning left for strings and right for numeric values). If the length of the string is shorter than the number of columns in the table, then the last character in the string is used to define the alignment of the remaining columns." msgstr "" -#. FCNEg +#. CK6RC #: sf_dialogcontrol.xhp msgctxt "" "sf_dialogcontrol.xhp\n" "par_id381638569172413\n" "help.text" -msgid "The following example assumes that the dialog <literal>myDialog</literal> has a <literal>TableControl</literal> named <literal>Grid1</literal> with \"Show header row\" and \"Show column row\" properties set to \"Yes\"." +msgid "The following example assumes that the dialog <literal>myDialog</literal> has a <literal>TableControl</literal> named <literal>Grid1</literal> with \"Show row header\" and \"Show column header\" properties set to \"Yes\"." msgstr "" #. N9Byz @@ -10879,15 +10978,6 @@ msgctxt "" msgid "MsgBox \"Row \" & oTable.ListIndex & \" is selected.\"" msgstr "" -#. yyATt -#: sf_dialogcontrol.xhp -msgctxt "" -"sf_dialogcontrol.xhp\n" -"pyc_id111638569958471\n" -"help.text" -msgid "dlg = CreateScriptService(\"Dialog\", \"GlobalScope\", \"Standard\", \"myDialog\")" -msgstr "" - #. HNmmm #: sf_dialogcontrol.xhp msgctxt "" @@ -11347,13 +11437,13 @@ msgctxt "" msgid "Note in the example below that a Python dictionary needs to be passed as the second argument of the <literal>CreateScriptService</literal> method." msgstr "" -#. wTUQt +#. oZEpN #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id421610393306916\n" "help.text" -msgid "Many services and methods in the UNO library take in parameters represented using the <literal>PropertyValue</literal> struct, which is part of the LibreOffice API." +msgid "Many services and methods in the UNO library take in parameters represented using the <literal>PropertyValue</literal> struct, which is part of the %PRODUCTNAME API." msgstr "" #. 3afLF @@ -11455,13 +11545,13 @@ msgctxt "" msgid "Inserts the contents of an array of <literal>PropertyValue</literal> objects into the current dictionary. <literal>PropertyValue</literal> Names are used as Keys in the dictionary, whereas Values contain the corresponding values. Returns <literal>True</literal> if successful." msgstr "" -#. 95A5W +#. BQybf #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id751588941968522\n" "help.text" -msgid "<emph>propertyvalues</emph>: A zero-based 1-dimensional array containing <literal>com.sun.star.beans.PropertyValue</literal> objects. This parameter may also be a single <literal>propertyvalue</literal> object not contained in an Array." +msgid "<emph>propertyvalues</emph>: A zero-based 1-dimensional array containing <literal>com.sun.star.beans.PropertyValue</literal> objects. This parameter may also be a single <literal>PropertyValue</literal> object not contained in an Array." msgstr "" #. g5bHm @@ -11491,13 +11581,13 @@ msgctxt "" msgid "Retrieves an existing dictionary entry based on its key. Returns the value of the item if successful, otherwise returns <literal>Empty</literal>." msgstr "" -#. CGLFi +#. MV7Wq #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id551582890399669\n" "help.text" -msgid "<emph>key</emph>: Not case-sensitive. Must exist in the dictionary, otherwise an <literal>UNKNOWNKEYERROR</literal> error is raised." +msgid "<emph>key</emph>: Not case-sensitive. If it does not exist, <literal>Empty</literal> value is returned." msgstr "" #. rGqyT @@ -12085,6 +12175,105 @@ msgctxt "" msgid "<emph>saveask</emph> : If <literal>True</literal> (default), the user is invited to confirm if the changes should be written on disk. This argument is ignored if the document was not modified." msgstr "" +#. RhAbC +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id651589200121080\n" +"help.text" +msgid "Creates a new menu entry in the menubar of a given document window." +msgstr "" + +#. A7owo +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id981611149616155\n" +"help.text" +msgid "This method returns an instance of the <link href=\"text/sbasic/shared/03/sf_menu.xhp\" name=\"Menu_link1\"><input>SFWidgets.Menu</input></link> service." +msgstr "" + +#. GKeq5 +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id721643121487974\n" +"help.text" +msgid "The menu created is only available during the current %PRODUCTNAME session and is not saved neither in the document nor in the global application settings. Hence closing the document window will make the menu disappear. It will only reappear when the macro that creates the menu is executed again." +msgstr "" + +#. szVYB +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id361589200120316\n" +"help.text" +msgid "<emph>menuheader</emph>: The toplevel name of the new menu." +msgstr "" + +#. iCSZE +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id361589200129686\n" +"help.text" +msgid "<emph>before</emph>: The name (as a string) or position (as an integer starting at 1) of an existing menu before which the new menu will be placed. If no value is defined for this argument, the menu will be created at the last position in the menubar." +msgstr "" + +#. LX4b9 +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id361589200122507\n" +"help.text" +msgid "<emph>submenuchar</emph>: The delimiter used to create menu trees when calling methods as <literal>AddItem</literal> from the <literal>Menu</literal> service. The default value is \">\"." +msgstr "" + +#. FhwFZ +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"bas_id751622827903865\n" +"help.text" +msgid "Set oMenu = oDoc.CreateMenu(\"My Menu\")" +msgstr "" + +#. iDefE +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"bas_id391643120224507\n" +"help.text" +msgid "' Add items to the menu" +msgstr "" + +#. t4cXb +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"bas_id100164312025160\n" +"help.text" +msgid "' After creating the menu, the service instance can be disposed of" +msgstr "" + +#. WuNHU +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"pyc_id221622827943208\n" +"help.text" +msgid "menu = doc.CreateMenu(\"My Menu\")" +msgstr "" + +#. Jx4RF +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id271643139068194\n" +"help.text" +msgid "Refer to the <link href=\"text/sbasic/shared/03/sf_menu.xhp\" name=\"Menu_link2\"><input>SFWidgets.Menu</input></link> help page to learn more about how to create/remove menus in %PRODUCTNAME document windows." +msgstr "" + #. CGKZA #: sf_document.xhp msgctxt "" @@ -12211,6 +12400,60 @@ msgctxt "" msgid "<emph>copies</emph>: The number of copies. Default is 1." msgstr "" +#. VDMiZ +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id651589200165470\n" +"help.text" +msgid "Removes a toplevel menu from the menubar of a given document window." +msgstr "" + +#. wfDbr +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id981611149610695\n" +"help.text" +msgid "Returns <literal>True</literal> if the specified menu could be removed. If the specified menu does not exist, the method returns <literal>False</literal>." +msgstr "" + +#. eNVDJ +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id571643121106014\n" +"help.text" +msgid "This method can be used to remove any menu entry from the document window, including default menus. However, none of these changes in the menubar are saved to the document or to the application settings. To restore the menubar to the default settings, simply close and reopen the document window." +msgstr "" + +#. E6ahL +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id361589200121156\n" +"help.text" +msgid "<emph>menuheader</emph>: The toplevel name of the menu to be removed." +msgstr "" + +#. yRoDW +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"bas_id391643120223147\n" +"help.text" +msgid "oDoc.RemoveMenu(\"My Menu\")" +msgstr "" + +#. BnmiF +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"pyc_id221622827946338\n" +"help.text" +msgid "doc.RemoveMenu(\"My Menu\")" +msgstr "" + #. Nmwv9 #: sf_document.xhp msgctxt "" @@ -18925,6 +19168,681 @@ msgctxt "" msgid "Consider the following code is running on a %PRODUCTNAME installation with locale set to \"es-ES\". Additionally, there is a file \"es-ES.po\" inside the specified folder that translates the string passed to the <literal>GetText</literal> method:" msgstr "" +#. yD78g +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"tit\n" +"help.text" +msgid "SFWidgets.Menu service" +msgstr "" + +#. F5KPb +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"bm_id681600788076499\n" +"help.text" +msgid "<variable id=\"MenuService\"><link href=\"text/sbasic/shared/03/sf_menu.xhp\" name=\"Menu service\"><literal>SFWidgets</literal>.<literal>Menu</literal> service</link></variable>" +msgstr "" + +#. FqGPg +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id181600788076612\n" +"help.text" +msgid "The <literal>Menu</literal> service can be used to create and remove menus from the menubar of a %PRODUCTNAME document window. Each menu entry can be associated with a script or with a UNO command. This service provides the following capabilities:" +msgstr "" + +#. UYDdv +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id301600788076785\n" +"help.text" +msgid "Creation of menus with custom entries, checkboxes, radio buttons and separators." +msgstr "" + +#. KB9XF +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id1001600788076848\n" +"help.text" +msgid "Decoration of menu items with icons and tooltips." +msgstr "" + +#. JSwJW +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id581643133675012\n" +"help.text" +msgid "Menus created with this service are available only for a specified document window. They are not saved into the document or as application settings. Closing and opening the document will restore the default menubar settings." +msgstr "" + +#. FEfWE +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id291643224925643\n" +"help.text" +msgid "When OLE objects such as Math formulas or Calc charts are edited from within a document, %PRODUCTNAME reconfigures the menubar according to the object. When this happens, the menus created with the <literal>Menu</literal> service are removed and are not be restored after editing the OLE object." +msgstr "" + +#. GftK9 +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"hd_id281600788076359\n" +"help.text" +msgid "Service invocation" +msgstr "" + +#. DzDmt +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id321614902851541\n" +"help.text" +msgid "The <literal>Menu</literal> service is instantiated by calling the <link href=\"text/sbasic/shared/03/sf_document.xhp#CreateMenu\" name=\"CreateMenu_link\"><literal>CreateMenu</literal></link> method from the <literal>Document</literal> service. The code snippet below creates a menu named <emph>My Menu</emph> in the current document window with two entries <emph>Item A</emph> and <emph>Item B</emph>." +msgstr "" + +#. pf7FV +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"bas_id261643134374056\n" +"help.text" +msgid "Set oMenu = oDoc.CreateMenu(\"My Menu\")" +msgstr "" + +#. Hoh4Q +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"bas_id431643134582213\n" +"help.text" +msgid ".AddItem(\"Item A\", Command := \"About\")" +msgstr "" + +#. u52BY +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"bas_id571643134582396\n" +"help.text" +msgid ".AddItem(\"Item B\", Script := \"vnd.sun.star.script:Standard.Module1.ItemB_Listener?language=Basic&location=application\")" +msgstr "" + +#. nd5od +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id371643135157996\n" +"help.text" +msgid "After creating the menu, it is recommended to call the <literal>Dispose</literal> method to free the resources used by the <literal>Menu</literal> service instance." +msgstr "" + +#. 2VDkD +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id341636718182262\n" +"help.text" +msgid "In the example above, <emph>Item A</emph> is associated with the UNO command <literal>.uno:About</literal> whereas <emph>Item B</emph> is associated with the script <literal>ItemB_Listener</literal> defined in <literal>Module1</literal> of the <literal>Standard</literal> library of the <literal>My Macros</literal> container." +msgstr "" + +#. 9G7de +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id851635274721129\n" +"help.text" +msgid "The following example defines <literal>ItemB_Listener</literal> that will be called when <emph>Item B</emph> is clicked. This listener simply splits the argument string passed to the <literal>Sub</literal> and shows them in a message box." +msgstr "" + +#. AFHBG +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"bas_id716431354225603\n" +"help.text" +msgid "' Process the argument string passed to the listener" +msgstr "" + +#. GzLwF +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"bas_id901643135423012\n" +"help.text" +msgid "MsgBox \"Menu name: \" & sArgs(0) & Chr(13) & _" +msgstr "" + +#. qGB7L +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"bas_id301643136028263\n" +"help.text" +msgid "\"Menu item: \" & sArgs(1) & Chr(13) & _" +msgstr "" + +#. wFTww +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"bas_id181643136028557\n" +"help.text" +msgid "\"Item ID: \" & sArgs(2) & Chr(13) & _" +msgstr "" + +#. 9SGVd +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"bas_id561643136028710\n" +"help.text" +msgid "\"Item status: \" & sArgs(3)" +msgstr "" + +#. MQJ7M +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id531636493797707\n" +"help.text" +msgid "As shown in the example above, menu entries associated with a script receive a comma-separated string argument with the following values:" +msgstr "" + +#. uprfo +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id921643136489994\n" +"help.text" +msgid "The toplevel name of the menu." +msgstr "" + +#. 7Jxz9 +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id611643136491059\n" +"help.text" +msgid "The string ID of the selected menu entry." +msgstr "" + +#. hENoG +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id961643136491491\n" +"help.text" +msgid "The numeric ID of the selected menu entry." +msgstr "" + +#. nYABy +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id381643136494580\n" +"help.text" +msgid "The current state of the menu item. This is useful for checkboxes and radio buttons. If the item is checked, the value \"1\" is returned, otherwise \"0\" is returned." +msgstr "" + +#. HHjiV +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id131635275172617\n" +"help.text" +msgid "The examples above can be written in Python as follows:" +msgstr "" + +#. ENT7Q +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"pyc_id981636717957632\n" +"help.text" +msgid "msg = f\"Menu item: {s_args[0]}\\n\"" +msgstr "" + +#. 8MYNj +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"pyc_id851636718008427\n" +"help.text" +msgid "msg += f\"Menu name: {s_args[1]}\\n\"" +msgstr "" + +#. EfEaE +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"pyc_id331636727047102\n" +"help.text" +msgid "msg += f\"Item ID: {s_args[2]}\\n\"" +msgstr "" + +#. FPzcf +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"pyc_id71643137333404\n" +"help.text" +msgid "msg += f\"Item status: {s_args[3]}\"" +msgstr "" + +#. XxChZ +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"hd_id711600788076834\n" +"help.text" +msgid "Properties" +msgstr "" + +#. 98USM +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id461600788076917\n" +"help.text" +msgid "Name" +msgstr "" + +#. fT8mQ +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id221600788076591\n" +"help.text" +msgid "Readonly" +msgstr "" + +#. DGBgA +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id761600788076328\n" +"help.text" +msgid "Type" +msgstr "" + +#. 2EE9k +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id67160078807636\n" +"help.text" +msgid "Description" +msgstr "" + +#. qnRDA +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id49160078807654\n" +"help.text" +msgid "No" +msgstr "" + +#. LE27e +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id81600788076419\n" +"help.text" +msgid "Character used to define the access key of a menu item. The default character is \"~\"." +msgstr "" + +#. GSJAG +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id311600788076756\n" +"help.text" +msgid "No" +msgstr "" + +#. fb3iG +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id441600788076826\n" +"help.text" +msgid "Character or string that defines how menu items are nested. The default character is \">\"." +msgstr "" + +#. bDCZ8 +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"hd_id181636719707892\n" +"help.text" +msgid "Menu and Submenus" +msgstr "" + +#. YE5FL +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id741636719725402\n" +"help.text" +msgid "To create a menu with submenus, use the character defined in the <literal>SubmenuCharacter</literal> property while creating the menu entry to define where it will be placed. For instance, consider the following menu/submenu hierarchy." +msgstr "" + +#. Y4ETY +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id211636720111489\n" +"help.text" +msgid "The code below uses the default submenu character \">\" to create the menu/submenu hierarchy defined above:" +msgstr "" + +#. WkCis +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id121636721243578\n" +"help.text" +msgid "The string \"---\" is used to define line separators in menus or submenus." +msgstr "" + +#. CYbLC +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"hd_id501582887473754\n" +"help.text" +msgid "Methods" +msgstr "" + +#. Lofgb +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id891611613601554\n" +"help.text" +msgid "List of Methods in the Menu Service" +msgstr "" + +#. aDqJH +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id93158919969864\n" +"help.text" +msgid "Inserts a check box in the menu. Returns an integer value that identifies the inserted item." +msgstr "" + +#. T8Fkq +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id821591631203996\n" +"help.text" +msgid "<emph>menuitem:</emph> Defines the text to be displayed in the menu. This argument also defines the hierarchy of the item inside the menu by using the submenu character." +msgstr "" + +#. SkMmC +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id821591631203116\n" +"help.text" +msgid "<emph>name:</emph> String value used to identify the menu item. By default, the last component of the menu hierarchy is used." +msgstr "" + +#. 7zhpM +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id821591631203133\n" +"help.text" +msgid "<emph>status:</emph> Defines whether the item is selected when the menu is created (Default = <literal>False</literal>)." +msgstr "" + +#. JPboo +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id11636721653313\n" +"help.text" +msgid "<emph>icon:</emph> Path and name of the icon to be displayed without the leading path separator. The actual icon shown depends on the icon set being used." +msgstr "" + +#. YzJwB +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id11636721653208\n" +"help.text" +msgid "<emph>tooltip:</emph> Text to be displayed as tooltip." +msgstr "" + +#. 3WPXT +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id11636721653328\n" +"help.text" +msgid "<emph>command:</emph> The name of a UNO command without the <literal>.uno:</literal> prefix. If the command name does not exist, nothing happens." +msgstr "" + +#. LaF26 +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id11636721653107\n" +"help.text" +msgid "<emph>script:</emph> The URI for a Basic or Python script that will be executed when the item is clicked." +msgstr "" + +#. PTXhK +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id31643198954204\n" +"help.text" +msgid "The arguments <literal>command</literal> and <literal>script</literal> are mutually exclusive, hence only one of them can be set for each menu item." +msgstr "" + +#. 7fb2n +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id31643148484084\n" +"help.text" +msgid "Read <link href=\"https://wiki.openoffice.org/wiki/Documentation/DevGuide/Scripting/Scripting_Framework_URI_Specification\" name=\"URI_Notation\">Scripting Framework URI Specification</link> to learn more about the URI syntax used in the <literal>script</literal> argument." +msgstr "" + +#. Aj8cF +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"bas_id191643306748853\n" +"help.text" +msgid "' Menu entry associated with the .uno:Paste command" +msgstr "" + +#. gQCkK +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"bas_id271643147793320\n" +"help.text" +msgid "' Runs the Basic script Standard.Module1.MyListener stored in the document" +msgstr "" + +#. zSD5u +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"bas_id801643306742620\n" +"help.text" +msgid "' Runs the Python script MysListener located in file myScripts.py in the user scripts folder" +msgstr "" + +#. uAbp9 +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id93158919963364\n" +"help.text" +msgid "Inserts a label entry in the menu. Returns an integer value that identifies the inserted item." +msgstr "" + +#. tCHcD +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id821591631203021\n" +"help.text" +msgid "<emph>menuitem:</emph> Defines the text to be displayed in the menu. This argument also defines the hierarchy of the item inside the menu by using the submenu character." +msgstr "" + +#. yFQns +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id821591631203026\n" +"help.text" +msgid "<emph>name:</emph> String value to be returned when the item is clicked. By default, the last component of the menu hierarchy is used." +msgstr "" + +#. DMEeJ +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id11636721652886\n" +"help.text" +msgid "<emph>icon:</emph> Path and name of the icon to be displayed without the leading path separator. The actual icon shown depends on the icon set being used." +msgstr "" + +#. aZPNP +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id11636721653118\n" +"help.text" +msgid "<emph>tooltip:</emph> Text to be displayed as tooltip." +msgstr "" + +#. 23fax +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id11636721653314\n" +"help.text" +msgid "<emph>command:</emph> The name of a UNO command without the <literal>.uno:</literal> prefix. If the command name does not exist, nothing happens." +msgstr "" + +#. wysyV +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id11636721652057\n" +"help.text" +msgid "<emph>script:</emph> The URI for a Basic or Python script that will be executed when the item is clicked." +msgstr "" + +#. QYzCL +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"bas_id41158919969106\n" +"help.text" +msgid "oMenu.AddItem(\"Item A\", Tooltip := \"A descriptive message\")" +msgstr "" + +#. dxYAv +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"pyc_id321621534170554\n" +"help.text" +msgid "oMenu.AddItem(\"Item A\", tooltip = \"A descriptive message\")" +msgstr "" + +#. qB7zU +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id93158919969399\n" +"help.text" +msgid "Inserts a radio button entry in the menu. Returns an integer value that identifies the inserted item." +msgstr "" + +#. FTrvY +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id821591631203501\n" +"help.text" +msgid "<emph>menuitem:</emph> Defines the text to be displayed in the menu. This argument also defines the hierarchy of the item inside the menu by using the submenu character." +msgstr "" + +#. syjtC +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id821591631228716\n" +"help.text" +msgid "<emph>name:</emph> String value to be returned when the item is clicked. By default, the last component of the menu hierarchy is used." +msgstr "" + +#. 7WBgE +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id821591631203643\n" +"help.text" +msgid "<emph>status:</emph> Defines whether the item is selected when the menu is created (Default = <literal>False</literal>)." +msgstr "" + +#. 4uxXA +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id11636721653228\n" +"help.text" +msgid "<emph>icon:</emph> Path and name of the icon to be displayed without the leading path separator. The actual icon shown depends on the icon set being used." +msgstr "" + +#. ZfFDR +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id11636721653114\n" +"help.text" +msgid "<emph>tooltip:</emph> Text to be displayed as tooltip." +msgstr "" + +#. Sx9Bm +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id11636721653447\n" +"help.text" +msgid "<emph>command:</emph> The name of a UNO command without the <literal>.uno:</literal> prefix. If the command name does not exist, nothing happens." +msgstr "" + +#. AEnA6 +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id11636721652598\n" +"help.text" +msgid "<emph>script:</emph> The URI for a Basic or Python script that will be executed when the item is clicked." +msgstr "" + #. yYNtX #: sf_methods.xhp msgctxt "" @@ -19582,22 +20500,22 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04060104.xhp#bm_id3691824\" name=\"Calc_Info\">Platform information with INFO(\"system\") Calc formula</link>" msgstr "" -#. 3RZGR +#. h6atN #: sf_popupmenu.xhp msgctxt "" "sf_popupmenu.xhp\n" "tit\n" "help.text" -msgid "ScriptForge.PopupMenu service" +msgid "SFWidgets.PopupMenu service" msgstr "" -#. NWwqN +#. QADne #: sf_popupmenu.xhp msgctxt "" "sf_popupmenu.xhp\n" "bm_id681600788076499\n" "help.text" -msgid "<variable id=\"PopupMenuService\"><link href=\"text/sbasic/shared/03/sf_popupmenu.xhp\" name=\"PopupMenu service\"><literal>ScriptForge</literal>.<literal>PopupMenu</literal> service</link></variable>" +msgid "<variable id=\"PopupMenuService\"><link href=\"text/sbasic/shared/03/sf_popupmenu.xhp\" name=\"PopupMenu service\"><literal>SFWidgets</literal>.<literal>PopupMenu</literal> service</link></variable>" msgstr "" #. DGbZ3 @@ -19789,40 +20707,40 @@ msgctxt "" msgid "Description" msgstr "" -#. G2c6G +#. qnMK2 #: sf_popupmenu.xhp msgctxt "" "sf_popupmenu.xhp\n" -"par_id311600788076756\n" +"par_id49160078807654\n" "help.text" msgid "No" msgstr "" -#. bcd7a +#. zYGVp #: sf_popupmenu.xhp msgctxt "" "sf_popupmenu.xhp\n" -"par_id441600788076826\n" +"par_id81600788076419\n" "help.text" -msgid "Character or string that defines how menu items are nested. The default character is \">\"." +msgid "Character used to define the access key of a menu item. The default character is \"~\"." msgstr "" -#. qnMK2 +#. G2c6G #: sf_popupmenu.xhp msgctxt "" "sf_popupmenu.xhp\n" -"par_id49160078807654\n" +"par_id311600788076756\n" "help.text" msgid "No" msgstr "" -#. zYGVp +#. bcd7a #: sf_popupmenu.xhp msgctxt "" "sf_popupmenu.xhp\n" -"par_id81600788076419\n" +"par_id441600788076826\n" "help.text" -msgid "Character used to define the access key of a menu item. The default character is \"~\"." +msgid "Character or string that defines how menu items are nested. The default character is \">\"." msgstr "" #. drBFS @@ -19870,13 +20788,13 @@ msgctxt "" msgid "Using icons" msgstr "" -#. ddHxQ +#. UKLV5 #: sf_popupmenu.xhp msgctxt "" "sf_popupmenu.xhp\n" "par_id981636723485402\n" "help.text" -msgid "Items in the popup menu can have icons, which are specified as arguments in the <literal>AddCheckBox</literal>, <literal>AddItem</literal> and <literal>AddRadioButton</literal> methods." +msgid "Items in the menu can have icons, which are specified as arguments in the <literal>AddCheckBox</literal>, <literal>AddItem</literal> and <literal>AddRadioButton</literal> methods." msgstr "" #. TLDpD @@ -20050,13 +20968,13 @@ msgctxt "" msgid "myPopup.AddItem(\"Item A\", Tooltip := \"A descriptive message\")" msgstr "" -#. 4euLD +#. VDLFK #: sf_popupmenu.xhp msgctxt "" "sf_popupmenu.xhp\n" "pyc_id321621534170554\n" "help.text" -msgid "myPopup.AddItem(\"Item A\", tooltip = \"A descriptive message\")" +msgid "my_popup.AddItem(\"Item A\", tooltip = \"A descriptive message\")" msgstr "" #. U2vBb @@ -20122,13 +21040,13 @@ msgctxt "" msgid "Displays the popup menu and waits for a user action. Returns the item clicked by the user." msgstr "" -#. GruyE +#. qwwKx #: sf_popupmenu.xhp msgctxt "" "sf_popupmenu.xhp\n" "par_id101636726249788\n" "help.text" -msgid "If the user clicks outside the popup menu ou presses the <keycode>Esc</keycode> key, then no item is selected. In such cases, the returned value depends on the <literal>returnid</literal> parameter. If <literal>returnid = True</literal> and no item is selected, then the value 0 (zero) is returned. Otherwise an empty string \"\" is returned." +msgid "If the user clicks outside the popup menu or presses the <keycode>Esc</keycode> key, then no item is selected. In such cases, the returned value depends on the <literal>returnid</literal> parameter. If <literal>returnid = True</literal> and no item is selected, then the value 0 (zero) is returned. Otherwise an empty string \"\" is returned." msgstr "" #. EFriZ @@ -21598,6 +22516,15 @@ msgctxt "" msgid "You can use the properties above to identify or insert the corresponding characters inside strings. For example, the Linefeed can be replaced by <literal>SF_String.sfLF</literal>." msgstr "" +#. DDXd3 +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"par_id891611613601554\n" +"help.text" +msgid "List of Methods in the String Service" +msgstr "" + #. TFfR3 #: sf_string.xhp msgctxt "" @@ -25207,15 +26134,6 @@ msgctxt "" msgid "Some methods are generic for all types of documents and are inherited from the <literal>SF_Document</literal> module, whereas other methods that are specific for Writer documents are defined in the <literal>SF_Writer</literal> module." msgstr "" -#. ojZFF -#: sf_writer.xhp -msgctxt "" -"sf_writer.xhp\n" -"par_id591589189364267\n" -"help.text" -msgid "The <literal>SF_Writer</literal> module is focused on:" -msgstr "" - #. LTpqJ #: sf_writer.xhp msgctxt "" diff --git a/source/ru/helpcontent2/source/text/scalc/00.po b/source/ru/helpcontent2/source/text/scalc/00.po index e71474f6ffc..4de3f648e86 100644 --- a/source/ru/helpcontent2/source/text/scalc/00.po +++ b/source/ru/helpcontent2/source/text/scalc/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: 00\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-09-27 19:09+0200\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2019-12-24 16:19+0000\n" "Last-Translator: kompilainenn <79045_79045@mail.ru>\n" "Language-Team: Russian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc00/ru/>\n" @@ -286,6 +286,15 @@ msgctxt "" msgid "<variable id=\"seumvo\">Choose <emph>View - Page Break</emph>.</variable>" msgstr "<variable id=\"seumvo\">Выберите <emph>Вид - Разметка страниц</emph>.</variable>" +#. YeaFw +#: 00000403.xhp +msgctxt "" +"00000403.xhp\n" +"par_id3155383\n" +"help.text" +msgid "<variable id=\"functionlist\">Choose <menuitem>View - Function List</menuitem>.</variable>" +msgstr "" + #. yDXA6 #: 00000404.xhp msgctxt "" @@ -583,15 +592,6 @@ msgctxt "" msgid "<variable id=\"addinana\"><emph>Insert - Function</emph> - Category <emph>Add-In</emph></variable>" msgstr "<variable id=\"addinana\"><emph>Вставить функцию</emph> - Тип <emph>Надстройка</emph></variable>" -#. g8EoH -#: 00000404.xhp -msgctxt "" -"00000404.xhp\n" -"par_id3155383\n" -"help.text" -msgid "<variable id=\"funktionsliste\">Choose <menuitem>Insert - Function List</menuitem>.</variable>" -msgstr "" - #. UQGrR #: 00000404.xhp msgctxt "" @@ -601,13 +601,13 @@ msgctxt "" msgid "<variable id=\"einamen\">Choose <menuitem>Insert - Named Range or Expression</menuitem>.</variable>" msgstr "" -#. VLxrw +#. mQLYV #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3146776\n" "help.text" -msgid "<variable id=\"eiextdata\">Choose <menuitem>Sheet - Link to External Data</menuitem>.</variable>" +msgid "<variable id=\"eiextdata\">Choose <menuitem>Sheet - External Links</menuitem>.</variable>" msgstr "" #. ECgNS diff --git a/source/ru/helpcontent2/source/text/scalc/01.po b/source/ru/helpcontent2/source/text/scalc/01.po index 63b5e8271dd..792f405b94c 100644 --- a/source/ru/helpcontent2/source/text/scalc/01.po +++ b/source/ru/helpcontent2/source/text/scalc/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: 01\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-12-20 13:20+0100\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2020-11-26 21:36+0000\n" "Last-Translator: bormant <bormant@mail.ru>\n" "Language-Team: Russian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc01/ru/>\n" @@ -8278,13 +8278,13 @@ msgctxt "" msgid "Always \"Windows (32-bit) NT 5.01\", for compatibility reasons" msgstr "Всегда \"Windows (32-разрядная) NT 5.01\", по причинам совместимости." -#. WNv2d +#. cFWJe #: 04060104.xhp msgctxt "" "04060104.xhp\n" "par_id9841608\n" "help.text" -msgid "The type of the operating system: <br/>\"AIX\" for Advanced Interactive Executive IBM computer operating systems<br/>\"ANDROID\" for Google mobile operating system<br/>\"DRAGONFLY\" for DragonFly operating system forked from FreeBSD<br/>\"EMSCRIPTEM\" for browser WebAssembly system<br/>\"FREEBSD\", \"OPENBSD\" or \"NETBSD\" for operating systems based on the Berkeley Software Distribution (BSD)<br/>\"HAIKU\" for BeOS compatible operating system<br/>\"iOS\" for Apple mobile operating system <br/>\"LINUX\" for GNU/Linux based operating systems<br/>\"MACOSX\" for Apple Mac OS X<br/>\"SOLARIS\" for Oracle Solaris operating system<br/>\"WNT\" for Microsoft Windows" +msgid "The type of the operating system: <br/>\"AIX\" for Advanced Interactive Executive IBM computer operating systems<br/>\"ANDROID\" for Google mobile operating system<br/>\"DRAGONFLY\" for DragonFly operating system forked from FreeBSD<br/>\"EMSCRIPTEN\" for browser WebAssembly system<br/>\"FREEBSD\", \"OPENBSD\" or \"NETBSD\" for operating systems based on the Berkeley Software Distribution (BSD)<br/>\"HAIKU\" for BeOS compatible operating system<br/>\"iOS\" for Apple mobile operating system <br/>\"LINUX\" for GNU/Linux based operating systems<br/>\"MACOSX\" for Apple Mac OS X<br/>\"SOLARIS\" for Oracle Solaris operating system<br/>\"WNT\" for Microsoft Windows" msgstr "" #. zcvAx @@ -10951,14 +10951,14 @@ msgctxt "" msgid "<bookmark_value>mathematical functions</bookmark_value> <bookmark_value>Function Wizard; mathematical</bookmark_value> <bookmark_value>functions; mathematical functions</bookmark_value> <bookmark_value>trigonometric functions</bookmark_value>" msgstr "<bookmark_value>математические функции</bookmark_value><bookmark_value>мастер функций; математические</bookmark_value><bookmark_value>функции; математические функции</bookmark_value><bookmark_value>тригонометрические функции</bookmark_value>" -#. 9umC6 +#. BJjDo #: 04060106.xhp msgctxt "" "04060106.xhp\n" "hd_id3147124\n" "help.text" -msgid "Mathematical Functions" -msgstr "Математические функции" +msgid "<variable id=\"math_functions_h1\"><link href=\"text/scalc/01/04060106.xhp\" name=\"math_link\">Mathematical Functions</link></variable>" +msgstr "" #. jjDha #: 04060106.xhp @@ -12832,103 +12832,13 @@ msgctxt "" msgid "<item type=\"input\">=COMBINA(3;2)</item> returns 6." msgstr "<item type=\"input\">=COMBINA(3;2)</item> возвращает значение 6." -#. qUACJ -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"bm_id3156086\n" -"help.text" -msgid "<bookmark_value>TRUNC function</bookmark_value> <bookmark_value>decimal places;cutting off</bookmark_value>" -msgstr "<bookmark_value>функция TRUNC</bookmark_value><bookmark_value>количество знаков после запятой;отсечение</bookmark_value>" - -#. mD8uc -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"hd_id3156086\n" -"help.text" -msgid "TRUNC" -msgstr "TRUNC" - -#. svW2j -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3157866\n" -"help.text" -msgid "<ahelp hid=\"HID_FUNC_KUERZEN\">Truncates a number by removing decimal places.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_KUERZEN\">Усечение числа путём удаления знаков после запятой.</ahelp>" - -#. MNndx -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3148511\n" -"help.text" -msgid "TRUNC(Number[; Count])" -msgstr "" - -#. TXm3Z -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3150796\n" -"help.text" -msgid "Returns <emph>Number</emph> with at most <emph>Count</emph> decimal places. Excess decimal places are simply removed, irrespective of sign." -msgstr "Возвращает <emph>число</emph> с количеством знаков после запятой не более чем <emph>количество</emph>. Дополнительные знаки после запятой отбрасываются независимо от знака." - -#. XA6JV -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3150816\n" -"help.text" -msgid "<item type=\"literal\">TRUNC(Number; 0)</item> behaves as <item type=\"literal\">INT(Number)</item> for positive numbers, but effectively rounds towards zero for negative numbers." -msgstr "Поведение <item type=\"literal\">TRUNC(число; 0)</item> соответствует <item type=\"literal\">INT(число)</item> для положительных чисел, но для отрицательных чисел округление фактически производится в сторону нуля." - -#. SyxhC -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3148548\n" -"help.text" -msgid "The <emph>visible</emph> decimal places of the result are specified in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\">%PRODUCTNAME Calc - Calculate</link>." -msgstr "Количество <emph>видимых</emph> знаков после запятой в результате указывается в <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Параметры</caseinline><defaultinline>Сервис - Параметры</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\">%PRODUCTNAME Calc - Вычислить</link>." - -#. grGeQ -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3152569\n" -"help.text" -msgid "<item type=\"input\">=TRUNC(1.239;2)</item> returns 1.23. The 9 is lost." -msgstr "<item type=\"input\">=TRUNC(1.239;2)</item> возвращает значение 1.23. \"9\" отбрасывается." - -#. DJRaY -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id7050080\n" -"help.text" -msgid "<item type=\"input\">=TRUNC(-1.234999;3)</item> returns -1.234. All the 9s are lost." -msgstr "<item type=\"input\">=TRUNC(-1.234999;3)</item> возвращает значение -1,234. Все \"9\" отбрасываются." - -#. wGT5E -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id441635243969504\n" -"help.text" -msgid "<input>=TRUNC(-45.67)</input> returns -45. The default value for <emph>Count</emph> is 0." -msgstr "" - -#. gMj5a +#. ABMYW #: 04060106.xhp msgctxt "" "04060106.xhp\n" -"par_id151635245092041\n" +"hd_id561641930400206\n" "help.text" -msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/TRUNC\" name=\"TRUNC_Wiki\">TRUNC</link> wiki page for more details about this function." +msgid "<link href=\"text/scalc/01/func_trunc.xhp\" name=\"trunc_link\">TRUNC</link>" msgstr "" #. MQVNf @@ -13777,96 +13687,15 @@ msgctxt "" msgid "<item type=\"input\">=ROUND(987.65;-2)</item> returns 1000." msgstr "<item type=\"input\">=ROUND(987.65;-2)</item> возвращает значение 1000." -#. igSF4 -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"bm_id3145991\n" -"help.text" -msgid "<bookmark_value>ROUNDDOWN function</bookmark_value>" -msgstr "<bookmark_value>функция ROUNDDOWN</bookmark_value>" - -#. pGdu6 -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"hd_id3145991\n" -"help.text" -msgid "ROUNDDOWN" -msgstr "ROUNDDOWN" - -#. 8CrTA +#. 6qDk5 #: 04060106.xhp msgctxt "" "04060106.xhp\n" -"par_id3146020\n" +"hd_id561641930400105\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_ABRUNDEN\">Rounds a number down, toward zero, to a certain precision.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_ABRUNDEN\">Округление числа в меньшую сторону (к нулю) до определенной точности.</ahelp>" - -#. MnKJo -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3146051\n" -"help.text" -msgid "ROUNDDOWN(Number [; Count])" +msgid "<link href=\"text/scalc/01/func_rounddown.xhp\" name=\"rounddown_link\">ROUNDDOWN</link>" msgstr "" -#. EXn4P -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3146064\n" -"help.text" -msgid "Returns <emph>Number</emph> rounded down (towards zero) to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds down to an integer. If Count is negative, the function rounds down to the next 10, 100, 1000, etc." -msgstr "Возвращает <emph>число</emph>, округленное (к нулю) до <emph>количества</emph> знаков после запятой. Если количество не указано или равняется нулю, округление проводится до целого числа. Если количество отрицательно, округление выполняется до ближайшего десятка (сотни, тысячи и т.д.)." - -#. nFwPP -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id2188787\n" -"help.text" -msgid "This function rounds towards zero. See ROUNDUP and ROUND for alternatives." -msgstr "Эта функция округляет число в направлении к нулю. См. ROUNDUP и ROUND (варианты)." - -#. ZpuBm -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3163178\n" -"help.text" -msgid "<item type=\"input\">=ROUNDDOWN(1.234;2)</item> returns 1.23." -msgstr "<item type=\"input\">=ROUNDDOWN(1.234;2)</item> возвращает значение 1.23." - -#. DGvAw -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id5833307\n" -"help.text" -msgid "<item type=\"input\">=ROUNDDOWN(45.67;0)</item> returns 45." -msgstr "<item type=\"input\">=ROUNDDOWN(45.67;0)</item> возвращает значение 45." - -#. H6KYd -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id7726676\n" -"help.text" -msgid "<item type=\"input\">=ROUNDDOWN(-45.67)</item> returns -45." -msgstr "<item type=\"input\">=ROUNDDOWN(-45.67)</item> возвращает значение -45." - -#. hYEdB -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3729361\n" -"help.text" -msgid "<item type=\"input\">=ROUNDDOWN(987.65;-2)</item> returns 900." -msgstr "<item type=\"input\">=ROUNDDOWN(987.65;-2)</item> возвращает значение 900." - #. HBbDL #: 04060106.xhp msgctxt "" @@ -19789,14 +19618,14 @@ msgctxt "" msgid "<ahelp hid=\"HID_FUNC_HYPERLINK\">When you click a cell that contains the HYPERLINK function, the hyperlink opens.</ahelp>" msgstr "<ahelp hid=\"HID_FUNC_HYPERLINK\">При щелчке ячейки с функцией HYPERLINK открывается соответствующая гиперссылка.</ahelp>" -#. 8js8d +#. ciAoA #: 04060109.xhp msgctxt "" "04060109.xhp\n" "par_idN11800\n" "help.text" -msgid "If you use the optional <emph>CellText</emph> parameter, the formula locates the URL, and then displays the text or number." -msgstr "В случае ввода необязательного параметра <emph>Текст_ячейки</emph> формула выполняет поиск URL–адреса, а затем отображает его в виде текста или числа." +msgid "If you use the optional <emph>CellValue</emph> parameter, the formula locates the URL, and then displays the text or number." +msgstr "" #. 7DGBz #: 04060109.xhp @@ -19807,23 +19636,23 @@ msgctxt "" msgid "To open a hyperlinked cell with the keyboard, select the cell, press F2 to enter the Edit mode, move the cursor in front of the hyperlink, press Shift+F10, and then choose <emph>Open Hyperlink</emph>." msgstr "Чтобы открыть ячейку с гиперссылкой с помощью клавиатуры, выделите ячейку, нажмите клавишу F2, чтобы включить режим редактирования, поместите курсор в начало гиперссылки, нажмите сочетание клавиш SHIFT+F10, а затем выберите команду <emph>Открыть гиперссылку</emph>." -#. BzM9o +#. YFNSo #: 04060109.xhp msgctxt "" "04060109.xhp\n" "par_idN1180E\n" "help.text" -msgid "HYPERLINK(\"URL\" [; \"CellText\"])" +msgid "HYPERLINK(\"URL\" [; CellValue])" msgstr "" -#. UbAEY +#. weY4K #: 04060109.xhp msgctxt "" "04060109.xhp\n" "par_idN11811\n" "help.text" -msgid "<emph>URL</emph> specifies the link target. The optional <emph>CellText</emph> parameter is the text or a number that is displayed in the cell and will be returned as the result. If the <emph>CellText</emph> parameter is not specified, the <emph>URL</emph> is displayed in the cell text and will be returned as the result." -msgstr "<emph>URL</emph>: адрес, на который указывает ссылка. <emph>Текст_ячейки</emph> (необязательный параметр): текст или число, которое отображается в ячейке и возвращается как результат функции. Если параметр <emph>Текст_ячейки</emph> не определен, то в качестве текста ячейки отображается <emph>URL</emph>, который также возвращается как результат функции." +msgid "<emph>URL</emph> specifies the link target. The optional <emph>CellValue</emph> parameter is the text or a number that is displayed in the cell and will be returned as the result. If the <emph>CellValue</emph> parameter is not specified, the <emph>URL</emph> is displayed in the cell text and will be returned as the result." +msgstr "" #. GdBa8 #: 04060109.xhp @@ -23047,32 +22876,104 @@ msgctxt "" msgid "WEEKS(StartDate; EndDate; Type)" msgstr "WEEKS(Начальная дата; Конечная дата; Тип)" -#. DGrw3 +#. uwhoB #: 04060111.xhp msgctxt "" "04060111.xhp\n" "par_id3151387\n" "help.text" -msgid "<emph>StartDate</emph> is the first date" -msgstr "<emph>Начальная дата</emph> является первой датой." +msgid "<emph>StartDate</emph> is the start date in the interval." +msgstr "" -#. VLEPK +#. AGYKD #: 04060111.xhp msgctxt "" "04060111.xhp\n" "par_id3146324\n" "help.text" -msgid "<emph>EndDate</emph> is the second date" -msgstr "<emph>Конечная дата</emph> является второй датой." +msgid "<emph>EndDate</emph> is the end date in the interval. The end date must be greater than the start date, or else an error is returned." +msgstr "" -#. YHupv +#. PcBbC #: 04060111.xhp msgctxt "" "04060111.xhp\n" "par_id3166467\n" "help.text" -msgid "<emph>Type</emph> calculates the type of difference. The possible values are 0 (interval) and 1 (in numbers of weeks)." -msgstr "<emph>Тип</emph> вычисляет тип различия. Возможные значения - 0 (интервал) и 1 (в календарных неделях)." +msgid "<emph>Type</emph> specifies the type of difference to be calculated. Possible values are 0 (time interval) or 1 (calendar weeks)." +msgstr "" + +#. QaW6B +#: 04060111.xhp +msgctxt "" +"04060111.xhp\n" +"par_id81641990941192\n" +"help.text" +msgid "If <emph>Type = 0</emph> the function will assume that 7 days is equivalent to one week without considering any specific day to mark the beginning of a week." +msgstr "" + +#. geCV7 +#: 04060111.xhp +msgctxt "" +"04060111.xhp\n" +"par_id31641991010650\n" +"help.text" +msgid "If <emph>Type = 1</emph> the function will consider Monday to be the first day of the week. Therefore, except for the start date, each occurrence of a Monday in the interval is counted as an additional week." +msgstr "" + +#. CF4K3 +#: 04060111.xhp +msgctxt "" +"04060111.xhp\n" +"par_id971641990480242\n" +"help.text" +msgid "This function considers Monday to be the first day of the week regardless of the current locale settings." +msgstr "" + +#. H2Gpc +#: 04060111.xhp +msgctxt "" +"04060111.xhp\n" +"par_id671641994821992\n" +"help.text" +msgid "In the following examples, dates are passed as strings. However, they can also be stored in separate cells and be passed as references." +msgstr "" + +#. SyEBP +#: 04060111.xhp +msgctxt "" +"04060111.xhp\n" +"par_id71641991391639\n" +"help.text" +msgid "<input>=WEEKS(\"01/12/2022\",\"01/17/2022\",0)</input> returns 0 because <emph>Type</emph> was set to 0 and there are only 5 days in the interval." +msgstr "" + +#. zVfY3 +#: 04060111.xhp +msgctxt "" +"04060111.xhp\n" +"par_id71641991390039\n" +"help.text" +msgid "<input>=WEEKS(\"01/12/2022\",\"01/19/2022\",0)</input> returns 1 because <emph>Type</emph> was set to 0 and there are 7 days in the interval." +msgstr "" + +#. rABLZ +#: 04060111.xhp +msgctxt "" +"04060111.xhp\n" +"par_id71641991391123\n" +"help.text" +msgid "<input>=WEEKS(\"01/12/2022\",\"01/17/2022\",1)</input> returns 1 because <emph>Type</emph> was set to 1 and the interval contains a Monday, since 01/12/2022 is a Wednesday and 01/17/2022 is a Monday." +msgstr "" + +#. AxokT +#: 04060111.xhp +msgctxt "" +"04060111.xhp\n" +"par_id71641991332523\n" +"help.text" +msgid "<input>=WEEKS(\"01/10/2022\",\"01/15/2022\",1)</input> returns 0 because <emph>Type</emph> was set to 1 and the interval does not contain any Mondays, except for the start date." +msgstr "" #. 94JhK #: 04060111.xhp @@ -33154,186 +33055,6 @@ msgctxt "" msgid "<emph>DataE</emph> is the range of the expected values." msgstr "<emph>Данные_E</emph>: диапазон ожидаемых значений." -#. KmntJ -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3154096\n" -"help.text" -msgid "Data_B (observed)" -msgstr "Данные_B (наблюдаемые)" - -#. ByU5t -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3152948\n" -"help.text" -msgid "Data_E (expected)" -msgstr "Данные_E (ожидаемые)" - -#. jFpGp -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3152876\n" -"help.text" -msgid "1" -msgstr "" - -#. yVGtC -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3159279\n" -"help.text" -msgid "<item type=\"input\">195</item>" -msgstr "<item type=\"input\">195</item>" - -#. ZGbzD -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3149105\n" -"help.text" -msgid "<item type=\"input\">170</item>" -msgstr "<item type=\"input\">170</item>" - -#. ZiBjZ -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3149922\n" -"help.text" -msgid "2" -msgstr "" - -#. zDgpW -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3148621\n" -"help.text" -msgid "<item type=\"input\">151</item>" -msgstr "<item type=\"input\">151</item>" - -#. RVD5R -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3148987\n" -"help.text" -msgid "<item type=\"input\">170</item>" -msgstr "<item type=\"input\">170</item>" - -#. FbArc -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3149417\n" -"help.text" -msgid "3" -msgstr "" - -#. BzCPW -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3148661\n" -"help.text" -msgid "<item type=\"input\">148</item>" -msgstr "<item type=\"input\">148</item>" - -#. FMqUi -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3151128\n" -"help.text" -msgid "<item type=\"input\">170</item>" -msgstr "<item type=\"input\">170</item>" - -#. SnMGY -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3148467\n" -"help.text" -msgid "4" -msgstr "" - -#. pMLAc -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3149237\n" -"help.text" -msgid "<item type=\"input\">189</item>" -msgstr "<item type=\"input\">189</item>" - -#. MSsKd -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3145304\n" -"help.text" -msgid "<item type=\"input\">170</item>" -msgstr "<item type=\"input\">170</item>" - -#. HztMb -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3149927\n" -"help.text" -msgid "5" -msgstr "" - -#. 9cTzf -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3150630\n" -"help.text" -msgid "<item type=\"input\">183</item>" -msgstr "<item type=\"input\">183</item>" - -#. 4XAhh -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3150423\n" -"help.text" -msgid "<item type=\"input\">170</item>" -msgstr "<item type=\"input\">170</item>" - -#. bZFnZ -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3143275\n" -"help.text" -msgid "6" -msgstr "" - -#. P6GPe -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3144750\n" -"help.text" -msgid "<item type=\"input\">154</item>" -msgstr "<item type=\"input\">154</item>" - -#. WpLSG -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3153947\n" -"help.text" -msgid "<item type=\"input\">170</item>" -msgstr "<item type=\"input\">170</item>" - #. rEABj #: 04060181.xhp msgctxt "" @@ -33424,168 +33145,6 @@ msgctxt "" msgid "Data_E (expected)" msgstr "Данные_E (ожидаемые)" -#. M2NhH -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2952876\n" -"help.text" -msgid "1" -msgstr "" - -#. mEBPP -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2959279\n" -"help.text" -msgid "<item type=\"input\">195</item>" -msgstr "<item type=\"input\">195</item>" - -#. dToZL -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2949105\n" -"help.text" -msgid "<item type=\"input\">170</item>" -msgstr "<item type=\"input\">170</item>" - -#. EWS97 -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2949922\n" -"help.text" -msgid "2" -msgstr "" - -#. DWkBk -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2948621\n" -"help.text" -msgid "<item type=\"input\">151</item>" -msgstr "<item type=\"input\">151</item>" - -#. DEGVA -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2948987\n" -"help.text" -msgid "<item type=\"input\">170</item>" -msgstr "<item type=\"input\">170</item>" - -#. Wwt2C -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2949417\n" -"help.text" -msgid "3" -msgstr "" - -#. 7qHtk -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2948661\n" -"help.text" -msgid "<item type=\"input\">148</item>" -msgstr "<item type=\"input\">148</item>" - -#. Ked6Y -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2951128\n" -"help.text" -msgid "<item type=\"input\">170</item>" -msgstr "<item type=\"input\">170</item>" - -#. BSjh8 -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2948467\n" -"help.text" -msgid "4" -msgstr "" - -#. te7qv -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2949237\n" -"help.text" -msgid "<item type=\"input\">189</item>" -msgstr "<item type=\"input\">189</item>" - -#. HHXxw -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2945304\n" -"help.text" -msgid "<item type=\"input\">170</item>" -msgstr "<item type=\"input\">170</item>" - -#. wEAU9 -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2949927\n" -"help.text" -msgid "5" -msgstr "" - -#. 5PwZu -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2950630\n" -"help.text" -msgid "<item type=\"input\">183</item>" -msgstr "<item type=\"input\">183</item>" - -#. GCF9s -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2950423\n" -"help.text" -msgid "<item type=\"input\">170</item>" -msgstr "<item type=\"input\">170</item>" - -#. 4mWE7 -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2943275\n" -"help.text" -msgid "6" -msgstr "" - -#. BkDtt -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2944750\n" -"help.text" -msgid "<item type=\"input\">154</item>" -msgstr "<item type=\"input\">154</item>" - -#. a278z -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2953947\n" -"help.text" -msgid "<item type=\"input\">170</item>" -msgstr "<item type=\"input\">170</item>" - #. CCSNU #: 04060181.xhp msgctxt "" @@ -42973,14 +42532,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/scalc/ui/functionpanel/insert\">Inserts the selected function into the document.</ahelp>" msgstr "" -#. CHa3i +#. fMNek #: 04090000.xhp msgctxt "" "04090000.xhp\n" "tit\n" "help.text" -msgid "Link to External Data" -msgstr "Ссылка на внешние данные" +msgid "External Links" +msgstr "" #. Fnwpz #: 04090000.xhp @@ -42991,14 +42550,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/scalc/ui/externaldata/browse\" visibility=\"hidden\">Open a file dialog to locate the file containing the data you want to insert.</ahelp>" msgstr "" -#. kcfuM +#. rGHoi #: 04090000.xhp msgctxt "" "04090000.xhp\n" "hd_id3145785\n" "help.text" -msgid "<link href=\"text/scalc/01/04090000.xhp\" name=\"External Data\">Link to External Data</link>" -msgstr "<link href=\"text/scalc/01/04090000.xhp\" name=\"Внешние данные\">Ссылка на внешние данные</link>" +msgid "<link href=\"text/scalc/01/04090000.xhp\" name=\"External Data\">External Links</link>" +msgstr "" #. SaAut #: 04090000.xhp @@ -45358,22 +44917,31 @@ msgctxt "" msgid "Conditional Formatting" msgstr "Условное форматирование" -#. wjrDJ +#. qb52L #: 05120000.xhp msgctxt "" "05120000.xhp\n" "par_id3163710\n" "help.text" -msgid "<variable id=\"bedingtetext\"><ahelp hid=\".\">Choose <emph>Conditional Formatting</emph> to define format styles depending on certain conditions.</ahelp></variable> If a style was already assigned to a cell, it remains unchanged. The style entered here is then evaluated. There are several types of conditional formatting that can be used." +msgid "<variable id=\"bedingtetext\"><ahelp hid=\".\">Use <emph>Conditional Formatting</emph> to define range-based conditions that determine which cell style will be applied to each cell in a given range based on its contents.</ahelp></variable> The cell style corresponding to the first condition that evaluates to <emph>true</emph> is applied. Cell styles applied through Conditional Formatting override cell styles applied manually using the <link href=\"text/scalc/main0202.xhp\" name=\"FormattingBar_link\"><emph>Formatting Bar</emph></link> or the <emph>Styles</emph> sidebar." msgstr "" -#. aG8CH +#. 2GWTv #: 05120000.xhp msgctxt "" "05120000.xhp\n" "par_id3163711\n" "help.text" -msgid "You can enter several conditions that query the contents of cell values or formulas. The conditions are evaluated from the first to the last. If the condition 1 matches the condition, the defined style will be used. Otherwise, condition 2 is evaluated, and its defined style is used. If this style does not match, then the next condition is evaluated and so on." +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 +#: 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." msgstr "" #. AMXCn @@ -53161,6 +52729,132 @@ msgctxt "" msgid "<ahelp hid=\".\">Commands to calculate formula cells.</ahelp>" msgstr "" +#. 9AbDs +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"tit\n" +"help.text" +msgid "Calculation Accuracy" +msgstr "" + +#. 8Bv3f +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"bm_id741642020503366\n" +"help.text" +msgid "<bookmark_value>calculation;accuracy</bookmark_value> <bookmark_value>precision;calculation</bookmark_value>" +msgstr "" + +#. 4gPte +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"hd_id961642017927878\n" +"help.text" +msgid "<link href=\"text/scalc/01/calculation_accuracy.xhp\" name=\"accuracy\">%PRODUCTNAME Calculation Accuracy</link>" +msgstr "" + +#. sW5fH +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"hd_id941642017968835\n" +"help.text" +msgid "Inherent Accuracy Problem" +msgstr "" + +#. hov7p +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"par_id541642018071800\n" +"help.text" +msgid "%PRODUCTNAME Calc, just like most other spreadsheet software, uses floating-point math capabilities available on hardware. Given that most contemporary hardware uses binary floating-point arithmetic with limited precision defined in <link href=\"https://en.wikipedia.org/wiki/IEEE_754\" name=\"IEEE754\">IEEE 754</link> standard, many decimal numbers - including as simple as 0.1 - cannot be precisely represented in %PRODUCTNAME Calc (which uses 64-bit double-precision numbers internally)." +msgstr "" + +#. YPbto +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"par_id191642019423811\n" +"help.text" +msgid "Calculations with those numbers necessarily <link href=\"https://en.wikipedia.org/wiki/Floating-point_arithmetic#Accuracy_problems\" name=\"wpediaaccuracy\">results in rounding errors</link>, and those accumulate with every calculation." +msgstr "" + +#. dvRFz +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"par_id221642019437175\n" +"help.text" +msgid "This is not a bug, but is expected and currently unavoidable without using complex calculations in software, which would incur inappropriate performance penalties, and thus is out of question. Users need to account for that, and use rounding and comparisons with <link href=\"https://en.wikipedia.org/wiki/Machine_epsilon\" name=\"macnie_epsilon\">machine epsilon (or unit roundoff)</link> as necessary." +msgstr "" + +#. ncGy5 +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"par_id801642019531438\n" +"help.text" +msgid "An example with numbers:" +msgstr "" + +#. BpnPy +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"par_id761642018318896\n" +"help.text" +msgid "This will result in -999.129999999997 in A3, instead of expected -999.13 (you might need to increase shown decimal places in cell format to see this)." +msgstr "" + +#. kDcn9 +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"par_id221642020132399\n" +"help.text" +msgid "An example with dates and times:" +msgstr "" + +#. aWCYz +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"par_id801642018326882\n" +"help.text" +msgid "Due to the specific of time representation in Calc, this also applies to all calculations involving times. For example, the cells A1 and A2 below show the date and time data as entered (in ISO 8601 format):" +msgstr "" + +#. rcuhc +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"par_id101643312991679\n" +"help.text" +msgid "Cell A3 will show 00:10:00 if the default formatting [HH]:MM:SS is applied to the cell. However, cell A3 will show 00:09:59.999999 instead of expected 00:10:00.000000 if formatted using [HH]:MM:SS.000000 format string. This happens despite only whole numbers of hours and minutes were used, because internally, any time is a fraction of a day, 12:00 (noon) being represented as 0.5." +msgstr "" + +#. EZjhJ +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"par_id921642020011065\n" +"help.text" +msgid "The data in A1 is represented internally as 43934.5125, and in A2 as 43934.5055555555591126903891563 (which is not exact representation of the entered datetime, which would be 43934.505555555555555555...)." +msgstr "" + +#. QY6Ti +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"par_id801642020017858\n" +"help.text" +msgid "Their subtraction results in 0.00694444443287037, a value slightly less than expected 0.00694444444444..., which is 10 minutes." +msgstr "" + #. J8xZD #: cell_styles.xhp msgctxt "" @@ -53215,6 +52909,24 @@ msgctxt "" msgid "Examples" msgstr "" +#. XAFa7 +#: common_func.xhp +msgctxt "" +"common_func.xhp\n" +"hd_id301640873452726\n" +"help.text" +msgid "Technical information" +msgstr "" + +#. 7AVhU +#: common_func.xhp +msgctxt "" +"common_func.xhp\n" +"par_id251640873774457\n" +"help.text" +msgid "This function is not part of the <emph>Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format</emph> standard. The name space is" +msgstr "" + #. STMGF #: common_func.xhp msgctxt "" @@ -54376,22 +54088,22 @@ msgctxt "" msgid "<emph>values (mandatory):</emph> A numeric array or range. <emph>values</emph> are the historical values, for which you want to forecast the next points." msgstr "" -#. qBdZB +#. S6DPQ #: exponsmooth_embd.xhp msgctxt "" "exponsmooth_embd.xhp\n" "par_id0403201618594553\n" "help.text" -msgid "<emph>timeline (mandatory):</emph> A numeric array or range. The time line (x-value) range for the historical values." +msgid "<emph>timeline (mandatory):</emph> A numeric array or range. The timeline (x-value) range for the historical values." msgstr "" -#. wE7cv +#. Re7Cm #: exponsmooth_embd.xhp msgctxt "" "exponsmooth_embd.xhp\n" "par_id040320161859450\n" "help.text" -msgid "The time line doesn't have to to be sorted, the functions will sort it for calculations. <br/>The time line values must have a consistent step between them. <br/>If a constant step can't be identified in the sorted time line, the functions will return the #NUM! error. <br/>If the ranges of the time line and historical values aren't of same size, the functions will return the #N/A error.<br/>If the time line contains less than 2 periods of data, the functions will return the #VALUE! Error." +msgid "The timeline does not have to be sorted, the functions will sort it for calculations.<br/>The timeline values must have a consistent step between them.<br/>If a constant step cannot be identified in the sorted timeline, the functions will return the #NUM! error.<br/>If the ranges of both the timeline and the historical values are not the same size, the functions will return the #N/A error.<br/>If the timeline contains fewer than 2 data periods, the functions will return the #VALUE! error." msgstr "" #. AbNWD @@ -58057,6 +57769,15 @@ msgctxt "" msgid "Torr" msgstr "" +#. CNDuZ +#: func_convert.xhp +msgctxt "" +"func_convert.xhp\n" +"par_id911641306487164\n" +"help.text" +msgid "1 - The \"at\" unit is deprecated. Use \"atm\" instead." +msgstr "" + #. vWzBh #: func_convert.xhp msgctxt "" @@ -58606,6 +58327,15 @@ msgctxt "" msgid "Cubic yard" msgstr "" +#. EsueL +#: func_convert.xhp +msgctxt "" +"func_convert.xhp\n" +"par_id671641306535516\n" +"help.text" +msgid "2 - These units are not part of the <emph>Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format</emph> standard for the CONVERT function. They are preserved for backward compatibility." +msgstr "" + #. ej2DE #: func_convert.xhp msgctxt "" @@ -59020,14 +58750,14 @@ msgctxt "" msgid "<ahelp hid=\"HID_FUNC_DATEDIF\">This function returns the number of whole days, months or years between Start date and End date.</ahelp>" msgstr "<ahelp hid=\"HID_FUNC_DATUM\">Возвращает число полных дней, месяцев или лет между начальной и конечной датами.</ahelp>" -#. hDLZF +#. zRWUX #: func_datedif.xhp msgctxt "" "func_datedif.xhp\n" -"par_id3150474\n" +"par_id531642776283977\n" "help.text" -msgid "DATEDIF(Start date; End date; Interval)" -msgstr "DATEDIF(Начальная дата; Конечная дата; Интервал)" +msgid "<input>DATEDIF(Start date; End date; Interval)</input>" +msgstr "" #. CMjse #: func_datedif.xhp @@ -59047,14 +58777,14 @@ msgctxt "" msgid "<emph>End date</emph> is the date until the calculation is carried out. End date must be later, than Start date." msgstr "<emph>Конечная дата</emph> - дата, которой отсчёт заканчивается. Конечная дата должна быть позднее начальной." -#. FH5g5 +#. PZGXK #: func_datedif.xhp msgctxt "" "func_datedif.xhp\n" "par_id3153183\n" "help.text" -msgid "<emph>Interval</emph> is a string, accepted values are \"d\", \"m\", \"y\", \"ym\", \"md\" or \"yd\"." -msgstr "<emph>Интервал</emph> - строка вида \"d\", \"m\", \"y\", \"ym\", \"md\" или \"yd\"." +msgid "<emph>Interval</emph> is a string that determines how the difference will be calculated. Possible values are \"d\", \"m\", \"y\", \"ym\", \"md\" or \"yd\" regardless of the current language settings." +msgstr "" #. Lxgdp #: func_datedif.xhp @@ -60676,13 +60406,13 @@ msgctxt "" msgid "<bookmark_value>FORECAST.ETS.MULT function</bookmark_value>" msgstr "<bookmark_value>функция EASTERSUNDAY</bookmark_value>" -#. GByS5 +#. LnXao #: func_forecastetsmult.xhp msgctxt "" "func_forecastetsmult.xhp\n" "hd_id0603201610022291\n" "help.text" -msgid "<link href=\"text/scalc/01/func_forecastetsmult.xhp\"> FORECAST.ETS.MULT Function</link>" +msgid "<link href=\"text/scalc/01/func_forecastetsmult.xhp\">FORECAST.ETS.MULT Function</link>" msgstr "" #. tYAjY @@ -64150,13 +63880,13 @@ msgctxt "" msgid "<bookmark_value>rawsubtract;subtraction</bookmark_value> <bookmark_value>RAWSUBTRACT function</bookmark_value>" msgstr "" -#. fYK6C +#. e3VEx #: func_rawsubtract.xhp msgctxt "" "func_rawsubtract.xhp\n" "hd_2016112109231\n" "help.text" -msgid "<link href=\"text/scalc/01/func_rawsubtract.xhp\">RAWSUBTRACT</link>" +msgid "<variable id=\"rawsubtracth1\"><link href=\"text/scalc/01/func_rawsubtract.xhp\">RAWSUBTRACT</link></variable>" msgstr "" #. CoCx7 @@ -64609,6 +64339,132 @@ msgctxt "" msgid "<input>=ROMAN(0)</input> returns \"\" (empty text)." msgstr "" +#. aU68a +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"tit\n" +"help.text" +msgid "ROUNDDOWN function" +msgstr "" + +#. riRPe +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"bm_id3156384\n" +"help.text" +msgid "<bookmark_value>ROUNDDOWN function</bookmark_value> <bookmark_value>numbers;rounding down</bookmark_value>" +msgstr "" + +#. sroq5 +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"hd_id601641846107898\n" +"help.text" +msgid "<variable id=\"rounddown_h1\"><link href=\"text/scalc/01/func_rounddown.xhp\" name=\"rounddown_link\">ROUNDDOWN function</link></variable>" +msgstr "" + +#. dFaB6 +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"par_id841641927277474\n" +"help.text" +msgid "Rounds down a number while keeping a specified number of decimal digits." +msgstr "" + +#. gchGZ +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"par_id701642530512560\n" +"help.text" +msgid "This function is equivalent to the <link href=\"text/scalc/01/func_trunc.xhp\" name=\"TRUNC_link\">TRUNC function</link>." +msgstr "" + +#. soLKp +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"par_id341641927560587\n" +"help.text" +msgid "<input>ROUNDDOWN(Number [; Count])</input>" +msgstr "" + +#. zMhAG +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"par_id11641927688319\n" +"help.text" +msgid "<emph>Number:</emph> The number to be rounded down." +msgstr "" + +#. CkVAE +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"par_id861641927715672\n" +"help.text" +msgid "<emph>Count:</emph> Optional parameter that defines the number of decimal places to be kept. The default value is 0 (zero)." +msgstr "" + +#. rJEFs +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"par_id911641928545976\n" +"help.text" +msgid "Use negative values for <emph>Count</emph> to round the integer part of the original <emph>Number</emph>. For example, -1 will round down the first integer number before the decimal separator, -2 will round down the two integer numbers before the decimal separator, and so forth." +msgstr "" + +#. WfEbN +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"par_id181641929609906\n" +"help.text" +msgid "In %PRODUCTNAME the <emph>Count</emph> parameter is optional whereas in MS Excel this parameter is mandatory. When an ODS file contains a call to ROUNDDOWN without the <emph>Count</emph> parameter and the file is exported to XLS or XLSX formats, the missing argument will automatically be added with value zero to maintain compatibility." +msgstr "" + +#. BCmT8 +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"par_id901641928192870\n" +"help.text" +msgid "<input>=ROUNDDOWN(21.89)</input> returns 21. Note that this example uses the default value for <emph>Count</emph> which is 0." +msgstr "" + +#. aGJYK +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"par_id901641928192110\n" +"help.text" +msgid "<input>=ROUNDDOWN(103.37,1)</input> returns 103.3." +msgstr "" + +#. bzN7A +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"par_id171641928456743\n" +"help.text" +msgid "<input>=ROUNDDOWN(0.664,2)</input> returns 0.66." +msgstr "" + +#. e4fx9 +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"par_id641641928712287\n" +"help.text" +msgid "<input>=ROUNDDOWN(214.2,-1)</input> returns 210. Note the negative value for <emph>Count</emph>, which causes the first integer value before the decimal separator to be rounded towards zero." +msgstr "" + #. E7heY #: func_roundsig.xhp msgctxt "" @@ -64627,13 +64483,13 @@ msgctxt "" msgid "<bookmark_value>ROUNDSIG Function</bookmark_value>" msgstr "" -#. jcZEL +#. UCpWh #: func_roundsig.xhp msgctxt "" "func_roundsig.xhp\n" "hd_id351519154702177\n" "help.text" -msgid "<link href=\"text/scalc/01/func_roundsig.xhp\" name=\"command name\">ROUNDSIG</link>" +msgid "<link href=\"text/scalc/01/func_roundsig.xhp\" name=\"function roundsig\">ROUNDSIG</link>" msgstr "" #. jJKBA @@ -65725,6 +65581,132 @@ msgctxt "" msgid "<item type=\"input\">TODAY()</item> returns the current computer system date." msgstr "<item type=\"input\">TODAY()</item> возвращает текущую системную дату компьютера." +#. Y2uYG +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"tit\n" +"help.text" +msgid "TRUNC function" +msgstr "" + +#. UkBEB +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"bm_id3156384\n" +"help.text" +msgid "<bookmark_value>TRUNC function</bookmark_value> <bookmark_value>decimal places;cutting off</bookmark_value> <bookmark_value>numbers;truncate</bookmark_value>" +msgstr "" + +#. CQ5Zg +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"hd_id601641846107898\n" +"help.text" +msgid "<variable id=\"trunc_h1\"><link href=\"text/scalc/01/func_trunc.xhp\" name=\"trunc_link\">TRUNC function</link></variable>" +msgstr "" + +#. dkTrh +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"par_id841641927277474\n" +"help.text" +msgid "Truncates a number while keeping a specified number of decimal digits." +msgstr "" + +#. Hxed7 +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"par_id701642530512560\n" +"help.text" +msgid "This function is equivalent to the <link href=\"text/scalc/01/func_rounddown.xhp\" name=\"ROUNDDOWN_link\">ROUNDDOWN function</link>." +msgstr "" + +#. oZAWU +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"par_id321641927458888\n" +"help.text" +msgid "The rounding method used by this function is known as <emph>rounding towards zero</emph>. The resulting number will always be smaller than or equal to the original number." +msgstr "" + +#. SqCQv +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"par_id341641927560587\n" +"help.text" +msgid "<input>TRUNC(Number [; Count])</input>" +msgstr "" + +#. RryDW +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"par_id11641927688319\n" +"help.text" +msgid "<emph>Number:</emph> The number to be truncated." +msgstr "" + +#. Hg6mt +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"par_id861641927715672\n" +"help.text" +msgid "<emph>Count:</emph> Optional parameter that defines the number of decimal places to be kept. The default value is 0 (zero)." +msgstr "" + +#. HKrSh +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"par_id911641928545976\n" +"help.text" +msgid "Use negative values for <emph>Count</emph> to round the integer part of the original <emph>Number</emph>. For example, -1 will round down the first integer number before the decimal separator, -2 will round down the two integer numbers before the decimal separator, and so forth." +msgstr "" + +#. EJFZd +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"par_id901641928192870\n" +"help.text" +msgid "<input>=TRUNC(21.89)</input> returns 21. Note that this example uses the default value for <emph>Count</emph> which is 0." +msgstr "" + +#. ccEGa +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"par_id901641928192110\n" +"help.text" +msgid "<input>=TRUNC(103.37,1)</input> returns 103.3." +msgstr "" + +#. jJvgo +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"par_id171641928456743\n" +"help.text" +msgid "<input>=TRUNC(0.664,2)</input> returns 0.66." +msgstr "" + +#. Qf3R9 +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"par_id641641928712287\n" +"help.text" +msgid "<input>=TRUNC(214.2,-1)</input> returns 210. Note the negative value for <emph>Count</emph>, which causes the first integer value before the decimal separator to be rounded towards zero." +msgstr "" + #. w86Dm #: func_value.xhp msgctxt "" @@ -67363,13 +67345,157 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"streams_desc\">Create live data streams for spreadsheets.</variable></ahelp>" msgstr "" -#. Zsu3z +#. GmNXG #: live_data_stream.xhp msgctxt "" "live_data_stream.xhp\n" "par_id240920171007389295\n" "help.text" -msgid "Menu <menuitem>Data – Streams...</menuitem>" +msgid "Choose <menuitem>Data – Streams</menuitem>" +msgstr "" + +#. aV8Lc +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"par_id221641995264796\n" +"help.text" +msgid "Data streaming is the continuous flow of data generated by various sources. In %PRODUCTNAME Calc, data streams can be processed, stored, analyzed, and acted upon as it's generated in real-time." +msgstr "" + +#. KANFG +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"par_id831641996045238\n" +"help.text" +msgid "Some real-life examples of streaming data include use cases in every industry, including real-time stock trades, up-to-the-minute retail inventory management, social media feeds, multiplayer game interactions, and ride-sharing apps." +msgstr "" + +#. sWHpE +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"hd_id791641995257145\n" +"help.text" +msgid "Source stream" +msgstr "" + +#. dyVdA +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"hd_id931641998122172\n" +"help.text" +msgid "URL" +msgstr "" + +#. oYvgF +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"par_id31641995269740\n" +"help.text" +msgid "URL of the source document in the local file system or internet." +msgstr "" + +#. 3Bdbh +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"hd_id811641996480534\n" +"help.text" +msgid "Interpret stream data as" +msgstr "" + +#. QpvTc +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"par_id591641996318461\n" +"help.text" +msgid "<emph>value1,value2,...,valueN, and fill into range</emph>:" +msgstr "" + +#. iB5Fv +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"par_id441641996322078\n" +"help.text" +msgid "<emph>address,value</emph>:" +msgstr "" + +#. JYyrF +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"hd_id241641998151807\n" +"help.text" +msgid "Empty lines trigger UI refresh" +msgstr "" + +#. CEui4 +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"hd_id341641995330350\n" +"help.text" +msgid "When new data arrives" +msgstr "" + +#. snU6R +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"par_id731641995339462\n" +"help.text" +msgid "There are three features of this option:" +msgstr "" + +#. GLs5t +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"par_id471641995370002\n" +"help.text" +msgid "<emph>Move existing data down</emph>: the existing data is moved down in index and the empty space is filled by arriving data. In short, we deal in fix range of indexes." +msgstr "" + +#. nfgHU +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"par_id841641995386510\n" +"help.text" +msgid "<emph>Move the range down</emph>: the arriving data is appended at the end of existing data and range of indexes to be processed is shifted." +msgstr "" + +#. 4zg6F +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"par_id1001641996559358\n" +"help.text" +msgid "<emph>Overwrite existing data</emph>: the arriving data overrides the existing data." +msgstr "" + +#. ZHiEZ +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"hd_id121641995404922\n" +"help.text" +msgid "Maximal Amount of Rows" +msgstr "" + +#. GTkWu +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"par_id961641995414472\n" +"help.text" +msgid "Limit the maximum numbers of rows to a specified value or leave undefined, but limited to the %PRODUCTNAME Calc row limit." msgstr "" #. k7H5Y diff --git a/source/ru/helpcontent2/source/text/scalc/05.po b/source/ru/helpcontent2/source/text/scalc/05.po index c405f0ab752..36a4ce970c0 100644 --- a/source/ru/helpcontent2/source/text/scalc/05.po +++ b/source/ru/helpcontent2/source/text/scalc/05.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: 05\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-10-27 12:31+0100\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2020-03-03 11:15+0000\n" "Last-Translator: kompilainenn <79045_79045@mail.ru>\n" "Language-Team: Russian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc05/ru/>\n" @@ -430,14 +430,14 @@ msgctxt "" msgid "519<br/>#VALUE!" msgstr "519<br/>#VALUE!" -#. ESdqW +#. c9Gyw #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3155954\n" "help.text" -msgid "No result (instead of Err:519 cell displays #VALUE!)" -msgstr "Нет результата (вместо Err:519 ячейка отображает #VALUE!)" +msgid "No value (instead of Err:519 cell displays #VALUE!)" +msgstr "" #. cf6oh #: 02140000.xhp @@ -529,14 +529,14 @@ msgctxt "" msgid "524<br/>#REF!" msgstr "524<br/>#REF!" -#. ioqDF +#. aHB3e #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3154634\n" "help.text" -msgid "invalid references (instead of Err:524 cell displays #REF!)" -msgstr "некорректные ссылки (вместо Err:524 ячейка отображает #REF!)" +msgid "Not a valid reference (instead of Err:524 cell displays #REF!)" +msgstr "" #. iGGQE #: 02140000.xhp diff --git a/source/ru/helpcontent2/source/text/scalc/guide.po b/source/ru/helpcontent2/source/text/scalc/guide.po index ff9c6faa5ce..510896e9aef 100644 --- a/source/ru/helpcontent2/source/text/scalc/guide.po +++ b/source/ru/helpcontent2/source/text/scalc/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: guide\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-10-25 12:48+0200\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2020-11-26 21:36+0000\n" "Last-Translator: bormant <bormant@mail.ru>\n" "Language-Team: Russian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalcguide/ru/>\n" @@ -1870,14 +1870,14 @@ msgctxt "" msgid "Area Selection" msgstr "Выбор области" -#. CB8nY +#. y55CS #: cell_enter.xhp msgctxt "" "cell_enter.xhp\n" "par_id2011780\n" "help.text" -msgid "Use drag-and-drop to select the area where you want to input values. But start dragging from the last cell of the area and release the mouse button when you have selected the first cell. Now you can start to input values. Always press the Tab key to advance to the next cell. You will not leave the selected area." -msgstr "Путём перетаскивания выделите область, в которую требуется вставить значения. При этом перетаскивание следует начинать с последней ячейки области, а отпустить кнопку мыши необходимо над первой ячейкой. Теперь можно приступить к вводу значений. Для перехода к следующей ячейке используйте клавишу Tab. Это предотвратит выход за пределы выделенной области." +msgid "Select the area where you want to input values. Now you can start to input values from the cursor position in the selected area. Press the <keycode>Tab</keycode> key to advance to the next cell or <keycode>Shift</keycode> + <keycode>Tab</keycode> to move backward. At the edges of the selected area the tab key jumps inside the selected area. You will not leave the selected area." +msgstr "" #. HbCtq #: cell_enter.xhp @@ -1888,14 +1888,14 @@ msgctxt "" msgid "<image id=\"img_id2811365\" src=\"media/helpimg/area2.png\" width=\"4.8335in\" height=\"1.5937in\"><alt id=\"alt_id2811365\">area selection</alt></image>" msgstr "<image id=\"img_id2811365\" src=\"media/helpimg/area2.png\" width=\"4.8335in\" height=\"1.5937in\"><alt id=\"alt_id2811365\">выбор области</alt></image>" -#. Lgtau +#. CCcpp #: cell_enter.xhp msgctxt "" "cell_enter.xhp\n" "par_id3232520\n" "help.text" -msgid "Select the area from E7 to B3. Now B3 is waiting for your input. Press Tab to advance to the next cell within the selected area." -msgstr "Выделите область от E7 до B3. Теперь ячейка B3 готова к вводу. Для перехода к следующей ячейке в пределах выделенной области нажмите клавишу Tab." +msgid "Select the area from B3 to E7. Now B3 is waiting for your input. Press <keycode>Tab</keycode> to advance to the next cell within the selected area." +msgstr "" #. pbEDF #: cell_enter.xhp @@ -2635,13 +2635,13 @@ msgctxt "" msgid "In a $[officename] Calc document, position the cursor in the cell into which you want to insert the external data." msgstr "В документе $[officename] Calc установите курсор в ячейку, в которую нужно вставить внешние данные." -#. HRaaG +#. 5JKBf #: cellreferences_url.xhp msgctxt "" "cellreferences_url.xhp\n" "par_id3145384\n" "help.text" -msgid "Choose <item type=\"menuitem\">Sheet - Link to External Data</item>. The <link href=\"text/scalc/01/04090000.xhp\" name=\"External Data\"><item type=\"menuitem\">External Data</item></link> dialog appears." +msgid "Choose <item type=\"menuitem\">Sheet - External Links</item>. The <link href=\"text/scalc/01/04090000.xhp\" name=\"External Data\"><item type=\"menuitem\">External Data</item></link> dialog appears." msgstr "" #. EQzxX @@ -13363,13 +13363,13 @@ msgctxt "" msgid "Set the cell cursor at the cell where the new content will be inserted." msgstr "Установите курсор в ячейке, в которую будет вставлено новое содержимое." -#. AFBCH +#. SCn3P #: webquery.xhp msgctxt "" "webquery.xhp\n" "par_id3145750\n" "help.text" -msgid "Choose <emph>Sheet - Link to External Data</emph>. This opens the <link href=\"text/scalc/01/04090000.xhp\">External Data</link> dialog." +msgid "Choose <emph>Sheet - External Links</emph>. This opens the <link href=\"text/scalc/01/04090000.xhp\">External Data</link> dialog." msgstr "" #. AGj3g diff --git a/source/ru/helpcontent2/source/text/sdatabase.po b/source/ru/helpcontent2/source/text/sdatabase.po index 86748e23fa2..6102fa4fb68 100644 --- a/source/ru/helpcontent2/source/text/sdatabase.po +++ b/source/ru/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: 2021-11-19 15:44+0100\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2785,13 +2785,13 @@ msgctxt "" msgid "Natural" msgstr "" -#. 44FEn +#. jNw6g #: 02010101.xhp msgctxt "" "02010101.xhp\n" "par_id0305200912031977\n" "help.text" -msgid "<ahelp hid=\".\">In a natural join, the keyword NATURAL in inserted into the SQL statement that defines the relation. The relation joins all columns that have the same column name in both tables. The resulting joined table contains only one column for each pair of equally named columns.</ahelp>" +msgid "<ahelp hid=\".\">In a natural join, the keyword NATURAL is inserted into the SQL statement that defines the relation. The relation joins all columns that have the same column name in both tables. The resulting joined table contains only one column for each pair of equally named columns.</ahelp>" msgstr "" #. pK6MV @@ -7825,15 +7825,6 @@ msgctxt "" msgid "<link href=\"text/sdatabase/dabawiz02access.xhp\">Set up Microsoft Access or Microsoft Access 2007 connection</link>" msgstr "" -#. NCWx8 -#: dabawiz01.xhp -msgctxt "" -"dabawiz01.xhp\n" -"par_idN1063A\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/dabawiz02ldap.xhp\">Set up LDAP connection</link>" -msgstr "" - #. 6qgTE #: dabawiz01.xhp msgctxt "" @@ -9067,6 +9058,150 @@ msgctxt "" msgid "<link href=\"text/sdatabase/dabawiz03auth.xhp\">Authentication</link>" msgstr "" +#. MBZfJ +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"tit\n" +"help.text" +msgid "PostgreSQL Connection" +msgstr "" + +#. JBJjz +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"bm_id861587404584956\n" +"help.text" +msgid "<bookmark_value>PostgreSQL settings (Base)</bookmark_value>" +msgstr "" + +#. e9apS +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"hd_id971643043442131\n" +"help.text" +msgid "<variable id=\"pgsqlh1\"><link href=\"text/sdatabase/dabawiz02pgsql.xhp\" name=\"pgconnection\">PostgreSQL Connection</link></variable>" +msgstr "" + +#. mReEM +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"par_id811643043442133\n" +"help.text" +msgid "Specifies the options for connecting to PostgreSQL databases." +msgstr "" + +#. Chhvj +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"hd_id321643044241406\n" +"help.text" +msgid "DBMS/driver-specific connection string" +msgstr "" + +#. Tb6Ng +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"par_id341643044249556\n" +"help.text" +msgid "Enter the driver specific connection string. The connection string is sequence of keyword/value pairs separated by spaces. For example" +msgstr "" + +#. wHmxd +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"par_id471643044279530\n" +"help.text" +msgid "<literal>dbname=MyDatabase host=myHost port=5432</literal>" +msgstr "" + +#. HCUdA +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"par_id301643045873140\n" +"help.text" +msgid "where" +msgstr "" + +#. okKGB +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"par_id511643044303340\n" +"help.text" +msgid "<emph>dbname</emph>: the name of the database hosted in the DBMS server." +msgstr "" + +#. 4GHUU +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"par_id331643044364699\n" +"help.text" +msgid "<emph>host</emph>: the fully qualified name of the RDBMS server" +msgstr "" + +#. 2gktB +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"par_id931643044367236\n" +"help.text" +msgid "<emph>port</emph>: the server port. The default port for PostgreSQL is 5432." +msgstr "" + +#. GYeTa +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"par_id421643049901759\n" +"help.text" +msgid "You can also enter the connection string as" +msgstr "" + +#. qAHKg +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"par_id51643050033680\n" +"help.text" +msgid "<literal>postgresql://myHost:port/MyDatabase</literal>." +msgstr "" + +#. J8uHf +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"par_id71643046088031\n" +"help.text" +msgid "Refer to the database server administrator for the correct values of the keywords passed in the connection string. Values for <emph>user=</emph> and <emph>password=</emph> are ignored but will be requested at connection time." +msgstr "" + +#. bsUA3 +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"par_id131643048856194\n" +"help.text" +msgid "The connection string is displayed in the %PRODUCTNAME Base status bar." +msgstr "" + +#. FupET +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"par_id571643046067450\n" +"help.text" +msgid "List of all keyword/value pairs for <link href=\"https://www.postgresql.org/docs/13/libpq-connect.html#LIBPQ-PARAMKEYWORDS\" name=\"PG13keywords\">PostgreSQL 13</link> connection string. Not every pair is handled by the %PRODUCTNAME driver manager." +msgstr "" + #. XoiBM #: dabawiz02spreadsheet.xhp msgctxt "" @@ -10201,13 +10336,13 @@ msgctxt "" msgid "Report" msgstr "" -#. MT4CQ +#. jiTyY #: menuinsert.xhp msgctxt "" "menuinsert.xhp\n" "par_idN1058F\n" "help.text" -msgid "<ahelp hid=\".\">Starts the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> window for the selected table, view, or query.</ahelp>" +msgid "<ahelp hid=\".\">Starts the <link href=\"text/sdatabase/rep_main.xhp\">Report Builder</link> window for the selected table, view, or query.</ahelp>" msgstr "" #. 99GPr @@ -10705,6 +10840,2931 @@ msgctxt "" msgid "<ahelp hid=\".\">Refreshes the tables. </ahelp>" msgstr "" +#. kyYMn +#: migrate_macros.xhp +msgctxt "" +"migrate_macros.xhp\n" +"tit\n" +"help.text" +msgid "Migrate Macros" +msgstr "" + +#. KDtEB +#: migrate_macros.xhp +msgctxt "" +"migrate_macros.xhp\n" +"bm_id6009095\n" +"help.text" +msgid "<bookmark_value>wizards;macros (Base)</bookmark_value> <bookmark_value>Macro Wizard (Base)</bookmark_value> <bookmark_value>macros;attaching new (Base)</bookmark_value> <bookmark_value>migrating macros (Base)</bookmark_value>" +msgstr "" + +#. tjLuE +#: migrate_macros.xhp +msgctxt "" +"migrate_macros.xhp\n" +"hd_id0112200902353472\n" +"help.text" +msgid "<link href=\"text/sdatabase/migrate_macros.xhp\">Migrate Macros</link>" +msgstr "" + +#. xMVrd +#: migrate_macros.xhp +msgctxt "" +"migrate_macros.xhp\n" +"par_id0112200902353466\n" +"help.text" +msgid "<ahelp hid=\".\">The Database Document Macro Migration Wizard moves existing macros from sub-documents of an old Base file into the new Base file's macro storage area.</ahelp>" +msgstr "" + +#. ajASD +#: migrate_macros.xhp +msgctxt "" +"migrate_macros.xhp\n" +"par_id0224200911454780\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Choose a location and file name to save the new database file. By default, the new file gets the same name as the old file, while the old file gets renamed with the string \"backup\" in the name.</ahelp>" +msgstr "" + +#. M7aSL +#: migrate_macros.xhp +msgctxt "" +"migrate_macros.xhp\n" +"par_id022420091145472\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">The list shows all changes that were applied to the database file.</ahelp>" +msgstr "" + +#. hee9q +#: migrate_macros.xhp +msgctxt "" +"migrate_macros.xhp\n" +"par_id0112200902353542\n" +"help.text" +msgid "Previously, macros have been allowed to reside only in the text sub-documents of forms and reports. Now macros can also be stored in the Base file itself. This means that macros in Base files can be called now from any of its sub-components: forms, reports, table design, query design, relation design, table data view." +msgstr "" + +#. DhC2o +#: migrate_macros.xhp +msgctxt "" +"migrate_macros.xhp\n" +"par_id0112200903075865\n" +"help.text" +msgid "However, it is technically not possible to store macros both in a Base file and in its sub-documents at the same time. So, if you want to attach some new macros to the Base file, while retaining any existing old macros that were stored in the sub-documents, you must move the existing old macros up to the Base file's macro storage area." +msgstr "" + +#. mtCb7 +#: migrate_macros.xhp +msgctxt "" +"migrate_macros.xhp\n" +"par_id0112200903075830\n" +"help.text" +msgid "The Database Document Macro Migration Wizard can move the macros up into the Base file's storage area. You can then examine the macros and edit them as needed." +msgstr "" + +#. RJUfX +#: migrate_macros.xhp +msgctxt "" +"migrate_macros.xhp\n" +"par_id0112200903075951\n" +"help.text" +msgid "For example, it is possible that macros from the sub-documents had the same module names and macro names. After you moved the macros into one common macro storage area, you must edit the macros to make the names unique. The wizard cannot do this." +msgstr "" + +#. pSFRn +#: migrate_macros.xhp +msgctxt "" +"migrate_macros.xhp\n" +"par_id0112200903075915\n" +"help.text" +msgid "The wizard can backup the Base file to another folder of your choice. The wizard changes the original Base file. The backup remains unchanged." +msgstr "" + +#. WCGZK +#: migrate_macros.xhp +msgctxt "" +"migrate_macros.xhp\n" +"par_id0112200902353554\n" +"help.text" +msgid "<link href=\"https://wiki.documentfoundation.org/Macros_in_Database_Documents\" name=\"wiki.documentfoundation.org Macros in Database Documents\">An in depth explanation by the developers (Wiki).</link>" +msgstr "" + +#. WG9NH +#: password.xhp +msgctxt "" +"password.xhp\n" +"tit\n" +"help.text" +msgid "User Name and Password Required" +msgstr "" + +#. WekVB +#: password.xhp +msgctxt "" +"password.xhp\n" +"par_idN10541\n" +"help.text" +msgid "User Name and Password Required" +msgstr "" + +#. LCLTp +#: password.xhp +msgctxt "" +"password.xhp\n" +"par_idN1054D\n" +"help.text" +msgid "User name" +msgstr "" + +#. Rx3tD +#: password.xhp +msgctxt "" +"password.xhp\n" +"par_idN10551\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the user name to connect to the data source.</ahelp>" +msgstr "" + +#. dQH7s +#: password.xhp +msgctxt "" +"password.xhp\n" +"par_idN10568\n" +"help.text" +msgid "Password" +msgstr "" + +#. dqjRr +#: password.xhp +msgctxt "" +"password.xhp\n" +"par_idN1056C\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the password to connect to the data source.</ahelp>" +msgstr "" + +#. TudyG +#: password.xhp +msgctxt "" +"password.xhp\n" +"par_idN10583\n" +"help.text" +msgid "Remember password till end of session" +msgstr "" + +#. KYrgJ +#: password.xhp +msgctxt "" +"password.xhp\n" +"par_idN10587\n" +"help.text" +msgid "<ahelp hid=\".\">Select to use the same user name and password without further dialog, when you connect again to the same data source in the current %PRODUCTNAME session.</ahelp>" +msgstr "" + +#. EWAYC +#: querywizard00.xhp +msgctxt "" +"querywizard00.xhp\n" +"tit\n" +"help.text" +msgid "Query Wizard" +msgstr "" + +#. VGUsH +#: querywizard00.xhp +msgctxt "" +"querywizard00.xhp\n" +"par_idN1054C\n" +"help.text" +msgid "<link href=\"text/sdatabase/querywizard00.xhp\">Query Wizard</link>" +msgstr "" + +#. 7eeqf +#: querywizard00.xhp +msgctxt "" +"querywizard00.xhp\n" +"par_idN1055C\n" +"help.text" +msgid "<ahelp hid=\".\">The Query Wizard helps you to design a database query.</ahelp> The saved query can be called later, either from the graphical user interface, or using the automatically created SQL language command." +msgstr "" + +#. SCN34 +#: querywizard00.xhp +msgctxt "" +"querywizard00.xhp\n" +"par_idN105D2\n" +"help.text" +msgid "<link href=\"text/sdatabase/querywizard01.xhp\" name=\"Query Wizard - Field Selection\">Query Wizard - Field selection</link>" +msgstr "" + +#. qKgrF +#: querywizard01.xhp +msgctxt "" +"querywizard01.xhp\n" +"tit\n" +"help.text" +msgid "Query Wizard - Field Selection" +msgstr "" + +#. ago2e +#: querywizard01.xhp +msgctxt "" +"querywizard01.xhp\n" +"par_idN10546\n" +"help.text" +msgid "<link href=\"text/sdatabase/querywizard01.xhp\">Query Wizard - Field Selection</link>" +msgstr "" + +#. zvnWy +#: querywizard01.xhp +msgctxt "" +"querywizard01.xhp\n" +"par_idN10556\n" +"help.text" +msgid "Specifies the table to create the query, and specifies which fields you wish to include in the query." +msgstr "" + +#. bjRCe +#: querywizard01.xhp +msgctxt "" +"querywizard01.xhp\n" +"par_idN10559\n" +"help.text" +msgid "Tables" +msgstr "" + +#. RBgge +#: querywizard01.xhp +msgctxt "" +"querywizard01.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "<ahelp hid=\".\">Specifies the table for which the query is to be created.</ahelp>" +msgstr "" + +#. BFXtZ +#: querywizard01.xhp +msgctxt "" +"querywizard01.xhp\n" +"par_idN10590\n" +"help.text" +msgid "Fields in the Query" +msgstr "" + +#. n6cwc +#: querywizard01.xhp +msgctxt "" +"querywizard01.xhp\n" +"par_idN10594\n" +"help.text" +msgid "<ahelp hid=\".\">Displays all fields that will be included in the new query.</ahelp>" +msgstr "" + +#. MJBo8 +#: querywizard01.xhp +msgctxt "" +"querywizard01.xhp\n" +"par_idN10597\n" +"help.text" +msgid "<link href=\"text/sdatabase/querywizard02.xhp\" name=\"Query Wizard - Sorting order\">Query Wizard - Sorting order</link>" +msgstr "" + +#. T7jwS +#: querywizard02.xhp +msgctxt "" +"querywizard02.xhp\n" +"tit\n" +"help.text" +msgid "Query Wizard - Sorting Order" +msgstr "" + +#. 6jtTb +#: querywizard02.xhp +msgctxt "" +"querywizard02.xhp\n" +"par_idN10543\n" +"help.text" +msgid "<link href=\"text/sdatabase/querywizard02.xhp\">Query Wizard - Sorting Order</link>" +msgstr "" + +#. hv6wL +#: querywizard02.xhp +msgctxt "" +"querywizard02.xhp\n" +"par_idN10553\n" +"help.text" +msgid "Specifies the sorting order for the data records in your query." +msgstr "" + +#. eVr57 +#: querywizard02.xhp +msgctxt "" +"querywizard02.xhp\n" +"par_idN10556\n" +"help.text" +msgid "Sort by" +msgstr "" + +#. CRtP3 +#: querywizard02.xhp +msgctxt "" +"querywizard02.xhp\n" +"par_idN105B2\n" +"help.text" +msgid "<ahelp hid=\".\">Specifies the field by which the created query is sorted.</ahelp>" +msgstr "" + +#. xUjcF +#: querywizard02.xhp +msgctxt "" +"querywizard02.xhp\n" +"par_idN1055C\n" +"help.text" +msgid "Ascending" +msgstr "" + +#. aSXt6 +#: querywizard02.xhp +msgctxt "" +"querywizard02.xhp\n" +"par_idN105BF\n" +"help.text" +msgid "<ahelp hid=\".\">Click to sort in alphabetically or numerically ascending order.</ahelp>" +msgstr "" + +#. pR3aG +#: querywizard02.xhp +msgctxt "" +"querywizard02.xhp\n" +"par_idN10562\n" +"help.text" +msgid "Descending" +msgstr "" + +#. 9BtoZ +#: querywizard02.xhp +msgctxt "" +"querywizard02.xhp\n" +"par_idN105CC\n" +"help.text" +msgid "<ahelp hid=\".\">Click to sort in alphabetically or numerically descending order.</ahelp>" +msgstr "" + +#. 6U4wS +#: querywizard02.xhp +msgctxt "" +"querywizard02.xhp\n" +"par_idN10568\n" +"help.text" +msgid "And then by" +msgstr "" + +#. CqmF3 +#: querywizard02.xhp +msgctxt "" +"querywizard02.xhp\n" +"par_idN105D9\n" +"help.text" +msgid "<ahelp hid=\".\">Specifies additional fields by which the created query is sorted, if previous sort fields are equal.</ahelp>" +msgstr "" + +#. pEGB3 +#: querywizard02.xhp +msgctxt "" +"querywizard02.xhp\n" +"par_idN1056E\n" +"help.text" +msgid "<link href=\"text/sdatabase/querywizard03.xhp\" name=\"Query Wizard - Search conditions\">Query Wizard - Search conditions</link>" +msgstr "" + +#. Ezdjv +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"tit\n" +"help.text" +msgid "Query Wizard - Search Conditions" +msgstr "" + +#. usSAE +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN10543\n" +"help.text" +msgid "<link href=\"text/sdatabase/querywizard03.xhp\">Query Wizard - Search Conditions</link>" +msgstr "" + +#. Axn74 +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN10553\n" +"help.text" +msgid "Specifies the search conditions to filter the query." +msgstr "" + +#. MBS9h +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN10556\n" +"help.text" +msgid "Match all of the following" +msgstr "" + +#. eGvAt +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN105B2\n" +"help.text" +msgid "<ahelp hid=\".\">Select to filter the query by all the conditions using a logical AND.</ahelp>" +msgstr "" + +#. mowq3 +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN1055C\n" +"help.text" +msgid "Match any of the following" +msgstr "" + +#. m9DAv +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN105BF\n" +"help.text" +msgid "<ahelp hid=\".\">Select to filter the query by any of the conditions using a logical OR.</ahelp>" +msgstr "" + +#. YzKAZ +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN10562\n" +"help.text" +msgid "Field" +msgstr "" + +#. zJBqq +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN105CC\n" +"help.text" +msgid "<ahelp hid=\".\">Select the field name for the filter condition.</ahelp>" +msgstr "" + +#. cpBwd +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN10568\n" +"help.text" +msgid "Condition" +msgstr "" + +#. FRFQM +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN105D9\n" +"help.text" +msgid "<ahelp hid=\".\">Select the condition for the filter.</ahelp>" +msgstr "" + +#. dF2FF +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN1056E\n" +"help.text" +msgid "Value" +msgstr "" + +#. ZKEEw +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN105E6\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the value for the filter condition.</ahelp>" +msgstr "" + +#. huAnr +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN10574\n" +"help.text" +msgid "<link href=\"text/sdatabase/querywizard04.xhp\" name=\"Query Wizard - Detail or Summary\">Query Wizard - Detail or summary</link>" +msgstr "" + +#. AFtfc +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"tit\n" +"help.text" +msgid "Query Wizard - Detail or Summary" +msgstr "" + +#. He5oE +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN10543\n" +"help.text" +msgid "<link href=\"text/sdatabase/querywizard04.xhp\">Query Wizard - Detail or Summary</link>" +msgstr "" + +#. pvdAU +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN10553\n" +"help.text" +msgid "Specifies whether to display all records of the query, or only the results of aggregate functions." +msgstr "" + +#. GNBdc +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN10556\n" +"help.text" +msgid "This page is only displayed when there are numerical fields in the query that allow the use of aggregate functions." +msgstr "" + +#. LAhTk +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN10559\n" +"help.text" +msgid "Detailed query" +msgstr "" + +#. aXtmP +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN105BD\n" +"help.text" +msgid "<ahelp hid=\".\">Select to show all records of the query.</ahelp>" +msgstr "" + +#. h7yp9 +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN105C2\n" +"help.text" +msgid "Summary query" +msgstr "" + +#. 4VMFu +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN105C8\n" +"help.text" +msgid "<ahelp hid=\".\">Select to show only results of aggregate functions.</ahelp>" +msgstr "" + +#. CEC9y +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN105D7\n" +"help.text" +msgid "Select the aggregate function and the field name of the numeric field in the list box. You can enter as many aggregate functions as you want, one in each row of controls." +msgstr "" + +#. QCySK +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "Aggregate function" +msgstr "" + +#. H3vuB +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN105E4\n" +"help.text" +msgid "<ahelp hid=\".\">Select the aggregate function.</ahelp>" +msgstr "" + +#. 7VBHB +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN105DD\n" +"help.text" +msgid "Field name" +msgstr "" + +#. DhcSj +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN10656\n" +"help.text" +msgid "<ahelp hid=\".\">Select the numeric field name.</ahelp>" +msgstr "" + +#. 2fBzx +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN105E7\n" +"help.text" +msgid "+" +msgstr "" + +#. hM5kP +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN105FE\n" +"help.text" +msgid "<ahelp hid=\".\">Appends a new row of controls.</ahelp>" +msgstr "" + +#. psHk4 +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN105F1\n" +"help.text" +msgid "−" +msgstr "" + +#. MYCN9 +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN1060B\n" +"help.text" +msgid "<ahelp hid=\".\">Removes the last row of controls.</ahelp>" +msgstr "" + +#. 95hsW +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN1060E\n" +"help.text" +msgid "<link href=\"text/sdatabase/querywizard05.xhp\" name=\"Query Wizard - Grouping\">Query Wizard - Grouping</link>" +msgstr "" + +#. d4Arr +#: querywizard05.xhp +msgctxt "" +"querywizard05.xhp\n" +"tit\n" +"help.text" +msgid "Query Wizard - Grouping" +msgstr "" + +#. kwKJA +#: querywizard05.xhp +msgctxt "" +"querywizard05.xhp\n" +"par_idN10546\n" +"help.text" +msgid "<link href=\"text/sdatabase/querywizard05.xhp\">Query Wizard - Grouping</link>" +msgstr "" + +#. yimYQ +#: querywizard05.xhp +msgctxt "" +"querywizard05.xhp\n" +"par_idN10556\n" +"help.text" +msgid "Specifies whether to group the query. The data source must support the SQL statement \"Group by clauses\" to enable this page of the Wizard." +msgstr "" + +#. BEcEC +#: querywizard05.xhp +msgctxt "" +"querywizard05.xhp\n" +"par_idN10589\n" +"help.text" +msgid "Group by" +msgstr "" + +#. XSPcc +#: querywizard05.xhp +msgctxt "" +"querywizard05.xhp\n" +"par_idN1058D\n" +"help.text" +msgid "<ahelp hid=\".\">Displays all fields that are to be used to group the query.</ahelp>" +msgstr "" + +#. bebrL +#: querywizard05.xhp +msgctxt "" +"querywizard05.xhp\n" +"par_idN10590\n" +"help.text" +msgid "<link href=\"text/sdatabase/querywizard06.xhp\" name=\"Query Wizard - Grouping conditions\">Query Wizard - Grouping conditions</link>" +msgstr "" + +#. FJyRe +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"tit\n" +"help.text" +msgid "Query Wizard - Grouping Conditions" +msgstr "" + +#. rvBec +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN10546\n" +"help.text" +msgid "<link href=\"text/sdatabase/querywizard06.xhp\">Query Wizard - Grouping Conditions</link>" +msgstr "" + +#. isYHF +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN10556\n" +"help.text" +msgid "Specifies the conditions to group the query. The data source must support the SQL statement \"Group by clauses\" to enable this page of the Wizard." +msgstr "" + +#. E2hjZ +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN10559\n" +"help.text" +msgid "Match all of the following" +msgstr "" + +#. tsdNz +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "<ahelp hid=\".\">Select to group the query by all the conditions using a logical AND.</ahelp>" +msgstr "" + +#. vG7ub +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN10560\n" +"help.text" +msgid "Match any of the following" +msgstr "" + +#. H4kNz +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN10564\n" +"help.text" +msgid "<ahelp hid=\".\">Select to group the query by any of the conditions using a logical OR.</ahelp>" +msgstr "" + +#. CRQPr +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN10567\n" +"help.text" +msgid "Field name" +msgstr "" + +#. AUDUW +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN1056B\n" +"help.text" +msgid "<ahelp hid=\".\">Select the field name for the grouping condition.</ahelp>" +msgstr "" + +#. vYSzM +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN1056E\n" +"help.text" +msgid "Condition" +msgstr "" + +#. VHAhf +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN10572\n" +"help.text" +msgid "<ahelp hid=\".\">Select the condition for the grouping.</ahelp>" +msgstr "" + +#. LYZYG +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN10575\n" +"help.text" +msgid "Value" +msgstr "" + +#. GBywN +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN10579\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the value for the grouping condition.</ahelp>" +msgstr "" + +#. tg3CC +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN1057C\n" +"help.text" +msgid "<link href=\"text/sdatabase/querywizard07.xhp\" name=\"Query Wizard - Aliases\">Query Wizard - Aliases</link>" +msgstr "" + +#. LGziG +#: querywizard07.xhp +msgctxt "" +"querywizard07.xhp\n" +"tit\n" +"help.text" +msgid "Query Wizard - Aliases" +msgstr "" + +#. dCG5v +#: querywizard07.xhp +msgctxt "" +"querywizard07.xhp\n" +"par_idN10543\n" +"help.text" +msgid "<link href=\"text/sdatabase/querywizard07.xhp\">Query Wizard - Aliases</link>" +msgstr "" + +#. 8qMru +#: querywizard07.xhp +msgctxt "" +"querywizard07.xhp\n" +"par_idN10553\n" +"help.text" +msgid "Assigns aliases to field names. Aliases are optional, and can provide more user-friendly names, which are displayed in place of field names. For example, an alias can be used when fields from different tables have the same name." +msgstr "" + +#. GKQBZ +#: querywizard07.xhp +msgctxt "" +"querywizard07.xhp\n" +"par_idN10556\n" +"help.text" +msgid "Alias" +msgstr "" + +#. TiaDt +#: querywizard07.xhp +msgctxt "" +"querywizard07.xhp\n" +"par_idN1055A\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the alias for the field name.</ahelp>" +msgstr "" + +#. cHhQS +#: querywizard07.xhp +msgctxt "" +"querywizard07.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "<link href=\"text/sdatabase/querywizard08.xhp\" name=\"Query Wizard - Overview\">Query Wizard - Overview</link>" +msgstr "" + +#. ZD37L +#: querywizard08.xhp +msgctxt "" +"querywizard08.xhp\n" +"tit\n" +"help.text" +msgid "Query Wizard - Overview" +msgstr "" + +#. eZifq +#: querywizard08.xhp +msgctxt "" +"querywizard08.xhp\n" +"par_idN10543\n" +"help.text" +msgid "<link href=\"text/sdatabase/querywizard08.xhp\">Query Wizard - Overview</link>" +msgstr "" + +#. Eugc7 +#: querywizard08.xhp +msgctxt "" +"querywizard08.xhp\n" +"par_idN10553\n" +"help.text" +msgid "Enter a name of the query, and specify whether you want to display or to modify the query after the Wizard is finished." +msgstr "" + +#. zjCxf +#: querywizard08.xhp +msgctxt "" +"querywizard08.xhp\n" +"par_idN10556\n" +"help.text" +msgid "Name of the query" +msgstr "" + +#. ZLJYh +#: querywizard08.xhp +msgctxt "" +"querywizard08.xhp\n" +"par_idN1055A\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the query.</ahelp>" +msgstr "" + +#. uC9Qc +#: querywizard08.xhp +msgctxt "" +"querywizard08.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "Display query" +msgstr "" + +#. BJa3G +#: querywizard08.xhp +msgctxt "" +"querywizard08.xhp\n" +"par_idN10561\n" +"help.text" +msgid "<ahelp hid=\".\">Select to save and display the query.</ahelp>" +msgstr "" + +#. yN4FB +#: querywizard08.xhp +msgctxt "" +"querywizard08.xhp\n" +"par_idN10564\n" +"help.text" +msgid "Modify query" +msgstr "" + +#. VKpNF +#: querywizard08.xhp +msgctxt "" +"querywizard08.xhp\n" +"par_idN10568\n" +"help.text" +msgid "<ahelp hid=\".\">Select to save the query and open it for editing.</ahelp>" +msgstr "" + +#. 3ww32 +#: querywizard08.xhp +msgctxt "" +"querywizard08.xhp\n" +"par_idN1056B\n" +"help.text" +msgid "Overview" +msgstr "" + +#. SfUBA +#: querywizard08.xhp +msgctxt "" +"querywizard08.xhp\n" +"par_idN1056F\n" +"help.text" +msgid "<ahelp hid=\".\">Displays a summary of the query.</ahelp>" +msgstr "" + +#. 8k8Fx +#: querywizard08.xhp +msgctxt "" +"querywizard08.xhp\n" +"par_idN10572\n" +"help.text" +msgid "<link href=\"text/sdatabase/querywizard00.xhp\" name=\"Query Wizard\">Query Wizard</link>" +msgstr "" + +#. Us2de +#: rep_datetime.xhp +msgctxt "" +"rep_datetime.xhp\n" +"tit\n" +"help.text" +msgid "Date and Time" +msgstr "" + +#. eDaHU +#: rep_datetime.xhp +msgctxt "" +"rep_datetime.xhp\n" +"hd_id2320932\n" +"help.text" +msgid "<variable id=\"rep_datetime\"><link href=\"text/sdatabase/rep_datetime.xhp\">Date and Time</link></variable>" +msgstr "" + +#. DrUB4 +#: rep_datetime.xhp +msgctxt "" +"rep_datetime.xhp\n" +"par_id8638874\n" +"help.text" +msgid "<ahelp hid=\".\">You can open the Date and Time dialog of the <link href=\"text/sdatabase/rep_main.xhp\">Report Builder</link> by choosing <item type=\"menuitem\">Insert - Date and Time</item>.</ahelp>" +msgstr "" + +#. tSLyd +#: rep_datetime.xhp +msgctxt "" +"rep_datetime.xhp\n" +"par_id6278878\n" +"help.text" +msgid "Press <item type=\"keycode\">Shift-F1</item> and point with the mouse at an input box to see a help text for this input box." +msgstr "" + +#. ppg4k +#: rep_datetime.xhp +msgctxt "" +"rep_datetime.xhp\n" +"par_id393078\n" +"help.text" +msgid "<ahelp hid=\".\">Enable Include Date to insert a date field into the active area of the report. The date field displays the current date when the report is executed.</ahelp>" +msgstr "" + +#. 6ued5 +#: rep_datetime.xhp +msgctxt "" +"rep_datetime.xhp\n" +"par_id1271401\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a format to display the date.</ahelp>" +msgstr "" + +#. VvPJF +#: rep_datetime.xhp +msgctxt "" +"rep_datetime.xhp\n" +"par_id8718832\n" +"help.text" +msgid "<ahelp hid=\".\">Enable Include Time to insert a time field into the active area of the report. The time field displays the current time when the report is executed.</ahelp>" +msgstr "" + +#. DfCAA +#: rep_datetime.xhp +msgctxt "" +"rep_datetime.xhp\n" +"par_id8561052\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a format to display the time.</ahelp>" +msgstr "" + +#. cVAzu +#: rep_datetime.xhp +msgctxt "" +"rep_datetime.xhp\n" +"par_id5992919\n" +"help.text" +msgid "Click OK to insert the field." +msgstr "" + +#. WFpF6 +#: rep_datetime.xhp +msgctxt "" +"rep_datetime.xhp\n" +"par_id4320810\n" +"help.text" +msgid "You can click the date or time field and drag to another position within the same area, or edit the properties in the Properties window." +msgstr "" + +#. DCjDN +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"tit\n" +"help.text" +msgid "Insert Fields" +msgstr "" + +#. DiU2a +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"bm_id61540566967968\n" +"help.text" +msgid "<bookmark_value>insert fields;in report design</bookmark_value> <bookmark_value>add fields;in report design</bookmark_value> <bookmark_value>report design;add fields to report</bookmark_value>" +msgstr "" + +#. ZSrFy +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"hd_id361540562942432\n" +"help.text" +msgid "<variable id=\"addfields\"><link href=\"text/sdatabase/rep_insertfield.xhp\" name=\"Add Fields\">Add fields to report</link></variable>" +msgstr "" + +#. zFCzB +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id3587145\n" +"help.text" +msgid "<ahelp hid=\".\">The Add Field window helps you to insert the table entries in the report.</ahelp>" +msgstr "" + +#. dzGbq +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id4503921\n" +"help.text" +msgid "The Add Field window is shown automatically when you have selected a table in the Contents box and leave that box." +msgstr "" + +#. hQDBC +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id171540674707522\n" +"help.text" +msgid "Choose <item type=\"menuitem\">View - Add Field</item>." +msgstr "" + +#. hxBBt +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id991540674901837\n" +"help.text" +msgid "<image src=\"media/icon-themes/cmd/lc_addfield.svg\" id=\"img_id621540674901837\" width=\"1.0cm\" height=\"1.0cm\"><alt id=\"alt_id491540674901837\">Add field icon</alt></image>" +msgstr "" + +#. oEoAE +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id121540674874655\n" +"help.text" +msgid "Click the Add Field icon on the toolbar." +msgstr "" + +#. BqWBD +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id141540563922693\n" +"help.text" +msgid "Select the field in the Add Field dialog and click <emph>Insert</emph>. You can select multiple fields pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while clicking on the fields name or using the Shift key while pressing the mouse button. Click <emph>Insert</emph> in the toolbar to add the fields to the report." +msgstr "" + +#. BGjjH +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id4051026\n" +"help.text" +msgid "Drag and drop the field names one by one from the Add Field window into the Detail area of the report. Position the fields as you like. Use the icons in the toolbars to align the fields." +msgstr "" + +#. Hk568 +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id3397320\n" +"help.text" +msgid "It is not possible to overlap the fields. If you drop a table field on the Detail area, then a label and a text box are inserted." +msgstr "" + +#. RGprC +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id3059785\n" +"help.text" +msgid "You can also insert text that should be the same on every page of the report. Click the Label Field icon <image id=\"img_id5605334\" src=\"media/icon-themes/cmd/lc_addfield.svg\" width=\"0.566cm\" height=\"0.566cm\" localize=\"true\"><alt id=\"alt_id5605334\">Icon</alt></image>, then drag a rectangle in the Page Header or Page Footer area. Edit the Label property to show the text you want." +msgstr "" + +#. VjpkA +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"hd_id251540563929787\n" +"help.text" +msgid "Sorting fields names" +msgstr "" + +#. pNfxS +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id651540564204840\n" +"help.text" +msgid "<image src=\"media/icon-themes/cmd/sc_sortascending.svg\" id=\"img_id631540564204841\" width=\"1.0cm\" height=\"1.0cm\"><alt id=\"alt_id141540564204841\">Sort Ascending icon</alt></image>" +msgstr "" + +#. EfMFi +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id401540563992665\n" +"help.text" +msgid "Sort names ascending." +msgstr "" + +#. 9jVwk +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id811540564184191\n" +"help.text" +msgid "<image src=\"media/icon-themes/cmd/sc_sortdescending.svg\" id=\"img_id391540564184192\" width=\"1.0cm\" height=\"1.0cm\"><alt id=\"alt_id571540564184192\">Sort descending icon</alt></image>" +msgstr "" + +#. BEcwL +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id401540563942665\n" +"help.text" +msgid "Sort names descending," +msgstr "" + +#. GRKuP +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id851540564212907\n" +"help.text" +msgid "<image src=\"media/icon-themes/cmd/lc_removefiltersort.svg\" id=\"img_id41540564212907\" width=\"1.0cm\" height=\"1.0cm\"><alt id=\"alt_id421540564212908\">Undo sorting icon</alt></image>" +msgstr "" + +#. DVAm8 +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id401540533942665\n" +"help.text" +msgid "Restore original sorting" +msgstr "" + +#. gCECo +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"tit\n" +"help.text" +msgid "Report Builder" +msgstr "" + +#. Yyb28 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"bm_id1614429\n" +"help.text" +msgid "<bookmark_value>Report Builder</bookmark_value> <bookmark_value>Oracle Report Builder</bookmark_value>" +msgstr "" + +#. DouuB +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"hd_id8773155\n" +"help.text" +msgid "<variable id=\"rep_main\"><link href=\"text/sdatabase/rep_main.xhp\">Report Builder</link></variable>" +msgstr "" + +#. tcUx2 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id5248573\n" +"help.text" +msgid "The Report Builder is a tool to create your own database reports. Unlike with the <link href=\"text/shared/autopi/01100000.xhp\">Report Wizard</link>, using the Report Builder you can take control to design the report the way you want. The generated report is a Writer document that you can edit, too." +msgstr "" + +#. kCCcM +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7128818\n" +"help.text" +msgid "To use the Report Builder, the Java Runtime Environment (JRE) software must be installed, and this software must be selected in %PRODUCTNAME." +msgstr "" + +#. MUFG8 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"hd_id556047\n" +"help.text" +msgid "To install the JRE software" +msgstr "" + +#. CTy58 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id4515823\n" +"help.text" +msgid "The Report Builder requires an installed Java Runtime Environment (JRE)." +msgstr "" + +#. t42Ud +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id4044312\n" +"help.text" +msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - <link href=\"text/shared/optionen/java.xhp\">Advanced</link>." +msgstr "" + +#. bGABC +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id1369060\n" +"help.text" +msgid "Wait up to one minute, while %PRODUCTNAME collects information on installed Java software on your system." +msgstr "" + +#. oxLT3 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id860927\n" +"help.text" +msgid "If a recent JRE version is found on your system, you see an entry in the list." +msgstr "" + +#. 87xW7 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id8581804\n" +"help.text" +msgid "Click the option button in front of the entry to enable this JRE version for use in %PRODUCTNAME." +msgstr "" + +#. KmqC6 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7730033\n" +"help.text" +msgid "Ensure that <emph>Use a Java runtime environment</emph> is enabled." +msgstr "" + +#. oeX8D +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id6317636\n" +"help.text" +msgid "If no JRE version is found on your system, open your web browser and download the JRE software from <link href=\"http://www.java.com\">http://www.java.com</link>. Install the JRE software. Then restart %PRODUCTNAME and open <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Advanced again." +msgstr "" + +#. 87hJD +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"hd_id9759514\n" +"help.text" +msgid "To open the Report Builder" +msgstr "" + +#. TxLZj +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id9076509\n" +"help.text" +msgid "Open a Base file or create a new database. The database must contain at least one table with at least one data field and a primary key field." +msgstr "" + +#. NiuEf +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7050691\n" +"help.text" +msgid "Click the Reports icon in the Base window, then choose Create Report in Design View." +msgstr "" + +#. u7db8 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7118747\n" +"help.text" +msgid "The Report Builder window opens." +msgstr "" + +#. eC7Ku +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id8283639\n" +"help.text" +msgid "The Report Builder is divided into three parts. On the top you see the menu, with the toolbars below." +msgstr "" + +#. FZucS +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id2291024\n" +"help.text" +msgid "On the right you see the Properties window with the property values of the currently selected object." +msgstr "" + +#. 9iUTs +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id2100589\n" +"help.text" +msgid "The left part of the Report Builder window shows the Report Builder view. The Report Builder view is initially divided into three sections, from top to bottom:" +msgstr "" + +#. bpA2e +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id5022125\n" +"help.text" +msgid "<emph>Page Header</emph> - drag control fields with fixed text into the Page Header area" +msgstr "" + +#. TcX6C +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id6844386\n" +"help.text" +msgid "<emph>Detail</emph> - drag and drop database fields into the Detail area" +msgstr "" + +#. k3qgL +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7018646\n" +"help.text" +msgid "<emph>Page Footer</emph> - drag control fields with fixed text into the Page Footer area" +msgstr "" + +#. GbMdT +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id5857112\n" +"help.text" +msgid "To insert an additional <emph>Report Header</emph> and <emph>Report Footer</emph> area choose <item type=\"menuitem\">Edit - Insert Report Header/Footer</item>. These areas contain text that appears at the start and end of the whole report." +msgstr "" + +#. cvEuz +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id6042664\n" +"help.text" +msgid "Click the \"-\" icon in front of an area name to collapse that area to one line in the Report Builder view. The \"-\" icon changes to a \"+\" icon, and you can click this to expand the area again." +msgstr "" + +#. NCMdn +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id1589098\n" +"help.text" +msgid "You insert database fields by drag-and-drop into the Detail area. See the section \"To insert fields into the report\" below." +msgstr "" + +#. 3dx6B +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id1278420\n" +"help.text" +msgid "In addition, you can click the Label Field or Text Box icon in the toolbar, then drag a rectangle in the Page Header or Page Footer area, to define a text that is the same on all pages. You enter the text in the Label box of the corresponding Properties window. You can also add graphics by using the Graphics icon." +msgstr "" + +#. 25GDr +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7479476\n" +"help.text" +msgid "To connect the report to a database table" +msgstr "" + +#. TuFVF +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id2218390\n" +"help.text" +msgid "Move the mouse to the Properties view. You see two tab pages General and Data." +msgstr "" + +#. WdBn9 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7771538\n" +"help.text" +msgid "On the Data tab page, click Content to open the combo box." +msgstr "" + +#. UKbEt +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id366527\n" +"help.text" +msgid "Select the table for that you want to create the report." +msgstr "" + +#. NzJzg +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7996459\n" +"help.text" +msgid "After selecting the table, press the Tab key to leave the Content box." +msgstr "" + +#. vmDAS +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id2531815\n" +"help.text" +msgid "The <link href=\"text/sdatabase/rep_insertfield.xhp\" name=\"add_fields_link\">Add fields to report</link> window opens automatically and shows all fields of the selected table." +msgstr "" + +#. vsFKB +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7657399\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to align the objects at the left margin of the area.</ahelp>" +msgstr "" + +#. BqG3G +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id8925138\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to align the objects at the right margin of the area.</ahelp>" +msgstr "" + +#. UcCYH +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id5461897\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to align the objects at the top margin of the area.</ahelp>" +msgstr "" + +#. gDxeY +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id8919339\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to align the objects at the bottom margin of the area.</ahelp>" +msgstr "" + +#. nNfGG +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id4634235\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to resize the objects to the smallest width.</ahelp>" +msgstr "" + +#. GuD9F +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id1393475\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to resize the objects to the smallest height.</ahelp>" +msgstr "" + +#. NAFEu +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id6571550\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to resize the objects to the greatest width.</ahelp>" +msgstr "" + +#. ssdFE +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id5376140\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to resize the objects to the greatest height.</ahelp>" +msgstr "" + +#. yLQm4 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id9611499\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a horizontal line to the current area.</ahelp>" +msgstr "" + +#. XVFTm +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id6765953\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a vertical line to the current area.</ahelp>" +msgstr "" + +#. 5gYXB +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id0409200922242612\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Shrinks the selected section to remove top and bottom empty space.</ahelp>" +msgstr "" + +#. K9bij +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id0409200922242617\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Shrinks the selected section to remove top empty space.</ahelp>" +msgstr "" + +#. S4vSt +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id0409200922242661\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Shrinks the selected section to remove bottom empty space.</ahelp>" +msgstr "" + +#. bFTYS +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id1511581\n" +"help.text" +msgid "After inserting fields in the Detail view, the report is ready for execution." +msgstr "" + +#. j9t2k +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id4881740\n" +"help.text" +msgid "To execute a report" +msgstr "" + +#. FtAeF +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id8286385\n" +"help.text" +msgid "Click the Execute Report icon on the toolbar." +msgstr "" + +#. QxSrq +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id341642784887818\n" +"help.text" +msgid "<image src=\"cmd/sc_executereport.svg\" id=\"img_id181642784887819\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id561642784887821\">Execute Report icon</alt></image>" +msgstr "" + +#. FRApC +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id71642784887822\n" +"help.text" +msgid "Execute Report icon" +msgstr "" + +#. EbwoS +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id2354197\n" +"help.text" +msgid "A Writer document opens and shows the report you have created, which contains all values of the database table which you have insert." +msgstr "" + +#. CCUrN +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id2485122\n" +"help.text" +msgid "If the database contents did change, execute the report again to update the result report." +msgstr "" + +#. XrBwB +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"hd_id8746910\n" +"help.text" +msgid "To edit a report" +msgstr "" + +#. GinFd +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id9636524\n" +"help.text" +msgid "First decide if you want to edit the generated report, which is a static Writer document, or if you want to edit the Report Builder view and then generate a new report based on the new design." +msgstr "" + +#. awMUn +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id5941648\n" +"help.text" +msgid "The Writer document is opened read-only. To edit the Writer document, click <emph>Edit Document</emph> on the information bar, or choose <emph>Edit - Edit Mode</emph>." +msgstr "" + +#. G2dAA +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id8307138\n" +"help.text" +msgid "If you want to edit the Report Builder view, you can change some of its properties." +msgstr "" + +#. XYvED +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7138889\n" +"help.text" +msgid "Click in the Details area. Then in the Properties window, change some properties, for example the background color." +msgstr "" + +#. YbHaF +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id9869380\n" +"help.text" +msgid "After finishing, click the Execute Report icon to create a new report." +msgstr "" + +#. h2c39 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id12512\n" +"help.text" +msgid "If you close the Report Builder, you will be asked if the report should be saved. Click Yes, give the report a name, and click OK." +msgstr "" + +#. T8vuS +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id2676168\n" +"help.text" +msgid "Sorting the report" +msgstr "" + +#. Cg7RE +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id2626422\n" +"help.text" +msgid "Without sorting or grouping, the records will be inserted into the report in the order in which they are retrieved from the database." +msgstr "" + +#. ZgBCK +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id1743827\n" +"help.text" +msgid "Open the Report Builder view and click the Sorting and Grouping icon on the toolbar. You see the <link href=\"text/sdatabase/rep_sort.xhp\">Sorting and Grouping</link> dialog." +msgstr "" + +#. rZjJB +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id241642785406292\n" +"help.text" +msgid "<image id=\"img_id9557786\" src=\"cmd/sc_dbsortingandgrouping.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id9557786\">Icon Sort and Grouping</alt></image>" +msgstr "" + +#. EcCrC +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id81642785406296\n" +"help.text" +msgid "Icon Sort and Grouping" +msgstr "" + +#. 35NvQ +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id4331797\n" +"help.text" +msgid "In the Groups box, click the field which you want as the first sort field, and set the Sorting property." +msgstr "" + +#. heWc5 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id4191717\n" +"help.text" +msgid "Execute the report." +msgstr "" + +#. FoAAB +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id2318796\n" +"help.text" +msgid "Grouping" +msgstr "" + +#. gBGNE +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id399182\n" +"help.text" +msgid "Open the Report Builder view and click the Sorting and Grouping icon on the toolbar. You see the <link href=\"text/sdatabase/rep_sort.xhp\">Sorting and Grouping</link> dialog." +msgstr "" + +#. zfuDw +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7588732\n" +"help.text" +msgid "In the Groups box, open the Group Header list box and select to show a group header." +msgstr "" + +#. 6BQtB +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id95828\n" +"help.text" +msgid "Click the Add Field icon to open the Add Field window." +msgstr "" + +#. VbSz2 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id911642785710911\n" +"help.text" +msgid "<image id=\"Graphic3\" src=\"cmd/sc_addfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Add Field</alt></image>" +msgstr "" + +#. CKwKa +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id831642785710915\n" +"help.text" +msgid "Icon Add Field" +msgstr "" + +#. WyQ6C +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id5675527\n" +"help.text" +msgid "Drag-and-drop the field entry that you want to group into the group header section. Then drag-and-drop the remaining fields into the Detail section." +msgstr "" + +#. GscG2 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id3496200\n" +"help.text" +msgid "Execute the report. The report shows the grouped records." +msgstr "" + +#. dLiAY +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7599108\n" +"help.text" +msgid "If you like to sort and group, open the Report Builder view, then open the Sorting and Grouping dialog. Select to show a Group Header for the fields that you want to group, and select to hide the Group Header for the fields that you want to be sorted. Close the Sorting and Grouping window and execute the report." +msgstr "" + +#. WGFAC +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id888698\n" +"help.text" +msgid "Updating and printing your data" +msgstr "" + +#. 9CfYU +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id3394573\n" +"help.text" +msgid "When you insert some new data or edit data in the table, a new report will show the updated data." +msgstr "" + +#. WBEpS +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7594225\n" +"help.text" +msgid "Click the Reports icon and double-click your last saved report. A new Writer document will be created which shows the new data." +msgstr "" + +#. UFpr2 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id191642785888796\n" +"help.text" +msgid "<image id=\"img_id4678487\" src=\"dbaccess/res/reports_32.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id4678487\">Icon Reports</alt></image>" +msgstr "" + +#. DseWN +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id701642785888800\n" +"help.text" +msgid "Icon Reports" +msgstr "" + +#. Kp54P +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id8147221\n" +"help.text" +msgid "To print a report, choose <item type=\"menuitem\">File - Print</item> from the Writer document." +msgstr "" + +#. AnAta +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"tit\n" +"help.text" +msgid "Report Navigator" +msgstr "" + +#. 6utJF +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"bm_id5823847\n" +"help.text" +msgid "<bookmark_value>formulas in reports;editing</bookmark_value><bookmark_value>functions in reports;editing</bookmark_value>" +msgstr "" + +#. ruhgL +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"hd_id1821955\n" +"help.text" +msgid "<variable id=\"rep_navigator\"><link href=\"text/sdatabase/rep_navigator.xhp\">Report Navigator</link></variable>" +msgstr "" + +#. 7hD99 +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id1150852\n" +"help.text" +msgid "You can open the Report Navigator window of the <link href=\"text/sdatabase/rep_main.xhp\">Report Builder</link> by choosing <item type=\"menuitem\">View - Report Navigator</item>." +msgstr "" + +#. hBVny +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id1111484\n" +"help.text" +msgid "<ahelp hid=\".\">The Report Navigator reveals the structure of the report. You can use the Report Navigator to insert functions into the report.</ahelp>" +msgstr "" + +#. LJxNC +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id8314157\n" +"help.text" +msgid "<ahelp hid=\".\">Click an entry in the Report Navigator. The corresponding object or area is selected in the Report Builder view. Right-click an entry to open the context menu.</ahelp>" +msgstr "" + +#. prLAV +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"hd_id2932828\n" +"help.text" +msgid "To enter functions to the report" +msgstr "" + +#. CSJFz +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id5091708\n" +"help.text" +msgid "<ahelp hid=\".\">In the context menu of the Report Navigator, you see the same commands as in the Report Builder view, plus additional commands to create new functions or to delete them.</ahelp>" +msgstr "" + +#. TVyh8 +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id9449446\n" +"help.text" +msgid "Functions can be entered using a syntax as specified by the <link href=\"https://en.wikipedia.org/wiki/OpenFormula\" name=\"English Wikipedia: OpenFormula\">OpenFormula</link> proposal." +msgstr "" + +#. 3GfjV +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id4095583\n" +"help.text" +msgid "See <link href=\"https://wiki.documentfoundation.org/Database\" name=\"wiki.documentfoundation.org Database\">Wiki page about Base</link> for some more help regarding the functions in a report." +msgstr "" + +#. 2spAx +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"hd_id311593\n" +"help.text" +msgid "To calculate a sum for each client" +msgstr "" + +#. zGU9C +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id3948789\n" +"help.text" +msgid "Open the Report Navigator." +msgstr "" + +#. FSYuv +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id5391399\n" +"help.text" +msgid "Open the Groups entry and the group where you want to calculate the cost." +msgstr "" + +#. bP94U +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id6989654\n" +"help.text" +msgid "The group has a sub entry called functions." +msgstr "" + +#. FbfyS +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id1803643\n" +"help.text" +msgid "Open the context menu (right click) on the functions entry, choose to create a new function, and select it." +msgstr "" + +#. hTbw9 +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id868251\n" +"help.text" +msgid "In the property browser you see the function." +msgstr "" + +#. KBn87 +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id6247749\n" +"help.text" +msgid "Change the name to e.g. CostCalc and the formula to [CostCalc] + [enter your cost column name]." +msgstr "" + +#. y2cwk +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id1565904\n" +"help.text" +msgid "In the initial value enter 0." +msgstr "" + +#. RkdrZ +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id1569261\n" +"help.text" +msgid "Now you can insert a text field and bind it to your [CostCalc] (appears in the data field list box)." +msgstr "" + +#. utdSG +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id9256874\n" +"help.text" +msgid "Maybe you have to set the initial value to the value of the field like [field]." +msgstr "" + +#. Hp4tF +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id4601886\n" +"help.text" +msgid "If there are blank fields in the cost column, use the following formula to replace the blank fields' content with zero:" +msgstr "" + +#. Dzpam +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id1754509\n" +"help.text" +msgid "[SumCost] + IF(ISBLANK([field]);0;[field])" +msgstr "" + +#. tGCiz +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id8122196\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the formula that defines the function. Use OpenFormula syntax.</ahelp>" +msgstr "" + +#. mTZGY +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id9909665\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the initial value for the evaluation of the formula. Often this is set to 0 or to 1.</ahelp>" +msgstr "" + +#. qEtTN +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id9141819\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">If Deep traversing is enabled, functions are evaluated considering all lower levels of hierarchy. This would be used for instance for line numbering. If Deep traversing is not enabled, only the first level of hierarchy is evaluated.</ahelp>" +msgstr "" + +#. XGkHa +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id6354869\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">If Pre evaluation is enabled, functions are evaluated only when the report is finished.</ahelp>" +msgstr "" + +#. nNgrq +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"tit\n" +"help.text" +msgid "Page Numbers" +msgstr "" + +#. nTPmB +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"hd_id3674123\n" +"help.text" +msgid "<variable id=\"rep_pagenumbers\"><link href=\"text/sdatabase/rep_pagenumbers.xhp\">Page Numbers</link></variable>" +msgstr "" + +#. oPnyT +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"par_id3424481\n" +"help.text" +msgid "<ahelp hid=\".\">You can open the Page Numbers dialog of the <link href=\"text/sdatabase/rep_main.xhp\">Report Builder</link> by choosing <item type=\"menuitem\">Insert - Page Numbers</item>.</ahelp>" +msgstr "" + +#. ygaGw +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"par_id1068758\n" +"help.text" +msgid "Press <item type=\"keycode\">Shift-F1</item> and point with the mouse at an input box to see a help text for this input box." +msgstr "" + +#. Cz9Sk +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"par_id1559190\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Page N</ahelp>" +msgstr "" + +#. rcaDS +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"par_id9879146\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Page N of M</ahelp>" +msgstr "" + +#. tDDwG +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"par_id9404278\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Top of Page (Header)</ahelp>" +msgstr "" + +#. dvqcL +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"par_id7626880\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Bottom of Page (Footer)</ahelp>" +msgstr "" + +#. XRZPh +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"par_id6124149\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Alignment</ahelp>" +msgstr "" + +#. horox +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"par_id8257087\n" +"help.text" +msgid "Select the format for the page numbers, either \"Page N\" or \"Page N of M\", where N stands for the current page number, and M for the total number of pages in the report." +msgstr "" + +#. 84Dct +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"par_id3479415\n" +"help.text" +msgid "Select to show the page numbers in the Page Header area or in the Page Footer area." +msgstr "" + +#. GxdrQ +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"par_id4441663\n" +"help.text" +msgid "Select an alignment. By default the page numbers are centered between the left and right margins. You can align the field to the left or right. You can also select Inside to print page number on odd pages on the left side and even page numbers on the right side. Select Outside for the opposite alignment." +msgstr "" + +#. MJV32 +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"par_id3012176\n" +"help.text" +msgid "When you click OK, a data field for the page numbers is inserted. If no header or footer area exist, the area will be created as needed." +msgstr "" + +#. 6QnRv +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"par_id8532670\n" +"help.text" +msgid "You can click the data field and drag to another position within the same area, or edit the properties in the Properties window." +msgstr "" + +#. 7uNv6 +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"tit\n" +"help.text" +msgid "Properties" +msgstr "" + +#. CEY5D +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"hd_id8836939\n" +"help.text" +msgid "<variable id=\"rep_prop\"><link href=\"text/sdatabase/rep_prop.xhp\">Properties</link></variable>" +msgstr "" + +#. yQEzY +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id2711264\n" +"help.text" +msgid "The Properties window of the <link href=\"text/sdatabase/rep_main.xhp\">Report Builder</link> always shows the properties of the currently selected object in the Report Builder view." +msgstr "" + +#. hiDZo +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id1080660\n" +"help.text" +msgid "Press Shift-F1 and point with the mouse at an input box to see a help text for this input box." +msgstr "" + +#. WFv9q +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id7175817\n" +"help.text" +msgid "On first start of the Report Builder, the Properties window shows the <emph>Data</emph> tab page for the whole report." +msgstr "" + +#. khEAx +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id9895931\n" +"help.text" +msgid "Select a table from the Contents list, then press Tab or click outside the input box to leave the input box." +msgstr "" + +#. krzKx +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id3587145\n" +"help.text" +msgid "<ahelp hid=\".\">The <link href=\"text/sdatabase/rep_insertfield.xhp\" name=\"add_fields_link\">Add fields to report</link> window is shown automatically when you have selected a table in the Contents box and leave that box. You can also click the Add Field icon on the toolbar, or choose <item type=\"menuitem\">View - Add Field</item>.</ahelp>" +msgstr "" + +#. 5BJS6 +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id6993926\n" +"help.text" +msgid "The <emph>General</emph> tab page can be used to change the name of the report, and to disable the Page Header or Page Footer areas, among others." +msgstr "" + +#. eGuih +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id3729361\n" +"help.text" +msgid "<ahelp hid=\".\">To display the <emph>Data</emph> or <emph>General</emph> tab page for the whole report, choose <item type=\"menuitem\">Edit - Select All - Select Report</item>.</ahelp>" +msgstr "" + +#. r4tre +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id1768852\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Groups are kept together by page or by column (default). You must enable Keep Together also.</ahelp>" +msgstr "" + +#. PFQYf +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id6304818\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies in which context the page header will be printed: on all pages, or not on pages with a report header or footer.</ahelp>" +msgstr "" + +#. 9rAVD +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id401623\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies in which context the page footer will be printed: on all pages, or not on pages with a report header or footer</ahelp>" +msgstr "" + +#. rMRex +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id2162236\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies to print repeated values.</ahelp>" +msgstr "" + +#. nCDvW +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id7022003\n" +"help.text" +msgid "If you click the Page Header or Page Footer area without selecting any object, you see the <emph>General</emph> tab page for that area." +msgstr "" + +#. xACk2 +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id7004303\n" +"help.text" +msgid "You can edit some visual properties for the area." +msgstr "" + +#. hPUHN +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id2561723\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the background color for the selected object, both on screen and for printing.</ahelp>" +msgstr "" + +#. BXnJc +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id1064485\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">An invisible object is not shown in the executed report. It is still visible in the Report Builder view.</ahelp>" +msgstr "" + +#. Xd2SG +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id2356028\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Defines the height of the selected object.</ahelp>" +msgstr "" + +#. GXpuh +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id1404461\n" +"help.text" +msgid "<ahelp hid=\".\">If the Conditional Print Expression evaluates to TRUE, the selected object will be printed.</ahelp>" +msgstr "" + +#. jvkXA +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id7404705\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether the background of the selected object is transparent or opaque.</ahelp>" +msgstr "" + +#. qgLML +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id7466963\n" +"help.text" +msgid "If you click the <emph>Detail</emph> area without selecting any object, you see the <emph>General</emph> tab page for that area." +msgstr "" + +#. kmEmG +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id3644215\n" +"help.text" +msgid "You can specify some properties to fine-tune the way the records are printed." +msgstr "" + +#. cjDLx +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id3148899\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Force New Page specifies whether the current section and/or the next section is printed on a new page.</ahelp>" +msgstr "" + +#. CuyG2 +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id6164433\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">New Row Or Column specifies, for a multi-column design, whether the current section and/or the next section will be printed on a new row or column.</ahelp>" +msgstr "" + +#. nHVy2 +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id7405011\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Keep Together specifies to print the current object starting on top of a new page if it doesn't fit on the current page.</ahelp>" +msgstr "" + +#. FjNyy +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id1536606\n" +"help.text" +msgid "Insert some data fields into the Detail area, or insert other control fields into any area. When you select an inserted field, you can set the properties in the Properties window." +msgstr "" + +#. 2LAyX +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id9631641\n" +"help.text" +msgid "For a Label field, you can change the displayed text in the Label input box." +msgstr "" + +#. iy4M5 +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id7749565\n" +"help.text" +msgid "<ahelp hid=\".\">For a picture, you can specify to either insert the picture as a link to a file or only as an embedded object in the Base file. The embedded option increases the size of the Base file, while the link option is not as portable to other computers.</ahelp>" +msgstr "" + +#. XKxxX +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id4041871\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Set the X Position for the selected object</ahelp>" +msgstr "" + +#. bvgTD +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id9930722\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Set the Y Position for the selected object</ahelp>" +msgstr "" + +#. YGfo2 +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id5749687\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the width of the selected object.</ahelp>" +msgstr "" + +#. pwu7Q +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id79348\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the font for the selected text object.</ahelp>" +msgstr "" + +#. r9No9 +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id2414014\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Print when group change</ahelp>" +msgstr "" + +#. 25y9K +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id7617114\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Vert. Alignment</ahelp>" +msgstr "" + +#. GXFDE +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id1593676\n" +"help.text" +msgid "On the <emph>General</emph> tab page of a data field, you can set the Formatting properties, among others." +msgstr "" + +#. LyTPo +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id1243629\n" +"help.text" +msgid "<ahelp hid=\".\">On the Data tab page, you can change the data contents to be shown.</ahelp>" +msgstr "" + +#. g3CBB +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"tit\n" +"help.text" +msgid "Sorting and Grouping" +msgstr "" + +#. GPUqF +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"hd_id3486434\n" +"help.text" +msgid "<variable id=\"rep_sort\"><link href=\"text/sdatabase/rep_sort.xhp\">Sorting and Grouping</link></variable>" +msgstr "" + +#. DCbhT +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id3068636\n" +"help.text" +msgid "<ahelp hid=\".\">In the Sorting and Grouping dialog of <link href=\"text/sdatabase/rep_main.xhp\">Report Builder</link>, you can define the fields that should be sorted in your report, and the fields that should be kept together to form a group.</ahelp> If you group your report by a certain field, all records with the same value of that field will be kept together in one group." +msgstr "" + +#. KudoP +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id876186\n" +"help.text" +msgid "The Groups box shows the fields in an order from top to bottom. You can select any field, then click the Move Up or Move Down button to move this field up or down in the list." +msgstr "" + +#. nG4vM +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id3939634\n" +"help.text" +msgid "The sorting and grouping will be applied in the order of the list from top to bottom." +msgstr "" + +#. ZAFvB +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id599688\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Lists the fields that will be used for sorting or grouping. The field at the top has the highest priority, the second field has the second priority, and so on.</ahelp>" +msgstr "" + +#. ETyGL +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id1371501\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to open a list from which you can select a field.</ahelp>" +msgstr "" + +#. kEwPE +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id4661702\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves the selected field up in the list.</ahelp>" +msgstr "" + +#. YmDk5 +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id7868892\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves the selected field down in the list.</ahelp>" +msgstr "" + +#. amjzG +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id2188787\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the sorting order.</ahelp>" +msgstr "" + +#. bYX8p +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id5833307\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Select to show or hide the Group Header.</ahelp>" +msgstr "" + +#. tN76n +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id7726676\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Select to show or hide the Group Footer.</ahelp>" +msgstr "" + +#. Ez4dt +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id3729361\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Select to create a new group on each changed value, or on other properties.</ahelp>" +msgstr "" + +#. bd2EW +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id0409200922142041\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes the selected field from the list.</ahelp>" +msgstr "" + +#. CjspM +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id3405560\n" +"help.text" +msgid "By default a new group is created on every changed value of a record from the selected field. You can change this property depending on the type of field:" +msgstr "" + +#. DD8mt +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id3409527\n" +"help.text" +msgid "For fields of type Text, you can select Prefix Characters and enter a number n of characters in the text box below. The records which are identical in the first n characters will be grouped together." +msgstr "" + +#. DFvf2 +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id7112338\n" +"help.text" +msgid "For fields of type Date/Time, you can group the records by the same year, quarter, month, week, day, hour, or minute. You can additionally specify an interval for weeks and hours: 2 weeks groups data in biweekly groups, 12 hours groups data in half-day groups." +msgstr "" + +#. BBwXv +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id2855616\n" +"help.text" +msgid "For fields of type AutoNumber, Currency, or Number, you specify an interval." +msgstr "" + +#. mjbMU +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id7700430\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the group interval value that records are grouped by.</ahelp>" +msgstr "" + +#. XmWsa +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id1180455\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the level of detail by which a group is kept together on the same page.</ahelp>" +msgstr "" + +#. KbCbd +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id2091433\n" +"help.text" +msgid "When you specify to keep together some records on the same page, you have three choices:" +msgstr "" + +#. NnDGM +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id5092318\n" +"help.text" +msgid "No - page boundaries are not taken into account." +msgstr "" + +#. Zmwag +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id9312417\n" +"help.text" +msgid "Whole Group - prints the group header, detail section, and group footer on the same page." +msgstr "" + +#. Bzv5z +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id9089022\n" +"help.text" +msgid "With First Detail - prints the group header on a page only if the first detail record also can be printed on the same page." +msgstr "" + #. eDFFK #: tablewizard00.xhp msgctxt "" @@ -11443,353 +14503,884 @@ msgctxt "" msgid "<link href=\"text/sdatabase/tablewizard00.xhp\" name=\"Table Wizard\">Table Wizard</link>" msgstr "" -#. PAxTq -#: toolbars.xhp +#. QjNBA +#: toolbar_form.xhp msgctxt "" -"toolbars.xhp\n" +"toolbar_form.xhp\n" "tit\n" "help.text" -msgid "Toolbars" +msgid "Database Form Toolbar" msgstr "" -#. Tzgdb -#: toolbars.xhp +#. ViBjA +#: toolbar_form.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10541\n" +"toolbar_form.xhp\n" +"par_idN10548\n" "help.text" -msgid "<variable id=\"toolbars\"><link href=\"text/sdatabase/toolbars.xhp\">Toolbars</link></variable>" +msgid "<variable id=\"DatabaseFormToolbarh1\"><link href=\"text/sdatabase/toolbar_form.xhp\" name=\"Database Form Toolbar\">Database Form Toolbar</link></variable>" msgstr "" -#. B3mEW -#: toolbars.xhp +#. Ndnbt +#: toolbar_form.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10545\n" +"toolbar_form.xhp\n" +"hd_id231642796157552\n" "help.text" -msgid "In a database file window, you can see the following toolbars." +msgid "New database form" msgstr "" -#. ZNxCw -#: toolbars.xhp +#. g2PCm +#: toolbar_form.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10548\n" +"toolbar_form.xhp\n" +"par_id431642796165270\n" "help.text" -msgid "Table" +msgid "<image src=\"cmd/lc_dbnewform.svg\" id=\"img_id311642796165271\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id461642796165272\">Icon New Database Form</alt></image>" msgstr "" -#. JWHfj -#: toolbars.xhp +#. BmKGp +#: toolbar_form.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10554\n" +"toolbar_form.xhp\n" +"par_id321642796165273\n" "help.text" -msgid "Open database object" +msgid "Creates a new database form." msgstr "" -#. 4fvFG -#: toolbars.xhp +#. 89Xdx +#: toolbar_form.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10558\n" +"toolbar_form.xhp\n" +"par_idN10634\n" "help.text" -msgid "<ahelp hid=\".\">Opens the selected table so you can enter, edit, or delete records.</ahelp>" +msgid "Open database form" msgstr "" -#. LFKBo -#: toolbars.xhp +#. TaigW +#: toolbar_form.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN1056F\n" +"toolbar_form.xhp\n" +"par_id581642794179327\n" +"help.text" +msgid "<image src=\"cmd/lc_open.svg\" id=\"img_id511642794179328\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11642794179328\">Icon Open Form</alt></image>" +msgstr "" + +#. 8rq4H +#: toolbar_form.xhp +msgctxt "" +"toolbar_form.xhp\n" +"par_idN10638\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the selected form so you can enter, edit, or delete records.</ahelp>" +msgstr "" + +#. GF2hM +#: toolbar_form.xhp +msgctxt "" +"toolbar_form.xhp\n" +"par_idN1064F\n" "help.text" msgid "Edit" msgstr "" -#. tLLAy -#: toolbars.xhp +#. qnKpJ +#: toolbar_form.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10573\n" +"toolbar_form.xhp\n" +"par_id1001642794252425\n" "help.text" -msgid "<ahelp hid=\".\">Opens the selected table so you can change the structure.</ahelp>" +msgid "<image src=\"cmd/lc_dbformedit.svg\" id=\"img_id671642794252426\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id851642794252426\">Icon Edit Form</alt></image>" msgstr "" -#. FEBzp -#: toolbars.xhp +#. WE3Eo +#: toolbar_form.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN1058A\n" +"toolbar_form.xhp\n" +"par_idN10653\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the selected form so you can change the layout.</ahelp>" +msgstr "" + +#. dfaAA +#: toolbar_form.xhp +msgctxt "" +"toolbar_form.xhp\n" +"par_idN1066A\n" "help.text" msgid "Delete" msgstr "" -#. PDZsk -#: toolbars.xhp +#. AfDGM +#: toolbar_form.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN1058E\n" +"toolbar_form.xhp\n" +"par_id941642794399538\n" "help.text" -msgid "<ahelp hid=\".\">Deletes the selected table.</ahelp>" +msgid "<image src=\"cmd/lc_dbformdelete.svg\" id=\"img_id541642794399538\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id521642794399539\">Icon Delete Form</alt></image>" msgstr "" -#. m7BX3 -#: toolbars.xhp +#. 969sF +#: toolbar_form.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN105A5\n" +"toolbar_form.xhp\n" +"par_idN1066E\n" +"help.text" +msgid "<ahelp hid=\".\">Deletes the selected form.</ahelp>" +msgstr "" + +#. E8FTE +#: toolbar_form.xhp +msgctxt "" +"toolbar_form.xhp\n" +"par_idN10685\n" "help.text" msgid "Rename" msgstr "" -#. B596w -#: toolbars.xhp +#. pE8qg +#: toolbar_form.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN105A9\n" +"toolbar_form.xhp\n" +"par_id601642794481349\n" "help.text" -msgid "<ahelp hid=\".\">Renames the selected table.</ahelp>" +msgid "<image src=\"cmd/lc_dbformrename.svg\" id=\"img_id591642794481349\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id751642794481350\">Icon Rename Form</alt></image>" msgstr "" -#. LEWCs -#: toolbars.xhp +#. eMzAD +#: toolbar_form.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN105B8\n" +"toolbar_form.xhp\n" +"par_idN10689\n" "help.text" -msgid "Query" +msgid "<ahelp hid=\".\">Renames the selected form.</ahelp>" msgstr "" -#. VT3EG -#: toolbars.xhp +#. Ej7Bx +#: toolbar_query.xhp msgctxt "" -"toolbars.xhp\n" +"toolbar_query.xhp\n" +"tit\n" +"help.text" +msgid "Database Query Toolbar" +msgstr "" + +#. MVKFj +#: toolbar_query.xhp +msgctxt "" +"toolbar_query.xhp\n" +"par_idN10548\n" +"help.text" +msgid "<variable id=\"DatabaseQueryToolbarh1\"><link href=\"text/sdatabase/toolbar_query.xhp\" name=\"Database Query Toolbar\">Database Query Toolbar</link></variable>" +msgstr "" + +#. bj47W +#: toolbar_query.xhp +msgctxt "" +"toolbar_query.xhp\n" +"hd_id231642796157552\n" +"help.text" +msgid "New database query" +msgstr "" + +#. yw8S8 +#: toolbar_query.xhp +msgctxt "" +"toolbar_query.xhp\n" +"par_id431642796165270\n" +"help.text" +msgid "<image src=\"cmd/lc_dbnewquery.svg\" id=\"img_id311642796165271\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id461642796165272\">Icon New Database Query</alt></image>" +msgstr "" + +#. UnzqA +#: toolbar_query.xhp +msgctxt "" +"toolbar_query.xhp\n" +"par_id321642796165273\n" +"help.text" +msgid "Creates a new database query." +msgstr "" + +#. zqAQx +#: toolbar_query.xhp +msgctxt "" +"toolbar_query.xhp\n" +"hd_id981642797173950\n" +"help.text" +msgid "New Database Query (SQL View)" +msgstr "" + +#. bSoXy +#: toolbar_query.xhp +msgctxt "" +"toolbar_query.xhp\n" +"par_id131642797178876\n" +"help.text" +msgid "<image src=\"cmd/lc_dbnewquerysql.svg\" id=\"img_id881642797178877\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id811642797178878\">Icon New query (SQL view)</alt></image>" +msgstr "" + +#. CVC97 +#: toolbar_query.xhp +msgctxt "" +"toolbar_query.xhp\n" +"par_id911642797178879\n" +"help.text" +msgid "Opens the SQL window to edit a query in SQL language." +msgstr "" + +#. G7DB4 +#: toolbar_query.xhp +msgctxt "" +"toolbar_query.xhp\n" "par_idN105C4\n" "help.text" -msgid "Open database object" +msgid "Open database query" msgstr "" -#. 2cEFv -#: toolbars.xhp +#. 35ceG +#: toolbar_query.xhp msgctxt "" -"toolbars.xhp\n" +"toolbar_query.xhp\n" +"par_id791642791781980\n" +"help.text" +msgid "<image src=\"cmd/lc_open.svg\" id=\"img_id711642791781980\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id621642791781980\">Icon Open Query Object</alt></image>" +msgstr "" + +#. yrGi6 +#: toolbar_query.xhp +msgctxt "" +"toolbar_query.xhp\n" "par_idN105C8\n" "help.text" msgid "<ahelp hid=\".\">Opens the selected query so you can enter, edit, or delete records.</ahelp>" msgstr "" -#. yVNxZ -#: toolbars.xhp +#. Wpcih +#: toolbar_query.xhp msgctxt "" -"toolbars.xhp\n" +"toolbar_query.xhp\n" "par_idN105DF\n" "help.text" msgid "Edit" msgstr "" -#. kGSTA -#: toolbars.xhp +#. peDGL +#: toolbar_query.xhp msgctxt "" -"toolbars.xhp\n" +"toolbar_query.xhp\n" +"par_id291642791910891\n" +"help.text" +msgid "<image src=\"cmd/lc_dbqueryedit.svg\" id=\"img_id911642791910892\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id1001642791910892\">Icon Edit Query</alt></image>" +msgstr "" + +#. FEN9q +#: toolbar_query.xhp +msgctxt "" +"toolbar_query.xhp\n" "par_idN105E3\n" "help.text" msgid "<ahelp hid=\".\">Opens the selected query so you can change the structure.</ahelp>" msgstr "" -#. W75xu -#: toolbars.xhp +#. 6jGeW +#: toolbar_query.xhp msgctxt "" -"toolbars.xhp\n" +"toolbar_query.xhp\n" "par_idN105FA\n" "help.text" msgid "Delete" msgstr "" -#. XJQBJ -#: toolbars.xhp +#. EHvLX +#: toolbar_query.xhp msgctxt "" -"toolbars.xhp\n" +"toolbar_query.xhp\n" +"par_id651642792045236\n" +"help.text" +msgid "<image src=\"cmd/lc_dbquerydelete.svg\" id=\"img_id411642792045236\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id211642792045237\">Icon Delete Query</alt></image>" +msgstr "" + +#. Ejm28 +#: toolbar_query.xhp +msgctxt "" +"toolbar_query.xhp\n" "par_idN105FE\n" "help.text" msgid "<ahelp hid=\".\">Deletes the selected query.</ahelp>" msgstr "" -#. bC56u -#: toolbars.xhp +#. 9XGHW +#: toolbar_query.xhp msgctxt "" -"toolbars.xhp\n" +"toolbar_query.xhp\n" "par_idN10615\n" "help.text" msgid "Rename" msgstr "" -#. GDAZR -#: toolbars.xhp +#. H78Bh +#: toolbar_query.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10619\n" +"toolbar_query.xhp\n" +"par_id561642792121799\n" "help.text" -msgid "<ahelp hid=\".\">Renames the selected query.</ahelp>" +msgid "<image src=\"cmd/lc_dbqueryrename.svg\" id=\"img_id521642792121800\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id531642792121800\">Icon Rename Query</alt></image>" msgstr "" -#. mzY5g -#: toolbars.xhp +#. xXWqz +#: toolbar_query.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10628\n" +"toolbar_query.xhp\n" +"par_idN10619\n" "help.text" -msgid "Form" +msgid "<ahelp hid=\".\">Renames the selected query.</ahelp>" msgstr "" -#. BXrRw -#: toolbars.xhp +#. aqUue +#: toolbar_report.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10634\n" +"toolbar_report.xhp\n" +"tit\n" "help.text" -msgid "Open database object" +msgid "Database Report Toolbar" msgstr "" -#. GJDxB -#: toolbars.xhp +#. N5Spv +#: toolbar_report.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10638\n" +"toolbar_report.xhp\n" +"par_idN10548\n" "help.text" -msgid "<ahelp hid=\".\">Opens the selected form so you can enter, edit, or delete records.</ahelp>" +msgid "<variable id=\"DatabaseReportToolbarh1\"><link href=\"text/sdatabase/toolbar_report.xhp\" name=\"Database Report Toolbar\">Database Report Toolbar</link></variable>" msgstr "" -#. 7f3E9 -#: toolbars.xhp +#. TaKok +#: toolbar_report.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN1064F\n" +"toolbar_report.xhp\n" +"hd_id231642796157552\n" "help.text" -msgid "Edit" +msgid "New database report" msgstr "" -#. ZmiNz -#: toolbars.xhp +#. hxRbm +#: toolbar_report.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10653\n" +"toolbar_report.xhp\n" +"par_id431642796165270\n" "help.text" -msgid "<ahelp hid=\".\">Opens the selected form so you can change the layout.</ahelp>" +msgid "<image src=\"cmd/lc_dbnewreport.svg\" id=\"img_id311642796165271\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id461642796165272\">Icon New Database Report</alt></image>" msgstr "" -#. xCBQ3 -#: toolbars.xhp +#. FzBiP +#: toolbar_report.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN1066A\n" +"toolbar_report.xhp\n" +"par_id321642796165273\n" "help.text" -msgid "Delete" +msgid "Creates a new database report." msgstr "" -#. p5bD4 -#: toolbars.xhp +#. DASFx +#: toolbar_report.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN1066E\n" +"toolbar_report.xhp\n" +"hd_id261642796491626\n" "help.text" -msgid "<ahelp hid=\".\">Deletes the selected form.</ahelp>" +msgid "Database report wizard" msgstr "" -#. Jrqh7 -#: toolbars.xhp +#. wRJAg +#: toolbar_report.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10685\n" +"toolbar_report.xhp\n" +"par_id251642796542820\n" "help.text" -msgid "Rename" +msgid "<image src=\"cmd/lc_dbnewreportautopilot.svg\" id=\"img_id811642796542821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231642796542822\">Icon Database report wizard</alt></image>" msgstr "" -#. CLTV2 -#: toolbars.xhp +#. Ri9DE +#: toolbar_report.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10689\n" +"toolbar_report.xhp\n" +"par_id261642796542823\n" "help.text" -msgid "<ahelp hid=\".\">Renames the selected form.</ahelp>" +msgid "Opens the database report wizard, to guide you in creating a database report." msgstr "" -#. tkXGC -#: toolbars.xhp +#. VcR6f +#: toolbar_report.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10698\n" +"toolbar_report.xhp\n" +"par_idN106A4\n" "help.text" -msgid "Report" +msgid "Open database report" msgstr "" -#. GMWLb -#: toolbars.xhp +#. JytE5 +#: toolbar_report.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN106A4\n" +"toolbar_report.xhp\n" +"par_id321642794819375\n" "help.text" -msgid "Open database object" +msgid "<image src=\"cmd/lc_open.svg\" id=\"img_id511642794179328\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11642794179328\">Icon Open Report</alt></image>" msgstr "" -#. BzwcK -#: toolbars.xhp +#. RdAb4 +#: toolbar_report.xhp msgctxt "" -"toolbars.xhp\n" +"toolbar_report.xhp\n" "par_idN106A8\n" "help.text" msgid "<ahelp hid=\".\">Opens the selected report so you can enter, edit, or delete records.</ahelp>" msgstr "" -#. sLPTD -#: toolbars.xhp +#. XyYBD +#: toolbar_report.xhp msgctxt "" -"toolbars.xhp\n" +"toolbar_report.xhp\n" "par_idN106BF\n" "help.text" msgid "Edit" msgstr "" -#. DF32e -#: toolbars.xhp +#. mmfdU +#: toolbar_report.xhp msgctxt "" -"toolbars.xhp\n" +"toolbar_report.xhp\n" +"par_id141642794873165\n" +"help.text" +msgid "<image src=\"cmd/lc_dbreportedit.svg\" id=\"img_id111642794873165\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id811642794873165\">Icon Edit Report</alt></image>" +msgstr "" + +#. 34f7b +#: toolbar_report.xhp +msgctxt "" +"toolbar_report.xhp\n" "par_idN106C3\n" "help.text" msgid "<ahelp hid=\".\">Opens the selected report so you can change the layout.</ahelp>" msgstr "" -#. FGuUB -#: toolbars.xhp +#. B7hhM +#: toolbar_report.xhp msgctxt "" -"toolbars.xhp\n" +"toolbar_report.xhp\n" "par_idN106DA\n" "help.text" msgid "Delete" msgstr "" -#. xikUv -#: toolbars.xhp +#. frjJR +#: toolbar_report.xhp msgctxt "" -"toolbars.xhp\n" +"toolbar_report.xhp\n" +"par_id51642795131634\n" +"help.text" +msgid "<image src=\"cmd/lc_dbreportdelete.svg\" id=\"img_id971642795131634\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id531642795131634\">Icon Delete Report</alt></image>" +msgstr "" + +#. rrRCi +#: toolbar_report.xhp +msgctxt "" +"toolbar_report.xhp\n" "par_idN106DE\n" "help.text" msgid "<ahelp hid=\".\">Deletes the selected report.</ahelp>" msgstr "" -#. kmUBC -#: toolbars.xhp +#. ftpNL +#: toolbar_report.xhp msgctxt "" -"toolbars.xhp\n" +"toolbar_report.xhp\n" "par_idN106F5\n" "help.text" msgid "Rename" msgstr "" -#. CgE7D -#: toolbars.xhp +#. cNjbm +#: toolbar_report.xhp msgctxt "" -"toolbars.xhp\n" +"toolbar_report.xhp\n" +"par_id551642795211226\n" +"help.text" +msgid "<image src=\"cmd/lc_dbreportrename.svg\" id=\"img_id631642795211227\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id551642795211227\">Icon Rename Report</alt></image>" +msgstr "" + +#. EYSpz +#: toolbar_report.xhp +msgctxt "" +"toolbar_report.xhp\n" "par_idN106F9\n" "help.text" msgid "<ahelp hid=\".\">Renames the selected report.</ahelp>" msgstr "" + +#. ezZJj +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"tit\n" +"help.text" +msgid "Database Table Toolbar" +msgstr "" + +#. 6DNGE +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_idN10548\n" +"help.text" +msgid "<variable id=\"DatabaseTableToolbarh1\"><link href=\"text/sdatabase/toolbar_table.xhp\" name=\"Database Table Toolbar\">Database Table Toolbar</link></variable>" +msgstr "" + +#. Y57HF +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"hd_id461642852368590\n" +"help.text" +msgid "Open document" +msgstr "" + +#. pRvid +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_id601642852258016\n" +"help.text" +msgid "<image src=\"cmd/lc_open.svg\" id=\"img_id941642787914042\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291642787914043\">Icon Open Document</alt></image>" +msgstr "" + +#. DAEuG +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_id981642852258019\n" +"help.text" +msgid "Opens a %PRODUCTNAME document." +msgstr "" + +#. Z4JdE +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"hd_id981642852403610\n" +"help.text" +msgid "Save document" +msgstr "" + +#. EoGU4 +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_id731642852435520\n" +"help.text" +msgid "<image src=\"cmd/lc_save.svg\" id=\"img_id591642852435521\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871642852435522\">Icon Save database file</alt></image>" +msgstr "" + +#. AgrRB +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_id481642852435523\n" +"help.text" +msgid "Saves current database file." +msgstr "" + +#. mLNRZ +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"hd_id131642852596290\n" +"help.text" +msgid "Copy" +msgstr "" + +#. xVmGj +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_id381642853541654\n" +"help.text" +msgid "<image src=\"cmd/lc_copy.svg\" id=\"img_id21642853541655\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id801642853541656\">Icon copy</alt></image>" +msgstr "" + +#. MSHcj +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_id601642853541657\n" +"help.text" +msgid "Copies the selection to the clipboard." +msgstr "" + +#. C9Ezf +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"hd_id941642852602272\n" +"help.text" +msgid "Paste" +msgstr "" + +#. JDAZJ +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_id761642853673909\n" +"help.text" +msgid "<image src=\"cmd/lc_paste.svg\" id=\"img_id811642853673910\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id951642853673911\">Icon Paste</alt></image>" +msgstr "" + +#. nEsTe +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_id321642853673912\n" +"help.text" +msgid "Inserts the contents of the clipboard at the location of the cursor, and replaces any selected text or objects." +msgstr "" + +#. Ct5XD +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"hd_id1001642852606113\n" +"help.text" +msgid "Sort ascending" +msgstr "" + +#. WDeBp +#: 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>" +msgstr "" + +#. aRGCA +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_id621642853830977\n" +"help.text" +msgid "Sorts the entries in the detail view in ascending order." +msgstr "" + +#. 542jo +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"hd_id441642852616281\n" +"help.text" +msgid "Sort descending" +msgstr "" + +#. iL4by +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_id511642854313007\n" +"help.text" +msgid "<image src=\"cmd/lc_sortdescending.svg\" id=\"img_id531642854313009\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id661642854313010\">Icon Sort descending</alt></image>" +msgstr "" + +#. e2A2e +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_id81642854313011\n" +"help.text" +msgid "Sorts the entries in the detail view in descending order." +msgstr "" + +#. VTRY7 +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"hd_id231642796152552\n" +"help.text" +msgid "New database form" +msgstr "" + +#. 4C7Bi +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_id431643796165270\n" +"help.text" +msgid "<image src=\"cmd/lc_dbnewform.svg\" id=\"img_id311642796165271\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id461642796165272\">Icon New Database Form</alt></image>" +msgstr "" + +#. YAoeV +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_id321612796165273\n" +"help.text" +msgid "Creates a new database form (default). Use the drop-down toolbar to create a new database object directly." +msgstr "" + +#. KuYJ7 +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"hd_id231642796157552\n" +"help.text" +msgid "New table design" +msgstr "" + +#. zKJDB +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_id431642796165270\n" +"help.text" +msgid "<image src=\"cmd/lc_dbnewtable.svg\" id=\"img_id311642796165271\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id461642796165272\">Icon New Table design</alt></image>" +msgstr "" + +#. p5PvJ +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_id321642796165273\n" +"help.text" +msgid "Designs a new database table." +msgstr "" + +#. zoHMV +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_idN10554\n" +"help.text" +msgid "Open database table" +msgstr "" + +#. gptoW +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_id521642787914042\n" +"help.text" +msgid "<image src=\"cmd/lc_open.svg\" id=\"img_id941642787914042\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291642787914043\">Icon Open Database Table</alt></image>" +msgstr "" + +#. FiWG5 +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_idN10558\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the selected table so you can enter, edit, or delete records.</ahelp>" +msgstr "" + +#. 2GZDb +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_idN1056F\n" +"help.text" +msgid "Edit" +msgstr "" + +#. GEk85 +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_id481642788747900\n" +"help.text" +msgid "<image src=\"cmd/lc_dbtableedit.svg\" id=\"img_id421642788747900\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id911642788747900\">Icon Edit table</alt></image>" +msgstr "" + +#. SpLTj +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_idN10573\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the selected table so you can change the structure.</ahelp>" +msgstr "" + +#. Aoqi2 +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_idN1058A\n" +"help.text" +msgid "Delete" +msgstr "" + +#. qsDuC +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_id261642788871011\n" +"help.text" +msgid "<image src=\"cmd/lc_dbtabledelete.svg\" id=\"img_id521642788871011\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id971642788871011\">Icon Delete Table</alt></image>" +msgstr "" + +#. 7S8xE +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_idN1058E\n" +"help.text" +msgid "<ahelp hid=\".\">Deletes the selected table.</ahelp>" +msgstr "" + +#. nxeFo +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_idN105A5\n" +"help.text" +msgid "Rename" +msgstr "" + +#. bkFMf +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_id501642788935574\n" +"help.text" +msgid "<image src=\"cmd/lc_dbtablerename.svg\" id=\"img_id461642788935574\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id571642788935574\">Icon Rename Table</alt></image>" +msgstr "" + +#. Bqa33 +#: toolbar_table.xhp +msgctxt "" +"toolbar_table.xhp\n" +"par_idN105A9\n" +"help.text" +msgid "<ahelp hid=\".\">Renames the selected table.</ahelp>" +msgstr "" + +#. PAxTq +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"tit\n" +"help.text" +msgid "Toolbars" +msgstr "" + +#. vYRDC +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN10541\n" +"help.text" +msgid "<variable id=\"toolbars\"><link href=\"text/sdatabase/toolbars.xhp\">Database Toolbars</link> </variable>" +msgstr "" + +#. B3mEW +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN10545\n" +"help.text" +msgid "In a database file window, you can see the following toolbars." +msgstr "" diff --git a/source/ru/helpcontent2/source/text/shared.po b/source/ru/helpcontent2/source/text/shared.po index 0e3906beaa4..c9ca32c8bd5 100644 --- a/source/ru/helpcontent2/source/text/shared.po +++ b/source/ru/helpcontent2/source/text/shared.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: shared\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-09-10 23:11+0200\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2020-03-04 14:16+0000\n" "Last-Translator: kompilainenn <79045_79045@mail.ru>\n" "Language-Team: Russian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared/ru/>\n" @@ -16,6 +16,231 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1542197349.000000\n" +#. fcmzq +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"tit\n" +"help.text" +msgid "Find Bar" +msgstr "" + +#. ZBBdy +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"bm_id871641583188415\n" +"help.text" +msgid "<bookmark_value>Find toolbar</bookmark_value>" +msgstr "" + +#. WXRY5 +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"hd_id701641581066778\n" +"help.text" +msgid "<link href=\"/text/shared/find_toolbar.xhp\" name=\"Find Bar\">Find Bar</link>" +msgstr "" + +#. X55wK +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id3147762\n" +"help.text" +msgid "The <menuitem>Find</menuitem> toolbar can be used to quickly search the contents of %PRODUCTNAME documents." +msgstr "" + +#. wMCEY +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id211641581251728\n" +"help.text" +msgid "Use the shortcut <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F</keycode> to quickly open the <menuitem>Find</menuitem> toolbar." +msgstr "" + +#. DCYmX +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"hd_id991641581514302\n" +"help.text" +msgid "Find Text" +msgstr "" + +#. 979Nt +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id921641581538352\n" +"help.text" +msgid "Enter the text to be searched in the document. Press <keycode>Enter</keycode> to perform the search." +msgstr "" + +#. vYcEW +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"hd_id831641581895099\n" +"help.text" +msgid "Find Previous" +msgstr "" + +#. e8qFg +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id11641581906556\n" +"help.text" +msgid "Moves the cursor and selects the previous match of the search text." +msgstr "" + +#. t33RZ +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id851642423451259\n" +"help.text" +msgid "<image src=\"cmd/lc_upsearch.svg\" id=\"img_id171642423451259\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id261642423451259\">Find Previous Icon</alt></image>" +msgstr "" + +#. Tu26F +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id351642423451259\n" +"help.text" +msgid "Find Previous Icon" +msgstr "" + +#. CCfcg +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"hd_id941641581943416\n" +"help.text" +msgid "Find Next" +msgstr "" + +#. gwMV9 +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id261641581953287\n" +"help.text" +msgid "Moves the cursor and selects the next match of the search text." +msgstr "" + +#. PUsAY +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id111642423456841\n" +"help.text" +msgid "<image src=\"cmd/lc_downsearch.svg\" id=\"img_id111642423456841\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id111642423456841\">Find Next Icon</alt></image>" +msgstr "" + +#. kuiD9 +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id111642423456842\n" +"help.text" +msgid "Find Next Icon" +msgstr "" + +#. 5nZqX +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"hd_id81641582044927\n" +"help.text" +msgid "Find All" +msgstr "" + +#. DFtSe +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id181641582056429\n" +"help.text" +msgid "Highlights all matches in the document." +msgstr "" + +#. xFTTt +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"hd_id631641582107024\n" +"help.text" +msgid "Match Case" +msgstr "" + +#. 42qsF +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id461641582121199\n" +"help.text" +msgid "Choose this option to perform case-sensitive search." +msgstr "" + +#. nhwRU +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"hd_id271641582528169\n" +"help.text" +msgid "Formatted Display" +msgstr "" + +#. Cd89c +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id571641582522939\n" +"help.text" +msgid "Performs the search considering the formatted value in a cell." +msgstr "" + +#. L8K8f +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"hd_id171641582176913\n" +"help.text" +msgid "Find and Replace" +msgstr "" + +#. 8GXhw +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id761641582194558\n" +"help.text" +msgid "Opens the <link href=\"text/swriter/guide/finding.xhp\" name=\"Find_Replace\">Find and Replace</link> dialog, which provides more options for searching the document." +msgstr "" + +#. rx3mH +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id171641582176913\n" +"help.text" +msgid "<image src=\"cmd/lc_searchdialog.svg\" id=\"img_id171641582176913\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id171641582176913\">Find and Replace Icon</alt></image>" +msgstr "" + +#. BUQcH +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id171641582176943\n" +"help.text" +msgid "Find and Replace Icon" +msgstr "" + #. DBz3U #: fontwork_toolbar.xhp msgctxt "" diff --git a/source/ru/helpcontent2/source/text/shared/01.po b/source/ru/helpcontent2/source/text/shared/01.po index 7ea2a25f919..538a61a8167 100644 --- a/source/ru/helpcontent2/source/text/shared/01.po +++ b/source/ru/helpcontent2/source/text/shared/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: 01\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-01-10 12:21+0100\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2020-03-13 11:33+0000\n" "Last-Translator: kompilainenn <79045_79045@mail.ru>\n" "Language-Team: Russian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/ru/>\n" @@ -9061,15 +9061,6 @@ msgctxt "" msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>" msgstr "" -#. HBqoH -#: 02100001.xhp -msgctxt "" -"02100001.xhp\n" -"par_id141559577104334\n" -"help.text" -msgid "Note that currently all named character class terms, [:alpha:] through [:upper:], must be enclosed in parentheses when used in a regular expression, see the examples that follow." -msgstr "" - #. HvC9Q #: 02100001.xhp msgctxt "" @@ -10735,13 +10726,13 @@ msgctxt "" msgid "<variable id=\"links_text\"><ahelp hid=\".\">You can change or remove each link to external files in the current document. You can also update the content of the current file to the most recently saved version of linked external file. This command does not apply to hyperlinks, and is not available if the current document does not contain links to other files.</ahelp></variable>" msgstr "" -#. nGE7F +#. 5H9Hm #: 02180000.xhp msgctxt "" "02180000.xhp\n" "par_id271603459179173\n" "help.text" -msgid "This command can be used with external file links to <switchinline select=\"appl\"><caseinline select=\"WRITER\">sections (place cursor outside of the section), master documents,</caseinline><caseinline select=\"CALC\">sheets linked with <menuitem>Sheet - Insert Sheet from File</menuitem> or <menuitem>Sheet - Link to External Data</menuitem>, Function WEBSERVICE,</caseinline></switchinline> images and OLE objects (when inserted with a link to an external file)." +msgid "This command can be used with external file links to <switchinline select=\"appl\"><caseinline select=\"WRITER\">sections (place cursor outside of the section), master documents,</caseinline><caseinline select=\"CALC\">sheets linked with <menuitem>Sheet - Insert Sheet from File</menuitem> or <menuitem>Sheet - External Links</menuitem>, Function WEBSERVICE,</caseinline></switchinline> images and OLE objects (when inserted with a link to an external file)." msgstr "" #. g3wLZ @@ -27709,13 +27700,13 @@ msgctxt "" msgid "Colors" msgstr "" -#. RSPZA +#. AKar8 #: 05210200.xhp msgctxt "" "05210200.xhp\n" "bm_id37440771\n" "help.text" -msgid "<bookmark_value>colors;palette</bookmark_value><bookmark_value>colors;adding</bookmark_value><bookmark_value>colors;delete</bookmark_value>" +msgid "<bookmark_value>colors;palette</bookmark_value><bookmark_value>palette;document colors</bookmark_value><bookmark_value>colors;adding</bookmark_value><bookmark_value>colors;delete</bookmark_value><bookmark_value>document colors;palette</bookmark_value>" msgstr "" #. vay4k @@ -27772,6 +27763,24 @@ msgctxt "" msgid "Select the color palette in the list box to pick the color for the selected object. The palette color set displays below." msgstr "" +#. EyGbC +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id441641431603505\n" +"help.text" +msgid "The <emph>Theme colors</emph> palette shows the theme colors from the current theme, if the document has any." +msgstr "" + +#. CSCQY +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id441641431603506\n" +"help.text" +msgid "The <emph>Document colors</emph> palette shows the colors used in the current document." +msgstr "" + #. DQAGQ #: 05210200.xhp msgctxt "" @@ -28447,13 +28456,13 @@ msgctxt "" msgid "Add/Import" msgstr "" -#. KS3aG +#. pkzgJ #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id3148473\n" "help.text" -msgid "<ahelp hid=\"cui/ui/imagetabpage/BTN_IMPORT\">Locate the image that you want to import, and then click <emph>Open</emph>. the image is added to the end of the list of available images.</ahelp>" +msgid "<ahelp hid=\"cui/ui/imagetabpage/BTN_IMPORT\">Locate the image that you want to import, and then click <emph>Open</emph>. The image is added to the end of the list of available images.</ahelp>" msgstr "" #. FXqsL @@ -32398,6 +32407,366 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/textanimtabpage/MTR_FLD_DELAY\">Enter the amount of time to wait before repeating the effect.</ahelp>" msgstr "<ahelp hid=\"cui/ui/textanimtabpage/MTR_FLD_DELAY\">Введите время ожидания перед повторением эффекта.</ahelp>" +#. RRZf4 +#: 05320001.xhp +msgctxt "" +"05320001.xhp\n" +"tit\n" +"help.text" +msgid "Text Columns" +msgstr "" + +#. SCszB +#: 05320001.xhp +msgctxt "" +"05320001.xhp\n" +"hd_id3150014\n" +"help.text" +msgid "<link href=\"text/shared/01/05320001.xhp\" name=\"Text Columns\">Text Columns</link>" +msgstr "" + +#. u37pw +#: 05320001.xhp +msgctxt "" +"05320001.xhp\n" +"par_id3154788\n" +"help.text" +msgid "<ahelp hid=\"cui/ui/textcolumnstabpage/TextColumnsPage\">Adds columns to the text in the selected drawing object.</ahelp>" +msgstr "" + +#. XCeS9 +#: 05320001.xhp +msgctxt "" +"05320001.xhp\n" +"hd_id3152821\n" +"help.text" +msgid "Number of columns" +msgstr "" + +#. kEjrF +#: 05320001.xhp +msgctxt "" +"05320001.xhp\n" +"par_id3144436\n" +"help.text" +msgid "Specifies how many columns to use to lay out the drawing object's text." +msgstr "" + +#. yhb4G +#: 05320001.xhp +msgctxt "" +"05320001.xhp\n" +"hd_id3152822\n" +"help.text" +msgid "Spacing" +msgstr "" + +#. EU3yR +#: 05320001.xhp +msgctxt "" +"05320001.xhp\n" +"par_id3144437\n" +"help.text" +msgid "Specifies the amount of space between the columns." +msgstr "" + +#. 8kqou +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"tit\n" +"help.text" +msgid "Theme" +msgstr "" + +#. a8DFA +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3150014\n" +"help.text" +msgid "<link href=\"text/shared/01/05320002.xhp\" name=\"Theme\">Theme</link>" +msgstr "" + +#. CeYvv +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3154788\n" +"help.text" +msgid "<ahelp hid=\"cui/ui/themetabpage/ThemePage\">Adds colors to the selected master page.</ahelp>" +msgstr "" + +#. YiUBW +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152821\n" +"help.text" +msgid "General" +msgstr "" + +#. oLtfm +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152822\n" +"help.text" +msgid "Name" +msgstr "" + +#. Vn5NP +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144436\n" +"help.text" +msgid "Specifies a name for this master page theme." +msgstr "" + +#. Dh64z +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152823\n" +"help.text" +msgid "Color Set" +msgstr "" + +#. yvPdS +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152824\n" +"help.text" +msgid "Name" +msgstr "" + +#. etPAe +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144437\n" +"help.text" +msgid "Specifies a name for this set of colors." +msgstr "" + +#. bQc5u +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152825\n" +"help.text" +msgid "Background - Dark 1" +msgstr "" + +#. pnURC +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144438\n" +"help.text" +msgid "Specifies the first dark color to be used as dark background, typically black." +msgstr "" + +#. Bfas8 +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152826\n" +"help.text" +msgid "Text - Light 1" +msgstr "" + +#. 6BJ7P +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144439\n" +"help.text" +msgid "Specifies the first light color to be used as light text, typically white." +msgstr "" + +#. v949u +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152827\n" +"help.text" +msgid "Background - Dark 2" +msgstr "" + +#. Yn3oE +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144440\n" +"help.text" +msgid "Specifies the second dark color to be used as dark background. This is typically dark, but not exactly black." +msgstr "" + +#. wBe5B +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152828\n" +"help.text" +msgid "Text - Light 2" +msgstr "" + +#. GEpE7 +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144441\n" +"help.text" +msgid "Specifies the second light color to be used as light text. This is typically light, but not exactly white." +msgstr "" + +#. 6sCnr +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152829\n" +"help.text" +msgid "Accent 1" +msgstr "" + +#. jarvZ +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144442\n" +"help.text" +msgid "First custom color. This is typically dark enough that light text is readable when the custom color is used as a background color." +msgstr "" + +#. TBAAu +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152830\n" +"help.text" +msgid "Accent 2" +msgstr "" + +#. PhmYV +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144443\n" +"help.text" +msgid "Second custom color." +msgstr "" + +#. CoqnB +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152831\n" +"help.text" +msgid "Accent 3" +msgstr "" + +#. AApC3 +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144444\n" +"help.text" +msgid "Third custom color." +msgstr "" + +#. yAJRk +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152832\n" +"help.text" +msgid "Accent 4" +msgstr "" + +#. B3ekD +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144445\n" +"help.text" +msgid "Fourth custom color." +msgstr "" + +#. DnYuJ +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152833\n" +"help.text" +msgid "Accent 5" +msgstr "" + +#. AVEe4 +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144446\n" +"help.text" +msgid "Fifth custom color." +msgstr "" + +#. gC46v +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152834\n" +"help.text" +msgid "Accent 6" +msgstr "" + +#. Fc7BK +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144447\n" +"help.text" +msgid "Sixth custom color." +msgstr "" + +#. PhQWg +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152835\n" +"help.text" +msgid "Hyperlink" +msgstr "" + +#. sawNC +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144448\n" +"help.text" +msgid "Color used for non-followed hyperlinks." +msgstr "" + +#. jyKLz +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152836\n" +"help.text" +msgid "Followed Hyperlink" +msgstr "" + +#. sRoPn +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144449\n" +"help.text" +msgid "Color used for followed hyperlinks." +msgstr "" + #. A2WXN #: 05340100.xhp msgctxt "" @@ -40768,13 +41137,13 @@ msgctxt "" msgid "Macros" msgstr "" -#. x5Ary +#. JeUG6 #: 06130030.xhp msgctxt "" "06130030.xhp\n" "par_idN109C2\n" "help.text" -msgid "<ahelp hid=\"cui/ui/scriptorganizer/ScriptOrganizerDialog\">Select a macro or script from <emph>My Macros</emph>, <emph>%PRODUCTNAME Macros</emph>, or an open document. To view the available macros or scripts, double-click an entry.</ahelp>" +msgid "<ahelp hid=\"cui/ui/scriptorganizer/ScriptOrganizerDialog\">Select a macro or script from <emph>My Macros</emph>, <emph>Application Macros</emph>, or an open document. To view the available macros or scripts, double-click an entry.</ahelp>" msgstr "" #. wxJE3 @@ -45835,6 +46204,42 @@ msgctxt "" msgid "<ahelp hid=\".\">Removes the selected signature from the list. Removes all subsequent signatures as well, in case of PDF.</ahelp>" msgstr "" +#. Yda7b +#: digitalsignatures.xhp +msgctxt "" +"digitalsignatures.xhp\n" +"hd_id61638092292670\n" +"help.text" +msgid "Start Certificate Manager" +msgstr "" + +#. bEk3e +#: digitalsignatures.xhp +msgctxt "" +"digitalsignatures.xhp\n" +"par_id441638095576834\n" +"help.text" +msgid "Opens the installed certificate manager of your system." +msgstr "" + +#. zGF8H +#: digitalsignatures.xhp +msgctxt "" +"digitalsignatures.xhp\n" +"par_id481638101674763\n" +"help.text" +msgid "On macOS, the default certificate manager is <emph>Keychain Access</emph>." +msgstr "" + +#. oENdS +#: digitalsignatures.xhp +msgctxt "" +"digitalsignatures.xhp\n" +"par_id701638101681340\n" +"help.text" +msgid "On Windows systems, the default certificate manager is <emph>Certmgr.msc</emph>, a Microsoft Management Console snap-in using Certmgr.exe, and does not manage OpenPGP certificates. To manage both X509 and OpenPGP certificates install the <emph>gpg4win</emph> tool." +msgstr "" + #. Bsfs2 #: digitalsignaturespdf.xhp msgctxt "" @@ -47608,6 +48013,78 @@ msgctxt "" msgid "<link href=\"https://ask.libreoffice.org/en/question/854/what-video-formats-does-libreoffice-impress-support/\" name=\"askbot\">%PRODUCTNAME Askbot question and answer</link>" msgstr "" +#. BfayS +#: nav_rename.xhp +msgctxt "" +"nav_rename.xhp\n" +"tit\n" +"help.text" +msgid "Rename object" +msgstr "" + +#. xBT3n +#: nav_rename.xhp +msgctxt "" +"nav_rename.xhp\n" +"bm_id3147366\n" +"help.text" +msgid "<bookmark_value>navigator; rename</bookmark_value> <bookmark_value>rename;objects</bookmark_value>" +msgstr "" + +#. W5LjG +#: nav_rename.xhp +msgctxt "" +"nav_rename.xhp\n" +"hd_id3147366\n" +"help.text" +msgid "Rename object" +msgstr "" + +#. DFRqj +#: nav_rename.xhp +msgctxt "" +"nav_rename.xhp\n" +"par_id3147588\n" +"help.text" +msgid "<variable id=\"desc\">Renames the object selected in the Navigator.</variable>" +msgstr "" + +#. BJGCb +#: nav_rename.xhp +msgctxt "" +"nav_rename.xhp\n" +"par_id3148833\n" +"help.text" +msgid "Open the context menu for the object - Choose <menuitem>Rename</menuitem>." +msgstr "" + +#. KbRdP +#: nav_rename.xhp +msgctxt "" +"nav_rename.xhp\n" +"hd_id3156027\n" +"help.text" +msgid "New name" +msgstr "" + +#. CG62C +#: nav_rename.xhp +msgctxt "" +"nav_rename.xhp\n" +"par_id3152924\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the new name of the selected object.</ahelp>" +msgstr "" + +#. wJHoB +#: nav_rename.xhp +msgctxt "" +"nav_rename.xhp\n" +"par_id661630417737429\n" +"help.text" +msgid "Names of objects must be unique in the same document." +msgstr "" + #. FzLmt #: notebook_bar.xhp msgctxt "" diff --git a/source/ru/helpcontent2/source/text/shared/autopi.po b/source/ru/helpcontent2/source/text/shared/autopi.po index cd72ff60054..ce0020569bc 100644 --- a/source/ru/helpcontent2/source/text/shared/autopi.po +++ b/source/ru/helpcontent2/source/text/shared/autopi.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-01-14 18:09+0100\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2019-08-08 18:14+0000\n" "Last-Translator: serval2412 <serval2412@yahoo.fr>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -7738,14 +7738,14 @@ msgctxt "" msgid "<link href=\"text/shared/autopi/01170200.xhp\" name=\"Additional Settings\">Additional Settings</link>" msgstr "<link href=\"text/shared/autopi/01170200.xhp\" name=\"Дополнительные параметры\">Дополнительные параметры</link>" -#. FYioz +#. DFBck #: 01170200.xhp msgctxt "" "01170200.xhp\n" "par_id3143281\n" "help.text" -msgid "<ahelp hid=\".\">Allows you to enter additional settings for LDAP address data and other external data sources.</ahelp>" -msgstr "<ahelp hid=\".\">Возможность ввода дополнительных параметров источников данных адреса LDAP и других внешних данных.</ahelp>" +msgid "<ahelp hid=\".\">Allows you to enter additional settings for other external data sources.</ahelp>" +msgstr "" #. zrAAW #: 01170200.xhp @@ -7765,15 +7765,6 @@ msgctxt "" msgid "<ahelp hid=\"modules/sabpilot/ui/invokeadminpage/settings\">Calls a dialog in which you can enter additional settings.</ahelp>" msgstr "<ahelp hid=\"modules/sabpilot/ui/invokeadminpage/settings\">Открытие диалогового окна для ввода дополнительных параметров.</ahelp>" -#. fsQ4B -#: 01170200.xhp -msgctxt "" -"01170200.xhp\n" -"par_id3159233\n" -"help.text" -msgid "If you selected <emph>LDAP</emph> on the first page, you will see the <link href=\"text/shared/explorer/database/dabawiz02ldap.xhp\" name=\"LDAP\">LDAP</link> page." -msgstr "Если было выбрано <emph>LDAP</emph> на первой странице, то будет отображена страница <link href=\"text/shared/explorer/database/dabawiz02ldap.xhp\" name=\"LDAP\">LDAP</link>." - #. 5e2zp #: 01170300.xhp msgctxt "" diff --git a/source/ru/helpcontent2/source/text/shared/explorer/database.po b/source/ru/helpcontent2/source/text/shared/explorer/database.po deleted file mode 100644 index b3b0c44efd1..00000000000 --- a/source/ru/helpcontent2/source/text/shared/explorer/database.po +++ /dev/null @@ -1,2861 +0,0 @@ -#. extracted from helpcontent2/source/text/shared/explorer/database -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-19 15:44+0100\n" -"PO-Revision-Date: 2019-08-08 18:14+0000\n" -"Last-Translator: serval2412 <serval2412@yahoo.fr>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: ru\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"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: LibreOffice\n" -"X-POOTLE-MTIME: 1565288068.000000\n" - -#. kyYMn -#: migrate_macros.xhp -msgctxt "" -"migrate_macros.xhp\n" -"tit\n" -"help.text" -msgid "Migrate Macros" -msgstr "Перенос макроса" - -#. KDtEB -#: migrate_macros.xhp -msgctxt "" -"migrate_macros.xhp\n" -"bm_id6009095\n" -"help.text" -msgid "<bookmark_value>wizards;macros (Base)</bookmark_value> <bookmark_value>Macro Wizard (Base)</bookmark_value> <bookmark_value>macros;attaching new (Base)</bookmark_value> <bookmark_value>migrating macros (Base)</bookmark_value>" -msgstr "<bookmark_value>мастеры;макрос (Base)</bookmark_value> <bookmark_value>мастер макросов (Base)</bookmark_value> <bookmark_value>макрос;присоединение нового (Base)</bookmark_value> <bookmark_value>перенос макроса (Base)</bookmark_value>" - -#. habQL -#: migrate_macros.xhp -msgctxt "" -"migrate_macros.xhp\n" -"hd_id0112200902353472\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/migrate_macros.xhp\">Migrate Macros</link>" -msgstr "<link href=\"text/shared/explorer/database/migrate_macros.xhp\">Перенос макроса</link>" - -#. xMVrd -#: migrate_macros.xhp -msgctxt "" -"migrate_macros.xhp\n" -"par_id0112200902353466\n" -"help.text" -msgid "<ahelp hid=\".\">The Database Document Macro Migration Wizard moves existing macros from sub-documents of an old Base file into the new Base file's macro storage area.</ahelp>" -msgstr "<ahelp hid=\".\">Мастер переноса макросов документов базы данных обеспечивает перенос существующих макросов из вложенных документов файла Base, созданного в более ранней версии, в область памяти для хранения макросов файла Base, созданного в более поздней версии.</ahelp>" - -#. ajASD -#: migrate_macros.xhp -msgctxt "" -"migrate_macros.xhp\n" -"par_id0224200911454780\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Choose a location and file name to save the new database file. By default, the new file gets the same name as the old file, while the old file gets renamed with the string \"backup\" in the name.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Выберите местоположение и имя файла для сохранения нового файла базы данных. По умолчанию новый файл базы данных получает то же имя, что и старый файл, в то время как старый файл подлежит переименованию с использованием строки \"backup\" в имени.</ahelp>" - -#. M7aSL -#: migrate_macros.xhp -msgctxt "" -"migrate_macros.xhp\n" -"par_id022420091145472\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">The list shows all changes that were applied to the database file.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">В списке отображаются все изменения, применённые к файлу базы данных.</ahelp>" - -#. hee9q -#: migrate_macros.xhp -msgctxt "" -"migrate_macros.xhp\n" -"par_id0112200902353542\n" -"help.text" -msgid "Previously, macros have been allowed to reside only in the text sub-documents of forms and reports. Now macros can also be stored in the Base file itself. This means that macros in Base files can be called now from any of its sub-components: forms, reports, table design, query design, relation design, table data view." -msgstr "Ранее макросы могли находиться только в текстовых вложенных документах форм и отчетов. Теперь они также могут быть сохранены непосредственно в файле Base. Это означает, что теперь макросы, содержащиеся в файлах Base, могут быть вызваны из любого подчинённого компонента: из форм, отчетов, конструктора таблиц, построителя запросов, конструктора связей, представления данных таблицы." - -#. DhC2o -#: migrate_macros.xhp -msgctxt "" -"migrate_macros.xhp\n" -"par_id0112200903075865\n" -"help.text" -msgid "However, it is technically not possible to store macros both in a Base file and in its sub-documents at the same time. So, if you want to attach some new macros to the Base file, while retaining any existing old macros that were stored in the sub-documents, you must move the existing old macros up to the Base file's macro storage area." -msgstr "Однако с технической точки зрения одновременное хранение макроса в файле Base вложенных и в него документах невозможно. Поэтому в случае необходимости добавления новых макросов к файлу Base, в котором уже присутствуют макросы, хранящиеся во вложенных документах, необходимо перенести старый макрос в область хранения макросов файла Base." - -#. mtCb7 -#: migrate_macros.xhp -msgctxt "" -"migrate_macros.xhp\n" -"par_id0112200903075830\n" -"help.text" -msgid "The Database Document Macro Migration Wizard can move the macros up into the Base file's storage area. You can then examine the macros and edit them as needed." -msgstr "Мастер переноса макросов документов базы данных позволяет переносить макросы в область памяти файла Base. После этого макрос можно проанализировать и, при необходимости, внести в него исправления." - -#. RJUfX -#: migrate_macros.xhp -msgctxt "" -"migrate_macros.xhp\n" -"par_id0112200903075951\n" -"help.text" -msgid "For example, it is possible that macros from the sub-documents had the same module names and macro names. After you moved the macros into one common macro storage area, you must edit the macros to make the names unique. The wizard cannot do this." -msgstr "Например, может возникнуть такая ситуация, когда макросам из вложенного документа присвоены такие же имена модулей и имена макросов. После перемещения макросов в общую область памяти для хранения макросов необходимо внести в макрос изменения для обеспечения уникальности имён. Эта возможность в мастере отсутствует." - -#. pSFRn -#: migrate_macros.xhp -msgctxt "" -"migrate_macros.xhp\n" -"par_id0112200903075915\n" -"help.text" -msgid "The wizard can backup the Base file to another folder of your choice. The wizard changes the original Base file. The backup remains unchanged." -msgstr "Мастер позволяет выполнить резервное копирование файла Base в любую другую папку. Мастер изменяет первоначальный файл Base. Резервная копия остаётся без изменений." - -#. WCGZK -#: migrate_macros.xhp -msgctxt "" -"migrate_macros.xhp\n" -"par_id0112200902353554\n" -"help.text" -msgid "<link href=\"https://wiki.documentfoundation.org/Macros_in_Database_Documents\" name=\"wiki.documentfoundation.org Macros in Database Documents\">An in depth explanation by the developers (Wiki).</link>" -msgstr "" - -#. WG9NH -#: password.xhp -msgctxt "" -"password.xhp\n" -"tit\n" -"help.text" -msgid "User Name and Password Required" -msgstr "Необходимы имя пользователя и пароль" - -#. WekVB -#: password.xhp -msgctxt "" -"password.xhp\n" -"par_idN10541\n" -"help.text" -msgid "User Name and Password Required" -msgstr "Необходимы имя пользователя и пароль" - -#. LCLTp -#: password.xhp -msgctxt "" -"password.xhp\n" -"par_idN1054D\n" -"help.text" -msgid "User name" -msgstr "Имя пользователя" - -#. Rx3tD -#: password.xhp -msgctxt "" -"password.xhp\n" -"par_idN10551\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the user name to connect to the data source.</ahelp>" -msgstr "<ahelp hid=\".\">Введите имя пользователя для подключения к источнику данных.</ahelp>" - -#. dQH7s -#: password.xhp -msgctxt "" -"password.xhp\n" -"par_idN10568\n" -"help.text" -msgid "Password" -msgstr "Пароль" - -#. dqjRr -#: password.xhp -msgctxt "" -"password.xhp\n" -"par_idN1056C\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the password to connect to the data source.</ahelp>" -msgstr "<ahelp hid=\".\">Введите пароль для подключения к источнику данных.</ahelp>" - -#. TudyG -#: password.xhp -msgctxt "" -"password.xhp\n" -"par_idN10583\n" -"help.text" -msgid "Remember password till end of session" -msgstr "Запомнить пароль до завершения сеанса" - -#. KYrgJ -#: password.xhp -msgctxt "" -"password.xhp\n" -"par_idN10587\n" -"help.text" -msgid "<ahelp hid=\".\">Select to use the same user name and password without further dialog, when you connect again to the same data source in the current %PRODUCTNAME session.</ahelp>" -msgstr "<ahelp hid=\".\">Выберите этот параметр, чтобы во время текущего сеанса %PRODUCTNAME автоматически подключаться к тому же источнику данных с тем же именем пользователя и паролем.</ahelp>" - -#. EWAYC -#: querywizard00.xhp -msgctxt "" -"querywizard00.xhp\n" -"tit\n" -"help.text" -msgid "Query Wizard" -msgstr "Мастер запросов" - -#. G8nCc -#: querywizard00.xhp -msgctxt "" -"querywizard00.xhp\n" -"par_idN1054C\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/querywizard00.xhp\">Query Wizard</link>" -msgstr "<link href=\"text/shared/explorer/database/querywizard00.xhp\">Мастер запросов</link>" - -#. 7eeqf -#: querywizard00.xhp -msgctxt "" -"querywizard00.xhp\n" -"par_idN1055C\n" -"help.text" -msgid "<ahelp hid=\".\">The Query Wizard helps you to design a database query.</ahelp> The saved query can be called later, either from the graphical user interface, or using the automatically created SQL language command." -msgstr "<ahelp hid=\".\">Мастер запросов помогает создавать запросы к базам данных.</ahelp> Сохраненный запрос можно вызвать позже из графического интерфейса пользователя или с помощью автоматически созданной команды языка SQL." - -#. Baapm -#: querywizard00.xhp -msgctxt "" -"querywizard00.xhp\n" -"par_idN105D2\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/querywizard01.xhp\" name=\"Query Wizard - Field Selection\">Query Wizard - Field selection</link>" -msgstr "<link href=\"text/shared/explorer/database/querywizard01.xhp\" name=\"Мастер запросов - Выбор полей\">Мастер запросов - Выбор полей</link>" - -#. qKgrF -#: querywizard01.xhp -msgctxt "" -"querywizard01.xhp\n" -"tit\n" -"help.text" -msgid "Query Wizard - Field Selection" -msgstr "Мастер запросов - Выбор полей" - -#. duo5c -#: querywizard01.xhp -msgctxt "" -"querywizard01.xhp\n" -"par_idN10546\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/querywizard01.xhp\">Query Wizard - Field Selection</link>" -msgstr "<link href=\"text/shared/explorer/database/querywizard01.xhp\">Мастер запросов - Выбор полей</link>" - -#. zvnWy -#: querywizard01.xhp -msgctxt "" -"querywizard01.xhp\n" -"par_idN10556\n" -"help.text" -msgid "Specifies the table to create the query, and specifies which fields you wish to include in the query." -msgstr "Задаёт таблицу для создания запроса и поля, которые следует включить в запрос." - -#. bjRCe -#: querywizard01.xhp -msgctxt "" -"querywizard01.xhp\n" -"par_idN10559\n" -"help.text" -msgid "Tables" -msgstr "Таблицы" - -#. RBgge -#: querywizard01.xhp -msgctxt "" -"querywizard01.xhp\n" -"par_idN1055D\n" -"help.text" -msgid "<ahelp hid=\".\">Specifies the table for which the query is to be created.</ahelp>" -msgstr "<ahelp hid=\".\">Задаёт таблицу, для которой будет создаваться запрос.</ahelp>" - -#. BFXtZ -#: querywizard01.xhp -msgctxt "" -"querywizard01.xhp\n" -"par_idN10590\n" -"help.text" -msgid "Fields in the Query" -msgstr "Поля в запросе" - -#. n6cwc -#: querywizard01.xhp -msgctxt "" -"querywizard01.xhp\n" -"par_idN10594\n" -"help.text" -msgid "<ahelp hid=\".\">Displays all fields that will be included in the new query.</ahelp>" -msgstr "<ahelp hid=\".\">Отображает все поля, которые будут включены в новый запрос.</ahelp>" - -#. ekG7n -#: querywizard01.xhp -msgctxt "" -"querywizard01.xhp\n" -"par_idN10597\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/querywizard02.xhp\" name=\"Query Wizard - Sorting order\">Query Wizard - Sorting order</link>" -msgstr "<link href=\"text/shared/explorer/database/querywizard02.xhp\" name=\"Мастер запросов - Порядок сортировки\">Мастер запросов - Порядок сортировки</link>" - -#. T7jwS -#: querywizard02.xhp -msgctxt "" -"querywizard02.xhp\n" -"tit\n" -"help.text" -msgid "Query Wizard - Sorting Order" -msgstr "Мастер запросов - Порядок сортировки" - -#. 5mgru -#: querywizard02.xhp -msgctxt "" -"querywizard02.xhp\n" -"par_idN10543\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/querywizard02.xhp\">Query Wizard - Sorting Order</link>" -msgstr "<link href=\"text/shared/explorer/database/querywizard02.xhp\">Мастер запросов - Порядок сортировки</link>" - -#. hv6wL -#: querywizard02.xhp -msgctxt "" -"querywizard02.xhp\n" -"par_idN10553\n" -"help.text" -msgid "Specifies the sorting order for the data records in your query." -msgstr "Задаёт порядок сортировки для записей данных в запросе." - -#. eVr57 -#: querywizard02.xhp -msgctxt "" -"querywizard02.xhp\n" -"par_idN10556\n" -"help.text" -msgid "Sort by" -msgstr "Сортировать по" - -#. CRtP3 -#: querywizard02.xhp -msgctxt "" -"querywizard02.xhp\n" -"par_idN105B2\n" -"help.text" -msgid "<ahelp hid=\".\">Specifies the field by which the created query is sorted.</ahelp>" -msgstr "<ahelp hid=\".\">Задаёт поле, по которому будет сортироваться созданный отчет.</ahelp>" - -#. xUjcF -#: querywizard02.xhp -msgctxt "" -"querywizard02.xhp\n" -"par_idN1055C\n" -"help.text" -msgid "Ascending" -msgstr "По возрастанию" - -#. aSXt6 -#: querywizard02.xhp -msgctxt "" -"querywizard02.xhp\n" -"par_idN105BF\n" -"help.text" -msgid "<ahelp hid=\".\">Click to sort in alphabetically or numerically ascending order.</ahelp>" -msgstr "<ahelp hid=\".\">Сортировка по алфавиту или по величине в порядке возрастания.</ahelp>" - -#. pR3aG -#: querywizard02.xhp -msgctxt "" -"querywizard02.xhp\n" -"par_idN10562\n" -"help.text" -msgid "Descending" -msgstr "По убыванию" - -#. 9BtoZ -#: querywizard02.xhp -msgctxt "" -"querywizard02.xhp\n" -"par_idN105CC\n" -"help.text" -msgid "<ahelp hid=\".\">Click to sort in alphabetically or numerically descending order.</ahelp>" -msgstr "<ahelp hid=\".\">Сортировка по алфавиту или по величине в порядке убывания.</ahelp>" - -#. 6U4wS -#: querywizard02.xhp -msgctxt "" -"querywizard02.xhp\n" -"par_idN10568\n" -"help.text" -msgid "And then by" -msgstr "А затем по" - -#. CqmF3 -#: querywizard02.xhp -msgctxt "" -"querywizard02.xhp\n" -"par_idN105D9\n" -"help.text" -msgid "<ahelp hid=\".\">Specifies additional fields by which the created query is sorted, if previous sort fields are equal.</ahelp>" -msgstr "<ahelp hid=\".\">Задаёт дополнительные поля, по которым созданный отчет будет сортироваться в случае равенства предыдущих полей.</ahelp>" - -#. CD7Db -#: querywizard02.xhp -msgctxt "" -"querywizard02.xhp\n" -"par_idN1056E\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/querywizard03.xhp\" name=\"Query Wizard - Search conditions\">Query Wizard - Search conditions</link>" -msgstr "<link href=\"text/shared/explorer/database/querywizard03.xhp\" name=\"Мастер запросов - Условия поиска\">Мастер запросов - Условия поиска</link>" - -#. Ezdjv -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"tit\n" -"help.text" -msgid "Query Wizard - Search Conditions" -msgstr "Мастер запросов - Условия поиска" - -#. b9Fcz -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN10543\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/querywizard03.xhp\">Query Wizard - Search Conditions</link>" -msgstr "<link href=\"text/shared/explorer/database/querywizard03.xhp\">Мастер запросов - Условия поиска</link>" - -#. Axn74 -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN10553\n" -"help.text" -msgid "Specifies the search conditions to filter the query." -msgstr "Задаёт условия поиска для фильтрации запроса." - -#. MBS9h -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN10556\n" -"help.text" -msgid "Match all of the following" -msgstr "Соответствие всем условиям" - -#. eGvAt -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN105B2\n" -"help.text" -msgid "<ahelp hid=\".\">Select to filter the query by all the conditions using a logical AND.</ahelp>" -msgstr "<ahelp hid=\".\">Выберите этот параметр, чтобы отфильтровать запрос по всем условиям с использованием логического \"И\".</ahelp>" - -#. mowq3 -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN1055C\n" -"help.text" -msgid "Match any of the following" -msgstr "Соответствие любому условию" - -#. m9DAv -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN105BF\n" -"help.text" -msgid "<ahelp hid=\".\">Select to filter the query by any of the conditions using a logical OR.</ahelp>" -msgstr "<ahelp hid=\".\">Выберите этот параметр, чтобы отфильтровать запрос по условиям с использованием логического \"ИЛИ\".</ahelp>" - -#. YzKAZ -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN10562\n" -"help.text" -msgid "Field" -msgstr "Поле" - -#. zJBqq -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN105CC\n" -"help.text" -msgid "<ahelp hid=\".\">Select the field name for the filter condition.</ahelp>" -msgstr "<ahelp hid=\".\">Выберите имя поля для условия фильтрации.</ahelp>" - -#. cpBwd -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN10568\n" -"help.text" -msgid "Condition" -msgstr "Условие" - -#. FRFQM -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN105D9\n" -"help.text" -msgid "<ahelp hid=\".\">Select the condition for the filter.</ahelp>" -msgstr "<ahelp hid=\".\">Выберите условие фильтрации.</ahelp>" - -#. dF2FF -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN1056E\n" -"help.text" -msgid "Value" -msgstr "Значение" - -#. ZKEEw -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN105E6\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the value for the filter condition.</ahelp>" -msgstr "<ahelp hid=\".\">Введите значение для условия фильтрации.</ahelp>" - -#. hZQwL -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN10574\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/querywizard04.xhp\" name=\"Query Wizard - Detail or Summary\">Query Wizard - Detail or summary</link>" -msgstr "<link href=\"text/shared/explorer/database/querywizard04.xhp\" name=\"Мастер запросов - Подробные или сводные\">Мастер запросов - Подробные или сводные</link>" - -#. AFtfc -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"tit\n" -"help.text" -msgid "Query Wizard - Detail or Summary" -msgstr "Мастер запросов - Подробные или сводные" - -#. CRU4t -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN10543\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/querywizard04.xhp\">Query Wizard - Detail or Summary</link>" -msgstr "<link href=\"text/shared/explorer/database/querywizard04.xhp\">Мастер запросов - Подробные или сводные</link>" - -#. pvdAU -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN10553\n" -"help.text" -msgid "Specifies whether to display all records of the query, or only the results of aggregate functions." -msgstr "Указывает, следует ли показывать все записи запроса или только результаты статистических функций." - -#. GNBdc -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN10556\n" -"help.text" -msgid "This page is only displayed when there are numerical fields in the query that allow the use of aggregate functions." -msgstr "Эта страница открывается, только если в запросе есть числовые поля, позволяющие использовать статистические функции." - -#. LAhTk -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN10559\n" -"help.text" -msgid "Detailed query" -msgstr "Подробный запрос" - -#. aXtmP -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN105BD\n" -"help.text" -msgid "<ahelp hid=\".\">Select to show all records of the query.</ahelp>" -msgstr "<ahelp hid=\".\">Отображение всех записей запроса.</ahelp>" - -#. h7yp9 -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN105C2\n" -"help.text" -msgid "Summary query" -msgstr "Сводный запрос" - -#. 4VMFu -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN105C8\n" -"help.text" -msgid "<ahelp hid=\".\">Select to show only results of aggregate functions.</ahelp>" -msgstr "<ahelp hid=\".\">Отображение только результатов статистических функций.</ahelp>" - -#. CEC9y -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN105D7\n" -"help.text" -msgid "Select the aggregate function and the field name of the numeric field in the list box. You can enter as many aggregate functions as you want, one in each row of controls." -msgstr "В поле со списком выберите статистическую функцию и имя числового поля. Можно ввести любое количество статистических функций, по одной в каждой строке элементов управления." - -#. QCySK -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN1055D\n" -"help.text" -msgid "Aggregate function" -msgstr "Статистическая функция" - -#. H3vuB -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN105E4\n" -"help.text" -msgid "<ahelp hid=\".\">Select the aggregate function.</ahelp>" -msgstr "<ahelp hid=\".\">Выберите статистическую функцию.</ahelp>" - -#. 7VBHB -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN105DD\n" -"help.text" -msgid "Field name" -msgstr "Имя поля" - -#. DhcSj -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN10656\n" -"help.text" -msgid "<ahelp hid=\".\">Select the numeric field name.</ahelp>" -msgstr "<ahelp hid=\".\">Выберите имя числового поля.</ahelp>" - -#. 2fBzx -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN105E7\n" -"help.text" -msgid "+" -msgstr "" - -#. hM5kP -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN105FE\n" -"help.text" -msgid "<ahelp hid=\".\">Appends a new row of controls.</ahelp>" -msgstr "<ahelp hid=\".\">Добавляет новую строку элементов управления.</ahelp>" - -#. MYCN9 -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN1060B\n" -"help.text" -msgid "<ahelp hid=\".\">Removes the last row of controls.</ahelp>" -msgstr "<ahelp hid=\".\">Удаляет последнюю строку элементов управления.</ahelp>" - -#. PGYED -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN1060E\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/querywizard05.xhp\" name=\"Query Wizard - Grouping\">Query Wizard - Grouping</link>" -msgstr "<link href=\"text/shared/explorer/database/querywizard05.xhp\" name=\"Мастер запросов - Группировка\">Мастер запросов - Группировка</link>" - -#. d4Arr -#: querywizard05.xhp -msgctxt "" -"querywizard05.xhp\n" -"tit\n" -"help.text" -msgid "Query Wizard - Grouping" -msgstr "Мастер запросов - Группировка" - -#. yK7uG -#: querywizard05.xhp -msgctxt "" -"querywizard05.xhp\n" -"par_idN10546\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/querywizard05.xhp\">Query Wizard - Grouping</link>" -msgstr "<link href=\"text/shared/explorer/database/querywizard05.xhp\">Мастер запросов - Группировка</link>" - -#. yimYQ -#: querywizard05.xhp -msgctxt "" -"querywizard05.xhp\n" -"par_idN10556\n" -"help.text" -msgid "Specifies whether to group the query. The data source must support the SQL statement \"Group by clauses\" to enable this page of the Wizard." -msgstr "" - -#. BEcEC -#: querywizard05.xhp -msgctxt "" -"querywizard05.xhp\n" -"par_idN10589\n" -"help.text" -msgid "Group by" -msgstr "Группировать по" - -#. XSPcc -#: querywizard05.xhp -msgctxt "" -"querywizard05.xhp\n" -"par_idN1058D\n" -"help.text" -msgid "<ahelp hid=\".\">Displays all fields that are to be used to group the query.</ahelp>" -msgstr "<ahelp hid=\".\">Отображает все поля, которые будут использованы при группировке запроса.</ahelp>" - -#. C7sCn -#: querywizard05.xhp -msgctxt "" -"querywizard05.xhp\n" -"par_idN10590\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/querywizard06.xhp\" name=\"Query Wizard - Grouping conditions\">Query Wizard - Grouping conditions</link>" -msgstr "<link href=\"text/shared/explorer/database/querywizard06.xhp\" name=\"Мастер запросов - Условия группировки\">Мастер запросов - Условия группировки</link>" - -#. FJyRe -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"tit\n" -"help.text" -msgid "Query Wizard - Grouping Conditions" -msgstr "Мастер запросов - Условия группировки" - -#. rawpT -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN10546\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/querywizard06.xhp\">Query Wizard - Grouping Conditions</link>" -msgstr "<link href=\"text/shared/explorer/database/querywizard06.xhp\">Мастер запросов - Условия группировки</link>" - -#. isYHF -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN10556\n" -"help.text" -msgid "Specifies the conditions to group the query. The data source must support the SQL statement \"Group by clauses\" to enable this page of the Wizard." -msgstr "" - -#. E2hjZ -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN10559\n" -"help.text" -msgid "Match all of the following" -msgstr "Соответствие всем условиям" - -#. tsdNz -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN1055D\n" -"help.text" -msgid "<ahelp hid=\".\">Select to group the query by all the conditions using a logical AND.</ahelp>" -msgstr "<ahelp hid=\".\">Выберите этот параметр, чтобы сгруппировать запрос по всем условиям с использованием логического \"И\".</ahelp>" - -#. vG7ub -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN10560\n" -"help.text" -msgid "Match any of the following" -msgstr "Соответствие любому условию" - -#. H4kNz -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN10564\n" -"help.text" -msgid "<ahelp hid=\".\">Select to group the query by any of the conditions using a logical OR.</ahelp>" -msgstr "<ahelp hid=\".\">Выберите этот параметр, чтобы сгруппировать запрос по условиям с использованием логического \"ИЛИ\".</ahelp>" - -#. CRQPr -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN10567\n" -"help.text" -msgid "Field name" -msgstr "Имя поля" - -#. AUDUW -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN1056B\n" -"help.text" -msgid "<ahelp hid=\".\">Select the field name for the grouping condition.</ahelp>" -msgstr "<ahelp hid=\".\">Выберите имя поля для условия группировки.</ahelp>" - -#. vYSzM -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN1056E\n" -"help.text" -msgid "Condition" -msgstr "Условие" - -#. VHAhf -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN10572\n" -"help.text" -msgid "<ahelp hid=\".\">Select the condition for the grouping.</ahelp>" -msgstr "<ahelp hid=\".\">Выберите условие группировки.</ahelp>" - -#. LYZYG -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN10575\n" -"help.text" -msgid "Value" -msgstr "Значение" - -#. GBywN -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN10579\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the value for the grouping condition.</ahelp>" -msgstr "<ahelp hid=\".\">Введите значение для условия группировки.</ahelp>" - -#. LM5AB -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN1057C\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/querywizard07.xhp\" name=\"Query Wizard - Aliases\">Query Wizard - Aliases</link>" -msgstr "<link href=\"text/shared/explorer/database/querywizard07.xhp\" name=\"Мастер запросов - Псевдонимы\">Мастер запросов - Псевдонимы</link>" - -#. LGziG -#: querywizard07.xhp -msgctxt "" -"querywizard07.xhp\n" -"tit\n" -"help.text" -msgid "Query Wizard - Aliases" -msgstr "Мастер запросов - Псевдонимы" - -#. cEc4Q -#: querywizard07.xhp -msgctxt "" -"querywizard07.xhp\n" -"par_idN10543\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/querywizard07.xhp\">Query Wizard - Aliases</link>" -msgstr "<link href=\"text/shared/explorer/database/querywizard07.xhp\">Мастер запросов - Псевдонимы</link>" - -#. 8qMru -#: querywizard07.xhp -msgctxt "" -"querywizard07.xhp\n" -"par_idN10553\n" -"help.text" -msgid "Assigns aliases to field names. Aliases are optional, and can provide more user-friendly names, which are displayed in place of field names. For example, an alias can be used when fields from different tables have the same name." -msgstr "Назначает псевдонимы именам полей. Использование псевдонимов необязательно, но даёт возможность употребления более удобных для пользователя имён, которые будут отображаться вместо имён полей. Например, можно использовать псевдоним, если поля из разных таблиц имеют одно и то же имя." - -#. GKQBZ -#: querywizard07.xhp -msgctxt "" -"querywizard07.xhp\n" -"par_idN10556\n" -"help.text" -msgid "Alias" -msgstr "Псевдоним" - -#. TiaDt -#: querywizard07.xhp -msgctxt "" -"querywizard07.xhp\n" -"par_idN1055A\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the alias for the field name.</ahelp>" -msgstr "<ahelp hid=\".\">Введите псевдоним для имени поля.</ahelp>" - -#. jZ6HM -#: querywizard07.xhp -msgctxt "" -"querywizard07.xhp\n" -"par_idN1055D\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/querywizard08.xhp\" name=\"Query Wizard - Overview\">Query Wizard - Overview</link>" -msgstr "<link href=\"text/shared/explorer/database/querywizard08.xhp\" name=\"Мастер запросов - Обзор\">Мастер запросов - Обзор</link>" - -#. ZD37L -#: querywizard08.xhp -msgctxt "" -"querywizard08.xhp\n" -"tit\n" -"help.text" -msgid "Query Wizard - Overview" -msgstr "Мастер запросов - Обзор" - -#. DagT5 -#: querywizard08.xhp -msgctxt "" -"querywizard08.xhp\n" -"par_idN10543\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/querywizard08.xhp\">Query Wizard - Overview</link>" -msgstr "<link href=\"text/shared/explorer/database/querywizard08.xhp\">Мастер запросов - Обзор</link>" - -#. Eugc7 -#: querywizard08.xhp -msgctxt "" -"querywizard08.xhp\n" -"par_idN10553\n" -"help.text" -msgid "Enter a name of the query, and specify whether you want to display or to modify the query after the Wizard is finished." -msgstr "Введите имя запроса и укажите, нужно ли отображать или изменять запрос по окончании работы мастера." - -#. zjCxf -#: querywizard08.xhp -msgctxt "" -"querywizard08.xhp\n" -"par_idN10556\n" -"help.text" -msgid "Name of the query" -msgstr "Имя запроса" - -#. ZLJYh -#: querywizard08.xhp -msgctxt "" -"querywizard08.xhp\n" -"par_idN1055A\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the query.</ahelp>" -msgstr "<ahelp hid=\".\">Введите имя запроса.</ahelp>" - -#. uC9Qc -#: querywizard08.xhp -msgctxt "" -"querywizard08.xhp\n" -"par_idN1055D\n" -"help.text" -msgid "Display query" -msgstr "Отобразить запрос" - -#. BJa3G -#: querywizard08.xhp -msgctxt "" -"querywizard08.xhp\n" -"par_idN10561\n" -"help.text" -msgid "<ahelp hid=\".\">Select to save and display the query.</ahelp>" -msgstr "<ahelp hid=\".\">Сохранение и отображение запроса.</ahelp>" - -#. yN4FB -#: querywizard08.xhp -msgctxt "" -"querywizard08.xhp\n" -"par_idN10564\n" -"help.text" -msgid "Modify query" -msgstr "Изменить запрос" - -#. VKpNF -#: querywizard08.xhp -msgctxt "" -"querywizard08.xhp\n" -"par_idN10568\n" -"help.text" -msgid "<ahelp hid=\".\">Select to save the query and open it for editing.</ahelp>" -msgstr "<ahelp hid=\".\">Сохранение запроса и открытие его для редактирования.</ahelp>" - -#. 3ww32 -#: querywizard08.xhp -msgctxt "" -"querywizard08.xhp\n" -"par_idN1056B\n" -"help.text" -msgid "Overview" -msgstr "Обзор" - -#. SfUBA -#: querywizard08.xhp -msgctxt "" -"querywizard08.xhp\n" -"par_idN1056F\n" -"help.text" -msgid "<ahelp hid=\".\">Displays a summary of the query.</ahelp>" -msgstr "<ahelp hid=\".\">Отображает сводку по запросу.</ahelp>" - -#. 84Y4U -#: querywizard08.xhp -msgctxt "" -"querywizard08.xhp\n" -"par_idN10572\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/querywizard00.xhp\" name=\"Query Wizard\">Query Wizard</link>" -msgstr "<link href=\"text/shared/explorer/database/querywizard00.xhp\" name=\"Мастер запросов\">Мастер запросов</link>" - -#. Us2de -#: rep_datetime.xhp -msgctxt "" -"rep_datetime.xhp\n" -"tit\n" -"help.text" -msgid "Date and Time" -msgstr "Дата и время" - -#. KYD3y -#: rep_datetime.xhp -msgctxt "" -"rep_datetime.xhp\n" -"hd_id2320932\n" -"help.text" -msgid "<variable id=\"rep_datetime\"><link href=\"text/shared/explorer/database/rep_datetime.xhp\">Date and Time</link></variable>" -msgstr "<variable id=\"rep_datetime\"><link href=\"text/shared/explorer/database/rep_datetime.xhp\">Дата и время</link></variable>" - -#. p8Mrd -#: rep_datetime.xhp -msgctxt "" -"rep_datetime.xhp\n" -"par_id8638874\n" -"help.text" -msgid "<ahelp hid=\".\">You can open the Date and Time dialog of the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> by choosing <item type=\"menuitem\">Insert - Date and Time</item>.</ahelp>" -msgstr "<ahelp hid=\".\">Диалоговое окно \"Дата и время\" <link href=\"text/shared/explorer/database/rep_main.xhp\">построителя отчетов</link> можно открыть путём выбора <item type=\"menuitem\">Вставка - Дата и время</item>.</ahelp>" - -#. tSLyd -#: rep_datetime.xhp -msgctxt "" -"rep_datetime.xhp\n" -"par_id6278878\n" -"help.text" -msgid "Press <item type=\"keycode\">Shift-F1</item> and point with the mouse at an input box to see a help text for this input box." -msgstr "Нажмите <item type=\"keycode\">SHIFT-F1</item> и наведите курсор мыши на поле ввода для просмотра текста справки по этому полю." - -#. ppg4k -#: rep_datetime.xhp -msgctxt "" -"rep_datetime.xhp\n" -"par_id393078\n" -"help.text" -msgid "<ahelp hid=\".\">Enable Include Date to insert a date field into the active area of the report. The date field displays the current date when the report is executed.</ahelp>" -msgstr "<ahelp hid=\".\">Служит для активации опции \"Включая дату\" с целью вставки поля даты в активную область отчета. После выполнения отчета в поле даты отображается текущая дата.</ahelp>" - -#. 6ued5 -#: rep_datetime.xhp -msgctxt "" -"rep_datetime.xhp\n" -"par_id1271401\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a format to display the date.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Выбор формата отображения даты.</ahelp>" - -#. VvPJF -#: rep_datetime.xhp -msgctxt "" -"rep_datetime.xhp\n" -"par_id8718832\n" -"help.text" -msgid "<ahelp hid=\".\">Enable Include Time to insert a time field into the active area of the report. The time field displays the current time when the report is executed.</ahelp>" -msgstr "<ahelp hid=\".\">Служит для активации опции \"Включая время\" с целью вставки поля времени в активную область отчета. После выполнения отчета в поле времени отображается текущее время.</ahelp>" - -#. DfCAA -#: rep_datetime.xhp -msgctxt "" -"rep_datetime.xhp\n" -"par_id8561052\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a format to display the time.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Выбор формата отображения времени.</ahelp>" - -#. cVAzu -#: rep_datetime.xhp -msgctxt "" -"rep_datetime.xhp\n" -"par_id5992919\n" -"help.text" -msgid "Click OK to insert the field." -msgstr "Для вставки поля нажмите кнопку \"OK\"." - -#. WFpF6 -#: rep_datetime.xhp -msgctxt "" -"rep_datetime.xhp\n" -"par_id4320810\n" -"help.text" -msgid "You can click the date or time field and drag to another position within the same area, or edit the properties in the Properties window." -msgstr "Можно щёлкнуть по полю даты или времени и переместиться к другой позиции в пределах одной области или изменить свойства в окне \"Свойства\"." - -#. DCjDN -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"tit\n" -"help.text" -msgid "Insert Fields" -msgstr "" - -#. DiU2a -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"bm_id61540566967968\n" -"help.text" -msgid "<bookmark_value>insert fields;in report design</bookmark_value> <bookmark_value>add fields;in report design</bookmark_value> <bookmark_value>report design;add fields to report</bookmark_value>" -msgstr "" - -#. 7sGPE -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"hd_id361540562942432\n" -"help.text" -msgid "<variable id=\"addfields\"><link href=\"text/shared/explorer/database/rep_insertfield.xhp\" name=\"Add Fields\">Add fields to report</link></variable>" -msgstr "" - -#. zFCzB -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id3587145\n" -"help.text" -msgid "<ahelp hid=\".\">The Add Field window helps you to insert the table entries in the report.</ahelp>" -msgstr "" - -#. dzGbq -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id4503921\n" -"help.text" -msgid "The Add Field window is shown automatically when you have selected a table in the Contents box and leave that box." -msgstr "" - -#. hQDBC -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id171540674707522\n" -"help.text" -msgid "Choose <item type=\"menuitem\">View - Add Field</item>." -msgstr "" - -#. hxBBt -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id991540674901837\n" -"help.text" -msgid "<image src=\"media/icon-themes/cmd/lc_addfield.svg\" id=\"img_id621540674901837\" width=\"1.0cm\" height=\"1.0cm\"><alt id=\"alt_id491540674901837\">Add field icon</alt></image>" -msgstr "" - -#. oEoAE -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id121540674874655\n" -"help.text" -msgid "Click the Add Field icon on the toolbar." -msgstr "" - -#. BqWBD -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id141540563922693\n" -"help.text" -msgid "Select the field in the Add Field dialog and click <emph>Insert</emph>. You can select multiple fields pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while clicking on the fields name or using the Shift key while pressing the mouse button. Click <emph>Insert</emph> in the toolbar to add the fields to the report." -msgstr "" - -#. BGjjH -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id4051026\n" -"help.text" -msgid "Drag and drop the field names one by one from the Add Field window into the Detail area of the report. Position the fields as you like. Use the icons in the toolbars to align the fields." -msgstr "" - -#. Hk568 -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id3397320\n" -"help.text" -msgid "It is not possible to overlap the fields. If you drop a table field on the Detail area, then a label and a text box are inserted." -msgstr "" - -#. RGprC -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id3059785\n" -"help.text" -msgid "You can also insert text that should be the same on every page of the report. Click the Label Field icon <image id=\"img_id5605334\" src=\"media/icon-themes/cmd/lc_addfield.svg\" width=\"0.566cm\" height=\"0.566cm\" localize=\"true\"><alt id=\"alt_id5605334\">Icon</alt></image>, then drag a rectangle in the Page Header or Page Footer area. Edit the Label property to show the text you want." -msgstr "" - -#. VjpkA -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"hd_id251540563929787\n" -"help.text" -msgid "Sorting fields names" -msgstr "" - -#. pNfxS -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id651540564204840\n" -"help.text" -msgid "<image src=\"media/icon-themes/cmd/sc_sortascending.svg\" id=\"img_id631540564204841\" width=\"1.0cm\" height=\"1.0cm\"><alt id=\"alt_id141540564204841\">Sort Ascending icon</alt></image>" -msgstr "" - -#. EfMFi -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id401540563992665\n" -"help.text" -msgid "Sort names ascending." -msgstr "" - -#. 9jVwk -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id811540564184191\n" -"help.text" -msgid "<image src=\"media/icon-themes/cmd/sc_sortdescending.svg\" id=\"img_id391540564184192\" width=\"1.0cm\" height=\"1.0cm\"><alt id=\"alt_id571540564184192\">Sort descending icon</alt></image>" -msgstr "" - -#. BEcwL -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id401540563942665\n" -"help.text" -msgid "Sort names descending," -msgstr "" - -#. GRKuP -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id851540564212907\n" -"help.text" -msgid "<image src=\"media/icon-themes/cmd/lc_removefiltersort.svg\" id=\"img_id41540564212907\" width=\"1.0cm\" height=\"1.0cm\"><alt id=\"alt_id421540564212908\">Undo sorting icon</alt></image>" -msgstr "" - -#. DVAm8 -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id401540533942665\n" -"help.text" -msgid "Restore original sorting" -msgstr "" - -#. gCECo -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"tit\n" -"help.text" -msgid "Report Builder" -msgstr "Построитель отчетов" - -#. Yyb28 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"bm_id1614429\n" -"help.text" -msgid "<bookmark_value>Report Builder</bookmark_value> <bookmark_value>Oracle Report Builder</bookmark_value>" -msgstr "" - -#. 8XCCL -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"hd_id8773155\n" -"help.text" -msgid "<variable id=\"rep_main\"><link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link></variable>" -msgstr "<variable id=\"rep_main\"><link href=\"text/shared/explorer/database/rep_main.xhp\">Построитель отчетов</link></variable>" - -#. tcUx2 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id5248573\n" -"help.text" -msgid "The Report Builder is a tool to create your own database reports. Unlike with the <link href=\"text/shared/autopi/01100000.xhp\">Report Wizard</link>, using the Report Builder you can take control to design the report the way you want. The generated report is a Writer document that you can edit, too." -msgstr "Построитель отчетов представляет собой инструмент для создания собственных отчетов базы данных. В отличие от <link href=\"text/shared/autopi/01100000.xhp\">мастера отчетов</link>, построитель отчетов позволяет задать структуру отчета. Созданный отчет является документом Writer, который также можно изменять." - -#. A7xcb -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7128818\n" -"help.text" -msgid "To use the Report Builder, the Report Builder component must be installed. In addition, the Java Runtime Environment (JRE) software must be installed, and this software must be selected in %PRODUCTNAME." -msgstr "" - -#. MUFG8 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"hd_id556047\n" -"help.text" -msgid "To install the JRE software" -msgstr "Установка программного обеспечения JRE" - -#. CTy58 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id4515823\n" -"help.text" -msgid "The Report Builder requires an installed Java Runtime Environment (JRE)." -msgstr "Для построителя отчетов требуется установленная среда Java Runtime Environment (JRE)." - -#. t42Ud -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id4044312\n" -"help.text" -msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - <link href=\"text/shared/optionen/java.xhp\">Advanced</link>." -msgstr "" - -#. bGABC -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id1369060\n" -"help.text" -msgid "Wait up to one minute, while %PRODUCTNAME collects information on installed Java software on your system." -msgstr "На сбор информации об установленном в системе программном обеспечении Java %PRODUCTNAME может потребоваться до минуты." - -#. oxLT3 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id860927\n" -"help.text" -msgid "If a recent JRE version is found on your system, you see an entry in the list." -msgstr "Если в системе установлена последняя версия JRE, она отображается в виде пункта в списке." - -#. 87xW7 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id8581804\n" -"help.text" -msgid "Click the option button in front of the entry to enable this JRE version for use in %PRODUCTNAME." -msgstr "Нажмите на переключатель перед записью для активизации использования этой версии JRE в %PRODUCTNAME." - -#. KmqC6 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7730033\n" -"help.text" -msgid "Ensure that <emph>Use a Java runtime environment</emph> is enabled." -msgstr "Убедитесь в том, что установлен флажок <emph>Использовать виртуальную машину Java</emph>." - -#. oeX8D -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id6317636\n" -"help.text" -msgid "If no JRE version is found on your system, open your web browser and download the JRE software from <link href=\"http://www.java.com\">http://www.java.com</link>. Install the JRE software. Then restart %PRODUCTNAME and open <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Advanced again." -msgstr "" - -#. 87hJD -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"hd_id9759514\n" -"help.text" -msgid "To open the Report Builder" -msgstr "Открытие построителя отчетов" - -#. TxLZj -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id9076509\n" -"help.text" -msgid "Open a Base file or create a new database. The database must contain at least one table with at least one data field and a primary key field." -msgstr "Откройте файл базы данных или создайте новую базу данных. База данных должна содержать по крайней мере одну таблицу с минимум одним полем данных и одним полем первичного ключа." - -#. NiuEf -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7050691\n" -"help.text" -msgid "Click the Reports icon in the Base window, then choose Create Report in Design View." -msgstr "Щёлкните по значку \"Отчеты\" в окне \"База\", а затем выберите \"Создать отчет в режиме дизайна\"." - -#. u7db8 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7118747\n" -"help.text" -msgid "The Report Builder window opens." -msgstr "Появляется окно \"Построитель отчетов\"." - -#. eC7Ku -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id8283639\n" -"help.text" -msgid "The Report Builder is divided into three parts. On the top you see the menu, with the toolbars below." -msgstr "Построитель отчетов разделён на три части. В верхней части содержится меню с панелями инструментов." - -#. FZucS -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id2291024\n" -"help.text" -msgid "On the right you see the Properties window with the property values of the currently selected object." -msgstr "Справа откроется окно \"Свойства\" со значениями свойств выбранного в настоящее время объекта." - -#. 9iUTs -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id2100589\n" -"help.text" -msgid "The left part of the Report Builder window shows the Report Builder view. The Report Builder view is initially divided into three sections, from top to bottom:" -msgstr "В левой части окна \"Построитель отчетов\" отображается ракурс \"Построитель отчетов\". Ракурс \"Построитель отчетов\" первоначально разделён по вертикали на три раздела:" - -#. bpA2e -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id5022125\n" -"help.text" -msgid "<emph>Page Header</emph> - drag control fields with fixed text into the Page Header area" -msgstr "<emph>Верхний колонтитул страницы</emph>: используется для перемещения полей элементов управления с фиксированным текстом в область верхнего колонтитула страницы." - -#. TcX6C -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id6844386\n" -"help.text" -msgid "<emph>Detail</emph> - drag and drop database fields into the Detail area" -msgstr "<emph>Подробные данные</emph>: используется для перетаскивания полей базы данных в область подробных данных." - -#. k3qgL -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7018646\n" -"help.text" -msgid "<emph>Page Footer</emph> - drag control fields with fixed text into the Page Footer area" -msgstr "<emph>Нижний колонтитул страницы</emph>: используется для перетаскивания полей элементов управления с фиксированным текстом в область нижнего колонтитула страницы." - -#. GbMdT -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id5857112\n" -"help.text" -msgid "To insert an additional <emph>Report Header</emph> and <emph>Report Footer</emph> area choose <item type=\"menuitem\">Edit - Insert Report Header/Footer</item>. These areas contain text that appears at the start and end of the whole report." -msgstr "Для вставки дополнительной области <emph>Верхний колонтитул отчета</emph> и <emph>Нижний колонтитул отчета</emph> выберите <item type=\"menuitem\">Правка - Вставить колонтитулы отчета</item>. Эти области содержат текст, который отображается в начале и конце страниц отчета." - -#. cvEuz -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id6042664\n" -"help.text" -msgid "Click the \"-\" icon in front of an area name to collapse that area to one line in the Report Builder view. The \"-\" icon changes to a \"+\" icon, and you can click this to expand the area again." -msgstr "Щёлкните по значку \"-\" перед именем области для свёртывания области в одну строку в ракурсе \"Построитель отчетов\". Значок \"-\" изменится на \"+\", который потом можно использовать для развертки области." - -#. NCMdn -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id1589098\n" -"help.text" -msgid "You insert database fields by drag-and-drop into the Detail area. See the section \"To insert fields into the report\" below." -msgstr "Вставка полей базы данных выполняется путём перетаскивания в область \"Детали\". См. ниже раздел \"Способы вставки полей в отчет\"." - -#. 3dx6B -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id1278420\n" -"help.text" -msgid "In addition, you can click the Label Field or Text Box icon in the toolbar, then drag a rectangle in the Page Header or Page Footer area, to define a text that is the same on all pages. You enter the text in the Label box of the corresponding Properties window. You can also add graphics by using the Graphics icon." -msgstr "Кроме того, для определения одинакового для всех страниц текста можно щёлкнуть по значку \"Поле подписи\" или \"Текстовое поле\" на панели инструментов, а затем перетащить прямоугольник в область верхнего или нижнего колонтитула. Текст вводится в поле \"Подпись\" соответствующего окна \"Свойства\". Кроме того, имеется возможность добавления графики с помощью значка \"Графика\"." - -#. 25GDr -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7479476\n" -"help.text" -msgid "To connect the report to a database table" -msgstr "Подключение отчета к таблице базы данных" - -#. TuFVF -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id2218390\n" -"help.text" -msgid "Move the mouse to the Properties view. You see two tab pages General and Data." -msgstr "Переместите курсор мыши в ракурс \"Свойства\". Появятся две вкладки \"Общие\" и \"Данные\"." - -#. WdBn9 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7771538\n" -"help.text" -msgid "On the Data tab page, click Content to open the combo box." -msgstr "Для открытия поля списка щёлкните по значку \"Содержимое\" на вкладке \"Данные\"." - -#. UKbEt -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id366527\n" -"help.text" -msgid "Select the table for that you want to create the report." -msgstr "Выберите таблицу, для которой требуется создать отчет." - -#. NzJzg -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7996459\n" -"help.text" -msgid "After selecting the table, press the Tab key to leave the Content box." -msgstr "После выбора таблицы для выхода из поля \"Содержимое\" нажмите клавишу TAB." - -#. TFFLy -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id2531815\n" -"help.text" -msgid "The <link href=\"text/shared/explorer/database/rep_insertfield.xhp\" name=\"add_fields_link\">Add fields to report</link> window opens automatically and shows all fields of the selected table." -msgstr "" - -#. vsFKB -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7657399\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to align the objects at the left margin of the area.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Используется для выбора двух или более объектов и выравнивания объектов по левому полю области.</ahelp>" - -#. BqG3G -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id8925138\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to align the objects at the right margin of the area.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Используется для выбора двух или более объектов и выравнивания объектов по правому полю области.</ahelp>" - -#. UcCYH -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id5461897\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to align the objects at the top margin of the area.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Используется для выбора двух или более объектов и выравнивания объектов по верхнему полю области.</ahelp>" - -#. gDxeY -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id8919339\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to align the objects at the bottom margin of the area.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Используется для выбора двух или более объектов и выравнивания объектов по нижнему полю области.</ahelp>" - -#. nNfGG -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id4634235\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to resize the objects to the smallest width.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Используется для выбора двух или более объектов и изменения их ширины до минимального значения.</ahelp>" - -#. GuD9F -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id1393475\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to resize the objects to the smallest height.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Используется для выбора двух или более объектов и изменения их высоты до минимального значения.</ahelp>" - -#. NAFEu -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id6571550\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to resize the objects to the greatest width.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Используется для выбора двух или более объектов и изменения их ширины до максимального значения.</ahelp>" - -#. ssdFE -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id5376140\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Select two or more objects and click this icon to resize the objects to the greatest height.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Используется для выбора двух или более объектов и изменения их высоты до максимального значения.</ahelp>" - -#. yLQm4 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id9611499\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a horizontal line to the current area.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Вставка горизонтальной линии в текущую область.</ahelp>" - -#. XVFTm -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id6765953\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a vertical line to the current area.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Служит для вставки вертикальной линии в текущую область.</ahelp>" - -#. 5gYXB -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id0409200922242612\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Shrinks the selected section to remove top and bottom empty space.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Используется для уменьшения размера выбранного раздела путём удаления пустого пространства в верхней и нижней области.</ahelp>" - -#. K9bij -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id0409200922242617\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Shrinks the selected section to remove top empty space.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Используется для уменьшения размера выбранного раздела путём удаления пустого пространства в верхней области.</ahelp>" - -#. S4vSt -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id0409200922242661\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Shrinks the selected section to remove bottom empty space.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Используется для уменьшения размера выбранного раздела путём удаления пустого пространства в нижней области.</ahelp>" - -#. bFTYS -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id1511581\n" -"help.text" -msgid "After inserting fields in the Detail view, the report is ready for execution." -msgstr "Отчет готов к выполнению после вставки полей в ракурс \"Детали\"." - -#. j9t2k -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id4881740\n" -"help.text" -msgid "To execute a report" -msgstr "Выполнение отчета" - -#. QhtuG -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id8286385\n" -"help.text" -msgid "Click the Execute Report icon<image id=\"img_id3380230\" src=\"cmd/sc_executereport.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3380230\">Icon</alt></image> on the toolbar." -msgstr "Щёлкните значок \"Запустить отчет\" <image id=\"img_id3380230\" src=\"cmd/sc_executereport.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3380230\">Значок</alt></image> на панели инструментов." - -#. EbwoS -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id2354197\n" -"help.text" -msgid "A Writer document opens and shows the report you have created, which contains all values of the database table which you have insert." -msgstr "В документе Writer содержится созданный отчет, который включает все значения вставленной таблицы базы данных." - -#. CCUrN -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id2485122\n" -"help.text" -msgid "If the database contents did change, execute the report again to update the result report." -msgstr "При изменении содержимого базы данных необходимо снова выполнить отчет для обновления результата." - -#. XrBwB -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"hd_id8746910\n" -"help.text" -msgid "To edit a report" -msgstr "Редактирование отчета" - -#. GinFd -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id9636524\n" -"help.text" -msgid "First decide if you want to edit the generated report, which is a static Writer document, or if you want to edit the Report Builder view and then generate a new report based on the new design." -msgstr "Сначала необходимо принять решение о необходимости изменения созданного отчета, который является статическим документом Writer, или изменения ракурса \"Построитель отчетов\" и последующего создания нового отчета на основе нового проекта." - -#. awMUn -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id5941648\n" -"help.text" -msgid "The Writer document is opened read-only. To edit the Writer document, click <emph>Edit Document</emph> on the information bar, or choose <emph>Edit - Edit Mode</emph>." -msgstr "" - -#. G2dAA -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id8307138\n" -"help.text" -msgid "If you want to edit the Report Builder view, you can change some of its properties." -msgstr "Для настройки вида построителя отчетов можно изменить некоторые из его свойств." - -#. XYvED -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7138889\n" -"help.text" -msgid "Click in the Details area. Then in the Properties window, change some properties, for example the background color." -msgstr "Щёлкните в области \"Детали\". Затем в окне \"Свойства\" измените некоторые свойства, например, цвет фона." - -#. LYDVA -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id9869380\n" -"help.text" -msgid "After finishing, click the Execute Report icon<image id=\"Graphic2\" src=\"cmd/sc_executereport.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_\">Icon</alt></image> to create a new report." -msgstr "По завершении для создания нового отчета щёлкните значок \"Запустить отчет\" <image id=\"Graphic2\" src=\"cmd/sc_executereport.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_\">Значок</alt></image>." - -#. h2c39 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id12512\n" -"help.text" -msgid "If you close the Report Builder, you will be asked if the report should be saved. Click Yes, give the report a name, and click OK." -msgstr "При закрытии построителя отчетов появляется запрос о необходимости сохранения отчета. Нажмите \"Да\", присвойте отчету имя и нажмите кнопку \"OK\"." - -#. T8vuS -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id2676168\n" -"help.text" -msgid "Sorting the report" -msgstr "Сортировка отчета" - -#. Cg7RE -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id2626422\n" -"help.text" -msgid "Without sorting or grouping, the records will be inserted into the report in the order in which they are retrieved from the database." -msgstr "Без сортировки или группировки записи вставляются в отчет в том порядке, в котором они извлекались из базы данных." - -#. 5hPjG -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id1743827\n" -"help.text" -msgid "Open the Report Builder view and click the Sorting and Grouping icon<image id=\"img_id9557786\" src=\"cmd/sc_dbsortingandgrouping.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id9557786\">Icon</alt></image> on the toolbar. You see the <link href=\"text/shared/explorer/database/rep_sort.xhp\">Sorting and Grouping</link> dialog." -msgstr "Перейдите к представлению \"Построитель отчетов\" и щёлкните значок \"Сортировка и группировка\" <image id=\"img_id9557786\" src=\"cmd/sc_dbsortingandgrouping.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id9557786\">Значок</alt></image> на панели инструментов. Появится диалоговое окно <link href=\"text/shared/explorer/database/rep_sort.xhp\">Сортировка и группировка</link>." - -#. 35NvQ -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id4331797\n" -"help.text" -msgid "In the Groups box, click the field which you want as the first sort field, and set the Sorting property." -msgstr "В поле \"Группы\" щёлкните по полю, которое требуется отсортировать в первую очередь, и установите свойство \"Сортировка\"." - -#. heWc5 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id4191717\n" -"help.text" -msgid "Execute the report." -msgstr "Выполните отчет." - -#. FoAAB -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id2318796\n" -"help.text" -msgid "Grouping" -msgstr "Группировка" - -#. Ckxyp -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id399182\n" -"help.text" -msgid "Open the Report Builder view and click the Sorting and Grouping icon<image id=\"Graphic21\" src=\"cmd/sc_dbsortingandgrouping.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_\">Icon</alt></image> on the toolbar. You see the <link href=\"text/shared/explorer/database/rep_sort.xhp\">Sorting and Grouping</link> dialog." -msgstr "Перейдите к представлению \"Построитель отчетов\" и щёлкните значок \"Сортировка и группировка\" <image id=\"Graphic21\" src=\"cmd/sc_dbsortingandgrouping.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_\">Значок</alt></image> на панели инструментов. Появится диалоговое окно <link href=\"text/shared/explorer/database/rep_sort.xhp\">Сортировка и группировка</link>." - -#. zfuDw -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7588732\n" -"help.text" -msgid "In the Groups box, open the Group Header list box and select to show a group header." -msgstr "В поле \"Группы\" откройте поле списка \"Верхний колонтитул группы\" и выберите опцию отображения верхнего колонтитула группы." - -#. AAvAB -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id95828\n" -"help.text" -msgid "Click the Add Field icon<image id=\"Graphic3\" src=\"cmd/sc_addfield.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_\">Icon</alt></image> to open the Add Field window." -msgstr "Для вызова окна \"Добавить поле\" щёлкните значок <image id=\"Graphic3\" src=\"cmd/sc_addfield.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_\">Значок</alt></image>." - -#. WyQ6C -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id5675527\n" -"help.text" -msgid "Drag-and-drop the field entry that you want to group into the group header section. Then drag-and-drop the remaining fields into the Detail section." -msgstr "Перетащите запись поля, которую требуется сгруппировать, в раздел верхнего колонтитула группы. Затем перетащите остальные поля в раздел \"Детали\"." - -#. GscG2 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id3496200\n" -"help.text" -msgid "Execute the report. The report shows the grouped records." -msgstr "Выполните отчет. В отчете отображаются сгруппированные записи." - -#. dLiAY -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7599108\n" -"help.text" -msgid "If you like to sort and group, open the Report Builder view, then open the Sorting and Grouping dialog. Select to show a Group Header for the fields that you want to group, and select to hide the Group Header for the fields that you want to be sorted. Close the Sorting and Grouping window and execute the report." -msgstr "При необходимости сортировки и группировки откройте ракурс \"Построитель отчетов\", а затем − диалоговое окно \"Сортировка и группировка\". Выберите опцию отображения верхнего колонтитула группы для полей, которые требуется сгруппировать, и задайте скрытие верхнего колонтитула группы для полей, которые требуется отсортировать. Закройте окно \"Сортировка и группировка\" и выполните отчет." - -#. WGFAC -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id888698\n" -"help.text" -msgid "Updating and printing your data" -msgstr "Обновление и печать данных" - -#. 9CfYU -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id3394573\n" -"help.text" -msgid "When you insert some new data or edit data in the table, a new report will show the updated data." -msgstr "При вставке новых данных или изменении данных в таблице в новом отчете будут отображаться обновлённые данные." - -#. xeBzX -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7594225\n" -"help.text" -msgid "Click the Reports icon<image id=\"img_id4678487\" src=\"dbaccess/res/reports_32.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id4678487\">Icon</alt></image> and double-click your last saved report. A new Writer document will be created which shows the new data." -msgstr "Щёлкните значок \"Отчеты\" <image id=\"img_id4678487\" src=\"dbaccess/res/reports_32.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id4678487\">Значок</alt></image> и дважды щёлкните последний сохраненный отчет. Будет создан новый документ Writer с новыми данными." - -#. Kp54P -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id8147221\n" -"help.text" -msgid "To print a report, choose <item type=\"menuitem\">File - Print</item> from the Writer document." -msgstr "Для печати отчета выберите в документе Writer команду <item type=\"menuitem\">Файл - Печать\"</item>." - -#. AnAta -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"tit\n" -"help.text" -msgid "Report Navigator" -msgstr "Навигатор отчетов" - -#. 6utJF -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"bm_id5823847\n" -"help.text" -msgid "<bookmark_value>formulas in reports;editing</bookmark_value><bookmark_value>functions in reports;editing</bookmark_value>" -msgstr "<bookmark_value>формулы в отчетах; редактирование</bookmark_value><bookmark_value>функции в отчетах; редактирование</bookmark_value>" - -#. Y2kdn -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"hd_id1821955\n" -"help.text" -msgid "<variable id=\"rep_navigator\"><link href=\"text/shared/explorer/database/rep_navigator.xhp\">Report Navigator</link></variable>" -msgstr "<variable id=\"rep_navigator\"><link href=\"text/shared/explorer/database/rep_navigator.xhp\">Навигатор отчетов</link></variable>" - -#. SHcxA -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id1150852\n" -"help.text" -msgid "You can open the Report Navigator window of the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> by choosing <item type=\"menuitem\">View - Report Navigator</item>." -msgstr "Окно \"Навигатор отчетов\" <link href=\"text/shared/explorer/database/rep_main.xhp\">построителя отчетов</link> можно открыть путём выбора <item type=\"menuitem\">Вид - Навигатор отчетов</item>." - -#. hBVny -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id1111484\n" -"help.text" -msgid "<ahelp hid=\".\">The Report Navigator reveals the structure of the report. You can use the Report Navigator to insert functions into the report.</ahelp>" -msgstr "<ahelp hid=\".\">В навигаторе отчетов представлена структура отчета. Навигатор отчетов можно использовать для вставки функций в отчет.</ahelp>" - -#. LJxNC -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id8314157\n" -"help.text" -msgid "<ahelp hid=\".\">Click an entry in the Report Navigator. The corresponding object or area is selected in the Report Builder view. Right-click an entry to open the context menu.</ahelp>" -msgstr "<ahelp hid=\".\">Щёлкните по записи в навигаторе отчетов. В ракурсе \"Построитель отчетов\" выбирается соответствующий объект или область. Для открытия контекстного меню щёлкните правой кнопкой мыши по записи.</ahelp>" - -#. prLAV -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"hd_id2932828\n" -"help.text" -msgid "To enter functions to the report" -msgstr "Ввод функций в отчет" - -#. CSJFz -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id5091708\n" -"help.text" -msgid "<ahelp hid=\".\">In the context menu of the Report Navigator, you see the same commands as in the Report Builder view, plus additional commands to create new functions or to delete them.</ahelp>" -msgstr "<ahelp hid=\".\">В контекстном меню навигатора отчетов отображаются те же команды, что и в ракурсе \"Построитель отчетов\", плюс дополнительные команды для создания или удаления новых функций.</ahelp>" - -#. TVyh8 -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id9449446\n" -"help.text" -msgid "Functions can be entered using a syntax as specified by the <link href=\"https://en.wikipedia.org/wiki/OpenFormula\" name=\"English Wikipedia: OpenFormula\">OpenFormula</link> proposal." -msgstr "" - -#. 3GfjV -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id4095583\n" -"help.text" -msgid "See <link href=\"https://wiki.documentfoundation.org/Database\" name=\"wiki.documentfoundation.org Database\">Wiki page about Base</link> for some more help regarding the functions in a report." -msgstr "" - -#. 2spAx -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"hd_id311593\n" -"help.text" -msgid "To calculate a sum for each client" -msgstr "Вычисление суммы для каждого клиента" - -#. zGU9C -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id3948789\n" -"help.text" -msgid "Open the Report Navigator." -msgstr "Откройте навигатор отчетов." - -#. FSYuv -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id5391399\n" -"help.text" -msgid "Open the Groups entry and the group where you want to calculate the cost." -msgstr "Откройте запись \"Группы\" и группу, где требуется вычислить затраты." - -#. bP94U -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id6989654\n" -"help.text" -msgid "The group has a sub entry called functions." -msgstr "В группе имеется подчинённая запись с названием \"функции\"." - -#. FbfyS -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id1803643\n" -"help.text" -msgid "Open the context menu (right click) on the functions entry, choose to create a new function, and select it." -msgstr "Откройте (щелчком правой кнопкой) контекстное меню записи функций, выберите создание новой функции и выделите её." - -#. hTbw9 -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id868251\n" -"help.text" -msgid "In the property browser you see the function." -msgstr "Функция отображается в браузере свойств." - -#. KBn87 -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id6247749\n" -"help.text" -msgid "Change the name to e.g. CostCalc and the formula to [CostCalc] + [enter your cost column name]." -msgstr "Измените имя, например, на CostCalc, а формулу - на [CostCalc] + [введите имя столбца затрат]." - -#. y2cwk -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id1565904\n" -"help.text" -msgid "In the initial value enter 0." -msgstr "В качестве начального значения введите 0." - -#. RkdrZ -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id1569261\n" -"help.text" -msgid "Now you can insert a text field and bind it to your [CostCalc] (appears in the data field list box)." -msgstr "Теперь можно вставить текстовое поле и связать его с [CostCalc] (выводится в списке поля данных)." - -#. utdSG -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id9256874\n" -"help.text" -msgid "Maybe you have to set the initial value to the value of the field like [field]." -msgstr "Для значения поля может потребоваться задание начального значения, например, [поле]." - -#. Hp4tF -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id4601886\n" -"help.text" -msgid "If there are blank fields in the cost column, use the following formula to replace the blank fields' content with zero:" -msgstr "Если в столбце затрат имеются пустые поля, для замены содержимого пустых полей на нули используется следующая формула:" - -#. Dzpam -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id1754509\n" -"help.text" -msgid "[SumCost] + IF(ISBLANK([field]);0;[field])" -msgstr "[SumCost] + IF(ISBLANK([поле]);0;[поле])" - -#. tGCiz -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id8122196\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the formula that defines the function. Use OpenFormula syntax.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Ввод формулы, определяющей функцию. Используется синтаксис OpenFormula.</ahelp>" - -#. mTZGY -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id9909665\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the initial value for the evaluation of the formula. Often this is set to 0 or to 1.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Ввод начального значения для анализа формулы. Как правило, это значение 0 или 1.</ahelp>" - -#. qEtTN -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id9141819\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">If Deep traversing is enabled, functions are evaluated considering all lower levels of hierarchy. This would be used for instance for line numbering. If Deep traversing is not enabled, only the first level of hierarchy is evaluated.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">При активном режиме глубокого прослеживания функции анализируются с учетом всех нижних уровней иерархии. Например, этот режим может использоваться для нумерации строк. Если режим глубокого прослеживания не активен, анализируется только первый уровень иерархии.</ahelp>" - -#. XGkHa -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id6354869\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">If Pre evaluation is enabled, functions are evaluated only when the report is finished.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Если активирован режим предварительного анализа, расчёт по функциям выполняется только после завершения отчета.</ahelp>" - -#. nNgrq -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"tit\n" -"help.text" -msgid "Page Numbers" -msgstr "Номера страниц" - -#. YECLh -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"hd_id3674123\n" -"help.text" -msgid "<variable id=\"rep_pagenumbers\"><link href=\"text/shared/explorer/database/rep_pagenumbers.xhp\">Page Numbers</link></variable>" -msgstr "<variable id=\"rep_pagenumbers\"><link href=\"text/shared/explorer/database/rep_pagenumbers.xhp\">Номера страниц</link></variable>" - -#. AoXLc -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"par_id3424481\n" -"help.text" -msgid "<ahelp hid=\".\">You can open the Page Numbers dialog of the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> by choosing <item type=\"menuitem\">Insert - Page Numbers</item>.</ahelp>" -msgstr "<ahelp hid=\".\">Диалоговое окно \"Номера страниц\" <link href=\"text/shared/explorer/database/rep_main.xhp\">построителя отчетов</link> можно открыть путём выбора <item type=\"menuitem\">Вставка - Номера страниц</item>.</ahelp>" - -#. ygaGw -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"par_id1068758\n" -"help.text" -msgid "Press <item type=\"keycode\">Shift-F1</item> and point with the mouse at an input box to see a help text for this input box." -msgstr "Нажмите <item type=\"keycode\">SHIFT-F1</item> и наведите курсор мыши на поле ввода для просмотра текста справки по этому полю." - -#. Cz9Sk -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"par_id1559190\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Page N</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Страница N</ahelp>" - -#. rcaDS -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"par_id9879146\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Page N of M</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Страница N из М</ahelp>" - -#. tDDwG -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"par_id9404278\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Top of Page (Header)</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Верхний колонтитул страницы</ahelp>" - -#. dvqcL -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"par_id7626880\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Bottom of Page (Footer)</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Нижний колонтитул страницы</ahelp>" - -#. XRZPh -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"par_id6124149\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Alignment</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Выравнивание</ahelp>" - -#. horox -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"par_id8257087\n" -"help.text" -msgid "Select the format for the page numbers, either \"Page N\" or \"Page N of M\", where N stands for the current page number, and M for the total number of pages in the report." -msgstr "Выберите формат для номеров страниц \"Страница N\" или \"Страница N из М\", где N − текущий номер страницы, а М − общее число страниц в отчете." - -#. 84Dct -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"par_id3479415\n" -"help.text" -msgid "Select to show the page numbers in the Page Header area or in the Page Footer area." -msgstr "Выберите необходимость отображения номеров страниц в области \"Верхний колонтитул страницы\" или \"Нижний колонтитул страницы\"." - -#. GxdrQ -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"par_id4441663\n" -"help.text" -msgid "Select an alignment. By default the page numbers are centered between the left and right margins. You can align the field to the left or right. You can also select Inside to print page number on odd pages on the left side and even page numbers on the right side. Select Outside for the opposite alignment." -msgstr "Выберите выравнивание. По умолчанию номера страниц располагаются по центру между левым и правым полем. Поле можно выровнять по левому или правому краю. Кроме того, можно выбрать опцию \"Внутри\" для печати нечётных номеров страниц слева, а чётных номеров − справа. Для противоположного выравнивания номеров выберите \"Снаружи\"." - -#. MJV32 -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"par_id3012176\n" -"help.text" -msgid "When you click OK, a data field for the page numbers is inserted. If no header or footer area exist, the area will be created as needed." -msgstr "При нажатии кнопки \"OK\" вставляется поле данных для номеров страниц. При отсутствии верхнего или нижнего колонтитула соответствующая область создаётся автоматически." - -#. 6QnRv -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"par_id8532670\n" -"help.text" -msgid "You can click the data field and drag to another position within the same area, or edit the properties in the Properties window." -msgstr "Можно щёлкнуть по полю данных и переместиться к другой позиции в пределах одной области или изменить свойства в окне \"Свойства\"." - -#. 7uNv6 -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"tit\n" -"help.text" -msgid "Properties" -msgstr "Свойства" - -#. wAcV9 -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"hd_id8836939\n" -"help.text" -msgid "<variable id=\"rep_prop\"><link href=\"text/shared/explorer/database/rep_prop.xhp\">Properties</link></variable>" -msgstr "" - -#. ro5Tm -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id2711264\n" -"help.text" -msgid "The Properties window of the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> always shows the properties of the currently selected object in the Report Builder view." -msgstr "В окне \"Свойства\" <link href=\"text/shared/explorer/database/rep_main.xhp\">построителя отчетов</link> всегда отображаются свойства выбранного в настоящее время объекта в ракурсе \"Построитель отчетов\"." - -#. hiDZo -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id1080660\n" -"help.text" -msgid "Press Shift-F1 and point with the mouse at an input box to see a help text for this input box." -msgstr "" - -#. WFv9q -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id7175817\n" -"help.text" -msgid "On first start of the Report Builder, the Properties window shows the <emph>Data</emph> tab page for the whole report." -msgstr "При первом запуске построителя отчетов в окне \"Свойства\" отображается вкладка <emph>Данные</emph> для всего отчета." - -#. khEAx -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id9895931\n" -"help.text" -msgid "Select a table from the Contents list, then press Tab or click outside the input box to leave the input box." -msgstr "Выберите таблицу из списка \"Содержимое\", нажмите клавишу TAB или щёлкните за пределами поля ввода для выхода." - -#. DZ342 -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id3587145\n" -"help.text" -msgid "<ahelp hid=\".\">The <link href=\"text/shared/explorer/database/rep_insertfield.xhp\" name=\"add_fields_link\">Add fields to report</link> window is shown automatically when you have selected a table in the Contents box and leave that box. You can also click the Add Field icon on the toolbar, or choose <item type=\"menuitem\">View - Add Field</item>.</ahelp>" -msgstr "" - -#. 5BJS6 -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id6993926\n" -"help.text" -msgid "The <emph>General</emph> tab page can be used to change the name of the report, and to disable the Page Header or Page Footer areas, among others." -msgstr "Вкладка <emph>Общие</emph> используется для изменения имени отчета и деактивации области \"Верхний колонтитул страницы\" или \"Нижний колонтитул страницы\"." - -#. eGuih -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id3729361\n" -"help.text" -msgid "<ahelp hid=\".\">To display the <emph>Data</emph> or <emph>General</emph> tab page for the whole report, choose <item type=\"menuitem\">Edit - Select All - Select Report</item>.</ahelp>" -msgstr "" - -#. r4tre -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id1768852\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Groups are kept together by page or by column (default). You must enable Keep Together also.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Объединение групп по странице или по столбцу (по умолчанию). Для этого также следует активировать режим \"Объединять\".</ahelp>" - -#. PFQYf -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id6304818\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies in which context the page header will be printed: on all pages, or not on pages with a report header or footer.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Определяет контекст печати верхнего колонтитула: на всех страницах, или на страницах без верхнего или нижнего колонтитула.</ahelp>" - -#. 9rAVD -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id401623\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies in which context the page footer will be printed: on all pages, or not on pages with a report header or footer</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Задаёт контекст печати нижнего колонтитула: на всех страницах или на страницах без верхнего или нижнего колонтитула.</ahelp>" - -#. rMRex -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id2162236\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies to print repeated values.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Указывается необходимость печати повторяющихся значений.</ahelp>" - -#. nCDvW -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id7022003\n" -"help.text" -msgid "If you click the Page Header or Page Footer area without selecting any object, you see the <emph>General</emph> tab page for that area." -msgstr "При щелчке по области \"Верхний колонтитул страницы\" или \"Нижний колонтитул страницы\" без выбора объекта для выбранной области появится вкладка <emph>Общие</emph>." - -#. xACk2 -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id7004303\n" -"help.text" -msgid "You can edit some visual properties for the area." -msgstr "Здесь можно изменить некоторые визуальные свойства области." - -#. hPUHN -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id2561723\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the background color for the selected object, both on screen and for printing.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Установка цвета фона для выбранного объекта на экране и для печати.</ahelp>" - -#. BXnJc -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id1064485\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">An invisible object is not shown in the executed report. It is still visible in the Report Builder view.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Невидимый объект в выполненном отчете не отображается. Однако он по-прежнему является видимым в ракурсе \"Построитель отчетов\".</ahelp>" - -#. Xd2SG -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id2356028\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Defines the height of the selected object.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Определяется высота выбранного объекта.</ahelp>" - -#. GXpuh -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id1404461\n" -"help.text" -msgid "<ahelp hid=\".\">If the Conditional Print Expression evaluates to TRUE, the selected object will be printed.</ahelp>" -msgstr "<ahelp hid=\".\">Если \"Выражение для условной печати\" вычисляется как TRUE, выбранный объект печатается.</ahelp>" - -#. jvkXA -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id7404705\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether the background of the selected object is transparent or opaque.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Определяет, является ли фон выбранного объекта прозрачным или непрозрачным.</ahelp>" - -#. qgLML -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id7466963\n" -"help.text" -msgid "If you click the <emph>Detail</emph> area without selecting any object, you see the <emph>General</emph> tab page for that area." -msgstr "При щелчке по области<emph>Детали</emph> без выбора объекта для этой области отображается вкладка <emph>Общие</emph>." - -#. kmEmG -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id3644215\n" -"help.text" -msgid "You can specify some properties to fine-tune the way the records are printed." -msgstr "Для настройки способа печати записей можно задать некоторые свойства." - -#. cjDLx -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id3148899\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Force New Page specifies whether the current section and/or the next section is printed on a new page.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Опция \"Начать новую страницу\" определяет необходимость печати текущего и/или следующего раздела на новой странице.</ahelp>" - -#. CuyG2 -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id6164433\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">New Row Or Column specifies, for a multi-column design, whether the current section and/or the next section will be printed on a new row or column.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Опция \"Новая строка или столбец\" определяет необходимость печати текущего и/или следующего раздела в новой строке или столбце для отчетов с несколькими столбцами.</ahelp>" - -#. nHVy2 -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id7405011\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Keep Together specifies to print the current object starting on top of a new page if it doesn't fit on the current page.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Опция \"Объединять\" определяет необходимость печати текущего объекта сверху новой страницы, если он не умещается на текущей странице.</ahelp>" - -#. FjNyy -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id1536606\n" -"help.text" -msgid "Insert some data fields into the Detail area, or insert other control fields into any area. When you select an inserted field, you can set the properties in the Properties window." -msgstr "Вставьте несколько полей данных в область \"Детали\" или вставьте другие поля элементов управления в любую область. При выборе вставленного поля можно задать свойства в окне \"Свойства\"." - -#. 2LAyX -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id9631641\n" -"help.text" -msgid "For a Label field, you can change the displayed text in the Label input box." -msgstr "Отображаемый в поле подписи текст можно изменить в поле ввода \"Подпись\"." - -#. iy4M5 -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id7749565\n" -"help.text" -msgid "<ahelp hid=\".\">For a picture, you can specify to either insert the picture as a link to a file or only as an embedded object in the Base file. The embedded option increases the size of the Base file, while the link option is not as portable to other computers.</ahelp>" -msgstr "<ahelp hid=\".\">Можно определить необходимость вставки рисунка в виде ссылки на файл или только в качестве встроенного объекта в основном файле. Вставка встроенных объектов увеличивает размер основного файла, а вставка ссылки означает невозможность переноса на другие компьютеры.</ahelp>" - -#. XKxxX -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id4041871\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Set the X Position for the selected object</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Установка позиции X для выбранного объекта.</ahelp>" - -#. bvgTD -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id9930722\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Set the Y Position for the selected object</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Установка позиции Y для выбранного объекта.</ahelp>" - -#. YGfo2 -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id5749687\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the width of the selected object.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Установка ширины выбранного объекта.</ahelp>" - -#. pwu7Q -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id79348\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the font for the selected text object.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Выбор шрифта для выбранного текстового объекта.</ahelp>" - -#. r9No9 -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id2414014\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Print when group change</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Печатать при изменении группы.</ahelp>" - -#. 25y9K -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id7617114\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Vert. Alignment</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Верт. выравнивание</ahelp>" - -#. GXFDE -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id1593676\n" -"help.text" -msgid "On the <emph>General</emph> tab page of a data field, you can set the Formatting properties, among others." -msgstr "На вкладке поля данных <emph>Общие</emph> можно среди прочих задать свойства форматирования." - -#. LyTPo -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id1243629\n" -"help.text" -msgid "<ahelp hid=\".\">On the Data tab page, you can change the data contents to be shown.</ahelp>" -msgstr "<ahelp hid=\".\">На вкладке \"Данные\" можно изменить отображаемое содержимое данных.</ahelp>" - -#. g3CBB -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"tit\n" -"help.text" -msgid "Sorting and Grouping" -msgstr "Сортировка и группировка" - -#. Xdr3M -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"hd_id3486434\n" -"help.text" -msgid "<variable id=\"rep_sort\"><link href=\"text/shared/explorer/database/rep_sort.xhp\">Sorting and Grouping</link></variable>" -msgstr "<variable id=\"rep_sort\"><link href=\"text/shared/explorer/database/rep_sort.xhp\">Сортировка и группировка</link></variable>" - -#. oV7wd -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id3068636\n" -"help.text" -msgid "<ahelp hid=\".\">In the Sorting and Grouping dialog of <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link>, you can define the fields that should be sorted in your report, and the fields that should be kept together to form a group.</ahelp> If you group your report by a certain field, all records with the same value of that field will be kept together in one group." -msgstr "<ahelp hid=\".\">В диалоговом окне \"Сортировка и группировка\" <link href=\"text/shared/explorer/database/rep_main.xhp\">построителя отчетов</link> можно определить поля для сортировки в отчете и поля для объединения в группу.</ahelp> При группировке отчета по определенному полю все записи с одинаковым значением в этом поле будут объединяться в одну группу." - -#. KudoP -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id876186\n" -"help.text" -msgid "The Groups box shows the fields in an order from top to bottom. You can select any field, then click the Move Up or Move Down button to move this field up or down in the list." -msgstr "В поле \"Группы\" отображаются поля в порядке сверху вниз. Можно выбрать любое поле и затем для перемещения этого поля вверх или вниз по списку нажать кнопку \"Вверх\" или \"Вниз\"." - -#. nG4vM -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id3939634\n" -"help.text" -msgid "The sorting and grouping will be applied in the order of the list from top to bottom." -msgstr "Сортировка и группировка применяется согласно последовательности списка сверху вниз." - -#. ZAFvB -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id599688\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Lists the fields that will be used for sorting or grouping. The field at the top has the highest priority, the second field has the second priority, and so on.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Вывод списка полей, которые используются для сортировки или группировки. Верхнее поле имеет наивысший приоритет, второе поле имеет вторичный приоритет, и т. д.</ahelp>" - -#. ETyGL -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id1371501\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to open a list from which you can select a field.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Служит для открытия списка с целью выбора поля.</ahelp>" - -#. kEwPE -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id4661702\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves the selected field up in the list.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Перемещение выбранного поля вверх в списке.</ahelp>" - -#. YmDk5 -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id7868892\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves the selected field down in the list.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Перемещение выбранного поля вниз по списку.</ahelp>" - -#. amjzG -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id2188787\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the sorting order.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Выбор порядка сортировки.</ahelp>" - -#. bYX8p -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id5833307\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Select to show or hide the Group Header.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Отображение или скрытие верхнего колонтитула группы.</ahelp>" - -#. tN76n -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id7726676\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Select to show or hide the Group Footer.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Отображение или скрытие нижнего колонтитула группы.</ahelp>" - -#. Ez4dt -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id3729361\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Select to create a new group on each changed value, or on other properties.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Создание новой группы при каждом изменении значения или в зависимости от других свойств.</ahelp>" - -#. bd2EW -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id0409200922142041\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes the selected field from the list.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Используется для удаления выбранного в списке поля.</ahelp>" - -#. CjspM -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id3405560\n" -"help.text" -msgid "By default a new group is created on every changed value of a record from the selected field. You can change this property depending on the type of field:" -msgstr "По умолчанию новая группа создаётся при каждом изменении значения записи из выбранного поля. Это свойство можно изменить в зависимости от типа поля:" - -#. DD8mt -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id3409527\n" -"help.text" -msgid "For fields of type Text, you can select Prefix Characters and enter a number n of characters in the text box below. The records which are identical in the first n characters will be grouped together." -msgstr "Для полей типа \"Текст\" можно выбрать \"Начальные символы\" и ввести количество n символов в текстовом поле ниже. Будут группироваться записи, у которых совпадают первые n символов." - -#. DFvf2 -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id7112338\n" -"help.text" -msgid "For fields of type Date/Time, you can group the records by the same year, quarter, month, week, day, hour, or minute. You can additionally specify an interval for weeks and hours: 2 weeks groups data in biweekly groups, 12 hours groups data in half-day groups." -msgstr "Для полей типа \"Дата/Время\" записи можно группировать по одному году, четверти, месяцу, неделе, дню, часу или минуте. Имеется возможность дополнительного определения интервала в неделях и часах: при интервале 2 недели данные группируются в двухнедельные группы, при интервале 12 часов − в группы неполного рабочего дня." - -#. BBwXv -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id2855616\n" -"help.text" -msgid "For fields of type AutoNumber, Currency, or Number, you specify an interval." -msgstr "Для полей типа \"Автонумерация\", \"Валюта\" или \"Номер\" необходимо задать интервал." - -#. mjbMU -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id7700430\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the group interval value that records are grouped by.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Ввод значения интервала группы, по которому требуется группировать записи.</ahelp>" - -#. XmWsa -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id1180455\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the level of detail by which a group is kept together on the same page.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Выбор уровня детализации, в соответствии с которым выполняется объединение группы на одной странице.</ahelp>" - -#. KbCbd -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id2091433\n" -"help.text" -msgid "When you specify to keep together some records on the same page, you have three choices:" -msgstr "При определении необходимости объединения нескольких записей на одной странице возможно три варианта:" - -#. NnDGM -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id5092318\n" -"help.text" -msgid "No - page boundaries are not taken into account." -msgstr "Нет − границы страницы не учитываются." - -#. Zmwag -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id9312417\n" -"help.text" -msgid "Whole Group - prints the group header, detail section, and group footer on the same page." -msgstr "\"Вся группа\" − используется для печати на одной странице верхнего колонтитула группы, раздела подробных данных и нижнего колонтитула группы." - -#. Bzv5z -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id9089022\n" -"help.text" -msgid "With First Detail - prints the group header on a page only if the first detail record also can be printed on the same page." -msgstr "\"С первым содержимым\" − используется для печати верхнего колонтитула группы на странице только при условии печати на этой странице первой подробной записи." diff --git a/source/ru/helpcontent2/source/text/shared/guide.po b/source/ru/helpcontent2/source/text/shared/guide.po index 1f669980af3..2e73e2ce122 100644 --- a/source/ru/helpcontent2/source/text/shared/guide.po +++ b/source/ru/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: 2021-12-20 13:21+0100\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2019-08-08 18:14+0000\n" "Last-Translator: serval2412 <serval2412@yahoo.fr>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -7558,14 +7558,14 @@ msgctxt "" msgid "Creating a New Query With the Query Wizard" msgstr "Создание нового запроса с помощью мастера запросов" -#. YzmZb +#. axVzs #: data_queries.xhp msgctxt "" "data_queries.xhp\n" "par_idN1061E\n" "help.text" -msgid "In %PRODUCTNAME you can create a new query using the <link href=\"text/shared/explorer/database/querywizard00.xhp\">Query Wizard</link>:" -msgstr "Для создания нового запроса в %PRODUCTNAME можно использовать <link href=\"text/shared/explorer/database/querywizard00.xhp\">Мастер запросов</link>:" +msgid "In %PRODUCTNAME you can create a new query using the <link href=\"text/sdatabase/querywizard00.xhp\">Query Wizard</link>:" +msgstr "" #. DaGBc #: data_queries.xhp @@ -7837,14 +7837,14 @@ msgctxt "" msgid "The Report Builder window opens with the report's information loaded." msgstr "Открывается окно \"Построитель отчетов\" с загруженной информацией отчета." -#. ppQLn +#. fQPtB #: data_report.xhp msgctxt "" "data_report.xhp\n" "par_id5086825\n" "help.text" -msgid "Use the toolbars and menu commands and drag-and-drop to edit the report as stated in the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> guide." -msgstr "Используйте панели инструментов, команды меню и метод перетаскивания для изменения отчета, как указано в руководстве по <link href=\"text/shared/explorer/database/rep_main.xhp\">построителю отчетов</link>." +msgid "Use the toolbars and menu commands and drag-and-drop to edit the report as stated in the <link href=\"text/sdatabase/rep_main.xhp\">Report Builder</link> guide." +msgstr "" #. QSknJ #: data_report.xhp @@ -8116,14 +8116,14 @@ msgctxt "" msgid "Click <emph>Create Report in Design View</emph>." msgstr "Выберите <emph>Создать отчет в режиме дизайна</emph>." -#. ef3RF +#. GEE9s #: data_reports.xhp msgctxt "" "data_reports.xhp\n" "par_id4870754\n" "help.text" -msgid "Follow the instructions in the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> guide." -msgstr "Следуйте инструкциям в руководстве по <link href=\"text/shared/explorer/database/rep_main.xhp\">построителю отчетов</link>." +msgid "Follow the instructions in the <link href=\"text/sdatabase/rep_main.xhp\">Report Builder</link> guide." +msgstr "" #. xrbEC #: data_reports.xhp @@ -8890,14 +8890,14 @@ msgctxt "" msgid "<link href=\"text/sdatabase/02000000.xhp\" name=\"Create new query or table view, edit query structure\">Create new query or table view, edit query structure</link>" msgstr "" -#. A3f6p +#. WuBVH #: database_main.xhp msgctxt "" "database_main.xhp\n" "par_idN1072A\n" "help.text" -msgid "<link href=\"text/shared/explorer/database/querywizard00.xhp\">Query Wizard</link>" -msgstr "<link href=\"text/shared/explorer/database/querywizard00.xhp\">Мастер запросов</link>" +msgid "<link href=\"text/sdatabase/querywizard00.xhp\">Query Wizard</link>" +msgstr "" #. TjEU4 #: database_main.xhp @@ -9025,13 +9025,13 @@ msgctxt "" msgid "When <emph>Development Tools</emph> is enabled, a dockable window is shown at the bottom of the screen. This window has two sections:" msgstr "" -#. BbGGE +#. e28an #: dev_tools.xhp msgctxt "" "dev_tools.xhp\n" "par_id31627862228021\n" "help.text" -msgid "<emph>Document Object Model tree view:</emph> Displays document portions according to the Document Object Model (DOM). Use this section to chose the object to inspect." +msgid "<emph>Document Object Model tree view:</emph> Displays document portions according to the Document Object Model (DOM). Use this section to choose the object to inspect." msgstr "" #. fJXDt @@ -9709,15 +9709,6 @@ msgctxt "" msgid "<link href=\"https://wiki.documentfoundation.org/How_to_use_digital_Signatures\" name=\"wiki.documentfoundation.org: How to use digital Signatures\">English Wiki page on digital signatures</link>" msgstr "" -#. 5nrks -#: digital_signatures.xhp -msgctxt "" -"digital_signatures.xhp\n" -"par_id486465\n" -"help.text" -msgid "<link href=\"text/shared/guide/digitalsign_send.xhp\">Applying digital signatures</link>" -msgstr "<link href=\"text/shared/guide/digitalsign_send.xhp\">Применение цифровых подписей</link>" - #. p8TL7 #: digital_signatures.xhp msgctxt "" @@ -18754,14 +18745,14 @@ msgctxt "" msgid "<link href=\"text/sdatabase/tablewizard00.xhp\">Table Wizard</link>" msgstr "" -#. fLi53 +#. rimqF #: main.xhp msgctxt "" "main.xhp\n" "par_idN1085B\n" "help.text" -msgid "<link href=\"text/shared/explorer/database/querywizard00.xhp\">Query Wizard</link>" -msgstr "<link href=\"text/shared/explorer/database/querywizard00.xhp\">Мастер запросов</link>" +msgid "<link href=\"text/sdatabase/querywizard00.xhp\">Query Wizard</link>" +msgstr "" #. nEnao #: main.xhp @@ -23632,23 +23623,23 @@ msgctxt "" msgid "Click <emph>Add</emph>." msgstr "Нажмите кнопку <emph>Добавить</emph>." -#. aU6ZX +#. ZnGpz #: scripting.xhp msgctxt "" "scripting.xhp\n" "par_idN10760\n" "help.text" -msgid "In the <emph>Category</emph> list box, scroll down and open the \"%PRODUCTNAME Macros\" entry." -msgstr "Прокрутите вниз список <emph>Категория</emph> и откройте элемент списка \"Макросы %PRODUCTNAME\"." +msgid "In the <emph>Category</emph> list box, scroll down and open the \"Application Macros\" entry." +msgstr "" -#. 8FvFT +#. eJ2zS #: scripting.xhp msgctxt "" "scripting.xhp\n" "par_idN10768\n" "help.text" -msgid "You see entries for \"%PRODUCTNAME Macros\" (scripts in the share directory of your %PRODUCTNAME installation), \"My Macros\" (scripts in the user directory), and the current document. Open any one of them to see the supported scripting languages." -msgstr "Появится список элементов категорий \"Макросы %PRODUCTNAME\" (сценарии каталога share вашей установки %PRODUCTNAME), \"Мои макросы\" (сценарии каталога user) и текущий документ. Откройте любой из макросов, чтобы увидеть список поддерживаемых языков сценариев." +msgid "You see entries for \"Application Macros\" (scripts in the share directory of your %PRODUCTNAME installation), \"My Macros\" (scripts in the user directory), and the current document. Open any one of them to see the supported scripting languages." +msgstr "" #. ydmmt #: scripting.xhp @@ -23695,23 +23686,23 @@ msgctxt "" msgid "Choose <emph>Tools - Customize - Keyboard</emph>." msgstr "Выберите команду <emph>Сервис - Настройка - Клавиатура</emph>." -#. uwMCv +#. MYRtg #: scripting.xhp msgctxt "" "scripting.xhp\n" "par_idN10A59\n" "help.text" -msgid "In the <emph>Category</emph> list box, scroll down and open the \"%PRODUCTNAME Macros\" entry." -msgstr "Прокрутите вниз список <emph>Категория</emph> и откройте элемент списка \"Макросы %PRODUCTNAME\"." +msgid "In the <emph>Category</emph> list box, scroll down and open the \"Application Macros\" entry." +msgstr "" -#. jjCqP +#. 3vSLi #: scripting.xhp msgctxt "" "scripting.xhp\n" "par_idN10A61\n" "help.text" -msgid "You see entries for \"%PRODUCTNAME Macros\" (scripts in the share directory of your %PRODUCTNAME installation), \"My Macros\" (scripts in the user directory), and the current document. Open any one of them to see the supported scripting languages." -msgstr "Появится список элементов категорий \"Макросы %PRODUCTNAME\" (сценарии каталога share вашей установки %PRODUCTNAME), \"Мои макросы\" (сценарии каталога user) и текущий документ. Откройте любой из макросов, чтобы увидеть список поддерживаемых языков сценариев." +msgid "You see entries for \"Application Macros\" (scripts in the share directory of your %PRODUCTNAME installation), \"My Macros\" (scripts in the user directory), and the current document. Open any one of them to see the supported scripting languages." +msgstr "" #. FhQDE #: scripting.xhp @@ -23785,23 +23776,23 @@ msgctxt "" msgid "Click <emph>Macro</emph> button." msgstr "Нажмите кнопку <emph>Макрос</emph>." -#. KSGJB +#. g38nu #: scripting.xhp msgctxt "" "scripting.xhp\n" "par_idN10A9E\n" "help.text" -msgid "In the <emph>Library</emph> list box, scroll down and open the \"%PRODUCTNAME Macros\" entry." -msgstr "Прокрутите вниз список <emph>Библиотека</emph> и откройте элемент списка \"Макросы %PRODUCTNAME\"." +msgid "In the <emph>Library</emph> list box, scroll down and open the \"Application Macros\" entry." +msgstr "" -#. WvmAz +#. EFNsf #: scripting.xhp msgctxt "" "scripting.xhp\n" "par_idN10AA6\n" "help.text" -msgid "You see entries for \"%PRODUCTNAME Macros\" (scripts in the share directory of your %PRODUCTNAME installation), \"My Macros\" (scripts in the user directory), and the current document. Open any one of them to see the supported scripting languages." -msgstr "Появится список элементов категорий \"Макросы %PRODUCTNAME\" (сценарии каталога share вашей установки %PRODUCTNAME), \"Мои макросы\" (сценарии каталога user) и текущий документ. Откройте любой из макросов, чтобы увидеть список поддерживаемых языков сценариев." +msgid "You see entries for \"Application Macros\" (scripts in the share directory of your %PRODUCTNAME installation), \"My Macros\" (scripts in the user directory), and the current document. Open any one of them to see the supported scripting languages." +msgstr "" #. XQd7D #: scripting.xhp @@ -26188,6 +26179,15 @@ msgctxt "" msgid "%PRODUCTNAME comes with a set of built-in templates that can be used to create documents, presentations, spreadsheets or drawings. You may use templates available in the template manager, create your own templates or browse online for additional templates." msgstr "" +#. Aa49E +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id041620170723521916\n" +"help.text" +msgid "Make use of categories to organize your templates. Create new templates or download templates and organize in the Template Manager. Use templates to save time for repetitive documents." +msgstr "" + #. oD5Ec #: template_manager.xhp msgctxt "" @@ -26206,13 +26206,13 @@ msgctxt "" msgid "Previews of available templates show up in the main window based on your search and filtering choices. Double-click on any template icon to open a new document with the contents and formatting of the template." msgstr "" -#. FBoHs +#. CwuoA #: template_manager.xhp msgctxt "" "template_manager.xhp\n" "par_id921608024342429\n" "help.text" -msgid "Choose <emph>Thumbnail View</emph> or <emph>List View</emph>, at the top right, to change how the templates are displayed." +msgid "Choose <emph>Thumbnail View</emph> or <emph>List View</emph>, at the bottom left, to change how the templates are displayed." msgstr "" #. ED7GM @@ -26233,13 +26233,13 @@ msgctxt "" msgid "Thumbnail View" msgstr "" -#. ekcpz +#. NDx6y #: template_manager.xhp msgctxt "" "template_manager.xhp\n" "par_id61608024086461\n" "help.text" -msgid "<image src=\"svx/res/gallist.png\" id=\"img_id461608024086461\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361608024086461\">List View Icon</alt></image>" +msgid "<image src=\"svx/res/listview.png\" id=\"img_id461608024086461\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361608024086461\">List View Icon</alt></image>" msgstr "" #. 7Rg4W @@ -26305,13 +26305,13 @@ msgctxt "" msgid "Categories" msgstr "" -#. ykGZb +#. 8yDGz #: template_manager.xhp msgctxt "" "template_manager.xhp\n" "par_id041620170723507710\n" "help.text" -msgid "<ahelp hid=\".\">Categories are folders where you place your templates.</ahelp> You may choose from the default categories: All Categories, My Templates, Business Correspondence, MediaWiki, Other Business Documents, Personal Correspondence and Documents, Presentations or Styles. You may also create new categories for your personal use. Use the <emph>Tools</emph> icon of the Template Manager to create a new category." +msgid "<ahelp hid=\".\">Categories are folders where you place your templates.</ahelp> You may choose from the default categories: All Categories, My Templates, Business Correspondence, MediaWiki, Other Business Documents, Personal Correspondence and Documents, Presentations or Styles. You may also create new categories for your personal use. Press <widget>Manage</widget> at the top right corner of the Template Manager, then select New Category to create a new category." msgstr "" #. kGCqh @@ -26323,249 +26323,240 @@ msgctxt "" msgid "Categories inside a category are not allowed." msgstr "" -#. TqPzP +#. ScKJd #: template_manager.xhp msgctxt "" "template_manager.xhp\n" "hd_id041620170723509814\n" "help.text" -msgid "Tools" +msgid "Manage" msgstr "" -#. aZqBY +#. Y7DkF #: template_manager.xhp msgctxt "" "template_manager.xhp\n" "par_id041620170723504497\n" "help.text" -msgid "<ahelp hid=\".\">Click on the <emph>Tools</emph> icon at the bottom left to open the Tools menu.</ahelp> The options are: New Category, Rename Category, Delete Category, and Refresh. If the default template for an application is changed from the initial default setting, then an additional option, Reset Default Template, is available, which allows you to reset the default template for an application back to its initial default." +msgid "<ahelp hid=\".\">Press <widget>Manage</widget> at the top right corner to open the Manage menu.</ahelp> The options are: New Category, Refresh, Reset Default, Import, and Extensions." msgstr "" -#. bN3Un +#. gYGYe #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id816947600309745\n" +"hd_id371642944398730\n" "help.text" -msgid "<image src=\"sfx2/res/actionaction013.png\" id=\"img_id381604426509745\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id13162474009745\">Tools Icon</alt></image>" +msgid "Reset Default" msgstr "" -#. xBq4j +#. rTUeD #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id421604400309745\n" +"par_id711642944419925\n" "help.text" -msgid "Tools icon" +msgid "This option appears only if you have set a template as default. Use this command to remove that setting. Use Filter to specify which default will be reset." msgstr "" -#. gWz9H +#. aNTjV #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"hd_id041620170723508845\n" +"hd_id041620170723516279\n" "help.text" -msgid "Move" +msgid "Import" msgstr "" -#. mECQv +#. QVmpk #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id041620170723518776\n" +"par_id04162017072351776\n" "help.text" -msgid "<ahelp hid=\".\">If you want to move templates to a different category, then choose a template, or use <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+click to select additional templates, then press the <widget>Move</widget> button at the bottom right to open a dialog box, where you can choose to move your selection to a different category or to a new category. Default templates cannot be moved, but copies can be created in other categories.</ahelp>" +msgid "<ahelp hid=\".\">If you want to import one or more templates into the Template Manager, then select Import, choose the Category where the imported templates should be placed, then select the files to be imported.</ahelp>" msgstr "" -#. bunpC +#. 9zDEB #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"hd_id041620170723516791\n" +"par_id171607689516049\n" "help.text" -msgid "Export" +msgid "<image src=\"sfx2/res/actionview010.png\" id=\"img_id201607689516049\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id71607689516049\">Import Icon</alt></image>" msgstr "" -#. XZEZE +#. f63Fp #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id041620170723513192\n" +"par_id651607689516049\n" "help.text" -msgid "<ahelp hid=\".\">Choose a template in the main window, or use <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+click to select additional templates, and then press the <widget>Export</widget> button at the bottom right to export your selection to a folder on your computer.</ahelp>" +msgid "Import" msgstr "" -#. CgT8y +#. cP5Sj #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id181607689509896\n" +"hd_id041620170723501627\n" "help.text" -msgid "<image src=\"sfx2/res/actiontemplates020.png\" id=\"img_id171607689509896\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541607689509896\">Export Icon</alt></image>" +msgid "Extensions" msgstr "" -#. Dwspi +#. CFMpT #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id431607689509896\n" +"par_id041620170723503494\n" "help.text" -msgid "Export button" +msgid "<ahelp hid=\".\">To browse for more templates online, choose Extensions to open a search window. You can also search for templates at <link href=\"https://extensions.libreoffice.org/?Tags%5B%5D=118\">https://extensions.libreoffice.org</link>.</ahelp>" msgstr "" -#. tEEdj +#. PrQ6K #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id581607995218423\n" +"par_id431607690468509\n" "help.text" -msgid "To move or export all templates in a <emph>Category</emph>, press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>, then choose <emph>Move</emph> or <emph>Export</emph>." +msgid "<image src=\"cmd/lc_additionsdialog.png\" id=\"img_id461607690468509\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id891607690468509\">Extensions Icon</alt></image>" msgstr "" -#. aNTjV +#. mwqRi #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"hd_id041620170723516279\n" +"par_id41607690468510\n" "help.text" -msgid "Import" +msgid "Extensions" msgstr "" -#. xMRku +#. ddVcH #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id04162017072351776\n" +"hd_id501607689762479\n" "help.text" -msgid "<ahelp hid=\".\">If you want to import one or more templates into the Template Manager, then press the <widget>Import</widget> button at the bottom right, choose the Category where the imported templates should be placed, then select the files to be imported.</ahelp>" +msgid "Actions with Individual Templates" msgstr "" -#. 9zDEB +#. anVjc #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id171607689516049\n" +"hd_id041620170723503949\n" "help.text" -msgid "<image src=\"sfx2/res/actionview010.png\" id=\"img_id201607689516049\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id71607689516049\">Import Icon</alt></image>" +msgid "Open" msgstr "" -#. VBNy8 +#. kBsGv #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id651607689516049\n" +"par_id041620170723503583\n" "help.text" -msgid "Import button" +msgid "Select a template in the main window and right-click and then choose Open, press Enter or double click to open a new document using that template." msgstr "" -#. cP5Sj +#. rbHmi #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"hd_id041620170723501627\n" +"par_id721608222737939\n" "help.text" -msgid "Extensions" +msgid "You can also use the <widget>Open</widget> button on the bottom right to open a new document using the selected template." msgstr "" -#. CU9Ag +#. gvTq3 #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id041620170723503494\n" +"par_id411642157620977\n" "help.text" -msgid "<ahelp hid=\".\">To browse for more templates online, click on the Extensions icon at the bottom right to open a search window. You can also search for templates at <link href=\"https://extensions.libreoffice.org/?Tags%5B%5D=118\">https://extensions.libreoffice.org</link>.</ahelp>" +msgid "<image src=\"cmd/sc_opentemplate.png\" id=\"img_id481642157620977\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id151642157620977\">Open Icon </alt></image>" msgstr "" -#. PrQ6K +#. KJxbk #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id431607690468509\n" +"par_id21642157620977\n" "help.text" -msgid "<image src=\"cmd/lc_additionsdialog.png\" id=\"img_id461607690468509\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id891607690468509\">Extensions Icon</alt></image>" +msgid "Open" msgstr "" -#. pmxCc +#. V9DEC #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id41607690468510\n" +"hd_id041620170723504268\n" "help.text" -msgid "Extensions icon" +msgid "Edit" msgstr "" -#. ddVcH +#. DFYCC #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"hd_id501607689762479\n" +"par_id041620170723502297\n" "help.text" -msgid "Actions with Individual Templates" +msgid "Select a template in the main window and right-click and then choose Edit to edit the template. For built-in templates, it is possible to edit a copy." msgstr "" -#. anVjc +#. 2yEaB #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"hd_id041620170723503949\n" +"par_id21642157799589\n" "help.text" -msgid "Open" +msgid "<image src=\"cmd/sc_opentemplate.png\" id=\"img_id411642157799589\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id61642157799589\">Edit Icon</alt></image>" msgstr "" -#. kBsGv +#. MwDEk #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id041620170723503583\n" +"par_id581642157799589\n" "help.text" -msgid "Select a template in the main window and right-click and then choose Open, press Enter or double click to open a new document using that template." +msgid "Edit" msgstr "" -#. fsr8t +#. NuFNj #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id721608222737939\n" +"hd_id041620170723509251\n" "help.text" -msgid "You can also use the <widget>Open</widget> button on the bottom left to open a new document using the selected template." +msgid "Set as Default" msgstr "" -#. V9DEC +#. hZoKd #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"hd_id041620170723504268\n" +"par_id041620170723501975\n" "help.text" -msgid "Edit" +msgid "Select a template in the main window and right-click and then choose Set as Default to set the template as the default template. This will cause a green tick to appear next to the selected template and the template will automatically load when a new document is created using the matching application." msgstr "" -#. DtYah +#. x6Wr2 #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id041620170723502297\n" +"par_id461642158211948\n" "help.text" -msgid "Select a template in the main window and right-click and then choose Edit to edit the template. This function is only available for templates that are not built-in." +msgid "<image src=\"res/odt_16_8.png\" id=\"img_id991642158211948\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id921642158211948\">Set as Default Icon</alt></image>" msgstr "" -#. NuFNj +#. Tt9Aw #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"hd_id041620170723509251\n" +"par_id751642158211948\n" "help.text" msgid "Set as Default" msgstr "" -#. mctxE -#: template_manager.xhp -msgctxt "" -"template_manager.xhp\n" -"par_id041620170723501975\n" -"help.text" -msgid "Select a template in the main window and right-click and then choose Set as Default to set the template as the default template. This will cause a green tick to appear over the template and the template will automatically load when a new document is created using the matching application." -msgstr "" - #. mPSZV #: template_manager.xhp msgctxt "" @@ -26584,6 +26575,24 @@ msgctxt "" msgid "Select a template in the main window and right-click and then choose Rename to rename the template. This will cause a dialog box to appear where a new name may be chosen for the template. Type in the name and then choose OK or choose Cancel to revert to the name that is already set." msgstr "" +#. LRmGo +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id501642158394220\n" +"help.text" +msgid "<image src=\"cmd/lc_editdoc.png\" id=\"img_id211642158394220\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id581642158394220\">Rename Icon</alt></image>" +msgstr "" + +#. CXWXD +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id61642158394220\n" +"help.text" +msgid "Rename" +msgstr "" + #. mSSwu #: template_manager.xhp msgctxt "" @@ -26602,6 +26611,24 @@ msgctxt "" msgid "Select one or more templates to delete in the main window and press the <keycode>Delete</keycode> key, or right-click then choose <menuitem>Delete</menuitem> to delete the selected template(s). A dialog box will appear requesting confirmation. Choose <widget>Yes</widget> to delete or <widget>No</widget> to cancel." msgstr "" +#. VqweF +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id591642158461235\n" +"help.text" +msgid "<image src=\"cmd/lc_delete.png\" id=\"img_id261642158461235\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291642158461235\">Delete Icon</alt></image>" +msgstr "" + +#. KQKqG +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id831642158461235\n" +"help.text" +msgid "Delete" +msgstr "" + #. QQQyx #: template_manager.xhp msgctxt "" @@ -26611,6 +26638,87 @@ msgctxt "" msgid "Built-in templates cannot be edited, renamed or deleted." msgstr "" +#. gWz9H +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"hd_id041620170723508845\n" +"help.text" +msgid "Move" +msgstr "" + +#. ZSxLZ +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id041620170723518776\n" +"help.text" +msgid "<ahelp hid=\".\">If you want to move templates to a different category, then choose a template, or use <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+click to select additional templates, then right-click and choose Move to open a dialog box, where you can choose to move your selection to a different category or to a new category. Built-in templates cannot be moved, but copies can be created in other categories.</ahelp>" +msgstr "" + +#. BYJt3 +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id21642159780019\n" +"help.text" +msgid "<image src=\"cmd/lc_move.png\" id=\"img_id301642159780019\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231642159780019\">Move Icon</alt></image>" +msgstr "" + +#. sLKnY +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id721642159780019\n" +"help.text" +msgid "Move" +msgstr "" + +#. bunpC +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"hd_id041620170723516791\n" +"help.text" +msgid "Export" +msgstr "" + +#. aweFD +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id041620170723513192\n" +"help.text" +msgid "<ahelp hid=\".\">Choose a template in the main window, or use <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+click to select additional templates, and then right-click and select Export to export your selection to a folder on your computer.</ahelp>" +msgstr "" + +#. CgT8y +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id181607689509896\n" +"help.text" +msgid "<image src=\"sfx2/res/actiontemplates020.png\" id=\"img_id171607689509896\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541607689509896\">Export Icon</alt></image>" +msgstr "" + +#. Ckewj +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id431607689509896\n" +"help.text" +msgid "Export" +msgstr "" + +#. tEEdj +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id581607995218423\n" +"help.text" +msgid "To move or export all templates in a <emph>Category</emph>, press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>, then choose <emph>Move</emph> or <emph>Export</emph>." +msgstr "" + #. bF5Yb #: template_manager.xhp msgctxt "" @@ -26710,13 +26818,13 @@ msgctxt "" msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+N or choose <emph>File - New - Templates</emph> to open the Template Manager" msgstr "" -#. hrcEG +#. Nd2Pn #: template_manager.xhp msgctxt "" "template_manager.xhp\n" "par_id041620170723512689\n" "help.text" -msgid "Click on the Extensions icon to browse for online templates." +msgid "Click on <widget>Manage</widget> and choose Extensions to browse for online templates." msgstr "" #. v6rBQ @@ -26818,15 +26926,6 @@ msgctxt "" msgid "A few features in the Template Manager are not available when first opened automatically. After starting %PRODUCTNAME Impress you may run the Template Manager again to access all features." msgstr "" -#. Aa49E -#: template_manager.xhp -msgctxt "" -"template_manager.xhp\n" -"par_id041620170723521916\n" -"help.text" -msgid "Make use of categories to organize your templates. Create new templates or download templates and organize in the Template Manager. Use templates to save time for repetitive documents." -msgstr "" - #. YFEXe #: template_manager.xhp msgctxt "" diff --git a/source/ru/helpcontent2/source/text/shared/optionen.po b/source/ru/helpcontent2/source/text/shared/optionen.po index 376d93a2e17..533a632fd14 100644 --- a/source/ru/helpcontent2/source/text/shared/optionen.po +++ b/source/ru/helpcontent2/source/text/shared/optionen.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-10-25 12:49+0200\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2019-08-08 18:15+0000\n" "Last-Translator: serval2412 <serval2412@yahoo.fr>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -3508,13 +3508,13 @@ msgctxt "" msgid "Specifies view options." msgstr "" -#. M4iFj +#. w38HE #: 01010800.xhp msgctxt "" "01010800.xhp\n" "hd_id310720161555238963\n" "help.text" -msgid "Icon style" +msgid "Icon Theme" msgstr "" #. omu6i @@ -11167,6 +11167,33 @@ msgctxt "" msgid "Pages" msgstr "Страницы" +#. K79Gg +#: 01060700.xhp +msgctxt "" +"01060700.xhp\n" +"bm_id981642185152891\n" +"help.text" +msgid "<bookmark_value>printing;manual breaks</bookmark_value>" +msgstr "" + +#. Zjqt6 +#: 01060700.xhp +msgctxt "" +"01060700.xhp\n" +"hd_id191642185354689\n" +"help.text" +msgid "Always apply manual breaks" +msgstr "" + +#. 5emsm +#: 01060700.xhp +msgctxt "" +"01060700.xhp\n" +"par_id921642185374234\n" +"help.text" +msgid "Setting this option gives manual row breaks precedence over automatic page breaks done using the <link href=\"text/scalc/01/05070500.xhp#par_idN1096D\" name=\"Scaling_link\">Reduce/enlarge printout</link> scaling mode." +msgstr "" + #. G5AXA #: 01060700.xhp msgctxt "" @@ -13732,13 +13759,13 @@ msgctxt "" msgid "Shading exports all RGB colors to the other Office character attribute. This preserves color fidelity between $[officename] and Microsoft Office documents, but Office users must edit this character attribute with a tool that is not commonly used or easy to find in Office applications. This is the default setting since $[officename] 7.0." msgstr "" -#. mnCpY +#. M4Xyh #: 01130200.xhp msgctxt "" "01130200.xhp\n" "par_id11611137020276\n" "help.text" -msgid "The compatibility filter in the <emph>Character Highlighting Color</emph> dialog provides the Microsoft Office highlighting colors. Use those colors and choose <emph>Export as: Highlighting</emph> if you want both color fidelity and ease of editing for Office users." +msgid "The \"compatibility\" filter in the <emph>Character Highlighting Color</emph> dialog provides the Microsoft Office highlighting colors. Use those colors and choose <emph>Export as: Highlighting</emph> if you want both color fidelity and ease of editing for Office users." msgstr "" #. hpDE5 diff --git a/source/ru/helpcontent2/source/text/smath/guide.po b/source/ru/helpcontent2/source/text/smath/guide.po index 5befec84109..9f5bf6f389a 100644 --- a/source/ru/helpcontent2/source/text/smath/guide.po +++ b/source/ru/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: 2019-07-11 18:38+0200\n" +"POT-Creation-Date: 2022-01-31 18:20+0100\n" "PO-Revision-Date: 2020-02-29 17:15+0000\n" "Last-Translator: kompilainenn <79045_79045@mail.ru>\n" "Language-Team: Russian <https://weblate.documentfoundation.org/projects/libo_help-master/textsmathguide/ru/>\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 3.10.3\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1494403816.000000\n" #. P9FEQ @@ -214,6 +214,492 @@ msgctxt "" msgid "or" msgstr "или" +#. x9te9 +#: color.xhp +msgctxt "" +"color.xhp\n" +"tit\n" +"help.text" +msgid "Applying Color to Formula Parts" +msgstr "" + +#. F9aE8 +#: color.xhp +msgctxt "" +"color.xhp\n" +"bm_id3156384\n" +"help.text" +msgid "<bookmark_value>Color in formulas</bookmark_value>" +msgstr "" + +#. UXL5W +#: color.xhp +msgctxt "" +"color.xhp\n" +"hd_id601641846107898\n" +"help.text" +msgid "<variable id=\"color\"><link href=\"text/smath/guide/color.xhp\" name=\"Color_link\">Applying Color to Formula Parts</link></variable>" +msgstr "" + +#. ckGgG +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id481641846189425\n" +"help.text" +msgid "Use the command <literal>color</literal> to apply color to the subsequent formula part." +msgstr "" + +#. BnqGh +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id141641846432331\n" +"help.text" +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 +#: 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." +msgstr "" + +#. hLeFX +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641848475043\n" +"help.text" +msgid "Use braces to apply color to more parts of the formula. In the following example, <emph>b</emph> and <emph>c</emph> are shown in red." +msgstr "" + +#. JAK8L +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id651641851485699\n" +"help.text" +msgid "A list with predefined color names is available <link href=\"text/smath/guide/color.xhp#PredefinedColors\" name=\"Colors_list\">here</link>." +msgstr "" + +#. gQn7y +#: color.xhp +msgctxt "" +"color.xhp\n" +"bm_id521641858375937\n" +"help.text" +msgid "<bookmark_value>RGB colors</bookmark_value>" +msgstr "" + +#. beAyt +#: color.xhp +msgctxt "" +"color.xhp\n" +"hd_id831641851472401\n" +"help.text" +msgid "Using RGB colors" +msgstr "" + +#. tj2xF +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id701641851641673\n" +"help.text" +msgid "Use the command <literal>color rgb</literal> to apply colors using RGB (Red, Green, Blue) values." +msgstr "" + +#. eYWCg +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id941641851779414\n" +"help.text" +msgid "RGB values range between 0 and 255." +msgstr "" + +#. EFXpV +#: color.xhp +msgctxt "" +"color.xhp\n" +"bm_id521641858372217\n" +"help.text" +msgid "<bookmark_value>Hex colors</bookmark_value>" +msgstr "" + +#. mdvQM +#: color.xhp +msgctxt "" +"color.xhp\n" +"hd_id901641851813499\n" +"help.text" +msgid "Using hex notation" +msgstr "" + +#. zLQWy +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id271641851832464\n" +"help.text" +msgid "Use the command <literal>color hex</literal> to apply colors using the hexadecimal notation." +msgstr "" + +#. rPHnc +#: color.xhp +msgctxt "" +"color.xhp\n" +"hd_id121641851982125\n" +"help.text" +msgid "Combining color with other commands" +msgstr "" + +#. WiZz8 +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id321641852002469\n" +"help.text" +msgid "It is possible to combine the color command with other commands as <literal>bold</literal>, <literal>italic</literal> or <literal>size</literal>." +msgstr "" + +#. qDEtC +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id521641852051767\n" +"help.text" +msgid "The example below writes <emph>var</emph> in bold blue:" +msgstr "" + +#. vSVUb +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id21641852173099\n" +"help.text" +msgid "To change color and font size, use <literal>color</literal> in combination with <literal>size</literal> and the desired font size." +msgstr "" + +#. wEhmU +#: color.xhp +msgctxt "" +"color.xhp\n" +"bm_id52164185802587\n" +"help.text" +msgid "<bookmark_value>List of predefined colors</bookmark_value>" +msgstr "" + +#. wbRDh +#: color.xhp +msgctxt "" +"color.xhp\n" +"hd_id621641846264365\n" +"help.text" +msgid "Predefined color names" +msgstr "" + +#. FGJS8 +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id911641846282038\n" +"help.text" +msgid "%PRODUCTNAME provides a set of predefined color names that can be used along with the <literal>color</literal> command." +msgstr "" + +#. auAPG +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id871641846833413\n" +"help.text" +msgid "Markup language" +msgstr "" + +#. Qf5tX +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id661641846833413\n" +"help.text" +msgid "Color" +msgstr "" + +#. Y4DMa +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id741641846833413\n" +"help.text" +msgid "Hex value" +msgstr "" + +#. 3kWLW +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id741641846833014\n" +"help.text" +msgid "RGB values" +msgstr "" + +#. 4Vu7A +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id951641846833413\n" +"help.text" +msgid "<literal>aqua</literal> or <literal>cyan</literal>" +msgstr "" + +#. xcaVa +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846833413\n" +"help.text" +msgid "Aqua" +msgstr "" + +#. D73X6 +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846830036\n" +"help.text" +msgid "Black" +msgstr "" + +#. iGEDP +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846320113\n" +"help.text" +msgid "Blue" +msgstr "" + +#. Umsp6 +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846833363\n" +"help.text" +msgid "Coral" +msgstr "" + +#. YcrNE +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846833014\n" +"help.text" +msgid "Crimson" +msgstr "" + +#. G6mfq +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id951641846830853\n" +"help.text" +msgid "<literal>fuchsia</literal> or <literal>magenta</literal>" +msgstr "" + +#. DD2RU +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846800325\n" +"help.text" +msgid "Fuchsia" +msgstr "" + +#. WSeur +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id951641846830213\n" +"help.text" +msgid "<literal>gray</literal> or <literal>grey</literal>" +msgstr "" + +#. gdQ5j +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846896513\n" +"help.text" +msgid "Gray" +msgstr "" + +#. YCrBe +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846830214\n" +"help.text" +msgid "Green" +msgstr "" + +#. Zqix6 +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846836253\n" +"help.text" +msgid "Hot pink" +msgstr "" + +#. 9oHjZ +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846812385\n" +"help.text" +msgid "Indigo" +msgstr "" + +#. X4Y45 +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846835521\n" +"help.text" +msgid "Lavender" +msgstr "" + +#. g5GKD +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846036523\n" +"help.text" +msgid "Lime" +msgstr "" + +#. kAo5q +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846833649\n" +"help.text" +msgid "Maroon" +msgstr "" + +#. n7uXk +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846837653\n" +"help.text" +msgid "Midnight" +msgstr "" + +#. Ymn82 +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846867458\n" +"help.text" +msgid "Navy" +msgstr "" + +#. aedBY +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846837663\n" +"help.text" +msgid "Olive" +msgstr "" + +#. pNCBH +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846838053\n" +"help.text" +msgid "Orange" +msgstr "" + +#. BGG7c +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846836041\n" +"help.text" +msgid "Orange red" +msgstr "" + +#. opiDJ +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846833063\n" +"help.text" +msgid "Purple" +msgstr "" + +#. 42wFB +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846833902\n" +"help.text" +msgid "Red" +msgstr "" + +#. p5ox4 +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846836613\n" +"help.text" +msgid "Sea green" +msgstr "" + +#. AF8R7 +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641840569413\n" +"help.text" +msgid "Silver" +msgstr "" + +#. 8XVN7 +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846896587\n" +"help.text" +msgid "Teal" +msgstr "" + +#. KejUr +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846006745\n" +"help.text" +msgid "Violet" +msgstr "" + +#. pXf2z +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846837556\n" +"help.text" +msgid "Yellow" +msgstr "" + #. 3UYoM #: comment.xhp msgctxt "" diff --git a/source/ru/helpcontent2/source/text/swriter.po b/source/ru/helpcontent2/source/text/swriter.po index e81ae5f7a9e..c20cb2a0ce6 100644 --- a/source/ru/helpcontent2/source/text/swriter.po +++ b/source/ru/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: 2021-10-25 12:49+0200\n" +"POT-Creation-Date: 2022-01-31 18:20+0100\n" "PO-Revision-Date: 2018-10-21 20:33+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1060,13 +1060,13 @@ msgctxt "" msgid "Columns Before" msgstr "" -#. bkDEH +#. 7CVcf #: main0110.xhp msgctxt "" "main0110.xhp\n" "par_id531605976347665\n" "help.text" -msgid "Insert a column before the column where the cursor is currently placed." +msgid "Inserts a column before the column where the cursor is currently placed." msgstr "" #. UE3RA @@ -1078,13 +1078,13 @@ msgctxt "" msgid "Columns After" msgstr "" -#. A6B3G +#. fooJR #: main0110.xhp msgctxt "" "main0110.xhp\n" "par_id731605976350615\n" "help.text" -msgid "Insert a column before the column where the cursor is currently placed." +msgid "Inserts a column after the column where the cursor is currently placed." msgstr "" #. KepEk @@ -1861,14 +1861,14 @@ msgctxt "" msgid "The Formatting bar contains several text formatting functions." msgstr "" -#. FUzck +#. Yc6Kk #: main0202.xhp msgctxt "" "main0202.xhp\n" "hd_id3149593\n" "help.text" -msgid "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Color\">Font Color</link>" -msgstr "<link href=\"text/shared/01/05020200.xhp\" name=\"Цвет шрифта\">Цвет шрифта</link>" +msgid "<link href=\"text/shared/01/05020200.xhp#FontColor\" name=\"Font Color\">Font Color</link>" +msgstr "" #. 9sJ5w #: main0202.xhp diff --git a/source/ru/helpcontent2/source/text/swriter/00.po b/source/ru/helpcontent2/source/text/swriter/00.po index b251997f8c6..5824031d8f4 100644 --- a/source/ru/helpcontent2/source/text/swriter/00.po +++ b/source/ru/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: 2021-10-20 13:08+0200\n" +"POT-Creation-Date: 2022-01-31 18:20+0100\n" "PO-Revision-Date: 2019-08-02 20:47+0000\n" "Last-Translator: Станислав <krotersv@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2455,13 +2455,13 @@ msgctxt "" msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click" msgstr "" -#. EPNPB +#. 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 Space Column Equally</alt></image>" +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 diff --git a/source/ru/helpcontent2/source/text/swriter/01.po b/source/ru/helpcontent2/source/text/swriter/01.po index 924504a084d..3dcc60bc20e 100644 --- a/source/ru/helpcontent2/source/text/swriter/01.po +++ b/source/ru/helpcontent2/source/text/swriter/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: 2021-11-24 12:03+0100\n" +"POT-Creation-Date: 2022-01-31 18:20+0100\n" "PO-Revision-Date: 2020-11-26 21:35+0000\n" "Last-Translator: bormant <bormant@mail.ru>\n" "Language-Team: Russian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter01/ru/>\n" @@ -7027,14 +7027,14 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts the field as static content, that is, the field cannot be updated.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Вставка поля в виде статичного содержимого, т.е. поле не обновляется.</ahelp>" -#. yUfD9 +#. YYGCF #: 04090001.xhp msgctxt "" "04090001.xhp\n" "par_id3154470\n" "help.text" -msgid "For the HTML export and import of date and time fields, <link href=\"text/swriter/01/04090007.xhp#datumuhrzeit\" name=\"special $[officename] formats\">special $[officename] formats</link> are used." -msgstr "Для экспорта и импорта полей даты и времени в документы HTML используются <link href=\"text/swriter/01/04090007.xhp#datumuhrzeit\" name=\"специальные форматы $[officename]\">специальные форматы $[officename]</link>." +msgid "For the HTML export and import of date and time fields, <link href=\"text/swriter/01/04090007.xhp#date_and_time\" name=\"special $[officename] formats\">special $[officename] formats</link> are used." +msgstr "" #. nB93u #: 04090001.xhp @@ -7963,14 +7963,14 @@ msgctxt "" msgid "The following fields can only be inserted if the corresponding field type is selected in the <emph>Type </emph>list." msgstr "" -#. LWBFT +#. 3KLNk #: 04090003.xhp msgctxt "" "04090003.xhp\n" -"par_id0902200804352213\n" +"hd_id3145595\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Щёлкните формат, который вы хотите применить к выбранному полю, либо щёлкните кнопку \"Дополнительные форматы\", чтобы задать пользовательский формат.</ahelp>" +msgid "Format" +msgstr "" #. 2iDAk #: 04090003.xhp @@ -8413,14 +8413,14 @@ msgctxt "" msgid "<ahelp hid=\".\">DocInformation fields contain information about the properties of a document, such as the date a document was created. To view the properties of a document, choose <menuitem>File - Properties</menuitem>.</ahelp>" msgstr "" -#. uXwon +#. UAjpE #: 04090004.xhp msgctxt "" "04090004.xhp\n" "par_id3148982\n" "help.text" -msgid "When you export and import an HTML document containing DocInformation fields, <link href=\"text/swriter/01/04090007.xhp#dokumentinfo\" name=\"special $[officename] formats\">special $[officename] formats</link> are used." -msgstr "При экспорте и импорте документа HTML, содержащего поля сведений о документе, используются <link href=\"text/swriter/01/04090007.xhp#dokumentinfo\" name=\"специальные форматы $[officename]\">специальные форматы $[officename]</link>." +msgid "When you export and import an HTML document containing DocInformation fields, <link href=\"text/swriter/01/04090007.xhp#DocInformation\" name=\"special $[officename] formats\">special $[officename] formats</link> are used." +msgstr "" #. Y9tFf #: 04090004.xhp @@ -31003,6 +31003,276 @@ msgctxt "" msgid "Displays the document with the top and bottom margins, header and footer and a gap between pages. Uncheck to collapse all the elements cited and display the document in a contiguous page stream. Hiding whitespace is only possible in Single-page view." msgstr "" +#. CB3yA +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"tit\n" +"help.text" +msgid "Style Inspector" +msgstr "" + +#. FKeEC +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"bm_id441641339111122\n" +"help.text" +msgid "<bookmark_value>styles;inspector</bookmark_value><bookmark_value>style inspector</bookmark_value>" +msgstr "" + +#. rZsCG +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"hd_id741641334466741\n" +"help.text" +msgid "<link href=\"text/swriter/01/style_inspector.xhp\" name=\"Style Inspector\">Style Inspector</link>" +msgstr "" + +#. NixhW +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id971641334466743\n" +"help.text" +msgid "<variable id=\"StyleInspector\">The Style Inspector is located on the Sidebar. It displays all the attributes of the styles (paragraph and character) and any direct formatting present in the paragraph and character where the cursor is located. These details can be useful when you are trying to figure out why some formatting in a document appears to be incorrect or inconsistent.</variable>" +msgstr "" + +#. oTPUX +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id521641338705733\n" +"help.text" +msgid "Open the sidebar, click on the Style Inspector icon" +msgstr "" + +#. Cf9BR +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id431641335152917\n" +"help.text" +msgid "<image src=\"cmd/lc_inspectordeck.svg\" id=\"img_id661641335152918\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id61641335152918\">Icon Style Inspector</alt></image>" +msgstr "" + +#. DxkCg +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id721641335152918\n" +"help.text" +msgid "Icon Style Inspector on the Sidebar" +msgstr "" + +#. uhQin +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id781641335609033\n" +"help.text" +msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Alt+5</keycode><keycode/>" +msgstr "" + +#. C3HyK +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"hd_id941641336331359\n" +"help.text" +msgid "The Style Inspector Panel" +msgstr "" + +#. 3YCBX +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"hd_id771641336335666\n" +"help.text" +msgid "Properties" +msgstr "" + +#. jJ8Rw +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id1001641336347665\n" +"help.text" +msgid "<emph>Paragraph Styles</emph>: shows the list of the paragraph styles applied to the text at the cursor position, following the style hierarchy, where the parent style comes above any child style." +msgstr "" + +#. 92ZBL +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id981641336364074\n" +"help.text" +msgid "<emph>Paragraph direct formatting</emph>: shows the list of paragraph properties which are set directly to the text at the cursor location." +msgstr "" + +#. CEPG7 +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id961641336357072\n" +"help.text" +msgid "<emph>Character Styles</emph>: shows the list of the character styles applied to the text at the cursor, following hierarchy, where the parent style comes above any child style." +msgstr "" + +#. AmUGJ +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id981641336364073\n" +"help.text" +msgid "<emph>Character direct formatting</emph>: shows the list of character properties which are set directly to the text at the cursor location." +msgstr "" + +#. sZJFE +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"hd_id301641336416253\n" +"help.text" +msgid "Values" +msgstr "" + +#. Co87K +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id251641336411569\n" +"help.text" +msgid "Display the values of the properties." +msgstr "" + +#. PugNC +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"hd_id491641337715424\n" +"help.text" +msgid "Usage" +msgstr "" + +#. MU9Ct +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id821641421059397\n" +"help.text" +msgid "Use the Style Inspector to uncover formatting issues in your text document." +msgstr "" + +#. VSvTx +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id991641421123640\n" +"help.text" +msgid "Style properties overwritten by direct formatting are greyed out in the Paragraph and Character style tree, indicating that the style property is not effective anymore." +msgstr "" + +#. Bx5uA +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id841641421139731\n" +"help.text" +msgid "Paragraph style properties that are re-defined by a child paragraph style are greyed out." +msgstr "" + +#. GZSBC +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id31641421150849\n" +"help.text" +msgid "Character style properties that are re-defined by a child character style are greyed out." +msgstr "" + +#. 9bw2E +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id911641421185601\n" +"help.text" +msgid "Paragraph style and direct properties that are re-defined by character styles or character direct properties are greyed." +msgstr "" + +#. FJVK6 +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id621641337772747\n" +"help.text" +msgid "For example, if the margins of the paragraph are changed by direct formatting using the rulers, the margins property of the paragraph style are greyed out and the margins properties are displayed in the Paragraph Direct Formatting entry of the Style Inspector." +msgstr "" + +#. gYRCv +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id771641378992460\n" +"help.text" +msgid "Another example, if the <emph>Emphasis</emph> character style highlights a word with a yellow background, and the user mistakenly overwrote it by using a white background, the <literal>yellow</literal> attribute would be greyed-out and <literal>white</literal> is listed under Direct Formatting in the Style Inspector. The Style Inspector shows only those attributes that diverge from the parent (which is usually the Default Paragraph Style)." +msgstr "" + +#. aD4oE +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id101641338214488\n" +"help.text" +msgid "Some features of the Style Inspector are of interest mainly to advanced users:" +msgstr "" + +#. 3MbWb +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id281641338268000\n" +"help.text" +msgid "The Style Inspector can show any hidden RDF (Resource Description Framework, a W3C standard) metadata at the cursor position associated with text spans, paragraphs, and bookmarks. For annotated text spans, “Nested Text Content” item can show the boundary of the nested annotated text ranges and metadata fields." +msgstr "" + +#. MS6Q5 +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id531641338286704\n" +"help.text" +msgid "Custom color metadata field shadings can be set for an annotated text range or a metadata field, for visualization of metadata categories in the document editor. Use <menuitem>View - Field Shadings</menuitem> or press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F8</keycode> to disable or enable these field shadings." +msgstr "" + +#. PXGpD +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id261641340112608\n" +"help.text" +msgid "<link href=\"https://wiki.documentfoundation.org/ReleaseNotes/7.1#Style_inspector\" name=\"rel71\">Release notes for Style Inspector</link>" +msgstr "" + +#. DfEhN +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id601641340196019\n" +"help.text" +msgid "<link href=\"https://wiki.documentfoundation.org/ReleaseNotes/7.2#RDF_metadata_in_Style_Inspector\" name=\"rdfmetadata\">RDF Metadata in Style Inspector</link>" +msgstr "" + +#. FttEa +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id731641340265093\n" +"help.text" +msgid "<link href=\"https://wiki.documentfoundation.org/ReleaseNotes/7.2#Custom_color_metadata_field_shadings\" name=\"customcolormetadata\">Custom color metadata</link>" +msgstr "" + #. wDniB #: title_page.xhp msgctxt "" diff --git a/source/ru/helpcontent2/source/text/swriter/guide.po b/source/ru/helpcontent2/source/text/swriter/guide.po index 1f241f1c730..7b35e6b7c50 100644 --- a/source/ru/helpcontent2/source/text/swriter/guide.po +++ b/source/ru/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: 2021-12-20 13:21+0100\n" +"POT-Creation-Date: 2022-01-31 18:20+0100\n" "PO-Revision-Date: 2018-11-12 14:04+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1069,13 +1069,13 @@ msgctxt "" msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph>." msgstr "Выберите команду <emph>Сервис - Макросы - Управление макросами - %PRODUCTNAME Basic</emph>." -#. rmF3D +#. AeTx9 #: autotext.xhp msgctxt "" "autotext.xhp\n" "par_id3155160\n" "help.text" -msgid "In the <emph>Macro from</emph> tree control, select %PRODUCTNAME Macros - Gimmicks - AutoText." +msgid "In the <emph>Macro from</emph> tree control, select Application Macros - Gimmicks - AutoText." msgstr "" #. QYtCx @@ -14587,6 +14587,15 @@ msgctxt "" msgid "To make a section read-only, select the <emph>Protected</emph> check box in the <emph>Write Protection</emph> area." msgstr "Этот параметр доступен, только если в области <emph>Положение</emph> установлен флажок <emph>В конце документа</emph>." +#. tJmPF +#: section_edit.xhp +msgctxt "" +"section_edit.xhp\n" +"par_id731641553483773\n" +"help.text" +msgid "Add an optional protection password. The password can be empty and no password will be required to remove protection. If the password is not empty, it will be required to unprotect the section." +msgstr "" + #. QWTQ9 #: section_edit.xhp msgctxt "" @@ -14596,6 +14605,87 @@ msgctxt "" msgid "To hide a section, select the <emph>Hide</emph> check box in the <emph>Hide</emph> area." msgstr "Этот параметр доступен, только если в области <emph>Положение</emph> установлен флажок <emph>В конце документа</emph>." +#. EhAMG +#: section_edit.xhp +msgctxt "" +"section_edit.xhp\n" +"bm_id421641501464020\n" +"help.text" +msgid "<bookmark_value>Read-only contents;editing</bookmark_value> <bookmark_value>Protect section;removing</bookmark_value>" +msgstr "" + +#. wq7EM +#: section_edit.xhp +msgctxt "" +"section_edit.xhp\n" +"hd_id641641501024846\n" +"help.text" +msgid "Editing Read-Only Contents" +msgstr "" + +#. An8Bs +#: section_edit.xhp +msgctxt "" +"section_edit.xhp\n" +"par_id841641501075965\n" +"help.text" +msgid "A warning message is displayed if you try to edit protected sections." +msgstr "" + +#. kWUgB +#: section_edit.xhp +msgctxt "" +"section_edit.xhp\n" +"par_id531641501248838\n" +"help.text" +msgid "To remove protection of a section, do the following:" +msgstr "" + +#. DNpWC +#: section_edit.xhp +msgctxt "" +"section_edit.xhp\n" +"par_id681641501272982\n" +"help.text" +msgid "Choose <link href=\"text/swriter/01/02170000.xhp\" name=\"Format - Sections\"><menuitem>Format - Sections</menuitem></link>." +msgstr "" + +#. R2vBj +#: section_edit.xhp +msgctxt "" +"section_edit.xhp\n" +"par_id861641501273184\n" +"help.text" +msgid "Select the section to unprotect in the <menuitem>Section</menuitem> area of the dialog." +msgstr "" + +#. Zy4Tm +#: section_edit.xhp +msgctxt "" +"section_edit.xhp\n" +"par_id221641501273326\n" +"help.text" +msgid "Uncheck the <menuitem>Protect</menuitem> option in the <menuitem>Write Protection</menuitem> area of the dialog." +msgstr "" + +#. XcjAs +#: section_edit.xhp +msgctxt "" +"section_edit.xhp\n" +"par_id791641501273494\n" +"help.text" +msgid "If the section was protected with a non-empty password, type the password into the dialog that opens." +msgstr "" + +#. kvpGE +#: section_edit.xhp +msgctxt "" +"section_edit.xhp\n" +"par_id561641501273767\n" +"help.text" +msgid "Click <menuitem>OK</menuitem> ." +msgstr "" + #. sYLAE #: section_edit.xhp msgctxt "" |