diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-10-23 14:42:04 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-10-23 15:00:58 +0200 |
commit | 236b483252c94f7b38ca7fecfa16cabab498a1ac (patch) | |
tree | faa476db220327b506da62cd4fcdda7c1d601981 /source/uk/helpcontent2 | |
parent | c40c10b4dcb3363806f7ad309f5895684948513c (diff) |
update translations for master/7.1.0 alpha1
and force-fix errors using pocheck
Change-Id: If200fbab2e1c793a45c3f361275028afdced7b91
Diffstat (limited to 'source/uk/helpcontent2')
32 files changed, 6978 insertions, 7751 deletions
diff --git a/source/uk/helpcontent2/source/text/sbasic/python.po b/source/uk/helpcontent2/source/text/sbasic/python.po index db280be9dc6..4bbac920f13 100644 --- a/source/uk/helpcontent2/source/text/sbasic/python.po +++ b/source/uk/helpcontent2/source/text/sbasic/python.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-10-12 15:02+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2019-08-06 22:56+0000\n" "Last-Translator: Olexandr Pylypchuk <pilipchukap@rambler.ru>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1834,13 +1834,13 @@ msgctxt "" msgid "Events raised by dialogs, documents, forms or graphical controls can be linked to macros, which is referred to as event-driven programming. The most common method to relate events to macros are the <literal>Events</literal> tab in <menuitem>Tools – Customize</menuitem> menu and the <link href=\"text/sbasic/guide/create_dialog.xhp\" name=\"Create dialog\">Dialog Editor</link> Control properties pane from <menuitem>Tools - Macros – Organise Dialogs...</menuitem> menu." msgstr "" -#. Dd2YW +#. DmmbY #: python_listener.xhp msgctxt "" "python_listener.xhp\n" "N0388\n" "help.text" -msgid "Graphical artifacts, keyboard inputs, mouse moves and other man/machine interactions can be controlled using UNO listeners that watch for the user’s behavior. Listeners are dynamic program code alternatives to macro assignments. One may create as many UNO listeners as events to watch for. A single listener can also handle multiple user interface controls." +msgid "Graphical artifacts, keyboard inputs, mouse moves and other man/machine interactions can be controlled using UNO listeners that watch for the user’s behaviour. Listeners are dynamic program code alternatives to macro assignments. One may create as many UNO listeners as events to watch for. A single listener can also handle multiple user interface controls." msgstr "" #. UVzsE diff --git a/source/uk/helpcontent2/source/text/sbasic/shared.po b/source/uk/helpcontent2/source/text/sbasic/shared.po index b606211ecda..21be09aa961 100644 --- a/source/uk/helpcontent2/source/text/sbasic/shared.po +++ b/source/uk/helpcontent2/source/text/sbasic/shared.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-10-12 15:02+0200\n" -"PO-Revision-Date: 2020-09-29 13:35+0000\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" +"PO-Revision-Date: 2020-10-14 20:35+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared/uk/>\n" "Language: uk\n" @@ -529,15 +529,6 @@ msgctxt "" msgid "Transparent white" msgstr "Прозорий білий" -#. sdV2V -#: 00000003.xhp -msgctxt "" -"00000003.xhp\n" -"par_id631529990528928\n" -"help.text" -msgid "Open <item type=\"menuitem\">Tools - Macros - Organize dialogs...</item> and select <item type=\"menuitem\">%PRODUCTNAME Dialogs</item> container." -msgstr "Відкрийте <item type=\"menuitem\">Засоби - Макроси - Керування діалогами...</item> та оберіть каталог <item type=\"menuitem\">Діалоги %PRODUCTNAME</item>." - #. C3yvQ #: 00000003.xhp msgctxt "" @@ -610,15 +601,6 @@ msgctxt "" msgid "<variable id=\"functexample\">Example:</variable>" msgstr "<variable id=\"functexample\">Приклад:</variable>" -#. TV2YL -#: 00000003.xhp -msgctxt "" -"00000003.xhp\n" -"par_id161599082457466\n" -"help.text" -msgid "<variable id=\"stringfunctions\"><link href=\"text/sbasic/shared/03120300.xhp\" name=\"string functions\">String functions</link></variable>" -msgstr "" - #. CGSvh #: 00000003.xhp msgctxt "" @@ -2428,23 +2410,14 @@ msgctxt "" msgid "String Variables" msgstr "Змінні типу String" -#. zes9e +#. ft56J #: 01020100.xhp msgctxt "" "01020100.xhp\n" "par_id3151393\n" "help.text" -msgid "String variables can hold character strings with up to 2,147,483,648 characters. Each character is stored as the corresponding Unicode value. String variables are suitable for word processing within programs and for temporary storage of any non-printable character up to a maximum length of 2 Gbytes. The memory required for storing string variables depends on the number of characters in the variable. The type-declaration character is \"$\"." -msgstr "" - -#. RBcLt -#: 01020100.xhp -msgctxt "" -"01020100.xhp\n" -"par_id381599081637549\n" -"help.text" -msgid "In BASIC String functions, the first character of the string has index 1." -msgstr "" +msgid "String variables can hold character strings with up to 65,535 characters. Each character is stored as the corresponding Unicode value. String variables are suitable for word processing within programs and for temporary storage of any non-printable character up to a maximum length of 64 Kbytes. The memory required for storing string variables depends on the number of characters in the variable. The type-declaration character is \"$\"." +msgstr "Змінні типу String можуть містити рядки символів, що включають не більше 65 535 символів. Кожен символ зберігається як відповідне значення Юнікоду. Змінні типу String придатні для обробки текстів в програмах з метою тимчасового зберігання всіх недрукованих символів довжиною не більше 64 Кбайт. Пам'ять, необхідна для зберігання рядкових змінних, залежить від числа символів у змінній. Символом опису типу є \"$\"." #. wDbuF #: 01020100.xhp @@ -3029,7 +3002,7 @@ msgctxt "" "par_id6933500\n" "help.text" msgid "Print \"In module1 : \", myText" -msgstr "Print \"In module1 : \", myText" +msgstr "Print \"В модулі 1 : \", myText" #. YrJMx #: 01020300.xhp @@ -3337,14 +3310,14 @@ msgctxt "" msgid "<bookmark_value>saving;Basic code</bookmark_value><bookmark_value>loading;Basic code</bookmark_value><bookmark_value>Basic editor</bookmark_value><bookmark_value>navigating;in Basic projects</bookmark_value><bookmark_value>long lines;in Basic editor</bookmark_value><bookmark_value>lines of text;in Basic editor</bookmark_value><bookmark_value>continuation;long lines in editor</bookmark_value>" msgstr "<bookmark_value>збереження; код Basic</bookmark_value><bookmark_value>завантаження; код Basic</bookmark_value><bookmark_value>редактор Basic</bookmark_value><bookmark_value>навігація; у проєктах Basic</bookmark_value><bookmark_value>довгі рядки; в редакторі Basic</bookmark_value><bookmark_value>рядка тексту в редакторі Basic</bookmark_value><bookmark_value>продовження; довгі рядки в редакторі</bookmark_value>" -#. jdhKC +#. r7hMB #: 01030200.xhp msgctxt "" "01030200.xhp\n" "hd_id3147264\n" "help.text" -msgid "<variable id=\"thebasiceditorh1\"><link href=\"text/sbasic/shared/01030200.xhp\" name=\"The Basic Editor\">The Basic Editor</link></variable>" -msgstr "" +msgid "<link href=\"text/sbasic/shared/01030200.xhp\" name=\"The Basic Editor\">The Basic Editor</link>" +msgstr "<link href=\"text/sbasic/shared/01030200.xhp\" name=\"Редактор Basic\">Редактор Basic</link>" #. dSemx #: 01030200.xhp @@ -4309,50 +4282,50 @@ msgctxt "" msgid "To move a module or dialog to another document, click the corresponding object in the list and drag it to the desired position. A horizontal line indicates the target position of the current object while dragging. Hold the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while dragging to copy the object instead of moving it." msgstr "Для переміщення модуля або діалогового вікна в інший документ клацніть по відповідному об'єкту в списку і перетягніть його в потрібне місце. Горизонтальна лінія під час перетягування відображає цільове розташування поточного об'єкта. Якщо ви хочете не перемістити об'єкт, а скопіювати його, під час перетягування утримуйте натиснутою клавішу <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>." -#. 8AfAv +#. FiYz2 #: 01040000.xhp msgctxt "" "01040000.xhp\n" "tit\n" "help.text" -msgid "Document Event-Driven Macros" -msgstr "" +msgid "Event-Driven Macros" +msgstr "Макроси, керовані подіями" -#. mRxGZ +#. BHSko #: 01040000.xhp msgctxt "" "01040000.xhp\n" "bm_id3154581\n" "help.text" -msgid "<bookmark_value>deleting; macro assignments to events</bookmark_value> <bookmark_value>macros; assigning to events</bookmark_value> <bookmark_value>assigning macros to events</bookmark_value> <bookmark_value>documents; events</bookmark_value> <bookmark_value>events; assigning macros</bookmark_value> <bookmark_value>API; XDocumentEventListener</bookmark_value>" -msgstr "" +msgid "<bookmark_value>deleting; macro assignments to events</bookmark_value> <bookmark_value>macros; assigning to events</bookmark_value> <bookmark_value>assigning macros to events</bookmark_value> <bookmark_value>events; assigning macros</bookmark_value>" +msgstr "<bookmark_value>видалення; призначення макросів подій</bookmark_value> <bookmark_value>макрос; призначення подій</bookmark_value> <bookmark_value>призначення макросів подій</bookmark_value> <bookmark_value>події; призначення макросів</bookmark_value>" -#. 7uCwS +#. ZYLfF #: 01040000.xhp msgctxt "" "01040000.xhp\n" "hd_id3147348\n" "help.text" -msgid "<link href=\"text/sbasic/shared/01040000.xhp\" name=\"Event-Driven Macros\">Document Event-Driven Macros</link>" -msgstr "" +msgid "<link href=\"text/sbasic/shared/01040000.xhp\" name=\"Event-Driven Macros\">Event-Driven Macros</link>" +msgstr "<link href=\"text/sbasic/shared/01040000.xhp\" name=\"Макроси, керовані подіями\">Макроси, керовані подіями</link>" -#. LRvA8 +#. CNDe6 #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3146120\n" "help.text" -msgid "This section describes how to assign scripts to application, document or form events." -msgstr "" +msgid "This section describes how to assign Basic programs to program events." +msgstr "У цьому розділі описано, як призначати програми Basic подіям програм." -#. 3G8fP +#. SDAQu #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3149263\n" "help.text" -msgid "You can automatically execute a macro when a specified software event occurs by assigning the desired macro to the event. The following table provides an overview of document events and at what point an assigned macro is executed." -msgstr "" +msgid "You can automatically execute a macro when a specified software event occurs by assigning the desired macro to the event. The following table provides an overview of program events and at what point an assigned macro is executed." +msgstr "Макрос може виконуватися автоматично, коли відбудеться певна програмна подія, якщо призначити макрос даній події. В таблиці наведено програмні події і вказані точки виконання призначеного макросу." #. zBhWV #: 01040000.xhp @@ -4372,41 +4345,32 @@ msgctxt "" msgid "An assigned macro is executed..." msgstr "Призначений макрос виконується..." -#. e4Pjb -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id3145809\n" -"help.text" -msgid "routine" -msgstr "" - -#. WtaR8 +#. PFpKw #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3149379\n" "help.text" -msgid "Start Application" -msgstr "" +msgid "Program Start" +msgstr "Запуск програми" -#. otwcA +#. WGtYg #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3150715\n" "help.text" -msgid "...after a $[officename] application is started." -msgstr "" +msgid "... after a $[officename] application is started." +msgstr "... після запуску програми $[officename]." -#. zjA7c +#. zvpGy #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3146914\n" "help.text" -msgid "Close Application" -msgstr "" +msgid "Program End" +msgstr "Кінець програми" #. iwsSq #: 01040000.xhp @@ -4417,32 +4381,14 @@ msgctxt "" msgid "...before a $[officename] application is terminated." msgstr "...перед припиненням програми $[officename]." -#. DZHzW -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id151599831705811\n" -"help.text" -msgid "Document created" -msgstr "" - -#. KAZDF -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id501599831822339\n" -"help.text" -msgid "...New document created with <emph>File - New</emph> or with the <emph>New</emph> icon. Note that this event also fires when Basic IDE opens." -msgstr "" - -#. HBjid +#. FGd5M #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3145150\n" "help.text" -msgid "New Document" -msgstr "" +msgid "Create Document" +msgstr "Створити документ" #. fkuXY #: 01040000.xhp @@ -4453,24 +4399,6 @@ msgctxt "" msgid "...after a new document is created with <emph>File - New</emph> or with the <emph>New</emph> icon." msgstr "...після створення нового документа за допомогою параметрів <emph>Файл - Створити</emph> або піктограми <emph>Створити</emph>." -#. BYGJY -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id161599836960401\n" -"help.text" -msgid "Document loading finished" -msgstr "" - -#. jCGwP -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id721599836993145\n" -"help.text" -msgid "...before a document is opened with <emph>File - Open</emph> or with the <emph>Open</emph> icon." -msgstr "" - #. F352r #: 01040000.xhp msgctxt "" @@ -4489,195 +4417,6 @@ msgctxt "" msgid "...after a document is opened with <emph>File - Open</emph> or with the <emph>Open</emph> icon." msgstr "...після відкриття документа за допомогою параметрів <emph>Файл - Відкрити</emph> або значка <emph>Відкрити</emph>." -#. H2Uom -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id3159171\n" -"help.text" -msgid "Document is going to be closed" -msgstr "" - -#. CvPgm -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id3146868\n" -"help.text" -msgid "...before a document is closed." -msgstr "...перед закриттям." - -#. kLQvC -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id3159097\n" -"help.text" -msgid "Document closed" -msgstr "Документ закрито" - -#. DNYcy -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id3148606\n" -"help.text" -msgid "...after a document was closed. Note that the \"Save Document\" event may also occur when the document is saved before closing." -msgstr "...після закриття документа. Слід мати на увазі, що подія \"Зберегти документ\" може також мати місце, коли документ зберігається перед закриттям." - -#. iMPCi -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id391600157320922\n" -"help.text" -msgid "-no UI-" -msgstr "" - -#. F46jE -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id981599837681979\n" -"help.text" -msgid "View created" -msgstr "" - -#. 77CWX -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id281599838210270\n" -"help.text" -msgid "Document is displayed. Note that this event also happens when a document is duplicated." -msgstr "" - -#. CDwGy -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id511599837683562\n" -"help.text" -msgid "View is going to be closed" -msgstr "" - -#. EtV6o -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id331599838046012\n" -"help.text" -msgid "Document layout is getting removed." -msgstr "" - -#. 7FemV -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id951599837684882\n" -"help.text" -msgid "View closed" -msgstr "" - -#. qGdPR -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id51599837816122\n" -"help.text" -msgid "Document layout is cleared prior to the document closure." -msgstr "" - -#. eovzZ -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id3144772\n" -"help.text" -msgid "Activate Document" -msgstr "Активувати документ" - -#. w5v7V -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id3149442\n" -"help.text" -msgid "...after a document is brought to the foreground." -msgstr "...після виведення документа на передній план." - -#. t2QSQ -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id3150888\n" -"help.text" -msgid "Deactivate Document" -msgstr "Деактивація документа" - -#. guqXK -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id3154060\n" -"help.text" -msgid "...after another document is brought to the foreground." -msgstr "...після виведення іншого документа на передній план." - -#. MvDXG -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id3150519\n" -"help.text" -msgid "Save Document" -msgstr "Зберегти документ" - -#. 4ziEe -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id3155529\n" -"help.text" -msgid "...before a document is saved with <emph>File - Save</emph> or the <emph>Save</emph> icon, provided that a document name has already been specified." -msgstr "...перед збереженням за допомогою параметрів <emph>Файл - Зберегти</emph> або піктограми <emph>Зберегти</emph> за умови, що ім'я документа вже зазначено." - -#. 8hHA5 -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id3149404\n" -"help.text" -msgid "Document has been saved" -msgstr "Документ збережений" - -#. rfcxa -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id3151332\n" -"help.text" -msgid "...after a document is saved with <emph>File - Save</emph> or the <emph>Save</emph> icon, provided that a document name has already been specified." -msgstr "...після збереження документа за допомогою параметрів <emph>Файл - Зберегти</emph> або піктограми <emph>Зберегти</emph> за умови, що ім'я документа вже зазначено." - -#. 7FEpD -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id161599838976700\n" -"help.text" -msgid "Saving of document failed" -msgstr "" - -#. FnDEp -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id391599838979652\n" -"help.text" -msgid "Document could not be saved." -msgstr "" - #. VUPBD #: 01040000.xhp msgctxt "" @@ -4714,275 +4453,167 @@ msgctxt "" msgid "... after a document was saved under a specified name (with <emph>File - Save As</emph>, or with <emph>File - Save</emph> or with the <emph>Save</emph> icon, if a document name has not yet been specified)." msgstr "...після збереження документа під вказаним ім'ям (за допомогою параметрів <emph>Файл - Зберегти як</emph>параметри <emph>Файл - Зберегти</emph> або піктограми <emph>Зберегти</emph>, якщо ім'я документа ще не було вказано)." -#. 7BDQa -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id561599839702598\n" -"help.text" -msgid "'Save As' has failed" -msgstr "" - -#. FGnZt -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id951599840240048\n" -"help.text" -msgid "Document could not be saved." -msgstr "" - -#. 9PEDi -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id851599839190548\n" -"help.text" -msgid "-no UI-" -msgstr "" - -#. FsrLe -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id961599839198859\n" -"help.text" -msgid "When the document disk location has changed, for example after a <emph>File - Save As...</emph> action." -msgstr "" - -#. n5TCf -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id501600150804809\n" -"help.text" -msgid "Storing or exporting copy of document" -msgstr "" - -#. wP2PH -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id471610080505705\n" -"help.text" -msgid "...before a document is saved with <menuitem>File - Save a Copy</menuitem>, <menuitem>File - Export</menuitem>, <menuitem>File - Export as PDF</menuitem> or the <menuitem>Save</menuitem> icons." -msgstr "" - -#. ECboz -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id502600180504809\n" -"help.text" -msgid "Document copy has been created" -msgstr "" - -#. gF2u2 -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id471601180505705\n" -"help.text" -msgid "...after a document is saved with <menuitem>File - Save a Copy</menuitem>, <menuitem>File - Export</menuitem>, <menuitem>File - Export as PDF</menuitem> or the <menuitem>Save</menuitem> icons." -msgstr "" - -#. uAeBw -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id501006180504809\n" -"help.text" -msgid "Creating of document copy failed" -msgstr "" - -#. dFCuE -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id471600081505705\n" -"help.text" -msgid "Document could not be copied or exported." -msgstr "" - -#. qDSzB -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id501600180504809\n" -"help.text" -msgid "Print document" -msgstr "" - -#. kDap2 -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id471600180505705\n" -"help.text" -msgid "...after the Print dialog is closed, but before the actual print process begins. This event occurs for each copy printed." -msgstr "" - -#. KNASw +#. MvDXG #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id371600180345993\n" +"par_id3150519\n" "help.text" -msgid "-no UI-" -msgstr "" +msgid "Save Document" +msgstr "Зберегти документ" -#. fNkWD +#. 4ziEe #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id851600180346872\n" +"par_id3155529\n" "help.text" -msgid "...after document security settings have changed." -msgstr "" +msgid "...before a document is saved with <emph>File - Save</emph> or the <emph>Save</emph> icon, provided that a document name has already been specified." +msgstr "...перед збереженням за допомогою параметрів <emph>Файл - Зберегти</emph> або піктограми <emph>Зберегти</emph> за умови, що ім'я документа вже зазначено." -#. 5Cfig +#. 8hHA5 #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id921600180238854\n" +"par_id3149404\n" "help.text" -msgid "'Modified' status was changed" -msgstr "" +msgid "Document has been saved" +msgstr "Документ збережений" -#. vVXPg +#. rfcxa #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id321600180239944\n" +"par_id3151332\n" "help.text" -msgid "Modified state of a document has changed." -msgstr "" +msgid "...after a document is saved with <emph>File - Save</emph> or the <emph>Save</emph> icon, provided that a document name has already been specified." +msgstr "...після збереження документа за допомогою параметрів <emph>Файл - Зберегти</emph> або піктограми <emph>Зберегти</emph> за умови, що ім'я документа вже зазначено." -#. po5DD +#. prVye #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id741600180121445\n" +"par_id3159171\n" "help.text" -msgid "Document title changed" -msgstr "" +msgid "Document is closing" +msgstr "Документ закривається" -#. KjqSB +#. CvPgm #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id801600180122852\n" +"par_id3146868\n" "help.text" -msgid "When the document title gets updated." -msgstr "" +msgid "...before a document is closed." +msgstr "...перед закриттям." -#. AkeoE +#. kLQvC #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id641600180121445\n" +"par_id3159097\n" "help.text" -msgid "Loaded a sub component" -msgstr "" +msgid "Document closed" +msgstr "Документ закрито" -#. Vq5NQ +#. DNYcy #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id701600180122852\n" +"par_id3148606\n" "help.text" -msgid "...after a database form has been opened." -msgstr "" +msgid "...after a document was closed. Note that the \"Save Document\" event may also occur when the document is saved before closing." +msgstr "...після закриття документа. Слід мати на увазі, що подія \"Зберегти документ\" може також мати місце, коли документ зберігається перед закриттям." -#. 7zuFb +#. eovzZ #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id641700180131445\n" +"par_id3144772\n" "help.text" -msgid "Closed a sub component" -msgstr "" +msgid "Activate Document" +msgstr "Активувати документ" -#. Gzmes +#. w5v7V #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id701600290122852\n" +"par_id3149442\n" "help.text" -msgid "...after a database form has been closed." -msgstr "" +msgid "...after a document is brought to the foreground." +msgstr "...після виведення документа на передній план." -#. KHhEE +#. t2QSQ #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id421600097736759\n" +"par_id3150888\n" "help.text" -msgid "Printing of form letters started" -msgstr "" +msgid "Deactivate Document" +msgstr "Деактивація документа" -#. AAYeB +#. guqXK #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id411600097854273\n" +"par_id3154060\n" "help.text" -msgid "...before printing form letters using <emph>File - Print</emph> or <emph>Tools - Mail Merge Wizard</emph> menus." -msgstr "" +msgid "...after another document is brought to the foreground." +msgstr "...після виведення іншого документа на передній план." -#. vDckq +#. xAAJD #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id41600097737991\n" +"par_id3152384\n" "help.text" -msgid "Printing of form letters finished" -msgstr "" +msgid "Print Document" +msgstr "Друкувати документ" -#. Wp5ff +#. KHDSZ #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id451600097862282\n" +"par_id3152873\n" "help.text" -msgid "...after printing of form letters using <emph>File - Print</emph> or <emph>Tools - Mail Merge Wizard</emph> menus." -msgstr "" +msgid "...after the <emph>Print</emph> dialog is closed, but before the actual print process begins." +msgstr "...після закриття діалогового вікна <emph>Друк</emph>, але перед початком фактичного процесу друку." -#. RpMCy +#. 7fBrq #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id641600160655602\n" +"par_id3159227\n" "help.text" -msgid "Printing of form fields started" -msgstr "" +msgid "JavaScript run-time error" +msgstr "Помилка виконання JavaScript" -#. NDjvr +#. aHrNm #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id331600160656617\n" +"par_id3145362\n" "help.text" -msgid "...before printing form fields." -msgstr "" +msgid "...when a JavaScript run-time error occurs." +msgstr "...коли має місце помилка виконання JavaScript." -#. pMuA3 +#. rG4ED #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id801600160725659\n" +"par_id3154767\n" "help.text" -msgid "Printing of form fields finished" -msgstr "" +msgid "Print Mail Merge" +msgstr "Друк документів злиття" -#. 7GYKZ +#. 8dDPL #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id961600160726645\n" +"par_id3153555\n" "help.text" -msgid "...after printing form fields." -msgstr "" +msgid "...after the <emph>Print</emph> dialog is closed, but before the actual print process begins. This event occurs for each copy printed." +msgstr "...після закриття діалогового вікна <emph>Друк</emph>, але перед початком фактичного процесу друку. Це подія має місце для кожної друкованої копії." #. esqcH #: 01040000.xhp @@ -4993,32 +4624,32 @@ msgctxt "" msgid "Change of the page count" msgstr "Зміна кількості сторінок" -#. hAoeW +#. QhSjh #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3154627\n" "help.text" -msgid "When the page count changes." -msgstr "" +msgid "...when the page count changes." +msgstr "...коли змінюється кількість сторінок." -#. XQXbJ +#. ShGUB #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id131600158369191\n" +"par_id3154737\n" "help.text" -msgid "Most events relate to documents, except <literal>OnStartApp</literal>, <literal>OnCloseApp</literal>, <literal>OnCreate</literal> and <literal>OnLoadFinished</literal> that occur at application level. <literal>OnSubComponentOpened</literal>, and <literal>OnSubComponentClosed</literal> events are fired by database's forms." -msgstr "" +msgid "Message received" +msgstr "Отримано повідомлення" -#. e6gAF +#. qRVBA #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id321600158566782\n" +"par_id3150952\n" "help.text" -msgid "Writer documents are triggering those specific events: <literal>OnLayoutFinished</literal>, <literal>OnMailMerge</literal>, <literal>OnMailMergeFinished</literal>, <literal>OnFieldMerge</literal>, <literal>OnFieldMergeFinished</literal> and <literal>OnPageCountChanged</literal>." -msgstr "" +msgid "...if a message was received." +msgstr "...якщо отримано повідомлення." #. 7xyqi #: 01040000.xhp @@ -5137,15 +4768,6 @@ msgctxt "" msgid "Click <emph>OK</emph> to close the dialog." msgstr "Натисніть <emph>Гаразд</emph>, щоб закрити діалог." -#. ruyPz -#: 01040000.xhp -msgctxt "" -"01040000.xhp\n" -"par_id341600162682135\n" -"help.text" -msgid "In addition to assigning macros to events, one can <link href=\"text/sbasic/python/python_document_events.xhp\" name=\"Monitor events\">monitor events</link> triggered in %PRODUCTNAME documents." -msgstr "" - #. XcdRk #: 01050000.xhp msgctxt "" @@ -8530,14 +8152,14 @@ msgctxt "" msgid "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")" msgstr "sVar = MsgBox(\"Жмеринка\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Заголовок діалогу\")" -#. BaStC +#. xrb4U #: 03010103.xhp msgctxt "" "03010103.xhp\n" "tit\n" "help.text" -msgid "Print# Statement" -msgstr "" +msgid "Print Statement" +msgstr "Інструкція Print" #. addUg #: 03010103.xhp @@ -8548,32 +8170,23 @@ msgctxt "" msgid "<bookmark_value>Print statement</bookmark_value> <bookmark_value>Print statement; Tab function</bookmark_value> <bookmark_value>Print statement; Spc function</bookmark_value> <bookmark_value>Spc function; in Print statement</bookmark_value> <bookmark_value>Tab function; in Print statement</bookmark_value>" msgstr "<bookmark_value>інструкція Print</bookmark_value> <bookmark_value>інструкція Print; функція Tab</bookmark_value> <bookmark_value>інструкція Print; функція Spc</bookmark_value> <bookmark_value>функція Spc; в інструкції Print</bookmark_value> <bookmark_value>функція Tab; в інструкції Print</bookmark_value>" -#. ARzns +#. 4jt8D #: 03010103.xhp msgctxt "" "03010103.xhp\n" "hd_id3147230\n" "help.text" -msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print# Statement\">Print# Statement</link></variable>" -msgstr "" +msgid "<link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement\">Print Statement</link>" +msgstr "<link href=\"text/sbasic/shared/03010103.xhp\" name=\"Інструкція Print\">Інструкція Print</link>" -#. ZDGAu +#. AGxsw #: 03010103.xhp msgctxt "" "03010103.xhp\n" "par_id3156281\n" "help.text" -msgid "Outputs the specified strings or numeric expressions to the screen or to a sequential file." -msgstr "" - -#. xCJRj -#: 03010103.xhp -msgctxt "" -"03010103.xhp\n" -"par_id461596463969009\n" -"help.text" -msgid "Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters." -msgstr "" +msgid "Outputs the specified strings or numeric expressions to a dialog or to a file." +msgstr "Виведення зазначених рядків або числових виразів у діалогове вікно або файл." #. AhB82 #: 03010103.xhp @@ -9590,7 +9203,7 @@ msgctxt "" "bm_id851576768070903\n" "help.text" msgid "<bookmark_value>RGB function</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>Функція RGB</bookmark_value>" #. LaGGq #: 03010305.xhp @@ -9608,7 +9221,7 @@ msgctxt "" "par_id3150447\n" "help.text" msgid "Returns a <literal>Long</literal> integer color value consisting of red, green, and blue components." -msgstr "" +msgstr "Видає ціле значення кольору <literal>Long</literal>, що складається з червоного, зеленого та синього складника." #. MiCPe #: 03010305.xhp @@ -9808,14 +9421,14 @@ msgctxt "" msgid "<bookmark_value>Close statement</bookmark_value>" msgstr "<bookmark_value>інструкція Close</bookmark_value>" -#. GPAtd +#. 332GE #: 03020101.xhp msgctxt "" "03020101.xhp\n" "hd_id3157896\n" "help.text" -msgid "<variable id=\"Close_h1\"><link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close Statement\">Close Statement</link></variable>" -msgstr "" +msgid "<link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close Statement\">Close Statement</link>" +msgstr "<link href=\"text/sbasic/shared/03020101.xhp\" name=\"Інструкція Close\">Інструкція Close</link>" #. UxFz9 #: 03020101.xhp @@ -9826,31 +9439,67 @@ msgctxt "" msgid "Closes a specified file that was opened with the Open statement." msgstr "Закриває вказаний файл, відкритий інструкцією Open." -#. KDbMZ +#. vh7Bh #: 03020101.xhp msgctxt "" "03020101.xhp\n" -"par_id971587473488701\n" +"hd_id3156344\n" "help.text" -msgid "<image src=\"media/helpimg/sbasic/Close_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Close Statement diagram</alt></image>" -msgstr "" +msgid "Syntax:" +msgstr "Синтаксис:" -#. FEDAa +#. ECPY4 #: 03020101.xhp msgctxt "" "03020101.xhp\n" "par_id3147265\n" "help.text" -msgid "Close [[#]fileNum [, [#]fileNum2 [,...]]]" +msgid "Close FileNumber As Integer[, FileNumber2 As Integer[,...]]" +msgstr "Close Номер_файла As Integer[, Номер_файла2 As Integer[,...]]" + +#. tNdJ2 +#: 03020101.xhp +msgctxt "" +"03020101.xhp\n" +"hd_id3153379\n" +"help.text" +msgid "Parameters:" msgstr "" -#. gdqMu +#. TV3Dk #: 03020101.xhp msgctxt "" "03020101.xhp\n" "par_id3150791\n" "help.text" -msgid "<emph>fileNum:</emph> Any integer expression that specifies the number of the data channel that was opened with the <emph>Open</emph> statement." +msgid "<emph>FileNumber:</emph> Any integer expression that specifies the number of the data channel that was opened with the <emph>Open</emph> statement." +msgstr "<emph>Номер_файлу:</emph> вираз із цілих чисел, що вказує номер каналу даних, відкритого інструкцією <emph>Open</emph>." + +#. ACdz7 +#: 03020101.xhp +msgctxt "" +"03020101.xhp\n" +"hd_id3153192\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" + +#. TE4uc +#: 03020101.xhp +msgctxt "" +"03020101.xhp\n" +"par_id3153727\n" +"help.text" +msgid "Print #iNumber, \"First line of text\"" +msgstr "" + +#. uW8gF +#: 03020101.xhp +msgctxt "" +"03020101.xhp\n" +"par_id3147350\n" +"help.text" +msgid "Print #iNumber, \"Another line of text\"" msgstr "" #. uP5nk @@ -9979,14 +9628,14 @@ msgctxt "" msgid "<bookmark_value>Open statement</bookmark_value>" msgstr "<bookmark_value>інструкція Open</bookmark_value>" -#. CRFKQ +#. cuJif #: 03020103.xhp msgctxt "" "03020103.xhp\n" "hd_id3150791\n" "help.text" -msgid "<variable id=\"Open_h1\"><link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement\">Open Statement</link></variable>" -msgstr "" +msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement\">Open Statement</link>" +msgstr "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Інструкція Open\">Інструкція Open</link>" #. Etqck #: 03020103.xhp @@ -9997,86 +9646,59 @@ msgctxt "" msgid "Opens a data channel." msgstr "Відкриває канал даних." -#. x26NA -#: 03020103.xhp -msgctxt "" -"03020103.xhp\n" -"par_id971587473488701\n" -"help.text" -msgid "<image src=\"media/helpimg/sbasic/Open_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Open Statement diagram</alt></image>" -msgstr "" - -#. CRDEh -#: 03020103.xhp -msgctxt "" -"03020103.xhp\n" -"par_id971587473488702\n" -"help.text" -msgid "<image src=\"media/helpimg/sbasic/access_fragment.svg\" id=\"img_id4156296484515\"><alt id=\"alt_id15152796484515\">access fragment diagram</alt></image>" -msgstr "" - -#. N3tit -#: 03020103.xhp -msgctxt "" -"03020103.xhp\n" -"par_id971587473488703\n" -"help.text" -msgid "<image src=\"media/helpimg/sbasic/locking_fragment.svg\" id=\"img_id4156296484516\"><alt id=\"alt_id15152796484516\">locking fragment diagram</alt></image>" -msgstr "" - -#. dbM7e +#. cEADt #: 03020103.xhp msgctxt "" "03020103.xhp\n" "par_id3155132\n" "help.text" -msgid "<emph>pathname: </emph>Path and name of the file to open. If you try to read a file that does not exist (Access = Read), an error message appears. If you try to write to a file that does not exist (Access = Write), a new file is created." -msgstr "" +msgid "<emph>FileName: </emph>Name and path of the file to open. If you try to read a file that does not exist (Access = Read), an error message appears. If you try to write to a file that does not exist (Access = Write), a new file is created." +msgstr "<emph>Ім'я файлу: </emph>ім'я та шлях до файлу, який потрібно відкрити. При спробі відкриття файлу, якого не існує (Access = Read), видається повідомлення про помилку. При спробі запису у файл, якого не існує (Access = Write), створюється новий файл." -#. XqfP8 +#. om94e #: 03020103.xhp msgctxt "" "03020103.xhp\n" "par_id3149262\n" "help.text" -msgid "<emph>mode:</emph> Keyword that specifies the file mode. Valid values: <literal>Append</literal> (append to sequential file), <literal>Binary</literal> (data can be accessed by bytes using Get and Put), <literal>Input</literal> (opens data channel for reading), <literal>Output</literal> (opens data channel for writing), and <literal>Random</literal> (edits relative files)." -msgstr "" +msgid "<emph>Mode:</emph> Keyword that specifies the file mode. Valid values: Append (append to sequential file), Binary (data can be accessed by bytes using Get and Put), Input (opens data channel for reading), Output (opens data channel for writing), and Random (edits relative files)." +msgstr "<emph>Режим:</emph> ключове слово, яке вказує файловий режим. Допустимі значення: Append (додавання до кінця існуючого файлу), Binary (дані можуть бути доступні побайтно з допомогою інструкцій Get і Put), Input (відкриття каналу даних для читання), Output (відкриття каналу даних для запису) і Random (редагування файлів з довільним доступом)." -#. 3983q +#. 6uwt6 #: 03020103.xhp msgctxt "" "03020103.xhp\n" "par_id3154014\n" "help.text" -msgid "<emph>io:</emph> Keyword that defines the access type. Valid values: <literal>Read</literal> (read-only), <literal>Write</literal> (write-only), <literal>Read Write</literal> (both)." -msgstr "" +msgid "<emph>IOMode:</emph> Keyword that defines the access type. Valid values: Read (read-only), Write (write-only), Read Write (both)." +msgstr "<emph>Режим_вводу/виводу:</emph> ключове слово, яке визначає тип доступу. Допустимі значення: Read (тільки для читання), Write (тільки для запису), Read Write (і те, і інше)." -#. kzzkr +#. hHLFb #: 03020103.xhp msgctxt "" "03020103.xhp\n" "par_id3150011\n" "help.text" -msgid "<emph>locking:</emph> Keyword that defines the security status of a file after opening. Valid values: <literal>Shared</literal> (file may be opened by other applications), <literal>Lock Read</literal> (file is protected against reading), <literal>Lock Write</literal> (file is protected against writing), <literal>Lock Read Write</literal> (denies file access)." -msgstr "" +msgid "<emph>Protected:</emph> Keyword that defines the security status of a file after opening. Valid values: Shared (file may be opened by other applications), Lock Read (file is protected against reading), Lock Write (file is protected against writing), Lock Read Write (denies file access)." +msgstr "<emph>Захист:</emph> ключове слово, яке визначає статус безпеки після відкриття файлу. Допустимі значення: Shared файл може бути відкритий іншими додатками), Lock Read (файл захищений від читання), Lock Write (файл захищений від запису), Lock Read Write (доступ до файлу заборонений)." -#. D2D4q +#. FroB8 #: 03020103.xhp msgctxt "" "03020103.xhp\n" "par_id3153190\n" "help.text" -msgid "<emph>filenum:</emph> Any integer expression from 0 to 511 to indicate the number of a free data channel. You can then pass commands through the data channel to access the file. The file number must be determined by the FreeFile function immediately before the Open statement." -msgstr "" +msgid "<emph>FileNumber:</emph> Any integer expression from 0 to 511 to indicate the number of a free data channel. You can then pass commands through the data channel to access the file. The file number must be determined by the FreeFile function immediately before the Open statement." +msgstr "<emph>НомерФайлу:</emph> будь-яке ціле число від 0 до 511, яке вказує номер вільного каналу даних, який може бути використаний для доступу до файлу за допомогою різних команд. Номер файлу повинен визначатися безпосередньо перед інструкцією Open з допомогою функції FreeFile." -#. LgCLi +#. 3wp3F #: 03020103.xhp msgctxt "" "03020103.xhp\n" "par_id3151115\n" "help.text" -msgid "<emph>recLen:</emph> For <literal>Random</literal> access files, set the length of the records." -msgstr "" +msgid "<emph>DatasetLength:</emph> For random access files, set the length of the records." +msgstr "<emph>ДовжинаЗапису:</emph> визначає довжину запису файлу з довільним доступом." #. mvgxB #: 03020103.xhp @@ -10123,14 +9745,14 @@ msgctxt "" msgid "<bookmark_value>Reset statement</bookmark_value>" msgstr "<bookmark_value>інструкція Reset</bookmark_value>" -#. aCi6f +#. drRvG #: 03020104.xhp msgctxt "" "03020104.xhp\n" "hd_id3154141\n" "help.text" -msgid "<variable id=\"Reset_h1\"><link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link></variable>" -msgstr "" +msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link>" +msgstr "<link href=\"text/sbasic/shared/03020104.xhp\">Інструкція Reset</link>" #. iLCKn #: 03020104.xhp @@ -10141,14 +9763,23 @@ msgctxt "" msgid "Closes all open files and writes the contents of all file buffers to the harddisk." msgstr "Закриває всі відкриті файли і записує вміст всіх файлових буферів на жорсткий диск." -#. jEQ3F +#. nTNj2 #: 03020104.xhp msgctxt "" "03020104.xhp\n" -"par_id971587473488701\n" +"hd_id3154124\n" "help.text" -msgid "<image src=\"media/helpimg/sbasic/Reset_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Reset Statement diagram</alt></image>" -msgstr "" +msgid "Syntax:" +msgstr "Синтаксис:" + +#. TufHR +#: 03020104.xhp +msgctxt "" +"03020104.xhp\n" +"hd_id3161831\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" #. BXAjN #: 03020104.xhp @@ -10204,14 +9835,14 @@ msgctxt "" msgid "<bookmark_value>Get statement</bookmark_value>" msgstr "<bookmark_value>інструкція Get</bookmark_value>" -#. BpFbE +#. Voqjr #: 03020201.xhp msgctxt "" "03020201.xhp\n" "hd_id3154927\n" "help.text" -msgid "<variable id=\"Get_h1\"><link href=\"text/sbasic/shared/03020201.xhp\">Get Statement</link></variable>" -msgstr "" +msgid "<link href=\"text/sbasic/shared/03020201.xhp\">Get Statement</link>" +msgstr "<link href=\"text/sbasic/shared/03020201.xhp\">Інструкція Get</link>" #. cpLtG #: 03020201.xhp @@ -10231,68 +9862,86 @@ msgctxt "" msgid "See also: <link href=\"text/sbasic/shared/03020204.xhp\" name=\"PUT\"><item type=\"literal\">PUT</item></link> Statement" msgstr "Див. також: інструкція <link href=\"text/sbasic/shared/03020204.xhp\" name=\"PUT\"><item type=\"literal\">PUT</item></link>" -#. UqKMH +#. CJAMj #: 03020201.xhp msgctxt "" "03020201.xhp\n" -"par_id971587473488701\n" +"hd_id3150358\n" "help.text" -msgid "<image src=\"media/helpimg/sbasic/Get_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Get Statement diagram</alt></image>" -msgstr "" +msgid "Syntax:" +msgstr "Синтаксис:" -#. xBhKA +#. wcrTG #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3150792\n" "help.text" -msgid "Get [#]fileNum, [recordNum|filePos], variable" -msgstr "" +msgid "Get [#] FileNumber As Integer, [Position], Variable" +msgstr "Get [#] НомерФайлу As Integer, [Position], Змінна" -#. UM9CG +#. pdTMQ +#: 03020201.xhp +msgctxt "" +"03020201.xhp\n" +"hd_id3154138\n" +"help.text" +msgid "Parameters:" +msgstr "Параметри:" + +#. qDu7V #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3150448\n" "help.text" -msgid "<emph>fileNum:</emph> Any integer expression that determines the file number." -msgstr "" +msgid "<emph>FileNumber:</emph> Any integer expression that determines the file number." +msgstr "<emph>НомерФайлу:</emph> вираз з цілих чисел, що визначає номер файлу." -#. khxG7 +#. rQHwc #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3154684\n" "help.text" -msgid "<emph>recordNum:</emph> For files opened in Random mode, <emph>recordNum</emph> is the number of the record that you want to read." -msgstr "" +msgid "<emph>Position:</emph> For files opened in Random mode, <emph>Position</emph> is the number of the record that you want to read." +msgstr "<emph>Позиція:</emph> для файлів, відкритих в режимі Random, <emph>Позиція</emph> є номером запису, який ви хочете прочитати." -#. 3w9MJ +#. dtVKC #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3153768\n" "help.text" -msgid "For files opened in Binary mode, <emph>filePos</emph> is the byte position in the file where the reading starts." -msgstr "" +msgid "For files opened in Binary mode, <emph>Position</emph> is the byte position in the file where the reading starts." +msgstr "Для файлів, відкритих в режимі Binary, <emph>Позиція</emph> задає байт у файлі, з якого починається читання." -#. NvcjF +#. HcCrg #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3147319\n" "help.text" -msgid "If <emph>recordNum</emph> and <emph>filePos</emph> are omitted, the current position or the current data record of the file is used." -msgstr "" +msgid "If <emph>Position</emph> is omitted, the current position or the current data record of the file is used." +msgstr "Якщо параметр <emph>Позиція</emph> пропущено, то використовується поточна позиція або поточний запис файлу." -#. GZcaW +#. CPBoN #: 03020201.xhp msgctxt "" "03020201.xhp\n" "par_id3149484\n" "help.text" -msgid "<emph>variable:</emph> Name of the variable to be read. With the exception of object variables, you can use any variable type." -msgstr "" +msgid "Variable: Name of the variable to be read. With the exception of object variables, you can use any variable type." +msgstr "Змінна: ім'я змінної для читання. За винятком об'єктних змінних можна використовувати будь-який тип змінної." + +#. NikE3 +#: 03020201.xhp +msgctxt "" +"03020201.xhp\n" +"hd_id3153144\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" #. PQRf6 #: 03020201.xhp @@ -10393,41 +10042,50 @@ msgctxt "" msgid "Reads data from an open sequential file." msgstr "Читає дані з відкритого послідовного файлу." -#. mNkEN +#. 7DMCx #: 03020202.xhp msgctxt "" "03020202.xhp\n" -"par_id971587473488701\n" +"hd_id3125863\n" "help.text" -msgid "<image src=\"media/helpimg/sbasic/Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Input Statement diagram</alt></image>" -msgstr "" +msgid "Syntax:" +msgstr "Синтаксис:" -#. NqnvX +#. eEsn3 #: 03020202.xhp msgctxt "" "03020202.xhp\n" "par_id3150440\n" "help.text" -msgid "Input #fileNum {,|;} var1 [, var2 [, ...]]" -msgstr "" +msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]" +msgstr "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]" -#. EUrQA +#. 4bQRN +#: 03020202.xhp +msgctxt "" +"03020202.xhp\n" +"hd_id3146121\n" +"help.text" +msgid "Parameters:" +msgstr "Параметри:" + +#. emXUX #: 03020202.xhp msgctxt "" "03020202.xhp\n" "par_id3145749\n" "help.text" -msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT." -msgstr "" +msgid "<emph>FileNumber:</emph> Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT." +msgstr "<emph>НомерФайлу:</emph> номер файлу, з якого повинні бути прочитані дані. Такий файл слід відкрити інструкцією Open з ключовим словом INPUT." -#. kJyKM +#. 75Dav #: 03020202.xhp msgctxt "" "03020202.xhp\n" "par_id3150011\n" "help.text" -msgid "<emph>var</emph>: A numeric or string variable that you assign the values read from the opened file to." -msgstr "" +msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to." +msgstr "<emph>var:</emph> числова або символьна змінна, якій присвоюється значення, прочитане з відкритого файлу." #. 23Pzt #: 03020202.xhp @@ -10465,6 +10123,15 @@ msgctxt "" msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted." msgstr "Якщо досягнуто кінець файлу при читанні даних елемента, то з'являється помилка і процес переривається." +#. 3xUNX +#: 03020202.xhp +msgctxt "" +"03020202.xhp\n" +"hd_id3152578\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" + #. xqNBb #: 03020202.xhp msgctxt "" @@ -10483,14 +10150,14 @@ msgctxt "" msgid "' Read data file using Input" msgstr "' Читає файл даних через Input" -#. ASL6h +#. JiWcR #: 03020203.xhp msgctxt "" "03020203.xhp\n" "tit\n" "help.text" -msgid "Line Input# Statement" -msgstr "" +msgid "Line Input # Statement" +msgstr "Інструкція Line Input #" #. CCEuD #: 03020203.xhp @@ -10501,50 +10168,68 @@ msgctxt "" msgid "<bookmark_value>Line Input statement</bookmark_value>" msgstr "<bookmark_value>оператор Line Input</bookmark_value>" -#. DBAiv +#. rG2am #: 03020203.xhp msgctxt "" "03020203.xhp\n" "hd_id3153361\n" "help.text" -msgid "<variable id=\"LineInput_h1\"><link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input# Statement\">Line Input# Statement</link></variable>" -msgstr "" +msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">Line Input # Statement</link>" +msgstr "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Інструкція Line Input #\">Інструкція Line Input #</link>" -#. 5FZ8D +#. QbTVA #: 03020203.xhp msgctxt "" "03020203.xhp\n" "par_id3156280\n" "help.text" -msgid "Reads a line from a sequential file into a variable." -msgstr "" +msgid "Reads strings from a sequential file into a variable." +msgstr "Читає рядки з послідовного файлу в змінну." -#. enCkE +#. NSBkr #: 03020203.xhp msgctxt "" "03020203.xhp\n" -"par_id971587473488701\n" +"hd_id3150447\n" "help.text" -msgid "<image src=\"media/helpimg/sbasic/Line-Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Line Input Statement diagram</alt></image>" -msgstr "" +msgid "Syntax:" +msgstr "Синтаксис:" -#. wrpF7 +#. jCyHM +#: 03020203.xhp +msgctxt "" +"03020203.xhp\n" +"par_id3147229\n" +"help.text" +msgid "Line Input #FileNumber As Integer, Var As String" +msgstr "Line Input #FileNumber As Integer, Змінна As String" + +#. h3tyw +#: 03020203.xhp +msgctxt "" +"03020203.xhp\n" +"hd_id3145173\n" +"help.text" +msgid "Parameters:" +msgstr "Параметри:" + +#. ARTNC #: 03020203.xhp msgctxt "" "03020203.xhp\n" "par_id3161832\n" "help.text" -msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT." -msgstr "" +msgid "<emph>FileNumber: </emph>Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT." +msgstr "<emph>НомерФайлу: </emph>номер файлу, що містить дані, які потрібно прочитати. Файл повинен бути відкритий заздалегідь виразом Open з допомогою ключового слова INPUT." -#. qAR2M +#. KUGEc #: 03020203.xhp msgctxt "" "03020203.xhp\n" "par_id3151119\n" "help.text" -msgid "<emph>variable</emph>: The name of the variable that stores the result." -msgstr "" +msgid "<emph>var:</emph> The name of the variable that stores the result." +msgstr "<emph>var:</emph> ім'я змінної, що використовується для зберігання результату." #. foxtA #: 03020203.xhp @@ -10555,14 +10240,41 @@ msgctxt "" msgid "With the <emph>Line Input#</emph> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string." msgstr "За допомогою інструкції <emph>Line Input#</emph> можна читати рядки з відкритого файлу в змінну. Рядкові змінні зчитуються порядково до першого повернення каретки (Asc=13) або переведення рядка (Asc=10). Символи кінця рядка не включаються в результуючий рядок." -#. fhFEa +#. NjeFe +#: 03020203.xhp +msgctxt "" +"03020203.xhp\n" +"hd_id3163711\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" + +#. Uxyyc +#: 03020203.xhp +msgctxt "" +"03020203.xhp\n" +"par_id3147124\n" +"help.text" +msgid "Print #iNumber, \"This is a line of text\"" +msgstr "Print #iNumber, \"Це рядок тексту\"" + +#. iFP3f +#: 03020203.xhp +msgctxt "" +"03020203.xhp\n" +"par_id3153415\n" +"help.text" +msgid "Print #iNumber, \"This is another line of text\"" +msgstr "Print #iNumber, \"Це ще один рядок тексту\"" + +#. NKDq4 #: 03020204.xhp msgctxt "" "03020204.xhp\n" "tit\n" "help.text" -msgid "Put# Statement" -msgstr "" +msgid "Put Statement" +msgstr "Інструкція Put" #. psWQE #: 03020204.xhp @@ -10573,14 +10285,14 @@ msgctxt "" msgid "<bookmark_value>Put statement</bookmark_value>" msgstr "<bookmark_value>інструкція Put</bookmark_value>" -#. bD34J +#. KHtmv #: 03020204.xhp msgctxt "" "03020204.xhp\n" "hd_id3150360\n" "help.text" -msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put# Statement</link></variable>" -msgstr "" +msgid "<link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put Statement</link>" +msgstr "<link href=\"text/sbasic/shared/03020204.xhp\" name=\"Інструкція Put\">Інструкція Put</link>" #. e8rUp #: 03020204.xhp @@ -10591,50 +10303,59 @@ msgctxt "" msgid "Writes a record to a relative file or a sequence of bytes to a binary file." msgstr "Виконує запис у файл з довільним доступом або записує послідовність байтів у бінарний файл." -#. EEnDK +#. 7iAkD #: 03020204.xhp msgctxt "" "03020204.xhp\n" -"par_id461596463969009\n" +"par_id3156281\n" "help.text" -msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters." -msgstr "" +msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement" +msgstr "Див. також: інструкція <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link>" -#. 9HgEG +#. 9BMWu #: 03020204.xhp msgctxt "" "03020204.xhp\n" -"par_id971587473488701\n" +"hd_id3125863\n" "help.text" -msgid "<image src=\"media/helpimg/sbasic/Put_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Put Statement diagram</alt></image>" -msgstr "" +msgid "Syntax:" +msgstr "Синтаксис:" -#. RBpeh +#. peCza #: 03020204.xhp msgctxt "" "03020204.xhp\n" "par_id3155132\n" "help.text" -msgid "Put [#]fileNum, [recordNum|filePos], variable" -msgstr "" +msgid "Put [#] FileNumber As Integer, [position], Variable" +msgstr "Put [#] FileNumber As Integer, [position], Змінна" + +#. CJNhF +#: 03020204.xhp +msgctxt "" +"03020204.xhp\n" +"hd_id3153190\n" +"help.text" +msgid "Parameters:" +msgstr "Параметри:" -#. bSFd2 +#. AgaBs #: 03020204.xhp msgctxt "" "03020204.xhp\n" "par_id3146120\n" "help.text" -msgid "<emph>fileNum</emph>: Any integer expression that defines the file that you want to write to." -msgstr "" +msgid "<emph>FileNumber:</emph> Any integer expression that defines the file that you want to write to." +msgstr "<emph>НомерФайлу:</emph> вираз з цілих чисел, що визначає номер файлу, в який необхідно зробити запис." -#. AiZUD +#. Jf6hw #: 03020204.xhp msgctxt "" "03020204.xhp\n" "par_id3155411\n" "help.text" -msgid "<emph>recordNum, filePos</emph>: For relative files (random access files), the number of the record that you want to write." -msgstr "" +msgid "<emph>Position: </emph>For relative files (random access files), the number of the record that you want to write." +msgstr "<emph>Позиція:</emph> для файлів з довільним доступом номер потрібного запису." #. dUyzK #: 03020204.xhp @@ -10645,14 +10366,14 @@ msgctxt "" msgid "For binary files (binary access), the position of the byte in the file where you want to start writing." msgstr "Для бінарних файлів (бінарний доступ) - байт, з якого необхідно почати запис." -#. iGF9L +#. pfzL3 #: 03020204.xhp msgctxt "" "03020204.xhp\n" "par_id3153729\n" "help.text" -msgid "<emph>variable</emph>: Name of the variable that you want to write to the file." -msgstr "" +msgid "<emph>Variable:</emph> Name of the variable that you want to write to the file." +msgstr "<emph>Змінна:</emph> ім'я змінної для запису у файл." #. yyf95 #: 03020204.xhp @@ -10672,6 +10393,78 @@ msgctxt "" msgid "Note for binary files: The contents of the variables are written to the specified position, and the file pointer is inserted directly after the last byte. No space is left between the records." msgstr "Для бінарних файлів: вміст змінних записується в зазначену позицію, а вказівник позиції у файлі встановлюється після останнього записаного байта без якого-небудь простору між записами." +#. RbBPk +#: 03020204.xhp +msgctxt "" +"03020204.xhp\n" +"hd_id3154491\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" + +#. zJjTB +#: 03020204.xhp +msgctxt "" +"03020204.xhp\n" +"par_id3154729\n" +"help.text" +msgid "Dim sText As Variant ' Must be a variant type" +msgstr "Dim sText As Variant ' повинен бути типу Variant" + +#. 3rrxn +#: 03020204.xhp +msgctxt "" +"03020204.xhp\n" +"par_id3156278\n" +"help.text" +msgid "Seek #iNumber,1 ' Position To start writing" +msgstr "Seek #iNumber,1 ' Позиція, з якої необхідно почати запис" + +#. 3KrYs +#: 03020204.xhp +msgctxt "" +"03020204.xhp\n" +"par_id3153711\n" +"help.text" +msgid "Put #iNumber,, \"This is the first line of text\" ' Fill line with text" +msgstr "Put #iNumber,, \"Це перший рядок тексту\" ' Заповнення рядка текстом" + +#. DRAfy +#: 03020204.xhp +msgctxt "" +"03020204.xhp\n" +"par_id3155446\n" +"help.text" +msgid "Put #iNumber,, \"This is the second line of text\"" +msgstr "Put #iNumber,, \"Це другий рядок тексту\"" + +#. fnJbV +#: 03020204.xhp +msgctxt "" +"03020204.xhp\n" +"par_id3154255\n" +"help.text" +msgid "Put #iNumber,, \"This is the third line of text\"" +msgstr "Put #iNumber,, \"Це третій рядок тексту\"" + +#. 4GkxW +#: 03020204.xhp +msgctxt "" +"03020204.xhp\n" +"par_id3150940\n" +"help.text" +msgid "Put #iNumber,,\"This is new text\"" +msgstr "Put #iNumber,,\"Це новий текст\"" + +#. 7LFxv +#: 03020204.xhp +msgctxt "" +"03020204.xhp\n" +"par_id3159102\n" +"help.text" +msgid "Put #iNumber,20,\"This is the text in record 20\"" +msgstr "Put #iNumber,20,\"Це текст у записі 20\"" + #. BTr9L #: 03020205.xhp msgctxt "" @@ -10690,59 +10483,68 @@ msgctxt "" msgid "<bookmark_value>Write statement</bookmark_value>" msgstr "<bookmark_value>інструкція Write</bookmark_value>" -#. xn3Ji +#. DBBvs #: 03020205.xhp msgctxt "" "03020205.xhp\n" "hd_id3147229\n" "help.text" -msgid "<variable id=\"Write_h1\"><link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write# Statement\">Write# Statement</link></variable>" -msgstr "" +msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">Write Statement</link>" +msgstr "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Інструкція Write\">Інструкція Write</link>" -#. G4X6k +#. CMSkU #: 03020205.xhp msgctxt "" "03020205.xhp\n" "par_id3154685\n" "help.text" -msgid "Writes data to a sequential text file with delimiting characters." -msgstr "" +msgid "Writes data to a sequential file." +msgstr "Записує дані у послідовний файл." -#. fB8hV +#. eoeBE #: 03020205.xhp msgctxt "" "03020205.xhp\n" -"par_id461596463969009\n" +"hd_id3150449\n" "help.text" -msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file." -msgstr "" +msgid "Syntax:" +msgstr "Синтаксис:" -#. WxpRu +#. jxyZn #: 03020205.xhp msgctxt "" "03020205.xhp\n" -"par_id971587473488701\n" +"par_id3145785\n" "help.text" -msgid "<image src=\"media/helpimg/sbasic/Write_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Write Statement diagram</alt></image>" -msgstr "" +msgid "Write [#FileName], [Expressionlist]" +msgstr "Write [#FileName], [Expressionlist]" -#. xEMDC +#. ceFn6 +#: 03020205.xhp +msgctxt "" +"03020205.xhp\n" +"hd_id3151116\n" +"help.text" +msgid "Parameters:" +msgstr "Параметри:" + +#. RsZEE #: 03020205.xhp msgctxt "" "03020205.xhp\n" "par_id3153728\n" "help.text" -msgid "<emph>fileNum</emph>: Any numeric expression that contains the file number that was set by the Open statement for the respective file." -msgstr "" +msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file." +msgstr "<emph>Ім'я:</emph> будь-який числовий вираз, що містить номер файлу, який був заданий виразом Open для відповідного файлу." -#. TwHF7 +#. aCyvx #: 03020205.xhp msgctxt "" "03020205.xhp\n" "par_id3146120\n" "help.text" -msgid "<emph>expression</emph> list: Variables or expressions that you want to enter in a file, separated by commas." -msgstr "" +msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas." +msgstr "<emph>СписокВиразів:</emph> змінні або вирази для запису у файл, розділені комами." #. RERPn #: 03020205.xhp @@ -10789,6 +10591,15 @@ msgctxt "" msgid "Numbers with decimal delimiters are converted according to the locale settings." msgstr "Числа з десятковими значеннями перетворюються відповідно до локальних параметрів." +#. Xhb5c +#: 03020205.xhp +msgctxt "" +"03020205.xhp\n" +"hd_id3151073\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" + #. ejANh #: 03020301.xhp msgctxt "" @@ -11311,14 +11122,14 @@ msgctxt "" msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement." msgstr "<emph>НомерФайлу:</emph> номер каналу даних, що використовується в операторі Open." -#. MbdMB +#. ybPDP #: 03020305.xhp msgctxt "" "03020305.xhp\n" "tit\n" "help.text" -msgid "Seek# Statement" -msgstr "" +msgid "Seek Statement" +msgstr "Інструкція Seek" #. vLW2K #: 03020305.xhp @@ -11329,14 +11140,14 @@ msgctxt "" msgid "<bookmark_value>Seek statement</bookmark_value>" msgstr "<bookmark_value>інструкція Seek</bookmark_value>" -#. 9HcVZ +#. PpSRU #: 03020305.xhp msgctxt "" "03020305.xhp\n" "hd_id3159413\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek# Statement\">Seek Statement</link>" -msgstr "" +msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">Seek Statement</link>" +msgstr "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Інструкція Seek\">Інструкція Seek</link>" #. RBPKW #: 03020305.xhp @@ -11365,59 +11176,59 @@ msgctxt "" msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur." msgstr "Для всіх інших файлів Seek встановлює позицію в байтах для наступних операцій." -#. sbuDC +#. wYVfB #: 03020305.xhp msgctxt "" "03020305.xhp\n" -"par_id971587473488701\n" +"par_id3156280\n" "help.text" -msgid "<image src=\"media/helpimg/sbasic/Seek_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Seek Statement diagram</alt></image>" -msgstr "" +msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>." +msgstr "Див. також: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>." -#. PjcAp +#. yVEYG #: 03020305.xhp msgctxt "" "03020305.xhp\n" -"par_id3145273\n" +"hd_id3145785\n" "help.text" -msgid "Seek [#]filePos, {filePos|recordNum}" -msgstr "" +msgid "Syntax:" +msgstr "Синтаксис:" -#. vwzuK +#. 7M3ws #: 03020305.xhp msgctxt "" "03020305.xhp\n" -"hd_id3153379\n" +"par_id3145273\n" "help.text" -msgid "Parameters:" -msgstr "" +msgid "Seek[#FileNumber], Position (As Long)" +msgstr "Seek[#FileNumber], Position (As Long)" -#. x86KJ +#. nRRME #: 03020305.xhp msgctxt "" "03020305.xhp\n" -"par_id3153952\n" +"hd_id3154321\n" "help.text" -msgid "<emph>fileNum</emph>: The data channel number used in the Open statement." -msgstr "" +msgid "Parameters:" +msgstr "Параметри:" -#. FrYvd +#. ySD8U #: 03020305.xhp msgctxt "" "03020305.xhp\n" -"par_id3145366\n" +"par_id3153952\n" "help.text" -msgid "<emph>filePos, recordNum</emph>: Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on." -msgstr "" +msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement." +msgstr "<emph>НомерФайлу: </emph> номер дескриптора каналу даних, використаний в операторі Open." -#. 5LDFE +#. Jf97B #: 03020305.xhp msgctxt "" "03020305.xhp\n" -"par_id491596468328575\n" +"par_id3145366\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link> function" -msgstr "" +msgid "<emph>Position: </emph>Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on." +msgstr "<emph>Позиція</emph>. Позиція для наступної операції запису або читання. Це може бути число від 1 до 2 147 483 647. Залежно від типу файлу, ця позиція вказує номер запису (файли в режимі Random) або позицію в байтах (файли в режимі Binary, Output, Append або Input). Перший байт файлу має позицію 1, другий байт - позицію 2 і т.д." #. Nwouh #: 03020400.xhp @@ -16918,41 +16729,86 @@ msgctxt "" msgid "The following functions and statements set or return the system date and time." msgstr "Для задання і повернення системної дати і часу призначені такі функції та інструкції." -#. wJjQV +#. YWfEf #: 03030301.xhp msgctxt "" "03030301.xhp\n" "tit\n" "help.text" -msgid "Date Function" -msgstr "" +msgid "Date Statement" +msgstr "Інструкція Date" -#. HEEFx +#. xpFBx #: 03030301.xhp msgctxt "" "03030301.xhp\n" "bm_id3156027\n" "help.text" -msgid "<bookmark_value>Date function</bookmark_value>" -msgstr "" +msgid "<bookmark_value>Date statement</bookmark_value>" +msgstr "<bookmark_value>інструкція Date</bookmark_value>" -#. u9AkG +#. vDWSN #: 03030301.xhp msgctxt "" "03030301.xhp\n" "hd_id3156027\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03030301.xhp\" name=\"Date Function\">Date Function</link>" -msgstr "" +msgid "<link href=\"text/sbasic/shared/03030301.xhp\" name=\"Date Statement\">Date Statement</link>" +msgstr "<link href=\"text/sbasic/shared/03030301.xhp\" name=\"Інструкція Date\">Інструкція Date</link>" -#. AaA3G +#. GMwEL #: 03030301.xhp msgctxt "" "03030301.xhp\n" "par_id3147291\n" "help.text" -msgid "Returns the current system date as a string, or date variant." -msgstr "" +msgid "Returns the current system date as a string, or resets the date. The date format depends on your local system settings." +msgstr "Повертає поточну дату операційної системи у вигляді рядка або встановлює її. Формат дати визначається регіональними параметрами системи." + +#. CUY3q +#: 03030301.xhp +msgctxt "" +"03030301.xhp\n" +"hd_id3148686\n" +"help.text" +msgid "Syntax:" +msgstr "Синтаксис:" + +#. QoCJW +#: 03030301.xhp +msgctxt "" +"03030301.xhp\n" +"par_id3146794\n" +"help.text" +msgid "Date ; Date = Text As String" +msgstr "Date ; Date = Текст As String" + +#. 8QFeW +#: 03030301.xhp +msgctxt "" +"03030301.xhp\n" +"hd_id3154347\n" +"help.text" +msgid "Parameters:" +msgstr "Параметри:" + +#. 57eNx +#: 03030301.xhp +msgctxt "" +"03030301.xhp\n" +"par_id3145069\n" +"help.text" +msgid "<emph>Text:</emph> Only required in order to reset the system date. In this case, the string expression must correspond to the date format defined in your local settings." +msgstr "<emph>Текст:</emph> потрібно тільки в тому випадку, якщо слід встановити системну дату. Цей рядковий вираз має відповідати формату дати, визначеному у регіональних параметрах." + +#. waEYM +#: 03030301.xhp +msgctxt "" +"03030301.xhp\n" +"hd_id3150793\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" #. BUc3C #: 03030301.xhp @@ -16963,32 +16819,32 @@ msgctxt "" msgid "MsgBox \"The date is \" & Date" msgstr "msgbox \"Сьогодні - \" & Date" -#. W99bB +#. CCirC #: 03030302.xhp msgctxt "" "03030302.xhp\n" "tit\n" "help.text" -msgid "Time Function" -msgstr "" +msgid "Time Statement" +msgstr "Інструкція Time" -#. peCLU +#. Ypbnk #: 03030302.xhp msgctxt "" "03030302.xhp\n" "bm_id3145090\n" "help.text" -msgid "<bookmark_value>Time function</bookmark_value>" -msgstr "" +msgid "<bookmark_value>Time statement</bookmark_value>" +msgstr "<bookmark_value>інструкція Time</bookmark_value>" -#. tBoRS +#. xLpG8 #: 03030302.xhp msgctxt "" "03030302.xhp\n" "hd_id3145090\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03030302.xhp\" name=\"Time Function\">Time Function</link>" -msgstr "" +msgid "<link href=\"text/sbasic/shared/03030302.xhp\">Time Statement</link>" +msgstr "<link href=\"text/sbasic/shared/03030302.xhp\">Інструкція Time</link>" #. FHKSk #: 03030302.xhp @@ -16999,6 +16855,42 @@ msgctxt "" msgid "This function returns the current system time as a string in the format \"HH:MM:SS\"." msgstr "Ця функція повертає поточний час операційної системи як рядок у форматі ''ГГ:ХХ:СС\"." +#. G29nS +#: 03030302.xhp +msgctxt "" +"03030302.xhp\n" +"hd_id3154346\n" +"help.text" +msgid "Syntax:" +msgstr "Синтаксис:" + +#. rG5UZ +#: 03030302.xhp +msgctxt "" +"03030302.xhp\n" +"hd_id3150792\n" +"help.text" +msgid "Parameters:" +msgstr "Параметри:" + +#. 6LxaE +#: 03030302.xhp +msgctxt "" +"03030302.xhp\n" +"par_id3149656\n" +"help.text" +msgid "<emph>Text:</emph> Any string expression that specifies the new time in the format \"HH:MM:SS\"." +msgstr "<emph>Текст:</emph> будь-який вираз, що містить визначений час у форматі ''ГГ:ХХ:СС\"." + +#. psu4B +#: 03030302.xhp +msgctxt "" +"03030302.xhp\n" +"hd_id3145173\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" + #. Aguz5 #: 03030302.xhp msgctxt "" @@ -17926,14 +17818,14 @@ 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 +#. 7FXhq #: 03050500.xhp msgctxt "" "03050500.xhp\n" "par_id3145173\n" "help.text" -msgid "On [Local] Error {GoTo Labelname | GoTo 0 | Resume Next}" -msgstr "" +msgid "On {[Local] Error GoTo Labelname | GoTo 0 | Resume Next}" +msgstr "On {[Local] Error GoTo Labelname | GoTo 0 | Resume Next}" #. EBAKU #: 03050500.xhp @@ -22183,86 +22075,77 @@ msgctxt "" msgid "If...Then...Else Statement" msgstr "Інструкція If...Then...Else" -#. 2tiGA +#. C5KRD #: 03090101.xhp msgctxt "" "03090101.xhp\n" "bm_id3154422\n" "help.text" -msgid "<bookmark_value>If statement</bookmark_value> <bookmark_value>ElseIf; If statement</bookmark_value> <bookmark_value>Else If;If statement</bookmark_value> <bookmark_value>Else;If statement</bookmark_value> <bookmark_value>Else;If statement</bookmark_value> <bookmark_value>End If;If statement</bookmark_value> <bookmark_value>EndIf;If statement</bookmark_value>" -msgstr "" +msgid "<bookmark_value>If statement</bookmark_value>" +msgstr "<bookmark_value>інструкція If</bookmark_value>" -#. iGHxs +#. NPPep #: 03090101.xhp msgctxt "" "03090101.xhp\n" -"hd_id81592320644826\n" +"hd_id3154422\n" "help.text" msgid "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"If...Then...Else Statement\">If...Then...Else Statement</link>" -msgstr "" +msgstr "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"Інструкція If...Then...Else\">Інструкція If...Then...Else</link>" -#. aPd9F +#. pGNqu #: 03090101.xhp msgctxt "" "03090101.xhp\n" "par_id3155555\n" "help.text" -msgid "Defines one or more statement blocks that you only want to execute if a given condition or expression is <literal>True</literal>." -msgstr "" - -#. udXzN -#: 03090101.xhp -msgctxt "" -"03090101.xhp\n" -"par_id311592320434736\n" -"help.text" -msgid "<image src=\"media/helpimg/sbasic/If_statement.svg\" id=\"img_id601592320434736\"><alt id=\"alt_id551592320434736\">If...EndIf statement</alt></image>" -msgstr "" +msgid "Defines one or more statement blocks that you only want to execute if a given condition is True." +msgstr "Визначає одну або декілька ділянок програми, які повинні виконуватися у випадку, якщо задана умова має значення True." -#. cWAi6 +#. 9w2wm #: 03090101.xhp msgctxt "" "03090101.xhp\n" -"par_id591592320435808\n" +"hd_id3146957\n" "help.text" -msgid "<image src=\"media/helpimg/sbasic/ElseIf_fragment.svg\" id=\"img_id691592320435808\"><alt id=\"alt_id341592320435808\">ElseIf fragment</alt></image>" -msgstr "" +msgid "Syntax:" +msgstr "Синтаксис:" -#. 9oiMB +#. yeLUr #: 03090101.xhp msgctxt "" "03090101.xhp\n" -"par_id221592320436632\n" +"par_id3153126\n" "help.text" -msgid "<image src=\"media/helpimg/sbasic/Else_fragment.svg\" id=\"img_id81592320436632\"><alt id=\"alt_id391592320436632\">Else fragment</alt></image>" -msgstr "" +msgid "If condition=true Then Statement block [ElseIf condition=true Then] Statement block [Else] Statement block EndIf" +msgstr "If Умова=true Then блок інструкцій [ElseIf умова=true Then] блок інструкцій [Else] блок інструкцій EndIf" -#. DQy4R +#. aXATA #: 03090101.xhp msgctxt "" "03090101.xhp\n" "par_id3123476\n" "help.text" -msgid "Instead of <emph>Else If</emph> you can write <emph>ElseIf</emph>, instead of <emph>End If</emph> you can write <emph>EndIf</emph>." -msgstr "" +msgid "Instead of Else If you can write ElseIf, instead of End If you can write EndIf." +msgstr "Замість Else If можна вписати ElseIf, а замість End If - EndIf." -#. AXTiW +#. FFDsF #: 03090101.xhp msgctxt "" "03090101.xhp\n" -"par_id631592322239043\n" +"hd_id3155419\n" "help.text" -msgid "<emph>If</emph> statements can be shortened to one line when using single statement blocks." -msgstr "" +msgid "Parameters:" +msgstr "Параметри:" -#. VDj9r +#. ERvpY #: 03090101.xhp msgctxt "" "03090101.xhp\n" "par_id3153062\n" "help.text" -msgid "The <emph>If...Then</emph> statement executes program blocks depending on given conditions. When %PRODUCTNAME Basic encounters an <emph>If</emph> statement, the condition is tested. If the condition is <literal>True</literal>, all subsequent statements up to the next <emph>Else</emph> or <emph>ElseIf</emph> statement are executed. If the condition is <literal>False</literal>, and an <emph>ElseIf</emph> statement follows, %PRODUCTNAME Basic tests the next expression and executes the following statements if the condition is <literal>True</literal>. If <literal>False</literal>, the program continues either with the next <emph>ElseIf</emph> or <emph>Else</emph> statement. Statements following <emph>Else</emph> are executed only if none of the previously tested conditions were <literal>True</literal>. After all conditions are evaluated, and the corresponding statements executed, the program continues with the statement following <emph>EndIf</emph>." -msgstr "" +msgid "The <emph>If...Then</emph> statement executes program blocks depending on given conditions. When $[officename] Basic encounters an <emph>If</emph> statement, the condition is tested. If the condition is True, all subsequent statements up to the next <emph>Else</emph> or <emph>ElseIf</emph> statement are executed. If the condition is False, and an <emph>ElseIf</emph> statement follows, $[officename] Basic tests the next condition and executes the following statements if the condition is True. If False, the program continues either with the next <emph>ElseIf</emph> or <emph>Else</emph> statement. Statements following <emph>Else</emph> are executed only if none of the previously tested conditions were True. After all conditions are evaluated, and the corresponding statements executed, the program continues with the statement following <emph>EndIf</emph>." +msgstr "Інструкція <emph>If...Then</emph> використовується для виконання ділянок програми залежно від заданих умов. Коли $[officename] Basic зустрічає інструкцію <emph>If</emph>, то перевіряється логічна умова. Якщо вона дорівнює True, то виконуються всі подальші інструкції аж до наступної інструкції <emph>Else</emph> або <emph>ElseIf</emph>. Якщо ця умова рівна False і зустрічається інструкція <emph>ElseIf</emph> $[officename] Basic перевіряє наступну умову і виконує подальші інструкції, якщо вона дорівнює True. Коли ж вона дорівнює False, програма переходить до наступної інструкції <emph>ElseIf</emph> або <emph>Else</emph>. Інструкції після <emph>Else</emph> виконуються тільки в тому випадку, якщо жодна із попередніх умов не дорівнювала True. Після того, як усі умови перевірені і відповідні інструкції виконані, програма переходить до інструкції, наступної за <emph>EndIf</emph>." #. NKDQG #: 03090101.xhp @@ -22300,6 +22183,15 @@ msgctxt "" msgid "The following example enables you to enter the expiration date of a product, and determines if the expiration date has passed." msgstr "Наступний приклад дає можливість ввести термін придатності продукту і повідомляє, чи минув цей термін придатності." +#. TZWBx +#: 03090101.xhp +msgctxt "" +"03090101.xhp\n" +"hd_id3152576\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" + #. gDmAx #: 03090101.xhp msgctxt "" @@ -22336,24 +22228,6 @@ msgctxt "" msgid "MsgBox \"The expiration date is today\"" msgstr "MsgBox \"Термін придатності минає сьогодні\"" -#. 7qi2i -#: 03090101.xhp -msgctxt "" -"03090101.xhp\n" -"par_id161588865796615\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select Case statement\">Select Case</link> statement" -msgstr "" - -#. W4Sgi -#: 03090101.xhp -msgctxt "" -"03090101.xhp\n" -"par_id281588865818334\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"Iif function\">Iif</link> or <link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch function\">Switch</link> functions" -msgstr "" - #. ArPEq #: 03090102.xhp msgctxt "" @@ -22399,94 +22273,31 @@ msgctxt "" msgid "<image src=\"media/helpimg/sbasic/Select-Case_statement.svg\" id=\"img_id931588605629842\"><alt id=\"alt_id931588605629842\">Select Case syntax</alt></image>" msgstr "" -#. TJu4u -#: 03090102.xhp -msgctxt "" -"03090102.xhp\n" -"bas_id251592381900645\n" -"help.text" -msgid "Select Case expression" -msgstr "" - -#. XrXnH +#. jsSZ5 #: 03090102.xhp msgctxt "" "03090102.xhp\n" -"bas_id321592381903509\n" -"help.text" -msgid "Case values" -msgstr "" - -#. DCDEC -#: 03090102.xhp -msgctxt "" -"03090102.xhp\n" -"bas_id231592381903973\n" -"help.text" -msgid "Statement Block" -msgstr "" - -#. 9KDPg -#: 03090102.xhp -msgctxt "" -"03090102.xhp\n" -"bas_id361592381904372\n" -"help.text" -msgid "[ Case values2" -msgstr "" - -#. jSGvu -#: 03090102.xhp -msgctxt "" -"03090102.xhp\n" -"bas_id421592382002520\n" -"help.text" -msgid "Statement Block]" -msgstr "" - -#. NcGYQ -#: 03090102.xhp -msgctxt "" -"03090102.xhp\n" -"bas_id161592382004496\n" -"help.text" -msgid "[ Case Else" -msgstr "" - -#. FkAUG -#: 03090102.xhp -msgctxt "" -"03090102.xhp\n" -"bas_id681592382005351\n" -"help.text" -msgid "Statement Block]" -msgstr "" - -#. MmACE -#: 03090102.xhp -msgctxt "" -"03090102.xhp\n" -"bas_id831592381905293\n" +"par_id3150400\n" "help.text" -msgid "End Select" -msgstr "" +msgid "Select Case condition Case expression Statement Block [Case expression2 Statement Block][Case Else] Statement Block End Select" +msgstr "Select Case умова Case вираз Блок Інструкцій [Case вираз2 Блок Інструкцій][Case Else] Блок Інструкцій End Select" -#. HLsCW +#. yuqsv #: 03090102.xhp msgctxt "" "03090102.xhp\n" "par_id3156281\n" "help.text" -msgid "<emph>expression:</emph> Any expression that controls if the statement block that follows the respective <literal>Case</literal> clause is executed." +msgid "<emph>condition:</emph> Any expression that controls if the statement block that follows the respective Case clause is executed." msgstr "" -#. F88YW +#. DoPTj #: 03090102.xhp msgctxt "" "03090102.xhp\n" "par_id3150448\n" "help.text" -msgid "<emph>values:</emph> Any value list that is compatible with the expression. The statement block that follows the <literal>Case</literal> clause is executed if <emph>expression</emph> matches <emph>values</emph>." +msgid "<emph>expression:</emph> Any expression that is compatible with the condition type expression. The statement block that follows the <literal>Case</literal> clause is executed if <emph>condition</emph> matches <emph>expression</emph>." msgstr "" #. oCrpX @@ -22525,50 +22336,32 @@ msgctxt "" msgid "Print \"Out of range 1 to 10\"" msgstr "Print \"Поза діапазоном від 1 до 10\"" -#. UtJXY -#: 03090102.xhp -msgctxt "" -"03090102.xhp\n" -"par_id161588865796615\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"If...Then...Else statement\">If</link> statement" -msgstr "" - -#. mqu6n -#: 03090102.xhp -msgctxt "" -"03090102.xhp\n" -"par_id281588865818334\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"Iif function\">Iif</link> or <link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch function\">Switch</link> functions" -msgstr "" - -#. pm7E8 +#. WfFsT #: 03090103.xhp msgctxt "" "03090103.xhp\n" "tit\n" "help.text" -msgid "IIf Function" -msgstr "" +msgid "IIf Statement" +msgstr "Інструкція IIf" -#. G8vo7 +#. WcDhC #: 03090103.xhp msgctxt "" "03090103.xhp\n" "bm_id3155420\n" "help.text" -msgid "<bookmark_value>IIf function</bookmark_value>" -msgstr "" +msgid "<bookmark_value>IIf statement</bookmark_value>" +msgstr "<bookmark_value>інструкція IIf</bookmark_value>" -#. ZvPAM +#. HvJuA #: 03090103.xhp msgctxt "" "03090103.xhp\n" "hd_id3155420\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"IIf Function\">IIf Function</link>" -msgstr "" +msgid "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"IIf Statement\">IIf Statement</link>" +msgstr "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"Інструкція IIf\">Інструкція IIf</link>" #. nYxhE #: 03090103.xhp @@ -22579,6 +22372,15 @@ msgctxt "" msgid "Returns one of two possible function results, depending on the logical value of the evaluated expression." msgstr "Повертає один з двох можливих результатів функції залежно від логічного значення виразу." +#. DMbgx +#: 03090103.xhp +msgctxt "" +"03090103.xhp\n" +"hd_id3159413\n" +"help.text" +msgid "Syntax:" +msgstr "Синтаксис:" + #. dDDFQ #: 03090103.xhp msgctxt "" @@ -22588,6 +22390,15 @@ msgctxt "" msgid "IIf (Expression, ExpressionTrue, ExpressionFalse)" msgstr "IIf (Вираз, Вираз_True, Вираз_False)" +#. Jr9BS +#: 03090103.xhp +msgctxt "" +"03090103.xhp\n" +"hd_id3150541\n" +"help.text" +msgid "Parameters:" +msgstr "Параметри:" + #. TXHsN #: 03090103.xhp msgctxt "" @@ -22606,51 +22417,6 @@ msgctxt "" msgid "<emph>ExpressionTrue, ExpressionFalse:</emph> Any expression, one of which will be returned as the function result, depending on the logical evaluation." msgstr "<emph>Вираз_Тгuе, Вираз_False</emph>. Вирази, один з яких буде результатом функції в залежності від обчислення логічного виразу." -#. iEQga -#: 03090103.xhp -msgctxt "" -"03090103.xhp\n" -"par_id541598638231139\n" -"help.text" -msgid "IIf evaluates both <literal>ExpressionTrue</literal> and <literal>ExpressionFalse</literal> even if it returns only one of them. If one of the expressions results in error, the function returns the error. For example, do not use IIF to bypass a possible division by zero result." -msgstr "" - -#. vGAma -#: 03090103.xhp -msgctxt "" -"03090103.xhp\n" -"par_id1001598638460925\n" -"help.text" -msgid "REM Returns the maximum of 3 values" -msgstr "" - -#. 9JAJ5 -#: 03090103.xhp -msgctxt "" -"03090103.xhp\n" -"par_id161598638840133\n" -"help.text" -msgid "REM Bad usage of function IIf" -msgstr "" - -#. dNxFE -#: 03090103.xhp -msgctxt "" -"03090103.xhp\n" -"par_id161588865796615\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"If...Then...Else statement\">If</link> or <link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select Case statement\">Select Case</link> statements" -msgstr "" - -#. DjnF7 -#: 03090103.xhp -msgctxt "" -"03090103.xhp\n" -"par_id281588865818334\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch function\">Switch</link> function" -msgstr "" - #. RKALL #: 03090200.xhp msgctxt "" @@ -22705,95 +22471,311 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop Statement\">Do...Loop Statement</link>" msgstr "<link href=\"text/sbasic/shared/03090201.xhp\" name=\"Інструкція Do...Loop\">Інструкція Do...Loop</link>" -#. iC6SG +#. xyfDP #: 03090201.xhp msgctxt "" "03090201.xhp\n" "par_id3109850\n" "help.text" -msgid "Repeats the statements between the <emph>Do</emph> and the <emph>Loop</emph> statement while the condition is <literal>True</literal> or until the condition becomes <literal>True</literal>." -msgstr "" +msgid "Repeats the statements between the Do and the Loop statement while the condition is True or until the condition becomes True." +msgstr "Повторює інструкції між інструкцією Do і Loop, поки умова рівна True або поки умова не стане дорівнювати True." -#. aiGhW +#. caSom #: 03090201.xhp msgctxt "" "03090201.xhp\n" -"par_id311592320434736\n" +"hd_id3149119\n" "help.text" -msgid "<image src=\"media/helpimg/sbasic/Do_statement.svg\" id=\"img_id601592320434736\"><alt id=\"alt_id551592320434736\">Do statement</alt></image>" -msgstr "" +msgid "Syntax" +msgstr "Синтаксис" -#. Ebajb +#. 3K2PH #: 03090201.xhp msgctxt "" "03090201.xhp\n" -"bas_id171592386317704\n" +"par_id3155150\n" "help.text" -msgid "' Do While: The statement block is repeated as long as the condition is true" -msgstr "" +msgid "Do [{While | Until} condition = True]" +msgstr "Do [{While | Until} Умова = True]" -#. VDEWA +#. UwrEt #: 03090201.xhp msgctxt "" "03090201.xhp\n" -"bas_id11592386319239\n" +"par_id3154422\n" "help.text" -msgid "' Do Until: The statement block is repeated as long as the condition is false" -msgstr "" +msgid "statement block" +msgstr "блок інструкцій" -#. Dsqzg +#. JsBm9 #: 03090201.xhp msgctxt "" "03090201.xhp\n" -"par_id591592320435808\n" +"par_id3150789\n" "help.text" -msgid "<image src=\"media/helpimg/sbasic/Do-Loop_statement.svg\" id=\"img_id691592320435808\"><alt id=\"alt_id341592320435808\">Do...Loop statement</alt></image>" -msgstr "" +msgid "[Exit Do]" +msgstr "[Exit Do]" -#. VVtxi +#. rP8AT #: 03090201.xhp msgctxt "" "03090201.xhp\n" -"bas_id911592386676044\n" +"par_id3155805\n" "help.text" -msgid "' Loop While: The statement block repeats as long as the condition is true" -msgstr "" +msgid "statement block" +msgstr "блок інструкцій" -#. 92FMy +#. AWeCW #: 03090201.xhp msgctxt "" "03090201.xhp\n" -"bas_id971592386677004\n" +"par_id3145090\n" "help.text" -msgid "' Loop Until: The statement block repeats until the condition is true" -msgstr "" +msgid "Loop" +msgstr "Loop" -#. YFnQL +#. 9Cv7B #: 03090201.xhp msgctxt "" "03090201.xhp\n" -"par_id3150791\n" +"par_id3154749\n" "help.text" -msgid "The <emph>Do...Loop</emph> statement executes a loop as long as, or until, a certain condition is <literal>True</literal>. The condition for exiting the loop must be entered following either the <emph>Do</emph> or the <emph>Loop</emph> statement. The above examples are valid combinations." -msgstr "" +msgid "or" +msgstr "або" + +#. Aj9kr +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3150503\n" +"help.text" +msgid "Do" +msgstr "Do" + +#. yGEJd +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3149762\n" +"help.text" +msgid "statement block" +msgstr "блок інструкцій" + +#. 93KEy +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3150984\n" +"help.text" +msgid "[Exit Do]" +msgstr "[Exit Do]" + +#. o2rc9 +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3143228\n" +"help.text" +msgid "statement block" +msgstr "блок інструкцій" -#. 8QxEA +#. 8qghf +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3149235\n" +"help.text" +msgid "Loop [{While | Until} condition = True]" +msgstr "Loop [{While | Until} Умова = True]" + +#. 2AEDG +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"hd_id3156024\n" +"help.text" +msgid "Parameters/Elements" +msgstr "Параметри/Елементи" + +#. qkEcG #: 03090201.xhp msgctxt "" "03090201.xhp\n" "par_id3156344\n" "help.text" -msgid "<emph>condition:</emph> A comparison, numeric or Basic expression, that evaluates to either <literal>True</literal> or <literal>False</literal>." -msgstr "" +msgid "<emph>Condition:</emph> A comparison, numeric or string expression, that evaluates either True or False." +msgstr "<emph>Умова:</emph> порівняння, числовий або рядковий вираз, що обчислюється як True або False." -#. C6QdX +#. jLqcT #: 03090201.xhp msgctxt "" "03090201.xhp\n" "par_id3149669\n" "help.text" -msgid "<emph>statements:</emph> Statements that you want to repeat while or until a condition is <literal>True</literal>." -msgstr "" +msgid "<emph>Statement block:</emph> Statements that you want to repeat while or until the condition is True." +msgstr "<emph>Блок інструкцій:</emph> інструкції, які потрібно повторювати, поки умова рівна True або поки умова не стане дорівнювати True." + +#. PdzkX +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3150791\n" +"help.text" +msgid "The <emph>Do...Loop</emph> statement executes a loop as long as, or until, a certain condition is True. The condition for exiting the loop must be entered following either the <emph>Do</emph> or the <emph>Loop</emph> statement. The following examples are valid combinations:" +msgstr "Інструкція <emph>Do...Loop</emph> виконує цикл, поки певна умова рівна True або поки вона не стане дорівнювати True. Умова виходу з циклу має бути введена після інструкції <emph>Do</emph> або <emph>Loop</emph>. У наступних прикладах представлені допустимі комбінації:" + +#. uYAtt +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"hd_id3154366\n" +"help.text" +msgid "Syntax" +msgstr "Синтаксис" + +#. kfmWR +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3145171\n" +"help.text" +msgid "Do While condition = True" +msgstr "Do While Умова = True" + +#. f6vGS +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3149203\n" +"help.text" +msgid "...statement block" +msgstr "...блок інструкцій" + +#. bERMk +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3125864\n" +"help.text" +msgid "Loop" +msgstr "Loop" + +#. NzaK9 +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3154124\n" +"help.text" +msgid "The statement block between the Do While and the Loop statements is repeated so long as the condition is true." +msgstr "Ділянка програми між інструкціями Do While і Loop повторюється, поки умова істинна." + +#. uFfcD +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3153968\n" +"help.text" +msgid "Do Until condition = True" +msgstr "Do Until Умова = True" + +#. CC8GU +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3154909\n" +"help.text" +msgid "...statement block" +msgstr "...блок інструкцій" + +#. KrHxA +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3159151\n" +"help.text" +msgid "Loop" +msgstr "Loop" + +#. 29fJ2 +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3150440\n" +"help.text" +msgid "The statement block between the Do Until and the Loop statements is repeated if the condition so long as the condition is false." +msgstr "Ділянка програми між інструкціями Do Until та Loop повторюється, поки умова хибна." + +#. HYDHM +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3153952\n" +"help.text" +msgid "Do" +msgstr "Do" + +#. QRBVd +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3147349\n" +"help.text" +msgid "...statement block" +msgstr "...блок інструкцій" + +#. DCBsg +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3159153\n" +"help.text" +msgid "Loop While condition = True" +msgstr "Loop While Умова = True" + +#. BuEGy +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3146985\n" +"help.text" +msgid "The statement block between the Do and the Loop statements repeats so long as the condition is true." +msgstr "Ділянка програми між інструкціями та Loop Do повторюється, поки умова істинна." + +#. NPwEx +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3150488\n" +"help.text" +msgid "Do" +msgstr "Do" + +#. wutQ5 +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3153189\n" +"help.text" +msgid "...statement block" +msgstr "...блок інструкцій" + +#. LRGmB +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3155411\n" +"help.text" +msgid "Loop Until condition = True" +msgstr "Loop Until Умова = True" + +#. NeasA +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3151117\n" +"help.text" +msgid "The statement block between the Do and the Loop statements repeats until the condition is true." +msgstr "Ділянка програми між інструкціями та Loop Do повторюється, поки умова не стане істинною." #. iXQfC #: 03090201.xhp @@ -22804,22 +22786,58 @@ msgctxt "" msgid "Use the <emph>Exit Do</emph> statement to unconditionally end the loop. You can add this statement anywhere in a <emph>Do</emph>...<emph>Loop</emph> statement. You can also define an exit condition using the <emph>If...Then</emph> structure as follows:" msgstr "Інструкція <emph>Exit Do</emph> використовується для безумовного виконання циклу. Цю інструкцію можна додавати в будь-яке місце інструкції <emph>Do</emph>...<emph>Loop</emph>. Також можна визначити умову виходу, використовуючи структуру <emph>If...Then</emph> наступним чином:" -#. pGFcg +#. 5DPqL #: 03090201.xhp msgctxt "" "03090201.xhp\n" -"par_id161588865796615\n" +"par_id3149262\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03090202.xhp\" name=\"For statement\">For</link>, <link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select Case statement\">Select Case</link> or <link href=\"text/sbasic/shared/03090203.xhp\" name=\"While statement\">While</link> statements" +msgid "Do..." +msgstr "Do..." + +#. KS9Nc +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3149298\n" +"help.text" +msgid "statements" msgstr "" -#. NEcfM +#. zBAab #: 03090201.xhp msgctxt "" "03090201.xhp\n" -"par_id281588865818334\n" +"par_id3145646\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"Iif function\">Iif</link> or <link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch function\">Switch</link> functions" +msgid "If condition = True Then Exit Do" +msgstr "If умова = True Then Exit Do" + +#. 6AC2Y +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3154490\n" +"help.text" +msgid "statements" +msgstr "інструкції" + +#. F23Fn +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"par_id3153159\n" +"help.text" +msgid "Loop..." +msgstr "Loop..." + +#. o6GUo +#: 03090201.xhp +msgctxt "" +"03090201.xhp\n" +"hd_id3147396\n" +"help.text" +msgid "Example" msgstr "" #. QECNJ @@ -22831,13 +22849,13 @@ msgctxt "" msgid "For...Next Statement" msgstr "Інструкція For...Next" -#. TvxZC +#. Byex6 #: 03090202.xhp msgctxt "" "03090202.xhp\n" "bm_id3149205\n" "help.text" -msgid "<bookmark_value>For statement</bookmark_value><bookmark_value>For Each statement</bookmark_value><bookmark_value>In keyword</bookmark_value><bookmark_value>Next keyword</bookmark_value><bookmark_value>Step keyword</bookmark_value><bookmark_value>To keyword</bookmark_value>" +msgid "<bookmark_value>For statement</bookmark_value> <bookmark_value>For Each statement</bookmark_value> <bookmark_value>In keyword</bookmark_value> <bookmark_value>Next keyword</bookmark_value> <bookmark_value>Step keyword</bookmark_value> <bookmark_value>To keyword</bookmark_value> <bookmark_value>Step keyword</bookmark_value>" msgstr "" #. LVP76 @@ -23137,14 +23155,14 @@ msgctxt "" msgid "While...Wend Statement" msgstr "Інструкція While...Wend" -#. MB6No +#. 8FsGX #: 03090203.xhp msgctxt "" "03090203.xhp\n" "bm_id3150400\n" "help.text" -msgid "<bookmark_value>While;While...Wend loop</bookmark_value> <bookmark_value>While;While Wend loop</bookmark_value>" -msgstr "" +msgid "<bookmark_value>While;While...Wend loop</bookmark_value>" +msgstr "<bookmark_value>While;цикл While...Wend</bookmark_value>" #. 4Gx4Q #: 03090203.xhp @@ -23155,77 +23173,149 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03090203.xhp\" name=\"While...Wend Statement\">While...Wend Statement</link>" msgstr "<link href=\"text/sbasic/shared/03090203.xhp\" name=\"Інструкція While...Wend\">Інструкція While...Wend</link>" -#. QMYRt +#. dQPTn #: 03090203.xhp msgctxt "" "03090203.xhp\n" "par_id3151211\n" "help.text" -msgid "When a program encounters a <literal>While</literal> statement, it tests the condition. If the condition is <literal>False</literal>, the program continues directly following the <literal>Wend</literal> statement. If the condition is <literal>True</literal>, the loop is executed until the program finds <literal>Wend</literal> and then jumps back to the <emph>While</emph> statement. If the condition is still <literal>True</literal>, the loop is executed again." -msgstr "" +msgid "When a program encounters a While statement, it tests the condition. If the condition is False, the program continues directly following the Wend statement. If the condition is True, the loop is executed until the program finds Wend and then jumps back to the<emph> While </emph>statement. If the condition is still True, the loop is executed again." +msgstr "Якщо програма зустрічає інструкцію While, вона перевіряє зазначену умову. Якщо умова хибна, програма продовжується безпосередньо після інструкції Wend. Якщо дана умова істинна, цикл виконується до Wend, а потім повертається до інструкції <emph>While</emph>. Якщо дана умова все ще істинна, цикл буде виконуватися знову." -#. 2WnLN +#. 2Xbwe #: 03090203.xhp msgctxt "" "03090203.xhp\n" "par_id3151041\n" "help.text" -msgid "Unlike the <link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop\">Do...Loop</link> statement, you cannot cancel a <emph>While...Wend</emph> loop with <link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit\">Exit</link>. Never exit a <literal>While...Wend</literal> loop with <link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo\">GoTo</link>, since this can cause a run-time error." -msgstr "" +msgid "Unlike the <link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop\">Do...Loop</link> statement, you cannot cancel a <emph>While...Wend</emph> loop with <link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit\">Exit</link>. Never exit a While...Wend loop with <link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo\">GoTo</link>, since this can cause a run-time error." +msgstr "На відміну від інструкції <link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop\">Do...Loop</link>, цикл <emph>While...Wend</emph> не може бути перерваний командою <link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit\">Exit</link>. З циклу While...Wend не можна вийти за допомогою <link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo\">GoTo</link>, оскільки це може викликати помилки часу виконання." -#. s8j22 +#. AatCY #: 03090203.xhp msgctxt "" "03090203.xhp\n" "par_id3145172\n" "help.text" -msgid "A <literal>Do...Loop</literal> is more flexible than a <literal>While...Wend.</literal>" -msgstr "" +msgid "A Do...Loop is more flexible than a While...Wend." +msgstr "Використання інструкції Do...Loop є гнучкішим, ніж використання While...Wend." -#. DB6ZD +#. pWv5M #: 03090203.xhp msgctxt "" "03090203.xhp\n" -"par_id831588865616326\n" +"hd_id3155133\n" "help.text" -msgid "<image src=\"media/helpimg/sbasic/While_statement.svg\" id=\"img_id651588865616326\"><alt id=\"alt_id281588865616326\">While syntax</alt></image>" -msgstr "" +msgid "Syntax:" +msgstr "Синтаксис:" + +#. BCMGD +#: 03090203.xhp +msgctxt "" +"03090203.xhp\n" +"par_id3147288\n" +"help.text" +msgid "While Condition [Statement] Wend" +msgstr "While Умова [Інструкція] Wend" -#. DZ929 +#. 7ApBj +#: 03090203.xhp +msgctxt "" +"03090203.xhp\n" +"hd_id3153139\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" + +#. TYEgW +#: 03090203.xhp +msgctxt "" +"03090203.xhp\n" +"par_id3159153\n" +"help.text" +msgid "Sub ExampleWhileWend" +msgstr "Sub ExampleWhileWend" + +#. AosNw +#: 03090203.xhp +msgctxt "" +"03090203.xhp\n" +"par_id3151114\n" +"help.text" +msgid "Dim stext As String" +msgstr "Dim Текст As String" + +#. jKvee +#: 03090203.xhp +msgctxt "" +"03090203.xhp\n" +"par_id3153143\n" +"help.text" +msgid "Dim iRun As Integer" +msgstr "Dim iRun As Integer" + +#. FBRFy #: 03090203.xhp msgctxt "" "03090203.xhp\n" "par_id3155306\n" "help.text" -msgid "sText =\"This is a short text\"" -msgstr "" +msgid "sText =\"This Is a short text\"" +msgstr "sText =\"Це короткий текст\"" -#. ATdAF +#. 2bjBx #: 03090203.xhp msgctxt "" "03090203.xhp\n" -"par_id3153189\n" +"par_id3154011\n" "help.text" -msgid "MsgBox sText,0,\"Text encoded\"" -msgstr "MsgBox sText,0,\"Текст закодований\"" +msgid "iRun = 1" +msgstr "iRun = 1" -#. iADnG +#. tCNtB #: 03090203.xhp msgctxt "" "03090203.xhp\n" -"par_id161588865796615\n" +"par_id3147215\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop statement\">Do...Until</link> or <link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...While statement\">Do...While</link> statement" -msgstr "" +msgid "While iRun < Len(sText)" +msgstr "While iRun < Len(sText)" -#. JAoLW +#. CBNWG #: 03090203.xhp msgctxt "" "03090203.xhp\n" -"par_id281588865818334\n" +"par_id3147427\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit statement\">Exit</link> statement" -msgstr "" +msgid "If Mid(sText,iRun,1 )<> \" \" Then Mid( sText ,iRun, 1, Chr( 1 + Asc( Mid(sText,iRun,1 )) )" +msgstr "If Mid(sText,iRun,1 )<> \" \" Then Mid( sText ,iRun, 1, Chr( 1 + Asc( Mid(sText,iRun,1 )) )" + +#. HGfLz +#: 03090203.xhp +msgctxt "" +"03090203.xhp\n" +"par_id3149665\n" +"help.text" +msgid "iRun = iRun + 1" +msgstr "iRun = iRun + 1" + +#. Ga2Lj +#: 03090203.xhp +msgctxt "" +"03090203.xhp\n" +"par_id3152939\n" +"help.text" +msgid "Wend" +msgstr "Wend" + +#. ATdAF +#: 03090203.xhp +msgctxt "" +"03090203.xhp\n" +"par_id3153189\n" +"help.text" +msgid "MsgBox sText,0,\"Text encoded\"" +msgstr "MsgBox sText,0,\"Текст закодований\"" #. kSjtx #: 03090300.xhp @@ -23452,22 +23542,22 @@ msgctxt "" msgid "Parameters:" msgstr "Параметри:" -#. AoFVn +#. KaSma #: 03090302.xhp msgctxt "" "03090302.xhp\n" "par_id471588670859073\n" "help.text" -msgid "<emph>label: </emph>A line identifier indicating where to continue execution. The scope of a label is that of the routine it belongs to." +msgid "<emph>label: </emph>A line identifier indicating where to continue execution. The scope of a label in that of the routine it belongs to." msgstr "" -#. ocGjF +#. YxYq5 #: 03090302.xhp msgctxt "" "03090302.xhp\n" "par_id3152596\n" "help.text" -msgid "Use the <literal>GoTo</literal> statement to instruct $[officename] Basic to continue program execution at another place within the procedure. The position must be indicated by a label. To set a label, assign a name, and end it with a colon (\":\")." +msgid "Use the <literal>GoTo</literal> statement to instruct $[officename] Basic to continue program execution at another place within the procedure. The position must be indicated by a label. To set a label, assign a name, and then and end it with a colon (\":\")." msgstr "" #. 8o2aP @@ -24379,13 +24469,13 @@ msgctxt "" msgid "Defines a subroutine that can be used as an expression to determine a return type." msgstr "Визначає підпрограму, яка може використовуватися як вираз для визначення типу результату." -#. qCx4G +#. PfUxE #: 03090406.xhp msgctxt "" "03090406.xhp\n" "par_id661588586825434\n" "help.text" -msgid "<literal>Sub</literal>, <literal>Function</literal> or <literal>Property</literal> statements are similar methods, without distinction. They receive parameters by reference allowing them to be modified in return. %PRODUCTNAME Basic compiler accepts their respective argument syntax to be used interchangeably." +msgid "<literal>Sub</literal> or <literal>Function</literal> statements are similar methods, without distinction. They receive parameters by reference allowing them to be modified. %PRODUCTNAME Basic compiler accepts their respective syntax to be used interchangeably." msgstr "" #. zFnQ7 @@ -24640,14 +24730,14 @@ msgctxt "" msgid "<bookmark_value>Sub statement</bookmark_value>" msgstr "<bookmark_value>інструкція Sub</bookmark_value>" -#. ZjnGN +#. iyuLQ #: 03090409.xhp msgctxt "" "03090409.xhp\n" "hd_id3147226\n" "help.text" -msgid "<variable id=\"Sub_h1\"><link href=\"text/sbasic/shared/03090409.xhp\" name=\"Sub Statement\">Sub Statement</link></variable>" -msgstr "" +msgid "<link href=\"text/sbasic/shared/03090409.xhp\" name=\"Sub Statement\">Sub Statement</link>" +msgstr "<link href=\"text/sbasic/shared/03090409.xhp\" name=\"Інструкція Sub\">Інструкція Sub</link>" #. YELg8 #: 03090409.xhp @@ -26116,167 +26206,95 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03100700.xhp\" name=\"Const Statement\">Const Statement</link>" msgstr "<link href=\"text/sbasic/shared/03100700.xhp\" name=\"Інструкція Const\">Інструкція Const</link>" -#. xPBxj +#. AASbb #: 03100700.xhp msgctxt "" "03100700.xhp\n" "par_id3154143\n" "help.text" -msgid "Defines one or more identifiers as constants." -msgstr "" +msgid "Defines a string as a constant." +msgstr "Визначає рядок як константу." -#. 4sYHn +#. KAtyB #: 03100700.xhp msgctxt "" "03100700.xhp\n" -"par_id3147264\n" -"help.text" -msgid "A constant is a variable that helps to improve the readability of a program. Constants are not defined as a specific type of variable, but rather are used as placeholders in the code. You can only define a constant once and it cannot be modified." -msgstr "" - -#. ucqd6 -#: 03100700.xhp -msgctxt "" -"03100700.xhp\n" -"par_id831588865616326\n" +"hd_id3150670\n" "help.text" -msgid "<image src=\"media/helpimg/sbasic/Const_statement.svg\" id=\"img_id651588865616326\"><alt id=\"alt_id281588865616326\">Const syntax</alt></image>" -msgstr "" +msgid "Syntax:" +msgstr "Синтаксис:" -#. QZJkC +#. bvD2M #: 03100700.xhp msgctxt "" "03100700.xhp\n" "par_id3150984\n" "help.text" -msgid "[Global|Private|Public] Const name = expression[, ...]" -msgstr "" - -#. 8cNC9 -#: 03100700.xhp -msgctxt "" -"03100700.xhp\n" -"par_id3153897\n" -"help.text" -msgid "<emph>name:</emph> Any identifier that follows the standard variable naming conventions." -msgstr "" - -#. MYNoo -#: 03100700.xhp -msgctxt "" -"03100700.xhp\n" -"par_id791593689338208\n" -"help.text" -msgid "<emph>expression:</emph> Any literal expression." -msgstr "" - -#. C8b4Z -#: 03100700.xhp -msgctxt "" -"03100700.xhp\n" -"par_id3150400\n" -"help.text" -msgid "The data type must be omitted. When a library gets loaded in memory, %PRODUCTNAME Basic converts the program code internally so that each time a constant is used, the defined expression replaces it." -msgstr "" - -#. fYdeb -#: 03100700.xhp -msgctxt "" -"03100700.xhp\n" -"hd_id51593690561479\n" -"help.text" -msgid "Scope" -msgstr "" +msgid "Const Text = Expression" +msgstr "Const Текст = Вираз" -#. QwPhy +#. zwnoG #: 03100700.xhp msgctxt "" "03100700.xhp\n" -"par_id431593690612961\n" -"help.text" -msgid "By default constants are defined as private in modules and routines. Constants can be made public or global in order to be used from all modules, from all Basic libraries." -msgstr "" - -#. EAL5T -#: 03100700.xhp -msgctxt "" -"03100700.xhp\n" -"par_id241593693307830\n" -"help.text" -msgid "<literal>Global</literal>, <literal>Private</literal> and <literal>Public</literal> specifiers can only be used for module constants." -msgstr "" - -#. 7HRGK -#: 03100700.xhp -msgctxt "" -"03100700.xhp\n" -"bas_id911593692598060\n" -"help.text" -msgid "Const EARTH = \"♁\" ' module scope" -msgstr "" - -#. pCVMW -#: 03100700.xhp -msgctxt "" -"03100700.xhp\n" -"bas_id441593692601125\n" +"hd_id3147530\n" "help.text" -msgid "Private Const MOON = \"☾\" ' module scope" -msgstr "" +msgid "Parameters:" +msgstr "Параметри:" -#. xjhjq +#. oJbVy #: 03100700.xhp msgctxt "" "03100700.xhp\n" -"bas_id161593692601597\n" +"par_id3153897\n" "help.text" -msgid "Public Const VENUS=\"♀\", MARS=\"♂\" ' general scope" -msgstr "" +msgid "<emph>Text:</emph> Any constant name that follows the standard variable naming conventions." +msgstr "<emph>Текст:</emph> назва константи, яка відповідає стандартним угодам про назви змінних." -#. 6LzLX +#. CBCHY #: 03100700.xhp msgctxt "" "03100700.xhp\n" -"bas_id581593692602046\n" +"par_id3147264\n" "help.text" -msgid "Global Const SUN = \"☉\", STAR = \"☆\" ' general scope" -msgstr "" +msgid "A constant is a variable that helps to improve the readability of a program. Constants are not defined as a specific type of variable, but rather are used as placeholders in the code. You can only define a constant once and it cannot be modified. Use the following statement to define a constant:" +msgstr "Константа - це змінна, яка дозволяє покращити читабельність програми. Константа не є специфічним типом, вона використовується як заповнювач в коді програми. Константа може бути визначена в програмі лише один раз і її не можна змінити. Використовуйте наступну інструкцію для визначення константи:" -#. aFEH7 +#. XCQgM #: 03100700.xhp msgctxt "" "03100700.xhp\n" -"par_idm1341160752\n" +"par_id3150542\n" "help.text" -msgid "Const SUN = 3 * 1.456 / 56 ' SUN is local" -msgstr "" +msgid "CONST ConstName=Expression" +msgstr "CONST Назва_константи=Вираз" -#. 5ZVn4 +#. 7tqgF #: 03100700.xhp msgctxt "" "03100700.xhp\n" -"par_idm1341159520\n" +"par_id3150400\n" "help.text" -msgid "MsgBox SUN,, MOON ' SUN global constant is unchanged" -msgstr "" +msgid "The type of expression is irrelevant. If a program is started, $[officename] Basic converts the program code internally so that each time a constant is used, the defined expression replaces it." +msgstr "Тип виразу може бути будь-яким. Коли програма запускається, $[officename] Basic перетворює код програми так, що щоразу, коли використовується константа, її замінює заданий вираз." -#. e9BxY +#. yKGrA #: 03100700.xhp msgctxt "" "03100700.xhp\n" -"par_id111593694878677\n" +"hd_id3154366\n" "help.text" -msgid "<link href=\"text/sbasic/shared/enum.xhp\" name=\"Enum\">Enum</link> statement" -msgstr "" +msgid "Example:" +msgstr "Приклад:" -#. ZYFUV +#. VBDYG #: 03100700.xhp msgctxt "" "03100700.xhp\n" -"par_id111953694878677\n" +"par_id3153969\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03090413.xhp\" name=\"Enum\">Type</link> statement" -msgstr "" +msgid "Const sVar = \"Program\", dVar As Double = 1.00" +msgstr "Const sVar = \"Програма\", dVar As Double = 1.00" #. FmimE #: 03100900.xhp @@ -26620,59 +26638,95 @@ msgctxt "" msgid "If no type-declaration character or keyword is specified, the DefBool statement sets the default data type for variables, according to a letter range." msgstr "Якщо символ або ключове слово опису типу не вказані, інструкція DefBool задає стандартний тип даних для змінних у відповідності з діапазоном букв." -#. SZ3Ak +#. dvmLf #: 03101100.xhp msgctxt "" "03101100.xhp\n" -"par_id971587473488701\n" +"hd_id3149495\n" "help.text" -msgid "<image src=\"media/helpimg/sbasic/Defxxx_statements.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">DefType statements diagram</alt></image>" -msgstr "" +msgid "Syntax:" +msgstr "Синтаксис:" -#. NFRzL +#. Vapap #: 03101100.xhp msgctxt "" "03101100.xhp\n" -"par_id3147336\n" +"par_id3150682\n" "help.text" -msgid "<emph>char:</emph> Letter prefix that specifies default data type for variables." -msgstr "" +msgid "Defxxx Characterrange1[, Characterrange2[,...]]" +msgstr "Defxxx Діапазон_знаків1[, Діапазон_знаків2[,...]]" -#. CBqSz +#. wg6zG +#: 03101100.xhp +msgctxt "" +"03101100.xhp\n" +"hd_id3159201\n" +"help.text" +msgid "Parameters:" +msgstr "Параметри:" + +#. AFhFa #: 03101100.xhp msgctxt "" "03101100.xhp\n" "par_id3147226\n" "help.text" -msgid "<emph>char-char:</emph> Letter range prefixes that specify default data type for variables." -msgstr "" +msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for." +msgstr "<emph>Діапазон_знаків:</emph> Букви, що вказують діапазон змінних, для яких потрібно задати типовий тип даних." -#. 9vqSg +#. jhcfS #: 03101100.xhp msgctxt "" "03101100.xhp\n" -"par_id3156152\n" +"par_id3149178\n" "help.text" -msgid "' Prefix definitions for variable types:" -msgstr "" +msgid "<emph>xxx:</emph> Keyword that defines the default variable type:" +msgstr "<emph>xxx:</emph> Ключове слово, що визначає типовий тип змінної:" -#. QC5gr +#. 2Tv76 #: 03101100.xhp msgctxt "" "03101100.xhp\n" -"par_id3152481\n" +"par_id3150669\n" "help.text" -msgid "Print TypeName(Boole), VarType(Babbage), bitcoin ' Displays: Boolean 11 False" -msgstr "" +msgid "<emph>Keyword: </emph>Default variable type" +msgstr "<emph>Ключове слово: </emph> усталений тип змінної" + +#. wRGMS +#: 03101100.xhp +msgctxt "" +"03101100.xhp\n" +"par_id3149233\n" +"help.text" +msgid "<emph>DefBool:</emph> Boolean" +msgstr "<emph>DefBool:</emph> Boolean" + +#. NRAAt +#: 03101100.xhp +msgctxt "" +"03101100.xhp\n" +"hd_id3149762\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" + +#. AhnXE +#: 03101100.xhp +msgctxt "" +"03101100.xhp\n" +"par_id3156152\n" +"help.text" +msgid "' Prefix definition for variable types:" +msgstr "' Визначення префікса для типів змінних:" -#. i5aFp +#. BLc3G #: 03101100.xhp msgctxt "" "03101100.xhp\n" "par_id3151381\n" "help.text" -msgid "bOK=True ' bOK is an implicit boolean variable" -msgstr "" +msgid "bOK=TRUE ' bOK is an implicit boolean variable" +msgstr "bOK=TRUE ' bOK - неявна логічна змінна" #. zabpF #: 03101110.xhp @@ -26710,14 +26764,14 @@ msgctxt "" msgid "If no type-declaration character or keyword is specified, the DefCur statement sets the default variable type, according to a letter range." msgstr "Якщо символ або ключове слово опису типу не вказані, то інструкція DefCur задає типовий тип змінної відповідно до діапазону букв." -#. UJUeE +#. sqyeC #: 03101110.xhp msgctxt "" "03101110.xhp\n" -"par_idN105D8\n" +"par_idN105B0\n" "help.text" -msgid "Print liquid, Typename(coinbit), VarType(money) ' Result is: 0.0000 Currency 6" -msgstr "" +msgid "<emph>DefCur:</emph> Currency" +msgstr "<emph>DefCur:</emph> Currency" #. uA7E4 #: 03101110.xhp @@ -26818,23 +26872,23 @@ msgctxt "" msgid "If no type-declaration character or keyword is specified, the DefSng statement sets the default variable type, according to a letter range." msgstr "Якщо символ або ключове слово опису типу не вказані, то інструкція DefSng задає типовий тип змінної відповідно до діапазону букв." -#. FEQfu +#. UBc9R #: 03101130.xhp msgctxt "" "03101130.xhp\n" -"par_idN105D3\n" +"par_idN105AA\n" "help.text" -msgid "wSng=Single ' wSng is an implicit single variable" -msgstr "" +msgid "<emph>DefSng:</emph> Single" +msgstr "<emph>DefSng:</emph> Single" -#. B2kjC +#. VsSH4 #: 03101130.xhp msgctxt "" "03101130.xhp\n" -"par_idN105D4\n" +"par_idN105D3\n" "help.text" -msgid "Print afloat, Typename(Word), VarType(anyNum) ' Result is : 0 single 4" -msgstr "" +msgid "sSng=Single ' sSng is an implicit single variable" +msgstr "sSng=Single ' sSng є неявною змінною типу Single" #. zfvWo #: 03101140.xhp @@ -26872,23 +26926,23 @@ msgctxt "" msgid "If no type-declaration character or keyword is specified, the DefStr statement sets the default variable type, according to a letter range." msgstr "Якщо символ або ключове слово опису типу не вказані, то інструкція DefStr задає типовий тип змінної відповідно до діапазону букв." -#. LCyE8 +#. 6GXn9 #: 03101140.xhp msgctxt "" "03101140.xhp\n" -"par_idN105D3\n" +"par_idN105AA\n" "help.text" -msgid "sStr=String ' sStr is an implicit string variable" -msgstr "sStr=String ' sStr є неявною змінною типу String" +msgid "<emph>DefStr:</emph> String" +msgstr "<emph>DefStr:</emph> String" -#. pVAGJ +#. LCyE8 #: 03101140.xhp msgctxt "" "03101140.xhp\n" -"par_idN105D4\n" +"par_idN105D3\n" "help.text" -msgid "Print VarType(slice), strng, TypeName(sheet) ' Result is: 8 \"\" String" -msgstr "" +msgid "sStr=String ' sStr is an implicit string variable" +msgstr "sStr=String ' sStr є неявною змінною типу String" #. E5nXi #: 03101300.xhp @@ -26926,23 +26980,23 @@ msgctxt "" msgid "If no type-declaration character or keyword is specified, the DefDate statement sets the default variable type, according to a letter range." msgstr "Якщо символ або ключове слово опису типу не вказані, то інструкція DefDate задає типовий тип змінної відповідно до діапазону букв." -#. sGAWV +#. 7bqLD #: 03101300.xhp msgctxt "" "03101300.xhp\n" -"par_id3152462\n" +"par_id3150767\n" "help.text" -msgid "tDate=Date ' tDate is an implicit date variable" -msgstr "tDate=Date ' tDate є неявною змінною типу Date" +msgid "<emph>DefDate:</emph> Date" +msgstr "<emph>DefDate:</emph> Date" -#. kEsRX +#. sGAWV #: 03101300.xhp msgctxt "" "03101300.xhp\n" -"par_id3153562\n" +"par_id3152462\n" "help.text" -msgid "Print VarType(tea), train, TypeName(timedate), IsDate(tick) ' Displays: 7 00:00:00 Date True" -msgstr "" +msgid "tDate=Date ' tDate is an implicit date variable" +msgstr "tDate=Date ' tDate є неявною змінною типу Date" #. c8vDs #: 03101400.xhp @@ -26980,23 +27034,23 @@ msgctxt "" msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified." msgstr "Задає типовий тип змінної відповідно до діапазону букв, коли не вказаний символ або ключове слово опису типу." -#. oWGT8 +#. ctoJu #: 03101400.xhp msgctxt "" "03101400.xhp\n" -"par_id3154244\n" +"par_id3154123\n" "help.text" -msgid "fValue=1.23e43 ' fValue is an implicit double variable type" -msgstr "" +msgid "<emph>DefDbl:</emph> Double" +msgstr "<emph>DefDbl:</emph> Double" -#. DcRHT +#. 2f3z3 #: 03101400.xhp msgctxt "" "03101400.xhp\n" "par_id3153144\n" "help.text" -msgid "Print Typename(float), VarType(fire), factory ' Result is: Double 5 0" -msgstr "" +msgid "dValue=1.23e43 ' dValue is an implicit double variable type" +msgstr "dValue=1.23e43 ' dValue є неявною змінною типу Double" #. mcUhD #: 03101500.xhp @@ -27034,23 +27088,23 @@ msgctxt "" msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified." msgstr "Задає типовий тип змінної відповідно до діапазону букв, коли не вказаний символ або ключове слово опису типу." -#. zxFQy +#. WgpHG #: 03101500.xhp msgctxt "" "03101500.xhp\n" -"par_id3164728\n" +"par_id3125863\n" "help.text" -msgid "iCount=200 ' iCount is an implicit integer variable" -msgstr "" +msgid "<emph>DefInt:</emph> Integer" +msgstr "<emph>DefInt:</emph> Integer" -#. kXjfq +#. 7H7tx #: 03101500.xhp msgctxt "" "03101500.xhp\n" "par_id3153728\n" "help.text" -msgid "Print kilos, Typename(number), VarType(Java) ' Result is: 0 Integer 2" -msgstr "" +msgid "iCount=200 ' iCount is an implicit integer variable" +msgstr "iCount=200 ' iCount є неявною змінною типу Integer" #. kK2Aw #: 03101600.xhp @@ -27088,23 +27142,23 @@ msgctxt "" msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified." msgstr "Задає типовий тип змінної відповідно до діапазону букв, коли не вказаний символ або ключове слово опису типу." -#. Dn2Xk +#. sLCx9 #: 03101600.xhp msgctxt "" "03101600.xhp\n" -"par_id3145273\n" +"par_id3154686\n" "help.text" -msgid "xCount=123456789 ' xCount is an implicit long integer variable" -msgstr "" +msgid "<emph>DefLng:</emph> Long" +msgstr "<emph>DefLng:</emph> Long" -#. Pg49N +#. WPTCA #: 03101600.xhp msgctxt "" "03101600.xhp\n" -"par_id3255273\n" +"par_id3145273\n" "help.text" -msgid "Print VarType(Yes), zinc, Typename(Max) ' Result is: 3 0 Long" -msgstr "" +msgid "lCount=123456789 ' lCount is an implicit long integer variable" +msgstr "lCount=123456789 ' lCount є неявною змінною довгого цілого типу" #. k5A5k #: 03101700.xhp @@ -27142,14 +27196,14 @@ msgctxt "" msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified." msgstr "Задає типовий тип змінної відповідно до діапазону букв, коли не вказаний символ або ключове слово опису типу." -#. Ds9qa +#. DTNnj #: 03101700.xhp msgctxt "" "03101700.xhp\n" -"par_id3255273\n" +"par_id3150769\n" "help.text" -msgid "Print Typename(properties), VarType(ordinal), IsNull(unique), IsObject(org)' Result is: Object 9 True False" -msgstr "" +msgid "<emph>DefObj:</emph> Object" +msgstr "<emph>DefObj:</emph> Object" #. oaF9W #: 03102000.xhp @@ -27187,32 +27241,104 @@ msgctxt "" msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified." msgstr "Задає типовий тип змінної відповідно до діапазону букв, коли не вказаний символ або ключове слово опису типу." -#. TJouG +#. QntwN #: 03102000.xhp msgctxt "" "03102000.xhp\n" -"par_id3154012\n" +"hd_id3154143\n" "help.text" -msgid "vDiv=99 ' vDiv is an implicit variant" -msgstr "vDiv=99 ' vDiv є неявною змінною типу Variant" +msgid "Syntax:" +msgstr "Синтаксис:" -#. 7BG6Y +#. FACB3 #: 03102000.xhp msgctxt "" "03102000.xhp\n" -"par_id3146121\n" +"par_id3149514\n" "help.text" -msgid "values=\"Hello world\"" -msgstr "" +msgid "Defxxx Characterrange1[, Characterrange2[,...]]" +msgstr "Defxxx Діапазон_знаків1[, Діапазон_знаків2[,...]]" -#. c6en9 +#. giJy9 #: 03102000.xhp msgctxt "" "03102000.xhp\n" -"par_id3147221\n" +"hd_id3156024\n" "help.text" -msgid "Print Typename(glob), VarType(values), IsEmpty(ergo_sum) ' Displays: Empty 8 True" -msgstr "" +msgid "Parameters:" +msgstr "Параметри:" + +#. tAPGo +#: 03102000.xhp +msgctxt "" +"03102000.xhp\n" +"par_id3147560\n" +"help.text" +msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for." +msgstr "<emph>Діапазон_знаків:</emph> Букви, що вказують діапазон змінних, для яких потрібно задати типовий тип даних." + +#. rG9MV +#: 03102000.xhp +msgctxt "" +"03102000.xhp\n" +"par_id3148552\n" +"help.text" +msgid "<emph>xxx:</emph> Keyword that defines the default variable type:" +msgstr "<emph>xxx:</emph> Ключове слово, що визначає типовий тип змінної:" + +#. uEmwr +#: 03102000.xhp +msgctxt "" +"03102000.xhp\n" +"par_id3153524\n" +"help.text" +msgid "<emph>Keyword: </emph>Default variable type" +msgstr "<emph>Ключове слово: </emph> Типовий тип змінної" + +#. C78EJ +#: 03102000.xhp +msgctxt "" +"03102000.xhp\n" +"par_id3150767\n" +"help.text" +msgid "<emph>DefVar:</emph> Variant" +msgstr "<emph>DefVar:</emph> Variant" + +#. ZDBBg +#: 03102000.xhp +msgctxt "" +"03102000.xhp\n" +"hd_id3151041\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" + +#. QEkeu +#: 03102000.xhp +msgctxt "" +"03102000.xhp\n" +"par_id3156214\n" +"help.text" +msgid "' Prefix definitions for variable types:" +msgstr "' Визначення префіксів для типів змінних:" + +#. TJouG +#: 03102000.xhp +msgctxt "" +"03102000.xhp\n" +"par_id3154012\n" +"help.text" +msgid "vDiv=99 ' vDiv is an implicit variant" +msgstr "vDiv=99 ' vDiv є неявною змінною типу Variant" + +#. zCdB9 +#: 03102000.xhp +msgctxt "" +"03102000.xhp\n" +"par_id3146121\n" +"help.text" +msgid "vDiv=\"Hello world\"" +msgstr "vDiv=\"Привіт, Україно!\"" #. 2jpst #: 03102100.xhp @@ -30956,7 +31082,7 @@ msgctxt "" "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.)" -msgstr "" +msgstr "<emph>Expression:</emph> цифровий вираз, що являє собою дійсне 8-бітове ASCII значення (0-255) або 16-бітове значення Unicode. (Для підтримки виразів з номінально від'ємним аргументом типу <emph>Chr(&H8000)</emph> задля зворотної сумісності, значення в діапазоні від −32768 до −1 є внутрішньо відповідними діапазону від 32768 до 65535.)" #. RKtSB #: 03120102.xhp @@ -30965,7 +31091,7 @@ msgctxt "" "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." -msgstr "" +msgstr "Коли увімкнено режим сумісності VBA (<link href=\"text/sbasic/shared/03103350.xhp\" name=\"vbasupport\"><literal>OPTION VBASUPPORT 1</literal></link>), <emph>Expression</emph> є цифровим виразом, що подано у вигляді лише 8-бітового ASCII значення (0-255)." #. sw8rF #: 03120102.xhp @@ -30974,7 +31100,7 @@ msgctxt "" "par_id3159414\n" "help.text" msgid "Use the <emph>Chr$</emph> function to send special control sequences to a printer or to another output source. You can also use it to insert quotation marks in a string expression." -msgstr "Функція <emph>Chr$</emph> використовується для відправки спеціальних керівних послідовностей на принтер або на інші пристрої виводу. Вона також може використовуватися для вставки лапок в рядок." +msgstr "Функція <emph>Chr$</emph> використовується для надсилання спеціальних керівних послідовностей на принтер або на інші пристрої виводу. Вона також може використовуватися для вставки лапок в рядок." #. Yy5Eh #: 03120102.xhp @@ -30983,7 +31109,7 @@ msgctxt "" "par_id111552916434071\n" "help.text" msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#err6\"/>, when VBA compatibility mode is enabled and expression is greater than 255." -msgstr "" +msgstr "<embedvar href=\"text/sbasic/shared/00000003.xhp#err6\"/>, коли режим сумісності VBA увімкнено, а вираз більший за 255." #. vHwsG #: 03120102.xhp @@ -31642,14 +31768,14 @@ msgctxt "" msgid "String" msgstr "Рядок" -#. nYDuW +#. gunCB #: 03120201.xhp msgctxt "" "03120201.xhp\n" "par_id3143228\n" "help.text" -msgid "<emph>n:</emph> Numeric expression that defines the number of spaces in the string. The maximum allowed value of <emph>n</emph> is 2,147,483,648." -msgstr "" +msgid "<emph>n:</emph> Numeric expression that defines the number of spaces in the string. The maximum allowed value of <emph>n</emph> is 65535." +msgstr "<emph>n:</emph> числовий вираз, що визначає кількість пропусків у рядку. Найбільше допустиме значення <emph>n</emph> становить 65535. " #. xfAcE #: 03120201.xhp @@ -31696,6 +31822,15 @@ msgctxt "" msgid "Creates a string according to the specified character, or the first character of a string expression that is passed to the function." msgstr "Створює рядок, який відповідає вказаному символу або першому символу рядкового виразу, переданого у функцію." +#. YEQWe +#: 03120202.xhp +msgctxt "" +"03120202.xhp\n" +"hd_id3149516\n" +"help.text" +msgid "Syntax:" +msgstr "Синтаксис:" + #. EVKUs #: 03120202.xhp msgctxt "" @@ -31705,6 +31840,15 @@ msgctxt "" msgid "String (n As Long, {expression As Integer | character As String})" msgstr "String (n As Long, {вираз As Integer | символ As String})" +#. Uaxak +#: 03120202.xhp +msgctxt "" +"03120202.xhp\n" +"hd_id3143270\n" +"help.text" +msgid "Return value:" +msgstr "Значення, що повертається:" + #. GfqGg #: 03120202.xhp msgctxt "" @@ -31714,14 +31858,23 @@ msgctxt "" msgid "String" msgstr "Рядок" -#. FTqT4 +#. 5gnCP +#: 03120202.xhp +msgctxt "" +"03120202.xhp\n" +"hd_id3154923\n" +"help.text" +msgid "Parameters:" +msgstr "Параметри:" + +#. xvDy5 #: 03120202.xhp msgctxt "" "03120202.xhp\n" "par_id3154347\n" "help.text" -msgid "<emph>n:</emph> Numeric expression that indicates the number of characters to return in the string. The maximum allowed value of n is 2,147,483,648." -msgstr "" +msgid "<emph>n:</emph> Numeric expression that indicates the number of characters to return in the string. The maximum allowed value of n is 65535." +msgstr "<emph>n:</emph> число, що вказує кількість символів, які повертаються у рядок. Найбільше допустиме значення n становить 65535." #. uARjD #: 03120202.xhp @@ -31741,6 +31894,15 @@ msgctxt "" msgid "<emph>Character:</emph> Any single character used to build the return string, or any string of which only the first character will be used." msgstr "<emph>Знак:</emph> будь-який окремий знак, що використовується для створення рядка, який повертається, або будь-який рядок, з якого буде використано лише перший знак." +#. iApAt +#: 03120202.xhp +msgctxt "" +"03120202.xhp\n" +"hd_id3152920\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" + #. avFC9 #: 03120300.xhp msgctxt "" @@ -31813,6 +31975,15 @@ msgctxt "" msgid "Converts a number to a string, and then formats it according to the format that you specify." msgstr "Перетворює число на рядок і потім форматує його відповідно до зазначеного формату." +#. ESujY +#: 03120301.xhp +msgctxt "" +"03120301.xhp\n" +"hd_id3145090\n" +"help.text" +msgid "Syntax:" +msgstr "Синтаксис:" + #. wp4Ae #: 03120301.xhp msgctxt "" @@ -31822,6 +31993,15 @@ msgctxt "" msgid "Format (Number [, Format As String])" msgstr "Format (Число [, Формат As String])" +#. SrkYm +#: 03120301.xhp +msgctxt "" +"03120301.xhp\n" +"hd_id3149178\n" +"help.text" +msgid "Return value:" +msgstr "Значення, що повертається:" + #. gddga #: 03120301.xhp msgctxt "" @@ -31831,6 +32011,15 @@ msgctxt "" msgid "String" msgstr "Рядок" +#. WGjGQ +#: 03120301.xhp +msgctxt "" +"03120301.xhp\n" +"hd_id3159176\n" +"help.text" +msgid "Parameters:" +msgstr "Параметри:" + #. 6Dyxg #: 03120301.xhp msgctxt "" @@ -32110,6 +32299,15 @@ msgctxt "" msgid "A format code can be divided into three sections that are separated by semicolons. The first part defines the format for positive values, the second part for negative values, and the third part for zero. If you only specify one format code, it applies to all numbers." msgstr "Код формату можна розділити на три частини, відокремлені крапкою з комою. Перша частина визначає формат для додатних значень, друга частина - для від'ємних, а третя частина - для нульових. Якщо задано лише один код формату, то він застосовується до всіх чисел." +#. GXmDT +#: 03120301.xhp +msgctxt "" +"03120301.xhp\n" +"hd_id3149019\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" + #. ZsNPC #: 03120301.xhp msgctxt "" @@ -32263,6 +32461,15 @@ msgctxt "" msgid "Returns the number of leftmost characters that you specify of a string expression." msgstr "Повертає задане число крайніх лівих знаків рядкового виразу." +#. UF45c +#: 03120303.xhp +msgctxt "" +"03120303.xhp\n" +"hd_id3156153\n" +"help.text" +msgid "Syntax:" +msgstr "Синтаксис:" + #. H2Ftq #: 03120303.xhp msgctxt "" @@ -32272,6 +32479,15 @@ msgctxt "" msgid "Left (Text As String, n As Long)" msgstr "Left (Текст As String, n As Long)" +#. 48Gmp +#: 03120303.xhp +msgctxt "" +"03120303.xhp\n" +"hd_id3153824\n" +"help.text" +msgid "Return value:" +msgstr "Значення, що повертається:" + #. to74m #: 03120303.xhp msgctxt "" @@ -32281,6 +32497,15 @@ msgctxt "" msgid "String" msgstr "String" +#. ZJXfA +#: 03120303.xhp +msgctxt "" +"03120303.xhp\n" +"hd_id3148946\n" +"help.text" +msgid "Parameters:" +msgstr "Параметри:" + #. hRWZH #: 03120303.xhp msgctxt "" @@ -32290,14 +32515,14 @@ msgctxt "" msgid "<emph>Text:</emph> Any string expression that you want to return the leftmost characters from." msgstr "<emph>Текст:</emph> будь-який рядок, з котрого потрібно отримати крайні ліві символи." -#. BPXpD +#. jVzCK #: 03120303.xhp msgctxt "" "03120303.xhp\n" "par_id3149456\n" "help.text" -msgid "<emph>n:</emph> Numeric expression that specifies the number of characters that you want to return. If <emph>n</emph> = 0, a zero-length string is returned. The maximum allowed value is 2,147,483,648." -msgstr "" +msgid "<emph>n:</emph> Numeric expression that specifies the number of characters that you want to return. If <emph>n</emph> = 0, a zero-length string is returned. The maximum allowed value is 65535." +msgstr "<emph>n:</emph> Ціле число, яке вказує кількість символів, що повертаються функцією. Якщо <emph>n</emph> = 0, то буде повернуто рядок нульової довжини. Найбільше допустиме значення - 65535." #. FPXvk #: 03120303.xhp @@ -32308,6 +32533,15 @@ msgctxt "" msgid "The following example converts a date in YYYY.MM.DD format to MM/DD/YYYY format." msgstr "У наведеному далі прикладі дата із формату РРРР.ММ.ДД переводиться у формат ММ/ДД/РРРР." +#. YQQDH +#: 03120303.xhp +msgctxt "" +"03120303.xhp\n" +"hd_id3125863\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" + #. TJBfC #: 03120303.xhp msgctxt "" @@ -32353,6 +32587,15 @@ msgctxt "" msgid "Aligns a string to the left of a string variable, or copies a variable of a user-defined type to another variable of a different user-defined type." msgstr "Вирівнює рядок за лівим краєм рядкової змінної або копіює змінну визначеного користувачем типу у змінну іншого визначеного користувачем типу." +#. wKtHD +#: 03120304.xhp +msgctxt "" +"03120304.xhp\n" +"hd_id3145317\n" +"help.text" +msgid "Syntax:" +msgstr "Синтаксис:" + #. tFaav #: 03120304.xhp msgctxt "" @@ -32362,6 +32605,15 @@ msgctxt "" msgid "LSet Var As String = Text or LSet Var1 = Var2" msgstr "LSet Змінна As String = Текст чи LSet Змінна1 = Змінна2" +#. 2vzrB +#: 03120304.xhp +msgctxt "" +"03120304.xhp\n" +"hd_id3143271\n" +"help.text" +msgid "Parameters:" +msgstr "Параметри:" + #. M99uG #: 03120304.xhp msgctxt "" @@ -32407,6 +32659,15 @@ msgctxt "" msgid "If the string is shorter than the string variable, <emph>LSet</emph> left-aligns the string within the string variable. Any remaining positions in the string variable are replaced by spaces. If the string is longer than the string variable, only the leftmost characters up to the length of the string variable are copied. With the <emph>LSet</emph> statement, you can also copy a user-defined type variable to another variable of the same type." msgstr "Якщо даний рядок коротший, ніж рядкова змінна, то <emph>LSet</emph> вирівнює вліво цей рядок у рядковій змінній. Решта позицій у рядковій змінній замінюється пропусками. Якщо даний рядок довший, ніж рядкова змінна, копіюються лише крайні зліва символи, що заповнюють довжину рядкової змінної. За допомогою інструкції <emph>LSet</emph> можна також копіювати змінну визначеного користувачем типу в іншу змінну такого ж типу." +#. BQw4P +#: 03120304.xhp +msgctxt "" +"03120304.xhp\n" +"hd_id3156282\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" + #. jJepi #: 03120304.xhp msgctxt "" @@ -32470,6 +32731,15 @@ msgctxt "" msgid "Removes all leading spaces at the start of a string expression." msgstr "Вилучає усі пропуски на початку рядкового виразу." +#. vG8YP +#: 03120305.xhp +msgctxt "" +"03120305.xhp\n" +"hd_id3154924\n" +"help.text" +msgid "Syntax:" +msgstr "Синтаксис:" + #. cepxM #: 03120305.xhp msgctxt "" @@ -32479,6 +32749,15 @@ msgctxt "" msgid "LTrim (Text As String)" msgstr "LTrim (Текст As String)" +#. KzzDh +#: 03120305.xhp +msgctxt "" +"03120305.xhp\n" +"hd_id3156344\n" +"help.text" +msgid "Return value:" +msgstr "Значення, що повертається:" + #. LyUCE #: 03120305.xhp msgctxt "" @@ -32488,6 +32767,15 @@ msgctxt "" msgid "String" msgstr "String" +#. 8hNZD +#: 03120305.xhp +msgctxt "" +"03120305.xhp\n" +"hd_id3150543\n" +"help.text" +msgid "Parameters:" +msgstr "Параметри:" + #. x85WJ #: 03120305.xhp msgctxt "" @@ -32506,6 +32794,15 @@ msgctxt "" msgid "Use this function to remove spaces at the beginning of a string expression." msgstr "Користуйтесь цією функцією, аби видалити пропуски на початку рядкового виразу." +#. FExzu +#: 03120305.xhp +msgctxt "" +"03120305.xhp\n" +"hd_id3145419\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" + #. Afrvq #: 03120306.xhp msgctxt "" @@ -32542,6 +32839,15 @@ msgctxt "" msgid "Returns the specified portion of a string expression (<emph>Mid function</emph>), or replaces the portion of a string expression with another string (<emph>Mid statement</emph>)." msgstr "Повертає вказану частину рядка (<emph>функція Mid</emph>) чи замінює цю частину рядка іншим рядком (<emph>інструкція Mid</emph>)." +#. ye7Tj +#: 03120306.xhp +msgctxt "" +"03120306.xhp\n" +"hd_id3154285\n" +"help.text" +msgid "Syntax:" +msgstr "Синтаксис:" + #. 32BvU #: 03120306.xhp msgctxt "" @@ -32551,6 +32857,15 @@ msgctxt "" msgid "Mid (Text As String, Start As Long [, Length As Long]) or Mid (Text As String, Start As Long , Length As Long, Text As String)" msgstr "Mid (Текст As String, Початок As Long [, Довжина As Long]) або Mid (Текст As String, Початок As Long, Довжина As Long, Текст As String)" +#. Bw3Yb +#: 03120306.xhp +msgctxt "" +"03120306.xhp\n" +"hd_id3145068\n" +"help.text" +msgid "Return value:" +msgstr "Значення, що повертається:" + #. 5MG4F #: 03120306.xhp msgctxt "" @@ -32560,6 +32875,15 @@ msgctxt "" msgid "String (only by Function)" msgstr "String (тільки для функції)" +#. rLmbA +#: 03120306.xhp +msgctxt "" +"03120306.xhp\n" +"hd_id3154347\n" +"help.text" +msgid "Parameters:" +msgstr "Параметри:" + #. hRXCE #: 03120306.xhp msgctxt "" @@ -32569,23 +32893,23 @@ msgctxt "" msgid "<emph>Text:</emph> Any string expression that you want to modify." msgstr "<emph>Текст:</emph> довільний рядок, котрий потрібно змінити." -#. DGPaB +#. MkjPp #: 03120306.xhp msgctxt "" "03120306.xhp\n" "par_id3150359\n" "help.text" -msgid "<emph>Start: </emph>Numeric expression that indicates the character position within the string where the string portion that you want to replace or to return begins. The minimum allowed value is 1. The maximum allowed value is 2,147,483,648." -msgstr "" +msgid "<emph>Start: </emph>Numeric expression that indicates the character position within the string where the string portion that you want to replace or to return begins. The maximum allowed value is 65535." +msgstr "<emph>Початок:</emph> числовий вираз, що вказує позицію символу, з якого починається частина рядка, яку потрібно повернути або замінити. Найбільше допустиме значення - 65535." -#. dtyT5 +#. 49ArA #: 03120306.xhp msgctxt "" "03120306.xhp\n" "par_id3148451\n" "help.text" -msgid "<emph>Length:</emph> Numeric expression that returns the number of characters that you want to replace or return. The maximum allowed value is 2,147,483,648." -msgstr "" +msgid "<emph>Length:</emph> Numeric expression that returns the number of characters that you want to replace or return. The maximum allowed value is 65535." +msgstr "<emph>Довжина:</emph> числовий вираз, який повертає кількість символів, які повинні бути замінені або повернуті. Максимально допустиме значення - 65535." #. Cw9Ts #: 03120306.xhp @@ -32614,6 +32938,15 @@ msgctxt "" msgid "<emph>Text:</emph> The string to replace the string expression (<emph>Mid statement</emph>)." msgstr "<emph>Текст:</emph> рядок, який повинен замінити рядковий вираз (<emph>інструкція Mid</emph>)." +#. jK3U3 +#: 03120306.xhp +msgctxt "" +"03120306.xhp\n" +"hd_id3149560\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" + #. NFDUA #: 03120306.xhp msgctxt "" @@ -32668,6 +33001,15 @@ msgctxt "" msgid "See also: <link href=\"text/sbasic/shared/03120303.xhp\" name=\"Left Function\">Left Function</link>." msgstr "Див. також: <link href=\"text/sbasic/shared/03120303.xhp\" name=\"Функція Left\">Функція Left</link>." +#. Xy4Fw +#: 03120307.xhp +msgctxt "" +"03120307.xhp\n" +"hd_id3145315\n" +"help.text" +msgid "Syntax:" +msgstr "Синтаксис:" + #. A3Rzn #: 03120307.xhp msgctxt "" @@ -32677,6 +33019,15 @@ msgctxt "" msgid "Right (Text As String, n As Long)" msgstr "Right (Текст As String, n As Long)" +#. 8sZ7E +#: 03120307.xhp +msgctxt "" +"03120307.xhp\n" +"hd_id3145068\n" +"help.text" +msgid "Return value:" +msgstr "Значення, що повертається:" + #. SKQUo #: 03120307.xhp msgctxt "" @@ -32686,6 +33037,15 @@ msgctxt "" msgid "String" msgstr "String" +#. CyX7H +#: 03120307.xhp +msgctxt "" +"03120307.xhp\n" +"hd_id3146795\n" +"help.text" +msgid "Parameters:" +msgstr "Параметри:" + #. hErZb #: 03120307.xhp msgctxt "" @@ -32695,14 +33055,14 @@ msgctxt "" msgid "<emph>Text:</emph> Any string expression that you want to return the rightmost characters of." msgstr "<emph>Текст:</emph> рядок, з якого потрібно отримати крайні праві символи." -#. NwQkG +#. D8HQ5 #: 03120307.xhp msgctxt "" "03120307.xhp\n" "par_id3151211\n" "help.text" -msgid "<emph>n:</emph> Numeric expression that defines the number of characters that you want to return. If <emph>n</emph> = 0, a zero-length string is returned. The maximum allowed value is 2,147,483,648." -msgstr "" +msgid "<emph>n:</emph> Numeric expression that defines the number of characters that you want to return. If <emph>n</emph> = 0, a zero-length string is returned. The maximum allowed value is 65535." +msgstr "<emph>n:</emph> числовий вираз, який визначає кількість символів, що повертаються функцією. Якщо <emph>n</emph> = 0, то буде повернуто рядок нульової довжини. Максимально допустиме значення - 65535." #. ezXrq #: 03120307.xhp @@ -32713,6 +33073,15 @@ msgctxt "" msgid "The following example converts a date in YYYY-MM-DD format to the US date format (MM/DD/YYYY)." msgstr "У наступному прикладі дата у форматі РРРР-ММ-ДД перетворюється у формат (ММ/ДД/РРРР)." +#. wgEnG +#: 03120307.xhp +msgctxt "" +"03120307.xhp\n" +"hd_id3156212\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" + #. ZbKt5 #: 03120307.xhp msgctxt "" @@ -32758,6 +33127,15 @@ msgctxt "" msgid "Right-aligns a string within a string variable, or copies a user-defined variable type into another." msgstr "Вирівнює рядок в рядковій змінній за правим краєм або копіює змінну визначеного користувачем типу в іншу змінну." +#. aHsZH +#: 03120308.xhp +msgctxt "" +"03120308.xhp\n" +"hd_id3149234\n" +"help.text" +msgid "Syntax:" +msgstr "Синтаксис:" + #. uDqvq #: 03120308.xhp msgctxt "" @@ -32767,6 +33145,15 @@ msgctxt "" msgid "RSet Text As String = Text or RSet Variable1 = Variable2" msgstr "RSet Текст As String = Текст або RSet Змінна1 = Змінна2" +#. tpDDD +#: 03120308.xhp +msgctxt "" +"03120308.xhp\n" +"hd_id3156024\n" +"help.text" +msgid "Parameters:" +msgstr "Параметри:" + #. YfmCj #: 03120308.xhp msgctxt "" @@ -32830,6 +33217,15 @@ msgctxt "" msgid "The following example uses the <emph>RSet</emph> and <emph>LSet</emph> statements to modify the left and right alignment of a string." msgstr "У наведеному далі прикладі використовуються інструкції <emph>RSet</emph> і <emph>LSet</emph> для зміни вирівнювання рядка за лівим і правим краєм." +#. BdFxA +#: 03120308.xhp +msgctxt "" +"03120308.xhp\n" +"hd_id3154909\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" + #. u4Dwb #: 03120308.xhp msgctxt "" @@ -32902,6 +33298,15 @@ msgctxt "" msgid "See also: <link href=\"text/sbasic/shared/03120305.xhp\" name=\"LTrim Function\">LTrim Function</link>" msgstr "Див. також: <link href=\"text/sbasic/shared/03120305.xhp\" name=\"Функція LTrim\">Функція LTrim</link>" +#. z57JG +#: 03120309.xhp +msgctxt "" +"03120309.xhp\n" +"hd_id3154924\n" +"help.text" +msgid "Syntax:" +msgstr "Синтаксис:" + #. 3KFbV #: 03120309.xhp msgctxt "" @@ -32911,6 +33316,15 @@ msgctxt "" msgid "RTrim (Text As String)" msgstr "RTrim (Текст As String)" +#. qfPg6 +#: 03120309.xhp +msgctxt "" +"03120309.xhp\n" +"hd_id3149457\n" +"help.text" +msgid "Return value:" +msgstr "Значення, що повертається:" + #. awasf #: 03120309.xhp msgctxt "" @@ -32920,6 +33334,15 @@ msgctxt "" msgid "String" msgstr "String" +#. p2Uwz +#: 03120309.xhp +msgctxt "" +"03120309.xhp\n" +"hd_id3148798\n" +"help.text" +msgid "Parameters:" +msgstr "Параметри:" + #. UW5Fx #: 03120309.xhp msgctxt "" @@ -32929,6 +33352,15 @@ msgctxt "" msgid "<emph>Text: </emph>Any string expression." msgstr "<emph>Текст:</emph> будь-який рядковий вираз." +#. Tq2QX +#: 03120309.xhp +msgctxt "" +"03120309.xhp\n" +"hd_id3151041\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" + #. qdGRW #: 03120310.xhp msgctxt "" @@ -33055,6 +33487,15 @@ msgctxt "" msgid "Removes all leading and trailing spaces from a string expression." msgstr "Вилучає всі початкові і кінцеві пробіли з рядка." +#. xTgNw +#: 03120311.xhp +msgctxt "" +"03120311.xhp\n" +"hd_id3159157\n" +"help.text" +msgid "Syntax:" +msgstr "Синтаксис:" + #. EEu5H #: 03120311.xhp msgctxt "" @@ -33064,6 +33505,15 @@ msgctxt "" msgid "Trim( Text As String )" msgstr "Trim( Текст As String )" +#. ZUuwF +#: 03120311.xhp +msgctxt "" +"03120311.xhp\n" +"hd_id3155388\n" +"help.text" +msgid "Return value:" +msgstr "Значення, що повертається:" + #. f9pGG #: 03120311.xhp msgctxt "" @@ -33073,6 +33523,15 @@ msgctxt "" msgid "String" msgstr "String" +#. VwME3 +#: 03120311.xhp +msgctxt "" +"03120311.xhp\n" +"hd_id3145609\n" +"help.text" +msgid "Parameters:" +msgstr "Параметри:" + #. kLdYS #: 03120311.xhp msgctxt "" @@ -33082,6 +33541,15 @@ msgctxt "" msgid "<emph>Text:</emph> Any string expression." msgstr "<emph>Текст:</emph> будь-який рядковий вираз." +#. 3GonF +#: 03120311.xhp +msgctxt "" +"03120311.xhp\n" +"hd_id3148663\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" + #. ZBDyG #: 03120312.xhp msgctxt "" @@ -33118,6 +33586,15 @@ msgctxt "" msgid "Converts a system file name to a file URL." msgstr "Перетворює назву системного файлу в URL файлу." +#. 7EFtr +#: 03120312.xhp +msgctxt "" +"03120312.xhp\n" +"hd_id3150669\n" +"help.text" +msgid "Syntax:" +msgstr "Синтаксис:" + #. zU9U9 #: 03120312.xhp msgctxt "" @@ -33127,6 +33604,15 @@ msgctxt "" msgid "ConvertToURL(filename)" msgstr "ConvertToURL(Назва_файлу)" +#. eq2Gx +#: 03120312.xhp +msgctxt "" +"03120312.xhp\n" +"hd_id3150984\n" +"help.text" +msgid "Return value:" +msgstr "Значення, що повертається:" + #. V6WhB #: 03120312.xhp msgctxt "" @@ -33136,6 +33622,15 @@ msgctxt "" msgid "String" msgstr "Рядок" +#. m42nR +#: 03120312.xhp +msgctxt "" +"03120312.xhp\n" +"hd_id3148550\n" +"help.text" +msgid "Parameters:" +msgstr "Параметри:" + #. Dka3U #: 03120312.xhp msgctxt "" @@ -33145,6 +33640,15 @@ msgctxt "" msgid "<emph>Filename:</emph> A file name as string." msgstr "<emph>Назва_файлу:</emph> назва файлу як рядок." +#. iFPRX +#: 03120312.xhp +msgctxt "" +"03120312.xhp\n" +"hd_id3153361\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" + #. AHBLc #: 03120312.xhp msgctxt "" @@ -33190,6 +33694,15 @@ msgctxt "" msgid "Converts a file URL to a system file name." msgstr "Перетворює URL файлу у назву системного файлу." +#. Gyuop +#: 03120313.xhp +msgctxt "" +"03120313.xhp\n" +"hd_id3143267\n" +"help.text" +msgid "Syntax:" +msgstr "Синтаксис:" + #. i96Ej #: 03120313.xhp msgctxt "" @@ -33199,6 +33712,15 @@ msgctxt "" msgid "ConvertFromURL(filename)" msgstr "ConvertFromURL(Назва_файлу)" +#. wq6Jz +#: 03120313.xhp +msgctxt "" +"03120313.xhp\n" +"hd_id3159157\n" +"help.text" +msgid "Return value:" +msgstr "Значення, що повертається:" + #. ESx7C #: 03120313.xhp msgctxt "" @@ -33208,6 +33730,15 @@ msgctxt "" msgid "String" msgstr "Рядок" +#. GmBuj +#: 03120313.xhp +msgctxt "" +"03120313.xhp\n" +"hd_id3143270\n" +"help.text" +msgid "Parameters:" +msgstr "Параметри:" + #. 8R25b #: 03120313.xhp msgctxt "" @@ -33253,6 +33784,15 @@ msgctxt "" msgid "Returns an array of substrings from a string expression." msgstr "Повертає масив підрядків з рядкового виразу." +#. fqDbn +#: 03120314.xhp +msgctxt "" +"03120314.xhp\n" +"hd_id3149177\n" +"help.text" +msgid "Syntax:" +msgstr "Синтаксис:" + #. FGCEc #: 03120314.xhp msgctxt "" @@ -33262,6 +33802,15 @@ msgctxt "" msgid "Split (Text As String, delimiter, number)" msgstr "Split (Текст As String, Розділювач, Число)" +#. XdWY5 +#: 03120314.xhp +msgctxt "" +"03120314.xhp\n" +"hd_id3149763\n" +"help.text" +msgid "Return value:" +msgstr "Значення, що повертається:" + #. BNdCD #: 03120314.xhp msgctxt "" @@ -33271,6 +33820,15 @@ msgctxt "" msgid "String" msgstr "String" +#. G7w77 +#: 03120314.xhp +msgctxt "" +"03120314.xhp\n" +"hd_id3145315\n" +"help.text" +msgid "Parameters:" +msgstr "Параметри:" + #. PRupM #: 03120314.xhp msgctxt "" @@ -33298,6 +33856,15 @@ msgctxt "" msgid "<emph>number (optional):</emph> The number of substrings that you want to return." msgstr "<emph>Число (необов'язково):</emph> число підрядків, які потрібно повернути." +#. XZAoD +#: 03120314.xhp +msgctxt "" +"03120314.xhp\n" +"hd_id3150398\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" + #. 9qGtg #: 03120315.xhp msgctxt "" @@ -33334,6 +33901,15 @@ msgctxt "" msgid "Returns a string from a number of substrings in a string array." msgstr "Повертає рядок з кількох підрядків у масив рядків." +#. Tavaa +#: 03120315.xhp +msgctxt "" +"03120315.xhp\n" +"hd_id3159414\n" +"help.text" +msgid "Syntax:" +msgstr "Синтаксис:" + #. FrGPB #: 03120315.xhp msgctxt "" @@ -33343,6 +33919,15 @@ msgctxt "" msgid "Join (Text As String Array, delimiter)" msgstr "Join (Текст As String Масив, Розділювач)" +#. zKGLo +#: 03120315.xhp +msgctxt "" +"03120315.xhp\n" +"hd_id3150400\n" +"help.text" +msgid "Return value:" +msgstr "Значення, що повертається:" + #. Sx96w #: 03120315.xhp msgctxt "" @@ -33352,6 +33937,15 @@ msgctxt "" msgid "String" msgstr "Рядок" +#. uMb7W +#: 03120315.xhp +msgctxt "" +"03120315.xhp\n" +"hd_id3148798\n" +"help.text" +msgid "Parameters:" +msgstr "Параметри:" + #. sEXB3 #: 03120315.xhp msgctxt "" @@ -33370,6 +33964,15 @@ msgctxt "" msgid "<emph>delimiter (optional):</emph> A string character that is used to separate the substrings in the resulting string. The default delimiter is the space character. If delimiter is a string of length zero \"\", the substrings are joined without separator." msgstr "<emph>Розділювач (необов'язково):</emph> символ рядка, який служить для поділу підрядків у кінцевому рядку. Типово використовується пробіл. Якщо розділювач є рядком нульової довжини \"\", то підрядки з'єднуються без розділювача." +#. rYFAB +#: 03120315.xhp +msgctxt "" +"03120315.xhp\n" +"hd_id3154218\n" +"help.text" +msgid "Example:" +msgstr "Приклад:" + #. u25ah #: 03120400.xhp msgctxt "" @@ -33487,14 +34090,14 @@ msgctxt "" msgid "Parameters:" msgstr "Параметри:" -#. KqLff +#. jDRQw #: 03120401.xhp msgctxt "" "03120401.xhp\n" "par_id3153126\n" "help.text" -msgid "<emph>Start: </emph>A numeric expression that marks the position in a string where the search for the specified substring starts. If you omit this parameter, the search starts at the first character of the string. The minimum allowed value is 1. The maximum allowed value is 2,147,483,648." -msgstr "" +msgid "<emph>Start: </emph>A numeric expression that marks the position in a string where the search for the specified substring starts. If you omit this parameter, the search starts at the first character of the string. The maximum allowed value is 65535." +msgstr "<emph>Початок:</emph> число, яке вказує початкову позицію в рядку, з якої треба почати пошук зазначеного підрядка. Якщо цей параметр опущено, то пошук починається з першого знака в рядку. Максимально допустиме значення - 65535." #. SnP3c #: 03120401.xhp @@ -33953,7 +34556,7 @@ msgctxt "" "par_id3144760\n" "help.text" msgid "sInput = \"The book is on the table\"" -msgstr "sInput = \"The book is on the table\"" +msgstr "sInput = \"Книга на столі\"" #. z9KNH #: 03120411.xhp @@ -38734,96 +39337,6 @@ msgctxt "" msgid "<ahelp hid=\"SFX2_LISTBOX_RID_SFX_TP_MACROASSIGN_LB_SCRIPTTYPE\">Select the macro that you want to assign.</ahelp>" msgstr "<ahelp hid=\"SFX2_LISTBOX_RID_SFX_TP_MACROASSIGN_LB_SCRIPTTYPE\">Вибір для призначення макросу.</ahelp>" -#. Ug7AF -#: Compiler_options.xhp -msgctxt "" -"Compiler_options.xhp\n" -"tit\n" -"help.text" -msgid "Compiler Options" -msgstr "" - -#. 4BZ89 -#: Compiler_options.xhp -msgctxt "" -"Compiler_options.xhp\n" -"bm_id681592403821304\n" -"help.text" -msgid "<bookmark_value>Compiler Options</bookmark_value> <bookmark_value>Runtime conditions</bookmark_value>" -msgstr "" - -#. xtwLp -#: Compiler_options.xhp -msgctxt "" -"Compiler_options.xhp\n" -"hd_id951592401835244\n" -"help.text" -msgid "<variable id=\"compileroptions\"><link href=\"text/sbasic/shared/Compiler_options.xhp\" name=\"Compiler Options\">Compiler Options, Runtime Conditions</link></variable>" -msgstr "" - -#. PEuT6 -#: Compiler_options.xhp -msgctxt "" -"Compiler_options.xhp\n" -"N0084\n" -"help.text" -msgid "Compiler options specified at the module level affect %PRODUCTNAME <emph>Basic compiler checks</emph> and error messages. Basic syntax as well as Basic set of instructions can be different according to the options that are in use. The less <literal>Option</literal>, the easiest and tolerant %PRODUCTNAME Basic language is. The more <literal>Option</literal>, the richer and controlled Basic language gets." -msgstr "" - -#. auPDi -#: Compiler_options.xhp -msgctxt "" -"Compiler_options.xhp\n" -"par_id141592406254504\n" -"help.text" -msgid "Compiler options must be specified before the executable program code in a module." -msgstr "" - -#. U5B8L -#: Compiler_options.xhp -msgctxt "" -"Compiler_options.xhp\n" -"par_id491585753339474\n" -"help.text" -msgid "<image src=\"media/helpimg/sbasic/Option_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Option Statement diagram</alt></image>" -msgstr "" - -#. AXgWX -#: Compiler_options.xhp -msgctxt "" -"Compiler_options.xhp\n" -"hd_id331592403410631\n" -"help.text" -msgid "Option Private Module" -msgstr "" - -#. DeBTh -#: Compiler_options.xhp -msgctxt "" -"Compiler_options.xhp\n" -"par_id161592405163812\n" -"help.text" -msgid "Specifies that the scope of the module is that of the Basic library it belongs to." -msgstr "" - -#. 4fh7R -#: Compiler_options.xhp -msgctxt "" -"Compiler_options.xhp\n" -"par_id141592408035462\n" -"help.text" -msgid "Options specified at the module level also affect %PRODUCTNAME <emph>Basic runtime conditions</emph>. The behaviour of %PRODUCTNAME Basic instructions can differ." -msgstr "" - -#. cGCiF -#: Compiler_options.xhp -msgctxt "" -"Compiler_options.xhp\n" -"par_id291592407073335\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/property.xhp\" name=\"Property statement\">Property statement</link>" -msgstr "" - #. ZbXw2 #: ErrVBA.xhp msgctxt "" @@ -38905,13 +39418,13 @@ msgctxt "" msgid "to describe the error and possible solutions" msgstr "" -#. QaZUT +#. AbB9s #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0017\n" "help.text" -msgid "The VBA <literal>Err</literal> object has the following properties and methods:" +msgid "VBA <literal>Err</literal> object has the following properties and methods:" msgstr "" #. ivkYo @@ -38923,22 +39436,22 @@ msgctxt "" msgid "Properties" msgstr "" -#. FtD5A +#. FSwVh #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0020\n" "help.text" -msgid "The <emph>Description</emph> property gives the nature of the error. <emph>Description</emph> details the various reasons that may be the cause of the error. Ideally, it provides the multiple course of actions to help solve the issue and prevent its reoccurrence. The Basic alias is the <link href=\"text/sbasic/shared/03050300.xhp\" name=\"Error function\">Error</link> function for %PRODUCTNAME predefined errors." +msgid "<emph>Description</emph> property gives the nature of the error. It details the various reasons that may cause the error. Ideally, it provides the multiple course of actions to help solve the issue and prevent its reoccurrence. Its alias is Basic <link href=\"text/sbasic/shared/03050300.xhp\" name=\"Error function\">Error</link> function for %PRODUCTNAME predefined errors." msgstr "" -#. jfSHu +#. PjWUG #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0022\n" "help.text" -msgid "The error code associated with the error. <literal>Err</literal> object default property is <emph>Number</emph>. The %PRODUCTNAME Basic alias is the <link href=\"text/sbasic/shared/03050200.xhp\" name=\"Err\">Err</link> function." +msgid "This the error code associated with the error. <literal>Err</literal> object default property is <emph>Number</emph>. Its alias is %PRODUCTNAME Basic <link href=\"text/sbasic/shared/03050200.xhp\" name=\"Err\">Err</link> function." msgstr "" #. NJEmn @@ -38959,22 +39472,22 @@ msgctxt "" msgid "Methods" msgstr "" -#. y5Ne4 +#. 8sWBq #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0027\n" "help.text" -msgid "Resets description, <link href=\"text/sbasic/shared/03050100.xhp\" name=\"error line\">Erl</link>, number and source properties of current error. The %PRODUCTNAME Basic alias is the <link href=\"text/sbasic/shared/03050500.xhp\" name=\"Resume statement\">Resume</link> statement." +msgid "Resets description, <link href=\"text/sbasic/shared/03050100.xhp\" name=\"error line\">Erl</link>, number and source properties of current error. Its alias is %PRODUCTNAME Basic <link href=\"text/sbasic/shared/03050500.xhp\" name=\"Resume statement\">Resume</link> statement." msgstr "" -#. jnyJG +#. UEGkA #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0029\n" "help.text" -msgid "Throws user-defined errors or predefined errors. The %PRODUCTNAME Basic alias is the <link href=\"text/sbasic/shared/03050200.xhp\" name=\"Error statement\">Error</link> statement." +msgid "Throws user-defined errors or predefined errors. Its alias is %PRODUCTNAME Basic <link href=\"text/sbasic/shared/03050200.xhp\" name=\"Error statement\">Error</link> statement." msgstr "" #. EyCJv @@ -38986,13 +39499,13 @@ msgctxt "" msgid "Parameters" msgstr "" -#. 9a9P9 +#. 6Rdnc #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0031\n" "help.text" -msgid "<emph>Number</emph>: A user-defined or predefined error code to be raised." +msgid "<emph>Number</emph> A user-defined or predefined error code to be raised." msgstr "" #. DoFG8 @@ -39004,31 +39517,31 @@ msgctxt "" msgid "Error code range 0-2000 is reserved for %PRODUCTNAME Basic. User-defined errors may start from higher values in order to prevent collision with %PRODUCTNAME Basic future developments." msgstr "" -#. VAmhX +#. qoAQE #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0033\n" "help.text" -msgid "<emph>Source</emph>: The name of the routine raising the error. A name in the form of \"myLibrary.myModule.myProc\" is recommended." +msgid "<emph>Source</emph> The name of the routine raising the error. A name in the form of \"myLibrary.myModule.myProc\" is recommended." msgstr "" -#. wFqtB +#. kukgW #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0034\n" "help.text" -msgid "<emph>Description</emph>: A description of the problem leading to stop the running process, accompanied with the various reasons that may cause it. A detailed list of the possible course of actions that may help solve the problem is recommended." +msgid "<emph>Description</emph> A description of the problem leading to stop the running process, accompanied with the various reasons that may cause it. A detailed list of the possible course of actions that may help solve the problem is recommended." msgstr "" -#. q9uAh +#. 3XjnB #: ErrVBA.xhp msgctxt "" "ErrVBA.xhp\n" "N0041\n" "help.text" -msgid "Err.Raise 2020, Description:=\"This is an intended user-defined error …\"" +msgid "Err.Raise 2020, Description:=\"This is an intented user-defined error …\"" msgstr "" #. vuP6g @@ -39056,7 +39569,7 @@ msgctxt "" "N0049\n" "help.text" msgid "A short <link href=\"text/sbasic/shared/classmodule.xhp\" name=\"ClassModule option\">ClassModule</link>, that wraps VBA <literal>Err</literal> object, can distribute <literal>Err</literal> properties and methods for standard %PRODUCTNAME Basic modules." -msgstr "" +msgstr "Короткий <link href=\"text/sbasic/shared/classmodule.xhp\" name=\"параметр ClassModule\">ClassModule</link>, що охоплює об'єкт VBA <literal>Err</literal> , може поширювати властивості <literal>Err</literal> та методи для стандартних модулів %PRODUCTNAME Basic." #. tECEu #: ErrVBA.xhp @@ -39247,13 +39760,13 @@ msgctxt "" msgid "<literal>0</literal>: Resets error information and re-executes the instruction that caused the error. <literal>0</literal> is optional." msgstr "" -#. fakJ2 +#. uukh4 #: Resume.xhp msgctxt "" "Resume.xhp\n" "par_id331586090532804\n" "help.text" -msgid "<emph>label</emph>: Resets error information and resumes execution at the specified label of the current subroutine." +msgid "<emph>label: </emph>: Resets error information and resumes execution at the specified label of the current subroutine." msgstr "" #. 7NaeS @@ -39364,13 +39877,13 @@ msgctxt "" msgid "Use <literal>Resume Next</literal>, for example, when reporting anomalies encountered for an iterating process that must not be interrupted. In which case multiple handling routines may be required." msgstr "" -#. AeVfB +#. 4NKFt #: Resume.xhp msgctxt "" "Resume.xhp\n" "par_id461586091018138\n" "help.text" -msgid "Using <literal>Resume</literal> without parameters to re-execute the faulty instruction can fit certain situations. However that may cause a never ending loop." +msgid "Using <literal>Resume</literal> without parameters to re-execute the faulty instruction can fit certain situations. However that may cause a neverending loop." msgstr "" #. t97uD @@ -39463,6 +39976,24 @@ msgctxt "" msgid "Function MySQRTPI(arg as double) as double" msgstr "" +#. LxEYt +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id731592358361242\n" +"help.text" +msgid "Dim oService as Object" +msgstr "" + +#. GszLy +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id971592358368906\n" +"help.text" +msgid "oService = createUNOService(\"com.sun.star.sheet.addin.Analysis\")" +msgstr "" + #. HHyMW #: calc_functions.xhp msgctxt "" @@ -39472,6 +40003,15 @@ msgctxt "" msgid "MySQRTPI = oService.getSqrtPi(arg)" msgstr "" +#. AByBR +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id451592358385346\n" +"help.text" +msgid "End Function" +msgstr "" + #. emGWD #: calc_functions.xhp msgctxt "" @@ -40012,13 +40552,13 @@ msgctxt "" msgid "IMSECH" msgstr "" -#. 8Dtdh +#. DL5Fs #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id871592355721957\n" "help.text" -msgid "IMSIN" +msgid "Imsin" msgstr "" #. LnpEu @@ -40415,7 +40955,7 @@ msgctxt "" "N0084\n" "help.text" msgid "Specifies that the module is a class module that contains members, properties, procedures and functions." -msgstr "" +msgstr "Тут вказують, що модуль є модулем класу, який містить об'єкти, властивості, процедури та функції." #. vqr43 #: classmodule.xhp @@ -40606,13 +41146,13 @@ msgctxt "" msgid "Running <literal>RmDir</literal> command in VBA mode. In VBA only empty directories are removed by <literal>RmDir</literal> while %PRODUCTNAME Basic removes a directory recursively." msgstr "" -#. KLkKY +#. 5GFEr #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "N0125\n" "help.text" -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." +msgid "Changing behaviour 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 "" #. piCTC @@ -40849,204 +41389,6 @@ msgctxt "" msgid "Refer to <link href=\"text/sbasic/python/python_platform.xhp\">Identifying the Operating System</link> and <link href=\"text/sbasic/python/python_session.xhp\">Getting Session Information</link> for class module examples, or <link href=\"text/sbasic/guide/access2base.xhp\">Access2Base shared Basic library</link> for other class examples making use of <literal>Option Compatible</literal> compiler mode." msgstr "" -#. QF4Ds -#: conventions.xhp -msgctxt "" -"conventions.xhp\n" -"tit\n" -"help.text" -msgid "Syntax Diagrams" -msgstr "" - -#. CkdjC -#: conventions.xhp -msgctxt "" -"conventions.xhp\n" -"bm_id861593777289558\n" -"help.text" -msgid "<bookmark_value>Syntax diagrams; How to read</bookmark_value> <bookmark_value>Statements syntax;How to read</bookmark_value> <bookmark_value>Typographical conventions</bookmark_value>" -msgstr "" - -#. VTTA3 -#: conventions.xhp -msgctxt "" -"conventions.xhp\n" -"hd_id221543446540070\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/conventions.xhp\" name=\"conventions\">How to Read Syntax Diagrams and Statements</link>" -msgstr "" - -#. jJGWn -#: conventions.xhp -msgctxt "" -"conventions.xhp\n" -"par_id601593699108443\n" -"help.text" -msgid "%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these typographical rules:" -msgstr "" - -#. ZnMxE -#: conventions.xhp -msgctxt "" -"conventions.xhp\n" -"par_id158193699546735\n" -"help.text" -msgid "%PRODUCTNAME Basic keywords or functions use proper casing: Call, DimArray, InputBox, Property." -msgstr "" - -#. ny9xr -#: conventions.xhp -msgctxt "" -"conventions.xhp\n" -"par_id711593699548486\n" -"help.text" -msgid "Lowercase characters indicate information to supply: end, expression, start, variable." -msgstr "" - -#. 6cDAC -#: conventions.xhp -msgctxt "" -"conventions.xhp\n" -"par_id881593760345504\n" -"help.text" -msgid "The syntax of a %PRODUCTNAME Basic one line statement is illustrated herewith:" -msgstr "" - -#. 8Co5j -#: conventions.xhp -msgctxt "" -"conventions.xhp\n" -"hd_id871593700670279\n" -"help.text" -msgid "Diagram example" -msgstr "" - -#. 5AfpR -#: conventions.xhp -msgctxt "" -"conventions.xhp\n" -"par_id181593699574635\n" -"help.text" -msgid "Basic statement diagrams start and end with double vertical bars," -msgstr "" - -#. oNAUQ -#: conventions.xhp -msgctxt "" -"conventions.xhp\n" -"par_id711596399548486\n" -"help.text" -msgid "Loops indicate a possible repetition, an optional separator may be present," -msgstr "" - -#. qBArU -#: conventions.xhp -msgctxt "" -"conventions.xhp\n" -"par_id541593706654897\n" -"help.text" -msgid "Rectangles denote subsequent diagram fragments," -msgstr "" - -#. MgRRZ -#: conventions.xhp -msgctxt "" -"conventions.xhp\n" -"par_id251593706717957\n" -"help.text" -msgid "Diagram fragments extremities exhibit single vertical bars." -msgstr "" - -#. 2ERcw -#: conventions.xhp -msgctxt "" -"conventions.xhp\n" -"par_id831588865616326\n" -"help.text" -msgid "<image src=\"media/helpimg/sbasic/a_statement.svg\" id=\"img_id651588865616326\"><alt id=\"alt_id281588865616326\">syntax of a statement</alt></image>" -msgstr "" - -#. QDyRr -#: conventions.xhp -msgctxt "" -"conventions.xhp\n" -"par_id411579301639711\n" -"help.text" -msgid "A set of %PRODUCTNAME Basic statements - with optional labels - is using a colon <literal>:</literal> sign to separate them, it can be terminated with an optional comment. <literal>REM</literal> or an apostrophe sign introduce a comment." -msgstr "" - -#. fR7p7 -#: conventions.xhp -msgctxt "" -"conventions.xhp\n" -"par_id931593707147102\n" -"help.text" -msgid "<image src=\"media/helpimg/sbasic/comment_fragment.svg\" id=\"img_id191593707147102\"><alt id=\"alt_id111593707147102\">diagram fragment</alt></image>" -msgstr "" - -#. tMPo2 -#: conventions.xhp -msgctxt "" -"conventions.xhp\n" -"hd_id71593700691968\n" -"help.text" -msgid "Textual example" -msgstr "" - -#. vtggd -#: conventions.xhp -msgctxt "" -"conventions.xhp\n" -"par_id181593700546735\n" -"help.text" -msgid "<emph>[opt1|opt2|opt3]</emph> Items inside brackets are optional, alternatives are indicated with a vertical bar," -msgstr "" - -#. ap6xE -#: conventions.xhp -msgctxt "" -"conventions.xhp\n" -"par_id181593699546735\n" -"help.text" -msgid "<emph>case[[sep]…]</emph> An ellipsis indicates a possible repetition, an optional separator may be specified," -msgstr "" - -#. FEGF3 -#: conventions.xhp -msgctxt "" -"conventions.xhp\n" -"par_id712593699548486\n" -"help.text" -msgid "<emph>{choice1|choice2}</emph> Items inside curly braces are compulsory, alternatives are indicated with a vertical bar." -msgstr "" - -#. VFKcU -#: conventions.xhp -msgctxt "" -"conventions.xhp\n" -"par_id411593701639711\n" -"help.text" -msgid "A set of %PRODUCTNAME Basic statements - with optional labels - is using a colon <literal>:</literal> sign to separate them, it can be terminated with an optional comment. <literal>REM</literal> or an apostrophe sign introduce a comment." -msgstr "" - -#. RUhNn -#: conventions.xhp -msgctxt "" -"conventions.xhp\n" -"N0018\n" -"help.text" -msgid "GoTo there ' skip first statement" -msgstr "" - -#. oCE77 -#: conventions.xhp -msgctxt "" -"conventions.xhp\n" -"N0019\n" -"help.text" -msgid "here: Print 1, : there: Print 2 REM explanatory text here" -msgstr "" - #. 7pf8S #: enum.xhp msgctxt "" @@ -41200,13 +41542,13 @@ msgctxt "" msgid "%PRODUCTNAME Basic syntax fragments." msgstr "" -#. 4eH7M +#. ChERt #: fragments.xhp msgctxt "" "fragments.xhp\n" "hd_id431587045941514\n" "help.text" -msgid "<variable id=\"argumenth2\"><link href=\"text/sbasic/shared/fragments.xhp\" name=\"arguments in Function, Sub and Property statements\"/>argument fragment</variable>" +msgid "<variable id=\"argumenth2\"><link href=\"text/sbasic/shared/fragments.xhp\" name=\"arguments in Function, Sub and Property statements\"/></variable>argument fragment" msgstr "" #. pfHq8 @@ -41362,13 +41704,13 @@ msgctxt "" msgid "Multiple dimensions for an array are denoted using comma (<emph>,</emph>) sign." msgstr "" -#. E9UTU +#. DeXti #: fragments.xhp msgctxt "" "fragments.xhp\n" "hd_id231587046013458\n" "help.text" -msgid "<variable id=\"typenameh4\">typename fragment</variable>" +msgid "<variable id=\"typenameh4\"><link href=\"text/sbasic/shared/fragments.xhp\" name=\"data types fragment\">typename fragment</link></variable>" msgstr "" #. AqfYj @@ -41380,13 +41722,13 @@ msgctxt "" msgid "<image src=\"media/helpimg/sbasic/typename_fragment.svg\" id=\"img_id4157296484514\"><alt id=\"alt_id15152796484515\">primitive data types fragment</alt></image>" msgstr "" -#. BSD4e +#. dM8Yg #: fragments.xhp msgctxt "" "fragments.xhp\n" "hd_id231587046013459\n" "help.text" -msgid "<variable id=\"charh4\">char fragment</variable>" +msgid "<variable id=\"charh4\"><link href=\"text/sbasic/shared/fragments.xhp\" name=\"type declaration characters fragment\">char fragment</link></variable>" msgstr "" #. JFwPg @@ -41857,13 +42199,13 @@ msgctxt "" msgid "Property Statement" msgstr "" -#. CxW74 +#. 4vJCy #: property.xhp msgctxt "" "property.xhp\n" "N0183\n" "help.text" -msgid "A property, also called field or attribute, characterizes a given object or piece of information. Properties can be used to control access to data. It is common use to include instructions at setting or reading time of properties. Code can vary from simple assignment to complex context dependent routines. Using <emph>Get</emph>, <emph>Let</emph> or <emph>Set</emph> accessors enforces properties' consistency when necessary." +msgid "A property, also called field or attribute, characterizes a given object or piece of information. Properties can be used to control access to data. It is common use to include instructions at setting or reading time of properties. Code can vary from simple assignment to complex context dependant routines. Using <emph>Get</emph>, <emph>Let</emph> or <emph>Set</emph> accessers enforces properties' consistency when necessary." msgstr "" #. hD9fA diff --git a/source/uk/helpcontent2/source/text/sbasic/shared/03.po b/source/uk/helpcontent2/source/text/sbasic/shared/03.po index 20dd0ddc99e..170d12d5bd1 100644 --- a/source/uk/helpcontent2/source/text/sbasic/shared/03.po +++ b/source/uk/helpcontent2/source/text/sbasic/shared/03.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-07-21 11:19+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2020-02-22 17:15+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared03/uk/>\n" @@ -61,69 +61,6 @@ msgctxt "" msgid "<bookmark_value>BASIC Euro library</bookmark_value>" msgstr "<bookmark_value>Бібліотека BASIC Euro</bookmark_value>" -#. 9edb6 -#: lib_euro.xhp -msgctxt "" -"lib_euro.xhp\n" -"hd_id841593518085848\n" -"help.text" -msgid "Description" -msgstr "" - -#. DkBkc -#: lib_euro.xhp -msgctxt "" -"lib_euro.xhp\n" -"par_id921593518140986\n" -"help.text" -msgid "The <emph>Euro</emph> library is used by the <emph>Euro converter…</emph> wizard." -msgstr "" - -#. uAg7T -#: lib_euro.xhp -msgctxt "" -"lib_euro.xhp\n" -"par_id481593518247400\n" -"help.text" -msgid "Its entry points are:" -msgstr "" - -#. SBNCb -#: lib_euro.xhp -msgctxt "" -"lib_euro.xhp\n" -"par_id381593519742529\n" -"help.text" -msgid "Selecting the <emph>Euro Converter…</emph> wizard loads the following libraries in memory:" -msgstr "" - -#. TGAHA -#: lib_euro.xhp -msgctxt "" -"lib_euro.xhp\n" -"par_id691593519646426\n" -"help.text" -msgid "Basic routine name conflicts may exist when multiple Basic libraries are loaded in memory." -msgstr "" - -#. 5NFbA -#: lib_euro.xhp -msgctxt "" -"lib_euro.xhp\n" -"par_id1001593520257636\n" -"help.text" -msgid "ImportWizard and <link href=\"text/sbasic/shared/03/lib_tools.xhp\" name=\"Tools library\">Tools</link> Basic libraries" -msgstr "" - -#. JbBaB -#: lib_euro.xhp -msgctxt "" -"lib_euro.xhp\n" -"par_id251593518523704\n" -"help.text" -msgid "<link href=\"text/shared/autopi/01150000.xhp\" name=\"Euro Converter Wizard\">Euro Converter Wizard</link> describes what the <emph>Euro</emph> library does." -msgstr "" - #. G8mp2 #: lib_formwizard.xhp msgctxt "" @@ -169,96 +106,6 @@ msgctxt "" msgid "<bookmark_value>BASIC Gimmicks library</bookmark_value>" msgstr "<bookmark_value>Бібліотека BASIC Gimmicks</bookmark_value>" -#. EwqqW -#: lib_importwiz.xhp -msgctxt "" -"lib_importwiz.xhp\n" -"tit\n" -"help.text" -msgid "ImportWizard Library" -msgstr "" - -#. stDZt -#: lib_importwiz.xhp -msgctxt "" -"lib_importwiz.xhp\n" -"hd_id31529004750471\n" -"help.text" -msgid "<variable id=\"importwiz_lib\"><link href=\"text/sbasic/shared/03/lib_importwiz.xhp\" name=\"ImportWizard library\">The <item type=\"literal\">ImportWizard</item> Library</link></variable>" -msgstr "" - -#. pbesX -#: lib_importwiz.xhp -msgctxt "" -"lib_importwiz.xhp\n" -"bm_id231529070133574\n" -"help.text" -msgid "<bookmark_value>BASIC ImportWizard library</bookmark_value>" -msgstr "" - -#. GFoap -#: lib_importwiz.xhp -msgctxt "" -"lib_importwiz.xhp\n" -"hd_id841593518085848\n" -"help.text" -msgid "Description" -msgstr "" - -#. asxd6 -#: lib_importwiz.xhp -msgctxt "" -"lib_importwiz.xhp\n" -"par_id921593518140986\n" -"help.text" -msgid "The <emph>ImportWizard</emph> library is used by the <emph>Document converter...</emph> wizard." -msgstr "" - -#. FaGZt -#: lib_importwiz.xhp -msgctxt "" -"lib_importwiz.xhp\n" -"par_id481593518247400\n" -"help.text" -msgid "Its entry point is:" -msgstr "" - -#. EyBsL -#: lib_importwiz.xhp -msgctxt "" -"lib_importwiz.xhp\n" -"par_id381593519742529\n" -"help.text" -msgid "Selecting the <emph>Document Converter...</emph> wizard loads the following libraries in memory:" -msgstr "" - -#. vV4TD -#: lib_importwiz.xhp -msgctxt "" -"lib_importwiz.xhp\n" -"par_id691593519646426\n" -"help.text" -msgid "Basic routine name conflicts may exist when multiple Basic libraries are loaded in memory." -msgstr "" - -#. ZCH7G -#: lib_importwiz.xhp -msgctxt "" -"lib_importwiz.xhp\n" -"par_id1001593520257636\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03/lib_tools.xhp\" name=\"Tools library\">Tools</link> Basic library" -msgstr "" - -#. ZT5z9 -#: lib_importwiz.xhp -msgctxt "" -"lib_importwiz.xhp\n" -"par_id251593518523704\n" -"help.text" -msgid "<link href=\"text/shared/autopi/01130000.xhp\" name=\"Document Converter\">Document Converter</link> describes what the <emph>ImportWizard</emph> library does." -msgstr "" - #. UWzWk #: lib_schedule.xhp msgctxt "" @@ -313,60 +160,6 @@ msgctxt "" msgid "<bookmark_value>BASIC ScriptBindingLibrary library</bookmark_value>" msgstr "<bookmark_value>Бібліотека BASIC ScriptBindingLibrary</bookmark_value>" -#. Z7iSC -#: lib_script.xhp -msgctxt "" -"lib_script.xhp\n" -"hd_id841593518085848\n" -"help.text" -msgid "Description" -msgstr "" - -#. nnxNN -#: lib_script.xhp -msgctxt "" -"lib_script.xhp\n" -"par_id921593518140986\n" -"help.text" -msgid "The <emph>ScriptBindingLibrary</emph> library only contains dialogs, it is used by <emph>Highlight</emph> %PRODUCTNAME example scripts. Its dialogs are shared by Beanshell, Java and JavaScript example scripts." -msgstr "" - -#. JdxBj -#: lib_script.xhp -msgctxt "" -"lib_script.xhp\n" -"par_id381593519742529\n" -"help.text" -msgid "Running any <emph>Highlight</emph> example script loads the <emph>ScriptBindingLibrary</emph> library in memory." -msgstr "" - -#. 9CZwi -#: lib_script.xhp -msgctxt "" -"lib_script.xhp\n" -"par_id131593538122154\n" -"help.text" -msgid "This library is not used by %PRODUCTNAME Basic." -msgstr "" - -#. Qh7KM -#: lib_script.xhp -msgctxt "" -"lib_script.xhp\n" -"par_id251593524531077\n" -"help.text" -msgid "<link href=\"text/shared/01/06130020.xhp\" name=\"Basic macro selector\">Basic macro selector</link>" -msgstr "" - -#. wJqFF -#: lib_script.xhp -msgctxt "" -"lib_script.xhp\n" -"par_id721593525163663\n" -"help.text" -msgid "Beanshell, Java and JavaScript <link href=\"text/shared/01/06130030.xhp\" name=\"Scripts\">Scripts</link>" -msgstr "" - #. QZNvL #: lib_template.xhp msgctxt "" @@ -654,57 +447,3 @@ msgctxt "" "help.text" msgid "<emph>Universal Content Broker</emph> functions and subroutines." msgstr "Функції та підпрограми <emph>універсального оглядача вмісту (UCB)</emph>." - -#. LsR47 -#: lib_wikieditor.xhp -msgctxt "" -"lib_wikieditor.xhp\n" -"tit\n" -"help.text" -msgid "WikiEditor Library" -msgstr "" - -#. QDwwy -#: lib_wikieditor.xhp -msgctxt "" -"lib_wikieditor.xhp\n" -"hd_id31529004750471\n" -"help.text" -msgid "<variable id=\"wikieditor_lib\"><link href=\"text/sbasic/shared/03/lib_wikieditor.xhp\" name=\"WikiEditor library\">The <item type=\"literal\">WikiEditor</item> Library</link></variable>" -msgstr "" - -#. mBGxx -#: lib_wikieditor.xhp -msgctxt "" -"lib_wikieditor.xhp\n" -"bm_id231529070133574\n" -"help.text" -msgid "<bookmark_value>BASIC WikiEditor library</bookmark_value>" -msgstr "" - -#. qGFuz -#: lib_wikieditor.xhp -msgctxt "" -"lib_wikieditor.xhp\n" -"hd_id841593518085848\n" -"help.text" -msgid "Description" -msgstr "" - -#. MdATA -#: lib_wikieditor.xhp -msgctxt "" -"lib_wikieditor.xhp\n" -"par_id921593518140986\n" -"help.text" -msgid "The <emph>WikiEditor</emph> library only contains dialogs, it is used by <emph>Wiki Publisher</emph> bundled Java extension." -msgstr "" - -#. k2E85 -#: lib_wikieditor.xhp -msgctxt "" -"lib_wikieditor.xhp\n" -"par_id131593538122154\n" -"help.text" -msgid "This library is not used by %PRODUCTNAME Basic." -msgstr "" diff --git a/source/uk/helpcontent2/source/text/scalc.po b/source/uk/helpcontent2/source/text/scalc.po index 373075878fc..71c442ca92b 100644 --- a/source/uk/helpcontent2/source/text/scalc.po +++ b/source/uk/helpcontent2/source/text/scalc.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: 2020-07-21 11:19+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2020-08-03 21:35+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc/uk/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1536179670.000000\n" #. ZxQeC @@ -151,6 +151,15 @@ msgctxt "" msgid "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Links</link>" msgstr "<link href=\"text/shared/01/02180000.xhp\" name=\"Посилання\">Посилання</link>" +#. A9QFv +#: main0102.xhp +msgctxt "" +"main0102.xhp\n" +"hd_id3148488\n" +"help.text" +msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>" +msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"Сенсорне зображення\">Сенсорне зображення</link>" + #. pFCu3 #: main0102.xhp msgctxt "" @@ -538,15 +547,6 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>" msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"Автозамена\">Параметри автозаміни</link>" -#. eAavz -#: main0106.xhp -msgctxt "" -"main0106.xhp\n" -"hd_id3148488\n" -"help.text" -msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>" -msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"КартаЗображень\">КартаЗображень</link>" - #. ToZU6 #: main0106.xhp msgctxt "" diff --git a/source/uk/helpcontent2/source/text/scalc/00.po b/source/uk/helpcontent2/source/text/scalc/00.po index 5fd997cadd3..8ed993dc27d 100644 --- a/source/uk/helpcontent2/source/text/scalc/00.po +++ b/source/uk/helpcontent2/source/text/scalc/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: 2020-07-21 11:19+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2020-07-27 05:34+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc00/uk/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1558979627.000000\n" #. E9tti @@ -664,23 +664,14 @@ msgctxt "" msgid "Format Menu" msgstr "Меню \"Формат\"" -#. TmWCz +#. HP9LA #: 00000405.xhp msgctxt "" "00000405.xhp\n" "par_id3154685\n" "help.text" -msgid "Choose <menuitem>Format - Cells</menuitem>." -msgstr "Оберіть <menuitem>Формат - Комірки</menuitem>." - -#. DEPHV -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id61593556839601\n" -"help.text" -msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+1</keycode>." -msgstr "Натисніть <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+1</keycode>." +msgid "<variable id=\"fozelle\">Choose <emph>Format - Cells</emph>.</variable>" +msgstr "<variable id=\"fozelle\">Виберіть <emph>Формат - Комірки</emph>.</variable>" #. HR2kd #: 00000405.xhp diff --git a/source/uk/helpcontent2/source/text/scalc/01.po b/source/uk/helpcontent2/source/text/scalc/01.po index a6504cb498b..323ae15d21e 100644 --- a/source/uk/helpcontent2/source/text/scalc/01.po +++ b/source/uk/helpcontent2/source/text/scalc/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-09-28 11:22+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2020-04-26 09:16+0000\n" "Last-Translator: Olexandr Pylypchuk <pilipchukap@rambler.ru>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc01/uk/>\n" @@ -12589,13 +12589,13 @@ msgctxt "" msgid "<ahelp hid=\"HID_FUNC_LOG\">Returns the logarithm of a number to the specified base.</ahelp>" msgstr "" -#. uDAq7 +#. ShWCR #: 04060106.xhp msgctxt "" "04060106.xhp\n" "par_id3144732\n" "help.text" -msgid "LOG(Number [; Base])" +msgid "LOG(Number[; Base])" msgstr "" #. Eiqiq @@ -12841,15 +12841,6 @@ msgctxt "" msgid "<item type=\"literal\">Base^Exponent</item>" msgstr "<item type=\"literal\">Основа^Показник</item>" -#. dRQh7 -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id241599040594931\n" -"help.text" -msgid "<literal>=POWER(0,0)</literal> returns 1." -msgstr "" - #. D3Ghv #: 04060106.xhp msgctxt "" @@ -13255,13 +13246,13 @@ msgctxt "" msgid "<ahelp hid=\"HID_FUNC_RUNDEN\">Rounds a number to a certain number of decimal places.</ahelp>" msgstr "" -#. kj4B7 +#. p64i9 #: 04060106.xhp msgctxt "" "04060106.xhp\n" "par_id3158182\n" "help.text" -msgid "ROUND(Number [; Count])" +msgid "ROUND(Number[; Count])" msgstr "" #. yE5Jb @@ -13354,13 +13345,13 @@ msgctxt "" msgid "<ahelp hid=\"HID_FUNC_ABRUNDEN\">Rounds a number down, toward zero, to a certain precision.</ahelp>" msgstr "" -#. MnKJo +#. uqe8Y #: 04060106.xhp msgctxt "" "04060106.xhp\n" "par_id3146051\n" "help.text" -msgid "ROUNDDOWN(Number [; Count])" +msgid "ROUNDDOWN(Number[; Count])" msgstr "" #. EXn4P @@ -13444,13 +13435,13 @@ msgctxt "" msgid "<ahelp hid=\"HID_FUNC_AUFRUNDEN\">Rounds a number up, away from zero, to a certain precision.</ahelp>" msgstr "" -#. Gz3SM +#. smgCC #: 04060106.xhp msgctxt "" "04060106.xhp\n" "par_id3163328\n" "help.text" -msgid "ROUNDUP(Number [; Count])" +msgid "ROUNDUP(Number[; Count])" msgstr "" #. x59Ls @@ -13921,13 +13912,13 @@ msgctxt "" msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criteria.</ahelp> This function is used to browse a range when you search for a certain value." msgstr "" -#. KsFtX +#. PcPNo #: 04060106.xhp msgctxt "" "04060106.xhp\n" "par_id3152028\n" "help.text" -msgid "SUMIF(Range; Criteria [; SumRange])" +msgid "SUMIF(Range; Criteria[; SumRange])" msgstr "" #. rYzXG @@ -14443,13 +14434,13 @@ msgctxt "" msgid "<ahelp hid=\"HID_FUNC_UMRECHNEN\">Converts between old European national currency and to and from Euros.</ahelp>" msgstr "" -#. G7CMF +#. qh8S5 #: 04060106.xhp msgctxt "" "04060106.xhp\n" "par_id3143748\n" "help.text" -msgid "EUROCONVERT(Value; \"From_currency\"; \"To_currency\" [; full_precision [; triangulation_precision]])" +msgid "EUROCONVERT(Value; \"From_currency\"; \"To_currency\"[; full_precision][; triangulation_precision])" msgstr "" #. 4KJUc @@ -14551,14 +14542,14 @@ msgctxt "" msgid "At one time the list of conversion factors included the legacy European currencies and the Euro (see examples below). We suggest using the new function EUROCONVERT for converting these currencies." msgstr "Список коефіцієнтів перерахунку містив одночасно старі європейські валюти і євро (див. приклади нижче). Для перерахунку цих валют пропонується використовувати нову функцію EUROCONVERT." -#. o7nsC +#. GhdsH #: 04060106.xhp msgctxt "" "04060106.xhp\n" "par_id0908200902131191\n" "help.text" -msgid "CONVERT_OOO(value; \"text\"; \"text\")" -msgstr "" +msgid "CONVERT_OOO(value;\"text\";\"text\")" +msgstr "CONVERT_OOO(значення;\"текст\";\"текст\")" #. egbGd #: 04060106.xhp @@ -17233,13 +17224,13 @@ msgctxt "" msgid "<ahelp hid=\"HID_FUNC_VARIATION\">Calculates the points of an exponential trend in an array.</ahelp>" msgstr "" -#. GMVAK +#. 8VMBq #: 04060107.xhp msgctxt "" "04060107.xhp\n" "par_id3166377\n" "help.text" -msgid "GROWTH(DataY [; [ DataX ] [; [ NewDataX ] [; FunctionType ] ] ])" +msgid "GROWTH(DataY [; DataX [; NewDataX [; FunctionType]]])" msgstr "" #. CA3qD @@ -18988,31 +18979,31 @@ msgctxt "" msgid "<ahelp hid=\"HID_FUNC_WAHL\">Uses an index to return a value from a list of up to 30 values.</ahelp>" msgstr "" -#. V8cAu +#. r7bDk #: 04060109.xhp msgctxt "" "04060109.xhp\n" "par_id3155425\n" "help.text" -msgid "CHOOSE(Index; Value 1 [; Value 2 [; ... [; Value 30]]])" +msgid "CHOOSE(Index; Value1 [; Value2 [; ... [; Value254]]])" msgstr "" -#. CNK7e +#. dt8SY #: 04060109.xhp msgctxt "" "04060109.xhp\n" "par_id3144755\n" "help.text" -msgid "<emph>Index</emph> is a reference or number between 1 and 30 indicating which value is to be taken from the list." +msgid "<emph>Index</emph> is a reference or number between 1 and 254 indicating which value is to be taken from the list." msgstr "" -#. GGWDt +#. nR3mX #: 04060109.xhp msgctxt "" "04060109.xhp\n" "par_id3149939\n" "help.text" -msgid "<emph>Value 1, Value 2, ..., Value 30</emph> is the list of values entered as a reference to a cell or as individual values." +msgid "<emph>Value1, Value2, ..., Value254</emph> is the list of values entered as a reference to a cell or as individual values." msgstr "" #. s64Du @@ -27970,13 +27961,13 @@ msgctxt "" msgid "<ahelp hid=\"HID_FUNC_VDB\">Returns the depreciation of an asset for a specified or partial period using a variable declining balance method.</ahelp>" msgstr "" -#. pUVVr +#. DSd3v #: 04060118.xhp msgctxt "" "04060118.xhp\n" "par_id3149025\n" "help.text" -msgid "VDB(Cost; Salvage; Life; Start; End [; Factor [; NoSwitch]])" +msgid "VDB(Cost; Salvage; Life; S; End [; Factor [; NoSwitch]])" msgstr "" #. zGhDb @@ -42271,15 +42262,6 @@ msgctxt "" msgid "Name" msgstr "Назва" -#. 3juWm -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id401599494815994\n" -"help.text" -msgid "Example" -msgstr "" - #. PcMRq #: 04060199.xhp msgctxt "" @@ -42505,15 +42487,6 @@ msgctxt "" msgid "Name" msgstr "Назва" -#. CCsqC -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id201599495083374\n" -"help.text" -msgid "Example" -msgstr "" - #. AdNBV #: 04060199.xhp msgctxt "" @@ -42712,15 +42685,6 @@ msgctxt "" msgid "Name" msgstr "Назва" -#. Y4cRR -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id201599494708332\n" -"help.text" -msgid "Example" -msgstr "" - #. s2CGS #: 04060199.xhp msgctxt "" @@ -42802,15 +42766,6 @@ msgctxt "" msgid "Name" msgstr "Назва" -#. tfD9G -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id521599494740206\n" -"help.text" -msgid "Example" -msgstr "" - #. 52L2C #: 04060199.xhp msgctxt "" @@ -43828,6 +43783,24 @@ msgctxt "" msgid "<variable id=\"zellattributetext\"><ahelp hid=\".uno:FormatCellDialog\">Allows you to specify a variety of formatting options and to apply attributes to the selected cells.</ahelp></variable>" msgstr "<variable id=\"zellattributetext\"><ahelp hid=\".uno:FormatCellDialog\">Дозволяє обрати різні параметри формату і застосувати атрибути до виділених комірок.</ahelp></variable>" +#. C3jH9 +#: 05020000.xhp +msgctxt "" +"05020000.xhp\n" +"hd_id3145785\n" +"help.text" +msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link>" +msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Числа\">Числа</link>" + +#. ZgrYD +#: 05020000.xhp +msgctxt "" +"05020000.xhp\n" +"hd_id3146119\n" +"help.text" +msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">Font</link>" +msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Шрифт\">Шрифт</link>" + #. BW9bs #: 05020600.xhp msgctxt "" @@ -44665,15 +44638,6 @@ msgctxt "" msgid "Page Style" msgstr "Стиль сторінки" -#. vEZHA -#: 05070000.xhp -msgctxt "" -"05070000.xhp\n" -"bm_id651593596384469\n" -"help.text" -msgid "<bookmark_value>style;page</bookmark_value><bookmark_value>page;style</bookmark_value><bookmark_value>format;page</bookmark_value><bookmark_value>formatting;page</bookmark_value>" -msgstr "" - #. YjqDi #: 05070000.xhp msgctxt "" @@ -45403,31 +45367,31 @@ msgctxt "" msgid "<ahelp hid=\".uno:AddPrintArea\">Adds the current selection to the defined print areas.</ahelp>" msgstr "" -#. U9JPr +#. fcvcu #: 05100000.xhp msgctxt "" "05100000.xhp\n" "tit\n" "help.text" -msgid "Styles in Calc" +msgid "Styles" msgstr "" -#. rJpRh +#. 3fyBn #: 05100000.xhp msgctxt "" "05100000.xhp\n" "bm_id3150447\n" "help.text" -msgid "<bookmark_value>Stylist, see Styles window</bookmark_value><bookmark_value>Styles window</bookmark_value><bookmark_value>formats; Styles window</bookmark_value><bookmark_value>formatting; Styles window</bookmark_value><bookmark_value>paint can for applying styles</bookmark_value><bookmark_value>styles in spreadsheets</bookmark_value><bookmark_value>styles; in Calc</bookmark_value>" +msgid "<bookmark_value>Stylist, see Styles window</bookmark_value> <bookmark_value>Styles window</bookmark_value> <bookmark_value>formats; Styles window</bookmark_value> <bookmark_value>formatting; Styles window</bookmark_value> <bookmark_value>paint can for applying styles</bookmark_value>" msgstr "" -#. WerNG +#. eA3vo #: 05100000.xhp msgctxt "" "05100000.xhp\n" "hd_id3150447\n" "help.text" -msgid "<link href=\"text/scalc/01/05100000.xhp\" name=\"Styles\">Styles in Calc</link>" +msgid "<link href=\"text/scalc/01/05100000.xhp\" name=\"Styles\">Styles</link>" msgstr "" #. bBG57 @@ -45475,13 +45439,22 @@ msgctxt "" msgid "Double-click the style in the Styles window." msgstr "" -#. SbgEE +#. DCJfB +#: 05100000.xhp +msgctxt "" +"05100000.xhp\n" +"hd_id3153877\n" +"help.text" +msgid "Cell Styles" +msgstr "" + +#. DAX9B #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3145801\n" "help.text" -msgid "<ahelp hid=\".\">Displays the list of the available Cell Styles.</ahelp>" +msgid "<ahelp hid=\".\">Displays the list of the available Cell Styles for <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"indirect cell formatting\">indirect cell formatting</link>.</ahelp>" msgstr "" #. JcMEc @@ -45502,22 +45475,22 @@ msgctxt "" msgid "Cell Styles" msgstr "" -#. 7FwJf +#. hkDXo #: 05100000.xhp msgctxt "" "05100000.xhp\n" -"hd_id171593598056580\n" +"hd_id3153963\n" "help.text" -msgid "<link href=\"text/scalc/01/05070000.xhp\" name=\"page styles\">Page Styles</link>" +msgid "Page Styles" msgstr "" -#. 4XFww +#. DxrsL #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3147003\n" "help.text" -msgid "<ahelp hid=\".\">Displays the Page Styles available.</ahelp>" +msgid "<ahelp hid=\".\">Displays the Page Styles available for indirect page formatting.</ahelp>" msgstr "" #. cM9f4 @@ -52189,15 +52162,6 @@ msgctxt "" msgid "<ahelp hid=\"modules/scalc/ui/datafieldoptionsdialog/hierarchy\">Select the hierarchy that you want to use. The pivot table must be based on an external source data that contains data hierarchies.</ahelp>" msgstr "" -#. ZjDq9 -#: 12090106.xhp -msgctxt "" -"12090106.xhp\n" -"par_id681598453957935\n" -"help.text" -msgid "Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details\"." -msgstr "" - #. B9FE5 #: 12090200.xhp msgctxt "" @@ -53188,15 +53152,6 @@ msgctxt "" msgid "This function is part of the Open Document Format for Office Applications (OpenDocument) standard Version 1.2. (ISO/IEC 26300:2-2015)" msgstr "Ця функція є частиною стандарту Open Document Format for Office Applications (OpenDocument) версії 1.2. (ISO/IEC 26300:2-2015)" -#. BFcB6 -#: ODFF.xhp -msgctxt "" -"ODFF.xhp\n" -"hd_id1000013\n" -"help.text" -msgid "This function is part of the Open Document Format for Office Applications (OpenDocument) standard Version 1.3." -msgstr "" - #. SGHPh #: calculate.xhp msgctxt "" @@ -53224,24 +53179,6 @@ msgctxt "" msgid "<ahelp hid=\".\">Commands to calculate formula cells.</ahelp>" msgstr "" -#. J8xZD -#: cell_styles.xhp -msgctxt "" -"cell_styles.xhp\n" -"tit\n" -"help.text" -msgid "Cell Styles" -msgstr "" - -#. 8o4Ez -#: cell_styles.xhp -msgctxt "" -"cell_styles.xhp\n" -"hd_id811593560413206\n" -"help.text" -msgid "<link href=\"text/scalc/01/cell_styles.xhp\" name=\"Cell Style\">Cell Styles</link>" -msgstr "" - #. AZNrM #: common_func.xhp msgctxt "" @@ -64429,15 +64366,6 @@ msgctxt "" msgid "Calculation" msgstr "" -#. Q8ewH -#: func_yearfrac.xhp -msgctxt "" -"func_yearfrac.xhp\n" -"par_id3154502\n" -"help.text" -msgid "0 or missing" -msgstr "" - #. CkPny #: func_yearfrac.xhp msgctxt "" diff --git a/source/uk/helpcontent2/source/text/scalc/guide.po b/source/uk/helpcontent2/source/text/scalc/guide.po index 8eeca3a4291..876646dde51 100644 --- a/source/uk/helpcontent2/source/text/scalc/guide.po +++ b/source/uk/helpcontent2/source/text/scalc/guide.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-07-21 11:19+0200\n" -"PO-Revision-Date: 2020-08-03 21:35+0000\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" +"PO-Revision-Date: 2020-10-22 11:35+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalcguide/uk/>\n" "Language: uk\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1551473650.000000\n" #. NXy6S @@ -500,7 +500,7 @@ msgctxt "" "par_id3155379\n" "help.text" msgid "To Define an AutoFormat for Spreadsheets or Ranges" -msgstr "" +msgstr "Як задати Автоформат для аркушів або діапазонів даних" #. kMXDR #: autoformat.xhp @@ -527,7 +527,7 @@ msgctxt "" "par_id3145384\n" "help.text" msgid "Choose <item type=\"menuitem\">Edit - Select All</item> or select the formatted range." -msgstr "" +msgstr "Оберіть <item type=\"menuitem\">Зміни - Вибрати все</item> або виділіть форматований діапазон даних." #. VuwGM #: autoformat.xhp @@ -572,7 +572,7 @@ msgctxt "" "par_id3159203\n" "help.text" msgid "<link href=\"text/scalc/01/05110000.xhp\" name=\"Format - AutoFormat\">Format - AutoFormat Styles</link>" -msgstr "" +msgstr "<link href=\"text/scalc/01/05110000.xhp\" name=\"Формат - Автоформат\">Формат - Стилі автоформату</link>" #. ZSCL9 #: background.xhp @@ -583,23 +583,23 @@ msgctxt "" msgid "Defining Background Colors or Background Graphics" msgstr "Визначення кольору або малюнка тла" -#. PE8wQ +#. g2JnS #: background.xhp msgctxt "" "background.xhp\n" "bm_id3149346\n" "help.text" -msgid "<bookmark_value>spreadsheets; backgrounds</bookmark_value><bookmark_value>backgrounds;cell ranges</bookmark_value><bookmark_value>tables; backgrounds</bookmark_value><bookmark_value>cells; backgrounds</bookmark_value><bookmark_value>rows, see also cells</bookmark_value><bookmark_value>columns, see also cells</bookmark_value>" -msgstr "" +msgid "<bookmark_value>spreadsheets; backgrounds</bookmark_value> <bookmark_value>backgrounds;cell ranges</bookmark_value> <bookmark_value>tables; backgrounds</bookmark_value> <bookmark_value>cells; backgrounds</bookmark_value> <bookmark_value>rows, see also cells</bookmark_value> <bookmark_value>columns, see also cells</bookmark_value>" +msgstr "<bookmark_value>електронні таблиці; фон</bookmark_value> <bookmark_value>фон; діапазони комірок</bookmark_value> <bookmark_value>таблиці; тло</bookmark_value> <bookmark_value>комірки; тло</bookmark_value> <bookmark_value>рядка, див. також комірки</bookmark_value> <bookmark_value>стовпці, див. також комірки</bookmark_value>" -#. tMFWU +#. CqqcG #: background.xhp msgctxt "" "background.xhp\n" "hd_id3149346\n" "help.text" -msgid "<variable id=\"background\"><link href=\"text/scalc/guide/background.xhp\" name=\"Defining Background Colors or Background Graphics\">Defining Background Colors or Background Graphics</link> </variable>" -msgstr "" +msgid "<variable id=\"background\"><link href=\"text/scalc/guide/background.xhp\" name=\"Defining Background Colors or Background Graphics\">Defining Background Colors or Background Graphics</link></variable>" +msgstr "<variable id=\"background\"><link href=\"text/scalc/guide/background.xhp\" name=\"Визначення кольорів або графіки тла\">Визначення кольорів або графіки тла</link></variable>" #. gwwiM #: background.xhp @@ -673,14 +673,14 @@ msgctxt "" msgid "Select the graphic and click <emph>Open</emph>." msgstr "Виберіть зображення та натисніть кнопку <emph>Відкрити</emph>." -#. 2BGVn +#. SDYSQ #: background.xhp msgctxt "" "background.xhp\n" "par_id3153575\n" "help.text" -msgid "The graphic is inserted anchored to the current cell. You can move and scale the graphic as you want. In your context menu you can use the <menuitem>Arrange - To Background</menuitem> command to place this in the background. To select a graphic that has been placed in the background, use the <link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link>." -msgstr "" +msgid "The graphic is inserted anchored to the current cell. You can move and scale the graphic as you want. In your context menu you can use the <emph>Arrange - To Background</emph> command to place this in the background. To select a graphic that has been placed in the background, use the <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link></caseinline><defaultinline>Navigator</defaultinline></switchinline>." +msgstr "Малюнок вставляється з прив'язкою до поточної комірки. При необхідності зображення можна переміщати і змінювати її масштаб. Для використання зображення як тла можна скористатися командою контекстного меню <emph>Розташувати - На тлі</emph>. Для виділення малюнка тла використовується <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02110000.xhp\" name=\"Навігатор\">Навігатор</link></caseinline><defaultinline>Навігатор</defaultinline></switchinline>." #. vTxFX #: background.xhp @@ -691,14 +691,14 @@ msgctxt "" msgid "<link href=\"text/shared/guide/background.xhp\">Watermarks</link>" msgstr "<link href=\"text/shared/guide/background.xhp\">Водяні знаки</link>" -#. R8Ctk +#. jQFQC #: background.xhp msgctxt "" "background.xhp\n" "par_id3156180\n" "help.text" -msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Background tab page\"><emph>Background</emph> tab page</link>" -msgstr "" +msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Background tab page\"><emph>Background</emph> tab page</link>" +msgstr "<link href=\"text/shared/01/05030600.xhp\" name=\"Вкладка ''Тло''\">Вкладка <emph>Тло</emph></link>" #. owozX #: background.xhp @@ -3524,7 +3524,7 @@ msgctxt "" "par_idN108A5\n" "help.text" msgid "If the CSV file has another extension, select the file, and then select \"Text CSV\" in the <emph>Filter</emph> box" -msgstr "" +msgstr "Якщо файл CSV має інше розширення, виділіть файл та виберіть \"Текст CSV\" у списку <emph>Фільтр</emph>" #. FEBAD #: csv_files.xhp @@ -5686,14 +5686,14 @@ msgctxt "" msgid "With \"Values\" you will find the results of the calculations." msgstr "При виборі параметра \"Значення\" виконується пошук за результатами обчислень." -#. FMaXJ +#. xQ5ou #: finding.xhp msgctxt "" "finding.xhp\n" "par_id3163853\n" "help.text" -msgid "Cell contents can be formatted in different ways. For example, a number can be formatted as a currency, to be displayed with a currency symbol. These symbols are included in searches when the Formatted Display search option is activated." -msgstr "" +msgid "Cell contents can be formatted in different ways. For example, a number can be formatted as a currency, to be displayed with a currency symbol. You see the currency symbol in the cell, but you cannot search for it." +msgstr "Форматування вмісту комірки може бути виконано різними способами. Наприклад, для відображення числа з символом валюти його можна відформатувати в якості валюти. Символ валюти буде відображатися у комірці, але знайти його шляхом звичайного пошуку буде неможливо." #. Z4ABm #: finding.xhp @@ -10517,7 +10517,7 @@ msgctxt "" "par_id3147346\n" "help.text" msgid "What distinguishes a relative reference? Assume you want to calculate in cell E1 the sum of the cells in range A1:B2. The formula to enter into E1 would be: =SUM(A1:B2). If you later decide to insert a new column in front of column A, the elements you want to add would then be in B1:C2 and the formula would be in F1, not in E1. After inserting the new column, you would therefore have to check and correct all formulas in the sheet, and possibly in other sheets." -msgstr "Що характерно для відноснго посилання? Припустимо, потрібно підрахувати в комірці Е1 суму всіх осередків області A1:B2. Формула для введення в комірку Е1 має вигляд: =SUM(A1:B2). Якщо надалі буде потрібно вставити новий стовпець перед стовпець А, відносні адреси елементів, які потрібно підсумувати, стануть B1:C2, а формула буде перебувати в комірці F1, а не Е1. Після вставки нового стовпця доведеться перевірити і відкоригувати всі формули в аркуші і, можливо, в інших аркушах." +msgstr "Що характерно для відносного посилання? Припустимо, потрібно підрахувати в комірці Е1 суму всіх осередків області A1:B2. Формула для введення в комірку Е1 має вигляд: =SUM(A1:B2). Якщо надалі буде потрібно вставити новий стовпець перед стовпець А, відносні адреси елементів, які потрібно підсумувати, стануть B1:C2, а формула буде перебувати в комірці F1, а не Е1. Після вставки нового стовпця доведеться перевірити і підкоригувати всі формули в аркуші і, можливо, в інших аркушах." #. 5ja9B #: relativ_absolut_ref.xhp diff --git a/source/uk/helpcontent2/source/text/schart/01.po b/source/uk/helpcontent2/source/text/schart/01.po index ce675ae1d72..9ed59b9896f 100644 --- a/source/uk/helpcontent2/source/text/schart/01.po +++ b/source/uk/helpcontent2/source/text/schart/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: 2020-07-21 11:19+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2020-08-11 08:35+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textschart01/uk/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1560361726.000000\n" #. DsZFP @@ -3076,6 +3076,15 @@ msgctxt "" msgid "<variable id=\"titel\"><ahelp hid=\".uno:ZTitle\">Modifies the properties of the selected title.</ahelp></variable>" msgstr "<variable id=\"titel\"><ahelp hid=\".uno:ZTitle\">Дозволяє змінити параметри вибраного заголовка.</ahelp></variable>" +#. tyEBL +#: 05020100.xhp +msgctxt "" +"05020100.xhp\n" +"hd_id3149378\n" +"help.text" +msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>" +msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Символи\">Символи</link>" + #. LUkDN #: 05020101.xhp msgctxt "" @@ -3157,6 +3166,15 @@ msgctxt "" msgid "<variable id=\"titel\"><ahelp hid=\".uno:YTitle\">Modifies the properties of the selected title or the properties of all titles together.</ahelp></variable>" msgstr "<variable id=\"titel\"><ahelp hid=\".uno:YTitle\">Дозволяє змінити властивості вибраного заголовка або відразу всіх заголовків.</ahelp></variable>" +#. XkwBi +#: 05020200.xhp +msgctxt "" +"05020200.xhp\n" +"hd_id3152596\n" +"help.text" +msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>" +msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Символи\">Символи</link>" + #. 872FB #: 05020201.xhp msgctxt "" @@ -3508,6 +3526,15 @@ msgctxt "" msgid "<variable id=\"legende\"><ahelp hid=\".uno:Legend\">Defines the border, area and character attributes for a legend.</ahelp></variable>" msgstr "<variable id=\"legende\"><ahelp hid=\".uno:Legend\">Дозволяє встановити межу, область та атрибути символів легенди.</ahelp></variable>" +#. N9rEe +#: 05030000.xhp +msgctxt "" +"05030000.xhp\n" +"hd_id3145232\n" +"help.text" +msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>" +msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Символ\">Символ</link>" + #. 73CU8 #: 05030000.xhp msgctxt "" @@ -3679,6 +3706,15 @@ msgctxt "" msgid "Scaling the X axis is only possible in the X-Y chart type." msgstr "Масштабування осі Х можливе тільки в діаграмах XY." +#. 3reGb +#: 05040100.xhp +msgctxt "" +"05040100.xhp\n" +"hd_id3145230\n" +"help.text" +msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>" +msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Символ\">Символ</link>" + #. Gf2gJ #: 05040200.xhp msgctxt "" @@ -3715,6 +3751,24 @@ msgctxt "" msgid "<variable id=\"yachse\"><ahelp hid=\".uno:DiagramAxisY\">Opens the<emph> Y Axis </emph>dialog, to change properties of the Y axis.</ahelp></variable>" msgstr "<variable id=\"yachse\"><ahelp hid=\".uno:DiagramAxisY\">Відкриває діалогове вікно<emph> Y </emph>для зміни властивостей осі Y.</ahelp></variable>" +#. TgqBL +#: 05040200.xhp +msgctxt "" +"05040200.xhp\n" +"hd_id3145171\n" +"help.text" +msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>" +msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Символ\">Символ</link>" + +#. DZeAQ +#: 05040200.xhp +msgctxt "" +"05040200.xhp\n" +"hd_id3146119\n" +"help.text" +msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link>" +msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Числа\">Числа</link>" + #. JGn49 #: 05040201.xhp msgctxt "" diff --git a/source/uk/helpcontent2/source/text/sdatabase.po b/source/uk/helpcontent2/source/text/sdatabase.po index 17152a23810..bc6f9da15f5 100644 --- a/source/uk/helpcontent2/source/text/sdatabase.po +++ b/source/uk/helpcontent2/source/text/sdatabase.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-09-28 11:22+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2020-08-13 17:35+0000\n" "Last-Translator: Olexandr Pylypchuk <pilipchukap@rambler.ru>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textsdatabase/uk/>\n" @@ -15,2787 +15,6 @@ msgstr "" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" -#. ugSgG -#: 02000000.xhp -msgctxt "" -"02000000.xhp\n" -"tit\n" -"help.text" -msgid "Queries" -msgstr "Запити" - -#. nuBLG -#: 02000000.xhp -msgctxt "" -"02000000.xhp\n" -"bm_id3150445\n" -"help.text" -msgid "<bookmark_value>queries;overview (Base)</bookmark_value><bookmark_value>tables in databases; printing queries (Base)</bookmark_value><bookmark_value>printing; queries (Base)</bookmark_value><bookmark_value>queries; printing (Base)</bookmark_value>" -msgstr "<bookmark_value>запити;огляд (Base)</bookmark_value><bookmark_value>таблиці в базах даних; друк заптів (Base)</bookmark_value><bookmark_value>друк; запити (Base)</bookmark_value><bookmark_value>запити; друк (Base)</bookmark_value>" - -#. g7gAN -#: 02000000.xhp -msgctxt "" -"02000000.xhp\n" -"hd_id3150445\n" -"help.text" -msgid "<link href=\"text/sdatabase/02000000.xhp\" name=\"Queries\">Queries</link>" -msgstr "<link href=\"text/sdatabase/02000000.xhp\" name=\"Запити\">Запити</link>" - -#. KaF9w -#: 02000000.xhp -msgctxt "" -"02000000.xhp\n" -"par_id3150499\n" -"help.text" -msgid "A \"query\" is a special view of a table. A query can display chosen records or chosen fields within records; it can also sort those records. A query can apply to one table or to multiple tables, if they are linked by common data fields." -msgstr "\"Запит\" - це особливий вигляд таблиці. Запит може виводити вибрані записи або вибрані поля записів; він також може сортувати ці записи. Запит можна застосувати до однієї таблиці або до декількох таблиць, якщо вони пов'язані спільними полями даних." - -#. FG8C9 -#: 02000000.xhp -msgctxt "" -"02000000.xhp\n" -"par_id3147399\n" -"help.text" -msgid "Use queries to find records from data tables based on certain criteria. All queries created for a database are listed under the <emph>Queries</emph> entry. Since this entry contains the database queries, it is also called the \"query container\"." -msgstr "Використовуйте запити для пошуку записів у таблицях даних на основі певних критеріїв. Усі запити, створені для бази даних, зібрані в переліку <emph>Запити</emph>. Оскільки цей перелік містить запити до бази даних, його також називають \"контейнером запитів\"." - -#. AuJW3 -#: 02000000.xhp -msgctxt "" -"02000000.xhp\n" -"hd_id3153750\n" -"help.text" -msgid "Printing Queries" -msgstr "Друк запитів" - -#. BVVMe -#: 02000000.xhp -msgctxt "" -"02000000.xhp\n" -"par_id3149183\n" -"help.text" -msgid "To print a query or table:" -msgstr "Щоб надрукувати запит або таблицю:" - -#. zDMbu -#: 02000000.xhp -msgctxt "" -"02000000.xhp\n" -"par_id3156426\n" -"help.text" -msgid "Open a text document (or a spreadsheet document if you prefer the specific printing functions of this type of document)." -msgstr "Відкрийте текстовий документ (або документ з електронною таблицею, якщо вам потрібні певні функції друку цього типу документів)." - -#. KFWTE -#: 02000000.xhp -msgctxt "" -"02000000.xhp\n" -"par_id3149827\n" -"help.text" -msgid "Open the database file and click the Table icon if you want to print a table, or click the Query icon if you want to print a query." -msgstr "Відкрийте файл бази даних та натисніть піктограму «Таблиця», якщо ви хочете роздрукувати таблицю, або натисніть піктограму «Запит», якщо ви хочете роздрукувати запит." - -#. 9ZPFm -#: 02000000.xhp -msgctxt "" -"02000000.xhp\n" -"par_id3149398\n" -"help.text" -msgid "Drag the name of the table or query into the open text document or spreadsheet. The dialog <link href=\"text/shared/02/12070000.xhp\" name=\"Insert Database Columns\">Insert Database Columns</link> opens." -msgstr "Перетягніть назву таблиці або запиту у відкритий текстовий документ або електронну таблицю. З'явиться діалогове вікно <link href=\"text/shared/02/12070000.xhp\" name=\"Вставка стовпців бази даних\">Вставка стовпців бази даних</link>" - -#. m5TnG -#: 02000000.xhp -msgctxt "" -"02000000.xhp\n" -"par_id3150443\n" -"help.text" -msgid "Decide which columns = data fields you want to include. You can also click the <emph>AutoFormat</emph> button and select a corresponding formatting type. Close the dialog." -msgstr "Вирішіть, які стовпці, тобто поля даних, потрібно включити. Ви також можете натиснути кнопку <emph>Автоформат</emph> і вибрати відповідне форматування. Закрийте діалогове вікно." - -#. AAQ4y -#: 02000000.xhp -msgctxt "" -"02000000.xhp\n" -"par_id3153561\n" -"help.text" -msgid "The query or table will be inserted into your document." -msgstr "Запит або таблицю буде вставлено в документ." - -#. XDLzM -#: 02000000.xhp -msgctxt "" -"02000000.xhp\n" -"par_id3150503\n" -"help.text" -msgid "Print the document by choosing <emph>File - Print</emph>." -msgstr "Надрукуйте документ, вибравши <emph>Файл - Друк</emph>." - -#. Kh9NG -#: 02000000.xhp -msgctxt "" -"02000000.xhp\n" -"par_id3153146\n" -"help.text" -msgid "You can also open the data source view (Ctrl+Shift+F4), select the entire database table in the data source view (click on the top left corner of the table), and then drag the selection to a text document or spreadsheet." -msgstr "Ви також можете відкрити подання джерела даних (Ctrl+Shift+F4), вибрати всю таблицю бази даних у вікні джерела даних (натисніть на верхній лівий кут таблиці), а потім перетягніть виділене до текстового документа чи електронної таблиці." - -#. PJjKX -#: 02000000.xhp -msgctxt "" -"02000000.xhp\n" -"hd_id3148946\n" -"help.text" -msgid "<link href=\"text/shared/main0212.xhp\" name=\"Sorting and Filtering Data\">Sorting and Filtering Data</link>" -msgstr "<link href=\"text/shared/main0212.xhp\" name=\"Сортування та фільтрування даних\">Сортування та фільтрування даних</link>" - -#. ERCGr -#: 02000000.xhp -msgctxt "" -"02000000.xhp\n" -"par_id3149655\n" -"help.text" -msgid "Allows you to sort and filter the data in a query table." -msgstr "Дозволяє сортувати й фільтрувати дані в таблиці запиту." - -#. XpUzN -#: 02000000.xhp -msgctxt "" -"02000000.xhp\n" -"hd_id3153379\n" -"help.text" -msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>" -msgstr "" - -#. 3JCfK -#: 02000000.xhp -msgctxt "" -"02000000.xhp\n" -"par_id3151211\n" -"help.text" -msgid "With the <emph>Query Design</emph>, you can create and edit a query or view." -msgstr "" - -#. q79aD -#: 02000000.xhp -msgctxt "" -"02000000.xhp\n" -"hd_id3153968\n" -"help.text" -msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>" -msgstr "" - -#. ASeVi -#: 02000000.xhp -msgctxt "" -"02000000.xhp\n" -"par_id3151043\n" -"help.text" -msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields." -msgstr "Результат запиту може містити дані з декількох таблиць, якщо вони пов'язані між собою відповідними полями даних." - -#. uBo2H -#: 02000000.xhp -msgctxt "" -"02000000.xhp\n" -"hd_id3159149\n" -"help.text" -msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>" -msgstr "" - -#. JTXBF -#: 02000000.xhp -msgctxt "" -"02000000.xhp\n" -"par_id3154910\n" -"help.text" -msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query." -msgstr "" - -#. uCGCF -#: 02000000.xhp -msgctxt "" -"02000000.xhp\n" -"hd_id3156212\n" -"help.text" -msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Executing Functions</link>" -msgstr "" - -#. FWCVa -#: 02000000.xhp -msgctxt "" -"02000000.xhp\n" -"par_id3144762\n" -"help.text" -msgid "You can perform calculations with the data of a table and store the results as a query result." -msgstr "" - -#. BncmA -#: 02000002.xhp -msgctxt "" -"02000002.xhp\n" -"tit\n" -"help.text" -msgid "Missing Element" -msgstr "" - -#. noWgR -#: 02000002.xhp -msgctxt "" -"02000002.xhp\n" -"bm_id3150445\n" -"help.text" -msgid "<bookmark_value>queries; missing elements (Base)</bookmark_value>" -msgstr "" - -#. EoEQz -#: 02000002.xhp -msgctxt "" -"02000002.xhp\n" -"hd_id3150445\n" -"help.text" -msgid "Missing Element" -msgstr "" - -#. X2NF9 -#: 02000002.xhp -msgctxt "" -"02000002.xhp\n" -"par_id3150247\n" -"help.text" -msgid "If a query in which tables or fields no longer exist is opened, the<emph> Missing Element </emph>dialog appears. This dialog names the missing table or the field which cannot be interpreted and allows you to decide how to continue with the procedure." -msgstr "" - -#. fBc3m -#: 02000002.xhp -msgctxt "" -"02000002.xhp\n" -"hd_id3145072\n" -"help.text" -msgid "How to continue?" -msgstr "" - -#. wV7Bh -#: 02000002.xhp -msgctxt "" -"02000002.xhp\n" -"par_id3149177\n" -"help.text" -msgid "There are three options available for answering this question:" -msgstr "" - -#. nwD7D -#: 02000002.xhp -msgctxt "" -"02000002.xhp\n" -"hd_id3147576\n" -"help.text" -msgid "Do you really want to open the query in the graphic view?" -msgstr "" - -#. 2DqMn -#: 02000002.xhp -msgctxt "" -"02000002.xhp\n" -"par_id3166461\n" -"help.text" -msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/sdatabase/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored." -msgstr "" - -#. DX2vA -#: 02000002.xhp -msgctxt "" -"02000002.xhp\n" -"par_id3153031\n" -"help.text" -msgid "The query is opened in the Design View (the graphical interface). Missing tables appear blank and invalid fields appear with their (invalid) names in the list of fields. This lets you work with exactly those fields that caused the error." -msgstr "" - -#. 477G3 -#: 02000002.xhp -msgctxt "" -"02000002.xhp\n" -"hd_id3149578\n" -"help.text" -msgid "Open the query in the SQL View" -msgstr "" - -#. Axfxy -#: 02000002.xhp -msgctxt "" -"02000002.xhp\n" -"par_id3159157\n" -"help.text" -msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)." -msgstr "" - -#. 2N4uG -#: 02000002.xhp -msgctxt "" -"02000002.xhp\n" -"hd_id3150984\n" -"help.text" -msgid "Do not open the query" -msgstr "" - -#. 9hCbd -#: 02000002.xhp -msgctxt "" -"02000002.xhp\n" -"par_id3156329\n" -"help.text" -msgid "<ahelp hid=\".\">Allows you to cancel the procedure and specify that the query should not be opened.</ahelp> This option corresponds to the function of the <emph>Cancel</emph> dialog button." -msgstr "" - -#. 4QDUr -#: 02000002.xhp -msgctxt "" -"02000002.xhp\n" -"hd_id3148492\n" -"help.text" -msgid "Also ignore similar errors" -msgstr "" - -#. tv3MZ -#: 02000002.xhp -msgctxt "" -"02000002.xhp\n" -"par_id3154285\n" -"help.text" -msgid "<ahelp hid=\".\">If you selected the first option, but you still want to open the query in the graphics view in spite of missing elements, you can specify whether other errors are ignored.</ahelp> Therefore, in the current opening process, no error message will be displayed if the query can not be correctly interpreted." -msgstr "" - -#. E3MVS -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"tit\n" -"help.text" -msgid "Query Design" -msgstr "" - -#. Ys2sC -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"bm_id3153323\n" -"help.text" -msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>" -msgstr "" - -#. fmcBY -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3153394\n" -"help.text" -msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>" -msgstr "" - -#. GU8Jd -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3156411\n" -"help.text" -msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>" -msgstr "" - -#. vGBE5 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id7024140\n" -"help.text" -msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time." -msgstr "" - -#. WZcUE -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3159176\n" -"help.text" -msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here." -msgstr "" - -#. JMyC7 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id8307138\n" -"help.text" -msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view." -msgstr "" - -#. TEBj6 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3149233\n" -"help.text" -msgid "The Design View" -msgstr "" - -#. zkTQc -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3145673\n" -"help.text" -msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>." -msgstr "" - -#. EN5uU -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3150255\n" -"help.text" -msgid "The lower pane of the Design View is where you <link href=\"text/sdatabase/020010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/sdatabase/020010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key." -msgstr "" - -#. GMVkG -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3152474\n" -"help.text" -msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed." -msgstr "" - -#. hYsxY -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3147559\n" -"help.text" -msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary." -msgstr "" - -#. B4HEH -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id8226264\n" -"help.text" -msgid "Keys in Query Design View" -msgstr "" - -#. Cvd4o -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id2341074\n" -"help.text" -msgid "Key" -msgstr "" - -#. mCy9S -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id4384289\n" -"help.text" -msgid "Function" -msgstr "" - -#. yybiC -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id5839106\n" -"help.text" -msgid "F4" -msgstr "" - -#. FMTZD -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id8554338\n" -"help.text" -msgid "Preview" -msgstr "" - -#. YQhGF -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id1254921\n" -"help.text" -msgid "F5" -msgstr "" - -#. C9yhE -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id7636646\n" -"help.text" -msgid "Run Query" -msgstr "" - -#. jdEeJ -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id8579363\n" -"help.text" -msgid "F7" -msgstr "" - -#. 6Y6Uw -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3227942\n" -"help.text" -msgid "Add Table or Query" -msgstr "" - -#. WN7wR -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3154939\n" -"help.text" -msgid "Browse" -msgstr "" - -#. 5y4VZ -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3148799\n" -"help.text" -msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query." -msgstr "" - -#. FBQA9 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3144762\n" -"help.text" -msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>" -msgstr "" - -#. eG8FD -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3157894\n" -"help.text" -msgid "While designing a query, you cannot modify the selected tables." -msgstr "" - -#. NLywF -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3149562\n" -"help.text" -msgid "Remove tables" -msgstr "" - -#. TbQzA -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3150685\n" -"help.text" -msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key." -msgstr "" - -#. VLTKB -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3150012\n" -"help.text" -msgid "Move table and modify table size" -msgstr "" - -#. amBsQ -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3146922\n" -"help.text" -msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size." -msgstr "" - -#. UoCRG -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3145365\n" -"help.text" -msgid "Table Relations" -msgstr "" - -#. BFCxB -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3154145\n" -"help.text" -msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query." -msgstr "" - -#. jcLbE -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3152577\n" -"help.text" -msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets." -msgstr "" - -#. FspJi -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3155302\n" -"help.text" -msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query." -msgstr "" - -#. FmAaU -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3153876\n" -"help.text" -msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database." -msgstr "" - -#. N2f8q -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3145646\n" -"help.text" -msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database." -msgstr "" - -#. nLSiq -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3153279\n" -"help.text" -msgid "Specifying the relation type" -msgstr "" - -#. zkKD5 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3154791\n" -"help.text" -msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/sdatabase/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog." -msgstr "" - -#. rAkmw -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3150094\n" -"help.text" -msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types." -msgstr "" - -#. n3PMB -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3155851\n" -"help.text" -msgid "Deleting relations" -msgstr "" - -#. jCb4H -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3156178\n" -"help.text" -msgid "To delete a relation between two tables, click the connection line and then press the Delete key." -msgstr "" - -#. 3UCig -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3150715\n" -"help.text" -msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command." -msgstr "" - -#. pBybB -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3151208\n" -"help.text" -msgid "Defining the query" -msgstr "" - -#. yGfhU -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3158416\n" -"help.text" -msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND." -msgstr "" - -#. UB5nG -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3154161\n" -"help.text" -msgid "Specifying field names" -msgstr "" - -#. jyKMG -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3146791\n" -"help.text" -msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window." -msgstr "" - -#. 66Dcr -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3150750\n" -"help.text" -msgid "Deleting field names" -msgstr "" - -#. AbhrW -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3154479\n" -"help.text" -msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column." -msgstr "" - -#. V92gB -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3155764\n" -"help.text" -msgid "Saving the query" -msgstr "" - -#. 2kWoA -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3148481\n" -"help.text" -msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name." -msgstr "" - -#. M9UQL -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3154362\n" -"help.text" -msgid "Schema" -msgstr "" - -#. 4Jwm3 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3154754\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>" -msgstr "" - -#. 6Q72c -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3156717\n" -"help.text" -msgid "Query name or table view name" -msgstr "" - -#. Cw73K -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3154253\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>" -msgstr "" - -#. qgbNu -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3163805\n" -"help.text" -msgid "Filtering data" -msgstr "" - -#. Q9pG5 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3154964\n" -"help.text" -msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:" -msgstr "" - -#. xxoMA -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3146916\n" -"help.text" -msgid "Field" -msgstr "" - -#. 4KDzZ -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3156372\n" -"help.text" -msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields." -msgstr "" - -#. Z3pwF -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3145150\n" -"help.text" -msgid "Alias" -msgstr "" - -#. EDa3A -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3146315\n" -"help.text" -msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias." -msgstr "" - -#. vvWbt -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3155959\n" -"help.text" -msgid "In a SQL statement, aliases are defined as follows:" -msgstr "" - -#. CGsBz -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3149922\n" -"help.text" -msgid "SELECT column AS alias FROM table." -msgstr "" - -#. TWexq -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3159335\n" -"help.text" -msgid "For example:" -msgstr "" - -#. ynSGq -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3148478\n" -"help.text" -msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\"" -msgstr "" - -#. roTzi -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3148485\n" -"help.text" -msgid "Table" -msgstr "" - -#. GM9Sp -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3163665\n" -"help.text" -msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query." -msgstr "" - -#. JGcfa -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3154207\n" -"help.text" -msgid "Sort" -msgstr "" - -#. uXuDt -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3150979\n" -"help.text" -msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level." -msgstr "" - -#. XsqW8 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3150384\n" -"help.text" -msgid "Visible" -msgstr "" - -#. AAZfA -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3146133\n" -"help.text" -msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it." -msgstr "" - -#. eQFRR -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3154714\n" -"help.text" -msgid "Criteria" -msgstr "" - -#. f3DvJ -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3145134\n" -"help.text" -msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>" -msgstr "" - -#. qpADC -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3152477\n" -"help.text" -msgid "or" -msgstr "" - -#. KFVy8 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3154585\n" -"help.text" -msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR." -msgstr "" - -#. eXvp7 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3148800\n" -"help.text" -msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:" -msgstr "" - -#. 5x8LE -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3148419\n" -"help.text" -msgid "Functions" -msgstr "" - -#. Cxhjn -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3153233\n" -"help.text" -msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine." -msgstr "" - -#. qFuqw -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id8760818\n" -"help.text" -msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:" -msgstr "" - -#. 9tdDn -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3150307\n" -"help.text" -msgid "Option" -msgstr "" - -#. kBvXF -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3152993\n" -"help.text" -msgid "Effect" -msgstr "" - -#. zCunm -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3155377\n" -"help.text" -msgid "No function" -msgstr "" - -#. kZMTN -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3155533\n" -"help.text" -msgid "No function will be executed." -msgstr "" - -#. 6dWZZ -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3166420\n" -"help.text" -msgid "Average" -msgstr "" - -#. NfRNs -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3154486\n" -"help.text" -msgid "Calculates the arithmetic mean of a field." -msgstr "" - -#. 6z2Kj -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3149979\n" -"help.text" -msgid "Count" -msgstr "" - -#. rvWA5 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3155810\n" -"help.text" -msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)." -msgstr "" - -#. UyAx2 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3151333\n" -"help.text" -msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table." -msgstr "" - -#. FNCC8 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3152889\n" -"help.text" -msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted." -msgstr "" - -#. 2ubvb -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3153067\n" -"help.text" -msgid "Maximum" -msgstr "" - -#. ds4ey -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3159221\n" -"help.text" -msgid "Determines the highest value of a record for that field." -msgstr "" - -#. EhSWy -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3146866\n" -"help.text" -msgid "Minimum" -msgstr "" - -#. VxmeB -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3157982\n" -"help.text" -msgid "Determines the lowest value of a record for that field." -msgstr "" - -#. CvkuF -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3154828\n" -"help.text" -msgid "Sum" -msgstr "" - -#. 82gAC -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3154536\n" -"help.text" -msgid "Calculates the sum of the values of records for the associated fields." -msgstr "" - -#. zCzVC -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3148820\n" -"help.text" -msgid "Group" -msgstr "" - -#. tSPNG -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3149438\n" -"help.text" -msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause." -msgstr "" - -#. qHfpD -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3156038\n" -"help.text" -msgid "You can also enter function calls directly into the SQL statement. The syntax is:" -msgstr "" - -#. Qg6Ue -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3156340\n" -"help.text" -msgid "SELECT FUNCTION(column) FROM table." -msgstr "" - -#. qAAoF -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3155075\n" -"help.text" -msgid "For example, the function call in SQL for calculating a sum is:" -msgstr "" - -#. VrHLf -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3154591\n" -"help.text" -msgid "SELECT SUM(\"Price\") FROM \"Article\"." -msgstr "" - -#. dABCo -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3159205\n" -"help.text" -msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine." -msgstr "" - -#. BVC6J -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3148651\n" -"help.text" -msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>." -msgstr "" - -#. WkboS -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3155098\n" -"help.text" -msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>." -msgstr "" - -#. 98GCC -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3155539\n" -"help.text" -msgid "The corresponding function in an SQL statement is:" -msgstr "" - -#. WACG9 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3149425\n" -"help.text" -msgid "SELECT FUNCTION() AS alias FROM table" -msgstr "" - -#. EjzuD -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3144431\n" -"help.text" -msgid "Example:" -msgstr "" - -#. G9URE -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3154614\n" -"help.text" -msgid "SELECT COUNT(*) AS count FROM \"Item\"" -msgstr "" - -#. xiNnR -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3154610\n" -"help.text" -msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function." -msgstr "" - -#. EHACK -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3154644\n" -"help.text" -msgid "<emph>Examples</emph>" -msgstr "" - -#. N5CBE -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3151120\n" -"help.text" -msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\"" -msgstr "" - -#. P5hJD -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3155144\n" -"help.text" -msgid "The following steps are required to create a query containing all suppliers who deliver more than three items." -msgstr "" - -#. ZhRQD -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3153240\n" -"help.text" -msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design." -msgstr "" - -#. LMRUV -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3148807\n" -"help.text" -msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type." -msgstr "" - -#. qWhFA -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3161652\n" -"help.text" -msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function." -msgstr "" - -#. TgPA2 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3151009\n" -"help.text" -msgid "Enter >3 as a criterion and disable the Visible field." -msgstr "" - -#. VwEhF -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3145601\n" -"help.text" -msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function." -msgstr "" - -#. zsjaa -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3147512\n" -"help.text" -msgid "Run the query." -msgstr "" - -#. EzQsj -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3148638\n" -"help.text" -msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:" -msgstr "" - -#. qAByp -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3153045\n" -"help.text" -msgid "Insert the \"Item\" table into the query design." -msgstr "" - -#. tjfuE -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3149802\n" -"help.text" -msgid "Double-click the \"Price\" and \"Supplier_No\" fields." -msgstr "" - -#. 6dBkt -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3153554\n" -"help.text" -msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field." -msgstr "" - -#. x8JB3 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3155597\n" -"help.text" -msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)." -msgstr "" - -#. D4A9u -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3151191\n" -"help.text" -msgid "Choose Group for the \"Supplier_No\" field." -msgstr "" - -#. BUYS9 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3155547\n" -"help.text" -msgid "Run the query." -msgstr "" - -#. EkHzB -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3147549\n" -"help.text" -msgid "The following context menu commands and symbols are available:" -msgstr "" - -#. PesFs -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3154172\n" -"help.text" -msgid "Functions" -msgstr "" - -#. BchuJ -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3150414\n" -"help.text" -msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>" -msgstr "" - -#. yx5XE -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3149872\n" -"help.text" -msgid "Table Name" -msgstr "" - -#. ELTGJ -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3147246\n" -"help.text" -msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>" -msgstr "" - -#. DDFEA -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3145117\n" -"help.text" -msgid "Alias Name" -msgstr "" - -#. LDFZB -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3155754\n" -"help.text" -msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>" -msgstr "" - -#. wnNhq -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3153298\n" -"help.text" -msgid "Distinct Values" -msgstr "" - -#. 23sAF -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3147500\n" -"help.text" -msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)." -msgstr "" - -#. RZED7 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3150436\n" -"help.text" -msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once." -msgstr "" - -#. 2GvRf -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3152352\n" -"help.text" -msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once." -msgstr "" - -#. m5UcG -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3149825\n" -"help.text" -msgid "In SQL, this command corresponds to the DISTINCT predicate." -msgstr "" - -#. GHsJd -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3153290\n" -"help.text" -msgid "Limit" -msgstr "" - -#. MijJg -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3147501\n" -"help.text" -msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>" -msgstr "" - -#. B6S5f -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3152350\n" -"help.text" -msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria." -msgstr "" - -#. MGqK3 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3148926\n" -"help.text" -msgid "Formulating filter conditions" -msgstr "" - -#. iFSpm -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3153162\n" -"help.text" -msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:" -msgstr "" - -#. fXeDd -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3149044\n" -"help.text" -msgid "Operator" -msgstr "" - -#. mfdEx -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3152471\n" -"help.text" -msgid "Meaning" -msgstr "" - -#. mBZgC -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3147407\n" -"help.text" -msgid "Condition is satisfied if..." -msgstr "" - -#. gqkRK -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3153026\n" -"help.text" -msgid "equal to" -msgstr "" - -#. hw7KZ -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3148895\n" -"help.text" -msgid "... the content of the field is identical to the indicated expression." -msgstr "" - -#. A8XJU -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3153120\n" -"help.text" -msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed." -msgstr "" - -#. mWwUE -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3145223\n" -"help.text" -msgid "not equal to" -msgstr "" - -#. Db7BG -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3145635\n" -"help.text" -msgid "... the content of the field does not correspond to the specified expression." -msgstr "" - -#. dtjkU -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3146815\n" -"help.text" -msgid "greater than" -msgstr "" - -#. gCWug -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3149150\n" -"help.text" -msgid "... the content of the field is greater than the specified expression." -msgstr "" - -#. QkAKk -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3147379\n" -"help.text" -msgid "less than" -msgstr "" - -#. xxPdk -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3150375\n" -"help.text" -msgid "... the content of the field is less than the specified expression." -msgstr "" - -#. 4aJjX -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3150636\n" -"help.text" -msgid "greater than or equal to" -msgstr "" - -#. 2rwQm -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3154584\n" -"help.text" -msgid "... the content of the field is greater than or equal to the specified expression." -msgstr "" - -#. ADRZk -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3154052\n" -"help.text" -msgid "less than or equal to" -msgstr "" - -#. 9KtmZ -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3157902\n" -"help.text" -msgid "... the content of the field is less than or equal to the specified expression." -msgstr "" - -#. DBXG9 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3154630\n" -"help.text" -msgid "$[officename] command" -msgstr "" - -#. Yo7MG -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3150484\n" -"help.text" -msgid "SQL command" -msgstr "" - -#. pJay6 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3154158\n" -"help.text" -msgid "Meaning" -msgstr "" - -#. qmaX5 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3149433\n" -"help.text" -msgid "Condition is satisfied if..." -msgstr "" - -#. do6XQ -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3143236\n" -"help.text" -msgid "is null" -msgstr "" - -#. NPqBL -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3154744\n" -"help.text" -msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)." -msgstr "" - -#. 7Rfbd -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3151229\n" -"help.text" -msgid "is not empty" -msgstr "" - -#. w3Tva -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3145304\n" -"help.text" -msgid "... the field is not empty, i.e it contains data." -msgstr "" - -#. GGKUH -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3153891\n" -"help.text" -msgid "placeholder (*) for any number of characters" -msgstr "" - -#. gbEWB -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3148887\n" -"help.text" -msgid "placeholder (?) for exactly one character" -msgstr "" - -#. tBQfA -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"bm_id3157985\n" -"help.text" -msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>" -msgstr "" - -#. agxhB -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3157985\n" -"help.text" -msgid "placeholder (%) for any number of characters" -msgstr "" - -#. EE9ii -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3147422\n" -"help.text" -msgid "Placeholder (_) for exactly one character" -msgstr "" - -#. za5g2 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3154845\n" -"help.text" -msgid "is an element of" -msgstr "" - -#. 2Y3zW -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3156130\n" -"help.text" -msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface." -msgstr "" - -#. CPJyr -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3150271\n" -"help.text" -msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character." -msgstr "" - -#. AAEXi -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3159141\n" -"help.text" -msgid "Is not an element of" -msgstr "" - -#. 9vFBZ -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3161664\n" -"help.text" -msgid "... the field does not contain data having the specified expression." -msgstr "" - -#. CD2Ra -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3159184\n" -"help.text" -msgid "falls within the interval [x,y]" -msgstr "" - -#. cDe2u -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3154395\n" -"help.text" -msgid "... the field contains a data value that lies between the two values x and y." -msgstr "" - -#. KYAXv -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3155498\n" -"help.text" -msgid "Does not fall within the interval [x,y]" -msgstr "" - -#. cVfAF -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3148992\n" -"help.text" -msgid "... the field contains a data value that does not lie between the two values x and y." -msgstr "" - -#. DBBQE -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3159167\n" -"help.text" -msgid "Note that semicolons are used as separators in all value lists!" -msgstr "" - -#. evEuh -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3154809\n" -"help.text" -msgid "contains a, b, c..." -msgstr "" - -#. eeFC2 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3148399\n" -"help.text" -msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters" -msgstr "" - -#. JXq76 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3150679\n" -"help.text" -msgid "does not contain a, b, c..." -msgstr "" - -#. U5doB -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3158439\n" -"help.text" -msgid "... the field does not contain one of the specified expressions a, b, c,..." -msgstr "" - -#. cECKt -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3149248\n" -"help.text" -msgid "has the value True" -msgstr "" - -#. fbgDt -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3148524\n" -"help.text" -msgid "... the field name has the value True." -msgstr "" - -#. 39zcD -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3149955\n" -"help.text" -msgid "has the value false" -msgstr "" - -#. fGHY6 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3146850\n" -"help.text" -msgid "... the field data value is set to false." -msgstr "" - -#. qQETa -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3155954\n" -"help.text" -msgid "Examples" -msgstr "" - -#. LuvGC -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3153792\n" -"help.text" -msgid "='Ms.'" -msgstr "" - -#. 8GaiA -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3150948\n" -"help.text" -msgid "returns field names with the field content \"Ms.\"" -msgstr "" - -#. C3BDE -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id315094A\n" -"help.text" -msgid "returns dates that occurred before January 10, 2001" -msgstr "" - -#. mnGgM -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3150333\n" -"help.text" -msgid "LIKE 'g?ve'" -msgstr "" - -#. T7ZhS -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3147332\n" -"help.text" -msgid "returns records with field content such as \"give\" and \"gave\"." -msgstr "" - -#. f6T3F -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3155350\n" -"help.text" -msgid "returns records with field contents such as \"Sun\"." -msgstr "" - -#. AvbKu -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3159406\n" -"help.text" -msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)." -msgstr "" - -#. 3tymM -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3149712\n" -"help.text" -msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number." -msgstr "" - -#. cBAnB -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3152948\n" -"help.text" -msgid "NOT IN ('Smith')" -msgstr "" - -#. uusce -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3147279\n" -"help.text" -msgid "returns records that do not contain \"Smith\"." -msgstr "" - -#. AJ8Xo -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3146073\n" -"help.text" -msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}" -msgstr "" - -#. Cy7Cc -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3150661\n" -"help.text" -msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}" -msgstr "" - -#. newGb -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3148541\n" -"help.text" -msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period." -msgstr "" - -#. bAP3N -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3150572\n" -"help.text" -msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}" -msgstr "" - -#. VnKGf -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3156052\n" -"help.text" -msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}" -msgstr "" - -#. mWG9p -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3153674\n" -"help.text" -msgid "Querying text fields" -msgstr "" - -#. sxYQF -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3149134\n" -"help.text" -msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)." -msgstr "" - -#. BEp4G -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3149302\n" -"help.text" -msgid "Querying date fields" -msgstr "" - -#. D5mjw -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3157998\n" -"help.text" -msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax." -msgstr "" - -#. Zzuo6 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id31537341\n" -"help.text" -msgid "Date Type Element" -msgstr "" - -#. JKys2 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id31537342\n" -"help.text" -msgid "SQL Escape syntax #1 - may be obsolete" -msgstr "" - -#. AzkWz -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id31537343\n" -"help.text" -msgid "SQL Escape syntax #2" -msgstr "" - -#. UJ6VA -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id31537344\n" -"help.text" -msgid "SQL2 syntax" -msgstr "" - -#. 9V3Ky -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id315913111\n" -"help.text" -msgid "Date" -msgstr "" - -#. YNF3S -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id31559471\n" -"help.text" -msgid "Time" -msgstr "" - -#. ssX5b -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id31509641\n" -"help.text" -msgid "DateTime" -msgstr "" - -#. FqZXM -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3149539\n" -"help.text" -msgid "Example: select {d '1999-12-31'} from world.years" -msgstr "" - -#. WJ4YB -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3149540\n" -"help.text" -msgid "Example: select * from mytable where years='1999-12-31'" -msgstr "" - -#. CZdA4 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3150510\n" -"help.text" -msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)" -msgstr "" - -#. HXdKT -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3150427\n" -"help.text" -msgid "Querying Yes/No fields" -msgstr "" - -#. xWzix -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3149523\n" -"help.text" -msgid "To query Yes/No fields, use the following syntax for dBASE tables:" -msgstr "" - -#. A4Uh7 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3153180\n" -"help.text" -msgid "Status" -msgstr "" - -#. FnXiE -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3147481\n" -"help.text" -msgid "Query criterion" -msgstr "" - -#. e6DJr -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3155187\n" -"help.text" -msgid "Example" -msgstr "" - -#. Guy7d -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3156092\n" -"help.text" -msgid "Yes" -msgstr "" - -#. p9WTn -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3152414\n" -"help.text" -msgid "for dBASE tables: not equal to any given value" -msgstr "" - -#. RFrvz -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3151265\n" -"help.text" -msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black)," -msgstr "" - -#. 3P4ZB -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3152450\n" -"help.text" -msgid "No" -msgstr "" - -#. BzBAa -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3150997\n" -"help.text" -msgid "." -msgstr "" - -#. TFsQG -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3155331\n" -"help.text" -msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)." -msgstr "" - -#. 9KXzK -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3154179\n" -"help.text" -msgid "Null" -msgstr "" - -#. CwGZv -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3147035\n" -"help.text" -msgid "IS NULL" -msgstr "" - -#. dyXYc -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3159385\n" -"help.text" -msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)." -msgstr "" - -#. YWk5J -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3157888\n" -"help.text" -msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)." -msgstr "" - -#. mmVa8 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3145772\n" -"help.text" -msgid "Parameter queries" -msgstr "" - -#. ND7xd -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id191120151905346795\n" -"help.text" -msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run." -msgstr "" - -#. Be7XG -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id191120151905439551\n" -"help.text" -msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used." -msgstr "" - -#. 57vjv -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id191120151905518123\n" -"help.text" -msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>" -msgstr "" - -#. DZCXm -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id191120151905584287\n" -"help.text" -msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases." -msgstr "" - -#. bGnxL -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id191120151931441881\n" -"help.text" -msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>." -msgstr "" - -#. sSSB9 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3150585\n" -"help.text" -msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records." -msgstr "" - -#. DRj78 -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3151035\n" -"help.text" -msgid "Parameter Input" -msgstr "" - -#. BisCF -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3153596\n" -"help.text" -msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>" -msgstr "" - -#. eGETM -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id191120151924165870\n" -"help.text" -msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system." -msgstr "" - -#. seFhG -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id191120151939594217\n" -"help.text" -msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria." -msgstr "" - -#. wRe6v -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"hd_id3145181\n" -"help.text" -msgid "SQL Mode" -msgstr "" - -#. 5avVu -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3147013\n" -"help.text" -msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases." -msgstr "" - -#. wDAAY -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3152570\n" -"help.text" -msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created." -msgstr "" - -#. hBQFv -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3152412\n" -"help.text" -msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use." -msgstr "" - -#. kkuBG -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3146842\n" -"help.text" -msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode." -msgstr "" - -#. cBY6B -#: 02010100.xhp -msgctxt "" -"02010100.xhp\n" -"par_id3149632\n" -"help.text" -msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine." -msgstr "" - -#. fKBDD -#: 02010101.xhp -msgctxt "" -"02010101.xhp\n" -"tit\n" -"help.text" -msgid "Join Properties" -msgstr "" - -#. TTCNB -#: 02010101.xhp -msgctxt "" -"02010101.xhp\n" -"bm_id3154015\n" -"help.text" -msgid "<bookmark_value>links;relational databases (Base)</bookmark_value> <bookmark_value>inner joins (Base)</bookmark_value> <bookmark_value>joins in databases (Base)</bookmark_value> <bookmark_value>left joins (Base)</bookmark_value> <bookmark_value>right joins (Base)</bookmark_value> <bookmark_value>full joins (Base)</bookmark_value>" -msgstr "" - -#. DG7RD -#: 02010101.xhp -msgctxt "" -"02010101.xhp\n" -"hd_id3154015\n" -"help.text" -msgid "Join Properties" -msgstr "" - -#. MzpBt -#: 02010101.xhp -msgctxt "" -"02010101.xhp\n" -"par_id3151205\n" -"help.text" -msgid "If you double-click a connection between two linked fields in the query design, or if you choose <emph>Insert - New Relation</emph>, the <emph>Join Properties</emph> dialog appears. These properties will be used in all queries created in the future." -msgstr "" - -#. oszEF -#: 02010101.xhp -msgctxt "" -"02010101.xhp\n" -"hd_id3155066\n" -"help.text" -msgid "Tables involved" -msgstr "" - -#. 2AkcB -#: 02010101.xhp -msgctxt "" -"02010101.xhp\n" -"par_id3153924\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/joindialog/table2\">Specifies two different tables that you want to join.</ahelp>" -msgstr "" - -#. X6wkD -#: 02010101.xhp -msgctxt "" -"02010101.xhp\n" -"hd_id3155766\n" -"help.text" -msgid "Fields involved" -msgstr "" - -#. 8bYEZ -#: 02010101.xhp -msgctxt "" -"02010101.xhp\n" -"par_id3148994\n" -"help.text" -msgid "<ahelp hid=\".\">Specifies two data fields that will be joined by a relation.</ahelp>" -msgstr "" - -#. R8CbB -#: 02010101.xhp -msgctxt "" -"02010101.xhp\n" -"hd_id3159267\n" -"help.text" -msgid "Options" -msgstr "" - -#. MRJCp -#: 02010101.xhp -msgctxt "" -"02010101.xhp\n" -"hd_id3147340\n" -"help.text" -msgid "Type" -msgstr "" - -#. rxAGo -#: 02010101.xhp -msgctxt "" -"02010101.xhp\n" -"par_id3152482\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/joindialog/type\">Specifies the join type of the selected join.</ahelp> Some databases support only a subset of the various possible types." -msgstr "" - -#. ngfse -#: 02010101.xhp -msgctxt "" -"02010101.xhp\n" -"hd_id3155334\n" -"help.text" -msgid "Inner Join" -msgstr "" - -#. 356Dv -#: 02010101.xhp -msgctxt "" -"02010101.xhp\n" -"par_id3155936\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/joindialog/type\">In an inner join, the results table contains only those records for which the content of the linked fields is the same.</ahelp> In $[officename] SQL this type of link is created by a corresponding WHERE clause." -msgstr "" - -#. XYKGT -#: 02010101.xhp -msgctxt "" -"02010101.xhp\n" -"hd_id3156372\n" -"help.text" -msgid "Left Join" -msgstr "" - -#. dRFux -#: 02010101.xhp -msgctxt "" -"02010101.xhp\n" -"par_id3166450\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/joindialog/type\">In a left join, the results table contains all records of the queried fields from the left table and only those records of the queried fields from the right table for which the content of the linked fields is the same.</ahelp> In $[officename] SQL this type of link corresponds to the LEFT OUTER JOIN command." -msgstr "" - -#. DxGWD -#: 02010101.xhp -msgctxt "" -"02010101.xhp\n" -"hd_id3155607\n" -"help.text" -msgid "Right Join" -msgstr "" - -#. 9eD8R -#: 02010101.xhp -msgctxt "" -"02010101.xhp\n" -"par_id3150647\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/joindialog/type\">In a right join, the results table contains all records of the queried fields from the right table and only those records of the queried fields from the left table for which the content of the linked fields is the same.</ahelp> In $[officename] SQL this type of link corresponds to the RIGHT OUTER JOIN command." -msgstr "" - -#. wcFAd -#: 02010101.xhp -msgctxt "" -"02010101.xhp\n" -"hd_id3158215\n" -"help.text" -msgid "Full Join" -msgstr "" - -#. wAFid -#: 02010101.xhp -msgctxt "" -"02010101.xhp\n" -"par_id3163665\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/joindialog/type\">In a full join, the results table contains all records of the queried fields from the left and right tables.</ahelp> In the SQL of $[officename] this type of link corresponds to the FULL OUTER JOIN command." -msgstr "" - -#. gYRyC -#: 02010101.xhp -msgctxt "" -"02010101.xhp\n" -"hd_id0305200912031976\n" -"help.text" -msgid "Natural" -msgstr "" - -#. 44FEn -#: 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>" -msgstr "" - #. cLmBi #: main.xhp msgctxt "" @@ -2921,354 +140,3 @@ msgctxt "" "help.text" msgid "<link href=\"https://wiki.documentfoundation.org/Database\" name=\"wiki.documentfoundation.org Database\">Wiki page about Base</link>" msgstr "" - -#. PAxTq -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"tit\n" -"help.text" -msgid "Toolbars" -msgstr "" - -#. Tzgdb -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN10541\n" -"help.text" -msgid "<variable id=\"toolbars\"><link href=\"text/sdatabase/toolbars.xhp\">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 "" - -#. ZNxCw -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN10548\n" -"help.text" -msgid "Table" -msgstr "" - -#. JWHfj -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN10554\n" -"help.text" -msgid "Open database object" -msgstr "" - -#. 4fvFG -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN10558\n" -"help.text" -msgid "<ahelp hid=\".\">Opens the selected table so you can enter, edit, or delete records.</ahelp>" -msgstr "" - -#. LFKBo -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN1056F\n" -"help.text" -msgid "Edit" -msgstr "" - -#. tLLAy -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN10573\n" -"help.text" -msgid "<ahelp hid=\".\">Opens the selected table so you can change the structure.</ahelp>" -msgstr "" - -#. FEBzp -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN1058A\n" -"help.text" -msgid "Delete" -msgstr "" - -#. PDZsk -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN1058E\n" -"help.text" -msgid "<ahelp hid=\".\">Deletes the selected table.</ahelp>" -msgstr "" - -#. m7BX3 -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN105A5\n" -"help.text" -msgid "Rename" -msgstr "" - -#. B596w -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN105A9\n" -"help.text" -msgid "<ahelp hid=\".\">Renames the selected table.</ahelp>" -msgstr "" - -#. LEWCs -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN105B8\n" -"help.text" -msgid "Query" -msgstr "" - -#. VT3EG -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN105C4\n" -"help.text" -msgid "Open database object" -msgstr "" - -#. 2cEFv -#: toolbars.xhp -msgctxt "" -"toolbars.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 -msgctxt "" -"toolbars.xhp\n" -"par_idN105DF\n" -"help.text" -msgid "Edit" -msgstr "" - -#. kGSTA -#: toolbars.xhp -msgctxt "" -"toolbars.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 -msgctxt "" -"toolbars.xhp\n" -"par_idN105FA\n" -"help.text" -msgid "Delete" -msgstr "" - -#. XJQBJ -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN105FE\n" -"help.text" -msgid "<ahelp hid=\".\">Deletes the selected query.</ahelp>" -msgstr "" - -#. bC56u -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN10615\n" -"help.text" -msgid "Rename" -msgstr "" - -#. GDAZR -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN10619\n" -"help.text" -msgid "<ahelp hid=\".\">Renames the selected query.</ahelp>" -msgstr "" - -#. mzY5g -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN10628\n" -"help.text" -msgid "Form" -msgstr "" - -#. BXrRw -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN10634\n" -"help.text" -msgid "Open database object" -msgstr "" - -#. GJDxB -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN10638\n" -"help.text" -msgid "<ahelp hid=\".\">Opens the selected form so you can enter, edit, or delete records.</ahelp>" -msgstr "" - -#. 7f3E9 -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN1064F\n" -"help.text" -msgid "Edit" -msgstr "" - -#. ZmiNz -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN10653\n" -"help.text" -msgid "<ahelp hid=\".\">Opens the selected form so you can change the layout.</ahelp>" -msgstr "" - -#. xCBQ3 -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN1066A\n" -"help.text" -msgid "Delete" -msgstr "" - -#. p5bD4 -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN1066E\n" -"help.text" -msgid "<ahelp hid=\".\">Deletes the selected form.</ahelp>" -msgstr "" - -#. Jrqh7 -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN10685\n" -"help.text" -msgid "Rename" -msgstr "" - -#. CLTV2 -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN10689\n" -"help.text" -msgid "<ahelp hid=\".\">Renames the selected form.</ahelp>" -msgstr "" - -#. tkXGC -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN10698\n" -"help.text" -msgid "Report" -msgstr "" - -#. GMWLb -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN106A4\n" -"help.text" -msgid "Open database object" -msgstr "" - -#. BzwcK -#: toolbars.xhp -msgctxt "" -"toolbars.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 -msgctxt "" -"toolbars.xhp\n" -"par_idN106BF\n" -"help.text" -msgid "Edit" -msgstr "" - -#. DF32e -#: toolbars.xhp -msgctxt "" -"toolbars.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 -msgctxt "" -"toolbars.xhp\n" -"par_idN106DA\n" -"help.text" -msgid "Delete" -msgstr "" - -#. xikUv -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN106DE\n" -"help.text" -msgid "<ahelp hid=\".\">Deletes the selected report.</ahelp>" -msgstr "" - -#. kmUBC -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN106F5\n" -"help.text" -msgid "Rename" -msgstr "" - -#. CgE7D -#: toolbars.xhp -msgctxt "" -"toolbars.xhp\n" -"par_idN106F9\n" -"help.text" -msgid "<ahelp hid=\".\">Renames the selected report.</ahelp>" -msgstr "" diff --git a/source/uk/helpcontent2/source/text/sdraw/01.po b/source/uk/helpcontent2/source/text/sdraw/01.po index 26facad80b8..97d22256f53 100644 --- a/source/uk/helpcontent2/source/text/sdraw/01.po +++ b/source/uk/helpcontent2/source/text/sdraw/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: 2020-08-17 12:39+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2020-10-10 16:35+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textsdraw01/uk/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1558692980.000000\n" #. ybhKD @@ -574,42 +574,6 @@ msgctxt "" msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Enter a name for the new layer.</ahelp>" msgstr "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Введіть назву нового шару.</ahelp>" -#. ADN49 -#: insert_layer.xhp -msgctxt "" -"insert_layer.xhp\n" -"hd_id641596204028276\n" -"help.text" -msgid "Title" -msgstr "Заголовок" - -#. waSME -#: insert_layer.xhp -msgctxt "" -"insert_layer.xhp\n" -"par_id271596204273624\n" -"help.text" -msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/title\">Enter the title of the layer.</ahelp>" -msgstr "<ahelp hid=\"modules/sdraw/ui/insertlayer/title\">Введіть заголовок шару.</ahelp>" - -#. GGy5s -#: insert_layer.xhp -msgctxt "" -"insert_layer.xhp\n" -"hd_id791596204033460\n" -"help.text" -msgid "Description" -msgstr "Опис" - -#. q5F9X -#: insert_layer.xhp -msgctxt "" -"insert_layer.xhp\n" -"par_id471596204283656\n" -"help.text" -msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/textview\">Enter a description of the layer.</ahelp>" -msgstr "<ahelp hid=\"modules/sdraw/ui/insertlayer/textview\">Введіть опис шару.</ahelp>" - #. WFSEL #: insert_layer.xhp msgctxt "" diff --git a/source/uk/helpcontent2/source/text/shared.po b/source/uk/helpcontent2/source/text/shared.po index 86d331b369a..a8bd7f6bbb1 100644 --- a/source/uk/helpcontent2/source/text/shared.po +++ b/source/uk/helpcontent2/source/text/shared.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-07-27 13:24+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2020-04-26 09:16+0000\n" "Last-Translator: Olexandr Pylypchuk <pilipchukap@rambler.ru>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared/uk/>\n" @@ -1996,132 +1996,6 @@ msgctxt "" msgid "This help page needs further work for correctness and completion. Please join the LibreOffice project and help us out to write the missing information. Visit our <link href=\"https://documentation.libreoffice.org/en/join-community/update-help-contents\"><emph>web page on writing Help contents</emph></link>." msgstr "Ця довідкова сторінка потребує подальшої роботи щодо виправлення та завершення. Будь ласка, приєднуйтесь до проєкту LibreOffice і допоможіть нам написати відсутню інформацію. Відвідайте нашу <link href=\"https://documentation.libreoffice.org/en/join-community/update-help-contents\"><emph> сторінку з написання вмісту Довідки</emph></link>." -#. fGrZx -#: submenu_spacing.xhp -msgctxt "" -"submenu_spacing.xhp\n" -"tit\n" -"help.text" -msgid "Spacing" -msgstr "" - -#. yQezt -#: submenu_spacing.xhp -msgctxt "" -"submenu_spacing.xhp\n" -"hd_id411816022675979\n" -"help.text" -msgid "<link href=\"text/shared/submenu_spacing.xhp\">Spacing</link>" -msgstr "" - -#. 22dPh -#: submenu_spacing.xhp -msgctxt "" -"submenu_spacing.xhp\n" -"par_id398855439580084\n" -"help.text" -msgid "<ahelp hid=\".\">Opens a submenu where you can choose text spacing commands.</ahelp>" -msgstr "" - -#. 7Sh42 -#: submenu_spacing.xhp -msgctxt "" -"submenu_spacing.xhp\n" -"hd_id3154944\n" -"help.text" -msgid "Line Spacing: 1" -msgstr "" - -#. xxnjH -#: submenu_spacing.xhp -msgctxt "" -"submenu_spacing.xhp\n" -"hd_id3146969\n" -"help.text" -msgid "Line Spacing: 1.5" -msgstr "" - -#. acjb4 -#: submenu_spacing.xhp -msgctxt "" -"submenu_spacing.xhp\n" -"hd_id3153711\n" -"help.text" -msgid "Line Spacing: 2" -msgstr "" - -#. 44Px9 -#: submenu_spacing.xhp -msgctxt "" -"submenu_spacing.xhp\n" -"hd_id3147573\n" -"help.text" -msgid "Increase Paragraph Spacing" -msgstr "" - -#. zhqwZ -#: submenu_spacing.xhp -msgctxt "" -"submenu_spacing.xhp\n" -"par_id3150695\n" -"help.text" -msgid "Increases the paragraph spacing above the selected paragraph." -msgstr "" - -#. XCZUT -#: submenu_spacing.xhp -msgctxt "" -"submenu_spacing.xhp\n" -"hd_id3147574\n" -"help.text" -msgid "Decrease Paragraph Spacing" -msgstr "" - -#. EVYri -#: submenu_spacing.xhp -msgctxt "" -"submenu_spacing.xhp\n" -"par_id3150696\n" -"help.text" -msgid "Decreases the paragraph spacing above the selected paragraph." -msgstr "" - -#. EsHFP -#: submenu_spacing.xhp -msgctxt "" -"submenu_spacing.xhp\n" -"hd_id3147575\n" -"help.text" -msgid "Increase Indent" -msgstr "" - -#. BU6i9 -#: submenu_spacing.xhp -msgctxt "" -"submenu_spacing.xhp\n" -"par_id3150697\n" -"help.text" -msgid "Increases the left indent of the current paragraph or cell content and sets it to the next default tab position. If several paragraphs are selected, the indentation of all selected paragraphs is increased." -msgstr "" - -#. YA8bT -#: submenu_spacing.xhp -msgctxt "" -"submenu_spacing.xhp\n" -"hd_id3147576\n" -"help.text" -msgid "Decrease Indent" -msgstr "" - -#. zVFFG -#: submenu_spacing.xhp -msgctxt "" -"submenu_spacing.xhp\n" -"par_id3150698\n" -"help.text" -msgid "Decreases the left indent of the current paragraph or cell content and sets it to the previous default tab position. If you previously increased the indentation for several collectively selected paragraphs, this command can decrease the indentation for all of the selected paragraphs." -msgstr "" - #. MVHBc #: submenu_text.xhp msgctxt "" diff --git a/source/uk/helpcontent2/source/text/shared/00.po b/source/uk/helpcontent2/source/text/shared/00.po index 5b297a49eae..3e41127eb74 100644 --- a/source/uk/helpcontent2/source/text/shared/00.po +++ b/source/uk/helpcontent2/source/text/shared/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-09-28 11:22+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2020-09-29 13:35+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared00/uk/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1560361796.000000\n" #. 3B8ZN @@ -673,24 +673,6 @@ msgctxt "" msgid "Close the Options dialog and discard all changes done." msgstr "Закрити діалогове вікно \"Параметри\", відкинувши всі зміни." -#. EFDpM -#: 00000001.xhp -msgctxt "" -"00000001.xhp\n" -"hd_id321597440555403\n" -"help.text" -msgid "Apply" -msgstr "" - -#. yJtrx -#: 00000001.xhp -msgctxt "" -"00000001.xhp\n" -"par_id51597440622057\n" -"help.text" -msgid "Applies the modified or selected values without closing the Options dialog." -msgstr "" - #. BRStA #: 00000001.xhp msgctxt "" @@ -727,14 +709,14 @@ msgctxt "" msgid "<link href=\"text/shared/00/00000002.xhp\" name=\"Glossary of Internet Terms\">Glossary of Internet Terms</link>" msgstr "<link href=\"text/shared/00/00000002.xhp\" name=\"Словник термінів з Інтернету\">Словник термінів з Інтернету</link>" -#. aj3Pk +#. 7Qeri #: 00000002.xhp msgctxt "" "00000002.xhp\n" "par_id3155577\n" "help.text" -msgid "If you are a newcomer to the Internet, you will be confronted with unfamiliar terms: browser, bookmark, email, homepage, search engine, and many others. To make your first steps easier, this glossary explains some of the more important terminology you may find in the Internet, intranet, mail and news." -msgstr "" +msgid "If you are a newcomer to the Internet, you will be confronted with unfamiliar terms: browser, bookmark, e-mail, homepage, search engine, and many others. To make your first steps easier, this glossary explains some of the more important terminology you may find in the Internet, intranet, mail and news." +msgstr "Новачок в Інтернеті зіткнеться з незнайомими термінами: браузер, закладка, електронна пошта, домашня сторінка, пошукова система та багатьма іншими. У цьому глосарії пояснено деякі з найважливіших термінів, які трапляються в Інтернеті, інтрамережі, електронній пошті та новинах, що має спростити ваші перші кроки." #. 3Sv9k #: 00000002.xhp @@ -1249,14 +1231,14 @@ msgctxt "" msgid "URL" msgstr "URL" -#. 3b3CF +#. CLTAn #: 00000002.xhp msgctxt "" "00000002.xhp\n" "par_id3152931\n" "help.text" -msgid "The Uniform Resource Locator (URL) displays the address of a document or a server in the Internet. The general structure of a URL varies according to type and is generally in the form Service://Hostname:Port/Path/Page#Mark although not all elements are always required. An URL can be a FTP address, a WWW (HTTP) address, a file address or an email address." -msgstr "" +msgid "The Uniform Resource Locator (URL) displays the address of a document or a server in the Internet. The general structure of a URL varies according to type and is generally in the form Service://Hostname:Port/Path/Page#Mark although not all elements are always required. An URL can be a FTP address, a WWW (HTTP) address, a file address or an e-mail address." +msgstr "URL (Uniform Resource Locator — уніфікований вказівник ресурсів) відображає адресу документа або сервера в Інтернеті. Загальна структура URL-адреси змінюється залежно від типу і зазвичай представлена у формі Service://Hostname:Port/Path/Page#Mark, хоча не всі елементи потрібні завжди. URL-адресою може бути FTP-адреса, WWW (HTTP)-адреса, адреса файлу або електронної пошти." #. qAvon #: 00000003.xhp @@ -3373,14 +3355,14 @@ msgctxt "" msgid "When exporting to HTML, the character set selected in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph> is used. Characters not present there are written in a substitute form, which is displayed correctly in modern web browsers. When exporting such characters, you will receive an appropriate warning." msgstr "При експорті у HTML використовується набір символів, вибраний у меню <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME – Параметри</emph></caseinline><defaultinline><emph>Засоби – Параметри</emph></defaultinline></switchinline><emph> – Завантаження/Збереження – Сумісність з HTML</emph>. Знаки непредставлені в цих наборах виражаються у вигляді форми, яка коректно відображається в сучасних браузерах. При експорті таких символів буде виведене відповідне попередження." -#. kEb5n +#. CPvXB #: 00000020.xhp msgctxt "" "00000020.xhp\n" "par_id3153146\n" "help.text" -msgid "If, in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph>, you select Mozilla Firefox or $[officename] Writer as the export option, upon export all important font attributes are exported as direct attributes (for example, text color, font size, bold, italic, and so on) in CSS1 styles. (<link href=\"text/shared/00/00000002.xhp\" name=\"CSS\">CSS</link> stands for Cascading Style Sheets.) Importing is also carried out according to this standard." -msgstr "" +msgid "If, in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph>, you select Mozilla Firefox, MS Internet Explorer, or $[officename] Writer as the export option, upon export all important font attributes are exported as direct attributes (for example, text color, font size, bold, italic, and so on) in CSS1 styles. (<link href=\"text/shared/00/00000002.xhp\" name=\"CSS\">CSS</link> stands for Cascading Style Sheets.) Importing is also carried out according to this standard." +msgstr "У разі вибору пункту <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME – Налаштування</emph></caseinline><defaultinline><emph>Засоби – Параметри</emph></defaultinline></switchinline><emph> – Завантаження/Збереження – Сумісність з HTML</emph>, а також варіантів експорту Mozilla Firefox, MS Internet Explorer, або $[officename] Writer, всі важливі властивості шрифтів будуть експортовані у вигляді прямої атрибути (наприклад, колір тексту, розмір шрифту, жирний, курсив) в стилів CSS1. (<link href=\"text/shared/00/00000002.xhp\" name=\"CSS\">CSS</link> – Cascading Style Sheets– каскадні стилі). Цей стандарт діє також під час імпорту." #. XP7i4 #: 00000020.xhp @@ -3409,31 +3391,31 @@ msgctxt "" msgid "\"Font: 10pt\" switches to a 10pt font, with bold, italic, small caps off." msgstr "\"Шрифт: 10 пт\" змінюється на шрифт \"10 пт., жирний, курсив, малі літери вимкн.\"" -#. sx5EP +#. iSvxV #: 00000020.xhp msgctxt "" "00000020.xhp\n" "par_id3155135\n" "help.text" -msgid "If $[officename] Writer are set as the export option, the sizes of the control field and their internal margins are exported as styles (print formats). CSS1 size properties are based on \"width\" and \"height\" values. The \"Margin\" property is used to set equal margins on all sides of the page. To allow different margins, the \"Margin-Left\", \"Margin-Right\", \"Margin-Top\" and \"Margin-Bottom\" properties are used." -msgstr "" +msgid "If MS Internet Explorer or $[officename] Writer are set as the export option, the sizes of the control field and their internal margins are exported as styles (print formats). CSS1 size properties are based on \"width\" and \"height\" values. The \"Margin\" property is used to set equal margins on all sides of the page. To allow different margins, the \"Margin-Left\", \"Margin-Right\", \"Margin-Top\" and \"Margin-Bottom\" properties are used." +msgstr "Якщо у якості параметра експорту задано MS Internet Explorer 4.0 або $[officename] Writer, розміри поля елемента керування та їхні внутрішні поля експортуються як стилі (формати друку). Властивості розміру CSS1 базуються на значеннях \"ширина\" та \"висота\". Властивість \"Поле\" використовується для задання рівних полів з усіх боків сторінки. Для установки різних полів використовуються властивості \"Ліве поле\", \"Праве поле\", \"Верхнє поле\" та \"Нижнє поле\"." -#. ujGz3 +#. wiSGK #: 00000020.xhp msgctxt "" "00000020.xhp\n" "par_id3148473\n" "help.text" -msgid "The distances of graphics and Plug-Ins to the content can be set individually for export to $[officename] Writer. If the top/bottom or right/left margin is set differently, the distances are exported in a \"STYLE\" option for the corresponding tag as CSS1 size properties \"Margin-Top\", \"Margin-Bottom\", \"Margin-Left\" and \"Margin-Right\"." -msgstr "" +msgid "The distances of graphics and Plug-Ins to the content can be set individually for export to $[officename] Writer and MS Internet Explorer. If the top/bottom or right/left margin is set differently, the distances are exported in a \"STYLE\" option for the corresponding tag as CSS1 size properties \"Margin-Top\", \"Margin-Bottom\", \"Margin-Left\" and \"Margin-Right\"." +msgstr "Відстані від графічних об'єктів та модулів до вмісту можна встановити окремо для експорту в $[officename] Writer і MS Internet Explorer. Якщо верхнє/нижнє чи праве/ліве поля встановлені по різному, то відстані експортуються в параметрі \"STYLE\" для відповідного тега як властивості розміру CSS1 \"Ліве поле\", \"Праве поле\", \"Верхнє поле\" та \"Нижнє поле\"." -#. JxdSw +#. xGAve #: 00000020.xhp msgctxt "" "00000020.xhp\n" "par_id3144510\n" "help.text" -msgid "Frames are supported with the use of CSS1 extensions for absolute positioned objects. This applies only to the export options Mozilla Firefox and $[officename] Writer. Frames can be aligned as graphics, <switchinline select=\"sys\"><caseinline select=\"WIN\"> Plug-Ins,</caseinline></switchinline>and Floating Frames, but character-linked frames are not possible." +msgid "Frames are supported with the use of CSS1 extensions for absolute positioned objects. This applies only to the export options Mozilla Firefox, MS Internet Explorer, and $[officename] Writer. Frames can be aligned as graphics, <switchinline select=\"sys\"><caseinline select=\"WIN\"> Plug-Ins,</caseinline></switchinline>and Floating Frames, but character-linked frames are not possible." msgstr "" #. Vym4j @@ -3634,14 +3616,14 @@ msgctxt "" msgid "Importing and Exporting Numbering" msgstr "Імпорт та експорт нумерації" -#. GFHgr +#. jfj5X #: 00000020.xhp msgctxt "" "00000020.xhp\n" "par_id3145591\n" "help.text" -msgid "If, in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph>, the export option \"$[officename] Writer\" is selected, the indents of numberings are exported as \"margin-left\" CSS1 property in the STYLE attribute of the <OL> and <UL> tags. The property indicates the difference relative to the indent of the next higher level." -msgstr "" +msgid "If, in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph>, the export option \"$[officename] Writer\" or \"Internet Explorer\" is selected, the indents of numberings are exported as \"margin-left\" CSS1 property in the STYLE attribute of the <OL> and <UL> tags. The property indicates the difference relative to the indent of the next higher level." +msgstr "Якщо в меню <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME – Налаштування</emph></caseinline><defaultinline><emph>Засоби – Параметри</emph></defaultinline></switchinline><emph> – Завантаження/Збереження – Сумісність з HTML</emph> обраний варіант експорту \"$[officename] Writer\" або \"Internet Explorer\", відступи у нумерованих експортуються як властивість \"margin-left\" CSS1 атрибута STYLE тега <OL> і <UL>. Властивість вказує на різницю відносно відступу наступного вищого рівня." #. ayGUf #: 00000020.xhp @@ -6847,15 +6829,6 @@ msgctxt "" msgid "Choose <emph>File - Digital Signatures - Sign Existing PDF</emph>." msgstr "Виберіть <emph>Файл - Цифрові підписи - Підписати PDF</emph>" -#. BT3B5 -#: 00000401.xhp -msgctxt "" -"00000401.xhp\n" -"par_id971594767600402\n" -"help.text" -msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - LibreOffice - Security</menuitem> and in <emph>Certificate Path</emph> area click <menuitem>Certificate</menuitem>." -msgstr "" - #. BDjhC #: 00000401.xhp msgctxt "" @@ -6892,14 +6865,14 @@ msgctxt "" msgid "Double-click or right-click the <emph>Signature</emph> field on the <emph>Status</emph> bar." msgstr "Двічі клацніть лівою або клацніть правою кнопкою поле <emph>Підпис</emph> у <emph>рядку стану</emph>." -#. AnZUZ +#. wBuuE #: 00000401.xhp msgctxt "" "00000401.xhp\n" "par_idN11173\n" "help.text" -msgid "<variable id=\"digitalsigsel\">Choose <emph>File - Properties - General</emph> tab, press <emph>Digital Signatures</emph> button, then click <emph>Sign Document</emph> button.</variable>" -msgstr "" +msgid "<variable id=\"digitalsigsel\">Choose <emph>File - Properties - General</emph> tab, press <emph>Digital Signatures</emph> button, then press <emph>Sign Document</emph> button.</variable>" +msgstr "<variable id=\"digitalsigsel\">Виберіть вкладку <emph>Файл - Властивості - Загальні</emph>, натисніть кнопку <emph>Цифрові підписи</emph>, а потім натисніть кнопку <emph>Підписати документ</emph>.</variable>" #. VC4bt #: 00000401.xhp @@ -7018,14 +6991,14 @@ msgctxt "" msgid "<image id=\"img_id4044007\" src=\"cmd/sc_sendmail.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id4044007\">Icon</alt></image>" msgstr "<image id=\"img_id4044007\" src=\"cmd/sc_sendmail.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id4044007\">Піктограма</alt></image>" -#. iYxXg +#. 2mB8o #: 00000401.xhp msgctxt "" "00000401.xhp\n" "par_idN113C8\n" "help.text" -msgid "Email Document" -msgstr "" +msgid "E-mail Document" +msgstr "Ел. пошта" #. QF5Dw #: 00000401.xhp @@ -7144,14 +7117,14 @@ msgctxt "" msgid "Export Directly as PDF" msgstr "Експорт у PDF" -#. NCJGr +#. 75GDs #: 00000401.xhp msgctxt "" "00000401.xhp\n" "par_id3145410\n" "help.text" -msgid "Choose <emph>File - Send - Email as PDF</emph>." -msgstr "" +msgid "Choose <emph>File - Send - E-mail as PDF</emph>." +msgstr "Виберіть <emph>Файл - Надіслати - Ел. поштою як PDF</emph>." #. rZpZc #: 00000401.xhp @@ -8026,14 +7999,14 @@ msgctxt "" msgid "Basic Shapes" msgstr "Основні фігури" -#. PZB3N +#. LKQPo #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_idN10EEE\n" "help.text" -msgid "<image id=\"Graphic4\" src=\"cmd/sc_symbolshapes.smiley.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Symbol Shapes</alt></image>" -msgstr "" +msgid "<image id=\"Graphic4\" src=\"cmd/sc_symbolshapes.smiley.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>" +msgstr "<image id=\"Graphic4\" src=\"cmd/sc_symbolshapes.smiley.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Піктограма</alt></image>" #. raBMx #: 00000404.xhp @@ -8665,24 +8638,6 @@ msgctxt "" msgid "Choose <emph>Tools - AutoText - Path</emph>." msgstr "Choose <emph>Засоби - Автотекст - Шлях</emph>." -#. uSkyB -#: 00000406.xhp -msgctxt "" -"00000406.xhp\n" -"par_id3156091\n" -"help.text" -msgid "<variable id=\"imagemap\">Choose <menuitem>Tools - ImageMap</menuitem>.</variable>" -msgstr "" - -#. q5E7e -#: 00000406.xhp -msgctxt "" -"00000406.xhp\n" -"par_id3155936\n" -"help.text" -msgid "<variable id=\"imagemap_desc\">Choose <menuitem>Tools - ImageMap</menuitem>, then select a section of the ImageMap and click <menuitem>Properties - Description</menuitem>.</variable>" -msgstr "" - #. AMRtZ #: 00000406.xhp msgctxt "" @@ -8953,14 +8908,14 @@ msgctxt "" msgid "<variable id=\"laden\">Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - General</emph>.</variable>" msgstr "<variable id=\"laden\">Відкрийте текстовий документ, виберіть <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Параметри</emph></caseinline><defaultinline><emph>Засоби - Параметри</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Загальні</emph>.</variable>" -#. 8QqgR +#. 2Fvii #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_idN10F2F\n" "help.text" -msgid "<variable id=\"mailmergeemail\">Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Mail Merge Email</emph>.</variable>" -msgstr "" +msgid "<variable id=\"mailmergeemail\">Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Mail Merge E-mail</emph>.</variable>" +msgstr "<variable id=\"mailmergeemail\">Відкрийте текстовий документ, виберіть <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Параметри</emph></caseinline><defaultinline><emph>Засоби - Параметри</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Розсилання електронної пошти</emph>.</variable>" #. T5u9S #: 00000406.xhp @@ -9817,13 +9772,13 @@ msgctxt "" msgid "On <emph>Text Formatting</emph> bar (with cursor in object), click" msgstr "На панелі <emph>Форматування тексту</emph> (з курсором на об'єкті), натисніть" -#. rxcvE +#. KFCKR #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3148998\n" "help.text" -msgid "<image id=\"img_id3154894\" src=\"cmd/sc_outlineformat.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154894\">Icon Character</alt></image>" +msgid "<image id=\"img_id3154894\" src=\"cmd/sc_outlineformat.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154894\">Icon Character</alt></image>" msgstr "" #. AdBzN @@ -10033,13 +9988,13 @@ msgctxt "" msgid "On <emph>Text Formatting</emph> bar (with cursor in object), click" msgstr "На панелі <emph>Форматування Тексту</emph> (з курсором на об'єкті), натисніть" -#. rQ9Bt +#. Kobha #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3155995\n" "help.text" -msgid "<image id=\"img_id3150495\" src=\"cmd/sc_paragraphdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150495\">Icon Paragraph</alt></image>" +msgid "<image id=\"img_id3150495\" src=\"cmd/sc_paragraphdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150495\">Icon Paragraph</alt></image>" msgstr "" #. E7XoA @@ -10204,23 +10159,23 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cells - Borders</emph> tab.</caseinline></switchinline>" msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Відкрийте вкладку <emph>Формат - Комірки - Обрамлення</emph>.</caseinline></switchinline>" -#. 93Zxq +#. NVSGu #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3155915\n" "help.text" -msgid "Menu <emph>Format - Paragraph</emph> - <emph>Border</emph> tab - <emph>Padding</emph>." -msgstr "" +msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Menu <emph>Format - Paragraph</emph> - <emph>Border</emph> tab - <emph>Padding</emph>.</caseinline></switchinline>" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Меню <emph>Формат - Абзац</emph> - вкладка <emph>Обрамлення</emph> - <emph>Відступи</emph>.</caseinline></switchinline>" -#. krmqa +#. dCnPy #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3159130\n" "help.text" -msgid "Menu <emph>Format - Page - Border - Padding</emph>." -msgstr "" +msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Menu <emph>Format - Page - Border - Padding</emph>.</caseinline></switchinline>" +msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Меню <emph>Формат - Сторінка - Обрамлення - Відступи</emph>.</caseinline></switchinline>" #. PGrMv #: 00040500.xhp @@ -10231,14 +10186,14 @@ msgctxt "" msgid "Choose <emph>Format - Paragraph - Background</emph> tab." msgstr "Відкрийте вкладку <emph>Формат - Абзац - Тло</emph>." -#. kfo3L +#. S9R9E #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3147330\n" "help.text" -msgid "Choose <emph>Format - Character - Highlighting</emph> tab." -msgstr "" +msgid "Choose <emph>Format - Character - Background</emph> tab." +msgstr "Відкрийте вкладку <emph>Формат - Символ - Підсвічування</emph>." #. nd9vD #: 00040500.xhp @@ -10528,13 +10483,13 @@ msgctxt "" msgid "On <emph>Formatting</emph> bar, click" msgstr "На панелі <emph>Форматування</emph> натисніть" -#. xHqEM +#. raTBP #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3148533\n" "help.text" -msgid "<image id=\"img_id3149568\" src=\"cmd/sc_designerdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149568\">Icon Styles</alt></image>" +msgid "<image id=\"img_id3149568\" src=\"cmd/sc_designerdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149568\">Icon Styles</alt></image>" msgstr "" #. GGmAC @@ -10546,14 +10501,14 @@ msgctxt "" msgid "Styles" msgstr "Стилі" -#. CBSYY +#. fVFNF #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3159313\n" "help.text" -msgid "On the <emph>Drawing</emph> bar, click" -msgstr "" +msgid "<switchinline select=\"appl\"><caseinline select=\"CHART\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"WRITER\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline>On the <emph>Drawing</emph> bar, click</defaultinline></switchinline>" +msgstr "<switchinline select=\"appl\"><caseinline select=\"CHART\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"WRITER\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline>На панелі <emph>Графіка</emph> натисніть</defaultinline></switchinline>" #. GtJbA #: 00040500.xhp @@ -10663,22 +10618,22 @@ msgctxt "" msgid "Choose <emph>Format - Bullets and Numbering</emph>. Open <emph>Options</emph> tab page." msgstr "Виберіть команду <emph>Формат - Маркери та нумерація</emph>, а тоді відкрийте вкладку <emph>Параметри</emph>." -#. y4rGF +#. ko4it #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3150785\n" "help.text" -msgid "Open <emph>Styles - Presentation Styles</emph> - context menu of an Outline Style - choose <emph>New/Modify</emph>." -msgstr "" +msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Open <emph>Styles - Presentation Styles</emph> - context menu of an Outline Style - choose <emph>New/Modify</emph>.</caseinline></switchinline>" +msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Відкрийте <emph>Стилі - Стилі презентацій</emph>, потім контекстне меню на стилі структури і виберіть <emph>Новий/Змінити</emph>.</caseinline></switchinline>" -#. 948Zd +#. MH7Cp #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3148420\n" "help.text" -msgid "Open <emph>Styles - List Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph>." +msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles - List Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph>.</caseinline></switchinline>" msgstr "" #. Mx4EM @@ -10690,23 +10645,23 @@ msgctxt "" msgid "Choose <emph>Format - Bullets and Numbering - Bullets</emph> tab." msgstr "Виберіть вкладку <emph>Формат - Маркери та нумерація - Маркери</emph>." -#. bYrZa +#. MEePu #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3149917\n" "help.text" -msgid "Open <emph>Styles - Presentation Styles</emph> - context menu of an Outline Style - choose <emph>New/Modify</emph>." -msgstr "" +msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Open <emph>Styles - Presentation Styles</emph> - context menu of an Outline Style - choose <emph>New/Modify</emph>.</caseinline></switchinline>" +msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Відкрийте <emph>Стилі - Стилі презентацій</emph>, потім контекстне меню на стилі структури і виберіть <emph>Створити/Змінити</emph>.</caseinline></switchinline>" -#. ZPMxH +#. DHxR8 #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3154930\n" "help.text" -msgid "Open <emph>Styles - List Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph>." -msgstr "" +msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles - List Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph>.</caseinline></switchinline>" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Відкрийте <emph>Стилі - Стилі списків</emph>, потім контекстне меню на елементі списку і виберіть <emph>Створити/Змінити</emph>.</caseinline></switchinline>" #. ZD5up #: 00040500.xhp @@ -10771,22 +10726,13 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles - List Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph>.</caseinline></switchinline>" msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Відкрийте <emph>Стилі - Стилі списків</emph>, потім контекстне меню на елементі списку і виберіть <emph>Створити/Змінити</emph>.</caseinline></switchinline>" -#. BQqBM -#: 00040500.xhp -msgctxt "" -"00040500.xhp\n" -"par_id3154931\n" -"help.text" -msgid "Open <emph>Styles - List Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph>." -msgstr "" - -#. TDV7t +#. WCC8T #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3153812\n" "help.text" -msgid "Choose <menuitem>View - Styles</menuitem> (F11) - choose List Styles - context menu of an entry - choose <menuitem>New/Modify</menuitem> - <emph>Position</emph> tab." +msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <menuitem>View - Styles</menuitem> (F11) - choose List Styles - context menu of an entry - choose <menuitem>New/Modify</menuitem> - <emph>Position</emph> tab.</caseinline></switchinline>" msgstr "" #. gfMdA @@ -10798,41 +10744,41 @@ msgctxt "" msgid "Choose <menuitem>Format - Bullets and Numbering</menuitem> - <emph>Position</emph> tab." msgstr "" -#. t8uTF +#. QJzFj #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3153899\n" "help.text" -msgid "Choose <menuitem>Styles - Manage Styles</menuitem> - choose List Styles - context menu of an entry - choose <menuitem>New/Modify</menuitem> - <emph>Position</emph> tab." +msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <menuitem>Styles - Manage Styles</menuitem> - choose List Styles - context menu of an entry - choose <menuitem>New/Modify</menuitem> - <emph>Position</emph> tab.</caseinline></switchinline>" msgstr "" -#. DEQfE +#. SZuQU #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3156170\n" "help.text" -msgid "Choose <menuitem>Tools - Chapter Numbering - Position</menuitem> tab." +msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <menuitem>Tools - Chapter Numbering - Position</menuitem> tab.</caseinline></switchinline>" msgstr "" -#. 8AtZC +#. agBgR #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3151332\n" "help.text" -msgid "Menu <emph>Format - Image - Properties - Crop</emph> tab." -msgstr "" +msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Menu <emph>Format - Image - Properties - Crop</emph> tab.</caseinline></switchinline>" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Меню <emph>Формат - Зображення - Властивості - Обрізати</emph></caseinline></switchinline>" -#. eREMF +#. 4o7EQ #: 00040500.xhp msgctxt "" "00040500.xhp\n" "par_id3153317\n" "help.text" -msgid "Icon on the <emph>Image</emph> toolbar:" -msgstr "" +msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"/><defaultinline>Icon on the <emph>Image</emph> toolbar:</defaultinline></switchinline>" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"/><defaultinline>Піктограма на панелі <emph>Зображення</emph>:</defaultinline></switchinline>" #. YKAFD #: 00040500.xhp @@ -10861,15 +10807,6 @@ msgctxt "" msgid "Choose <menuitem>Format - Text</menuitem>." msgstr "" -#. CHNi9 -#: 00040500.xhp -msgctxt "" -"00040500.xhp\n" -"par_id3151255\n" -"help.text" -msgid "Choose <menuitem>Format - Spacing</menuitem>." -msgstr "" - #. suPn7 #: 00040500.xhp msgctxt "" @@ -10978,14 +10915,14 @@ msgctxt "" msgid "Open <emph>Toolbox</emph> bar in Basic dialog editor, click" msgstr "Відкрийте <emph>Панель інструментів</emph> у редакторі діалогових вікон Basic, клацніть" -#. JESNd +#. ZCEGK #: 00040501.xhp msgctxt "" "00040501.xhp\n" "par_id3151054\n" "help.text" -msgid "<image id=\"img_id3150865\" src=\"cmd/sc_showpropbrowser.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150865\">Icon Properties</alt></image>" -msgstr "" +msgid "<image id=\"img_id3150865\" src=\"cmd/sc_showpropbrowser.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150865\">Icon</alt></image>" +msgstr "<image id=\"img_id3150865\" src=\"cmd/sc_showpropbrowser.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150865\">Піктограма</alt></image>" #. 89DTS #: 00040501.xhp @@ -11005,14 +10942,14 @@ msgctxt "" msgid "Open context menu of a selected form element - choose <emph>Form</emph>." msgstr "Відкрийте контекстне меню вибраного елемента форми, виберіть команду <emph>Форма</emph>." -#. CMsFE +#. w3xKU #: 00040501.xhp msgctxt "" "00040501.xhp\n" "par_id3152933\n" "help.text" -msgid "<image id=\"img_id3148676\" src=\"cmd/sc_formproperties.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148676\">Icon Form</alt></image>" -msgstr "" +msgid "<image id=\"img_id3148676\" src=\"cmd/sc_formproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3148676\">Icon</alt></image>" +msgstr "<image id=\"img_id3148676\" src=\"cmd/sc_formproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3148676\">Піктограма</alt></image>" #. F5LMe #: 00040501.xhp @@ -11104,14 +11041,14 @@ msgctxt "" msgid "Open context menu of a selected form element - choose <emph>Control</emph>." msgstr "Відкрийте контекстне меню вибраного елемента форми, виберіть команду <emph>Елемент керування</emph>." -#. z6tko +#. iGEwF #: 00040501.xhp msgctxt "" "00040501.xhp\n" "par_id3153953\n" "help.text" -msgid "<image id=\"img_id3149064\" src=\"cmd/sc_showbrowser.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149064\">Icon Control</alt></image>" -msgstr "" +msgid "<image id=\"img_id3149064\" src=\"cmd/sc_showbrowser.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3149064\">Icon</alt></image>" +msgstr "<image id=\"img_id3149064\" src=\"cmd/sc_showbrowser.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3149064\">Піктограма</alt></image>" #. ADmRP #: 00040501.xhp @@ -11185,14 +11122,14 @@ msgctxt "" msgid "On <emph>Form Design</emph> bar, click" msgstr "На панелі <emph>Конструктор форм</emph> натисніть" -#. EJCyJ +#. 9rRZS #: 00040501.xhp msgctxt "" "00040501.xhp\n" "par_id3157874\n" "help.text" -msgid "<image id=\"img_id3159345\" src=\"cmd/sc_tabdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159345\">Icon Activation Order</alt></image>" -msgstr "" +msgid "<image id=\"img_id3159345\" src=\"cmd/sc_tabdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159345\">Icon</alt></image>" +msgstr "<image id=\"img_id3159345\" src=\"cmd/sc_tabdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159345\">Піктограма</alt></image>" #. BmMW5 #: 00040501.xhp @@ -11212,14 +11149,14 @@ msgctxt "" msgid "On <emph>Form Design</emph> bar, click" msgstr "На панелі <emph>Конструктор форм</emph> натисніть" -#. pNmAg +#. BtzB4 #: 00040501.xhp msgctxt "" "00040501.xhp\n" "par_id3156439\n" "help.text" -msgid "<image id=\"img_id3153530\" src=\"cmd/sc_addfield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153530\">Icon Add Field</alt></image>" -msgstr "" +msgid "<image id=\"img_id3153530\" src=\"cmd/sc_addfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153530\">Icon</alt></image>" +msgstr "<image id=\"img_id3153530\" src=\"cmd/sc_addfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153530\">Піктограма</alt></image>" #. iQFBK #: 00040501.xhp @@ -11239,14 +11176,14 @@ msgctxt "" msgid "On <emph>Form Design</emph> bar, click" msgstr "На панелі <emph>Конструктор форм</emph> натисніть" -#. hgCuD +#. C8Cfx #: 00040501.xhp msgctxt "" "00040501.xhp\n" "par_id3150749\n" "help.text" -msgid "<image id=\"img_id3157869\" src=\"cmd/sc_showfmexplorer.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157869\">Icon Form Navigator</alt></image>" -msgstr "" +msgid "<image id=\"img_id3157869\" src=\"cmd/sc_showfmexplorer.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3157869\">Icon</alt></image>" +msgstr "<image id=\"img_id3157869\" src=\"cmd/sc_showfmexplorer.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3157869\">Піктограма</alt></image>" #. QEjGP #: 00040501.xhp @@ -11266,14 +11203,14 @@ msgctxt "" msgid "On <emph>Form Controls</emph> toolbar or <emph>Form Design</emph> bar, click" msgstr "На панелі інструментів <emph>Елементи керування</emph> або на панелі <emph>Конструктор форм</emph> натисніть" -#. YgQWC +#. GGJgP #: 00040501.xhp msgctxt "" "00040501.xhp\n" "par_id3156056\n" "help.text" -msgid "<image id=\"img_id3154508\" src=\"cmd/sc_testmode.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154508\">Icon Design Mode</alt></image>" -msgstr "" +msgid "<image id=\"img_id3154508\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154508\">Icon</alt></image>" +msgstr "<image id=\"img_id3154508\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154508\">Піктограма</alt></image>" #. AATfh #: 00040501.xhp @@ -11302,14 +11239,14 @@ msgctxt "" msgid "On <emph>Form Design</emph> bar, click" msgstr "На панелі <emph>Конструктор форм</emph> натисніть" -#. iGE3k +#. wzVK9 #: 00040501.xhp msgctxt "" "00040501.xhp\n" "par_id3149822\n" "help.text" -msgid "<image id=\"img_id3151189\" src=\"cmd/sc_openreadonly.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151189\">Icon Open in Design Mode</alt></image>" -msgstr "" +msgid "<image id=\"img_id3151189\" src=\"cmd/sc_openreadonly.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151189\">Icon</alt></image>" +msgstr "<image id=\"img_id3151189\" src=\"cmd/sc_openreadonly.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151189\">Піктограма</alt></image>" #. UqdMN #: 00040501.xhp @@ -11329,14 +11266,14 @@ msgctxt "" msgid "On <emph>Form Control</emph> toolbar, click" msgstr "На панелі інструментів <emph>Елементи керування</emph> натисніть" -#. msyNv +#. 9EbHS #: 00040501.xhp msgctxt "" "00040501.xhp\n" "par_id3152948\n" "help.text" -msgid "<image id=\"img_id3156375\" src=\"cmd/sc_usewizards.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156375\">Icon Wizard</alt></image>" -msgstr "" +msgid "<image id=\"img_id3156375\" src=\"cmd/sc_usewizards.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156375\">Icon</alt></image>" +msgstr "<image id=\"img_id3156375\" src=\"cmd/sc_usewizards.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156375\">Піктограма</alt></image>" #. o64U6 #: 00040501.xhp @@ -11374,14 +11311,14 @@ msgctxt "" msgid "Choose <emph>Shape - Arrange</emph> ($[officename] Draw)." msgstr "Виберіть <emph>Фігура - Розташування</emph> ($[officename] Draw)" -#. gqcDq +#. p4AFF #: 00040501.xhp msgctxt "" "00040501.xhp\n" "par_id3155578\n" "help.text" -msgid "<image id=\"img_id3109842\" src=\"cmd/sc_bringtofront.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3109842\">Icon Arrange</alt></image>" -msgstr "" +msgid "<image id=\"img_id3109842\" src=\"cmd/sc_bringtofront.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3109842\">Icon</alt></image>" +msgstr "<image id=\"img_id3109842\" src=\"cmd/sc_bringtofront.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3109842\">Піктограма</alt></image>" #. jwdWP #: 00040501.xhp @@ -11428,14 +11365,14 @@ msgctxt "" msgid "Open context menu - choose <emph>Arrange - Bring to Front</emph> ($[officename] Impress)." msgstr "Відкрийте контекстне меню, виберіть команди <emph>Розташування - На передній план</emph> ($[officename] Impress)." -#. HPFLD +#. hMKdo #: 00040501.xhp msgctxt "" "00040501.xhp\n" "par_id3151213\n" "help.text" -msgid "<image id=\"img_id3145220\" src=\"cmd/sc_bringtofront.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145220\">Icon Bring to Front</alt></image>" -msgstr "" +msgid "<image id=\"img_id3145220\" src=\"cmd/sc_bringtofront.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145220\">Icon</alt></image>" +msgstr "<image id=\"img_id3145220\" src=\"cmd/sc_bringtofront.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145220\">Піктограма</alt></image>" #. sBuGt #: 00040501.xhp @@ -11482,14 +11419,14 @@ msgctxt "" msgid "Open context menu - choose <emph>Arrange - Bring Forward</emph> ($[officename] Impress)." msgstr "Відкрийте контекстне меню, виберіть команди <emph>Розташування - Перемістити вперед</emph> ($[officename] Impress)." -#. TSeCV +#. hcf4a #: 00040501.xhp msgctxt "" "00040501.xhp\n" "par_id3159121\n" "help.text" -msgid "<image id=\"img_id3156142\" src=\"cmd/sc_forward.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156142\">Icon Bring Forward</alt></image>" -msgstr "" +msgid "<image id=\"img_id3156142\" src=\"cmd/sc_forward.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156142\">Icon</alt></image>" +msgstr "<image id=\"img_id3156142\" src=\"cmd/sc_forward.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156142\">Піктограма</alt></image>" #. P9V6A #: 00040501.xhp @@ -11536,14 +11473,14 @@ msgctxt "" msgid "Open context menu - choose <emph>Arrange - Send Backward</emph> ($[officename] Impress)." msgstr "Відкрийте контекстне меню, виберіть команди <emph>Розташування - Перемістити назад</emph> ($[officename] Impress)." -#. BQhNe +#. wCFzs #: 00040501.xhp msgctxt "" "00040501.xhp\n" "par_id3152994\n" "help.text" -msgid "<image id=\"img_id3163723\" src=\"cmd/sc_backward.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163723\">Icon Send Backward</alt></image>" -msgstr "" +msgid "<image id=\"img_id3163723\" src=\"cmd/sc_backward.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163723\">Icon</alt></image>" +msgstr "<image id=\"img_id3163723\" src=\"cmd/sc_backward.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163723\">Піктограма</alt></image>" #. WKKNG #: 00040501.xhp @@ -11590,14 +11527,14 @@ msgctxt "" msgid "Open context menu - choose <emph>Arrange - Send to Back</emph> ($[officename] Impress)." msgstr "Відкрийте контекстне меню, виберіть команди <emph>Розташування - На задній план</emph> ($[officename] Impress)." -#. A873M +#. wN6km #: 00040501.xhp msgctxt "" "00040501.xhp\n" "par_id3145384\n" "help.text" -msgid "<image id=\"img_id3153813\" src=\"cmd/sc_sendtoback.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153813\">Icon Send to Back</alt></image>" -msgstr "" +msgid "<image id=\"img_id3153813\" src=\"cmd/sc_sendtoback.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153813\">Icon</alt></image>" +msgstr "<image id=\"img_id3153813\" src=\"cmd/sc_sendtoback.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153813\">Піктограма</alt></image>" #. mH2tS #: 00040501.xhp @@ -11617,14 +11554,14 @@ msgctxt "" msgid "Choose <emph>Format - Arrange - To Foreground</emph>." msgstr "Виберіть <emph>Формат - Розташування - Перед текстом</emph>." -#. G2AjB +#. niZ3f #: 00040501.xhp msgctxt "" "00040501.xhp\n" "par_id3149408\n" "help.text" -msgid "<image id=\"img_id3155129\" src=\"cmd/sc_setobjecttoforeground.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155129\">Icon To Foreground</alt></image>" -msgstr "" +msgid "<image id=\"img_id3155129\" src=\"cmd/sc_setobjecttoforeground.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155129\">Icon</alt></image>" +msgstr "<image id=\"img_id3155129\" src=\"cmd/sc_setobjecttoforeground.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155129\">Піктограма</alt></image>" #. 4ahEr #: 00040501.xhp @@ -11644,14 +11581,14 @@ msgctxt "" msgid "Choose <emph>Format - Arrange - To Background</emph>." msgstr "Виберіть <emph>Формат - Розташування - За текстом</emph>." -#. FQRn8 +#. kAYhN #: 00040501.xhp msgctxt "" "00040501.xhp\n" "par_id3153815\n" "help.text" -msgid "<image id=\"img_id3154954\" src=\"cmd/sc_setobjecttobackground.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154954\">Icon To Background</alt></image>" -msgstr "" +msgid "<image id=\"img_id3154954\" src=\"cmd/sc_setobjecttobackground.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154954\">Icon</alt></image>" +msgstr "<image id=\"img_id3154954\" src=\"cmd/sc_setobjecttobackground.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154954\">Піктограма</alt></image>" #. rCVpM #: 00040501.xhp @@ -11725,14 +11662,14 @@ msgctxt "" msgid "On <emph>Align</emph> bar ($[officename] Impress, $[officename] Draw), click" msgstr "На панелі <emph>Вирівнювання</emph> ($[officename] Impress, $[officename] Draw) клацніть" -#. Po4LF +#. ANyzk #: 00040501.xhp msgctxt "" "00040501.xhp\n" "par_id3153373\n" "help.text" -msgid "<image id=\"img_id3159209\" src=\"cmd/sc_objectalign.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159209\">Icon Left</alt></image>" -msgstr "" +msgid "<image id=\"img_id3159209\" src=\"cmd/sc_objectalign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159209\">Icon</alt></image>" +msgstr "<image id=\"img_id3159209\" src=\"cmd/sc_objectalign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159209\">Піктограма</alt></image>" #. 3u7D2 #: 00040501.xhp @@ -11770,14 +11707,14 @@ msgctxt "" msgid "On <emph>Align</emph> bar ($[officename] Impress, $[officename] Draw), click" msgstr "На панелі <emph>Вирівнювання</emph> ($[officename] Impress, $[officename] Draw) клацніть" -#. mbnDh +#. FqkBw #: 00040501.xhp msgctxt "" "00040501.xhp\n" "par_id3149519\n" "help.text" -msgid "<image id=\"img_id3143222\" src=\"cmd/sc_alignmiddle.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143222\">Icon Centered</alt></image>" -msgstr "" +msgid "<image id=\"img_id3143222\" src=\"cmd/sc_alignmiddle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143222\">Icon</alt></image>" +msgstr "<image id=\"img_id3143222\" src=\"cmd/sc_alignmiddle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143222\">Піктограма</alt></image>" #. fawoM #: 00040501.xhp @@ -11815,14 +11752,14 @@ msgctxt "" msgid "On <emph>Align</emph> bar ($[officename] Impress, $[officename] Draw), click" msgstr "На панелі <emph>Вирівнювання</emph> ($[officename] Impress, $[officename] Draw) клацніть" -#. EDVzM +#. C2eCp #: 00040501.xhp msgctxt "" "00040501.xhp\n" "par_id3155436\n" "help.text" -msgid "<image id=\"img_id3153283\" src=\"cmd/sc_objectalignright.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153283\">Icon Right</alt></image>" -msgstr "" +msgid "<image id=\"img_id3153283\" src=\"cmd/sc_objectalignright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153283\">Icon</alt></image>" +msgstr "<image id=\"img_id3153283\" src=\"cmd/sc_objectalignright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153283\">Піктограма</alt></image>" #. mF7W6 #: 00040501.xhp @@ -11869,14 +11806,14 @@ msgctxt "" msgid "On <emph>Align</emph> bar ($[officename] Impress, $[officename] Draw), click" msgstr "На панелі <emph>Вирівнювання</emph> ($[officename] Impress, $[officename] Draw) клацніть" -#. eYWWR +#. Zx8CA #: 00040501.xhp msgctxt "" "00040501.xhp\n" "par_id3155386\n" "help.text" -msgid "<image id=\"img_id3155542\" src=\"cmd/sc_alignup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155542\">Icon Top</alt></image>" -msgstr "" +msgid "<image id=\"img_id3155542\" src=\"cmd/sc_alignup.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155542\">Icon</alt></image>" +msgstr "<image id=\"img_id3155542\" src=\"cmd/sc_alignup.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155542\">Піктограма</alt></image>" #. WFtRg #: 00040501.xhp @@ -11923,14 +11860,14 @@ msgctxt "" msgid "On <emph>Align</emph> bar ($[officename] Impress, $[officename] Draw), click" msgstr "На панелі <emph>Вирівнювання</emph> ($[officename] Impress, $[officename] Draw) клацніть" -#. RgieQ +#. BBURn #: 00040501.xhp msgctxt "" "00040501.xhp\n" "par_id3145755\n" "help.text" -msgid "<image id=\"img_id3146776\" src=\"cmd/sc_aligncenter.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146776\">Icon Centered</alt></image>" -msgstr "" +msgid "<image id=\"img_id3146776\" src=\"cmd/sc_aligncenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146776\">Icon</alt></image>" +msgstr "<image id=\"img_id3146776\" src=\"cmd/sc_aligncenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146776\">Піктограма</alt></image>" #. NYgDY #: 00040501.xhp @@ -11968,14 +11905,14 @@ msgctxt "" msgid "On <emph>Align</emph> bar ($[officename] Impress, $[officename] Draw), click" msgstr "На панелі <emph>Вирівнювання</emph> ($[officename] Impress, $[officename] Draw) клацніть" -#. DcDSM +#. xNAAU #: 00040501.xhp msgctxt "" "00040501.xhp\n" "par_id3154057\n" "help.text" -msgid "<image id=\"img_id3147267\" src=\"cmd/sc_aligndown.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147267\">Icon Bottom</alt></image>" -msgstr "" +msgid "<image id=\"img_id3147267\" src=\"cmd/sc_aligndown.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147267\">Icon</alt></image>" +msgstr "<image id=\"img_id3147267\" src=\"cmd/sc_aligndown.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147267\">Піктограма</alt></image>" #. rkNkG #: 00040501.xhp @@ -12004,14 +11941,14 @@ msgctxt "" msgid "On <emph>Form Design</emph> bar, click" msgstr "На панелі <emph>Конструктор форм</emph> натисніть" -#. DcsgR +#. mExvf #: 00040501.xhp msgctxt "" "00040501.xhp\n" "par_id3151122\n" "help.text" -msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>" -msgstr "" +msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145357\">Icon</alt></image>" +msgstr "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145357\">Піктограма</alt></image>" #. s4iPa #: 00040501.xhp @@ -12130,14 +12067,14 @@ msgctxt "" msgid "On <emph>Line and Filling</emph> bar, click" msgstr "На панелі <emph>Лінія та заповнення</emph> клацніть" -#. wRABY +#. XkgtK #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3148889\n" "help.text" -msgid "<image id=\"img_id3150669\" src=\"cmd/sc_formatline.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150669\">Icon Line</alt></image>" -msgstr "" +msgid "<image id=\"img_id3150669\" src=\"cmd/sc_formatline.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150669\">Icon</alt></image>" +msgstr "<image id=\"img_id3150669\" src=\"cmd/sc_formatline.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150669\">Піктограма</alt></image>" #. acBGp #: 00040502.xhp @@ -12265,14 +12202,14 @@ msgctxt "" msgid "On <emph>Line and Filling</emph> bar, click" msgstr "На панелі <emph>Лінія та заповнення</emph> клацніть" -#. HBmFB +#. eeYjd #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3156424\n" "help.text" -msgid "<image id=\"img_id3150868\" src=\"cmd/sc_fillstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150868\">Icon Area</alt></image>" -msgstr "" +msgid "<image id=\"img_id3150868\" src=\"cmd/sc_fillstyle.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150868\">Icon</alt></image>" +msgstr "<image id=\"img_id3150868\" src=\"cmd/sc_fillstyle.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150868\">Піктограма</alt></image>" #. tdHtP #: 00040502.xhp @@ -12283,22 +12220,22 @@ msgctxt "" msgid "Area" msgstr "Тло" -#. GCCNi +#. dXFUA #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id511592159765396\n" +"par_id3145607\n" "help.text" -msgid "Choose <menuitem>View - Styles (F11)</menuitem> - choose Paragraph, Frame or Page style - open context menu - choose <menuitem>Modify/New - Area</menuitem> tab." +msgid "Choose <menuitem>View - Styles</menuitem> - choose <switchinline select=\"appl\"><caseinline select=\"WRITER\">Paragraph, Frame or Page</caseinline></switchinline> style - open context menu - choose <menuitem>Modify/New - </menuitem><switchinline select=\"appl\"><caseinline select=\"CALC\"><menuitem>Background</menuitem></caseinline><defaultinline><menuitem>Area</menuitem></defaultinline></switchinline> tab." msgstr "" -#. sV6fD +#. TGDHe #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id841527083135387\n" "help.text" -msgid "Choose <menuitem>Table - Properties - Background</menuitem> tab. Select the table object - Cell, Row or Table - which background area is to be filled." +msgid "Choose <menuitem>Table - Properties - Background</menuitem> tab." msgstr "" #. DhLwG @@ -12310,31 +12247,13 @@ msgctxt "" msgid "Choose <menuitem>Format - Page Style - Area</menuitem> tab." msgstr "" -#. GQb6M -#: 00040502.xhp -msgctxt "" -"00040502.xhp\n" -"par_id901592158395353\n" -"help.text" -msgid "Choose <menuitem>Format - Text Box and Shape - Area - Area</menuitem>" -msgstr "" - -#. 6FQ2S -#: 00040502.xhp -msgctxt "" -"00040502.xhp\n" -"par_id1001592157774069\n" -"help.text" -msgid "Choose <menuitem>Styles - Manage Styles (F11)</menuitem> - choose Cell or Page style - open context menu - choose <menuitem>Modify/New - Background</menuitem> tab." -msgstr "" - -#. LzEQU +#. hu68D #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id771592156369992\n" +"par_id3149664\n" "help.text" -msgid "Choose <menuitem>Format - Page - Background</menuitem> tab" +msgid "Choose <menuitem>Slide - Properties - Background</menuitem> tab." msgstr "" #. NP4xZ @@ -12346,69 +12265,6 @@ msgctxt "" msgid "Choose <menuitem>Format - Cells - Background</menuitem> tab" msgstr "" -#. LVAwN -#: 00040502.xhp -msgctxt "" -"00040502.xhp\n" -"par_id881592158156157\n" -"help.text" -msgid "Choose <menuitem>Format - Object - Area - Area</menuitem> tab." -msgstr "" - -#. uQS9p -#: 00040502.xhp -msgctxt "" -"00040502.xhp\n" -"par_id951592158682096\n" -"help.text" -msgid "Choose <menuitem>Format - Style - Edit Style - Area</menuitem> tab" -msgstr "" - -#. vKEWq -#: 00040502.xhp -msgctxt "" -"00040502.xhp\n" -"par_id11592158856626\n" -"help.text" -msgid "Choose <menuitem>Slide - Properties - Background</menuitem> tab" -msgstr "" - -#. mQo4F -#: 00040502.xhp -msgctxt "" -"00040502.xhp\n" -"par_id891592159117695\n" -"help.text" -msgid "Choose <menuitem>Format - Styles - Manage Styles (F11)</menuitem> , choose Drawing or Presentation style - open context menu - choose <emph>Modify/New - Area</emph> tab." -msgstr "" - -#. 8f2xv -#: 00040502.xhp -msgctxt "" -"00040502.xhp\n" -"par_id741592159264211\n" -"help.text" -msgid "Choose <menuitem>Format - Object and Shape - Area - Area</menuitem> tab" -msgstr "" - -#. GN2Rd -#: 00040502.xhp -msgctxt "" -"00040502.xhp\n" -"par_id271592159552714\n" -"help.text" -msgid "Choose <menuitem>Format - Style - Edit Style - Area</menuitem> tab" -msgstr "" - -#. icZBw -#: 00040502.xhp -msgctxt "" -"00040502.xhp\n" -"par_id161592159449638\n" -"help.text" -msgid "Choose <menuitem>Format - Styles - Manage Styles (F11)</menuitem> , choose Drawing style - open context menu - choose <emph>Modify/New - Area</emph> tab." -msgstr "" - #. 8Ac8B #: 00040502.xhp msgctxt "" @@ -12418,85 +12274,58 @@ msgctxt "" msgid "Choose <menuitem>Page - Properties - Background</menuitem> tab." msgstr "" -#. DkwpP +#. BNF8c #: 00040502.xhp msgctxt "" "00040502.xhp\n" -"par_id471592158481451\n" +"par_id3154948\n" "help.text" -msgid "Choose <menuitem>Format - Area - Area</menuitem> tab" +msgid "Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem></caseinline><caseinline select=\"IMPRESS\"><menuitem>Object and Shape - </menuitem></caseinline><caseinline select=\"CALC\"><emph>Object - </emph></caseinline></switchinline><emph>Area - Area</emph> tab." msgstr "" -#. 8CDNt +#. CQaYm #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3152922\n" "help.text" -msgid "Choose <menuitem>Format - Title - Area</menuitem> tab." +msgid "Choose <menuitem>Format - Title - Area</menuitem> tab (chart documents)." msgstr "" -#. TRyTB +#. dCqeB #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3157894\n" "help.text" -msgid "Choose <menuitem>Format - Legend - Area</menuitem> tab." +msgid "Choose <menuitem>Format - Legend - Area</menuitem> tab (chart documents)." msgstr "" -#. A6CBn +#. KcL9w #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3144444\n" "help.text" -msgid "Choose <menuitem>Format - Chart Wall - Area</menuitem> tab." +msgid "Choose <menuitem>Format - Chart Wall - Area</menuitem> tab (chart documents)." msgstr "" -#. jFmfH +#. ijD7Y #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3156543\n" "help.text" -msgid "Choose <menuitem>Format - Chart Floor - Area</menuitem>." +msgid "Choose <menuitem>Format - Chart Floor - Area</menuitem> tab (chart documents)." msgstr "" -#. Pz9P5 +#. Zuv4t #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3150685\n" "help.text" -msgid "Choose <menuitem>Format - Chart Area - Area</menuitem>." -msgstr "" - -#. 9F87x -#: 00040502.xhp -msgctxt "" -"00040502.xhp\n" -"par_id901592160809757\n" -"help.text" -msgid "When editing a form:" -msgstr "" - -#. oABmb -#: 00040502.xhp -msgctxt "" -"00040502.xhp\n" -"par_id201592161190323\n" -"help.text" -msgid "When editing a report:" -msgstr "" - -#. VBYSN -#: 00040502.xhp -msgctxt "" -"00040502.xhp\n" -"par_id591592161180508\n" -"help.text" -msgid "Choose <menuitem>Format - Page - Background</menuitem> tab." +msgid "Choose <menuitem>Format - Chart Area - Area</menuitem> tab (chart documents)." msgstr "" #. MBrCE @@ -12724,14 +12553,14 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"><emph>F4</emph> key</caseinline><caseinline select=\"IMPRESS\"><emph>F4</emph> key</caseinline></switchinline>" msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Клавіша <emph>F4</emph></caseinline><caseinline select=\"IMPRESS\">Клавіша <emph>F4</emph></caseinline></switchinline>" -#. fevBK +#. WyEg2 #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3153052\n" "help.text" -msgid "<image id=\"img_id3150965\" src=\"cmd/sc_transformdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150965\">Icon Position and Size</alt></image>" -msgstr "" +msgid "<image id=\"img_id3150965\" src=\"cmd/sc_transformdialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150965\">Icon</alt></image>" +msgstr "<image id=\"img_id3150965\" src=\"cmd/sc_transformdialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150965\">Піктограма</alt></image>" #. yL3FJ #: 00040502.xhp @@ -12778,14 +12607,14 @@ msgctxt "" msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Text Box and Shape - </emph> </caseinline><caseinline select=\"CALC\"><emph>Object - </emph></caseinline></switchinline><emph>Position and Size - Rotation</emph> tab." msgstr "Виберіть <emph>Формат - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Текстове поле чи фігура - </emph> </caseinline><caseinline select=\"CALC\"><emph>Об’єкт - </emph></caseinline></switchinline><emph>Положення та розмір - Обертання</emph>." -#. BESGV +#. ENbvX #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3148495\n" "help.text" -msgid "<image id=\"img_id3146898\" src=\"cmd/sc_toggleobjectrotatemode.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146898\">Icon Rotate</alt></image>" -msgstr "" +msgid "<image id=\"img_id3146898\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146898\">Icon</alt></image>" +msgstr "<image id=\"img_id3146898\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146898\">Піктограма</alt></image>" #. raRWH #: 00040502.xhp @@ -12841,14 +12670,14 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"><emph>F8</emph> key</caseinline><caseinline select=\"IMPRESS\"><emph>F8</emph> key</caseinline></switchinline>" msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Клавіша <emph>F8</emph></caseinline><caseinline select=\"IMPRESS\">Клавіша <emph>F8</emph></caseinline></switchinline>" -#. m9Ntk +#. oqKG2 #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3150044\n" "help.text" -msgid "<image id=\"img_id3147100\" src=\"cmd/sc_toggleobjectbeziermode.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147100\">Icon Edit Points</alt></image>" -msgstr "" +msgid "<image id=\"img_id3147100\" src=\"cmd/sc_toggleobjectbeziermode.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147100\">Icon</alt></image>" +msgstr "<image id=\"img_id3147100\" src=\"cmd/sc_toggleobjectbeziermode.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147100\">Піктограма</alt></image>" #. AMJ2m #: 00040502.xhp @@ -12904,14 +12733,14 @@ msgctxt "" msgid "Open context menu - choose <emph>Style - Bold</emph>." msgstr "Відкрийте контекстне меню і виберіть команду <emph>Стиль - Жирний</emph>." -#. Ue6Ng +#. G36Eg #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3145766\n" "help.text" -msgid "<image id=\"img_id3156558\" src=\"cmd/sc_bold.svg\" width=\"1cm\" height=\"1cm\" localize=\"true\"><alt id=\"alt_id3156558\">Icon Bold</alt></image>" -msgstr "" +msgid "<image id=\"img_id3156558\" src=\"cmd/sc_bold.png\" width=\"0.2228in\" height=\"0.2228in\" localize=\"true\"><alt id=\"alt_id3156558\">Icon</alt></image>" +msgstr "<image id=\"img_id3156558\" src=\"cmd/sc_bold.png\" width=\"0.2228in\" height=\"0.2228in\" localize=\"true\"><alt id=\"alt_id3156558\">Піктограма</alt></image>" #. pQRTJ #: 00040502.xhp @@ -12931,14 +12760,14 @@ msgctxt "" msgid "Open context menu - choose <emph>Style - Italic</emph>." msgstr "Відкрийте контекстне меню і виберіть команду <emph>Стиль - Курсив</emph>." -#. D9EAq +#. AJBGa #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3159091\n" "help.text" -msgid "<image id=\"img_id3155578\" src=\"cmd/sc_italic.svg\" width=\"1cm\" height=\"1cm\" localize=\"true\"><alt id=\"alt_id3155578\">Icon Italic</alt></image>" -msgstr "" +msgid "<image id=\"img_id3155578\" src=\"cmd/sc_italic.png\" width=\"0.2228in\" height=\"0.2228in\" localize=\"true\"><alt id=\"alt_id3155578\">Icon</alt></image>" +msgstr "<image id=\"img_id3155578\" src=\"cmd/sc_italic.png\" width=\"0.2228in\" height=\"0.2228in\" localize=\"true\"><alt id=\"alt_id3155578\">Піктограма</alt></image>" #. cggpG #: 00040502.xhp @@ -12958,14 +12787,14 @@ msgctxt "" msgid "Open the menu <menuitem>Format - Text</menuitem> and choose <menuitem>Single Underline</menuitem> or <menuitem>Double Underline</menuitem>." msgstr "" -#. x8omF +#. ibTke #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3145223\n" "help.text" -msgid "<image id=\"img_id3151068\" src=\"cmd/sc_underline.svg\" width=\"1cm\" height=\"1cm\" localize=\"true\"><alt id=\"alt_id3151068\">Icon Underline</alt></image>" -msgstr "" +msgid "<image id=\"img_id3151068\" src=\"cmd/sc_underline.png\" width=\"0.2228in\" height=\"0.2228in\" localize=\"true\"><alt id=\"alt_id3151068\">Icon</alt></image>" +msgstr "<image id=\"img_id3151068\" src=\"cmd/sc_underline.png\" width=\"0.2228in\" height=\"0.2228in\" localize=\"true\"><alt id=\"alt_id3151068\">Піктограма</alt></image>" #. Bfqx8 #: 00040502.xhp @@ -13075,14 +12904,14 @@ msgctxt "" msgid "Open context menu - choose <emph>Align - Left</emph>." msgstr "Відкрийте контекстне меню і виберіть <emph>Вирівнювання - Ліворуч</emph>." -#. hUH97 +#. TyqyJ #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3147310\n" "help.text" -msgid "<image id=\"img_id3155370\" src=\"cmd/sc_alignleft.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155370\">Icon Align Left</alt></image>" -msgstr "" +msgid "<image id=\"img_id3155370\" src=\"cmd/sc_alignleft.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155370\">Icon</alt></image>" +msgstr "<image id=\"img_id3155370\" src=\"cmd/sc_alignleft.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155370\">Піктограма</alt></image>" #. okQkj #: 00040502.xhp @@ -13111,14 +12940,14 @@ msgctxt "" msgid "Open context menu - choose <emph>Align - Right</emph>." msgstr "Відкрийте контекстне меню і виберіть <emph>Вирівнювання - Праворуч</emph>." -#. jddUQ +#. NmexZ #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3149408\n" "help.text" -msgid "<image id=\"img_id3154421\" src=\"cmd/sc_alignright.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154421\">Icon Align Right</alt></image>" -msgstr "" +msgid "<image id=\"img_id3154421\" src=\"cmd/sc_alignright.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154421\">Icon</alt></image>" +msgstr "<image id=\"img_id3154421\" src=\"cmd/sc_alignright.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154421\">Піктограма</alt></image>" #. XnJxD #: 00040502.xhp @@ -13147,14 +12976,14 @@ msgctxt "" msgid "Open context menu - choose <emph>Align - Center</emph>." msgstr "Відкрийте контекстне меню і виберіть <emph>Вирівнювання - У центрі</emph>." -#. kZk7u +#. 7PVck #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3153815\n" "help.text" -msgid "<image id=\"img_id3149757\" src=\"cmd/sc_centerpara.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149757\">Icon Centered</alt></image>" -msgstr "" +msgid "<image id=\"img_id3149757\" src=\"cmd/sc_centerpara.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149757\">Icon</alt></image>" +msgstr "<image id=\"img_id3149757\" src=\"cmd/sc_centerpara.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149757\">Піктограма</alt></image>" #. CQD3j #: 00040502.xhp @@ -13183,14 +13012,14 @@ msgctxt "" msgid "Open context menu - choose <emph>Align - Justified</emph>." msgstr "Відкрийте контекстне меню і виберіть <emph>Вирівнювання - У ширину</emph>." -#. jfsgi +#. WQNsi #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3156189\n" "help.text" -msgid "<image id=\"img_id3145308\" src=\"cmd/sc_justifypara.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145308\">Icon Justified</alt></image>" -msgstr "" +msgid "<image id=\"img_id3145308\" src=\"cmd/sc_justifypara.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145308\">Icon</alt></image>" +msgstr "<image id=\"img_id3145308\" src=\"cmd/sc_justifypara.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145308\">Піктограма</alt></image>" #. YBkwj #: 00040502.xhp @@ -13255,14 +13084,14 @@ msgctxt "" msgid "Open context menu - choose <emph>Group - Group</emph> (form objects)." msgstr "Відкрийте контекстне меню і виберіть команду <emph>Групування - Згрупувати</emph> (об'єкти форм)." -#. ibZAV +#. ezVbQ #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3146858\n" "help.text" -msgid "<image id=\"img_id3154344\" src=\"cmd/sc_formatgroup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154344\">Icon Group</alt></image>" -msgstr "" +msgid "<image id=\"img_id3154344\" src=\"cmd/sc_formatgroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154344\">Icon</alt></image>" +msgstr "<image id=\"img_id3154344\" src=\"cmd/sc_formatgroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154344\">Піктограма</alt></image>" #. DVEkd #: 00040502.xhp @@ -13300,14 +13129,14 @@ msgctxt "" msgid "Open context menu - choose <emph>Ungroup</emph>." msgstr "Відкрийте контекстне меню і виберіть команду <emph>Розгрупувати</emph>." -#. zcmBV +#. PgcjD #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3151300\n" "help.text" -msgid "<image id=\"img_id3150831\" src=\"cmd/sc_formatungroup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150831\">Icon Ungroup</alt></image>" -msgstr "" +msgid "<image id=\"img_id3150831\" src=\"cmd/sc_formatungroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150831\">Icon</alt></image>" +msgstr "<image id=\"img_id3150831\" src=\"cmd/sc_formatungroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150831\">Піктограма</alt></image>" #. DGWSV #: 00040502.xhp @@ -13345,14 +13174,14 @@ msgctxt "" msgid "Open context menu - choose <emph>Exit Group</emph>." msgstr "Відкрийте контекстне меню і виберіть команду <emph>Вийти з групи</emph>." -#. BBvnq +#. 55jie #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3158402\n" "help.text" -msgid "<image id=\"img_id3149422\" src=\"cmd/sc_leavegroup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149422\">Icon Exit Group</alt></image>" -msgstr "" +msgid "<image id=\"img_id3149422\" src=\"cmd/sc_leavegroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149422\">Icon</alt></image>" +msgstr "<image id=\"img_id3149422\" src=\"cmd/sc_leavegroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149422\">Піктограма</alt></image>" #. ndpeo #: 00040502.xhp @@ -13390,14 +13219,14 @@ msgctxt "" msgid "Open context menu - choose <emph>Enter Group</emph>." msgstr "Відкрийте контекстне меню і виберіть команду <emph>Увійти в групу</emph>." -#. oDBK3 +#. kvzhG #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3152388\n" "help.text" -msgid "<image id=\"img_id3149900\" src=\"cmd/sc_entergroup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149900\">Icon Enter Group</alt></image>" -msgstr "" +msgid "<image id=\"img_id3149900\" src=\"cmd/sc_entergroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149900\">Icon</alt></image>" +msgstr "<image id=\"img_id3149900\" src=\"cmd/sc_entergroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149900\">Піктограма</alt></image>" #. yXmKi #: 00040502.xhp @@ -14650,6 +14479,24 @@ msgctxt "" msgid "Open context menu of selected frame, choose <emph>Properties</emph>." msgstr "Відкрийте контекстне меню вибраної рамки, натисніть <emph>Властивості</emph>." +#. uGqZD +#: edit_menu.xhp +msgctxt "" +"edit_menu.xhp\n" +"par_id3156091\n" +"help.text" +msgid "<variable id=\"imagemap\">Choose <emph>Edit - ImageMap</emph> in Writer and Calc or <emph>Tools - ImageMap</emph> in Impress and Draw.</variable>" +msgstr "<variable id=\"imagemap\">Виберіть <emph>Зміни - Мапа зображення</emph> у Writer і Calc або <emph>Засоби - Мапа зображення</emph> в Impress і Draw.</variable>" + +#. XmBGV +#: edit_menu.xhp +msgctxt "" +"edit_menu.xhp\n" +"par_id3155936\n" +"help.text" +msgid "<variable id=\"imapeigbea\">Choose <emph>Edit - ImageMap</emph> in Writer and Calc or <emph>Tools - ImageMap</emph> in Impress and Draw,<br/>then select a section of the ImageMap and click <emph>Properties - Description</emph>.</variable>" +msgstr "<variable id=\"imapeigbea\">Виберіть <emph>Зміни - Мапа зображення</emph> у Writer і Calc або <emph>Засоби - Мапа зображення</emph> в Impress і Draw,<br/>потім виберіть частину мапи зображення і клацніть <emph>Властивості - Опис</emph>.</variable>" + #. hfZ8h #: edit_menu.xhp msgctxt "" diff --git a/source/uk/helpcontent2/source/text/shared/01.po b/source/uk/helpcontent2/source/text/shared/01.po index e56f8b88970..be5f60ba313 100644 --- a/source/uk/helpcontent2/source/text/shared/01.po +++ b/source/uk/helpcontent2/source/text/shared/01.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-10-12 15:02+0200\n" -"PO-Revision-Date: 2020-08-12 11:35+0000\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" +"PO-Revision-Date: 2020-10-20 19:35+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/uk/>\n" "Language: uk\n" @@ -1607,7 +1607,7 @@ msgctxt "" "par_id3149750\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/privateuserpage/firstname2\">Enter the first name of the person, whom you want to use as a second contact.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/privateuserpage/firstname2\" visibility=\"visible\">Введіть ім'я другої контактної особи.</ahelp>" +msgstr "<ahelp hid=\"modules/swriter/ui/privateuserpage/firstname2\">Введіть ім'я другої контактної особи.</ahelp>" #. GiMKM #: 01010303.xhp @@ -1625,7 +1625,7 @@ msgctxt "" "par_id3154288\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/privateuserpage/lastname2\">Enter the last name of the person, whom you want to use as a second contact.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/privateuserpage/lastname2\" visibility=\"visible\">Введіть прізвище другої контактної особи.</ahelp>" +msgstr "<ahelp hid=\"modules/swriter/ui/privateuserpage/lastname2\">Введіть прізвище другої контактної особи.</ahelp>" #. J3Ezj #: 01010303.xhp @@ -1643,7 +1643,7 @@ msgctxt "" "par_id3151110\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/privateuserpage/shortname2\">Enter the initials of the person, whom you want to use as a second contact.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/privateuserpage/shortname2\" visibility=\"visible\">Введіть ініціали другої контактної особи.</ahelp>" +msgstr "<ahelp hid=\"modules/swriter/ui/privateuserpage/shortname2\">Введіть ініціали другої контактної особи.</ahelp>" #. DkToQ #: 01010303.xhp @@ -1661,7 +1661,7 @@ msgctxt "" "par_id3150085\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/privateuserpage/country\">Enter the name of the country in which you live.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/privateuserpage/country\" visibility=\"visible\">Введіть назву країни, в якій ви живете.</ahelp>" +msgstr "<ahelp hid=\"modules/swriter/ui/privateuserpage/country\">Введіть назву країни, в якій ви живете.</ahelp>" #. TViEF #: 01010303.xhp @@ -1679,7 +1679,7 @@ msgctxt "" "par_id3156192\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/privateuserpage/job\">Enter the title of your profession.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/privateuserpage/job\" visibility=\"visible\">Введіть назву вашої професії.</ahelp>" +msgstr "<ahelp hid=\"modules/swriter/ui/privateuserpage/job\">Введіть назву вашої професії.</ahelp>" #. 4Ajg2 #: 01010303.xhp @@ -1697,7 +1697,7 @@ msgctxt "" "par_id3145315\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/privateuserpage/phone\">Enter your home telephone number.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/privateuserpage/phone\" visibility=\"visible\">Введіть номер свого домашнього телефону.</ahelp>" +msgstr "<ahelp hid=\"modules/swriter/ui/privateuserpage/phone\">Введіть номер свого домашнього телефону.</ahelp>" #. C4qhy #: 01010303.xhp @@ -1715,7 +1715,7 @@ msgctxt "" "par_id3156155\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/privateuserpage/mobile\">Enter your mobile telephone number.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/privateuserpage/mobile\" visibility=\"visible\">Введіть номер свого мобільного телефону.</ahelp>" +msgstr "<ahelp hid=\"modules/swriter/ui/privateuserpage/mobile\">Введіть номер свого мобільного телефону.</ahelp>" #. Bj2R7 #: 01010303.xhp @@ -1733,7 +1733,7 @@ msgctxt "" "par_id3153666\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/privateuserpage/url\">Enter the address of your internet homepage.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/privateuserpage/url\" visibility=\"visible\">Введіть адресу своєї домашньої сторінки в Інтернеті.</ahelp>" +msgstr "<ahelp hid=\"modules/swriter/ui/privateuserpage/url\">Введіть адресу своєї домашньої сторінки в Інтернеті.</ahelp>" #. Qy5P4 #: 01010304.xhp @@ -1942,14 +1942,14 @@ msgctxt "" msgid "%PRODUCTNAME uses the native file picker dialog of the window manager of your operating system for the <menuitem>Open</menuitem> command." msgstr "%PRODUCTNAME для команди <menuitem>Відкрити</menuitem> використовує діалог вибору файлу, наданий операційною системою." -#. Q9Cu5 +#. sB6Fp #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3150713\n" "help.text" -msgid "If the file that you want to open contains styles, <link href=\"text/shared/01/01020000.xhp#templates\" name=\"special rules\">special rules</link> apply." -msgstr "" +msgid "If the file that you want to open contains styles, <link href=\"text/shared/01/01020000.xhp#vorlagen\" name=\"special rules\">special rules</link> apply." +msgstr "Якщо файл, який ви хочете відкрити, містить стилі, застосовуються <link href=\"text/shared/01/01020000.xhp#vorlagen\" name=\"особливі правила\">особливі правила</link>." #. CCRFi #: 01020000.xhp @@ -5371,14 +5371,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Sends a copy of the current document to different applications.</ahelp>" msgstr "<ahelp hid=\".\">Надсилає копію поточного документа до різних застосунків.</ahelp>" -#. BJir9 +#. TN979 #: 01160000.xhp msgctxt "" "01160000.xhp\n" "hd_id3154398\n" "help.text" -msgid "<link href=\"text/shared/01/01160200.xhp\" name=\"Document as Email\">Email Document</link>" -msgstr "" +msgid "<link href=\"text/shared/01/01160200.xhp\" name=\"Document as E-mail\">E-mail Document</link>" +msgstr "<link href=\"text/shared/01/01160200.xhp\" name=\"Документ електронною поштою\">Документ електронною поштою</link>" #. Q86XQ #: 01160000.xhp @@ -5398,14 +5398,14 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a new window in your default email program with the current document as an attachment. The Microsoft file format is used.</ahelp>" msgstr "" -#. E7FtX +#. EyYsF #: 01160000.xhp msgctxt "" "01160000.xhp\n" "hd_id8111514\n" "help.text" -msgid "Email as OpenDocument Spreadsheet" -msgstr "" +msgid "E-mail as OpenDocument Spreadsheet" +msgstr "Електронною поштою як OpenDocument Spreadsheet" #. ewW2i #: 01160000.xhp @@ -5416,14 +5416,14 @@ msgctxt "" msgid "Opens a new window in your default email program with the current document as an attachment. The OpenDocument file format is used." msgstr "" -#. yrGWK +#. FXCR6 #: 01160000.xhp msgctxt "" "01160000.xhp\n" "hd_id5112460\n" "help.text" -msgid "Email as Microsoft Excel" -msgstr "" +msgid "E-mail as Microsoft Excel" +msgstr "Електронною поштою як Microsoft Excel" #. pLjdc #: 01160000.xhp @@ -5434,14 +5434,14 @@ msgctxt "" msgid "Opens a new window in your default email program with the current document as an attachment. The Microsoft Excel file format is used." msgstr "" -#. DBfk7 +#. UrGaf #: 01160000.xhp msgctxt "" "01160000.xhp\n" "hd_id6694540\n" "help.text" -msgid "Email as OpenDocument Presentation" -msgstr "" +msgid "E-mail as OpenDocument Presentation" +msgstr "Електронною поштою як презентація OpenDocument" #. Ai2i2 #: 01160000.xhp @@ -5452,14 +5452,14 @@ msgctxt "" msgid "Opens a new window in your default email program with the current document as an attachment. The OpenDocument file format is used." msgstr "" -#. q3LCG +#. vtewB #: 01160000.xhp msgctxt "" "01160000.xhp\n" "hd_id2099063\n" "help.text" -msgid "Email as Microsoft PowerPoint Presentation" -msgstr "" +msgid "E-mail as Microsoft PowerPoint Presentation" +msgstr "Електронною поштою як презентація Microsoft PowerPoint" #. uDGxn #: 01160000.xhp @@ -5470,14 +5470,14 @@ msgctxt "" msgid "Opens a new window in your default email program with the current document as an attachment. The Microsoft PowerPoint file format is used." msgstr "" -#. Vjqvr +#. XFixi #: 01160000.xhp msgctxt "" "01160000.xhp\n" "hd_id9657277\n" "help.text" -msgid "Email as OpenDocument Text" -msgstr "" +msgid "E-mail as OpenDocument Text" +msgstr "Електронною поштою як OpenDocument Text" #. Aewp6 #: 01160000.xhp @@ -5488,14 +5488,14 @@ msgctxt "" msgid "Opens a new window in your default email program with the current document as an attachment. The OpenDocument file format is used." msgstr "" -#. TH4Pg +#. c9WaG #: 01160000.xhp msgctxt "" "01160000.xhp\n" "hd_id7941831\n" "help.text" -msgid "Email as Microsoft Word" -msgstr "" +msgid "E-mail as Microsoft Word" +msgstr "Електронною поштою як Microsoft Word" #. dcXm5 #: 01160000.xhp @@ -5533,23 +5533,23 @@ msgctxt "" msgid "<link href=\"text/swriter/01/01160300.xhp\" name=\"Create AutoAbstract\">Create AutoAbstract</link>" msgstr "<link href=\"text/swriter/01/01160300.xhp\" name=\"Створити реферат\">Створити реферат</link>" -#. sFe9G +#. BZfjH #: 01160200.xhp msgctxt "" "01160200.xhp\n" "tit\n" "help.text" -msgid "Email Document" -msgstr "" +msgid "E-mail Document" +msgstr "Документ електронною поштою" -#. cpCsu +#. qAUyE #: 01160200.xhp msgctxt "" "01160200.xhp\n" "hd_id3150702\n" "help.text" -msgid "<link href=\"text/shared/01/01160200.xhp\">Email Document</link>" -msgstr "" +msgid "<link href=\"text/shared/01/01160200.xhp\">E-mail Document</link>" +msgstr "<link href=\"text/shared/01/01160200.xhp\">Документ електронною поштою</link>" #. 8prjP #: 01160200.xhp @@ -5560,14 +5560,14 @@ msgctxt "" msgid "<variable id=\"versendentext\"><ahelp hid=\".uno:SendMail\">Opens a new window in your default email program with the current document as an attachment. The current file format is used.</ahelp></variable> If the document is new and unsaved, the format specified in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - General</emph> is used." msgstr "" -#. EAoDd +#. w48Rf #: 01160200.xhp msgctxt "" "01160200.xhp\n" "par_id0807200809553672\n" "help.text" -msgid "If the document is in HTML format, any embedded or linked images will <emph>not</emph> be sent with the email." -msgstr "" +msgid "If the document is in HTML format, any embedded or linked images will <emph>not</emph> be sent with the e-mail." +msgstr "Якщо документ має формат HTML, будь-які вбудовані або зв'язані зображення <emph>не</emph> будуть надіслані з електронним листом." #. E5hZ4 #: 01160300.xhp @@ -6811,13 +6811,13 @@ msgctxt "" msgid "Link" msgstr "" -#. HCLBh +#. ss8BJ #: 02070000.xhp msgctxt "" "02070000.xhp\n" "par_id3146969\n" "help.text" -msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/link\">Inserts the cell range as a link, so that changes made to the cells in the source file are updated in the target file. To ensure that changes made to empty cells in the source file are updated in the target file, ensure that the \"Paste All\" option is also selected.</ahelp>" +msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/link\">Inserts the cell range as a link, so that changes made to the cells in the source file are updated in the target file. To ensure that changes made to empty cells in the source file are updated in the target file, ensure that the \"Insert All\" option is also selected. </ahelp>" msgstr "" #. 5BxP6 @@ -6980,7 +6980,7 @@ msgctxt "" "par_id00001\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">Type the text to search in the current document. Press <item type=\"keycode\">Enter</item> to search the text.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Введіть текст, який потрібно знайти в поточному документі. Для пошуку тексту натисніть клавішу <item type=\"keycode\">Enter</item>.</ahelp> " +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Введіть текст, який потрібно знайти в поточному документі. Для пошуку тексту натисніть клавішу <item type=\"keycode\">Enter</item>.</ahelp>" #. 3swkZ #: 02100000.xhp @@ -7666,14 +7666,14 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for the characters that you specify in values and in the results of formulas.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Шукає вказані вами символи у значеннях та результатах формул.</ahelp>" -#. Hxei2 +#. eyn9j #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3145650\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Comments</caseinline></switchinline>" -msgstr "" +msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Notes</caseinline></switchinline>" +msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Примітках</caseinline></switchinline>" #. MTECk #: 02100000.xhp @@ -8161,14 +8161,14 @@ msgctxt "" msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>." msgstr "Представляє символ у верхньому регістрі, якщо <emph>Враховувати регістр</emph> обрано у <emph>Параметрах</emph>." -#. V4cUQ +#. iArH4 #: 02100001.xhp msgctxt "" "02100001.xhp\n" "par_id5311440\n" "help.text" -msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>" -msgstr "" +msgid "For a full list of supported metacharacters and syntax, see <link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>" +msgstr "Повний список підтримуваних метасимволів та синтаксису див. у <link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"Документація регулярних виразів ICU\">документації регулярних виразів ICU</link>" #. HBqoH #: 02100001.xhp @@ -10096,14 +10096,14 @@ msgctxt "" msgid "File" msgstr "Файл" -#. JooHu +#. pJqem #: 02180100.xhp msgctxt "" "02180100.xhp\n" "par_id3153527\n" "help.text" -msgid "<ahelp hid=\"sfx/ui/linkeditdialog/file\">Path to the source file. <link href=\"text/shared/00/00000005.xhp#saving\" name=\"Relative paths\">Relative paths</link> must be expressed by full URI, for example, with <emph>file://</emph>.</ahelp>" -msgstr "" +msgid "<ahelp hid=\"sfx/ui/linkeditdialog/file\">Path to the source file. <link href=\"text/shared/00/00000005.xhp#speichern\" name=\"Relative paths\">Relative paths</link> must be expressed by full URI, for example, with <emph>file://</emph>.</ahelp>" +msgstr "<ahelp hid=\"sfx/ui/linkeditdialog/file\">Шлях до джерельного файлу. <link href=\"text/shared/00/00000005.xhp#speichern\" name=\"Відносні шляхи\">Відносні шляхи</link> слід виражати повними URI, наприклад, з <emph>file://</emph>.</ahelp>" #. eEnmT #: 02180100.xhp @@ -13741,14 +13741,14 @@ msgctxt "" msgid "When the cursor is inside a comment, you can press <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph>+<emph>Option</emph></caseinline><defaultinline><emph>Ctrl</emph>+<emph>Alt</emph></defaultinline></switchinline>+<emph>Page Down</emph> to jump to the next comment, or press <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph>+<emph>Option</emph></caseinline><defaultinline><emph>Ctrl</emph>+<emph>Alt</emph></defaultinline></switchinline>+<emph>Page Up</emph> to jump to the previous comment." msgstr "Коли курсор знаходиться в коментарі, можна натиснути <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph>+<emph>Option</emph></caseinline><defaultinline><emph>Ctrl</emph>+<emph>Alt</emph></defaultinline></switchinline>+<emph>Page Down</emph> щоб перейти до наступного коментаря або натиснути <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph>+<emph>Option</emph></caseinline><defaultinline><emph>Ctrl</emph>+<emph>Alt</emph></defaultinline></switchinline>+<emph>Page Up</emph> щоб перейти до попереднього коментаря." -#. asYhr +#. Fkxgn #: 04050000.xhp msgctxt "" "04050000.xhp\n" "par_id2116153\n" "help.text" -msgid "When the cursor is inside the normal text, press the above mentioned keys to jump to the next or previous comment anchor." -msgstr "" +msgid "When the cursor is inside the normal text, press the above mentioned keys to jump to the next or previous comment anchor. You can also use the small <emph>Navigation</emph> window below the vertical scrollbar to jump from one comment anchor to the next comment anchor." +msgstr "Якщо курсор встановлено у звичайному тексті, натисніть вищевказані клавіші для переходу до наступної або попередньої прив'язки коментаря. Для переходу від однієї прив'язки коментаря до наступної також можна використовувати невелике вікно <emph>Навігація</emph> під вертикальною смугою прокрутки." #. yCdcN #: 04050000.xhp @@ -14650,14 +14650,14 @@ msgctxt "" msgid "<link href=\"text/shared/01/05010000.xhp\" name=\"Clear Direct Formatting\">Clear Direct Formatting</link>" msgstr "<link href=\"text/shared/01/05010000.xhp\" name=\"Скасувати пряме форматування\">Скасувати пряме форматування</link>" -#. 25NkJ +#. uB2DG #: 05010000.xhp msgctxt "" "05010000.xhp\n" "par_id3145829\n" "help.text" -msgid "<ahelp hid=\".\">Removes direct formatting from the selection.</ahelp>" -msgstr "" +msgid "<ahelp hid=\".\">Removes direct formatting and formatting by character styles from the selection.</ahelp>" +msgstr "<ahelp hid=\".\">Вилучити з вибраного пряме форматування і форматування стилями символів.</ahelp>" #. LYtxB #: 05010000.xhp @@ -14668,15 +14668,6 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"CHART\"></caseinline><defaultinline>Direct formatting is formatting that you applied without using styles, such as setting bold typeface by clicking the <emph>Bold</emph> icon.</defaultinline></switchinline>" msgstr "<switchinline select=\"appl\"><caseinline select=\"CHART\"></caseinline><defaultinline>Пряме форматування - це форматування, здійснене без використання стилів, наприклад, задання жирного накреслення шрифту клацанням піктограми <emph>Жирний</emph>.</defaultinline></switchinline>" -#. KAK6k -#: 05010000.xhp -msgctxt "" -"05010000.xhp\n" -"par_id671594846326658\n" -"help.text" -msgid "Applied character styles will not be affected by Clear Direct Formatting, only direct formatting applied on top of the character styles. To remove formatting applied by a character style, reapply the <emph>Default</emph> character style." -msgstr "" - #. h42SA #: 05010000.xhp msgctxt "" @@ -14713,14 +14704,23 @@ msgctxt "" msgid "<variable id=\"zeichentext\"><ahelp hid=\".uno:FontDialog\">Changes the font and the font formatting for the selected characters.</ahelp></variable>" msgstr "<variable id=\"zeichentext\"><ahelp hid=\".uno:FontDialog\">Змінити шрифт і форматування шрифту для вибраних символів.</ahelp></variable>" -#. Ycmxn +#. ZvERE +#: 05020000.xhp +msgctxt "" +"05020000.xhp\n" +"hd_id3149988\n" +"help.text" +msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">Font</link>" +msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Шрифт\">Шрифт</link>" + +#. 2422m #: 05020000.xhp msgctxt "" "05020000.xhp\n" "hd_id3147588\n" "help.text" -msgid "<link href=\"text/shared/01/05020400.xhp\" name=\"Hyperlink\">Hyperlink</link>" -msgstr "" +msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/05020400.xhp\" name=\"Hyperlink\">Hyperlink</link></caseinline></switchinline>" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/05020400.xhp\" name=\"Гіперпосилання\">Гіперпосилання</link></caseinline></switchinline>" #. ruEdb #: 05020100.xhp @@ -15469,41 +15469,32 @@ msgctxt "" msgid "<bookmark_value>formats; number and currency formats</bookmark_value><bookmark_value>number formats; formats</bookmark_value><bookmark_value>currencies;format codes</bookmark_value><bookmark_value>defaults; number formats</bookmark_value>" msgstr "<bookmark_value>формати; числові та грошові формати</bookmark_value><bookmark_value>числові формати; формати</bookmark_value><bookmark_value>грошові значення; коди форматів</bookmark_value><bookmark_value>типові значення; числові формати</bookmark_value>" -#. fXs76 +#. 28pR2 #: 05020300.xhp msgctxt "" "05020300.xhp\n" -"hd_id3162942\n" -"help.text" -msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link>" -msgstr "" - -#. z8GFZ -#: 05020300.xhp -msgctxt "" -"05020300.xhp\n" -"par_id3145071\n" +"hd_id3152942\n" "help.text" -msgid "<variable id=\"zahlen\"><ahelp hid=\".uno:TableNumberFormatDialog\">Specify the formatting options for the selected cell(s).</ahelp></variable>" -msgstr "<variable id=\"zahlen\"><ahelp hid=\".uno:TableNumberFormatDialog\">Задайте параметри форматування для вибраних комірок.</ahelp></variable>" +msgid "Numbers / Format" +msgstr "Числа / Формат" -#. E2nXs +#. CNMbg #: 05020300.xhp msgctxt "" "05020300.xhp\n" -"hd_id3152942\n" +"par_id3145086\n" "help.text" -msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers/Format\">Numbers / Format</link>" +msgid "Specify the formatting option for the selected variable." msgstr "" -#. CNMbg +#. z8GFZ #: 05020300.xhp msgctxt "" "05020300.xhp\n" -"par_id3145086\n" +"par_id3145071\n" "help.text" -msgid "Specify the formatting option for the selected variable." -msgstr "" +msgid "<variable id=\"zahlen\"><ahelp hid=\".uno:TableNumberFormatDialog\">Specify the formatting options for the selected cell(s).</ahelp></variable>" +msgstr "<variable id=\"zahlen\"><ahelp hid=\".uno:TableNumberFormatDialog\">Задайте параметри форматування для вибраних комірок.</ahelp></variable>" #. KqXXP #: 05020300.xhp @@ -15586,13 +15577,13 @@ msgctxt "" msgid "Language" msgstr "Мова" -#. akNwB +#. wCJKH #: 05020300.xhp msgctxt "" "05020300.xhp\n" "par_id3154138\n" "help.text" -msgid "<ahelp hid=\"cui/ui/numberingformatpage/languagelb\"> <switchinline select=\"appl\"> <caseinline select=\"WRITER\"> Specifies the language setting for the selected fields. With the language set to <emph>Default</emph>, $[officename] automatically applies the number formats associated with the system default language. </caseinline> <caseinline select=\"CALC\"> Specifies the language setting for the selected cells. </caseinline> <defaultinline>Specifies the language setting for the selected field.</defaultinline> </switchinline> </ahelp>" +msgid "<ahelp hid=\"cui/ui/numberingformatpage/languagelb\"> <switchinline select=\"appl\"> <caseinline select=\"WRITER\"> Select any language to fix the settings for the selected fields. With the language set to <emph>Automatic</emph>, $[officename] automatically applies the number formats associated with the system default language. Select any language to fix the settings for the selected fields. </caseinline> <caseinline select=\"CALC\"> Specifies the language setting for the selected cells. Select any language to fix the settings for the selected cells. </caseinline> <defaultinline>Specifies the language setting for the selected field. Select any language to fix the settings for the selected fields.</defaultinline> </switchinline> </ahelp>" msgstr "" #. K29ZG @@ -16988,7 +16979,7 @@ msgctxt "" "par_id3149238\n" "help.text" msgid "Arabic Islamic Calendar" -msgstr "Arabic Islamic Calendar" +msgstr "Арабський мусульманський календар" #. JApNC #: 05020301.xhp @@ -16997,7 +16988,7 @@ msgctxt "" "par_id3151288\n" "help.text" msgid "Jewish Calendar" -msgstr "Jewish Calendar" +msgstr "Єврейський календар" #. 8KfNm #: 05020301.xhp @@ -20446,14 +20437,14 @@ msgctxt "" msgid "<variable id=\"absatztext\"><ahelp hid=\".\">Modifies the format of the current paragraph, such as indents and alignment.</ahelp></variable> To modify the font of the current paragraph, select the entire paragraph, choose Format - Character, and then click on the Font tab." msgstr "<variable id=\"absatztext\"><ahelp hid=\".\">Змінює формат поточного абзацу, наприклад, відступи та вирівнювання.</ahelp></variable> Щоб змінити шрифт поточного абзацу, виберіть весь абзац, виберіть Формат - Символ, а потім натисніть вкладку Шрифт." -#. WTG9S +#. bfSQ5 #: 05030000.xhp msgctxt "" "05030000.xhp\n" "par_id3156042\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The paragraph style for the current paragraph is displayed at the <emph>Formatting</emph> toolbar, and is highlighted in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles window</link>.</caseinline></switchinline>" -msgstr "" +msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The paragraph style for the current paragraph is displayed at the <emph>Formatting</emph> toolbar, and is highlighted in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles window</link>. </caseinline></switchinline>" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Стиль абзацу для поточного абзацу відображається на панелі <emph>Форматування</emph>, і підсвічується у <link href=\"text/swriter/01/05140000.xhp\" name=\"Стилі\">вікні Стилі</link>. </caseinline></switchinline>" #. 3xcFE #: 05030100.xhp @@ -21580,6 +21571,303 @@ msgctxt "" msgid "The rules can be condensed to the statement that the stronger attribute wins. If, for example, one cell has a red border of 2 point width, and the adjacent cell has a blue border of 3 point width, then the common border between these two cells will be blue with 3 point width." msgstr "Загальне правило зводиться до того, що більш \"сильний\" атрибут \"перемагає\". Якщо, наприклад, одна комірка має червону межу шириною 2 пункти, а суміжна комірка має синю межу шириною 3 пункти, то спільна межа цих комірок буде синьою з шириною 3 пункти." +#. utSoU +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"tit\n" +"help.text" +msgid "Background" +msgstr "Тло" + +#. L5HEe +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"bm_id3151097\n" +"help.text" +msgid "<bookmark_value>frames; backgrounds</bookmark_value><bookmark_value>backgrounds; frames/sections/indexes</bookmark_value><bookmark_value>sections; backgrounds</bookmark_value><bookmark_value>indexes; backgrounds</bookmark_value><bookmark_value>footers;backgrounds</bookmark_value><bookmark_value>headers;backgrounds</bookmark_value>" +msgstr "<bookmark_value>рамки; фони</bookmark_value><bookmark_value>фони; рамки/розділи/покажчики</bookmark_value><bookmark_value>розділи; фони</bookmark_value><bookmark_value>покажчики; фони</bookmark_value><bookmark_value>нижні колонтитули; фони</bookmark_value><bookmark_value>верхні колонтитули; фони</bookmark_value>" + +#. aEEtK +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"hd_id3151097\n" +"help.text" +msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Background\">Area</link>" +msgstr "" + +#. wVwj8 +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"par_id3153748\n" +"help.text" +msgid "<ahelp hid=\"cui/ui/backgroundpage/BackgroundPage\">Set the background color or graphic.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/backgroundpage/BackgroundPage\">Задайте в якості тла колір або графічний об'єкт.</ahelp>" + +#. cfKE8 +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"par_id3147653\n" +"help.text" +msgid "You can specify the background for <switchinline select=\"appl\"><caseinline select=\"WRITER\">paragraphs, pages, headers, footers, frames, tables, table cells, sections, and indexes.</caseinline><caseinline select=\"CALC\">cells and pages.</caseinline></switchinline>" +msgstr "" + +#. WUJz3 +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"hd_id3154514\n" +"help.text" +msgid "As" +msgstr "Тип" + +#. KGbQM +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"par_id3154380\n" +"help.text" +msgid "<ahelp hid=\"cui/ui/backgroundpage/selectlb\">Select the type of background that you want to apply.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/backgroundpage/selectlb\">Виберіть тип тла, який потрібно застосувати.</ahelp>" + +#. NByTA +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"hd_id3151245\n" +"help.text" +msgid "Using a Color as a Background" +msgstr "Використання кольору в якості тла" + +#. nfABt +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"hd_id3148946\n" +"help.text" +msgid "Color Background" +msgstr "Кольорове тло" + +#. Bqxh3 +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"par_id3152361\n" +"help.text" +msgid "<ahelp hid=\"cui/ui/backgroundpage/backgroundcolorset\">Click the color that you want to use as a background. To remove a background color, click <emph>No Fill</emph>.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/backgroundpage/backgroundcolorset\">Клацніть колір, який ви хочете використовувати як тло. Щоб видалити колір тла, натисніть кнопку <emph>Без заповнення</emph>.</ahelp>" + +#. Hk3yg +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"hd_id3154216\n" +"help.text" +msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">For</caseinline></switchinline>" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Для </caseinline></switchinline> " + +#. 3xKHG +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"par_id3145419\n" +"help.text" +msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"cui/ui/backgroundpage/tablelb\">Select the area that you want to apply the background color to.</ahelp> For example, when you define the background color for a table, you can choose to apply it to the table, the active cell, the row, or the column.</caseinline></switchinline>" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"cui/ui/backgroundpage/tablelb\">Виберіть ділянку, до якої потрібно застосувати колір тла.</ahelp> Наприклад, коли ви визначаєте колір тла для таблиці, ви можете застосувати його до таблиці, активної комірки, рядка або стовпця.</caseinline></switchinline>" + +#. CVRaQ +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"par_id3150497\n" +"help.text" +msgid "This option is only available when you edit the background of a table or a paragraph style." +msgstr "Цей параметр доступний лише під час зміни тла таблиці або стилю абзацу." + +#. qdBoG +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"hd_id3153056\n" +"help.text" +msgid "Using a Graphic as a Background" +msgstr "Використання графічного об'єкта в якості тла" + +#. WyEiZ +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"hd_id3149983\n" +"help.text" +msgid "File" +msgstr "Файл" + +#. 2aeNe +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"par_id3152462\n" +"help.text" +msgid "Contains information about the graphic file." +msgstr "Містить інформацію про графічний файл." + +#. cxVFJ +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"hd_id3145592\n" +"help.text" +msgid "Display field" +msgstr "Показане поле" + +#. 2GUUE +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"par_id3154920\n" +"help.text" +msgid "Shows the path for the graphic file." +msgstr "Показує шлях до графічного файлу." + +#. FEGBw +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"hd_id3145272\n" +"help.text" +msgid "Link" +msgstr "Зв'язок" + +#. 8xzGd +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"par_id3154150\n" +"help.text" +msgid "<ahelp hid=\"cui/ui/backgroundpage/link\">Links to or embeds the graphic file in the current file.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/backgroundpage/link\">Зв'язок з графічним файлом або вбудовування графічного файлу в поточний файл.</ahelp>" + +#. 8JaXm +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"hd_id3155366\n" +"help.text" +msgid "Preview" +msgstr "Попередній перегляд" + +#. 2q65e +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"par_id3147426\n" +"help.text" +msgid "<ahelp hid=\"cui/ui/backgroundpage/showpreview\">Displays or hides a preview of the selected graphic.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/backgroundpage/showpreview\">Показ або приховування попереднього перегляду вибраного графічного об'єкта.</ahelp>" + +#. ZYK3H +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"hd_id3154472\n" +"help.text" +msgid "Browse" +msgstr "Огляд" + +#. CV8je +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"par_id3153951\n" +"help.text" +msgid "<ahelp hid=\"cui/ui/backgroundpage/browse\">Locate the graphic file that you want to use as a background, and then click <emph>Open</emph>.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/backgroundpage/browse\">Виберіть графічний файл, який буде використовуватися як тло, і натисніть кнопку <emph>Відкрити</emph>.</ahelp>" + +#. KYFry +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"hd_id3153726\n" +"help.text" +msgid "Type" +msgstr "Тип" + +#. 83qqt +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"par_id3147442\n" +"help.text" +msgid "Specify the way that you want to display the background graphic." +msgstr "Вкажіть спосіб показу фонового графічного об'єкта." + +#. hiDAM +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"hd_id3153366\n" +"help.text" +msgid "Position" +msgstr "Розташування" + +#. B22EE +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"par_id3153741\n" +"help.text" +msgid "<ahelp hid=\"cui/ui/backgroundpage/positionrb\">Select this option, and then click a location in the position grid.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/backgroundpage/positionrb\">Виберіть цей параметр і натисніть розташування в сітці положень.</ahelp>" + +#. mGSC9 +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"hd_id3156005\n" +"help.text" +msgid "Area" +msgstr "Ділянка" + +#. BFBbE +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"par_id3152596\n" +"help.text" +msgid "<ahelp hid=\"cui/ui/backgroundpage/arearb\">Stretches the graphic to fill the entire background of the selected object.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/backgroundpage/arearb\">Розтягування графічного об'єкта до заповнення тла вибраного об'єкта.</ahelp>" + +#. 556to +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"hd_id3145663\n" +"help.text" +msgid "Tile" +msgstr "Плитка" + +#. iBkjp +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"par_id3149481\n" +"help.text" +msgid "<ahelp hid=\"cui/ui/backgroundpage/tilerb\">Repeats the graphic so that it covers the entire background of the selected object.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/backgroundpage/tilerb\">Повторення графічного об'єкта так, щоб покрити все тло вибраного об'єкта.</ahelp>" + +#. ZNNNW +#: 05030600.xhp +msgctxt "" +"05030600.xhp\n" +"par_id3151114\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Click a color. Click No Fill to remove a background or highlighting color. Click Automatic to reset a font color.</ahelp>" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Виберіть колір. Для видалення кольору тла або кольору виділення виберіть \"Без заливки\". Для скидання кольору тла виберіть \"Авто\".</ahelp>" + #. iXWcd #: 05030700.xhp msgctxt "" @@ -21713,7 +22001,7 @@ msgctxt "" "hd_id3145068\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Last Line</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Останній рядок</caseinline></switchinline> " +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Останній рядок</caseinline></switchinline>" #. gsE3Q #: 05030700.xhp @@ -22111,14 +22399,14 @@ msgctxt "" msgid "Organizer" msgstr "Записник" -#. HAEfy +#. QZBEH #: 05040100.xhp msgctxt "" "05040100.xhp\n" "bm_id3153383\n" "help.text" -msgid "<bookmark_value>organizing; styles</bookmark_value><bookmark_value>styles; organizing</bookmark_value>" -msgstr "" +msgid "<bookmark_value>organizing; styles</bookmark_value> <bookmark_value>styles; organizing</bookmark_value>" +msgstr "<bookmark_value>організація; стилі</bookmark_value><bookmark_value>стилі; організація</bookmark_value>" #. SZdCB #: 05040100.xhp @@ -22156,23 +22444,23 @@ msgctxt "" msgid "<ahelp hid=\"sfx/ui/managestylepage/name\">Displays the name of the selected style. If you are creating or modifying a custom style, enter a name for the style. You cannot change the name of a predefined style.</ahelp>" msgstr "<ahelp hid=\"sfx/ui/managestylepage/name\">Показує назву вибраного стилю. При створенні або зміні власного стилю введіть назву для нього. Назву вбудованого стилю змінити не можна.</ahelp>" -#. xEE52 +#. NRACR #: 05040100.xhp msgctxt "" "05040100.xhp\n" "hd_id3153750\n" "help.text" -msgid "AutoUpdate" -msgstr "" +msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">AutoUpdate</caseinline></switchinline>" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Автооновлення</caseinline></switchinline> " -#. 7yXws +#. vexD3 #: 05040100.xhp msgctxt "" "05040100.xhp\n" "par_id3153749\n" "help.text" -msgid "<ahelp hid=\"sfx/ui/managestylepage/autoupdate\">Updates the style when you apply direct formatting to a paragraph using this style in your document. The formatting of all paragraphs using this style is automatically updated.</ahelp>" -msgstr "" +msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"sfx/ui/managestylepage/autoupdate\">Updates the style when you apply direct formatting to a paragraph using this style in your document. The formatting of all paragraphs using this style is automatically updated.</ahelp></caseinline></switchinline>" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"sfx/ui/managestylepage/autoupdate\">Оновлення стилю при застосуванні прямого форматування до абзацу, відформатованого цим стилем. Форматування всіх абзаців з таким стилем автоматично оновлюється.</ahelp></caseinline></switchinline>" #. N5rDR #: 05040100.xhp @@ -23164,14 +23452,14 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030500.xhp\" name=\"Borders\">Borders</link>" msgstr "<link href=\"text/shared/01/05030500.xhp\" name=\"Облямівка\">Облямівка</link>" -#. mctak +#. wECro #: 05040300.xhp msgctxt "" "05040300.xhp\n" "par_id3147326\n" "help.text" -msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Backgrounds\">Area</link>" -msgstr "" +msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Backgrounds\">Backgrounds</link>" +msgstr "<link href=\"text/shared/01/05030600.xhp\" name=\"Тло\">Тло</link>" #. 7xtR7 #: 05040400.xhp @@ -23209,14 +23497,14 @@ msgctxt "" msgid "If you want, you can also add borders or a background fill to a footer." msgstr "Також можна додати межі або тло для заливки нижнього колонтитула." -#. 5nvHF +#. vks8A #: 05040400.xhp msgctxt "" "05040400.xhp\n" "par_id3155339\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">To insert a footer into the current document, select <emph>Footer on</emph>, and then click <emph>OK</emph>.</caseinline></switchinline>" -msgstr "" +msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">To insert a footer into the current document, select <emph>Footer on</emph>, and then click <emph>OK</emph>. </caseinline></switchinline>" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Щоб додати до поточного стилю сторінки нижній колонтитул , виберіть <emph>Увімкнути нижній колонтитул</emph> і клацніть <emph>Гаразд</emph>.</caseinline></switchinline>" #. DAGaz #: 05040400.xhp @@ -23281,14 +23569,14 @@ msgctxt "" msgid "Same content left/right" msgstr "Однаковий вміст зліва/справа" -#. KTdzy +#. wr3Gk #: 05040400.xhp msgctxt "" "05040400.xhp\n" "par_id3149575\n" "help.text" -msgid "<ahelp hid=\"SVX_HID_FOOTER_CHECKSAMELR\">Even and odd pages share the same content.<switchinline select=\"appl\"><caseinline select=\"CALC\"> To assign a different footer to even and odd pages, clear this option, and then click <emph>Edit</emph>.</caseinline></switchinline></ahelp>" -msgstr "" +msgid "<ahelp hid=\"SVX_HID_FOOTER_CHECKSAMELR\">Even and odd pages share the same content.<switchinline select=\"appl\"><caseinline select=\"CALC\"> To assign a different footer to even and odd pages, clear this option, and then click <emph>Edit</emph>. </caseinline></switchinline></ahelp>" +msgstr "<ahelp hid=\"SVX_HID_FOOTER_CHECKSAMELR\">Парні і непарні сторінки мають однаковий вміст.<switchinline select=\"appl\"><caseinline select=\"CALC\"> Щоб призначити різні колонтитули для парних і непарних сторінок, зніміть цю опцію, а потім натисніть кнопку <emph>Змінити</emph>.</caseinline></switchinline></ahelp>" #. cL398 #: 05040400.xhp @@ -23434,14 +23722,14 @@ msgctxt "" msgid "<ahelp hid=\"SVX_HID_FOOTER_BUTTONMORE\">Defines a border, a background color, or a background pattern for the footer.</ahelp>" msgstr "<ahelp hid=\"SVX_HID_FOOTER_BUTTONMORE\">Визначення межі, кольору тла або візерунка тла для нижнього колонтитула.</ahelp>" -#. VcmMZ +#. a9sG2 #: 05040400.xhp msgctxt "" "05040400.xhp\n" "hd_id3157892\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Edit</caseinline></switchinline>" -msgstr "" +msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Edit </caseinline></switchinline>" +msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Змінити </caseinline></switchinline>" #. 2HTzq #: 05040400.xhp @@ -23488,14 +23776,14 @@ msgctxt "" msgid "<link href=\"text/shared/01/05030500.xhp\" name=\"Borders\">Borders</link>" msgstr "<link href=\"text/shared/01/05030500.xhp\" name=\"Облямівка\">Облямівка</link>" -#. 4DfxW +#. w2QJP #: 05040400.xhp msgctxt "" "05040400.xhp\n" "par_id3152791\n" "help.text" -msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Backgrounds\">Area</link>" -msgstr "" +msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Backgrounds\">Backgrounds</link>" +msgstr "<link href=\"text/shared/01/05030600.xhp\" name=\"Тло\">Тло</link>" #. CgGUH #: 05060000.xhp @@ -24989,7 +25277,7 @@ msgctxt "" "par_id3146807\n" "help.text" msgid "<ahelp hid=\".uno:SpacePara15\">Sets the line spacing of the current paragraph to one and half lines.</ahelp>" -msgstr "<ahelp hid=\".uno:SpacePara15\" visibility=\"visible\">Встановлює полуторний міжрядковий інтервал для поточного абзацу.</ahelp>" +msgstr "<ahelp hid=\".uno:SpacePara15\">Встановлює полуторний міжрядковий інтервал для поточного абзацу.</ahelp>" #. krHuW #: 05120300.xhp @@ -25016,7 +25304,7 @@ msgctxt "" "par_id3149783\n" "help.text" msgid "<ahelp hid=\".uno:SpacePara2\">Sets the line spacing of the current paragraph to two lines.</ahelp>" -msgstr "<ahelp hid=\".uno:SpacePara2\" visibility=\"visible\">Встановлює для поточного абзацу подвійний міжрядковий інтервал.</ahelp>" +msgstr "<ahelp hid=\".uno:SpacePara2\">Встановлює для поточного абзацу подвійний міжрядковий інтервал.</ahelp>" #. qnoC8 #: 05120600.xhp @@ -25801,14 +26089,32 @@ msgctxt "" msgid "Add" msgstr "Додати" -#. 5xkB3 +#. sqyhp #: 05200200.xhp msgctxt "" "05200200.xhp\n" "par_id3149827\n" "help.text" -msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp> Enter a name for the new line style." -msgstr "" +msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Створює новий стиль лінії, використовуючи поточні налаштування.</ahelp>" + +#. T2pNA +#: 05200200.xhp +msgctxt "" +"05200200.xhp\n" +"hd_id3155338\n" +"help.text" +msgid "Name" +msgstr "Назва" + +#. 4phXf +#: 05200200.xhp +msgctxt "" +"05200200.xhp\n" +"par_id3153681\n" +"help.text" +msgid "<ahelp hid=\".\">Enter a name.</ahelp>" +msgstr "<ahelp hid=\".\">Введіть назву.</ahelp>" #. 6Yvch #: 05200200.xhp @@ -26053,32 +26359,32 @@ msgctxt "" msgid "Area tab" msgstr "Вкладка Область" -#. yN2qC +#. M6zvc #: 05210100.xhp msgctxt "" "05210100.xhp\n" "bm_id3149999\n" "help.text" -msgid "<bookmark_value>areas; styles</bookmark_value><bookmark_value>fill patterns for areas</bookmark_value><bookmark_value>fill colors for areas</bookmark_value><bookmark_value>invisible areas</bookmark_value><bookmark_value>frames; backgrounds</bookmark_value><bookmark_value>backgrounds; frames/sections/indexes</bookmark_value><bookmark_value>sections; backgrounds</bookmark_value><bookmark_value>indexes; backgrounds</bookmark_value><bookmark_value>footers;backgrounds</bookmark_value><bookmark_value>headers;backgrounds</bookmark_value>" -msgstr "" +msgid "<bookmark_value>areas; styles</bookmark_value><bookmark_value>fill patterns for areas</bookmark_value><bookmark_value>fill colors for areas</bookmark_value><bookmark_value>invisible areas</bookmark_value>" +msgstr "<bookmark_value>області; стилі</bookmark_value><bookmark_value>візерунки заливки для областей</bookmark_value><bookmark_value>кольори заливки для областей</bookmark_value><bookmark_value>невидимі області</bookmark_value>" -#. 3fEfw +#. Y4ktT #: 05210100.xhp msgctxt "" "05210100.xhp\n" "hd_id3145759\n" "help.text" -msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Background</caseinline><defaultinline>Area</defaultinline></switchinline></link>" -msgstr "" +msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area\">Area</link>" +msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Область\">Область</link>" -#. ubruG +#. tcPKP #: 05210100.xhp msgctxt "" "05210100.xhp\n" "par_id3149748\n" "help.text" -msgid "<ahelp hid=\"cui/ui/areatabpage/AreaTabPage\">Set the fill options for the selected drawing object or document element.</ahelp>" -msgstr "" +msgid "<ahelp hid=\"cui/ui/areatabpage/AreaTabPage\">Set the fill options for the selected drawing object.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/areatabpage/AreaTabPage\">Задайте параметри заливки для обраного мальованого об'єкта.</ahelp>" #. eE2Fr #: 05210100.xhp @@ -26089,6 +26395,24 @@ msgctxt "" msgid "You can add custom colors, gradients, hatchings, two color patterns and bitmap patterns to the default lists for later use." msgstr "До списків можна додавати для подальшого використання власні кольори, градієнти, штрихи, двоколірні візерунки та растрові візерунки." +#. 5n3AA +#: 05210100.xhp +msgctxt "" +"05210100.xhp\n" +"hd_id471527077476052\n" +"help.text" +msgid "Cell, Row or Table background selector" +msgstr "Вибір, для чого тло: для комірки, рядка чи таблиці" + +#. 8UdBz +#: 05210100.xhp +msgctxt "" +"05210100.xhp\n" +"par_id661527077493366\n" +"help.text" +msgid "Select the table object which background area is to be filled." +msgstr "Виберіть об'єкт таблиці, для якого потрібно заповнити тло." + #. CGbA3 #: 05210100.xhp msgctxt "" @@ -26125,6 +26449,42 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/areatabpage/btngradient\">Fills the object with a gradient selected on this page.</ahelp>" msgstr "<ahelp hid=\"cui/ui/areatabpage/btngradient\">Заповнює об'єкт градієнтом, вибраним на цій сторінці.</ahelp>" +#. BtYSN +#: 05210100.xhp +msgctxt "" +"05210100.xhp\n" +"hd_id3150771\n" +"help.text" +msgid "<link href=\"text/shared/01/05210500.xhp#bitmapmuster\" name=\"Bitmap\">Bitmap</link>" +msgstr "<link href=\"text/shared/01/05210500.xhp#bitmapmuster\" name=\"Текстура\">Текстура</link>" + +#. qBkq4 +#: 05210100.xhp +msgctxt "" +"05210100.xhp\n" +"par_id3149762\n" +"help.text" +msgid "<ahelp hid=\"cui/ui/areatabpage/btnbitmap\">Fills the object with a bitmap pattern selected on this page.</ahelp> To add a bitmap to the list, open this dialog, click the <emph>Bitmaps </emph>tab, and then click <emph>Add / Import</emph>." +msgstr "<ahelp hid=\"cui/ui/areatabpage/btnbitmap\">Заповнює об'єкт растровою текстурою, вибраною на цій сторінці.</ahelp> Щоб додати растрове зображення до списку, відкрийте це діалогове вікно, натисніть вкладку <emph>Текстура</emph> і клацніть <emph>Додати / Імпорт</emph>." + +#. EAYEg +#: 05210100.xhp +msgctxt "" +"05210100.xhp\n" +"hd_id3150504\n" +"help.text" +msgid "Pattern" +msgstr "" + +#. Z5Fcf +#: 05210100.xhp +msgctxt "" +"05210100.xhp\n" +"par_id3153626\n" +"help.text" +msgid "<ahelp hid=\"cui/ui/areatabpage/btnpattern\">Fills the object with a simple two color pattern selected on this page.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/areatabpage/btnpattern\">Заповнює об'єкт простим двоколірним шаблоном, вибраним на цій сторінці.</ahelp>" + #. ydNTt #: 05210100.xhp msgctxt "" @@ -26845,14 +27205,14 @@ msgctxt "" msgid "Bitmap" msgstr "Текстура" -#. DL8RS +#. HFJGN #: 05210500.xhp msgctxt "" "05210500.xhp\n" "bm_id3155619\n" "help.text" -msgid "<bookmark_value>bitmaps; areas</bookmark_value><bookmark_value>areas; bitmap</bookmark_value>" -msgstr "" +msgid "<bookmark_value>bitmaps; patterns</bookmark_value><bookmark_value>areas; bitmap patterns</bookmark_value><bookmark_value>pixel patterns</bookmark_value><bookmark_value>pixel editor</bookmark_value><bookmark_value>pattern editor</bookmark_value>" +msgstr "<bookmark_value>растрові зображення; текстури</bookmark_value><bookmark_value>ділянки; растрові текстури</bookmark_value><bookmark_value>піксельні візерунки</bookmark_value><bookmark_value>піксельний редактор</bookmark_value><bookmark_value>редактор текстур</bookmark_value>" #. 2jwXu #: 05210500.xhp @@ -26863,221 +27223,68 @@ msgctxt "" msgid "<link href=\"text/shared/01/05210500.xhp\" name=\"Bitmap\">Bitmap</link>" msgstr "<link href=\"text/shared/01/05210500.xhp\" name=\"Крапкові малюнки\">Крапкові малюнки</link>" -#. Xc6qZ +#. yFYuj #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id3149495\n" "help.text" -msgid "<ahelp hid=\"cui/ui/bitmaptabpage/BitmapTabPage\">Select a bitmap that you want to use as a fill image, or add your own bitmap pattern.</ahelp>" -msgstr "" +msgid "<ahelp hid=\"cui/ui/bitmaptabpage/BitmapTabPage\">Select a bitmap that you want to use as a fill pattern, or create your own pixel pattern. You can also import bitmaps, and save or load bitmap lists.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/bitmaptabpage/BitmapTabPage\">Виберіть растровий малюнок, який буде використовуватися в якості візерунка заливки, або створіть власний візерунок заливки. Можна також імпортувати растрові малюнки і зберегти або завантажити списки растрових малюнків.</ahelp>" -#. wEhVG +#. FvnTh #: 05210500.xhp msgctxt "" "05210500.xhp\n" "hd_id3148585\n" "help.text" -msgid "Bitmap" -msgstr "" +msgid "Pattern Editor" +msgstr "Редактор візерунків" -#. 8ZuCa +#. aqBHc #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id3147226\n" "help.text" -msgid "Lists the available bitmaps. You can also import bitmaps." -msgstr "" - -#. eCeUD -#: 05210500.xhp -msgctxt "" -"05210500.xhp\n" -"par_id501592872056000\n" -"help.text" -msgid "To rename a bitmap, select the bitmap, right-click and choose <menuitem>Rename</menuitem>. To delete a bitmap, select the bitmap, right-click and choose <menuitem>Delete</menuitem>." -msgstr "" - -#. MqVdD -#: 05210500.xhp -msgctxt "" -"05210500.xhp\n" -"hd_id71592866308524\n" -"help.text" -msgid "Add/Import" -msgstr "" - -#. SGKZW -#: 05210500.xhp -msgctxt "" -"05210500.xhp\n" -"par_id3148473\n" -"help.text" -msgid "<ahelp hid=\"cui/ui/bitmaptabpage/BTN_IMPORT\">Locate the bitmap that you want to import, and then click <emph>Open</emph>. The bitmap is added to the end of the list of available bitmaps.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/bitmaptabpage/BTN_IMPORT\">Знайдіть растровий малюнок, який необхідно імпортувати, і натисніть кнопку <emph>Відкрити</emph>. Малюнок буде додано в кінець списку доступних растрових малюнків.</ahelp>" - -#. EBwza -#: 05210500.xhp -msgctxt "" -"05210500.xhp\n" -"par_id301592866270627\n" -"help.text" -msgid "Imported bitmaps are saved in your user profile and can be used in other documents." -msgstr "" +msgid "Use this editor to create a simple, two-color, 8x8 pixel bitmap pattern." +msgstr "Цей редактор використовується для створення простого двоколірного зразка растрового малюнка, 8x8 пікселів." -#. pC4QD +#. C9Reo #: 05210500.xhp msgctxt "" "05210500.xhp\n" "hd_id3145669\n" "help.text" -msgid "Options" -msgstr "" - -#. smwef -#: 05210500.xhp -msgctxt "" -"05210500.xhp\n" -"hd_id251592868388253\n" -"help.text" -msgid "Style" -msgstr "" - -#. GnwjN -#: 05210500.xhp -msgctxt "" -"05210500.xhp\n" -"par_id241592868416096\n" -"help.text" -msgid "<emph>Tiled</emph>: Fill the area with the bitmap as tiles." -msgstr "" - -#. gCgdA -#: 05210500.xhp -msgctxt "" -"05210500.xhp\n" -"par_id161592868421600\n" -"help.text" -msgid "<emph>Stretched</emph>: Stretch the image to fit the object area." -msgstr "" - -#. Fi4Fj -#: 05210500.xhp -msgctxt "" -"05210500.xhp\n" -"par_id651592868426975\n" -"help.text" -msgid "<emph>Custom position/size</emph>: Set a custom size and position of the bitmap in the object area." -msgstr "" - -#. sAiUV -#: 05210500.xhp -msgctxt "" -"05210500.xhp\n" -"hd_id151592868900345\n" -"help.text" -msgid "Size" -msgstr "" - -#. TeFTN -#: 05210500.xhp -msgctxt "" -"05210500.xhp\n" -"par_id321592869205683\n" -"help.text" -msgid "Size of the tiles and the custom size." -msgstr "" - -#. rTjAd -#: 05210500.xhp -msgctxt "" -"05210500.xhp\n" -"par_id951592869294738\n" -"help.text" -msgid "<emph>Width</emph>: Set the width of the tile or custom size." -msgstr "" - -#. RQFrq -#: 05210500.xhp -msgctxt "" -"05210500.xhp\n" -"par_id171592869301228\n" -"help.text" -msgid "<emph>Height</emph>: Set the height of the tile or custom size." -msgstr "" - -#. twwdD -#: 05210500.xhp -msgctxt "" -"05210500.xhp\n" -"par_id351592869651411\n" -"help.text" -msgid "<emph>Scale</emph>: Mark to turn the height and width settings relative to original size." -msgstr "" - -#. QEYV9 -#: 05210500.xhp -msgctxt "" -"05210500.xhp\n" -"hd_id201592869695805\n" -"help.text" -msgid "Position" -msgstr "" - -#. 8qFYv -#: 05210500.xhp -msgctxt "" -"05210500.xhp\n" -"par_id321592869780471\n" -"help.text" -msgid "Select the anchoring position of the bitmap image inside the object area." -msgstr "" - -#. WKmCj -#: 05210500.xhp -msgctxt "" -"05210500.xhp\n" -"hd_id791592870139336\n" -"help.text" -msgid "Tiling Position" -msgstr "" - -#. 286Bv -#: 05210500.xhp -msgctxt "" -"05210500.xhp\n" -"par_id811592870169715\n" -"help.text" -msgid "<emph>X-Offset</emph>: Set the horizontal bitmap offset value with respect to the anchoring position." +msgid "Grid" msgstr "" -#. w8e6v +#. N9L3c #: 05210500.xhp msgctxt "" "05210500.xhp\n" -"par_id41592870267463\n" +"par_id3150774\n" "help.text" -msgid "<emph>Y-Offset</emph>: Set the vertical bitmap offset value with respect to the anchoring position." +msgid "To enable this editor, select the <emph>Blank</emph> bitmap in the bitmap list." msgstr "" -#. FeN7H +#. BJwLt #: 05210500.xhp msgctxt "" "05210500.xhp\n" -"hd_id631592870132856\n" +"hd_id3149516\n" "help.text" -msgid "Tiling Offset" +msgid "Import" msgstr "" -#. ogBQB +#. SGKZW #: 05210500.xhp msgctxt "" "05210500.xhp\n" -"par_id111592870375812\n" +"par_id3148473\n" "help.text" -msgid "Select the tiles offset in rows or columns. Use the spin button to specify the offset value." -msgstr "" +msgid "<ahelp hid=\"cui/ui/bitmaptabpage/BTN_IMPORT\">Locate the bitmap that you want to import, and then click <emph>Open</emph>. The bitmap is added to the end of the list of available bitmaps.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/bitmaptabpage/BTN_IMPORT\">Знайдіть растровий малюнок, який необхідно імпортувати, і натисніть кнопку <emph>Відкрити</emph>. Малюнок буде додано в кінець списку доступних растрових малюнків.</ahelp>" #. wAHtP #: 05210600.xhp @@ -27241,14 +27448,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:FillShadow\">Adds a shadow to the selected object. If the object already has a shadow, the shadow is removed. If you click this icon when no object is selected, the shadow is added to the next object that you draw.</ahelp>" msgstr "<ahelp hid=\".uno:FillShadow\">Додає тінь до вибраного об'єкта. Якщо об'єкт вже має тінь, вона буде видалена. Якщо клацнути цей значок, коли немає вибраного об'єкта, тінь буде додано до наступного об'єкта, який буде намальований.</ahelp>" -#. gjXA8 +#. DK9fc #: 05210600.xhp msgctxt "" "05210600.xhp\n" "par_id3145068\n" "help.text" -msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149045\">Icon Add Shadow</alt></image>" -msgstr "" +msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Icon</alt></image>" +msgstr "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Піктограма</alt></image>" #. 6XJUi #: 05210600.xhp @@ -27529,177 +27736,6 @@ msgctxt "" msgid "Use the preview to view your changes before you apply the transparency effect to the color fill of the selected object." msgstr "Використовується для перегляду змін до того, як ефект прозорості буде застосовано до заливки вибраного об'єкту." -#. UE76G -#: 05210800.xhp -msgctxt "" -"05210800.xhp\n" -"tit\n" -"help.text" -msgid "Pattern" -msgstr "" - -#. 5FVqC -#: 05210800.xhp -msgctxt "" -"05210800.xhp\n" -"bm_id431592861834899\n" -"help.text" -msgid "<bookmark_value>pattern;area</bookmark_value><bookmark_value>pattern;background</bookmark_value><bookmark_value>background;pattern</bookmark_value><bookmark_value>background;area</bookmark_value>" -msgstr "" - -#. S8BBE -#: 05210800.xhp -msgctxt "" -"05210800.xhp\n" -"hd_id801592861657875\n" -"help.text" -msgid "<link href=\"text/shared/01/05210800.xhp\" name=\"pattern\">Pattern</link>" -msgstr "" - -#. qLwKU -#: 05210800.xhp -msgctxt "" -"05210800.xhp\n" -"par_id3153626\n" -"help.text" -msgid "<ahelp hid=\"cui/ui/areatabpage/btnpattern\">Fills the object with a simple two color pattern selected on this page.</ahelp>" -msgstr "" - -#. p5uGC -#: 05210800.xhp -msgctxt "" -"05210800.xhp\n" -"hd_id3159147\n" -"help.text" -msgid "Pattern" -msgstr "" - -#. KW3Ah -#: 05210800.xhp -msgctxt "" -"05210800.xhp\n" -"par_id3149955\n" -"help.text" -msgid "Lists the available patterns. You can also modify or create your own pattern." -msgstr "" - -#. rpQaV -#: 05210800.xhp -msgctxt "" -"05210800.xhp\n" -"par_id161584528499683\n" -"help.text" -msgid "To rename a pattern, select the pattern, right-click and choose <menuitem>Rename</menuitem>. To delete a pattern, select the pattern, right-click and choose <menuitem>Delete</menuitem>." -msgstr "" - -#. VrE5t -#: 05210800.xhp -msgctxt "" -"05210800.xhp\n" -"hd_id3153823\n" -"help.text" -msgid "Add" -msgstr "" - -#. 8fyh4 -#: 05210800.xhp -msgctxt "" -"05210800.xhp\n" -"par_id3148924\n" -"help.text" -msgid "<ahelp hid=\"cui/ui/patterntabpage/BTN_ADD\">Adds a custom pattern to the current list. Specify the properties of your pattern, and then click this button.</ahelp>" -msgstr "" - -#. 5waZ4 -#: 05210800.xhp -msgctxt "" -"05210800.xhp\n" -"hd_id3147620\n" -"help.text" -msgid "Modify" -msgstr "" - -#. BSeBy -#: 05210800.xhp -msgctxt "" -"05210800.xhp\n" -"par_id3156023\n" -"help.text" -msgid "<ahelp hid=\"cui/ui/patterntabpage/BTN_MODIFY\">Applies the current pattern properties to the selected pattern. If you want, you can save the pattern under a different name.</ahelp>" -msgstr "" - -#. WCFwi -#: 05210800.xhp -msgctxt "" -"05210800.xhp\n" -"hd_id3156042\n" -"help.text" -msgid "Options" -msgstr "" - -#. CVD9L -#: 05210800.xhp -msgctxt "" -"05210800.xhp\n" -"par_id3147291\n" -"help.text" -msgid "Draw or modify a pattern." -msgstr "" - -#. ruCpD -#: 05210800.xhp -msgctxt "" -"05210800.xhp\n" -"hd_id3147834\n" -"help.text" -msgid "Pattern Editor" -msgstr "" - -#. rFfJm -#: 05210800.xhp -msgctxt "" -"05210800.xhp\n" -"par_id3147010\n" -"help.text" -msgid "<ahelp hid=\"cui/ui/patterntabpage/CTL_PIXEL\">Draw the pattern in the 8 x 8 pixel board. Click on a pattern pixel to activate it, click again to deactivate it.</ahelp>" -msgstr "" - -#. hNAPN -#: 05210800.xhp -msgctxt "" -"05210800.xhp\n" -"hd_id3155355\n" -"help.text" -msgid "Foreground Color" -msgstr "" - -#. sHjjw -#: 05210800.xhp -msgctxt "" -"05210800.xhp\n" -"par_id3156410\n" -"help.text" -msgid "<ahelp hid=\"cui/ui/patterntabpage/LB_COLOR\">Set the color of the activated pattern pixels.</ahelp>" -msgstr "" - -#. nh8wk -#: 05210800.xhp -msgctxt "" -"05210800.xhp\n" -"hd_id3155449\n" -"help.text" -msgid "Background Color" -msgstr "" - -#. JqSDi -#: 05210800.xhp -msgctxt "" -"05210800.xhp\n" -"par_id3152909\n" -"help.text" -msgid "<ahelp hid=\"cui/ui/patterntabpage/LB_BACKGROUND_COLOR\">Set the color of the deactivated pattern pixels.</ahelp>" -msgstr "" - #. fZrDg #: 05220000.xhp msgctxt "" @@ -28375,14 +28411,14 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/rotationtabpage/Rotation\">Rotates the selected object.</ahelp>" msgstr "<ahelp hid=\"cui/ui/rotationtabpage/Rotation\">Повертає вибраний об'єкт.</ahelp>" -#. pB7Dj +#. kEn4i #: 05230300.xhp msgctxt "" "05230300.xhp\n" "hd_id3148983\n" "help.text" -msgid "Pivot Point" -msgstr "" +msgid "Pivot point" +msgstr "Опорна точка" #. Zzs3U #: 05230300.xhp @@ -28402,14 +28438,14 @@ msgctxt "" msgid "If you set a pivot point too far outside of the object boundaries, the object could be rotated off of the page." msgstr "Якщо точка повороту задана занадто далеко за межами об'єкта, об'єкт після повороту може виявитися за межами сторінки." -#. FRRzG +#. aFBHq #: 05230300.xhp msgctxt "" "05230300.xhp\n" "hd_id3145382\n" "help.text" -msgid "Position X" -msgstr "" +msgid "X Position" +msgstr "Позиція за X" #. yxcU2 #: 05230300.xhp @@ -28420,14 +28456,14 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/rotationtabpage/MTR_FLD_POS_X\">Enter the horizontal distance from the left edge of the page to the pivot point.</ahelp>" msgstr "<ahelp hid=\"cui/ui/rotationtabpage/MTR_FLD_POS_X\">Введіть відстань по горизонталі від точки повороту до лівого краю сторінки.</ahelp>" -#. RMUdu +#. BWKfU #: 05230300.xhp msgctxt "" "05230300.xhp\n" "hd_id3155323\n" "help.text" -msgid "Position Y" -msgstr "" +msgid "Y Position" +msgstr "Позиція за Y" #. oRJxp #: 05230300.xhp @@ -28438,13 +28474,13 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/rotationtabpage/MTR_FLD_POS_Y\">Enter the vertical distance from the top edge of the page to the pivot point.</ahelp>" msgstr "<ahelp hid=\"cui/ui/rotationtabpage/MTR_FLD_POS_Y\">Введіть відстань по вертикалі від точки повороту до верхнього краю сторінки.</ahelp>" -#. wMC2g +#. pFK39 #: 05230300.xhp msgctxt "" "05230300.xhp\n" "hd_id3153332\n" "help.text" -msgid "Default settings" +msgid "Defaults" msgstr "" #. icmC7 @@ -28456,13 +28492,13 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/rotationtabpage/CTL_RECT\">Click where you want to place the pivot point.</ahelp>" msgstr "<ahelp hid=\"cui/ui/rotationtabpage/CTL_RECT\">Клацніть там, де буде розташовуватися точка повороту.</ahelp>" -#. D9Mc3 +#. HEbt4 #: 05230300.xhp msgctxt "" "05230300.xhp\n" "hd_id3146847\n" "help.text" -msgid "Rotation Angle" +msgid "Rotation angle" msgstr "" #. owCBC @@ -28492,14 +28528,14 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/rotationtabpage/NF_ANGLE\">Enter the number of degrees that you want to rotate the selected object.</ahelp>" msgstr "<ahelp hid=\"cui/ui/rotationtabpage/NF_ANGLE\">Введіть число градусів, на яке слід повернути вибраний об'єкт.</ahelp>" -#. fnugw +#. ECUGH #: 05230300.xhp msgctxt "" "05230300.xhp\n" "hd_id3148474\n" "help.text" -msgid "Default settings" -msgstr "" +msgid "Defaults" +msgstr "Стандартно" #. EvNrr #: 05230300.xhp @@ -28519,14 +28555,14 @@ msgctxt "" msgid "Slant & Corner Radius" msgstr "Нахил та радіус скругленого кута" -#. FKWxd +#. JuafH #: 05230400.xhp msgctxt "" "05230400.xhp\n" "bm_id3149988\n" "help.text" -msgid "<bookmark_value>slanting draw objects</bookmark_value><bookmark_value>draw objects; slanting</bookmark_value><bookmark_value>areas; slanting</bookmark_value><bookmark_value>shapes; control points</bookmark_value><bookmark_value>draw objects; control points</bookmark_value>" -msgstr "" +msgid "<bookmark_value>slanting draw objects</bookmark_value><bookmark_value>draw objects; slanting</bookmark_value><bookmark_value>areas; slanting</bookmark_value>" +msgstr "<bookmark_value>нахиляння мальованих об'єктів</bookmark_value><bookmark_value>мальовані об'єкти; нахиляння</bookmark_value><bookmark_value>області; нахиляння</bookmark_value>" #. DxadW #: 05230400.xhp @@ -28609,50 +28645,14 @@ msgctxt "" msgid "Angle" msgstr "Кут" -#. wuSBC +#. RZJiu #: 05230400.xhp msgctxt "" "05230400.xhp\n" "par_id3153683\n" "help.text" -msgid "<ahelp hid=\"cui/ui/slantcornertabpage/MTR_FLD_ANGLE\">Enter the angle of the slant axis.</ahelp>. The slant angle relates to how much an object inclines or slants from its normal vertical position." -msgstr "" - -#. cCmPK -#: 05230400.xhp -msgctxt "" -"05230400.xhp\n" -"hd_id621600964074859\n" -"help.text" -msgid "Control points 1 and 2" -msgstr "" - -#. XXRdh -#: 05230400.xhp -msgctxt "" -"05230400.xhp\n" -"par_id551600994115345\n" -"help.text" -msgid "Some shapes have a special handle which you can drag to change the properties of the shape. The mouse pointer changes to a hand symbol over these special handles. The control points refers to the X and Y coordinates of the position of these handles. When the object has no handle, the values in these boxes are zero. When the shape has one control point, the coordinates of the other control point are zero." -msgstr "" - -#. fbzxN -#: 05230400.xhp -msgctxt "" -"05230400.xhp\n" -"par_id841600966950007\n" -"help.text" -msgid "Enter a value to set the X and Y coordinates of the control points of the object." -msgstr "" - -#. wGED2 -#: 05230400.xhp -msgctxt "" -"05230400.xhp\n" -"par_id911600993420542\n" -"help.text" -msgid "<image src=\"media/helpimg/sdraw/control_points.png\" id=\"img_id691600993420543\"><alt id=\"alt_id651600993420544\">Control points in a shape</alt></image>" -msgstr "" +msgid "<ahelp hid=\"cui/ui/slantcornertabpage/MTR_FLD_ANGLE\">Enter the angle of the slant axis.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/slantcornertabpage/MTR_FLD_ANGLE\">Введіть кут для осі нахиляння.</ahelp>" #. m8GMy #: 05230500.xhp @@ -28733,7 +28733,7 @@ msgctxt "" "par_id3147399\n" "help.text" msgid "<ahelp hid=\"cui/ui/calloutpage/spacing\">Enter the amount of space that you want to leave between the end of the callout line, and the callout box.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/calloutpage/spacing\" visibility=\"visible\">Уведіть інтервал між кінцем лінії виноски і полем виноски.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/calloutpage/spacing\">Уведіть інтервал між кінцем лінії виноски і полем виноски.</ahelp>" #. p268k #: 05230500.xhp @@ -28751,7 +28751,7 @@ msgctxt "" "par_id3148620\n" "help.text" msgid "<ahelp hid=\"cui/ui/calloutpage/position\">Select where you want to extend the callout line from, in relation to the callout box.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/calloutpage/position\" visibility=\"visible\">Виберіть місце, звідки потрібно протягнути лінію виноски відносно поля виноски.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/calloutpage/position\">Виберіть місце, звідки потрібно протягнути лінію виноски відносно поля виноски.</ahelp>" #. ciK2K #: 05230500.xhp @@ -28769,7 +28769,7 @@ msgctxt "" "par_id3145313\n" "help.text" msgid "<ahelp hid=\"cui/ui/calloutpage/length\">Enter the length of the callout line segment that extends from the callout box to the inflection point of the line.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/calloutpage/length\" visibility=\"visible\">Введіть довжину частини лінії виноски від поля виноски до точки вигину лінії.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/calloutpage/length\">Введіть довжину частини лінії виноски від поля виноски до точки вигину лінії.</ahelp>" #. XFqt5 #: 05230500.xhp @@ -31541,7 +31541,7 @@ msgctxt "" "par_id3153332\n" "help.text" msgid "Record" -msgstr "Записування " +msgstr "Записування" #. uFESe #: 05340400.xhp @@ -32020,6 +32020,15 @@ msgctxt "" msgid "<variable id=\"spaltformtext\"><ahelp hid=\"HID_BROWSER_COLUMNFORMAT\" visibility=\"visible\">Formats the selected column(s).</ahelp></variable>" msgstr "<variable id=\"spaltformtext\"><ahelp hid=\"HID_BROWSER_COLUMNFORMAT\" visibility=\"visible\">Тут можна виконати форматування вибраних стовпців таблиці.</ahelp></variable>" +#. MdMcn +#: 05340405.xhp +msgctxt "" +"05340405.xhp\n" +"hd_id3150620\n" +"help.text" +msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format\">Format</link>" +msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Формат\">Формат</link>" + #. B5CTG #: 05340500.xhp msgctxt "" @@ -34268,7 +34277,7 @@ msgctxt "" "hd_id3154071\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">AutoCorrect</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Автозаміна</caseinline></switchinline> " +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Автозаміна</caseinline></switchinline>" #. swfBY #: 06010000.xhp @@ -34412,7 +34421,7 @@ msgctxt "" "par_idN10850\n" "help.text" msgid "Undo" -msgstr "Скасувати " +msgstr "Скасувати" #. CEBGE #: 06010000.xhp @@ -34421,7 +34430,7 @@ msgctxt "" "par_idN10854\n" "help.text" msgid "<ahelp hid=\".\">Click to undo the last change in the current sentence. Click again to undo the previous change in the same sentence.</ahelp>" -msgstr "<ahelp hid=\".\">Клацніть, щоб скасувати останню зміну, зроблену в поточному реченні. Клацніть ще раз для скасування попередньої зміни у цьому ж реченні.</ahelp> " +msgstr "<ahelp hid=\".\">Клацніть, щоб скасувати останню зміну, зроблену в поточному реченні. Клацніть ще раз для скасування попередньої зміни у цьому ж реченні.</ahelp>" #. JnB8j #: 06010000.xhp @@ -35060,7 +35069,7 @@ msgctxt "" "hd_id3155892\n" "help.text" msgid "Replace with" -msgstr "Замінити на " +msgstr "Замінити на" #. RvncD #: 06020000.xhp @@ -35267,7 +35276,7 @@ msgctxt "" "hd_id3156156\n" "help.text" msgid "Replace with" -msgstr "Замінити на " +msgstr "Замінити на" #. FzMDw #: 06030000.xhp @@ -35969,7 +35978,7 @@ msgctxt "" "hd_id3153334\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Apply Styles</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Застосувати стилі</caseinline></switchinline> " +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Застосувати стилі</caseinline></switchinline>" #. MiZoc #: 06040100.xhp @@ -35978,7 +35987,7 @@ msgctxt "" "par_id3147396\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Automatically replaces the \"Default\" paragraph style with the Heading 1 to Heading 8 paragraph styles. To apply the Heading 1 paragraph style, type the text that you want to use as a heading (without a period), and then press Enter twice. To apply a sub-heading, press Tab one or more times, type the text (without a period), and then press Enter.</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Автоматична заміна стилю абзацу \"Типовий\" на стилі абзацу від \"Заголовок 1\" до \"Заголовок 8\". Щоб застосувати стиль абзацу \"Заголовок 1\", введіть текст, який повинен стати заголовком (без крапки), а потім натисніть клавішу Enter двічі. Щоб застосувати стиль підзаголовка, натисніть клавішу Tab один або кілька разів, введіть текст (без крапки) і натисніть клавішу Enter.</caseinline></switchinline>" #. RRoM9 #: 06040100.xhp @@ -35987,7 +35996,7 @@ msgctxt "" "hd_id3151075\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Remove blank paragraphs</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Вилучати порожні абзаци</caseinline></switchinline> " +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Вилучати порожні абзаци</caseinline></switchinline>" #. JmoGZ #: 06040100.xhp @@ -36005,7 +36014,7 @@ msgctxt "" "hd_id3152375\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Replace Custom Styles</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Замінювати користувацькі стилі</caseinline></switchinline> " +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Замінювати стилі користувача</caseinline></switchinline>" #. ABgU8 #: 06040100.xhp @@ -36023,7 +36032,7 @@ msgctxt "" "hd_id3147045\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Replace bullets with</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Замінювати маркери на</caseinline></switchinline> " +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Замінювати маркери на</caseinline></switchinline>" #. sPDGS #: 06040100.xhp @@ -36068,7 +36077,7 @@ msgctxt "" "hd_id3144749\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Edit</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Змінити</caseinline></switchinline> " +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Змінити</caseinline></switchinline>" #. q9J8u #: 06040100.xhp @@ -40739,7 +40748,7 @@ msgctxt "" "hd_id341514311059169\n" "help.text" msgid "Modify" -msgstr "Змінити " +msgstr "Змінити" #. YAB2z #: 06140400.xhp @@ -43009,13 +43018,13 @@ msgctxt "" msgid "<image src=\"media/helpimg/sw_signatureline01.png\" id=\"img_id91526436546031\" width=\"311px\" height=\"179px\"> <alt id=\"alt_id351526436546031\">Signature Line Box</alt> </image>" msgstr "" -#. YbTJd +#. AgbBh #: addsignatureline.xhp msgctxt "" "addsignatureline.xhp\n" "par_id651526423393786\n" "help.text" -msgid "The signature line displays an horizontal line, a location mark, the name, title and email of signer." +msgid "The signature line displays an horizontal line, a location mark, the name, title and e-mail of signer." msgstr "" #. auwte @@ -43063,13 +43072,13 @@ msgctxt "" msgid "Email" msgstr "" -#. jr5gQ +#. EnpJD #: addsignatureline.xhp msgctxt "" "addsignatureline.xhp\n" "par_id111526467993387\n" "help.text" -msgid "<ahelp hid=\".\">Enter the email of the signer. The email is not displayed in the signature line graphic box, but is used for the digital signature.</ahelp>" +msgid "<ahelp hid=\".\">Enter the e-mail of the signer. The email is not displayed in the signature line graphic box, and is be used for the digital signature.</ahelp>" msgstr "" #. EpDAG @@ -43126,78 +43135,6 @@ msgctxt "" msgid "<ahelp hid=\".\">Insert instructions for the signer. The instructions appears in the Sign Signature Line dialog box, at the time of signature.</ahelp>" msgstr "" -#. LjM7Z -#: certificatepath.xhp -msgctxt "" -"certificatepath.xhp\n" -"tit\n" -"help.text" -msgid "Certificate Paths" -msgstr "" - -#. FBox6 -#: certificatepath.xhp -msgctxt "" -"certificatepath.xhp\n" -"bm_id211594767045571\n" -"help.text" -msgid "<bookmark_value>digital signatures;certificate path</bookmark_value> <bookmark_value>certificate path</bookmark_value>" -msgstr "" - -#. MhnU5 -#: certificatepath.xhp -msgctxt "" -"certificatepath.xhp\n" -"hd_id141594763815174\n" -"help.text" -msgid "<variable id=\"Certificateh1\"><link href=\"text/shared/01/certificatepath.xhp\" name=\"Certificate\">Certificate</link></variable>" -msgstr "" - -#. BuRGD -#: certificatepath.xhp -msgctxt "" -"certificatepath.xhp\n" -"par_id841594763815175\n" -"help.text" -msgid "<ahelp hid=\"cui/ui/certdialog/CertDialog\">Select or add the correct Network Security Services Certificate directory to use for digital signatures.</ahelp>" -msgstr "" - -#. vCwDA -#: certificatepath.xhp -msgctxt "" -"certificatepath.xhp\n" -"hd_id511594765946403\n" -"help.text" -msgid "Available Certificate Paths" -msgstr "" - -#. NK4GB -#: certificatepath.xhp -msgctxt "" -"certificatepath.xhp\n" -"par_id981594766097073\n" -"help.text" -msgid "<ahelp hid=\"cui/ui/certdialog/CertDialog/liststore1\">Shows the list of Network Security Services Certificate directory to use for digital signatures.</ahelp>" -msgstr "" - -#. DABZF -#: certificatepath.xhp -msgctxt "" -"certificatepath.xhp\n" -"hd_id741594764591263\n" -"help.text" -msgid "Select NSS path" -msgstr "" - -#. 8gaEP -#: certificatepath.xhp -msgctxt "" -"certificatepath.xhp\n" -"par_id851594766090600\n" -"help.text" -msgid "<ahelp hid=\"cui/ui/certdialog/CertDialog/add\">Opens a file picker dialog to add a new Network Security Services Certificate directory to the list.</ahelp>" -msgstr "" - #. ViF5g #: digitalsignatures.xhp msgctxt "" @@ -43214,7 +43151,7 @@ msgctxt "" "par_idN10544\n" "help.text" msgid "<link href=\"text/shared/01/digitalsignatures.xhp\">Digital Signatures</link>" -msgstr "<link href=\"text/shared/01/digitalsignatures.xhp\">Цифрові підписи</link> " +msgstr "<link href=\"text/shared/01/digitalsignatures.xhp\">Цифрові підписи</link>" #. Ub7GZ #: digitalsignatures.xhp @@ -43277,7 +43214,7 @@ msgctxt "" "par_id0821200910573716\n" "help.text" msgid "See also <link href=\"text/shared/guide/digital_signatures.xhp\">Digital Signatures</link>." -msgstr "Див. також <link href=\"text/shared/guide/digital_signatures.xhp\">Цифрові підписи</link>. " +msgstr "Див. також <link href=\"text/shared/guide/digital_signatures.xhp\">Цифрові підписи</link>." #. Yj9ay #: digitalsignatures.xhp @@ -43331,7 +43268,7 @@ msgctxt "" "par_idN10585\n" "help.text" msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/01/selectcertificate.xhp\">Select Certificate</link> dialog.</ahelp>" -msgstr "<ahelp hid=\".\">Відкриває діалогове вікно <link href=\"text/shared/01/selectcertificate.xhp\">Вибір сертифіката</link>.</ahelp> " +msgstr "<ahelp hid=\".\">Відкриває діалогове вікно <link href=\"text/shared/01/selectcertificate.xhp\">Вибір сертифіката</link>.</ahelp>" #. SxhzB #: digitalsignatures.xhp @@ -43970,7 +43907,7 @@ msgctxt "" "par_id3148990\n" "help.text" msgid "The <emph>Properties of (Theme)</emph> dialog contains the following tabs:" -msgstr "Діалогове вікно <emph>Властивості (теми)</emph> містить такі вкладки: " +msgstr "Діалогове вікно <emph>Властивості (теми)</emph> містить такі вкладки:" #. WBTaB #: gallery.xhp @@ -44735,7 +44672,7 @@ msgctxt "" "par_idN1059D\n" "help.text" msgid "Repeat" -msgstr "Повторити " +msgstr "Повторити" #. k83Mk #: mediaplayer.xhp @@ -46247,7 +46184,7 @@ msgctxt "" "hd_id3155351\n" "help.text" msgid "Undoing password protection" -msgstr "Зняття захисту паролем " +msgstr "Зняття захисту паролем" #. jfCCC #: password_dlg.xhp @@ -47293,13 +47230,13 @@ msgctxt "" msgid "PDF Export Digital Signature" msgstr "" -#. 9FdeP +#. yMdYf #: ref_pdf_export_digital_signature.xhp msgctxt "" "ref_pdf_export_digital_signature.xhp\n" "bm_id761574111929927\n" "help.text" -msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value><bookmark_value>PDF export;time stamp</bookmark_value>" +msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value>" msgstr "" #. ChX9A @@ -47482,6 +47419,24 @@ msgctxt "" msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>" msgstr "" +#. dDtVb +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"hd_id14661702\n" +"help.text" +msgid "Time Stamp Authority" +msgstr "" + +#. MUvFG +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id17868892\n" +"help.text" +msgid "<ahelp hid=\".\">Allows you to optionally select a Time Stamping Authority (TSA) URL. </ahelp>" +msgstr "" + #. Po9jA #: ref_pdf_export_digital_signature.xhp msgctxt "" @@ -47491,6 +47446,15 @@ msgctxt "" msgid "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed." msgstr "" +#. aTCsU +#: ref_pdf_export_digital_signature.xhp +msgctxt "" +"ref_pdf_export_digital_signature.xhp\n" +"par_id39089022\n" +"help.text" +msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>." +msgstr "" + #. Gnocd #: ref_pdf_export_digital_signature.xhp msgctxt "" @@ -49120,32 +49084,32 @@ msgctxt "" msgid "<ahelp hid=\".\">Select to show bookmark levels down to the selected level when the reader opens the PDF file.</ahelp>" msgstr "" -#. 5AeZF +#. HUGki #: ref_pdf_send_as.xhp msgctxt "" "ref_pdf_send_as.xhp\n" "tit\n" "help.text" -msgid "Email as PDF" +msgid "E-mail as PDF" msgstr "" -#. rAFEF +#. GJcvX #: ref_pdf_send_as.xhp msgctxt "" "ref_pdf_send_as.xhp\n" "hd_id3146902\n" "help.text" -msgid "<variable id=\"ref_pdf_send_as\"><link href=\"text/shared/01/ref_pdf_send_as.xhp\" name=\"Email as PDF\">Email as PDF</link></variable>" -msgstr "" +msgid "<variable id=\"ref_pdf_send_as\"><link href=\"text/shared/01/ref_pdf_send_as.xhp\" name=\"E-mail as PDF\">E-mail as PDF</link></variable>" +msgstr "<variable id=\"ref_pdf_send_as\"><link href=\"text/shared/01/ref_pdf_send_as.xhp\" name=\"E-mail as PDF\">Ел. пошта як PDF</link></variable>" -#. 7Uvgd +#. CB95G #: ref_pdf_send_as.xhp msgctxt "" "ref_pdf_send_as.xhp\n" "par_id3150756\n" "help.text" -msgid "<variable id=\"ref_pdf_send_as_text\"><ahelp hid=\".uno:SendMailDocAsPDF\">Shows the Export as PDF dialog, exports the current document to Portable Document Format (PDF), and then opens an email sending window with the PDF as an attachment.</ahelp></variable>" -msgstr "" +msgid "<variable id=\"ref_pdf_send_as_text\"><ahelp hid=\".uno:SendMailDocAsPDF\">Shows the Export as PDF dialog, exports the current document to Portable Document Format (PDF), and then opens an e-mail sending window with the PDF as an attachment.</ahelp></variable>" +msgstr "<variable id=\"ref_pdf_send_as_text\"><ahelp hid=\".uno:SendMailDocAsPDF\">Відкривається діалогове вікно \"Експорт у PDF\", поточний документ експортується в форматі переносимого документа (PDF), а потім відкривається вікно надсилання електронного листа зі вкладеним PDF-файлом.</ahelp></variable> " #. wTQMX #: securitywarning.xhp @@ -49363,13 +49327,13 @@ msgctxt "" msgid "<bookmark_value>digital signature;signing existing PDF</bookmark_value>" msgstr "" -#. ohSz3 +#. zBtBC #: signexistingpdf.xhp msgctxt "" "signexistingpdf.xhp\n" "hd_id201526432498222\n" "help.text" -msgid "<variable id=\"signexistingpdf\"><link href=\"text/shared/01/signexistingpdf.xhp\" name=\"Sign Existing PDF Files\">Signing Existing PDF files</link></variable>" +msgid "<variable id=\"signexisitingpdf\"><link href=\"text/shared/01/signexistingpdf.xhp\" name=\"Sign Existing PDF Files\">Signing Existing PDF files</link></variable>" msgstr "" #. RM32g @@ -49552,114 +49516,6 @@ msgctxt "" msgid "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signed Signature Line</alt></image>" msgstr "" -#. qMNEB -#: timestampauth.xhp -msgctxt "" -"timestampauth.xhp\n" -"tit\n" -"help.text" -msgid "Time Stamp Authorities for Digital Signatures" -msgstr "" - -#. HgFt5 -#: timestampauth.xhp -msgctxt "" -"timestampauth.xhp\n" -"bm_id371597437796483\n" -"help.text" -msgid "<bookmark_value>time stamp;digital signature</bookmark_value> <bookmark_value>digital signature;time stamp</bookmark_value> <bookmark_value>time stamp authority</bookmark_value> <bookmark_value>TSA</bookmark_value> <bookmark_value>time stamp for PDF digital signature</bookmark_value>" -msgstr "" - -#. QwKC7 -#: timestampauth.xhp -msgctxt "" -"timestampauth.xhp\n" -"hd_id901597433114069\n" -"help.text" -msgid "<variable id=\"timestampauthorityh1\"><link href=\"text/shared/01/timestampauth.xhp\" name=\"tsa\">Time Stamp Authority</link></variable>" -msgstr "" - -#. L47NV -#: timestampauth.xhp -msgctxt "" -"timestampauth.xhp\n" -"par_id961597433114070\n" -"help.text" -msgid "Time Stamp Authorities (TSA) issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export." -msgstr "" - -#. jcBGy -#: timestampauth.xhp -msgctxt "" -"timestampauth.xhp\n" -"par_id571597434502189\n" -"help.text" -msgid "Adding a trusted timestamp to an electronic signature provides a digital seal of data integrity and a trusted date and time of when the transaction took place. Recipients of documents with a trusted timestamp can verify when the document was digitally or electronically signed, as well as verify that the document was not altered after the date the timestamp vouches for." -msgstr "" - -#. HP6fQ -#: timestampauth.xhp -msgctxt "" -"timestampauth.xhp\n" -"par_id721597436315261\n" -"help.text" -msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security - TSAs</menuitem>" -msgstr "" - -#. n27rF -#: timestampauth.xhp -msgctxt "" -"timestampauth.xhp\n" -"hd_id281597438357127\n" -"help.text" -msgid "List of Time Stamp Authorities" -msgstr "" - -#. Msech -#: timestampauth.xhp -msgctxt "" -"timestampauth.xhp\n" -"par_id701597438367251\n" -"help.text" -msgid "Display the list of existing TSAs." -msgstr "" - -#. 2TESq -#: timestampauth.xhp -msgctxt "" -"timestampauth.xhp\n" -"par_idN106871\n" -"help.text" -msgid "Add" -msgstr "" - -#. vZdyd -#: timestampauth.xhp -msgctxt "" -"timestampauth.xhp\n" -"par_idN1068B1\n" -"help.text" -msgid "Opens the <link href=\"text/shared/02/namedialog.xhp\" name=\"name dialog\">Name dialog</link> to enter a new Time Stamping Authority URL." -msgstr "" - -#. stnAc -#: timestampauth.xhp -msgctxt "" -"timestampauth.xhp\n" -"hd_id251597435168013\n" -"help.text" -msgid "Delete" -msgstr "" - -#. PPq6D -#: timestampauth.xhp -msgctxt "" -"timestampauth.xhp\n" -"par_id381597435161810\n" -"help.text" -msgid "Deletes the selected entry in the list. Deletion is immediate and does not display a confirmation dialog." -msgstr "" - #. m3D8J #: webhtml.xhp msgctxt "" @@ -49712,7 +49568,7 @@ msgctxt "" "tit\n" "help.text" msgid "Data Navigator" -msgstr "Навігатор даних " +msgstr "Навігатор даних" #. dNuPG #: xformsdata.xhp @@ -49802,7 +49658,7 @@ msgctxt "" "par_id0130200901590878\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the name.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Введіть назву.</ahelp> " +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Введіть назву.</ahelp>" #. F7Ktz #: xformsdata.xhp @@ -49811,7 +49667,7 @@ msgctxt "" "hd_id0910200811173295\n" "help.text" msgid "Model data updates change document's modification status" -msgstr "Оновлення даних моделі змінює статус зміни документа " +msgstr "Оновлення даних моделі змінює статус зміни документа" #. 5ZN5T #: xformsdata.xhp @@ -49820,7 +49676,7 @@ msgctxt "" "par_id0910200811173255\n" "help.text" msgid "<ahelp hid=\".\">When enabled, the document status will be set to \"modified\" when you change any form control that is bound to any data in the model. When not enabled, such a change does not set the document status to \"modified\".</ahelp>" -msgstr "<ahelp hid=\".\">Якщо увімкнено, для документа буде встановлено статус \"змінений\" при зміненні будь-якого елемента керування, пов'язаного з будь-якими даними в моделі. Якщо вимкнено, подібна зміна не призведе до встановлення статусу \"змінений\".</ahelp> " +msgstr "<ahelp hid=\".\">Якщо увімкнено, для документа буде встановлено статус \"змінений\" при зміненні будь-якого елемента керування, пов'язаного з будь-якими даними в моделі. Якщо вимкнено, подібна зміна не призведе до встановлення статусу \"змінений\".</ahelp>" #. oJAqE #: xformsdata.xhp diff --git a/source/uk/helpcontent2/source/text/shared/02.po b/source/uk/helpcontent2/source/text/shared/02.po index 99aeba7436b..dd1610dd8a1 100644 --- a/source/uk/helpcontent2/source/text/shared/02.po +++ b/source/uk/helpcontent2/source/text/shared/02.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-09-28 11:22+0200\n" -"PO-Revision-Date: 2020-04-26 09:16+0000\n" -"Last-Translator: Olexandr Pylypchuk <pilipchukap@rambler.ru>\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" +"PO-Revision-Date: 2020-10-20 19:35+0000\n" +"Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared02/uk/>\n" "Language: uk\n" "MIME-Version: 1.0\n" @@ -995,7 +995,7 @@ msgctxt "" "par_id3149123\n" "help.text" msgid "<ahelp hid=\".uno:RadioButton\">Creates an option button.</ahelp> Option buttons enable the user to choose one of several options. Option buttons with the same functionality are given the same name (<link href=\"text/shared/02/01170101.xhp\" name=\"Name\"><emph>Name</emph></link> <emph>property</emph>). Normally, they are given a <link href=\"text/shared/02/01170000.xhp\" name=\"group box\">group box</link>." -msgstr "<ahelp hid=\".uno:RadioButton\">Створює перемикач.</ahelp> Перемикачі дозволяють вибрати один з декількох варіантів. Перемикачі з однаковими функціями мають однакову назву (<emph>властивість</emph> <link href=\"text/shared/02/01170101.xhp\" name=\"Name\"><emph>Name</emph></link>). Зазвичай їх уміщують у <link href=\"text/shared/02/01170000.xhp\" name=\"групу\">групу</link>." +msgstr "<ahelp hid=\".uno:RadioButton\">Створює перемикач.</ahelp> Перемикачі дозволяють вибрати один з декількох варіантів. Перемикачі з однаковими функціями мають однакову назву (<emph>властивість</emph> <link href=\"text/shared/02/01170101.xhp\" name=\"Назва\"><emph>Назва</emph></link>). Зазвичай їх уміщують у <link href=\"text/shared/02/01170000.xhp\" name=\"група\">групу</link>." #. PEmCF #: 01170000.xhp @@ -2714,7 +2714,7 @@ msgctxt "" "par_id3152811\n" "help.text" msgid "Inserts a new line." -msgstr "Вставляння нового рядка. " +msgstr "Вставляння нового рядка." #. 9T5A7 #: 01170100.xhp @@ -3074,7 +3074,7 @@ msgctxt "" "par_idN10835\n" "help.text" msgid "Undo data entry" -msgstr "Скасувати введення даних " +msgstr "Скасувати введення даних" #. uUDd5 #: 01170101.xhp @@ -8809,13 +8809,13 @@ msgctxt "" msgid "<ahelp hid=\".\">If you create a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, enter the data field of the parent form responsible for the synchronization between parent and subform.</ahelp> To enter multiple values, press Shift + Enter after each input line." msgstr "" -#. BB25h +#. FRDC5 #: 01170203.xhp msgctxt "" "01170203.xhp\n" "par_id3149568\n" "help.text" -msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/sdatabase/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box." +msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box." msgstr "" #. KAQ4c @@ -10528,14 +10528,14 @@ msgctxt "" msgid "Each $[officename] application has its own <emph>Styles</emph> window. Hence there are separate windows for <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">text documents</link></caseinline><defaultinline>text documents</defaultinline></switchinline>, for <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">spreadsheets</link></caseinline><defaultinline>spreadsheets</defaultinline></switchinline> and for <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><defaultinline>presentations/drawing documents</defaultinline></switchinline>." msgstr "" -#. VmzDY +#. qTFgZ #: 01230000.xhp msgctxt "" "01230000.xhp\n" "par_id3143267\n" "help.text" -msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149999\">Icon Styles</alt></image>" -msgstr "" +msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Icon</alt></image>" +msgstr "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Піктограма</alt></image>" #. Cwybn #: 01230000.xhp @@ -11003,7 +11003,7 @@ msgctxt "" "par_id3166460\n" "help.text" msgid "Increase Indent" -msgstr "" +msgstr "Збільшити відступ" #. AaWfB #: 02140000.xhp @@ -11012,7 +11012,7 @@ msgctxt "" "par_id3152996\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline> key to move the indenting of the selected paragraph by the default tab distance set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the <emph>Options</emph> dialog box.</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Натисніть піктограму <emph>Збільшити відступ</emph>, утримуючи клавішу <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>, щоб змістити відступ виділеного абзаца типовим кроком табуляції, визначеним у меню <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - Загальне\"><emph>%PRODUCTNAME Writer - Загальне</emph></link> діалогового вікна <emph>Параметри</emph>.</caseinline></switchinline>" #. LssTS #: 02140000.xhp @@ -11021,7 +11021,7 @@ msgctxt "" "par_id3157910\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Example:</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Приклад:</caseinline></switchinline>" #. TAqhH #: 02140000.xhp @@ -11030,7 +11030,7 @@ msgctxt "" "par_id3153698\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The indents of two paragraphs are moved with the <emph>Increase Indent</emph> function to a standard tab distance of 2 cm:</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Відступи для двох абзаців переміщені з допомогою функції <emph>Збільшити відступ</emph> на стандартну відстань позицій табуляції 2 см:</caseinline></switchinline>" #. ykrXq #: 02140000.xhp @@ -11039,7 +11039,7 @@ msgctxt "" "par_id3154047\n" "help.text" msgid "Original indent" -msgstr "" +msgstr "Звичайний відступ" #. RFnRi #: 02140000.xhp @@ -11048,7 +11048,7 @@ msgctxt "" "par_id3148492\n" "help.text" msgid "Indent increased" -msgstr "" +msgstr "Збільшений відступ" #. hvGjE #: 02140000.xhp @@ -11057,7 +11057,7 @@ msgctxt "" "par_id3153126\n" "help.text" msgid "Indent increased by the amount with the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline> key." -msgstr "" +msgstr "Відступ збільшують клавішами <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>." #. AVbtQ #: 02140000.xhp @@ -11066,7 +11066,7 @@ msgctxt "" "par_id3155922\n" "help.text" msgid "0.25 cm" -msgstr "" +msgstr "0,25 см" #. nMSdL #: 02140000.xhp @@ -11075,7 +11075,7 @@ msgctxt "" "par_id3147265\n" "help.text" msgid "2 cm" -msgstr "" +msgstr "2 см" #. MhNFX #: 02140000.xhp @@ -11084,7 +11084,7 @@ msgctxt "" "par_id3149669\n" "help.text" msgid "2.25 cm" -msgstr "" +msgstr "2,25 см" #. SDe24 #: 02140000.xhp @@ -11093,7 +11093,7 @@ msgctxt "" "par_id3161657\n" "help.text" msgid "0.5 cm" -msgstr "" +msgstr "0,5 см" #. wSA5F #: 02140000.xhp @@ -11102,7 +11102,7 @@ msgctxt "" "par_id3150791\n" "help.text" msgid "2 cm" -msgstr "" +msgstr "2 см" #. 2LVbt #: 02140000.xhp @@ -11111,7 +11111,7 @@ msgctxt "" "par_id3154138\n" "help.text" msgid "2.5 cm" -msgstr "" +msgstr "2.5 см" #. DUGDP #: 02160000.xhp @@ -11120,61 +11120,34 @@ msgctxt "" "tit\n" "help.text" msgid "Highlight Color" -msgstr "" +msgstr "Виділення кольором" -#. 5GRDP +#. EjB2o #: 02160000.xhp msgctxt "" "02160000.xhp\n" "hd_id3109850\n" "help.text" -msgid "<link href=\"text/shared/02/02160000.xhp\" name=\"Highlight Color\">Highlighting</link>" -msgstr "" +msgid "<link href=\"text/shared/02/02160000.xhp\" name=\"Highlight Color\">Highlight Color</link>" +msgstr "<link href=\"text/shared/02/02160000.xhp\" name=\"Колір підсвічування\">Колір підсвічування</link>" -#. TLSg8 +#. aDVdx #: 02160000.xhp msgctxt "" "02160000.xhp\n" "par_id3154927\n" "help.text" -msgid "<variable id=\"zeichenhintergrundtext\"><ahelp hid=\".uno:BackColor\">Applies the current highlight color to the background of a character style or text selection.</ahelp></variable>" -msgstr "" - -#. E9d9L -#: 02160000.xhp -msgctxt "" -"02160000.xhp\n" -"par_id871592838003088\n" -"help.text" -msgid "If no text is selected, click the <emph>Highlight Color</emph> icon, select the text that you want to highlight, and then click the <emph>Highlight Color</emph> icon again. To change the highlight color, click the arrow next to the <emph>Highlight Color</emph> icon, and then click the color that you want." -msgstr "" - -#. KrAa6 -#: 02160000.xhp -msgctxt "" -"02160000.xhp\n" -"par_id3147330\n" -"help.text" -msgid "Choose <menuitem>Format - Character - Highlighting</menuitem> tab." +msgid "<variable id=\"zeichenhintergrundtext\"><ahelp hid=\".uno:BackColor\">Applies the current highlight color to the background of a text selection. If no text is selected, click the <emph>Highlight Color</emph> icon, select the text that you want to highlight, and then click the <emph>Highlight Color</emph> icon again. To change the highlight color, click the arrow next to the <emph>Highlight Color</emph> icon, and then click the color that you want.</ahelp></variable>" msgstr "" -#. 6YA7C -#: 02160000.xhp -msgctxt "" -"02160000.xhp\n" -"par_id61592838932801\n" -"help.text" -msgid "When editing a character style, choose <emph>Highlighting</emph> tab." -msgstr "" - -#. AkVGB +#. jDQTx #: 02160000.xhp msgctxt "" "02160000.xhp\n" "par_id3152551\n" "help.text" -msgid "<image id=\"img_id3149177\" src=\"cmd/sc_backcolor.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149177\">Icon Highlighting</alt></image>" -msgstr "" +msgid "<image id=\"img_id3149177\" src=\"cmd/sc_backcolor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149177\">Icon</alt></image>" +msgstr "<image id=\"img_id3149177\" src=\"cmd/sc_backcolor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149177\">Піктограма</alt></image>" #. gZTBs #: 02160000.xhp @@ -11761,14 +11734,14 @@ msgctxt "" msgid "The <emph>Arrow Style</emph> icon is only displayed when you create a drawing with the drawing functions. For more information, see the <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph>Line Styles</emph></link> section of the Help." msgstr "" -#. MeQRj +#. iZS9C #: 05020000.xhp msgctxt "" "05020000.xhp\n" "par_id3148548\n" "help.text" -msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145090\">Icon Line Ends</alt></image>" -msgstr "" +msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Icon</alt></image>" +msgstr "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Піктограма</alt></image>" #. RuXvo #: 05020000.xhp @@ -12209,7 +12182,7 @@ msgctxt "" "tit\n" "help.text" msgid "Load URL" -msgstr "Завантажити URL " +msgstr "Завантажити URL" #. tBCUX #: 07010000.xhp @@ -12227,7 +12200,7 @@ msgctxt "" "par_id3155364\n" "help.text" msgid "<ahelp hid=\".\">Loads a document specified by an entered URL. You can type a new URL, edit an URL, or select one from the list. Displays the full path of the current document.</ahelp>" -msgstr "<ahelp hid=\".\">Завантажує документ, заданий за допомогою уведеної URL-адреси. Можна ввести нову URL-адресу або вибрати адресу зі списку. Показує повний шлях поточного документа.</ahelp> " +msgstr "<ahelp hid=\".\">Завантажує документ, заданий за допомогою уведеної URL-адреси. Можна ввести нову URL-адресу або вибрати адресу зі списку. Показує повний шлях поточного документа.</ahelp>" #. sdJWM #: 07010000.xhp @@ -12272,7 +12245,7 @@ msgctxt "" "par_id3151315\n" "help.text" msgid "<ahelp hid=\".uno:Reload\" visibility=\"visible\">Replaces the current document with the last saved version.</ahelp>" -msgstr "<ahelp hid=\".uno:Reload\" visibility=\"visible\">Замінює поточний документ його останньою збереженою версією.</ahelp> " +msgstr "<ahelp hid=\".uno:Reload\" visibility=\"visible\">Замінює поточний документ його останньою збереженою версією.</ahelp>" #. XJkit #: 07060000.xhp @@ -12380,7 +12353,7 @@ msgctxt "" "par_id3144740\n" "help.text" msgid "<ahelp hid=\".\">Turns the edit mode for the current database table on or off.</ahelp>" -msgstr "<ahelp hid=\".\">Вмикання або вимикання режиму редагування для поточної таблиці бази даних.</ahelp> " +msgstr "<ahelp hid=\".\">Вмикання або вимикання режиму редагування для поточної таблиці бази даних.</ahelp>" #. iDJ6y #: 07070100.xhp @@ -12407,7 +12380,7 @@ msgctxt "" "hd_id3149388\n" "help.text" msgid "Editing Databases in Networks" -msgstr "Змінення баз даних у мережах " +msgstr "Змінення баз даних у мережах" #. GVDbB #: 07070100.xhp @@ -13030,13 +13003,13 @@ msgctxt "" msgid "<link href=\"text/shared/02/09070200.xhp\" name=\"Mail\">Mail</link>" msgstr "<link href=\"text/shared/02/09070200.xhp\" name=\"Пошта\">Пошта</link>" -#. BBHET +#. RPDBm #: 09070200.xhp msgctxt "" "09070200.xhp\n" "par_id3153049\n" "help.text" -msgid "<ahelp hid=\".\">On the <emph>Mail</emph> page in the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\"><emph>Hyperlink</emph> dialog</link> you can edit hyperlinks for email addresses.</ahelp>" +msgid "<ahelp hid=\".\">On the <emph>Mail</emph> page in the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\"><emph>Hyperlink</emph> dialog</link> you can edit hyperlinks for e-mail addresses.</ahelp>" msgstr "" #. mDsga @@ -13057,13 +13030,13 @@ msgctxt "" msgid "Recipient" msgstr "" -#. DWmiF +#. mCiGb #: 09070200.xhp msgctxt "" "09070200.xhp\n" "par_id3166460\n" "help.text" -msgid "<ahelp hid=\".\">Assigns the specified <emph>email address</emph> to the hyperlink.</ahelp> Clicking the new hyperlink in the document will open a new message document, addressed to the receiver specified in the <emph>Recipient</emph> field." +msgid "<ahelp hid=\".\">Assigns the specified <emph>e-mail address</emph> to the hyperlink.</ahelp> Clicking the new hyperlink in the document will open a new message document, addressed to the receiver specified in the <emph>Recipient</emph> field." msgstr "" #. Hop8w @@ -13075,13 +13048,13 @@ msgctxt "" msgid "Data Sources" msgstr "" -#. xhxGP +#. qd5fY #: 09070200.xhp msgctxt "" "09070200.xhp\n" "par_id3149514\n" "help.text" -msgid "<ahelp hid=\"cui/ui/hyperlinkmailpage/adressbook\">Hides or shows the <emph>data source</emph> browser.</ahelp> Drag the receiver's <emph>Email</emph> data field from the data source browser into the <emph>Recipient</emph> text field." +msgid "<ahelp hid=\"cui/ui/hyperlinkmailpage/adressbook\">Hides or shows the <emph>data source</emph> browser.</ahelp> Drag the receiver's <emph>E-mail</emph> data field from the data source browser into the <emph>Recipient</emph> text field." msgstr "" #. AMsuz @@ -15341,7 +15314,7 @@ msgctxt "" "hd_id3143267\n" "help.text" msgid "Search for" -msgstr "Знайти " +msgstr "Знайти" #. CpHMt #: 12100200.xhp @@ -15370,13 +15343,13 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/fmsearchdialog/rbSearchForText\">Enter the search term in the box or select it from the list.</ahelp> The text under the cursor is already copied into the <emph>Text</emph> combo box. Note that while running a search in a form, tabs and line breaks cannot be processed." msgstr "" -#. 7YYGz +#. 2U9yt #: 12100200.xhp msgctxt "" "12100200.xhp\n" "par_id3148539\n" "help.text" -msgid "Your search terms will be saved as long as the table or the form document is open. If you are running more than one search and you would like to repeat the search term, you can select a previously used search term from the combo box." +msgid "Your search terms will be saved as long as the table or the formula document is open. If you are running more than one search and you would like to repeat the search term, you can select a previously used search term from the combo box." msgstr "" #. GkrL9 @@ -17026,13 +16999,13 @@ msgctxt "" msgid "Run SQL command directly" msgstr "Виконати команду SQL напряму" -#. 2GZmA +#. KmBRr #: 14030000.xhp msgctxt "" "14030000.xhp\n" "par_id3155535\n" "help.text" -msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/sdatabase/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL." +msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL." msgstr "" #. tTG7m @@ -17053,13 +17026,13 @@ msgctxt "" msgid "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Functions</link>" msgstr "<link href=\"text/shared/02/14040000.xhp\" name=\"Функції\">Функції</link>" -#. LfbjB +#. JisGv #: 14040000.xhp msgctxt "" "14040000.xhp\n" "par_id3159224\n" "help.text" -msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>" +msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>" msgstr "" #. iGFfH @@ -17098,13 +17071,13 @@ msgctxt "" msgid "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">Table Name</link>" msgstr "<link href=\"text/shared/02/14050000.xhp\" name=\"Назва таблиці\">Назва таблиці</link>" -#. vEiiV +#. ZZDpV #: 14050000.xhp msgctxt "" "14050000.xhp\n" "par_id3154232\n" "help.text" -msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>" +msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>" msgstr "" #. t48DA @@ -17143,13 +17116,13 @@ msgctxt "" msgid "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alias</link>" msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Псевдонім\">Псевдонім</link>" -#. tE9CF +#. jd5Ew #: 14060000.xhp msgctxt "" "14060000.xhp\n" "par_id3148731\n" "help.text" -msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>" +msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>" msgstr "" #. CcbaZ @@ -17197,13 +17170,13 @@ msgctxt "" msgid "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">Distinct Values</link>" msgstr "<link href=\"text/shared/02/14070000.xhp\" name=\"Різні значення\">Різні значення</link>" -#. MhStz +#. dwMdA #: 14070000.xhp msgctxt "" "14070000.xhp\n" "par_id3154894\n" "help.text" -msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once." +msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once." msgstr "" #. EXAFG @@ -19240,40 +19213,13 @@ msgctxt "" msgid "Limit" msgstr "Границя" -#. SWTG4 +#. bXFUp #: limit.xhp msgctxt "" "limit.xhp\n" "par_id3154894\n" "help.text" -msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it." -msgstr "" - -#. bbAX7 -#: namedialog.xhp -msgctxt "" -"namedialog.xhp\n" -"tit\n" -"help.text" -msgid "Enter Name" -msgstr "" - -#. pymwL -#: namedialog.xhp -msgctxt "" -"namedialog.xhp\n" -"hd_id581597430248366\n" -"help.text" -msgid "<variable id=\"namedialogh1\"><link href=\"text/shared/02/namedialog.xhp\" name=\"Name\">Enter Name Dialog</link></variable>" -msgstr "" - -#. edfxG -#: namedialog.xhp -msgctxt "" -"namedialog.xhp\n" -"par_id3153681\n" -"help.text" -msgid "Enter a name or any requested text on the label." +msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it." msgstr "" #. Ae3Qb @@ -19518,12 +19464,3 @@ msgctxt "" "help.text" msgid "Some shapes have a special handle which you can drag to change the properties of the shape. The mouse pointer changes to a hand symbol over these special handles." msgstr "" - -#. Ju4Wr -#: symbolshapes.xhp -msgctxt "" -"symbolshapes.xhp\n" -"par_id911600993420542\n" -"help.text" -msgid "<image src=\"media/helpimg/sdraw/control_points.png\" id=\"img_id691600993420543\"><alt id=\"alt_id651600993420544\">Control points in a shape</alt></image>" -msgstr "" diff --git a/source/uk/helpcontent2/source/text/shared/04.po b/source/uk/helpcontent2/source/text/shared/04.po index efcb65a2672..5d49c967cd3 100644 --- a/source/uk/helpcontent2/source/text/shared/04.po +++ b/source/uk/helpcontent2/source/text/shared/04.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-07-21 11:19+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2020-07-27 05:34+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared04/uk/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1547163946.000000\n" #. GEuoc @@ -1168,14 +1168,14 @@ msgctxt "" msgid "The \"Underlined\" attribute is applied to the selected area. If the cursor is positioned in a word, this word is also underlined." msgstr "До вибраного фрагмента застосовується атрибут \"Підкреслений\". Якщо курсор розташований у слові, то це слово виділяється підкресленням." -#. EVCzG +#. E6c39 #: 01010000.xhp msgctxt "" "01010000.xhp\n" "par_idN10BC0\n" "help.text" -msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+M" -msgstr "" +msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌃M</caseinline><defaultinline>Ctrl+M</defaultinline></switchinline>" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌃M</caseinline><defaultinline>Ctrl+M</defaultinline></switchinline>" #. xoBua #: 01010000.xhp diff --git a/source/uk/helpcontent2/source/text/shared/05.po b/source/uk/helpcontent2/source/text/shared/05.po index e5eb73a24cc..a95d301a821 100644 --- a/source/uk/helpcontent2/source/text/shared/05.po +++ b/source/uk/helpcontent2/source/text/shared/05.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-09-28 11:22+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2020-10-05 18:35+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared05/uk/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1560361825.000000\n" #. WPTtk @@ -124,14 +124,14 @@ msgctxt "" msgid "Security" msgstr "Безпека" -#. 4QHHk +#. GqtZB #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id0804200803314235\n" "help.text" -msgid "In case you are concerned about any security issue with using this software, you can contact the developers on the <link href=\"https://lists.freedesktop.org/mailman/listinfo/libreoffice\">public mailing list</link>. If you want to discuss any issue with other users, send an email to the public mailing list <literal>users@global.libreoffice.org</literal>." -msgstr "Якщо Ви занепокоєні щодо питань безпеки при використанні цього програмного забезпечення, Ви можете звернутись до розробників за <link href=\"https://lists.freedesktop.org/mailman/listinfo/libreoffice\">загальним списком розсилки</link>. Якщо Ви бажаєте обговорити будь-яку тему з використання ПЗ із іншими користувачами, надішліть електронного листа на загальний список розсилки <literal>users@global.libreoffice.org</literal>." +msgid "In case you are concerned about any security issue with using this software, you can contact the developers on the <link href=\"https://lists.freedesktop.org/mailman/listinfo/libreoffice\">public mailing list</link>. If you want to discuss any issue with other users, send an email to the public mailing list <literal>users@libreoffice.org</literal>." +msgstr "Якщо у Вас є сумніви щодо безпечності використання цього програмного забезпечення, Ви можете звернутись до розробників на <link href=\"https://lists.freedesktop.org/mailman/listinfo/libreoffice\">загальний список розсилки</link>. Якщо Ви бажаєте обговорити будь-яку версію з іншими користувачами, надішліть електронного листа на загальний список розсилки <literal>users@libreoffice.org</literal>." #. tEPqi #: 00000001.xhp @@ -1258,68 +1258,50 @@ msgctxt "" msgid "Help Page Not Found" msgstr "Сторінку довідки не знайдено" -#. NedCe +#. YCEdQ #: err_html.xhp msgctxt "" "err_html.xhp\n" "hd_id3146957\n" "help.text" -msgid "Could not find Help page (404)." -msgstr "Неможливо знайти сторінку довідки (404)." +msgid "Could not find Help page." +msgstr "Не вдалось знайти сторінку довідки." -#. YF3vS +#. JcRCV #: err_html.xhp msgctxt "" "err_html.xhp\n" "par_id3147088\n" "help.text" -msgid "That is an error. Possible causes are:" -msgstr "Виникла помилка. Можливі причини:" +msgid "Unfortunately the Help page you selected was not found. The following data could be helpful in locating the error:" +msgstr "Вибрану сторінку довідки не знайдено. Для виявлення помилки можуть знадобитися такі дані:" -#. afzNC -#: err_html.xhp -msgctxt "" -"err_html.xhp\n" -"par_id131592238966436\n" -"help.text" -msgid "The page does not exist and must be created." -msgstr "Сторінка не існує, її потрібно створити." - -#. wBHiJ -#: err_html.xhp -msgctxt "" -"err_html.xhp\n" -"par_id201592238985883\n" -"help.text" -msgid "The page exists, but the Help ID is wrong or missing." -msgstr "Сторінка існує, але ID довідки неправильний або відсутній." - -#. Bbuu2 +#. Eekrb #: err_html.xhp msgctxt "" "err_html.xhp\n" -"par_id761592239118086\n" +"par_id3143268\n" "help.text" -msgid "Use the Module, Contents, Index and Search selectors to find the right page." -msgstr "Використовуйте показники Модуль, Зміст, Індекс та Пошук для знаходження потрібної сторінки." +msgid "Help ID: <emph><help-id-missing/></emph>" +msgstr "Ідентифікатор довідки: <emph><help-id-missing/></emph>" -#. aKd5h +#. wgFpy #: err_html.xhp msgctxt "" "err_html.xhp\n" -"par_id971592240070356\n" +"par_idN10681\n" "help.text" -msgid "The following data could be helpful in locating the error:" -msgstr "Такі дані можуть бути корисні для встановлення помилки:" +msgid "You can install missing Help modules using the <emph>Setup</emph> application." +msgstr "Ви можете встановити відсутні модулі довідки за допомогою <emph>інсталятора</emph>." -#. Eekrb +#. vYGeB #: err_html.xhp msgctxt "" "err_html.xhp\n" -"par_id3143268\n" +"par_id3150541\n" "help.text" -msgid "Help ID: <emph><help-id-missing/></emph>" -msgstr "Ідентифікатор довідки: <emph><help-id-missing/></emph>" +msgid "Click <image id=\"img_id3148946\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148946\">Icon</alt></image><emph>Back</emph> to return to the previous page." +msgstr "Щоб повернутися на попередню сторінку, натисніть <image id=\"img_id3148946\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148946\">піктограму</alt></image><emph>Назад</emph>." #. UsFJF #: new_help.xhp diff --git a/source/uk/helpcontent2/source/text/shared/06.po b/source/uk/helpcontent2/source/text/shared/06.po index 520ebcce0dc..581e42ea2a3 100644 --- a/source/uk/helpcontent2/source/text/shared/06.po +++ b/source/uk/helpcontent2/source/text/shared/06.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: 2020-09-28 11:22+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2018-09-09 12:53+0000\n" "Last-Translator: Olexandr Pylypchuk <pilipchukap@rambler.ru>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -196,13 +196,13 @@ msgctxt "" msgid "<image src=\"media/screenshots/cui/ui/optgeneralpage/OptGeneralPage.png\" id=\"img_id11572514566037\"><alt id=\"alt_id41572514566038\">Options General Dialog Image</alt></image>" msgstr "" -#. 3B3a3 +#. ofEA4 #: sc_screenshots.xhp msgctxt "" "sc_screenshots.xhp\n" "tit\n" "help.text" -msgid "Calc Screenshots" +msgid "page_title" msgstr "" #. QaaKZ @@ -295,15 +295,6 @@ msgctxt "" msgid "<image id=\"img_id090120160131201466\" src=\"media/screenshots/cui/ui/pageformatpage/PageFormatPage.png\"><alt id=\"alt_id090120160131201466\">Page format tab page</alt></image>" msgstr "" -#. ZKaCs -#: shared_cui_screenshots.xhp -msgctxt "" -"shared_cui_screenshots.xhp\n" -"par_id521601001943409\n" -"help.text" -msgid "<image src=\"media/screenshots/cui/ui/slantcornertabpage/SlantAndCornerRadius.png\" id=\"img_id91601001943410\"><alt id=\"alt_id101601001943411\">Slant and Corner Radius tab page</alt></image>" -msgstr "" - #. agtWk #: simpress_screenshots.xhp msgctxt "" diff --git a/source/uk/helpcontent2/source/text/shared/autopi.po b/source/uk/helpcontent2/source/text/shared/autopi.po index 7f921048ad8..51261479a4b 100644 --- a/source/uk/helpcontent2/source/text/shared/autopi.po +++ b/source/uk/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: 2020-08-04 13:02+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2020-08-11 08:35+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedautopi/uk/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1524773496.000000\n" #. hCAzG @@ -5722,23 +5722,23 @@ msgctxt "" msgid "<ahelp hid=\"modules/simpress/ui/publishingdialog/authorEntry\">Specifies the name of the publication's author.</ahelp>" msgstr "<ahelp hid=\"modules/simpress/ui/publishingdialog/authorEntry\">Ім’я автора публікації.</ahelp>" -#. DcYxq +#. f8b7F #: 01110400.xhp msgctxt "" "01110400.xhp\n" "hd_id3147089\n" "help.text" -msgid "Email address" -msgstr "Email адреса" +msgid "E-mail address" +msgstr "Адреса електронної пошти" -#. Bm9Gp +#. xxDYV #: 01110400.xhp msgctxt "" "01110400.xhp\n" "par_id3166460\n" "help.text" -msgid "<ahelp hid=\"modules/simpress/ui/publishingdialog/emailEntry\">Specifies the email address.</ahelp>" -msgstr "<ahelp hid=\"modules/simpress/ui/publishingdialog/emailEntry\">Визначає адресу email.</ahelp>" +msgid "<ahelp hid=\"modules/simpress/ui/publishingdialog/emailEntry\">Specifies the e-mail address.</ahelp>" +msgstr "<ahelp hid=\"modules/simpress/ui/publishingdialog/emailEntry\">Адреса електронної пошти.</ahelp>" #. VhjgN #: 01110400.xhp diff --git a/source/uk/helpcontent2/source/text/shared/explorer/database.po b/source/uk/helpcontent2/source/text/shared/explorer/database.po index 221a27b8d1b..02d1d55d292 100644 --- a/source/uk/helpcontent2/source/text/shared/explorer/database.po +++ b/source/uk/helpcontent2/source/text/shared/explorer/database.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: 2020-09-28 11:22+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2020-04-26 09:16+0000\n" "Last-Translator: Olexandr Pylypchuk <pilipchukap@rambler.ru>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedexplorerdatabase/uk/>\n" @@ -16,6 +16,2760 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1560361923.000000\n" +#. ugSgG +#: 02000000.xhp +msgctxt "" +"02000000.xhp\n" +"tit\n" +"help.text" +msgid "Queries" +msgstr "" + +#. nuBLG +#: 02000000.xhp +msgctxt "" +"02000000.xhp\n" +"bm_id3150445\n" +"help.text" +msgid "<bookmark_value>queries;overview (Base)</bookmark_value><bookmark_value>tables in databases; printing queries (Base)</bookmark_value><bookmark_value>printing; queries (Base)</bookmark_value><bookmark_value>queries; printing (Base)</bookmark_value>" +msgstr "<bookmark_value>запити;огляд (Base)</bookmark_value><bookmark_value>таблиці в базах даних; друк запитів (Base)</bookmark_value><bookmark_value>друк; запити (Base)</bookmark_value><bookmark_value>запити; друк (Base)</bookmark_value>" + +#. ABqD3 +#: 02000000.xhp +msgctxt "" +"02000000.xhp\n" +"hd_id3150445\n" +"help.text" +msgid "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Queries\">Queries</link>" +msgstr "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Запити\">Запити</link>" + +#. KaF9w +#: 02000000.xhp +msgctxt "" +"02000000.xhp\n" +"par_id3150499\n" +"help.text" +msgid "A \"query\" is a special view of a table. A query can display chosen records or chosen fields within records; it can also sort those records. A query can apply to one table or to multiple tables, if they are linked by common data fields." +msgstr "Запит - це особливий ракурс таблиці. У запиті можуть відображатися вибрані записи або поля всередині записів, а також може виконуватися сортування записів. Запит може стосуватися однієї таблиці або декількох таблиць, якщо вони пов'язані спільними полями даних." + +#. FG8C9 +#: 02000000.xhp +msgctxt "" +"02000000.xhp\n" +"par_id3147399\n" +"help.text" +msgid "Use queries to find records from data tables based on certain criteria. All queries created for a database are listed under the <emph>Queries</emph> entry. Since this entry contains the database queries, it is also called the \"query container\"." +msgstr "Запити використовуються для пошуку записів в таблицях даних на основі заданих умов. Всі запити, створені для бази даних, подані в запису <emph>Запити</emph>. Оскільки цей запис містить запити до бази даних, його також називають \"контейнером запитів\"." + +#. AuJW3 +#: 02000000.xhp +msgctxt "" +"02000000.xhp\n" +"hd_id3153750\n" +"help.text" +msgid "Printing Queries" +msgstr "Друк запитів" + +#. BVVMe +#: 02000000.xhp +msgctxt "" +"02000000.xhp\n" +"par_id3149183\n" +"help.text" +msgid "To print a query or table:" +msgstr "Для друку запиту або таблиці:" + +#. zDMbu +#: 02000000.xhp +msgctxt "" +"02000000.xhp\n" +"par_id3156426\n" +"help.text" +msgid "Open a text document (or a spreadsheet document if you prefer the specific printing functions of this type of document)." +msgstr "Відкрийте текстовий документ (або документ електронної таблиці, якщо потрібно використовувати функції друку саме цього типу документа)." + +#. KFWTE +#: 02000000.xhp +msgctxt "" +"02000000.xhp\n" +"par_id3149827\n" +"help.text" +msgid "Open the database file and click the Table icon if you want to print a table, or click the Query icon if you want to print a query." +msgstr "Відкрийте файл бази даних та клацніть по значку Таблиця, якщо ви хочете надрукувати таблицю, або клацніть по значку Запит, якщо ви хочете надрукувати запит." + +#. 9ZPFm +#: 02000000.xhp +msgctxt "" +"02000000.xhp\n" +"par_id3149398\n" +"help.text" +msgid "Drag the name of the table or query into the open text document or spreadsheet. The dialog <link href=\"text/shared/02/12070000.xhp\" name=\"Insert Database Columns\">Insert Database Columns</link> opens." +msgstr "Перетягніть назву таблиці або запиту у відкритий текстовий документ або електронну таблицю. Відкриється діалогове вікно <link href=\"text/shared/02/12070000.xhp\" name=\"Вставка стовпчиків бази даних\">Вставка стовпчиків бази даних</link>." + +#. m5TnG +#: 02000000.xhp +msgctxt "" +"02000000.xhp\n" +"par_id3150443\n" +"help.text" +msgid "Decide which columns = data fields you want to include. You can also click the <emph>AutoFormat</emph> button and select a corresponding formatting type. Close the dialog." +msgstr "Визначте, які стовпці = поля даних ви хочете включити. Ви також можете натиснути кнопку <emph>Автоформат</emph> та обрати відповідний тип форматування. Закрийте діалогове вікно." + +#. AAQ4y +#: 02000000.xhp +msgctxt "" +"02000000.xhp\n" +"par_id3153561\n" +"help.text" +msgid "The query or table will be inserted into your document." +msgstr "Запит або таблицю буде вставлено у ваш документ." + +#. XDLzM +#: 02000000.xhp +msgctxt "" +"02000000.xhp\n" +"par_id3150503\n" +"help.text" +msgid "Print the document by choosing <emph>File - Print</emph>." +msgstr "Надрукуйте документ, скориставшись командою меню <emph>Файл - Друк</emph>." + +#. Kh9NG +#: 02000000.xhp +msgctxt "" +"02000000.xhp\n" +"par_id3153146\n" +"help.text" +msgid "You can also open the data source view (Ctrl+Shift+F4), select the entire database table in the data source view (click on the top left corner of the table), and then drag the selection to a text document or spreadsheet." +msgstr "Ви також можете відчинити перегляд джерела даних (Ctrl+Shift+F4), вибрати всю таблицю бази даних у перегляді джерела даних (клацніть у лівому верхньому куті таблиці), та перетягти вибране у текстовий документ або електронну таблицю." + +#. PJjKX +#: 02000000.xhp +msgctxt "" +"02000000.xhp\n" +"hd_id3148946\n" +"help.text" +msgid "<link href=\"text/shared/main0212.xhp\" name=\"Sorting and Filtering Data\">Sorting and Filtering Data</link>" +msgstr "<link href=\"text/shared/main0212.xhp\" name=\"Сортування і фільтрування даних\">Сортування і фільтрування даних</link>" + +#. ERCGr +#: 02000000.xhp +msgctxt "" +"02000000.xhp\n" +"par_id3149655\n" +"help.text" +msgid "Allows you to sort and filter the data in a query table." +msgstr "Дозволяє сортувати і фільтрувати дані у таблиці запиту." + +#. EUECa +#: 02000000.xhp +msgctxt "" +"02000000.xhp\n" +"hd_id3153379\n" +"help.text" +msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>" +msgstr "" + +#. 3JCfK +#: 02000000.xhp +msgctxt "" +"02000000.xhp\n" +"par_id3151211\n" +"help.text" +msgid "With the <emph>Query Design</emph>, you can create and edit a query or view." +msgstr "У <emph>Конструкторі запитів</emph> ви можете створювати та редагувати запити або представлення." + +#. 343AB +#: 02000000.xhp +msgctxt "" +"02000000.xhp\n" +"hd_id3153968\n" +"help.text" +msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>" +msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Запит за декількома таблицями\">Запит за декількома таблицями</link>" + +#. ASeVi +#: 02000000.xhp +msgctxt "" +"02000000.xhp\n" +"par_id3151043\n" +"help.text" +msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields." +msgstr "Результат запиту може містити дані з декількох таблиць, якщо вони пов'язані між собою за допомогою відповідних полів даних." + +#. xGFWG +#: 02000000.xhp +msgctxt "" +"02000000.xhp\n" +"hd_id3159149\n" +"help.text" +msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>" +msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Формулювання умов запиту\">Формулювання умов запиту</link>" + +#. JTXBF +#: 02000000.xhp +msgctxt "" +"02000000.xhp\n" +"par_id3154910\n" +"help.text" +msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query." +msgstr "Вибір операторів і команд для використання у формулюванні умов фільтрації для запиту." + +#. haGR4 +#: 02000000.xhp +msgctxt "" +"02000000.xhp\n" +"hd_id3156212\n" +"help.text" +msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Executing Functions\">Executing Functions</link>" +msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Виконання функцій\">Виконання функцій</link>" + +#. FWCVa +#: 02000000.xhp +msgctxt "" +"02000000.xhp\n" +"par_id3144762\n" +"help.text" +msgid "You can perform calculations with the data of a table and store the results as a query result." +msgstr "Можна виконати обчислення з використанням даних таблиць і зберегти результати як результати запиту." + +#. BncmA +#: 02000002.xhp +msgctxt "" +"02000002.xhp\n" +"tit\n" +"help.text" +msgid "Missing Element" +msgstr "Відсутній елемент" + +#. noWgR +#: 02000002.xhp +msgctxt "" +"02000002.xhp\n" +"bm_id3150445\n" +"help.text" +msgid "<bookmark_value>queries; missing elements (Base)</bookmark_value>" +msgstr "<bookmark_value>запити; відсутні елементи (Base)</bookmark_value>" + +#. EoEQz +#: 02000002.xhp +msgctxt "" +"02000002.xhp\n" +"hd_id3150445\n" +"help.text" +msgid "Missing Element" +msgstr "Відсутній елемент" + +#. X2NF9 +#: 02000002.xhp +msgctxt "" +"02000002.xhp\n" +"par_id3150247\n" +"help.text" +msgid "If a query in which tables or fields no longer exist is opened, the<emph> Missing Element </emph>dialog appears. This dialog names the missing table or the field which cannot be interpreted and allows you to decide how to continue with the procedure." +msgstr "При відкритті запиту, таблиці або поля з якого більше не існують, відкривається діалогове вікно <emph>Відсутній елемент</emph>. Воно містить назву таблиці або поля, що не вдалось обробити, та надає вам можливість обрати як продовжити виконання процедури." + +#. fBc3m +#: 02000002.xhp +msgctxt "" +"02000002.xhp\n" +"hd_id3145072\n" +"help.text" +msgid "How to continue?" +msgstr "Як продовжити?" + +#. wV7Bh +#: 02000002.xhp +msgctxt "" +"02000002.xhp\n" +"par_id3149177\n" +"help.text" +msgid "There are three options available for answering this question:" +msgstr "Є три варіанти відповіді на це питання:" + +#. nwD7D +#: 02000002.xhp +msgctxt "" +"02000002.xhp\n" +"hd_id3147576\n" +"help.text" +msgid "Do you really want to open the query in the graphic view?" +msgstr "Ви справді хочете відкрити цей запит у графічному представленні?" + +#. hLDZm +#: 02000002.xhp +msgctxt "" +"02000002.xhp\n" +"par_id3166461\n" +"help.text" +msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored." +msgstr "<ahelp hid=\".\">Дозволяє відкрити запит в <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"конструктор\">конструкторі</link>, попри відсутні елементи.</ahelp> Ця опція також дозволяє вказати, чи потрібно ігнорувати інші помилки." + +#. DX2vA +#: 02000002.xhp +msgctxt "" +"02000002.xhp\n" +"par_id3153031\n" +"help.text" +msgid "The query is opened in the Design View (the graphical interface). Missing tables appear blank and invalid fields appear with their (invalid) names in the list of fields. This lets you work with exactly those fields that caused the error." +msgstr "Запит відкривається в режимі конструктора (графічний інтерфейс). Відсутні таблиці показані порожніми, а недійсні поля з їх (недійсними) іменами відображаються в списку полів. Це дає змогу працювати саме з тими полями, які викликали помилку." + +#. 477G3 +#: 02000002.xhp +msgctxt "" +"02000002.xhp\n" +"hd_id3149578\n" +"help.text" +msgid "Open the query in the SQL View" +msgstr "Відкрити запит у вигляді SQL" + +#. FRNyg +#: 02000002.xhp +msgctxt "" +"02000002.xhp\n" +"par_id3159157\n" +"help.text" +msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)." +msgstr "<ahelp hid=\".\">Дозволяє відкрити вікно конструктора запитів у <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"режим SQL\">режимі SQL</link> та обробити запит в якості <link href=\"text/shared/02/14030000.xhp\" name=\"SQL код\">SQL коду</link>.</ahelp> Вийти з режиму SQL коду можна тільки після того, як інструкція $[officename] буде повністю інтерпретована (це можливо тільки при використанні в запиті таблиць або полів, що дійсно існують)." + +#. 2N4uG +#: 02000002.xhp +msgctxt "" +"02000002.xhp\n" +"hd_id3150984\n" +"help.text" +msgid "Do not open the query" +msgstr "Не відкривати запит" + +#. 9hCbd +#: 02000002.xhp +msgctxt "" +"02000002.xhp\n" +"par_id3156329\n" +"help.text" +msgid "<ahelp hid=\".\">Allows you to cancel the procedure and specify that the query should not be opened.</ahelp> This option corresponds to the function of the <emph>Cancel</emph> dialog button." +msgstr "<ahelp hid=\".\">Дозволяє скасувати процедуру і вказати, щоб відкриття запиту не виконувалося.</ahelp> Цей параметр відповідає функції кнопки <emph>Скасувати</emph>." + +#. 4QDUr +#: 02000002.xhp +msgctxt "" +"02000002.xhp\n" +"hd_id3148492\n" +"help.text" +msgid "Also ignore similar errors" +msgstr "Нехтувати подібними помилками" + +#. tv3MZ +#: 02000002.xhp +msgctxt "" +"02000002.xhp\n" +"par_id3154285\n" +"help.text" +msgid "<ahelp hid=\".\">If you selected the first option, but you still want to open the query in the graphics view in spite of missing elements, you can specify whether other errors are ignored.</ahelp> Therefore, in the current opening process, no error message will be displayed if the query can not be correctly interpreted." +msgstr "<ahelp hid=\".\">Якщо ви обрали перший варіант та хочете відкрити цей запит в графічному поданні, попри відсутні елементи, то можете вказати ігнорування інших помилок.</ahelp> Отже, під час цього відкривання повідомлення про помилки не будуть показані навіть, коли запит не можна правильно інтерпретувати." + +#. E3MVS +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"tit\n" +"help.text" +msgid "Query Design" +msgstr "Конструктор запитів" + +#. Ys2sC +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"bm_id3153323\n" +"help.text" +msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>" +msgstr "<bookmark_value>представлення; створення представлень бази даних (Base)</bookmark_value> <bookmark_value>запити; створення в режимі конструктора (Base)</bookmark_value> <bookmark_value>проєктування; запити (Base)</bookmark_value> <bookmark_value>проєктування представлення; запити/представлення (Base)</bookmark_value> <bookmark_value>об'єднання;таблиці (Base)</bookmark_value> <bookmark_value>таблиці в базах даних; об'єднання для запитів (Base)</bookmark_value> <bookmark_value>запити; об'єднання таблиць (Base)</bookmark_value> <bookmark_value>таблиці в базах даних; зв'язки (Base)</bookmark_value> <bookmark_value>зв'язки; об'єднання таблиць (Base)</bookmark_value> <bookmark_value>запити; видалення посилань на таблицю (Base)</bookmark_value> <bookmark_value>критерії проєктування запиту (Base)</bookmark_value> <bookmark_value>запити; формулювання умов фільтрації (Base)</bookmark_value> <bookmark_value>умови фільтрації;в запитах (Base)</bookmark_value> <bookmark_value>параметри; запити (Base)</bookmark_value> <bookmark_value>запити; параметри запитів (Base)</bookmark_value> <bookmark_value>SQL; запити (Base)</bookmark_value> <bookmark_value>SQL код (Base)</bookmark_value>" + +#. T4W7n +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3153394\n" +"help.text" +msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>" +msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Конструктор запитів\">Конструктор запитів</link>" + +#. GU8Jd +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3156411\n" +"help.text" +msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>" +msgstr "<ahelp hid=\".\"><emph>Подання конструктора запитів</emph> дозволяє вам створювати й редагувати запити бази даних.</ahelp>" + +#. vGBE5 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id7024140\n" +"help.text" +msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time." +msgstr "" + +#. WZcUE +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3159176\n" +"help.text" +msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here." +msgstr "Обравши команду <emph>Створити представлення</emph> на вкладці <emph>Таблиці</emph> документа бази даних, ви побачите вікно <emph>Конструктор представлень</emph>, схоже на описане тут вікно <emph>Конструктор запитів</emph>." + +#. JMyC7 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id8307138\n" +"help.text" +msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view." +msgstr "Розташування елементів у вікні Конструктор запитів зберігається разом зі створеним запитом, але не може бути збережене зі створеним представленням." + +#. TEBj6 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3149233\n" +"help.text" +msgid "The Design View" +msgstr "Конструктор" + +#. zkTQc +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3145673\n" +"help.text" +msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>." +msgstr "Щоб створити запит, клацніть піктограму <emph>Запити</emph> в документі бази даних, а потім виберіть <emph>Створити запит у режимі дизайну</emph>." + +#. MAraF +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3150255\n" +"help.text" +msgid "The lower pane of the Design View is where you <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key." +msgstr "Нижня панель конструктора дозволяє вам <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"визначення\">визначити</link> запит. Для цього, треба вказати <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"назви полів\">назви полів</link> бази даних які будуть використані в ньому, та <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"критерії\">критерії</link> для виводу полів. Щоб змінити послідовність розміщення стовпців у нижній панелі конструктора, перетягніть заголовок стовпця у потрібне місце розташування, або оберіть стовпець та натисніть <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + клавіша зі стрілкою." + +#. GMVkG +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3152474\n" +"help.text" +msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed." +msgstr "У верхній частині вікна конструктора показані <link href=\"text/shared/main0214.xhp\" name=\"значки\">значки</link> панелі <emph>Конструктор запитів</emph> та панелі <emph>Дизайн</emph>." + +#. hYsxY +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3147559\n" +"help.text" +msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary." +msgstr "Щоб перевірити запит, двічі клацніть його ім'я у документі бази даних. Результат запиту відобразиться в таблиці, аналогічної представленню джерела даних. Примітка: таблиця відображається тільки тимчасово." + +#. B4HEH +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id8226264\n" +"help.text" +msgid "Keys in Query Design View" +msgstr "Клавіші в конструкторі запитів" + +#. Cvd4o +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id2341074\n" +"help.text" +msgid "Key" +msgstr "Клавіша" + +#. mCy9S +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id4384289\n" +"help.text" +msgid "Function" +msgstr "Функція" + +#. yybiC +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id5839106\n" +"help.text" +msgid "F4" +msgstr "F4" + +#. FMTZD +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id8554338\n" +"help.text" +msgid "Preview" +msgstr "" + +#. YQhGF +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id1254921\n" +"help.text" +msgid "F5" +msgstr "F5" + +#. C9yhE +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id7636646\n" +"help.text" +msgid "Run Query" +msgstr "Виконати запит" + +#. jdEeJ +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id8579363\n" +"help.text" +msgid "F7" +msgstr "F7" + +#. 6Y6Uw +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3227942\n" +"help.text" +msgid "Add Table or Query" +msgstr "Додати таблицю чи запит" + +#. WN7wR +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3154939\n" +"help.text" +msgid "Browse" +msgstr "" + +#. 5y4VZ +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3148799\n" +"help.text" +msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query." +msgstr "Коли ви вперше відкриєте конструктор запитів, ви побачите діалогове вікно, в якому ви повинні спочатку обрати таблицю або запит, який стане основою для вашого нового запиту." + +#. FBQA9 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3144762\n" +"help.text" +msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>" +msgstr "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Двічі клацніть поля, щоб додати їх до запиту. Перетягніть одне поле та відпустіть його на інше для визначення зв'язків між ними.</ahelp>" + +#. eG8FD +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3157894\n" +"help.text" +msgid "While designing a query, you cannot modify the selected tables." +msgstr "При розробці запиту змінити вибрані таблиці неможливо." + +#. NLywF +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3149562\n" +"help.text" +msgid "Remove tables" +msgstr "Вилучити таблиці" + +#. TbQzA +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3150685\n" +"help.text" +msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key." +msgstr "Щоб видалити таблицю з конструктора, клацніть верхню межу вікна таблиці для відображення контекстного меню. Для видалення таблиці з конструктора можна скористатися командою <emph>Видалити</emph>. Крім того, можна натиснути клавішу DELETE." + +#. VLTKB +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3150012\n" +"help.text" +msgid "Move table and modify table size" +msgstr "Перемістити таблицю і змінити розмір таблиці" + +#. amBsQ +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3146922\n" +"help.text" +msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size." +msgstr "Ви можете змінити розмір та розташувати таблиці відповідно до ваших уподобань. Для переміщення таблиці, перетягніть верхню межу в потрібне положення. Щоб збільшити або зменшити розмір зображення таблиці, наведіть вказівник миші на межу або кут таблиці та перетягніть її до досягнення потрібного розміру." + +#. UoCRG +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3145365\n" +"help.text" +msgid "Table Relations" +msgstr "Зв'язки таблиць" + +#. BFCxB +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3154145\n" +"help.text" +msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query." +msgstr "Якщо між полем в одній таблиці та полем в іншій таблиці існують зв'язки, ви можете використати ці зв'язки для вашого запиту." + +#. jcLbE +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3152577\n" +"help.text" +msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets." +msgstr "Якщо, наприклад, у вас є таблиця для статей ідентифікованих за номером статті та таблиця для клієнтів, у яку ви записуєте всі статті, замовлені клієнтом з використанням відповідних номерів статей, то існує зв'язок між двома полями даних \"номер статті\". Тепер, щоб створити запит усіх замовлених клієнтом статей, вам необхідно отримати дані з двох таблиць. Для цього потрібно повідомити $[officename] про зв'язок, який існує між даними цих таблиць." + +#. FspJi +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3155302\n" +"help.text" +msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query." +msgstr "Щоб зробити це, клацніть ім'я поля в таблиці (наприклад, ім'я поля \"Номер елемента\" таблиці клієнтів), утримуйте кнопку миші натиснутою та перетягніть назву поля на назву поля іншої таблиці (\"Номер елемента\" таблиці елементів). Коли ви відпустите кнопку миші, з'явиться лінія, що з'єднає ці два поля між двома вікнами таблиць. Відповідна умова (вміст імен полів має збігатися) вводиться в підсумковий запит SQL." + +#. FmAaU +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3153876\n" +"help.text" +msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database." +msgstr "Створення запиту на основі декількох зв'язаних таблиць можливе тільки при використанні $[officename] у якості інтерфейсу для реляційної бази даних." + +#. N2f8q +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3145646\n" +"help.text" +msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database." +msgstr "Ви не можете отримати доступ до таблиць з різних баз даних в запиті. Запити, пов'язані з декількома таблицями можуть бути створені лише в межах однієї бази даних." + +#. nLSiq +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3153279\n" +"help.text" +msgid "Specifying the relation type" +msgstr "Задання типу зв'язку" + +#. kDhFD +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3154791\n" +"help.text" +msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog." +msgstr "Якщо двічі клацнути лінію, що сполучає два пов'язані поля, або вибрати команду меню <emph>Вставка - Створити зв'язок</emph>, то в діалоговому вікні <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Зв'язки\"><emph>Властивості зв'язки</emph> можна вказати тип зв'язку</link>." + +#. rAkmw +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3150094\n" +"help.text" +msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types." +msgstr "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Змінити властивості з'єднання.</ahelp> У якості альтернативи можна натискати клавішу TAB, доки не буде обрано потрібну лінію, потім натиснути Shift+F10 для розкриття контекстного меню, та обрати команду <emph>Змінити</emph>. Деякі бази даних підтримують тільки частину можливих типів з'єднання." + +#. n3PMB +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3155851\n" +"help.text" +msgid "Deleting relations" +msgstr "Видалення зв'язків" + +#. jCb4H +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3156178\n" +"help.text" +msgid "To delete a relation between two tables, click the connection line and then press the Delete key." +msgstr "Щоб видалити зв'язок між двома таблицями, клацніть сполучну лінію і натисніть клавішу DELETE." + +#. 3UCig +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3150715\n" +"help.text" +msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command." +msgstr "Також можна видалити відповідні записи зі списку <emph>Включені поля</emph> у діалоговому вікні <emph>Зв'язки</emph>. Або виділіть з'єднувальний вектор за допомогою клавіші TAB, викличте контекстне меню, натиснувши клавіші SHIFT+F10 та виберіть команду <emph>Видалити</emph>." + +#. pBybB +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3151208\n" +"help.text" +msgid "Defining the query" +msgstr "Визначення запиту" + +#. yGfhU +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3158416\n" +"help.text" +msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND." +msgstr "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Виберіть умови для визначення запиту.</ahelp> Кожен стовпець таблиці конструктора містить поле даних для запиту. Умови в одному рядку пов'язані за допомогою Логічного ТА." + +#. UB5nG +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3154161\n" +"help.text" +msgid "Specifying field names" +msgstr "Задання назв полів" + +#. jyKMG +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3146791\n" +"help.text" +msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window." +msgstr "Спочатку оберіть всі назви полів таблиць, які потрібно додати до запиту. Ви можете зробити це за допомогою перетягування або подвійного клацання назви поля у вікні таблиці. Для перетягування мишкою пересуньте назву поля з вікна таблиці в нижню область вікна конструктора запитів. Після цього ви можете вказати, у який саме стовпець вікна конструктора запитів буде додано вибране поле. Назву поля також можна вибрати подвійним клацанням. Його буде додано до наступного порожнього стовпця вікна конструктора запитів." + +#. 66Dcr +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3150750\n" +"help.text" +msgid "Deleting field names" +msgstr "Вилучення назв полів" + +#. AbhrW +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3154479\n" +"help.text" +msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column." +msgstr "Щоб видалити назву поля із запиту, клацніть заголовок стовпця поля та виберіть команду <emph>Видалити</emph> у контекстному меню стовпця." + +#. V92gB +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3155764\n" +"help.text" +msgid "Saving the query" +msgstr "Збереження запиту" + +#. 2kWoA +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3148481\n" +"help.text" +msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name." +msgstr "Для збереження запиту, використайте піктограму <emph>Зберегти</emph> на панелі інструментів Стандартна. Ви побачите діалогове вікно, у якому слід увести назву для запиту. Якщо база даних підтримує схеми, можете також вказати назву схеми." + +#. M9UQL +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3154362\n" +"help.text" +msgid "Schema" +msgstr "Схема" + +#. 4Jwm3 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3154754\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>" +msgstr "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Введіть ім'я схеми, призначеної для запиту або представлення.</ahelp>" + +#. 6Q72c +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3156717\n" +"help.text" +msgid "Query name or table view name" +msgstr "Назва запиту або назва представлення" + +#. Cw73K +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3154253\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>" +msgstr "<ahelp hid=\"dbaccess/ui/savedialog/title\">Введіть назву запиту або представлення.</ahelp>" + +#. qgbNu +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3163805\n" +"help.text" +msgid "Filtering data" +msgstr "Фільтрація даних" + +#. Q9pG5 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3154964\n" +"help.text" +msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:" +msgstr "Щоб виконати фільтрацію даних для запиту, задайте потрібні критерії в нижній частині вікна конструктора запитів. Доступні такі параметри:" + +#. xxoMA +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3146916\n" +"help.text" +msgid "Field" +msgstr "" + +#. 4KDzZ +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3156372\n" +"help.text" +msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields." +msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Введіть назву поля даних, посилання на яке міститься у запиті. Всі параметри, задані в рядках критеріїв фільтрування, залежать від цього поля.</ahelp> Якщо виділити тут комірку кнопкою миші, з'явиться кнопка зі стрілкою, що дозволяє вибрати поле. Параметр \"Назва таблиці.*\" вибирає, як наслідок, задані критерії будуть застосовані до всіх полів таблиці." + +#. Z3pwF +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3145150\n" +"help.text" +msgid "Alias" +msgstr "" + +#. EDa3A +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3146315\n" +"help.text" +msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias." +msgstr "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Визначає псевдонім. Цей псевдонім буде вказано в запиті замість імені поля. Це дає можливість використовувати назви стовпців визначені користувачем.</ahelp> Наприклад, якщо поле даних має назву PtNo, а ви хотіли б замість цієї назви у результаті виконання запиту побачити назву PartNum, введіть PartNum у якості псевдоніму." + +#. vvWbt +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3155959\n" +"help.text" +msgid "In a SQL statement, aliases are defined as follows:" +msgstr "В інструкціях SQL псевдоніми визначаються таким чином:" + +#. CGsBz +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3149922\n" +"help.text" +msgid "SELECT column AS alias FROM table." +msgstr "SELECT стовпець AS псевдонім FROM таблиця." + +#. TWexq +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3159335\n" +"help.text" +msgid "For example:" +msgstr "Приклад:" + +#. ynSGq +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3148478\n" +"help.text" +msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\"" +msgstr "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\"" + +#. roTzi +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3148485\n" +"help.text" +msgid "Table" +msgstr "" + +#. GM9Sp +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3163665\n" +"help.text" +msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query." +msgstr "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">Тут зазначена таблиця бази даних, відповідна вибраному полю.</ahelp> Якщо клацнути цю клітинку, то з'явиться стрілка, що дозволить вам вибрати для поточного запиту іншу таблицю." + +#. JGcfa +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3154207\n" +"help.text" +msgid "Sort" +msgstr "" + +#. uXuDt +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3150979\n" +"help.text" +msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level." +msgstr "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">Якщо клацнути на цій комірці, то можна вибрати параметри сортування: за зростанням, за спаданням і без сортування.</ahelp> Текстові поля сортуються в алфавітному порядку, а числові поля - за числовим значенням. Для більшості баз даних сортування може задаватися адміністраторами на рівні бази даних." + +#. XsqW8 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3150384\n" +"help.text" +msgid "Visible" +msgstr "Видиме" + +#. AAZfA +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3146133\n" +"help.text" +msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it." +msgstr "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">Щоб зробити поле видимим у результаті запиту, позначте його властивість <emph>Видиме</emph></ahelp>. Якщо поле даних використовується тільки для формулювання умови або обчислень, то показувати його не обов'язково." + +#. eQFRR +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3154714\n" +"help.text" +msgid "Criteria" +msgstr "Критерій" + +#. JdqLq +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3145134\n" +"help.text" +msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>" +msgstr "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Визначення першого <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"критерії\">критерію</link>, за якими має бути відфільтровано вміст поля даних.</ahelp>" + +#. qpADC +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3152477\n" +"help.text" +msgid "or" +msgstr "або" + +#. KFVy8 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3154585\n" +"help.text" +msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR." +msgstr "Тут ви можете ввести по одному додатковому критерію фільтрації в кожен рядок. Декілька критеріїв у одному стовпці будуть об'єднані за допомогою оператора АБО." + +#. eXvp7 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3148800\n" +"help.text" +msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:" +msgstr "Також можна використати контекстне меню заголовків рядків в нижній частині вікна конструктора запитів, щоб додати фільтр на основі функції:" + +#. 5x8LE +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3148419\n" +"help.text" +msgid "Functions" +msgstr "Функції" + +#. Cxhjn +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3153233\n" +"help.text" +msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine." +msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Виберіть функцію для запуску в запиті.</ahelp> Доступність функцій для запуску залежить від рушія бази даних." + +#. qFuqw +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id8760818\n" +"help.text" +msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:" +msgstr "При роботі зі вбудованою БД HSQL в полі зі списком у рядку <emph>Функція</emph> можна використовувати такі варіанти:" + +#. 9tdDn +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3150307\n" +"help.text" +msgid "Option" +msgstr "Параметр" + +#. kBvXF +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3152993\n" +"help.text" +msgid "Effect" +msgstr "Результат" + +#. zCunm +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3155377\n" +"help.text" +msgid "No function" +msgstr "Без функції" + +#. kZMTN +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3155533\n" +"help.text" +msgid "No function will be executed." +msgstr "Жодна функція не виконується." + +#. 6dWZZ +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3166420\n" +"help.text" +msgid "Average" +msgstr "Середнє" + +#. NfRNs +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3154486\n" +"help.text" +msgid "Calculates the arithmetic mean of a field." +msgstr "Обчислення середнього арифметичного значення поля." + +#. 6z2Kj +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3149979\n" +"help.text" +msgid "Count" +msgstr "Кількість" + +#. rvWA5 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3155810\n" +"help.text" +msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)." +msgstr "Визначення кількості записів у таблиці. Порожні поля можуть враховуватися (а) або ні (б)." + +#. UyAx2 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3151333\n" +"help.text" +msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table." +msgstr "a) COUNT(*): призначення зірочки в якості аргументу, означає, що слід брати до уваги всі записи таблиці." + +#. FNCC8 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3152889\n" +"help.text" +msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted." +msgstr "b) COUNT(стовпець): якщо аргументом є назва поля, то підраховуються лише записи, в яких задане поле містить відповідне значення. Записи, в яких поле має значення Null (тобто не містить тексту або числа) не враховуються." + +#. 2ubvb +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3153067\n" +"help.text" +msgid "Maximum" +msgstr "Максимум" + +#. ds4ey +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3159221\n" +"help.text" +msgid "Determines the highest value of a record for that field." +msgstr "Визначення найбільшого значення запису для цього поля." + +#. EhSWy +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3146866\n" +"help.text" +msgid "Minimum" +msgstr "Мінімум" + +#. VxmeB +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3157982\n" +"help.text" +msgid "Determines the lowest value of a record for that field." +msgstr "Визначення найменшого значення запису для цього поля." + +#. CvkuF +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3154828\n" +"help.text" +msgid "Sum" +msgstr "Сума" + +#. 82gAC +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3154536\n" +"help.text" +msgid "Calculates the sum of the values of records for the associated fields." +msgstr "Обчислення суми значень записів для пов'язаних полів." + +#. zCzVC +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3148820\n" +"help.text" +msgid "Group" +msgstr "Групувати" + +#. tSPNG +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3149438\n" +"help.text" +msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause." +msgstr "Виконується групування даних запиту згідно з назвою обраного поля. Виконання функцій відбувається відповідно до отриманих груп. У SQL цей параметр відповідає пропозиції GROUP BY. Якщо до групування додано умову, то її запис з'являється у реченні SQL HAVING." + +#. qHfpD +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3156038\n" +"help.text" +msgid "You can also enter function calls directly into the SQL statement. The syntax is:" +msgstr "Також можна вводити виклики функцій безпосередньо в інструкцію SQL. Використовується наступний синтаксис:" + +#. Qg6Ue +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3156340\n" +"help.text" +msgid "SELECT FUNCTION(column) FROM table." +msgstr "SELECT FUNCTION(стовпець) FROM таблиця." + +#. qAAoF +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3155075\n" +"help.text" +msgid "For example, the function call in SQL for calculating a sum is:" +msgstr "Наприклад, наступний виклик функції в SQL для розрахунку суми:" + +#. VrHLf +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3154591\n" +"help.text" +msgid "SELECT SUM(\"Price\") FROM \"Article\"." +msgstr "SELECT SUM(\"Ціна\") FROM \"Артикул\"." + +#. dABCo +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3159205\n" +"help.text" +msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine." +msgstr "За винятком функції <emph>Групувати</emph>, вищевказані функції мають загальну назву Агрегатні функції. Це функції, які виконують розрахунок даних для створення зведених даних на підставі одержаних результатів. Можуть бути доступні додаткові функції, не зазначені у полі зі списком. Це залежить від конкретного використовуваного рушія бази даних та поточної функціональності драйвера Base, що використовується для зв'язку з рушієм." + +#. BVC6J +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3148651\n" +"help.text" +msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>." +msgstr "Щоб використовувати інші функції, не зазначені в полі зі списком, їх необхідно ввести вручну в <emph>Поле</emph>." + +#. WkboS +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3155098\n" +"help.text" +msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>." +msgstr "Викликам функцій також можна призначати псевдоніми. Щоб не показувати рядок запиту у заголовку стовпця, введіть потрібну назву в поле <emph>Псевдонім</emph>." + +#. 98GCC +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3155539\n" +"help.text" +msgid "The corresponding function in an SQL statement is:" +msgstr "Відповідна функція в інструкції SQL:" + +#. WACG9 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3149425\n" +"help.text" +msgid "SELECT FUNCTION() AS alias FROM table" +msgstr "SELECT FUNCTION() AS псевдонім FROM таблиця" + +#. EjzuD +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3144431\n" +"help.text" +msgid "Example:" +msgstr "" + +#. G9URE +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3154614\n" +"help.text" +msgid "SELECT COUNT(*) AS count FROM \"Item\"" +msgstr "SELECT COUNT(*) AS кількість FROM \"Елемент\"" + +#. xiNnR +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3154610\n" +"help.text" +msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function." +msgstr "При використанні такої функції додаткові стовпці для запиту можуть бути додані до запиту виключно як аргумент функції \"Групувати\"." + +#. EHACK +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3154644\n" +"help.text" +msgid "<emph>Examples</emph>" +msgstr "<emph>Приклади</emph>" + +#. N5CBE +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3151120\n" +"help.text" +msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\"" +msgstr "У наступному прикладі виконується запуск запиту з двох таблиць: таблиця \"Елемент\" з полем \"Номер елементу\" і таблиця \"Постачальники\" з полем \"Ім'я постачальника\". Крім того, в обох таблицях є загальне поле \"Номер постачальника\"." + +#. P5hJD +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3155144\n" +"help.text" +msgid "The following steps are required to create a query containing all suppliers who deliver more than three items." +msgstr "Щоб створити запит, який містить всіх постачальників, що надають більше трьох елементів, необхідно виконати такі кроки." + +#. ZhRQD +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3153240\n" +"help.text" +msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design." +msgstr "Вставте таблиці \"Елемент\" і \"Постачальники\" в конструктор запитів." + +#. LMRUV +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3148807\n" +"help.text" +msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type." +msgstr "Зв'яжіть поля \"Номер постачальника\" обох таблиць, якщо такий зв'язок відсутній." + +#. qWhFA +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3161652\n" +"help.text" +msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function." +msgstr "Двічі клацніть поле \"Номер елемента\" в таблиці \"Елемент\". За допомогою контекстного меню увімкніть відображення рядка <emph>Функція</emph> та виберіть функцію \"Кількість\"." + +#. TgPA2 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3151009\n" +"help.text" +msgid "Enter >3 as a criterion and disable the Visible field." +msgstr "Введіть умову >3 та зніміть прапорець поля Видиме." + +#. VwEhF +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3145601\n" +"help.text" +msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function." +msgstr "Двічі клацніть поле \"Ім'я постачальника\" в таблиці \"Постачальники\" та оберіть функцію Групувати." + +#. zsjaa +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3147512\n" +"help.text" +msgid "Run the query." +msgstr "Запустіть запит." + +#. EzQsj +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3148638\n" +"help.text" +msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:" +msgstr "Якщо таблиця \"Елемент\" містить поля \"Вартість\" (для ціни статті) та \"Номер постачальника\" (для постачальника статті), можна отримати надану постачальником середню вартість елемента за допомогою наступного запиту:" + +#. qAByp +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3153045\n" +"help.text" +msgid "Insert the \"Item\" table into the query design." +msgstr "Вставте таблицю \"Елемент\" у конструктор запитів." + +#. tjfuE +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3149802\n" +"help.text" +msgid "Double-click the \"Price\" and \"Supplier_No\" fields." +msgstr "Двічі клацніть поля \"Вартість\" і \"Номер постачальника\"." + +#. 6dBkt +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3153554\n" +"help.text" +msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field." +msgstr "Активуйте рядок <emph>Функція</emph> та оберіть функцію Середнє в полі \"Вартість\"." + +#. x8JB3 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3155597\n" +"help.text" +msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)." +msgstr "Також можна ввести \"Середнє\" в рядку псевдоніма (без лапок)." + +#. D4A9u +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3151191\n" +"help.text" +msgid "Choose Group for the \"Supplier_No\" field." +msgstr "Оберіть функцію Групувати для поля \"Номер постачальника\"." + +#. BUYS9 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3155547\n" +"help.text" +msgid "Run the query." +msgstr "Запустіть запит." + +#. EkHzB +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3147549\n" +"help.text" +msgid "The following context menu commands and symbols are available:" +msgstr "Доступні такі елементи контекстного меню, оператори та команди:" + +#. PesFs +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3154172\n" +"help.text" +msgid "Functions" +msgstr "Функції" + +#. BchuJ +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3150414\n" +"help.text" +msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>" +msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Показує або приховує рядок для вибору функцій.</ahelp>" + +#. yx5XE +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3149872\n" +"help.text" +msgid "Table Name" +msgstr "Назва таблиці" + +#. ELTGJ +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3147246\n" +"help.text" +msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>" +msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Показує або приховує рядок для назви таблиці.</ahelp>" + +#. DDFEA +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3145117\n" +"help.text" +msgid "Alias Name" +msgstr "Псевдонім" + +#. LDFZB +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3155754\n" +"help.text" +msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>" +msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Показує або приховує рядок для псевдоніма.</ahelp>" + +#. wnNhq +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3153298\n" +"help.text" +msgid "Distinct Values" +msgstr "Різні значення" + +#. 23sAF +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3147500\n" +"help.text" +msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)." +msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Отримує з запиту тільки різні значення.</ahelp> Це застосовується до множини записів, що можуть містити дані, які з'являються у вибраних полях декілька разів. Якщо команда <emph>Різні значення</emph> активна, то в запиті буде виведено тільки один запис (DISTINCT). В іншому випадку буде виведено всі записи, що задовольняють умови запиту (ALL)." + +#. RZED7 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3150436\n" +"help.text" +msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once." +msgstr "Наприклад, якщо в базі даних адрес кілька разів зустрічається прізвище \"Петренко\", ви можете обрати команду <emph>Різні значення</emph> щоб визначити, що прізвище \"Петренко\" в запиті має зустрічатися тільки один раз." + +#. 2GvRf +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3152352\n" +"help.text" +msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once." +msgstr "Для запиту, що включає кілька полів, комбінація значень з усіх полів повинна бути унікальною, щоб результат міг бути сформований зі специфічного запису. Наприклад, в адресній книзі один раз зустрічається \"Петренко в Чикаго\" і два рази \"Петренко в Лондоні\". За допомогою команди <emph>Різні значення</emph> у запиті будуть використовуватися два поля \"прізвище\" та \"місто\", а результат запиту буде містити по одному значенню \"Петренко в Чикаго\" та \"Петренко в Лондоні\"." + +#. m5UcG +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3149825\n" +"help.text" +msgid "In SQL, this command corresponds to the DISTINCT predicate." +msgstr "У SQL ця команда відповідає предикату DISTINCT." + +#. GHsJd +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3153290\n" +"help.text" +msgid "Limit" +msgstr "Обмеження" + +#. MijJg +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3147501\n" +"help.text" +msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>" +msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Забезпечує зменшення найбільшої кількості записів, котрі повертає запит.</ahelp>" + +#. B6S5f +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3152350\n" +"help.text" +msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria." +msgstr "Якщо додається конструкція <emph>Обмеження</emph>, ви отримаєте щонайбільше стільки рядків, скільки вказали. У іншому випадку, ви отримаєте всі записи, які задовольняють критеріям запиту." + +#. MGqK3 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3148926\n" +"help.text" +msgid "Formulating filter conditions" +msgstr "Формулювання умов фільтрації" + +#. iFSpm +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3153162\n" +"help.text" +msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:" +msgstr "При формулюванні умов фільтрації можуть використовуватися різні оператори та команди. Крім реляційних операторів, існують команди SQL, котрі запитують вміст полів бази даних. При використанні цих команд в синтаксисі $[officename] внутрішній аналізатор $[officename] автоматично перетворює їх у відповідний синтаксис SQL. Крім того, можна безпосередньо ввести команду SQL, обійшовши внутрішній аналізатор. У наступних таблицях наведено огляд операторів та команд:" + +#. fXeDd +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3149044\n" +"help.text" +msgid "Operator" +msgstr "Оператор" + +#. mfdEx +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3152471\n" +"help.text" +msgid "Meaning" +msgstr "Значення" + +#. mBZgC +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3147407\n" +"help.text" +msgid "Condition is satisfied if..." +msgstr "Умова задоволена, якщо..." + +#. gqkRK +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3153026\n" +"help.text" +msgid "equal to" +msgstr "дорівнює" + +#. hw7KZ +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3148895\n" +"help.text" +msgid "... the content of the field is identical to the indicated expression." +msgstr "... вміст поля збігається зі вказаним виразом." + +#. A8XJU +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3153120\n" +"help.text" +msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed." +msgstr "Оператор = не виводиться в полях запиту. Якщо ви введете значення без оператора, то оператор = буде використано автоматично." + +#. mWwUE +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3145223\n" +"help.text" +msgid "not equal to" +msgstr "не дорівнює" + +#. Db7BG +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3145635\n" +"help.text" +msgid "... the content of the field does not correspond to the specified expression." +msgstr "... вміст поля не збігається із зазначеним виразом." + +#. dtjkU +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3146815\n" +"help.text" +msgid "greater than" +msgstr "більше, ніж" + +#. gCWug +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3149150\n" +"help.text" +msgid "... the content of the field is greater than the specified expression." +msgstr "... вміст поля більший зазначеного виразу." + +#. QkAKk +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3147379\n" +"help.text" +msgid "less than" +msgstr "менше, ніж" + +#. xxPdk +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3150375\n" +"help.text" +msgid "... the content of the field is less than the specified expression." +msgstr "... вміст поля менший зазначеного виразу." + +#. 4aJjX +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3150636\n" +"help.text" +msgid "greater than or equal to" +msgstr "більше або дорівнює" + +#. 2rwQm +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3154584\n" +"help.text" +msgid "... the content of the field is greater than or equal to the specified expression." +msgstr "... вміст поля більший зазначеного виразу або збігається з ним." + +#. ADRZk +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3154052\n" +"help.text" +msgid "less than or equal to" +msgstr "менше або дорівнює" + +#. 9KtmZ +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3157902\n" +"help.text" +msgid "... the content of the field is less than or equal to the specified expression." +msgstr "... вміст поля менший зазначеного виразу або збігається з ним." + +#. DBXG9 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3154630\n" +"help.text" +msgid "$[officename] command" +msgstr "команда $[officename]" + +#. Yo7MG +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3150484\n" +"help.text" +msgid "SQL command" +msgstr "Команда SQL" + +#. pJay6 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3154158\n" +"help.text" +msgid "Meaning" +msgstr "Значення" + +#. qmaX5 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3149433\n" +"help.text" +msgid "Condition is satisfied if..." +msgstr "Умова задоволена, якщо..." + +#. do6XQ +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3143236\n" +"help.text" +msgid "is null" +msgstr "порожньо" + +#. NPqBL +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3154744\n" +"help.text" +msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)." +msgstr "... значення поля порожнє. Для полів \"Так/Ні\" з трьома можливими станами ця команда автоматично запитує стан \"не визначено\" (ні \"Так\", ні \"Ні\")." + +#. 7Rfbd +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3151229\n" +"help.text" +msgid "is not empty" +msgstr "не порожньо" + +#. w3Tva +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3145304\n" +"help.text" +msgid "... the field is not empty, i.e it contains data." +msgstr "... поле не порожнє, тобто містить дані." + +#. GGKUH +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3153891\n" +"help.text" +msgid "placeholder (*) for any number of characters" +msgstr "заповнювач (*) для будь-якої кількості символів" + +#. gbEWB +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3148887\n" +"help.text" +msgid "placeholder (?) for exactly one character" +msgstr "заповнювач (?) для лише одного символу" + +#. tBQfA +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"bm_id3157985\n" +"help.text" +msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>" +msgstr "<bookmark_value>заповнювачі; у запитах SQL</bookmark_value>" + +#. agxhB +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3157985\n" +"help.text" +msgid "placeholder (%) for any number of characters" +msgstr "заповнювач (%) для будь-якої кількості символів" + +#. EE9ii +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3147422\n" +"help.text" +msgid "Placeholder (_) for exactly one character" +msgstr "Заповнювач (_) для лише одного символу" + +#. za5g2 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3154845\n" +"help.text" +msgid "is an element of" +msgstr "є елементом" + +#. 2Y3zW +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3156130\n" +"help.text" +msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface." +msgstr "... поле даних містить вказаний вираз. Заповнювач (*) означає, що вираз x зустрічається на початку (x*), в кінці (*x) або усередині (*x*) вмісту поля. У якості заповнювача в запитах SQL можна ввести символ SQL % або звичайний заповнювач файлової системи (*) в інтерфейсі %PRODUCTNAME." + +#. CPJyr +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3150271\n" +"help.text" +msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character." +msgstr "Заповнювач (*) або (%) використовується для будь-якої кількості символів. Знак питання (?) в інтерфейсі $[officename] або підкреслення (_) в запитах SQL застосовується для позначення рівно одного символу." + +#. AAEXi +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3159141\n" +"help.text" +msgid "Is not an element of" +msgstr "не є елементом" + +#. 9vFBZ +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3161664\n" +"help.text" +msgid "... the field does not contain data having the specified expression." +msgstr "... поле не містить даних, що включають зазначений вираз." + +#. CD2Ra +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3159184\n" +"help.text" +msgid "falls within the interval [x,y]" +msgstr "у інтервалі [x,y]" + +#. cDe2u +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3154395\n" +"help.text" +msgid "... the field contains a data value that lies between the two values x and y." +msgstr "... поле містить значення даних, що лежить між значеннями x та y." + +#. KYAXv +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3155498\n" +"help.text" +msgid "Does not fall within the interval [x,y]" +msgstr "не в інтервалі [x,y]" + +#. cVfAF +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3148992\n" +"help.text" +msgid "... the field contains a data value that does not lie between the two values x and y." +msgstr "... поле містить значення даних, що не лежить між значеннями x та y." + +#. DBBQE +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3159167\n" +"help.text" +msgid "Note that semicolons are used as separators in all value lists!" +msgstr "Зверніть увагу, що крапка з комою використовується як роздільник у всіх списках значень!" + +#. evEuh +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3154809\n" +"help.text" +msgid "contains a, b, c..." +msgstr "містить a, b, c..." + +#. eeFC2 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3148399\n" +"help.text" +msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters" +msgstr "... значення поля містить один із наведених виразів a, b, c,... Може бути зазначено будь-яке число виразів; результат запиту визначається операцією АБО. Вирази a, b, c... можуть бути як числами, так і символами" + +#. JXq76 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3150679\n" +"help.text" +msgid "does not contain a, b, c..." +msgstr "не містить a, b, c..." + +#. U5doB +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3158439\n" +"help.text" +msgid "... the field does not contain one of the specified expressions a, b, c,..." +msgstr "... поле не містить одного з зазначених виразів a, b, c,..." + +#. cECKt +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3149248\n" +"help.text" +msgid "has the value True" +msgstr "має значення TRUE" + +#. fbgDt +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3148524\n" +"help.text" +msgid "... the field name has the value True." +msgstr "... поле має значення TRUE." + +#. 39zcD +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3149955\n" +"help.text" +msgid "has the value false" +msgstr "має значення FALSE" + +#. fGHY6 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3146850\n" +"help.text" +msgid "... the field data value is set to false." +msgstr "... значення поля даних встановлено у false." + +#. qQETa +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3155954\n" +"help.text" +msgid "Examples" +msgstr "Приклади" + +#. 8GaiA +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3150948\n" +"help.text" +msgid "returns field names with the field content \"Ms.\"" +msgstr "повертає записи з вмістом поля \"Ms.\"" + +#. C3BDE +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id315094A\n" +"help.text" +msgid "returns dates that occurred before January 10, 2001" +msgstr "повертає записи з датами до 10 Січня 2001 року" + +#. T7ZhS +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3147332\n" +"help.text" +msgid "returns records with field content such as \"give\" and \"gave\"." +msgstr "повертає записи із вмістом поля на кшталт \"give\" та \"gave\"." + +#. f6T3F +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3155350\n" +"help.text" +msgid "returns records with field contents such as \"Sun\"." +msgstr "повертає записи із вмістом поля, наприклад, \"Sun\"." + +#. AvbKu +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3159406\n" +"help.text" +msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)." +msgstr "повертає записи, які містять значення поля від 10 до 20 (поля можуть бути як текстовими, так і числовими)." + +#. 3tymM +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3149712\n" +"help.text" +msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number." +msgstr "повертає записи зі значеннями 1, 3, 5, 7. Якщо значення поля містить, наприклад, номер елемента, можна створити запит, що повертає елемент зі вказаним номером." + +#. uusce +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3147279\n" +"help.text" +msgid "returns records that do not contain \"Smith\"." +msgstr "повертає записи, значення поля котрих, не містять \"Smith\"." + +#. AJ8Xo +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3146073\n" +"help.text" +msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}" +msgstr "<emph>Like</emph> Екранована Послідовність: {escape 'екрануємий-символ'}" + +#. Cy7Cc +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3150661\n" +"help.text" +msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}" +msgstr "Приклад: SELECT * FROM Елемент WHERE НазваЕлементу LIKE 'The *%' {ESCAPE '*'}" + +#. newGb +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3148541\n" +"help.text" +msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period." +msgstr "Будуть отримані всі записи, де назва елементу починається із 'The *'. Це означає, що ви також можете шукати символи, що в іншому випадку використовуються як заповнювачі, наприклад, *, ?, _, % або період." + +#. bAP3N +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3150572\n" +"help.text" +msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}" +msgstr "<emph>Outer Join</emph> Екранована Послідовність: {oj зовнішнє-об'єднання}" + +#. VnKGf +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3156052\n" +"help.text" +msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}" +msgstr "Приклад: SELECT Article.* FROM {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}" + +#. mWG9p +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3153674\n" +"help.text" +msgid "Querying text fields" +msgstr "Запит текстових полів" + +#. sxYQF +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3149134\n" +"help.text" +msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)." +msgstr "Щоб запросити вміст текстового поля, необхідно взяти вираз в одинарні лапки. Розрізнення великих та малих літер залежить від використовуваної бази даних. При використанні LIKE регістр враховується за визначенням (в деяких базах даних це дотримується не так суворо)." + +#. BEp4G +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3149302\n" +"help.text" +msgid "Querying date fields" +msgstr "Запит полів дати" + +#. D5mjw +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3157998\n" +"help.text" +msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax." +msgstr "<emph>Поля Дати</emph> представлені у вигляді #Дата#, щоб чітко ідентифікувати їх як дати. Константи дати, часу та дати/часу (літерали) можуть використовуватися в запитах або у вигляді SQL Екранованого Синтаксису, або SQL2 синтаксису за замовчуванням." + +#. Zzuo6 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id31537341\n" +"help.text" +msgid "Date Type Element" +msgstr "Елемент Типу Дата" + +#. JKys2 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id31537342\n" +"help.text" +msgid "SQL Escape syntax #1 - may be obsolete" +msgstr "SQL Екранований #1 - міг застаріти" + +#. AzkWz +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id31537343\n" +"help.text" +msgid "SQL Escape syntax #2" +msgstr "SQL Екранований синтаксис #2" + +#. UJ6VA +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id31537344\n" +"help.text" +msgid "SQL2 syntax" +msgstr "SQL2 синтаксис" + +#. 9V3Ky +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id315913111\n" +"help.text" +msgid "Date" +msgstr "Дата" + +#. YNF3S +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id31559471\n" +"help.text" +msgid "Time" +msgstr "Час" + +#. ssX5b +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id31509641\n" +"help.text" +msgid "DateTime" +msgstr "Дата та Час" + +#. FqZXM +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3149539\n" +"help.text" +msgid "Example: select {d '1999-12-31'} from world.years" +msgstr "Приклад: SELECT {d '1999-12-31'} FROM world.years" + +#. WJ4YB +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3149540\n" +"help.text" +msgid "Example: select * from mytable where years='1999-12-31'" +msgstr "Приклад: SELECT * FROM mytable WHERE years='1999-12-31'" + +#. CZdA4 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3150510\n" +"help.text" +msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)" +msgstr "Усі вирази дати (літерали дати) повинні бути укладені в одинарні лапки. (Більш детальну інформацію шукайте в документації до використовуваних бази даних та конектора.)" + +#. HXdKT +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3150427\n" +"help.text" +msgid "Querying Yes/No fields" +msgstr "Запит логічних полів" + +#. xWzix +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3149523\n" +"help.text" +msgid "To query Yes/No fields, use the following syntax for dBASE tables:" +msgstr "Для запиту логічних полів у таблицях dBASE використовується наступний синтаксис:" + +#. A4Uh7 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3153180\n" +"help.text" +msgid "Status" +msgstr "" + +#. FnXiE +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3147481\n" +"help.text" +msgid "Query criterion" +msgstr "Критерій запиту" + +#. e6DJr +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3155187\n" +"help.text" +msgid "Example" +msgstr "Приклад" + +#. Guy7d +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3156092\n" +"help.text" +msgid "Yes" +msgstr "Так" + +#. p9WTn +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3152414\n" +"help.text" +msgid "for dBASE tables: not equal to any given value" +msgstr "для dBase таблиць: не дорівнює жодному заданому значенню" + +#. RFrvz +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3151265\n" +"help.text" +msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black)," +msgstr "= 1 повертає всі записи, де Логічне поле має статус \"Так\" або \"Увімкнено\" (виділено чорним кольором)," + +#. 3P4ZB +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3152450\n" +"help.text" +msgid "No" +msgstr "Ні" + +#. BzBAa +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3150997\n" +"help.text" +msgid "." +msgstr "." + +#. TFsQG +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3155331\n" +"help.text" +msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)." +msgstr "=0 повертає всі записи, у яких Логічне поле має статус \"Ні\" або \"Вимкнено\" (прапорець знято)." + +#. 9KXzK +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3154179\n" +"help.text" +msgid "Null" +msgstr "Порожньо" + +#. CwGZv +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3147035\n" +"help.text" +msgid "IS NULL" +msgstr "IS NULL" + +#. dyXYc +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3159385\n" +"help.text" +msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)." +msgstr "IS NULL повертає всі записи, для яких Логічне поле не має жодного зі станів Так або Ні (виділено сірим)." + +#. YWk5J +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3157888\n" +"help.text" +msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)." +msgstr "Синтаксис залежить від використовуваної системи баз даних. Слід також зазначити, що Логічні поля можуть бути визначені по-різному (тільки 2 стану замість 3)." + +#. mmVa8 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3145772\n" +"help.text" +msgid "Parameter queries" +msgstr "Запити з параметрами" + +#. ND7xd +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id191120151905346795\n" +"help.text" +msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run." +msgstr "Запити з параметрами дозволяють користувачеві вводити значення під час виконання програми. Ці значення використовуються у критеріях вибору записів для відображення. Кожне таке значення має назву параметра, пов'язаного з ним, який використовується, щоб запитувати користувача під час запуску запиту." + +#. Be7XG +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id191120151905439551\n" +"help.text" +msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used." +msgstr "Іменам параметрів передує двокрапка в представленнях як Конструктора запитів, так і SQL кода. Це можна використовувати всюди, де може з'явитися значення. Якщо одне й те ж значення має з'являтися кілька разів в запиті, використовується одне й те ж ім'я параметра." + +#. rSkkZ +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id191120151905518123\n" +"help.text" +msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>" +msgstr "У найпростішому випадку, коли користувач вводить значення, яке порівнюється зі значенням поля, ім'я параметра з його попередньою двокрапкою просто вводиться в рядку Критерію. В <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL коді</link> це виглядає так <item type=\"input\">WHERE \"Поле\" = :Назва_параметру</item>" + +#. DZCXm +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id191120151905584287\n" +"help.text" +msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases." +msgstr "Імена параметрів не можуть містити будь-які з символів <item type=\"input\"><пробіл>`!\"$%^*()+={}[]@'~#<>?/,</item>. Вони не можуть бути такими ж, як назви полів або SQL зарезервованих слів. Проте можуть бути такими ж, як псевдоніми." + +#. AY8e3 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id191120151931441881\n" +"help.text" +msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>." +msgstr "Корисною конструкцією для вибірки записів на основі частин вмісту текстового поля є додавання прихованого стовпця з <item type=\"input\">\"LIKE '%' || :Частина_вмісту_поля || '%'\"</item> у якості критерію. Це дозволяє вибирати записи з точною відповідністю. Якщо потрібно виконати нечутливий до регістру пошук, одним з рішень є використання <item type=\"input\">LOWER (Назва_Поля)</item> у якості поля та <item type=\"input\">LIKE LOWER ( '%' || :Частина_вмісту_поля || '%' )</item> у якості критерію. Зверніть увагу, що пробіли в критерії важливі; якщо вони опущені, SQL-аналізатор інтерпретує весь критерій як рядок, що має збігатися. У <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL коді</link> це повинно бути набрано як <item type=\"input\">LOWER ( \"Назва_Поля\" ) LIKE LOWER ( '%' || :Частина_вмісту_поля || '%' )</item>." + +#. sSSB9 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3150585\n" +"help.text" +msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records." +msgstr "Запити з параметрами можуть бути використані у якості джерела даних для <link href=\"text/shared/02/01170203.xhp\" name=\"підформи\">підформ</link>, щоб дозволити користувачеві обмежити записи що виводитимуться." + +#. DRj78 +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3151035\n" +"help.text" +msgid "Parameter Input" +msgstr "Введення параметрів" + +#. BisCF +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3153596\n" +"help.text" +msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>" +msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Діалогове вікно <emph>Ввід параметру</emph> просить користувача ввести значення параметрів. Введіть значення для кожного параметру запиту та підтвердьте натиснувши кнопку <emph>Гаразд</emph> або <emph>Enter</emph>.</ahelp>" + +#. eGETM +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id191120151924165870\n" +"help.text" +msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system." +msgstr "Значення, введені користувачем, можуть складатися з будь-яких символів, які допустимі в SQL для відповідного критерію; це може залежати від використовуваної бази даних." + +#. seFhG +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id191120151939594217\n" +"help.text" +msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria." +msgstr "Користувач може використовувати спеціальні символи SQL \"%\" (довільний рядок) або \"_\" (один довільний символ) у якості частини значення для отримання записів із більш складними критеріями." + +#. wRe6v +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"hd_id3145181\n" +"help.text" +msgid "SQL Mode" +msgstr "Режим SQL" + +#. 5avVu +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3147013\n" +"help.text" +msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases." +msgstr "SQL розшифровується як \"Structured Query Language\" або Мова Структурованих Запитів, та надає інструкції для оновлення та адміністрування реляційних баз даних." + +#. wDAAY +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3152570\n" +"help.text" +msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created." +msgstr "Для переважного числа запитів у $[officename] знання SQL не вимагається, бо не потрібно вводити код SQL. При створенні запиту за допомогою конструктора запитів $[officename] автоматично перетворює ваші інструкції у відповідний синтаксис SQL. Щоб переглянути SQL-команди створеного запиту, перейдіть до вигляду SQL за допомогою кнопки <emph>Увім./вимк. режим конструктора</emph>." + +#. hBQFv +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3152412\n" +"help.text" +msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use." +msgstr "Можна сформулювати запит безпосередньо в коді SQL. Однак, слід пам'ятати, що особливості синтаксису можуть залежати від використовуваної системи баз даних." + +#. kkuBG +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3146842\n" +"help.text" +msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode." +msgstr "Якщо ви вводите SQL код вручну, ви можете створити SQL специфічні запити, що не підтримуються графічним інтерфейсом <emph>Конструктора запитів</emph>. Ці запити повинні виконуватись у режимі SQL коду." + +#. cBY6B +#: 02010100.xhp +msgctxt "" +"02010100.xhp\n" +"par_id3149632\n" +"help.text" +msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine." +msgstr "Щоб сформулювати запит, що не оброблюється через $[officename], а надсилається прямо в рушій бази даних, клацніть піктограму <link href=\"text/shared/02/14030000.xhp\" name=\"Виконати команду SQL напряму\"><emph>Виконати команду SQL напряму</emph></link>." + +#. fKBDD +#: 02010101.xhp +msgctxt "" +"02010101.xhp\n" +"tit\n" +"help.text" +msgid "Join Properties" +msgstr "Властивості об'єднання" + +#. TTCNB +#: 02010101.xhp +msgctxt "" +"02010101.xhp\n" +"bm_id3154015\n" +"help.text" +msgid "<bookmark_value>links;relational databases (Base)</bookmark_value> <bookmark_value>inner joins (Base)</bookmark_value> <bookmark_value>joins in databases (Base)</bookmark_value> <bookmark_value>left joins (Base)</bookmark_value> <bookmark_value>right joins (Base)</bookmark_value> <bookmark_value>full joins (Base)</bookmark_value>" +msgstr "<bookmark_value>зв'язування;реляційні бази даних (Base)</bookmark_value> <bookmark_value>внутрішні об'єднання (Base)</bookmark_value> <bookmark_value>об'єднання в базах даних (Base)</bookmark_value> <bookmark_value>ліві об'єднання (Base)</bookmark_value> <bookmark_value>праві об'єднання (Base)</bookmark_value> <bookmark_value>повні об'єднання (Base)</bookmark_value>" + +#. DG7RD +#: 02010101.xhp +msgctxt "" +"02010101.xhp\n" +"hd_id3154015\n" +"help.text" +msgid "Join Properties" +msgstr "Властивості об'єднання" + +#. MzpBt +#: 02010101.xhp +msgctxt "" +"02010101.xhp\n" +"par_id3151205\n" +"help.text" +msgid "If you double-click a connection between two linked fields in the query design, or if you choose <emph>Insert - New Relation</emph>, the <emph>Join Properties</emph> dialog appears. These properties will be used in all queries created in the future." +msgstr "Для відкриття діалогового вікна <emph>Властивості зв'язку</emph> двічі клацніть об'єднання двох зв'язаних полів в конструкторі запитів, або виберіть в меню команду <emph>Вставка – Створити зв'язок</emph>. Ці властивості будуть використовуватися у всіх запитах, створених в майбутньому." + +#. oszEF +#: 02010101.xhp +msgctxt "" +"02010101.xhp\n" +"hd_id3155066\n" +"help.text" +msgid "Tables involved" +msgstr "Включені таблиці" + +#. 2AkcB +#: 02010101.xhp +msgctxt "" +"02010101.xhp\n" +"par_id3153924\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/joindialog/table2\">Specifies two different tables that you want to join.</ahelp>" +msgstr "<ahelp hid=\"dbaccess/ui/joindialog/table2\">Визначте дві різні таблиці, які треба об'єднати.</ahelp>" + +#. X6wkD +#: 02010101.xhp +msgctxt "" +"02010101.xhp\n" +"hd_id3155766\n" +"help.text" +msgid "Fields involved" +msgstr "Включені поля" + +#. 8bYEZ +#: 02010101.xhp +msgctxt "" +"02010101.xhp\n" +"par_id3148994\n" +"help.text" +msgid "<ahelp hid=\".\">Specifies two data fields that will be joined by a relation.</ahelp>" +msgstr "<ahelp hid=\".\">Визначте два поля даних, які потрібно об'єднати за допомогою зв'язку.</ahelp>" + +#. R8CbB +#: 02010101.xhp +msgctxt "" +"02010101.xhp\n" +"hd_id3159267\n" +"help.text" +msgid "Options" +msgstr "" + +#. MRJCp +#: 02010101.xhp +msgctxt "" +"02010101.xhp\n" +"hd_id3147340\n" +"help.text" +msgid "Type" +msgstr "" + +#. rxAGo +#: 02010101.xhp +msgctxt "" +"02010101.xhp\n" +"par_id3152482\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/joindialog/type\">Specifies the join type of the selected join.</ahelp> Some databases support only a subset of the various possible types." +msgstr "<ahelp hid=\"dbaccess/ui/joindialog/type\">Визначає тип вибраного об'єднання.</ahelp> Деякі бази даних підтримують тільки частину можливих типів." + +#. ngfse +#: 02010101.xhp +msgctxt "" +"02010101.xhp\n" +"hd_id3155334\n" +"help.text" +msgid "Inner Join" +msgstr "Внутрішнє об'єднання" + +#. 356Dv +#: 02010101.xhp +msgctxt "" +"02010101.xhp\n" +"par_id3155936\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/joindialog/type\">In an inner join, the results table contains only those records for which the content of the linked fields is the same.</ahelp> In $[officename] SQL this type of link is created by a corresponding WHERE clause." +msgstr "<ahelp hid=\"dbaccess/ui/joindialog/type\">У внутрішньому об'єднанні кінцева таблиця містить лише ті записи, для яких вміст пов'язаних полів однаковий.</ahelp> У $[officename] SQL цей тип зв'язку створюється відповідною командою WHERE." + +#. XYKGT +#: 02010101.xhp +msgctxt "" +"02010101.xhp\n" +"hd_id3156372\n" +"help.text" +msgid "Left Join" +msgstr "Ліве об'єднання" + +#. dRFux +#: 02010101.xhp +msgctxt "" +"02010101.xhp\n" +"par_id3166450\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/joindialog/type\">In a left join, the results table contains all records of the queried fields from the left table and only those records of the queried fields from the right table for which the content of the linked fields is the same.</ahelp> In $[officename] SQL this type of link corresponds to the LEFT OUTER JOIN command." +msgstr "<ahelp hid=\"dbaccess/ui/joindialog/type\">У лівому приєднанні таблиця результатів містить усі записи запитаних полів лівої таблиці та лише ті записи запитаних полів з правої таблиці, для яких вміст пов'язаних полів однаковий.</ahelp> У $[officename] SQL цей тип зв'язку відповідає команді LEFT OUTER JOIN." + +#. DxGWD +#: 02010101.xhp +msgctxt "" +"02010101.xhp\n" +"hd_id3155607\n" +"help.text" +msgid "Right Join" +msgstr "Праве об'єднання" + +#. 9eD8R +#: 02010101.xhp +msgctxt "" +"02010101.xhp\n" +"par_id3150647\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/joindialog/type\">In a right join, the results table contains all records of the queried fields from the right table and only those records of the queried fields from the left table for which the content of the linked fields is the same.</ahelp> In $[officename] SQL this type of link corresponds to the RIGHT OUTER JOIN command." +msgstr "<ahelp hid=\"dbaccess/ui/joindialog/type\">У правому приєднанні таблиця результатів містить усі записи запитаних полів правої таблиці та лише ті записи запитаних полів з лівої таблиці, для яких вміст пов'язаних полів однаковий.</ahelp> У $[officename] SQL цей тип зв'язку відповідає команді RIGHT OUTER JOIN." + +#. wcFAd +#: 02010101.xhp +msgctxt "" +"02010101.xhp\n" +"hd_id3158215\n" +"help.text" +msgid "Full Join" +msgstr "Повне об'єднання" + +#. wAFid +#: 02010101.xhp +msgctxt "" +"02010101.xhp\n" +"par_id3163665\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/joindialog/type\">In a full join, the results table contains all records of the queried fields from the left and right tables.</ahelp> In the SQL of $[officename] this type of link corresponds to the FULL OUTER JOIN command." +msgstr "<ahelp hid=\"dbaccess/ui/joindialog/type\">При повному об'єднанні, таблиця результатів містить всі запитані поля з лівої та правої таблиць.</ahelp> У $[officename] SQL цей тип зв'язку відповідає команді FULL OUTER JOIN." + +#. gYRyC +#: 02010101.xhp +msgctxt "" +"02010101.xhp\n" +"hd_id0305200912031976\n" +"help.text" +msgid "Natural" +msgstr "Природне" + +#. 44FEn +#: 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>" +msgstr "<ahelp hid=\".\">При натуральному об'єднанні, до оператора SQL додається ключове слово NATURAL, яке визначає зв'язок. Зв'язок об'єднує всі стовпці, які мають однакові назви в обох таблицях. Підсумкова об'єднана таблиця містить тільки один стовпець для кожної пари однаково названих стовпців.</ahelp>" + #. pK6MV #: 04000000.xhp msgctxt "" @@ -3085,14 +5839,14 @@ msgctxt "" msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here." msgstr "У цьому діалоговому вікні можна вводити тільки команди адміністрування, такі як Grant, Create Table або Drop Table, але не команди фільтрації. Команди, які ви можете ввести, залежать від джерела даних, наприклад, dBASE може виконувати тільки деякі з перелічених тут SQL команд." -#. JZmCZ +#. zMG8X #: 11080000.xhp msgctxt "" "11080000.xhp\n" "par_id3154860\n" "help.text" -msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design View</link>." -msgstr "" +msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design View</link>." +msgstr "Щоб виконати SQL запит для фільтрації даних в базі даних, використовуйте <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Конструктор запитів\">Конструктор запитів</link>." #. Ck9G4 #: 11080000.xhp @@ -7279,41 +10033,41 @@ msgctxt "" msgid "Opens a submenu." msgstr "" -#. EAusx +#. ffiWu #: menufile.xhp msgctxt "" "menufile.xhp\n" "par_idN105F8\n" "help.text" -msgid "Email Document" -msgstr "" +msgid "E-mail Document" +msgstr "Документ ел. поштою" -#. Qxg2W +#. XHCkB #: menufile.xhp msgctxt "" "menufile.xhp\n" "par_idN105FC\n" "help.text" -msgid "Opens the default email application to send a new email. The current database file is appended as an attachment. You can enter the subject, the recipients and a mail body." +msgid "Opens the default e-mail application to send a new e-mail. The current database file is appended as an attachment. You can enter the subject, the recipients and a mail body." msgstr "" -#. 9WihT +#. sbEoh #: menufile.xhp msgctxt "" "menufile.xhp\n" "par_idN105FF\n" "help.text" -msgid "Report as Email" -msgstr "" +msgid "Report as E-mail" +msgstr "Звіт через e-mail" -#. XWAoV +#. CrSUL #: menufile.xhp msgctxt "" "menufile.xhp\n" "par_idN10603\n" "help.text" -msgid "<ahelp hid=\".\">Opens the default email application to send a new email. The selected report is appended as an attachment. You can enter the subject, the recipients and a mail body. A dynamic report is exported as a copy of the database contents at the time of export.</ahelp>" -msgstr "" +msgid "<ahelp hid=\".\">Opens the default e-mail application to send a new e-mail. The selected report is appended as an attachment. You can enter the subject, the recipients and a mail body. A dynamic report is exported as a copy of the database contents at the time of export.</ahelp>" +msgstr "<ahelp hid=\".\">Відкриває програму електронної пошти за замовчуванням для надсилання нового повідомлення електронної пошти. Обраний звіт прикріплюється як вкладення. Ви можете ввести тему, адресатів та текст листа. Динамічний звіт експортується як копія вмісту бази даних на момент експорту.</ahelp>" #. 9cSVg #: menufile.xhp @@ -11562,3 +14316,354 @@ msgctxt "" "help.text" msgid "<link href=\"text/shared/explorer/database/tablewizard00.xhp\" name=\"Table Wizard\">Table Wizard</link>" msgstr "<link href=\"text/shared/explorer/database/tablewizard00.xhp\" name=\"Помічник таблиць\">Помічник таблиць</link>" + +#. PAxTq +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"tit\n" +"help.text" +msgid "Toolbars" +msgstr "Панелі інструментів" + +#. BJ5pd +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN10541\n" +"help.text" +msgid "<variable id=\"toolbars\"><link href=\"text/shared/explorer/database/toolbars.xhp\">Toolbars</link></variable>" +msgstr "<variable id=\"toolbars\"><link href=\"text/shared/explorer/database/toolbars.xhp\">Панелі інструментів</link></variable>" + +#. 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 "У вікні файлу бази даних є такі панелі інструментів." + +#. ZNxCw +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN10548\n" +"help.text" +msgid "Table" +msgstr "Таблиця" + +#. JWHfj +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN10554\n" +"help.text" +msgid "Open database object" +msgstr "Відкрити об'єкт бази даних" + +#. 4fvFG +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN10558\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the selected table so you can enter, edit, or delete records.</ahelp>" +msgstr "<ahelp hid=\".\">Відчиняє обрану таблицю, для введення, редагування або видалення записів.</ahelp>" + +#. LFKBo +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN1056F\n" +"help.text" +msgid "Edit" +msgstr "Редагування" + +#. tLLAy +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN10573\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the selected table so you can change the structure.</ahelp>" +msgstr "<ahelp hid=\".\">Відчиняє обрану таблицю для редагування її структури.</ahelp>" + +#. FEBzp +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN1058A\n" +"help.text" +msgid "Delete" +msgstr "Видалити" + +#. PDZsk +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN1058E\n" +"help.text" +msgid "<ahelp hid=\".\">Deletes the selected table.</ahelp>" +msgstr "<ahelp hid=\".\">Видаляє обрану таблицю.</ahelp>" + +#. m7BX3 +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN105A5\n" +"help.text" +msgid "Rename" +msgstr "Перейменувати" + +#. B596w +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN105A9\n" +"help.text" +msgid "<ahelp hid=\".\">Renames the selected table.</ahelp>" +msgstr "<ahelp hid=\".\">Перейменовує обрану таблицю.</ahelp>" + +#. LEWCs +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN105B8\n" +"help.text" +msgid "Query" +msgstr "Запит" + +#. VT3EG +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN105C4\n" +"help.text" +msgid "Open database object" +msgstr "Відкрити об'єкт бази даних" + +#. 2cEFv +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN105C8\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the selected query so you can enter, edit, or delete records.</ahelp>" +msgstr "<ahelp hid=\".\">Відчиняє обраний запит, для введення, редагування або видалення записів.</ahelp>" + +#. yVNxZ +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN105DF\n" +"help.text" +msgid "Edit" +msgstr "Редагування" + +#. kGSTA +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN105E3\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the selected query so you can change the structure.</ahelp>" +msgstr "<ahelp hid=\".\">Відчиняє обраний запит для редагування його структури.</ahelp>" + +#. W75xu +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN105FA\n" +"help.text" +msgid "Delete" +msgstr "Видалити" + +#. XJQBJ +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN105FE\n" +"help.text" +msgid "<ahelp hid=\".\">Deletes the selected query.</ahelp>" +msgstr "<ahelp hid=\".\">Видаляє обраний запит.</ahelp>" + +#. bC56u +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN10615\n" +"help.text" +msgid "Rename" +msgstr "Перейменувати" + +#. GDAZR +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN10619\n" +"help.text" +msgid "<ahelp hid=\".\">Renames the selected query.</ahelp>" +msgstr "<ahelp hid=\".\">Перейменовує обраний запит.</ahelp>" + +#. mzY5g +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN10628\n" +"help.text" +msgid "Form" +msgstr "Форма" + +#. BXrRw +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN10634\n" +"help.text" +msgid "Open database object" +msgstr "Відкрити об'єкт бази даних" + +#. GJDxB +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN10638\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the selected form so you can enter, edit, or delete records.</ahelp>" +msgstr "<ahelp hid=\".\">Відчиняє обрану форму, для введення, редагування або видалення записів.</ahelp>" + +#. 7f3E9 +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN1064F\n" +"help.text" +msgid "Edit" +msgstr "Редагування" + +#. ZmiNz +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN10653\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the selected form so you can change the layout.</ahelp>" +msgstr "<ahelp hid=\".\">Відчиняє обрану форму для редагування її структури.</ahelp>" + +#. xCBQ3 +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN1066A\n" +"help.text" +msgid "Delete" +msgstr "Видалити" + +#. p5bD4 +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN1066E\n" +"help.text" +msgid "<ahelp hid=\".\">Deletes the selected form.</ahelp>" +msgstr "<ahelp hid=\".\">Видаляє обрану форму.</ahelp>" + +#. Jrqh7 +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN10685\n" +"help.text" +msgid "Rename" +msgstr "Перейменувати" + +#. CLTV2 +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN10689\n" +"help.text" +msgid "<ahelp hid=\".\">Renames the selected form.</ahelp>" +msgstr "<ahelp hid=\".\">Перейменовує обрану форму.</ahelp>" + +#. tkXGC +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN10698\n" +"help.text" +msgid "Report" +msgstr "Звіт" + +#. GMWLb +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN106A4\n" +"help.text" +msgid "Open database object" +msgstr "Відкрити об'єкт бази даних" + +#. BzwcK +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN106A8\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the selected report so you can enter, edit, or delete records.</ahelp>" +msgstr "<ahelp hid=\".\">Відчиняє обраний звіт, для введення, редагування або видалення записів.</ahelp>" + +#. sLPTD +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN106BF\n" +"help.text" +msgid "Edit" +msgstr "Редагування" + +#. DF32e +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN106C3\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the selected report so you can change the layout.</ahelp>" +msgstr "<ahelp hid=\".\">Відчиняє обраний звіт для редагування його структури.</ahelp>" + +#. FGuUB +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN106DA\n" +"help.text" +msgid "Delete" +msgstr "Видалити" + +#. xikUv +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN106DE\n" +"help.text" +msgid "<ahelp hid=\".\">Deletes the selected report.</ahelp>" +msgstr "<ahelp hid=\".\">Видаляє обраний звіт.</ahelp>" + +#. kmUBC +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN106F5\n" +"help.text" +msgid "Rename" +msgstr "Перейменувати" + +#. CgE7D +#: toolbars.xhp +msgctxt "" +"toolbars.xhp\n" +"par_idN106F9\n" +"help.text" +msgid "<ahelp hid=\".\">Renames the selected report.</ahelp>" +msgstr "<ahelp hid=\".\">Перейменовує обраний звіт.</ahelp>" diff --git a/source/uk/helpcontent2/source/text/shared/guide.po b/source/uk/helpcontent2/source/text/shared/guide.po index 828d413ea0e..a25c6b51a19 100644 --- a/source/uk/helpcontent2/source/text/shared/guide.po +++ b/source/uk/helpcontent2/source/text/shared/guide.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-08-17 12:39+0200\n" -"PO-Revision-Date: 2020-10-10 16:35+0000\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" +"PO-Revision-Date: 2020-10-23 11:48+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedguide/uk/>\n" "Language: uk\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1560361939.000000\n" #. iharT @@ -907,32 +907,32 @@ msgctxt "" msgid "<bookmark_value>backgrounds; defining colors/pictures</bookmark_value><bookmark_value>colors; backgrounds</bookmark_value><bookmark_value>pictures; backgrounds</bookmark_value><bookmark_value>pages; backgrounds in all applications</bookmark_value><bookmark_value>watermarks</bookmark_value><bookmark_value>text, see also text documents, paragraphs and characters</bookmark_value>" msgstr "<bookmark_value>тло; визначення кольорів/малюнків</bookmark_value><bookmark_value>кольори; тло</bookmark_value><bookmark_value>малюнки; тло</bookmark_value><bookmark_value>сторінки; тло в усіх застосунках</bookmark_value><bookmark_value>водяні знаки</bookmark_value><bookmark_value>текст, див. також текстові документи, абзаци і символи</bookmark_value>" -#. C7HBu +#. zLwi7 #: background.xhp msgctxt "" "background.xhp\n" "hd_id3149346\n" "help.text" -msgid "<variable id=\"background\"><link href=\"text/shared/guide/background.xhp\" name=\"Defining Graphics or Colors in the Background of Pages (Watermark)\">Defining Graphics or Colors in the Background of Pages (Watermark)</link></variable>" -msgstr "<variable id=\"background\"><link href=\"text/shared/guide/background.xhp\" name=\"Визначення зображень або кольорів як фон сторінки (Водяні знаки)\">Визначення зображень або кольорів як фон сторінки (Водяні знаки)</link></variable>" +msgid "<variable id=\"background\"><link href=\"text/shared/guide/background.xhp\" name=\"Defining Graphics or Colors in the Background of Pages (Watermark)\">Defining Graphics or Colors in the Background of Pages (Watermark)</link> </variable>" +msgstr "<variable id=\"background\"><link href=\"text/shared/guide/background.xhp\" name=\"Визначення фонових малюнків або кольорів на сторінках (водяний знак)\">Визначення фонових малюнків або кольорів на сторінках (водяний знак) </link> </variable>" -#. Fa7Pn +#. S9E8h #: background.xhp msgctxt "" "background.xhp\n" "par_id3153878\n" "help.text" -msgid "Choose <menuitem>Format - Page Style</menuitem>." -msgstr "Оберіть <menuitem>Формат - Стиль сторінки</menuitem>." +msgid "Choose <emph>Format - Page</emph>." +msgstr "Виберіть <emph>Формат - Сторінка</emph>." -#. DjYpm +#. XDxkU #: background.xhp msgctxt "" "background.xhp\n" "par_id3149581\n" "help.text" -msgid "On the <emph>Area</emph> tab page, select a background color or a background graphic." -msgstr "На вкладці <emph>Тло</emph> оберіть фоновий колір або фонове зображення." +msgid "On the <emph>Background</emph> tab page, select a background color or a background graphic." +msgstr "На вкладці <emph>Тло</emph> виберіть колір або малюнок для тла." #. WCBmU #: background.xhp @@ -943,14 +943,14 @@ msgctxt "" msgid "In spreadsheets this background appears only in the print behind the cells not formatted elsewhere." msgstr "У електронних таблицях це тло при друку з'явиться лише в комірках, які не відформатовано по іншому." -#. v5EAG +#. jQFQC #: background.xhp msgctxt "" "background.xhp\n" "par_id3156180\n" "help.text" -msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Background tab page\"><emph>Area</emph> tab page</link>" -msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Background tab page\"> вкладка<emph>Тло</emph></link>" +msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Background tab page\"><emph>Background</emph> tab page</link>" +msgstr "<link href=\"text/shared/01/05030600.xhp\" name=\"Вкладка ''Тло''\"> Вкладка <emph>Тло</emph></link>" #. BDPLL #: background.xhp @@ -2752,13 +2752,13 @@ msgctxt "" msgid "If the file is not stored in a CMIS server, choose <item type=\"menuitem\">File - Save Remote</item> or long-click the <emph>Save</emph> icon and select <emph>Save Remote File</emph>." msgstr "" -#. DaEPC +#. ryFLE #: cmis-remote-files.xhp msgctxt "" "cmis-remote-files.xhp\n" "par_id170820161605428591\n" "help.text" -msgid "The <emph>Remote files</emph> dialog appears. Select the remote file server." +msgid "The <emph>Remote files</emph> dialog appears" msgstr "" #. wQjzG @@ -6523,14 +6523,14 @@ msgctxt "" msgid "Click the <emph>Save</emph> or <emph>Save As</emph> icon <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Icon</alt></image> to save the query." msgstr "Для збереження запиту необхідно клацнути піктограму <emph>Зберегти</emph> або <emph>Зберегти як</emph> <image id=\"img_id3153159\" src=\"cmd/sc_save.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153159\">Піктограма</alt></image>." -#. CFL3H +#. WiVpi #: data_enter_sql.xhp msgctxt "" "data_enter_sql.xhp\n" "par_id3153223\n" "help.text" -msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>" -msgstr "" +msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>" +msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Конструктор запитів\">Конструктор запитів</link>" #. 2ArGc #: data_forms.xhp @@ -7081,14 +7081,14 @@ msgctxt "" msgid "Click <emph>Create Query in Design View</emph>." msgstr "Клацніть <emph>Створити запит у режимі конструктора</emph>." -#. xkwQQ +#. 9nBBo #: data_queries.xhp msgctxt "" "data_queries.xhp\n" "par_idN1065F\n" "help.text" -msgid "You see the <link href=\"text/sdatabase/02010100.xhp\">Query Design window</link>." -msgstr "" +msgid "You see the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>." +msgstr "Відкриється вікно <link href=\"text/shared/explorer/database/02010100.xhp\">Конструктор запитів</link>." #. xGFGr #: data_register.xhp @@ -7747,14 +7747,14 @@ msgctxt "" msgid "Enter the filter conditions into one or several fields. Note that if you enter filter conditions into several fields, all of the entered conditions must match (Boolean AND)." msgstr "Введіть умови фільтрації в одне або кілька полів. Зверніть увагу, що при введенні декількох умов мається на увазі виконання їх усіх (логічне \"І\")." -#. sNJBm +#. FjhEB #: data_search2.xhp msgctxt "" "data_search2.xhp\n" "par_id3149481\n" "help.text" -msgid "More information about wildcards and operators can be found in <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>." -msgstr "" +msgid "More information about wildcards and operators can be found in <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>." +msgstr "Додаткові відомості про символи і про операторів див. у розділі <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Конструктор запитів\">Конструктор запитів</link>." #. cEDEo #: data_search2.xhp @@ -7963,14 +7963,14 @@ msgctxt "" msgid "<variable id=\"data_tables\"><link href=\"text/shared/guide/data_tables.xhp\">Working with Tables</link></variable>" msgstr "<variable id=\"data_tables\"><link href=\"text/shared/guide/data_tables.xhp\">Робота із таблицями</link></variable>" -#. A5KzF +#. xEHUC #: data_tables.xhp msgctxt "" "data_tables.xhp\n" "par_idN10617\n" "help.text" -msgid "Data is stored in tables. As an example, your system address book that you use for your email addresses is a table of the address book database. Each address is a data record, presented as a row in that table. The data records consist of data fields, for example the first and the last name fields and the email field." -msgstr "" +msgid "Data is stored in tables. As an example, your system address book that you use for your e-mail addresses is a table of the address book database. Each address is a data record, presented as a row in that table. The data records consist of data fields, for example the first and the last name fields and the e-mail field." +msgstr "Дані зберігаються в таблицях. Наприклад, адресна книга системи, яка використовується для адрес електронної пошти користувача, являє собою таблицю бази даних цієї адресної книги. Кожна адреса - це запис даних, представлений у вигляді рядка в таблиці. Ці записи даних включають поля даних, наприклад, поля імені, прізвища і поле адреси електронної пошти." #. No5nx #: data_tables.xhp @@ -8107,14 +8107,14 @@ msgctxt "" msgid "Click <emph>Create Table View</emph>." msgstr "Натисніть кнопку <emph>Створити представлення таблиці</emph>." -#. QEHKK +#. oUbtR #: data_tables.xhp msgctxt "" "data_tables.xhp\n" "par_idN10795\n" "help.text" -msgid "You see the View Design window, which is almost the same as the <link href=\"text/sdatabase/020010100.xhp\">Query Design window</link>." -msgstr "" +msgid "You see the View Design window, which is almost the same as the <link href=\"text/shared/explorer/database/02010100.xhp\">Query Design window</link>." +msgstr "Відкриється діалогове вікно \"Конструктор представлень\", яке дуже схоже на <link href=\"text/shared/explorer/database/02010100.xhp\">вікно \"Конструктор запитів\"</link>." #. bTx8G #: data_view.xhp @@ -8332,13 +8332,13 @@ msgctxt "" msgid "Queries" msgstr "" -#. DwEUz +#. jQrME #: database_main.xhp msgctxt "" "database_main.xhp\n" "par_id3125864\n" "help.text" -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>" +msgid "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Create new query or table view, edit query structure\">Create new query or table view, edit query structure</link>" msgstr "" #. A3f6p @@ -8683,14 +8683,14 @@ msgctxt "" msgid "When you receive a signed document, and the software reports that the signature is valid, this does not mean that you can be absolutely sure that the document is the same that the sender has sent. Signing documents with software certificates is not a perfectly secure method. Numerous ways are possible to circumvent the security features." msgstr "Якщо при отриманні документа з підписом програма повідомляє про те, що підпис дійсний - це не дає гарантії того, що документ той самий, який надіслав відправник. Підписування документів цифровими сертифікатами не є абсолютно надійним методом захисту; існує чимало способів обійти його." -#. HbiMb +#. cMAMH #: digital_signatures.xhp msgctxt "" "digital_signatures.xhp\n" "par_id7953123\n" "help.text" -msgid "Example: Think about someone who wants to camouflage his identity to be a sender from your bank. He can easily get a certificate using a false name, then send you any signed email pretending he is working for your bank. You will get that email, and the email or the document within has the \"valid signed\" icon." -msgstr "" +msgid "Example: Think about someone who wants to camouflage his identity to be a sender from your bank. He can easily get a certificate using a false name, then send you any signed e-mail pretending he is working for your bank. You will get that e-mail, and the e-mail or the document within has the \"valid signed\" icon." +msgstr "Приклад: Уявіть, що зловмисник отримав доступ до поштової скриньки співробітника Вашого банку, плануючи розсилати листи. Під чужим ім'ям він легко може отримати сертифікат, потім відправити електронною поштою будь-який підписаний лист, назвавшись співробітником банку. Ви отримаєте цей лист, і у ньому або в прикріпленому файлі буде стояти значок \"підпис дійсний\"." #. DGz9C #: digital_signatures.xhp @@ -10627,40 +10627,40 @@ msgctxt "" msgid "Click <emph>OK</emph>." msgstr "Натисніть <emph>Гаразд</emph>." -#. Kw8ax +#. EtTc9 #: email.xhp msgctxt "" "email.xhp\n" "tit\n" "help.text" -msgid "Sending Documents as Email" -msgstr "" +msgid "Sending Documents as E-mail" +msgstr "Надсилання документів електронною поштою" -#. noFBE +#. vsHuY #: email.xhp msgctxt "" "email.xhp\n" "bm_id3153345\n" "help.text" -msgid "<bookmark_value>documents; sending as email</bookmark_value><bookmark_value>sending; documents as email</bookmark_value><bookmark_value>email attachments</bookmark_value><bookmark_value>files; sending as email</bookmark_value><bookmark_value>text documents;sending as email</bookmark_value><bookmark_value>spreadsheets; sending as email</bookmark_value><bookmark_value>drawings; sending as email</bookmark_value><bookmark_value>presentations; sending as email</bookmark_value><bookmark_value>attachments in emails</bookmark_value>" +msgid "<bookmark_value>documents; sending as e-mail</bookmark_value><bookmark_value>sending; documents as e-mail</bookmark_value><bookmark_value>e-mail attachments</bookmark_value><bookmark_value>files; sending as e-mail</bookmark_value><bookmark_value>text documents;sending as e-mail</bookmark_value><bookmark_value>spreadsheets; sending as e-mail</bookmark_value><bookmark_value>drawings; sending as e-mail</bookmark_value><bookmark_value>presentations; sending as e-mail</bookmark_value><bookmark_value>attachments in e-mails</bookmark_value>" msgstr "" -#. CU2Ym +#. YbCCD #: email.xhp msgctxt "" "email.xhp\n" "hd_id3153345\n" "help.text" -msgid "<variable id=\"email\"><link href=\"text/shared/guide/email.xhp\" name=\"Sending Documents as Email\">Sending Documents as Email</link></variable>" -msgstr "" +msgid "<variable id=\"email\"><link href=\"text/shared/guide/email.xhp\" name=\"Sending Documents as E-mail\">Sending Documents as E-mail</link></variable>" +msgstr "<variable id=\"email\"><link href=\"text/shared/guide/email.xhp\" name=\"Надсилання документів електронною поштою\">Надсилання документів електронною поштою</link></variable>" -#. Z3E7r +#. dsSbC #: email.xhp msgctxt "" "email.xhp\n" "par_id3154897\n" "help.text" -msgid "Working in $[officename], you can send the current document as an email attachment." +msgid "Working in $[officename], you can send the current document as an e-mail attachment." msgstr "" #. 8jsBd @@ -10681,22 +10681,22 @@ msgctxt "" msgid "$[officename] opens your default email program.<switchinline select=\"sys\"><caseinline select=\"UNIX\"> If you want to send the current document with another email program, you can select the program to use with <emph>Internet - Email</emph> in the Options dialog box.</caseinline></switchinline>" msgstr "" -#. maP2B +#. 3vDxY #: email.xhp msgctxt "" "email.xhp\n" "par_id3150986\n" "help.text" -msgid "In your email program, enter the recipient, subject and any text you want to add, then send the email." +msgid "In your e-mail program, enter the recipient, subject and any text you want to add, then send the e-mail." msgstr "" -#. XdVXq +#. 2WZb7 #: email.xhp msgctxt "" "email.xhp\n" "par_id3595385\n" "help.text" -msgid "In case you want to send the email to a recipient who only has software that cannot read the OpenDocument format, you can send the current document in an often used proprietary format.<br/>For a text document, choose <item type=\"menuitem\">File - Send - Email as Microsoft Word</item>. For a spreadsheet, choose <item type=\"menuitem\">File - Send - Email as Microsoft Excel</item>. And for a presentation, choose <item type=\"menuitem\">File - Send - Email as Microsoft PowerPoint</item>. <br/>If you want to send the document as a read-only file, choose <item type=\"menuitem\">File - Send - Email as PDF</item>.<br/>These commands do not change your current document. Only a temporary copy is created and sent." +msgid "In case you want to send the e-mail to a recipient who only has software that cannot read the OpenDocument format, you can send the current document in an often used proprietary format.<br/>For a text document, choose <item type=\"menuitem\">File - Send - E-mail as Microsoft Word</item>. For a spreadsheet, choose <item type=\"menuitem\">File - Send - E-mail as Microsoft Excel</item>. And for a presentation, choose <item type=\"menuitem\">File - Send - E-mail as Microsoft PowerPoint</item>. <br/>If you want to send the document as a read-only file, choose <item type=\"menuitem\">File - Send - E-mail as PDF</item>.<br/>These commands do not change your current document. Only a temporary copy is created and sent." msgstr "" #. J84BK @@ -10807,13 +10807,13 @@ msgctxt "" msgid "You will not get an answer to your error report. If you need support, please visit the <link href=\"text/shared/main0108.xhp\">support forum</link> on the Internet." msgstr "" -#. yhvCf +#. kz5CY #: error_report.xhp msgctxt "" "error_report.xhp\n" "par_id3153526\n" "help.text" -msgid "You may choose to respond to questions that the developers may have about the reported error. Mark the check box if you want to be contacted by email, should additional information be required. By default this box is not marked, so you will not get any email." +msgid "You may choose to respond to questions that the developers may have about the reported error. Mark the check box if you want to be contacted by e-mail, should additional information be required. By default this box is not marked, so you will not get any e-mail." msgstr "" #. C7FWC @@ -12677,7 +12677,7 @@ msgctxt "" "bm_id3150789\n" "help.text" msgid "<bookmark_value>hyperlinks; inserting</bookmark_value><bookmark_value>links; inserting</bookmark_value><bookmark_value>inserting; hyperlinks</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>гіперпосилання; вставка</bookmark_value><bookmark_value>посилання; вставка</bookmark_value><bookmark_value>вставляння; гіперпосилань</bookmark_value>" #. 6hGVf #: hyperlink_insert.xhp @@ -12695,7 +12695,7 @@ msgctxt "" "par_id3149095\n" "help.text" msgid "You can insert hyperlinks in two ways: as text or as a button. In both cases, the visible text can be different from the URL." -msgstr "" +msgstr "Вставити гіперпосилання можна двома способами: як текст або як кнопку. В обох випадках видимий текст може відрізнятись від URL-адреси." #. r7xvA #: hyperlink_insert.xhp @@ -12704,7 +12704,7 @@ msgctxt "" "par_id3149811\n" "help.text" msgid "Place the text cursor in the document at the point where you want to insert the hyperlink or select the text that you want to put the hyperlink on. Select <emph>Hyperlink</emph> command from the <emph>Insert</emph> menu. Alternatively click on the <image id=\"img_id3149763\" src=\"cmd/sc_hyperlinkdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149763\">Icon</alt></image> Hyperlink icon on the <emph>Standard</emph> toolbar. The <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> appears." -msgstr "" +msgstr "Помістіть текстовий курсор у те місце документа, куди потрібно вставити гіперпосилання, або виділіть текст, який слугуватиме підписом гіперпосилання. Оберіть команду <emph>Гіперпосилання</emph> з меню <emph>Вставка</emph>. Інший спосіб - натиснути <image id=\"img_id3149763\" src=\"cmd/sc_hyperlinkdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149763\">Піктограма</alt></image> Піктограму Гіперпосилання на <emph>Стандартній</emph> панелі інструментів. З'явиться <link href=\"text/shared/02/09070000.xhp\" name=\"діалог Гіперпосилання\">діалог Гіперпосилання</link>." #. E8dZA #: hyperlink_insert.xhp @@ -12713,7 +12713,7 @@ msgctxt "" "par_id3154685\n" "help.text" msgid "To jump to a specific line in a text document, first enter a bookmark at that position (<emph>Insert - Bookmark</emph>)." -msgstr "" +msgstr "Щоб виконати перехід до певного рядка у текстовому документі, спочатку вставте закладку на потрібну позицію (<emph>Вставка - Закладка</emph>)." #. dUFRE #: hyperlink_insert.xhp @@ -12722,7 +12722,7 @@ msgctxt "" "par_idN1076D\n" "help.text" msgid "To jump to a cell in a spreadsheet, first enter a name for the cell (<emph>Sheet - Named Ranges and Expressions - Define</emph>)." -msgstr "" +msgstr "Щоб перейти до комірки електронної таблиці, спочатку задайте назву комірки (<emph>Аркуш - Названі діапазони та вирази - Задати</emph>)." #. k9rm5 #: hyperlink_insert.xhp @@ -12731,7 +12731,7 @@ msgctxt "" "par_id3152887\n" "help.text" msgid "Hyperlinks can also be inserted by drag-and-drop from the Navigator. Hyperlinks can refer to references, headings, graphics, tables, objects, directories or bookmarks." -msgstr "" +msgstr "Гіперпосилання можна також вставляти \"перетягуванням\" з навігатора. Гіперпосилання можуть вказувати на посилання, заголовки, рисунки, таблиці, об'єкти, каталоги або закладки." #. bbdmu #: hyperlink_insert.xhp @@ -12740,7 +12740,7 @@ msgctxt "" "par_id3146975\n" "help.text" msgid "If you wish to insert in a text a hyperlink that refers to Table 1, drag the entry Table 1 from the Navigator and drop it in the text. To do this, the <emph>Insert as Hyperlink</emph> drag mode must be selected in the Navigator." -msgstr "" +msgstr "Якщо Ви хочете вставити в текст гіперпосилання на Таблицю 1, перетягніть елемент \"Таблиця 1\" з навігатора в текст. Для цього в навігаторі повинен бути ввімкнений режим перетягування <emph>Вставити як гіперпосилання</emph>." #. ZkEzB #: hyperlink_rel_abs.xhp @@ -12749,7 +12749,7 @@ msgctxt "" "tit\n" "help.text" msgid "Relative and Absolute Links" -msgstr "" +msgstr "Відносні та абсолютні посилання" #. SFHrE #: hyperlink_rel_abs.xhp @@ -12758,7 +12758,7 @@ msgctxt "" "bm_id3147399\n" "help.text" msgid "<bookmark_value>absolute hyperlinks</bookmark_value><bookmark_value>relative hyperlinks</bookmark_value><bookmark_value>hyperlinks; relative and absolute</bookmark_value><bookmark_value>hyperlinks, see also links</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>абсолютні посилання</bookmark_value><bookmark_value>відносні посилання</bookmark_value><bookmark_value>гіперпосилання; відносні та абсолютні</bookmark_value><bookmark_value>гіперпосилання, і посилання</bookmark_value>" #. fEfnE #: hyperlink_rel_abs.xhp @@ -12767,7 +12767,7 @@ msgctxt "" "hd_id3147399\n" "help.text" msgid "<variable id=\"hyperlink_rel_abs\"><link href=\"text/shared/guide/hyperlink_rel_abs.xhp\" name=\"Relative and Absolute Links\">Relative and Absolute Links</link></variable>" -msgstr "" +msgstr "<variable id=\"hyperlink_rel_abs\"><link href=\"text/shared/guide/hyperlink_rel_abs.xhp\" name=\"Відносні та абсолютні посилання\">Відносні та абсолютні посилання</link></variable>" #. GYPtz #: hyperlink_rel_abs.xhp @@ -12776,15 +12776,15 @@ msgctxt "" "par_id3153345\n" "help.text" msgid "When you include hyperlinks, two factors must be taken into account: whether they are set as relative or absolute on saving, and whether or not the file is present." -msgstr "" +msgstr "При включенні гіперпосилань до документів варто враховувати два чинники: як вони налаштовані при зберіганні - як абсолютні чи як відносні, а також чи буде існувати відповідний файл." -#. KFh7J +#. swmJ3 #: hyperlink_rel_abs.xhp msgctxt "" "hyperlink_rel_abs.xhp\n" "par_id3147008\n" "help.text" -msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\"><emph>Load/Save - General</emph></link> and specify in the <emph>Save URLs relative to</emph> field if $[officename] creates <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative or absolute hyperlinks\">relative or absolute hyperlinks</link>. Relative linking is only possible when the document you are working on and the link destination are on the same drive." +msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\"><emph>Load/Save - General</emph></link> and specify in the <emph>Save URLs relative to</emph> field if $[officename] creates <link href=\"text/shared/00/00000005.xhp#speichern\" name=\"relative or absolute hyperlinks\">relative or absolute hyperlinks</link>. Relative linking is only possible when the document you are working on and the link destination are on the same drive." msgstr "" #. Ue6zh @@ -12794,7 +12794,7 @@ msgctxt "" "par_id3145382\n" "help.text" msgid "You should create the same directory structure on your hard disk as that which exists in the web space hosted by your Internet provider. Call the root directory for the homepage on your hard disk \"homepage\", for example. The start file is then \"index.html\", the full path being \"C:\\homepage\\index.html\" (assuming Windows operating system). The URL on your Internet provider's server might then be as follows: \"http://www.myprovider.com/mypage/index.html\". With relative addressing, you indicate the link relative to the location of the output document. For example, if you placed all the graphics for your homepage in a subfolder called \"C:\\homepage\\images\", you would need to give the following path to access the graphic \"picture.gif\": \"images\\picture.gif\". This is the relative path, starting from the location of the file \"index.html\". On the provider's server, you would place the picture in the folder \"mypage/images\". When you transfer the document \"index.html\" to the provider's server through the <emph>File - Save As</emph> dialog, and if you have marked the option <emph>Copy local images to Internet</emph> under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph>, $[officename] will automatically copy the graphic to the correct directory on the server." -msgstr "" +msgstr "Вам слід створити ту саму структуру каталогів на жорсткому диску, яка існує у веб-просторі, розміщеному у Вашого Інтернет-провайдера. Назвіть кореневий каталог для домашньої сторінки на жорсткому диску, наприклад, \"homepage\". Стартовий файл назвіть \"index.html\", повний шлях буде \"C:\\homepage\\index.html\" (припустимо, ваша ОС - Windows). Посилання на сервер Вашого Інтернет-провайдера могло б виглядати так: \"http://www.myprovider.com/mypage/index.html\". Відносною адресацією Ви вказуєте посилання, відносне розташуванню вихідного документа. Наприклад, якщо всі зображення з Вашої домашньої сторінки містяться у підкаталозі \"C:\\homepage\\images\", Вам знадобиться вказати такий шлях для доступу до зображення \"picture.gif\": \"images\\picture.gif\". Це відносний шлях, що починається з розміщення файлу \"index.html\". На сервері провайдера Ви розмістите зображення у каталозі \"mypage/images\". Коли Ви переміщуєте документ \"index.html\" на сервер провайдера, використовуючи діалог<emph>Файл - Зберегти як</emph>, і якщо Ви відмітили параметр <emph>Копіювати локальні зображення в Інтернет</emph> на сторінці меню<switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Параметри</emph></caseinline><defaultinline><emph>Засоби - Параметри</emph></defaultinline></switchinline><emph> - Завантаження/Збереження - Сумісність з HTML</emph>, $[officename] автоматично скопіює зображення у потрібний каталог на сервері." #. bDwjd #: hyperlink_rel_abs.xhp @@ -12803,7 +12803,7 @@ msgctxt "" "par_id3159158\n" "help.text" msgid "An absolute path such as \"C:\\homepage\\graphics\\picture.gif\" would no longer function on the provider server. Neither a server nor the computer of a reader needs to have a C hard drive: operating systems such as Unix or macOS do not recognize drive letters, and even if the folder homepage\\graphics existed, your picture would not be available. It is better to use relative addressing for file links." -msgstr "" +msgstr "Абсолютний шлях, такий як \"C:\\Власне\\графіка\\картинка.gif\" не працюватиме на сервері провайдера. Ні сервер, ні комп'ютер читача не потребує існування диску C : операційні системи, такі як Unix чи macOS не розпізнають літерних позначень дисків, і навіть якщо каталог Власне\\графіка існує, Ваша картинка буде недоступною. Краще використовувати відносну адресацію для посилань на файли." #. 3Rjas #: hyperlink_rel_abs.xhp @@ -12812,7 +12812,7 @@ msgctxt "" "par_id3154046\n" "help.text" msgid "A link to a web page, for example, \"www.example.com\" or \"www.myprovider.com/mypage/index.html\" is an absolute link." -msgstr "" +msgstr "Посилання на веб-сторінку, наприклад, \"www.example.com\" чи \"www.myprovider.com/mypage/index.html\", є абсолютним посиланням." #. bTRZi #: hyperlink_rel_abs.xhp @@ -12821,7 +12821,7 @@ msgctxt "" "par_id3155450\n" "help.text" msgid "$[officename] also reacts differently, depending on whether the file referred to in the link exists, and where it is located. $[officename] checks every new link and sets a target and protocol automatically. The result can be seen in the generated HTML code after saving the source document." -msgstr "" +msgstr "Крім того, поведінка $[officename] залежить від того, чи існує файл, на який вказує посилання, і де саме він розміщений. $[officename] перевіряє кожне нове посилання і налаштовує цільовий об'єкт і протокол автоматично. Результат можна побачити у створеному коді HTML після збереження початкового документа." #. E4iaR #: hyperlink_rel_abs.xhp @@ -12830,7 +12830,7 @@ msgctxt "" "par_id3145317\n" "help.text" msgid "The following rules apply: A relative reference (\"graphic/picture.gif\") is only possible when both files exist on the same drive. If the files are on different drives in your local file system, the absolute reference follows the \"file:\" protocol (\"file:///data1/xyz/picture.gif\"). If the files are on different servers or if the target of the link is not available, the absolute reference uses the \"http:\" protocol (\"http://data2/abc/picture.gif\")." -msgstr "" +msgstr "Для посилань діють такі правила. Відносне посилання (\"graphic/picture.gif\") можливе лише в тому випадку, коли обидва файли розміщені на тому самому диску. Якщо файли розміщені на різних дисках локальної файлової системи, для абсолютного посилання використовується протокол \"file:\" (\"file:///data1/xyz/picture.gif\"). Коли ж файли розміщені на різних серверах або якщо об'єкт, на який вказує посилання, недоступний, в абсолютному посиланні використовується протокол \"http:\" (\"http://data2/abc/picture.gif\")." #. qB8Yx #: hyperlink_rel_abs.xhp @@ -12839,7 +12839,7 @@ msgctxt "" "par_id3153541\n" "help.text" msgid "Be sure to organize all files for your homepage on the same drive as the start file of the homepage. In this way, $[officename] can set the protocol and target so that the reference on the server is always correct." -msgstr "" +msgstr "Таким чином, необхідно розмістити всі файли своєї сторінки на тому ж диску, що і початковий файл сторінки. В цьому разі $[officename] зможе правильно встановити протокол і цільовий об'єкт, і посилання на сервері завжди буде правильним." #. 4E2tA #: hyperlink_rel_abs.xhp @@ -12848,7 +12848,7 @@ msgctxt "" "par_id3153897\n" "help.text" msgid "When you rest your mouse on a hyperlink, a help tip displays the absolute reference, since $[officename] uses absolute path names internally. The complete path and address can only be seen when you view the result of the HTML export, by loading the HTML file as \"Text\" or opening it with a text editor." -msgstr "" +msgstr "Якщо затримати вказівник миші на гіперпосиланні, спливе підказка з абсолютним посиланням, тому що всередині $[officename] використовується абсолютна адресація. Повний шлях і адресу можна побачити тільки у результатах експорту HTML, завантаживши HTML-файл у вигляді тексту або відкривши його у текстовому редакторі." #. qxJsq #: imagemap.xhp @@ -12857,7 +12857,7 @@ msgctxt "" "tit\n" "help.text" msgid "Adding Clickable Hotspots to Images" -msgstr "" +msgstr "Приєднання інтерактивних точок доступу до зображень" #. B6fGi #: imagemap.xhp @@ -13651,13 +13651,13 @@ msgctxt "" msgid "This function allows you to insert special characters, such as check marks, boxes, and telephone symbols, into your text." msgstr "" -#. oBfFd +#. N5gfA #: insert_specialchar.xhp msgctxt "" "insert_specialchar.xhp\n" "par_id3155535\n" "help.text" -msgid "To view a repertoire of all characters, choose <menuitem>Insert - Special Character</menuitem>." +msgid "To view a selection of all characters, choose <menuitem>Insert - Special Character</menuitem>." msgstr "" #. fFAT9 @@ -20077,13 +20077,13 @@ msgctxt "" msgid "<link href=\"text/shared/guide/qrcode.xhp\" name=\"QR Code\">QR Code</link>" msgstr "" -#. YdWKF +#. Q8ujF #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id381566315781439\n" "help.text" -msgid "Generate QR Code for any text or URL." +msgid "<ahelp hid=\".\">Generate QR Code for any text or URL.</ahelp>" msgstr "" #. SzeNM @@ -20113,13 +20113,13 @@ msgctxt "" msgid "URL or Text" msgstr "" -#. ikC8E +#. CxDiM #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id251566316519649\n" "help.text" -msgid "The text from which to generate the QR code." +msgid "<ahelp hid=\".\">The text from which to generate the QR code.</ahelp>" msgstr "" #. 6mj5K @@ -20149,40 +20149,40 @@ msgctxt "" msgid "There are four standard error correction values." msgstr "" -#. LdLRP +#. B7CfZ #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id271566316757549\n" "help.text" -msgid "<emph>Low</emph>: 7% of codewords can be restored." +msgid "<emph>Low</emph>: <ahelp hid=\".\">7% of codewords can be restored.</ahelp>" msgstr "" -#. gNLdh +#. Tp5Fa #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id751566316834436\n" "help.text" -msgid "<emph>Medium</emph>: 15% of codewords can be restored." +msgid "<emph>Medium</emph>: <ahelp hid=\".\">15% of codewords can be restored.</ahelp>" msgstr "" -#. GQtTJ +#. 45uQ6 #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id481566316843503\n" "help.text" -msgid "<emph>Quartile</emph>: 25% of codewords can be restored." +msgid "<emph>Quartile</emph>: <ahelp hid=\".\">25% of codewords can be restored.</ahelp>" msgstr "" -#. QBceY +#. sP2BA #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id641566316849901\n" "help.text" -msgid "<emph>High</emph>: 30% of codewords can be restored." +msgid "<emph>High</emph>: <ahelp hid=\".\">30% of codewords can be restored.</ahelp>" msgstr "" #. F32vf @@ -20194,13 +20194,13 @@ msgctxt "" msgid "Border" msgstr "" -#. wz9kT +#. jzJW7 #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id981566316947064\n" "help.text" -msgid "The width in dots of the border surrounding the QR code." +msgid "<ahelp hid=\".\">The width in dots of the border surrounding the QR code.</ahelp>" msgstr "" #. kZPNW @@ -20401,22 +20401,22 @@ msgctxt "" msgid "The <emph>Redacted Export</emph> button box has two options:" msgstr "" -#. iFMK3 +#. pBqFG #: redaction.xhp msgctxt "" "redaction.xhp\n" "par_id551562796791417\n" "help.text" -msgid "<emph>Redacted Export (Black)</emph>: finalize your document by converting the semitransparent redaction shapes to opaque black and export as pixels in the PDF file." +msgid "<emph>Redacted Export (Black)</emph>: finalize your document by converting the semitransparent redaction shapes to opaque black and export as a pixellized PDF file." msgstr "" -#. HSvWX +#. Z5u4M #: redaction.xhp msgctxt "" "redaction.xhp\n" "par_id191562796822685\n" "help.text" -msgid "<emph>Redacted Export (White)</emph>: finalize your document by converting the semitransparent redaction shapes to opaque white shapes, and export as pixels in the PDF file." +msgid "<emph>Redacted Export (White)</emph>: finalize your document by converting the semitransparent redaction shapes to opaque white shapes, and export as a pixellized PDF file." msgstr "" #. 2w5mE @@ -20500,13 +20500,13 @@ msgctxt "" msgid "The edited document comes back to you, and you can incorporate or ignore the suggestions of the two reviewers." msgstr "" -#. QC87c +#. SJz3q #: redlining.xhp msgctxt "" "redlining.xhp\n" "par_id3146957\n" "help.text" -msgid "Let's say you also emailed a copy of the report to a good friend and colleague who has done research on a similar topic in the past. You asked for a few suggestions, and the document is now returned by email with your colleague's suggestions." +msgid "Let's say you also e-mailed a copy of the report to a good friend and colleague who has done research on a similar topic in the past. You asked for a few suggestions, and the document is now returned by e-mail with your colleague's suggestions." msgstr "" #. CoW6n @@ -21058,13 +21058,13 @@ msgctxt "" msgid "<bookmark_value>changes; protecting</bookmark_value><bookmark_value>protecting; recorded changes</bookmark_value><bookmark_value>records; protecting</bookmark_value><bookmark_value>review function;protecting records</bookmark_value>" msgstr "" -#. Tj23h +#. 4cTt7 #: redlining_protect.xhp msgctxt "" "redlining_protect.xhp\n" "hd_id3159201\n" "help.text" -msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link></variable>" +msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link> </variable>" msgstr "" #. jVeUw @@ -24361,23 +24361,23 @@ msgctxt "" msgid "Switching Between Insert Mode and Overwrite Mode" msgstr "Перемикання між режимами вставки і заміни" -#. FrywY +#. BzPEA #: textmode_change.xhp msgctxt "" "textmode_change.xhp\n" "bm_id3159233\n" "help.text" -msgid "<bookmark_value>text; overwriting or inserting</bookmark_value> <bookmark_value>overwrite mode</bookmark_value> <bookmark_value>insert mode for entering text</bookmark_value>" +msgid "<bookmark_value>text; overwriting or inserting</bookmark_value><bookmark_value>overwrite mode</bookmark_value><bookmark_value>insert mode for entering text</bookmark_value>" msgstr "" -#. AWrGk +#. 7ST7D #: textmode_change.xhp msgctxt "" "textmode_change.xhp\n" "hd_id3159233\n" "help.text" -msgid "<variable id=\"textmode_change\"> <link href=\"text/shared/guide/textmode_change.xhp\" name=\"Switching Between Insert Mode and Overwrite Mode\">Switching Between Insert Mode and Overwrite Mode</link> </variable>" -msgstr "" +msgid "<variable id=\"textmode_change\"><link href=\"text/shared/guide/textmode_change.xhp\" name=\"Switching Between Insert Mode and Overwrite Mode\">Switching Between Insert Mode and Overwrite Mode</link></variable>" +msgstr "<variable id=\"textmode_change\"><link href=\"text/shared/guide/textmode_change.xhp\" name=\"Перемикання між режимами вставки і заміни\">Перемикання між режимами вставки і заміни</link></variable>" #. qhFEZ #: textmode_change.xhp @@ -24388,13 +24388,13 @@ msgctxt "" msgid "With the keyboard:" msgstr "За допомогою клавіатури:" -#. beikb +#. 3GsGt #: textmode_change.xhp msgctxt "" "textmode_change.xhp\n" "par_id3153031\n" "help.text" -msgid "Press <keycode>Insert</keycode> to toggle between overwrite mode and insert mode. The current mode is displayed on the Status Bar. <switchinline select=\"appl\"><caseinline select=\"CALC\"> The text cursor must be enabled in the cell or in the input line.</caseinline></switchinline>" +msgid "Press Insert to toggle between overwrite mode and insert mode. The current mode is displayed on the Status Bar.<switchinline select=\"appl\"><caseinline select=\"CALC\"> The text cursor must be enabled in the cell or in the input line. </caseinline></switchinline>" msgstr "" #. Hd4Vg @@ -24415,40 +24415,40 @@ msgctxt "" msgid "On the Status Bar, click on the area indicating the current mode in order to switch to the other mode:" msgstr "" -#. DG4fD +#. XAHAp #: textmode_change.xhp msgctxt "" "textmode_change.xhp\n" "par_id3145673\n" "help.text" -msgid "<emph>Insert</emph>" +msgid "<emph>INSRT</emph>" msgstr "" -#. DjbYz +#. ZLXCM #: textmode_change.xhp msgctxt "" "textmode_change.xhp\n" "par_id3154307\n" "help.text" -msgid "<switchinline select=\"sys\"> <caseinline select=\"MAC\">Insert mode is active.</caseinline> <defaultinline>The area in the status bar is blank, when Insert mode is active.</defaultinline> </switchinline> The text cursor is a blinking vertical line. Click on the area to activate the overwrite mode." +msgid "Insert mode is enabled. <switchinline select=\"appl\"><caseinline select=\"WRITER\">The text cursor is a blinking vertical line. </caseinline></switchinline>Click on the area to enable the overwrite mode." msgstr "" -#. XFgYi +#. n8G6G #: textmode_change.xhp msgctxt "" "textmode_change.xhp\n" "par_id3150984\n" "help.text" -msgid "<emph>Overwrite</emph>" +msgid "<emph>OVER</emph>" msgstr "" -#. idAmv +#. YQKDi #: textmode_change.xhp msgctxt "" "textmode_change.xhp\n" "par_id3148491\n" "help.text" -msgid "The overwrite mode is active. The text cursor is a blinking block. Click on the area to activate insert mode." +msgid "The overwrite mode is enabled. <switchinline select=\"appl\"><caseinline select=\"WRITER\">The text cursor is a blinking block. </caseinline></switchinline>Click on the area to enable insert mode." msgstr "" #. tHRqe diff --git a/source/uk/helpcontent2/source/text/shared/help.po b/source/uk/helpcontent2/source/text/shared/help.po index 19c4f767168..821a75061f5 100644 --- a/source/uk/helpcontent2/source/text/shared/help.po +++ b/source/uk/helpcontent2/source/text/shared/help.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: 2020-07-21 11:19+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2020-07-24 12:35+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedhelp/uk/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1555530441.000000\n" #. jdDhb @@ -133,15 +133,6 @@ msgctxt "" msgid "<variable id=\"searchhelpcontents\">Search help contents</variable>" msgstr "<variable id=\"searchhelpcontents\">Шукати в довідці</variable>" -#. ucD7E -#: browserhelp.xhp -msgctxt "" -"browserhelp.xhp\n" -"par_id211591971675557\n" -"help.text" -msgid "<variable id=\"noscriptmsg\">Enable JavaScript in the browser to display %PRODUCTNAME Help pages.</variable>" -msgstr "<variable id=\"noscriptmsg\">Активуйте JavaScript у браузері для відображення довідки %PRODUCTNAME.</variable>" - #. DXqYQ #: browserhelp.xhp msgctxt "" diff --git a/source/uk/helpcontent2/source/text/shared/optionen.po b/source/uk/helpcontent2/source/text/shared/optionen.po index 19867442a9f..ffc1acf4f6c 100644 --- a/source/uk/helpcontent2/source/text/shared/optionen.po +++ b/source/uk/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: 2020-09-28 11:22+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2020-09-29 13:35+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedoptionen/uk/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1560361954.000000\n" #. PzSYs @@ -61,14 +61,14 @@ msgctxt "" msgid "All your settings are saved automatically. To expand an entry either double click this entry or click the plus sign. To collapse the entry, click the minus sign or double click the entry." msgstr "Усі параметри зберігаються автоматично. Щоб розгорнути елемент, слід двічі клацнути по ньому або клацнути по знаку \"плюс\" перед ним. Для згортання елемента слід клацнути по знаку \"мінус\" або двічі клацнути по самому елементу." -#. HMSEY +#. Dn9AL #: 01000000.xhp msgctxt "" "01000000.xhp\n" "par_idN10607\n" "help.text" -msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME." -msgstr "" +msgid "You see only the entries that are applicable to the current document. If the current document is a text document, you see the %PRODUCTNAME Writer entry, and so on for all modules of %PRODUCTNAME. %PRODUCTNAME Impress and %PRODUCTNAME Draw are treated as the same in this dialog. The common entries are always visible." +msgstr "Відображаються лише елементи, які можна застосувати до поточного документа. Якщо поточний документ є текстовим документом, то відображається елемент %PRODUCTNAME Writer; так само для всіх модулів %PRODUCTNAME. %PRODUCTNAME Impress і %PRODUCTNAME Draw так само оброблюються у цьому діалоговому вікні. Спільні елементи відображаються завжди." #. uYcBu #: 01000000.xhp @@ -79,14 +79,14 @@ msgctxt "" msgid "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Select an entry to edit.</ahelp>" msgstr "<ahelp hid=\"HID_OFADLG_TREELISTBOX\" visibility=\"hidden\">Оберіть елемент для зміни.</ahelp>" -#. cLKW2 +#. qV89h #: 01000000.xhp msgctxt "" "01000000.xhp\n" -"par_id61597440155071\n" +"par_id1013200911280529\n" "help.text" -msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline>" -msgstr "" +msgid "Note for macOS users: The Help mentions the menu path Tools - Options at numerous places. Replace this path with %PRODUCTNAME - Preferences on your macOS main menu. Both menu entries open the Options dialog box." +msgstr "Примітка для користувачів macOS : у довідці вказано шлях меню \"Засоби - Параметри\". У системі macOS цей шлях необхідно замінити командами основного меню \"%PRODUCTNAME - Параметри\". Ці команди меню відкривають діалогове вікно \"Параметри\"." #. WS53M #: 01000000.xhp @@ -556,23 +556,23 @@ msgctxt "" msgid "<ahelp hid=\".\">Type your fax number in this field.</ahelp>" msgstr "<ahelp hid=\".\">Введіть у це поле номер факсу.</ahelp>" -#. rioqH +#. SbdwC #: 01010100.xhp msgctxt "" "01010100.xhp\n" "hd_id3150592\n" "help.text" -msgid "Email" -msgstr "Email" +msgid "E-mail" +msgstr "Ел.пошта" -#. FNyZE +#. g5uYB #: 01010100.xhp msgctxt "" "01010100.xhp\n" "par_id3154942\n" "help.text" -msgid "<ahelp hid=\".\">Type your email address.</ahelp> For example, my.name@my.provider.com" -msgstr "<ahelp hid=\".\">Введіть вашу адресу електронної пошти.</ahelp> Наприклад, moe.imja@miy.provider.com" +msgid "<ahelp hid=\".\">Type your e-mail address.</ahelp> For example, my.name@my.provider.com" +msgstr "<ahelp hid=\".\">Введіть вашу адресу електронної пошти.</ahelp> Наприклад: my.name@my.provider.com" #. DA4Z7 #: 01010100.xhp @@ -925,14 +925,14 @@ msgctxt "" msgid "Save URLs relative to file system" msgstr "Зберігати адреси відносно файлової системи" -#. URbep +#. Dwh8W #: 01010200.xhp msgctxt "" "01010200.xhp\n" "par_id3149484\n" "help.text" -msgid "This option allows you to select the default for <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative\"><emph>relative</emph></link> addressing of URLs in the file system and on the Internet. Relative addressing is only possible if the source document and the referenced document are both on the same drive." -msgstr "" +msgid "This option allows you to select the default for <link href=\"text/shared/00/00000005.xhp#speichern\" name=\"relative\"><emph>relative</emph></link> addressing of URLs in the file system and on the Internet. Relative addressing is only possible if the source document and the referenced document are both on the same drive." +msgstr "Цей параметр дозволяє вибрати типове значення для <link href=\"text/shared/00/00000005.xhp#speichern\" name=\"відносна\"><emph>відносної</emph></link> адресації URL-адрес у файловій системі та в Інтернеті. Відносна адресація можлива тільки в тому випадку, коли джерельний документ і документ, на який вказує посилання, знаходяться на одному диску." #. jDPKd #: 01010200.xhp @@ -1033,14 +1033,14 @@ msgctxt "" msgid "The Help tip always displays an absolute path. However, if a document is saved in HTML format, <item type=\"productname\">%PRODUCTNAME</item> will enter a relative path if the appropriate check box is selected." msgstr "Спливна підказка завжди показує абсолютний шлях. Однак, якщо документ збережено в HTML-форматі, <item type=\"productname\">%PRODUCTNAME</item> вводить відносний шлях, якщо встановлено відповідний прапорець." -#. 2sqRz +#. tDU47 #: 01010200.xhp msgctxt "" "01010200.xhp\n" "par_id3155176\n" "help.text" -msgid "<ahelp hid=\"cui/ui/optsavepage/relative_fsys\">Select this box for <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><emph>relative saving</emph></link> of URLs in the file system.</ahelp>" -msgstr "" +msgid "<ahelp hid=\"cui/ui/optsavepage/relative_fsys\">Select this box for <link href=\"text/shared/00/00000005.xhp#speichern\" name=\"relative saving\"><emph>relative saving</emph></link> of URLs in the file system.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/optsavepage/relative_fsys\">Встановіть цей прапорець для <link href=\"text/shared/00/00000005.xhp#speichern\" name=\"збереження відносних\"><emph>збереження відносних</emph></link> URL-адрес у файловій системі.</ahelp>" #. x9sAv #: 01010200.xhp @@ -1051,14 +1051,14 @@ msgctxt "" msgid "Save URLs relative to internet" msgstr "Зберігати адреси відносно Інтернету" -#. UHaGc +#. HfnEy #: 01010200.xhp msgctxt "" "01010200.xhp\n" "par_id3155608\n" "help.text" -msgid "<ahelp hid=\"cui/ui/optsavepage/relative_inet\">Select this box for <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><emph>relative saving</emph></link> of URLs to the Internet.</ahelp>" -msgstr "" +msgid "<ahelp hid=\"cui/ui/optsavepage/relative_inet\">Select this box for <link href=\"text/shared/00/00000005.xhp#speichern\" name=\"relative saving\"><emph>relative saving</emph></link> of URLs to the Internet.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/optsavepage/relative_inet\">Встановіть цей прапорець для <link href=\"text/shared/00/00000005.xhp#speichern\" name=\"зберегти відносні\"><emph>збереження відносних</emph></link> Інтернет-URL-адрес.</ahelp>" #. Ymh8t #: 01010200.xhp @@ -4876,50 +4876,50 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/optproxypage/ftpport\">Type the port for the corresponding proxy server.</ahelp> The maximum value of a port number is fixed at 65535." msgstr "<ahelp hid=\"cui/ui/optproxypage/ftpport\">Вкажіть порт для відповідного проксі-сервера.</ahelp> Найбільше значення для номера порту - 65535." -#. 7oGRX +#. CvGfQ #: 01020300.xhp msgctxt "" "01020300.xhp\n" "tit\n" "help.text" -msgid "Email" -msgstr "" +msgid "E-mail" +msgstr "Ел.пошта" -#. 8iAf5 +#. bFEGY #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_idN1054D\n" "help.text" -msgid "<link href=\"text/shared/optionen/01020300.xhp\">Email</link>" -msgstr "" +msgid "<link href=\"text/shared/optionen/01020300.xhp\">E-mail</link>" +msgstr "<link href=\"text/shared/optionen/01020300.xhp\">Електронна пошта</link>" -#. zqXGG +#. ADUFe #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_idN1056B\n" "help.text" -msgid "On UNIX systems, specifies the email program to use when you send the current document as email." -msgstr "" +msgid "On UNIX systems, specifies the e-mail program to use when you send the current document as e-mail." +msgstr "В системах UNIX вказує поштову програму, яка використовується при надсиланні документа електронною поштою." -#. DFhk6 +#. rBUxL #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_idN10576\n" "help.text" -msgid "Email program" -msgstr "" +msgid "E-mail program" +msgstr "Поштовий клієнт" -#. KBusD +#. cXMGv #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_idN1057A\n" "help.text" -msgid "<ahelp hid=\"cui/ui/optemailpage/url\">Enter the email program path and name.</ahelp>" -msgstr "" +msgid "<ahelp hid=\"cui/ui/optemailpage/url\">Enter the e-mail program path and name.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/optemailpage/url\">Введіть шлях і назву поштового клієнта.</ahelp>" #. aP7pK #: 01020300.xhp @@ -4930,14 +4930,14 @@ msgctxt "" msgid "Browse" msgstr "Огляд" -#. DAjWA +#. QDZFn #: 01020300.xhp msgctxt "" "01020300.xhp\n" "par_idN10595\n" "help.text" -msgid "<ahelp hid=\"cui/ui/optemailpage/browse\">Opens a file dialog to select the email program.</ahelp>" -msgstr "" +msgid "<ahelp hid=\"cui/ui/optemailpage/browse\">Opens a file dialog to select the e-mail program.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/optemailpage/browse\">Відкриває діалогове вікно для вибору програми електронної пошти.</ahelp>" #. KhbuR #: 01030000.xhp @@ -5245,6 +5245,42 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/optsecuritypage/cert\">Opens the <emph>Certificate Path</emph> dialog.</ahelp>" msgstr "<ahelp hid=\"cui/ui/optsecuritypage/cert\">Відкриває діалогове вікно <emph>Шлях до сертифікату</emph>.</ahelp>" +#. yZc9g +#: 01030300.xhp +msgctxt "" +"01030300.xhp\n" +"par_idN106871\n" +"help.text" +msgid "TSAs" +msgstr "TSAs" + +#. yxkXg +#: 01030300.xhp +msgctxt "" +"01030300.xhp\n" +"par_idN1068B1\n" +"help.text" +msgid "Allows you to maintain a list of Time Stamping Authority (TSA) URLs. TSAs issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export." +msgstr "Дозволяє зберегти список URL-адрес Органу Мітки Часу (TSA). Мітки TSA виходять із цифровим підписом (RFC 3161), який додатково використовується при експорті підписаних PDF." + +#. LBhZv +#: 01030300.xhp +msgctxt "" +"01030300.xhp\n" +"par_idN1068E1\n" +"help.text" +msgid "TSAs" +msgstr "TSA" + +#. 3GGAj +#: 01030300.xhp +msgctxt "" +"01030300.xhp\n" +"par_idN106921\n" +"help.text" +msgid "<ahelp hid=\"cui/ui/optsecuritypage/tsas\">Opens the <emph>Time Stamping Authority URLs</emph> dialog.</ahelp>" +msgstr "<ahelp hid=\"cui/ui/optsecuritypage/tsas\">Відкриває діалогове вікно <emph>URL джерел часових міток</emph>.</ahelp>" + #. tY5b3 #: 01030500.xhp msgctxt "" @@ -7486,168 +7522,6 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Specifies the color for highlighting the changed lines in the text.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/optredlinepage/markcolor\">Вказує колір для виділення змінених рядків у тексті.</ahelp>" -#. BANMp -#: 01040800.xhp -msgctxt "" -"01040800.xhp\n" -"tit\n" -"help.text" -msgid "Comparison Options" -msgstr "" - -#. E6UnW -#: 01040800.xhp -msgctxt "" -"01040800.xhp\n" -"bm_id481597340419434\n" -"help.text" -msgid "<bookmark_value>document comparison;options</bookmark_value> <bookmark_value>comparison;automatic</bookmark_value> <bookmark_value>comparison;by word</bookmark_value> <bookmark_value>comparison;by character</bookmark_value> <bookmark_value>document comparison;random ID</bookmark_value>" -msgstr "" - -#. Bw9mZ -#: 01040800.xhp -msgctxt "" -"01040800.xhp\n" -"hd_id801597320214148\n" -"help.text" -msgid "<variable id=\"comparisonoptionh1\"><link href=\"text/shared/optionen/01040800.xhp\" name=\"Comparison\">Document Comparison Options</link></variable>" -msgstr "" - -#. DRYng -#: 01040800.xhp -msgctxt "" -"01040800.xhp\n" -"par_id761597320214148\n" -"help.text" -msgid "Defines the comparison options for the document." -msgstr "" - -#. vgLbk -#: 01040800.xhp -msgctxt "" -"01040800.xhp\n" -"par_id101597332748471\n" -"help.text" -msgid "Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Comparison</menuitem>." -msgstr "" - -#. mjJDZ -#: 01040800.xhp -msgctxt "" -"01040800.xhp\n" -"hd_id421597320817511\n" -"help.text" -msgid "Compare documents" -msgstr "" - -#. uKiJe -#: 01040800.xhp -msgctxt "" -"01040800.xhp\n" -"par_id821597320851919\n" -"help.text" -msgid "<emph>Automatic</emph>: Uses traditional algorithm for document comparison (default)." -msgstr "" - -#. sG9SF -#: 01040800.xhp -msgctxt "" -"01040800.xhp\n" -"par_id771597320878668\n" -"help.text" -msgid "<emph>By word</emph>: compares documents segmenting contents word by word." -msgstr "" - -#. BRvm7 -#: 01040800.xhp -msgctxt "" -"01040800.xhp\n" -"par_id431597320905536\n" -"help.text" -msgid "<emph>By characters</emph>: compares documents segmenting contents character by character. You can define the minimal number of character for the comparison." -msgstr "" - -#. 8Pb46 -#: 01040800.xhp -msgctxt "" -"01040800.xhp\n" -"hd_id521597320824763\n" -"help.text" -msgid "Random Number to improve accuracy of document comparison" -msgstr "" - -#. CVid8 -#: 01040800.xhp -msgctxt "" -"01040800.xhp\n" -"par_id411597332706569\n" -"help.text" -msgid "Introduce an identifier to improve accuracy of document comparison when done by word or by characters." -msgstr "" - -#. SBPxy -#: 01040800.xhp -msgctxt "" -"01040800.xhp\n" -"par_id631597333767341\n" -"help.text" -msgid "These options are enabled when the Compare documents options are by words or by characters." -msgstr "" - -#. D8X8F -#: 01040800.xhp -msgctxt "" -"01040800.xhp\n" -"hd_id601597323591520\n" -"help.text" -msgid "Take it into account when comparing" -msgstr "" - -#. AzAaF -#: 01040800.xhp -msgctxt "" -"01040800.xhp\n" -"par_id191597335836486\n" -"help.text" -msgid "Activates the document comparison using By word and By character options." -msgstr "" - -#. BRybW -#: 01040800.xhp -msgctxt "" -"01040800.xhp\n" -"hd_id1001597323596761\n" -"help.text" -msgid "Ignore pieces of length" -msgstr "" - -#. jrR5L -#: 01040800.xhp -msgctxt "" -"01040800.xhp\n" -"par_id751597333853235\n" -"help.text" -msgid "Set the minimum number of characters to trigger a valid comparison." -msgstr "" - -#. hZ7bt -#: 01040800.xhp -msgctxt "" -"01040800.xhp\n" -"hd_id291597323603653\n" -"help.text" -msgid "Store it when changing the document" -msgstr "" - -#. GgGrD -#: 01040800.xhp -msgctxt "" -"01040800.xhp\n" -"par_id421597332757267\n" -"help.text" -msgid "Stores the random number in the document." -msgstr "" - #. CxgNP #: 01040900.xhp msgctxt "" @@ -8080,42 +7954,6 @@ msgctxt "" msgid "Specifies the characters that are considered as word separators when counting words, in addition to spaces, tabs and line and paragraph breaks." msgstr "Визначає символи, які вважаються розділювачами слів під час підрахунку слів, крім пробілів, табуляцій та розривів рядків та абзаців." -#. LBDBF -#: 01040900.xhp -msgctxt "" -"01040900.xhp\n" -"hd_id691599000315902\n" -"help.text" -msgid "Show standardized page count" -msgstr "" - -#. 67L2A -#: 01040900.xhp -msgctxt "" -"01040900.xhp\n" -"par_id581599002628645\n" -"help.text" -msgid "Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allows quick calculation of the number of these pages." -msgstr "" - -#. eQjAd -#: 01040900.xhp -msgctxt "" -"01040900.xhp\n" -"hd_id511599000321915\n" -"help.text" -msgid "Characters per standardized page" -msgstr "" - -#. AFkck -#: 01040900.xhp -msgctxt "" -"01040900.xhp\n" -"par_id271599002636069\n" -"help.text" -msgid "Set the number of characters for the standardized page." -msgstr "" - #. RPuAH #: 01041000.xhp msgctxt "" @@ -9133,13 +8971,13 @@ msgctxt "" msgid "Specifies the background for HTML documents. The background is valid for both new HTML documents and for those that you load, as long as these have not defined their own background." msgstr "" -#. mASX2 +#. 3SbXD #: 01050300.xhp msgctxt "" "01050300.xhp\n" -"par_id3151114\n" +"par_id3156156\n" "help.text" -msgid "<ahelp hid=\".\">Click a color. Click No Fill to remove a background or highlighting color.</ahelp>" +msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Further information\">Further information</link>" msgstr "" #. YvDPU @@ -15415,13 +15253,13 @@ msgctxt "" msgid "Expert Configuration" msgstr "" -#. rmYbp +#. YGAEk #: expertconfig.xhp msgctxt "" "expertconfig.xhp\n" "par_id0609201521430059\n" "help.text" -msgid "Choose <menuitem>Tools - Options - %PRODUCTNAME - Advanced - Open Expert Configuration</menuitem>." +msgid "Choose <emph>Tools – Options – %PRODUCTNAME – Advanced – Expert Configuration</emph>" msgstr "" #. 7CGay @@ -15631,13 +15469,13 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/aboutconfigdialog/edit\">Opens a dialog to edit the preference.</ahelp>" msgstr "" -#. aZSk8 +#. tLoDF #: expertconfig.xhp msgctxt "" "expertconfig.xhp\n" "par_id0609201523043085\n" "help.text" -msgid "Double-click in the preference row to edit current string and long values or toggle boolean types." +msgid "You can double click in the preference row to edit the current value of the property." msgstr "" #. HGh4N @@ -15739,42 +15577,6 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/optadvancedpage/javas\">Select the JRE that you want to use. On some systems, you must wait a minute until the list gets populated. On some systems, you must restart %PRODUCTNAME to use your changed setting.</ahelp> The path to the JRE is displayed beneath the list box." msgstr "" -#. BEsVP -#: java.xhp -msgctxt "" -"java.xhp\n" -"par_id431600889434242\n" -"help.text" -msgid "You can override the default JRE of the operating system with one of the following alternatives:" -msgstr "" - -#. Skrxp -#: java.xhp -msgctxt "" -"java.xhp\n" -"par_id191600889458048\n" -"help.text" -msgid "By setting the environment variable <literal>JAVA_HOME</literal>," -msgstr "" - -#. Z6Vzz -#: java.xhp -msgctxt "" -"java.xhp\n" -"par_id131600889466713\n" -"help.text" -msgid "By adding a JRE to the <literal>$PATH</literal> variable," -msgstr "" - -#. CFjhz -#: java.xhp -msgctxt "" -"java.xhp\n" -"par_id501600889473339\n" -"help.text" -msgid "By providing the configuration file <switchinline select=\"sys\"> <caseinline select=\"MAC\"><literal>javasettings_macOS_X86_64.xml</literal></caseinline> <caseinline select=\"WIN\"><literal>javasettings_Windows_X86_64.xml</literal></caseinline> <caseinline select=\"UNIX\"><literal>javasettings_Linux_X86_64.xml</literal></caseinline> <defaultinline><literal>javasettings_${_OS}_${_ARCH}.xml</literal></defaultinline> </switchinline> in the folder <literal><instdir>/presets/config</literal>." -msgstr "" - #. UM9FC #: java.xhp msgctxt "" @@ -16486,31 +16288,31 @@ msgctxt "" msgid "<ahelp hid=\".\">Removes the selected folder from the list of trusted file locations.</ahelp>" msgstr "" -#. jPwp4 +#. yyWAP #: mailmerge.xhp msgctxt "" "mailmerge.xhp\n" "tit\n" "help.text" -msgid "Mail Merge Email" +msgid "Mail Merge E-mail" msgstr "" -#. DzJfg +#. FyzTB #: mailmerge.xhp msgctxt "" "mailmerge.xhp\n" "par_idN10554\n" "help.text" -msgid "<link href=\"text/shared/optionen/mailmerge.xhp\">Mail Merge Email</link>" +msgid "<link href=\"text/shared/optionen/mailmerge.xhp\">Mail Merge E-mail</link>" msgstr "" -#. tXuUS +#. rSTkd #: mailmerge.xhp msgctxt "" "mailmerge.xhp\n" "par_idN10564\n" "help.text" -msgid "<ahelp hid=\".\">Specifies the user information and server settings for when you send form letters as email messages.</ahelp>" +msgid "<ahelp hid=\".\">Specifies the user information and server settings for when you send form letters as e-mail messages.</ahelp>" msgstr "" #. vYkrk @@ -16522,13 +16324,13 @@ msgctxt "" msgid "User information" msgstr "" -#. QRRdv +#. rHEhA #: mailmerge.xhp msgctxt "" "mailmerge.xhp\n" "par_idN1057F\n" "help.text" -msgid "Enter the user information to use when you send email." +msgid "Enter the user information to use when you send e-mail." msgstr "" #. CZo2m @@ -16549,40 +16351,40 @@ msgctxt "" msgid "<ahelp hid=\".\">Enter your name.</ahelp>" msgstr "" -#. pVBDV +#. 9FWED #: mailmerge.xhp msgctxt "" "mailmerge.xhp\n" "par_idN105A5\n" "help.text" -msgid "Email address" -msgstr "" +msgid "E-mail address" +msgstr "Адреса електронної пошти" -#. 6fFPM +#. Eh9MR #: mailmerge.xhp msgctxt "" "mailmerge.xhp\n" "par_idN105A9\n" "help.text" -msgid "<ahelp hid=\".\">Enter your email address for replies.</ahelp>" +msgid "<ahelp hid=\".\">Enter your e-mail address for replies.</ahelp>" msgstr "" -#. EpoB6 +#. KPwBG #: mailmerge.xhp msgctxt "" "mailmerge.xhp\n" "par_idN105C0\n" "help.text" -msgid "Send replies to different email address" +msgid "Send replies to different e-mail address" msgstr "" -#. jgiMB +#. C9eSe #: mailmerge.xhp msgctxt "" "mailmerge.xhp\n" "par_idN105C4\n" "help.text" -msgid "<ahelp hid=\".\">Uses the email address that you enter in the Reply address text box as the reply-to email address.</ahelp>" +msgid "<ahelp hid=\".\">Uses the e-mail address that you enter in the Reply address text box as the reply-to e-mail address.</ahelp>" msgstr "" #. EbiSo @@ -16594,13 +16396,13 @@ msgctxt "" msgid "Reply address" msgstr "" -#. MzZzQ +#. R5G9w #: mailmerge.xhp msgctxt "" "mailmerge.xhp\n" "par_idN105DF\n" "help.text" -msgid "<ahelp hid=\".\">Enter the address to use for email replies.</ahelp>" +msgid "<ahelp hid=\".\">Enter the address to use for e-mail replies.</ahelp>" msgstr "" #. KxDNm @@ -16612,13 +16414,13 @@ msgctxt "" msgid "Outgoing server (SMTP) settings" msgstr "" -#. Q8Wj3 +#. fEnNg #: mailmerge.xhp msgctxt "" "mailmerge.xhp\n" "par_idN105F2\n" "help.text" -msgid "Specify the server settings for outgoing emails." +msgid "Specify the server settings for outgoing e-mails." msgstr "" #. MGAFY @@ -16666,13 +16468,13 @@ msgctxt "" msgid "Use secure connection" msgstr "" -#. QWtkz +#. uasTc #: mailmerge.xhp msgctxt "" "mailmerge.xhp\n" "par_idN10637\n" "help.text" -msgid "<ahelp hid=\".\">When available, uses a secure connection to send emails.</ahelp>" +msgid "<ahelp hid=\".\">When available, uses a secure connection to send e-mails.</ahelp>" msgstr "" #. xN8RP @@ -16684,13 +16486,13 @@ msgctxt "" msgid "Server Authentication" msgstr "" -#. qp3FK +#. aACLS #: mailmerge.xhp msgctxt "" "mailmerge.xhp\n" "par_idN10652\n" "help.text" -msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/optionen/serverauthentication.xhp\">Server Authentication</link> dialog where you can specify the server authentication settings for secure email.</ahelp>" +msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/optionen/serverauthentication.xhp\">Server Authentication</link> dialog where you can specify the server authentication settings for secure e-mail.</ahelp>" msgstr "" #. AnELG @@ -16945,40 +16747,40 @@ msgctxt "" msgid "Enable the check to send information about your %PRODUCTNAME version, operating system and basic hardware. This information is used to optimize the download." msgstr "" -#. AN7zk +#. uDvTG #: opencl.xhp msgctxt "" "opencl.xhp\n" "tit_opencl\n" "help.text" -msgid "OpenCL" +msgid "Open CL" msgstr "" -#. sDXCB +#. enEVC #: opencl.xhp msgctxt "" "opencl.xhp\n" "bm_id4077578\n" "help.text" -msgid "<bookmark_value>OpenCL;setting options</bookmark_value><bookmark_value>setting options;OpenCL</bookmark_value>" +msgid "<bookmark_value>Open CL;setting options</bookmark_value><bookmark_value>setting options;Open CL</bookmark_value>" msgstr "" -#. RAY7n +#. bVCo8 #: opencl.xhp msgctxt "" "opencl.xhp\n" "par_idN10558\n" "help.text" -msgid "<link href=\"text/shared/optionen/opencl.xhp\">OpenCL</link>" -msgstr "" +msgid "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>" +msgstr "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>" -#. KoASK +#. wKxGg #: opencl.xhp msgctxt "" "opencl.xhp\n" "par_idN10568\n" "help.text" -msgid "OpenCL is a technology to speed up calculation on large spreadsheets." +msgid "Open CL is a technology to speed up calculation on large spreadsheets." msgstr "" #. ddvkj @@ -17215,13 +17017,13 @@ msgctxt "" msgid "<link href=\"text/shared/optionen/serverauthentication.xhp\">Server Authentication</link>" msgstr "" -#. iHmg5 +#. 8PBab #: serverauthentication.xhp msgctxt "" "serverauthentication.xhp\n" "par_idN1054E\n" "help.text" -msgid "On the <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/mailmerge.xhp\">%PRODUCTNAME Writer - Mail Merge Email</link> tab page, click the <emph>Server Authentication</emph> button to specify the server security settings." +msgid "On the <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/mailmerge.xhp\">%PRODUCTNAME Writer - Mail Merge E-mail</link> tab page, click the <emph>Server Authentication</emph> button to specify the server security settings." msgstr "" #. QEP5M @@ -17233,13 +17035,13 @@ msgctxt "" msgid "The outgoing mail server (SMTP) requires authentication" msgstr "" -#. QzCt7 +#. yXJzw #: serverauthentication.xhp msgctxt "" "serverauthentication.xhp\n" "par_idN105BE\n" "help.text" -msgid "<ahelp hid=\".\">Enables the authentication that is required to send email by SMTP.</ahelp>" +msgid "<ahelp hid=\".\">Enables the authentication that is required to send e-mail by SMTP.</ahelp>" msgstr "" #. JEin8 @@ -17305,13 +17107,13 @@ msgctxt "" msgid "The outgoing mail server uses the same authentication as the incoming mail server." msgstr "" -#. 9vFtZ +#. GaABU #: serverauthentication.xhp msgctxt "" "serverauthentication.xhp\n" "par_idN1061A\n" "help.text" -msgid "<ahelp hid=\".\">Select if you are required to first read your email before you can send email.</ahelp> This method is also called \"SMTP after POP3\"." +msgid "<ahelp hid=\".\">Select if you are required to first read your e-mail before you can send e-mail.</ahelp> This method is also called \"SMTP after POP3\"." msgstr "" #. GtmDj @@ -17440,13 +17242,13 @@ msgctxt "" msgid "<link href=\"text/shared/optionen/testaccount.xhp\">Test Account Settings</link>" msgstr "" -#. AEDCa +#. R3dUn #: testaccount.xhp msgctxt "" "testaccount.xhp\n" "par_idN10557\n" "help.text" -msgid "When you enter settings on the <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/mailmerge.xhp\">%PRODUCTNAME Writer - Mail Merge Email</link> tab page, you can click the <emph>Test Settings</emph> button to test your settings." +msgid "When you enter settings on the <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/mailmerge.xhp\">%PRODUCTNAME Writer - Mail Merge E-mail</link> tab page, you can click the <emph>Test Settings</emph> button to test your settings." msgstr "" #. 4AK5G diff --git a/source/uk/helpcontent2/source/text/simpress.po b/source/uk/helpcontent2/source/text/simpress.po index a26c745aed9..004d5372450 100644 --- a/source/uk/helpcontent2/source/text/simpress.po +++ b/source/uk/helpcontent2/source/text/simpress.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: 2020-08-17 12:39+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2020-07-12 20:34+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress/uk/>\n" @@ -601,6 +601,15 @@ msgctxt "" msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>" msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Стиль / заповнення області\">Стиль / заповнення області</link>" +#. nn7rV +#: main0202.xhp +msgctxt "" +"main0202.xhp\n" +"hd_id3150048\n" +"help.text" +msgid "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>" +msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Тінь\">Тінь</link>" + #. qXLpG #: main0203.xhp msgctxt "" diff --git a/source/uk/helpcontent2/source/text/simpress/00.po b/source/uk/helpcontent2/source/text/simpress/00.po index 6d6ebc02181..d8c1f0cde49 100644 --- a/source/uk/helpcontent2/source/text/simpress/00.po +++ b/source/uk/helpcontent2/source/text/simpress/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: 2020-08-04 13:02+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2020-08-11 08:35+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress00/uk/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1558376452.000000\n" #. sqmGT @@ -403,14 +403,15 @@ msgctxt "" msgid "Choose <emph>View - Normal</emph>" msgstr "Виберіть <emph>Перегляд - Звичайний</emph>" -#. qm8qt +#. usm8x #: 00000403.xhp +#, fuzzy msgctxt "" "00000403.xhp\n" "par_id3151264\n" "help.text" -msgid "Choose <emph>View - Master Slide</emph>" -msgstr "Оберіть <emph>Перегляд - Шаблон слайда</emph>" +msgid "Choose <emph>View - Master</emph>" +msgstr "Виберіть <emph>Перегляд - Шаблон</emph>" #. DxBby #: 00000403.xhp diff --git a/source/uk/helpcontent2/source/text/simpress/01.po b/source/uk/helpcontent2/source/text/simpress/01.po index fad5008909f..a110c1c27d1 100644 --- a/source/uk/helpcontent2/source/text/simpress/01.po +++ b/source/uk/helpcontent2/source/text/simpress/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: 2020-07-21 11:19+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2020-08-12 11:35+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress01/uk/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1560361968.000000\n" #. mu9aV @@ -3580,6 +3580,15 @@ msgctxt "" msgid "On the Table Bar, click <emph>Table Properties</emph>." msgstr "На панелі Таблиця клацніть <emph>Властивості таблиці</emph>." +#. 2uf2C +#: 05090000m.xhp +msgctxt "" +"05090000m.xhp\n" +"hd_id3146119\n" +"help.text" +msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">Font</link>" +msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Шрифт\">Шрифт</link>" + #. fcvcu #: 05100000.xhp msgctxt "" diff --git a/source/uk/helpcontent2/source/text/simpress/guide.po b/source/uk/helpcontent2/source/text/simpress/guide.po index db959fc4664..c93815659fc 100644 --- a/source/uk/helpcontent2/source/text/simpress/guide.po +++ b/source/uk/helpcontent2/source/text/simpress/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: 2020-09-28 11:22+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2020-09-29 13:35+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpressguide/uk/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1560361981.000000\n" #. S83CC @@ -1348,14 +1348,14 @@ msgctxt "" msgid "<bookmark_value>footers;master slides</bookmark_value><bookmark_value>master slides; headers and footers</bookmark_value><bookmark_value>headers and footers; master slides</bookmark_value><bookmark_value>inserting;headers/footers in all slides</bookmark_value><bookmark_value>slide numbers on all slides</bookmark_value><bookmark_value>page numbers on all slides</bookmark_value><bookmark_value>date on all slides</bookmark_value><bookmark_value>time and date on all slides</bookmark_value>" msgstr "<bookmark_value>колонтитули; шаблони слайдів</bookmark_value><bookmark_value>шаблони слайдів; нижні і верхні колонтитули</bookmark_value><bookmark_value>нижні і верхні колонтитули; шаблони слайдів</bookmark_value><bookmark_value>вставка;верхні колонтитули/нижні колонтитули в усі слайди</bookmark_value><bookmark_value>номери слайдів у всі слайди</bookmark_value><bookmark_value>номери сторінок у всі слайди</bookmark_value><bookmark_value>дати в усі слайди</bookmark_value><bookmark_value>час і дату у всі слайди</bookmark_value>" -#. CP4C8 +#. GP8y3 #: footer.xhp msgctxt "" "footer.xhp\n" "hd_id3153191\n" "help.text" -msgid "<variable id=\"footer\"><link href=\"text/simpress/guide/footer.xhp\" name=\"Adding a Header or a Footer to All Slides\">Adding a Header or a Footer to All Slides</link></variable>" -msgstr "" +msgid "<variable id=\"footer\"><link href=\"text/simpress/guide/footer.xhp\" name=\"Adding a Header or a Footer to All Slides\">Adding a Header or a Footer to All Slides</link> </variable>" +msgstr "<variable id=\"footer\"><link href=\"text/simpress/guide/footer.xhp\" name=\"Додавання верхнього або нижнього колонтитула в усі слайди\">Додавання верхнього або нижнього колонтитула в усі слайди</link> </variable>" #. fRX2a #: footer.xhp @@ -1528,15 +1528,6 @@ msgctxt "" msgid "Click the Date Area and move the time and date field. Select the <date/time> field and apply some formatting to change the format for the date and time on all slides. The same applies to the Footer Area and the Slide Number Area." msgstr "Клацніть по області дати і перемістіть поле часу і дати. Виберіть поле <дата/час> і застосуйте форматування для зміни формату дати і часу на всіх слайдах. Аналогічні дії можна виконувати в області нижнього колонтитула і номера слайда." -#. DhBjE -#: footer.xhp -msgctxt "" -"footer.xhp\n" -"par_id171597939732335\n" -"help.text" -msgid "Normally the predefined elements of the master slide are set to visible in the presentation. You can control the visibility of the predefined elements by choosing <menuitem>Slide - Master Elements</menuitem>." -msgstr "" - #. MhrkU #: footer.xhp msgctxt "" @@ -1564,14 +1555,14 @@ msgctxt "" msgid "Choose <emph>View - Master Slide</emph>." msgstr "Виберіть <emph>Перегляд - Шаблон слайда</emph>." -#. ABnCF +#. mkgvD #: footer.xhp msgctxt "" "footer.xhp\n" "par_id3147295\n" "help.text" -msgid "On the <emph>Drawing</emph> bar, select the <emph>Text</emph> icon<image id=\"img_id3154654\" src=\"cmd/sc_texttoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154654\">Icon</alt></image>." -msgstr "" +msgid "On the <emph>Drawing</emph> bar, select the <emph>Text</emph> icon <image id=\"img_id3154654\" src=\"cmd/sc_texttoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154654\">Icon</alt></image>." +msgstr "На панелі <emph>Малювання</emph> клацніть піктограму <emph>Текст</emph> <image id=\"img_id3154654\" src=\"cmd/sc_texttoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154654\">Піктограма</alt></image>." #. pV2Dh #: footer.xhp diff --git a/source/uk/helpcontent2/source/text/smath/01.po b/source/uk/helpcontent2/source/text/smath/01.po index 1294e3e99ff..caa6f791760 100644 --- a/source/uk/helpcontent2/source/text/smath/01.po +++ b/source/uk/helpcontent2/source/text/smath/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: 2020-09-28 11:22+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2019-02-28 15:38+0000\n" "Last-Translator: Olexandr Pylypchuk <pilipchukap@rambler.ru>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -4606,13 +4606,13 @@ msgctxt "" msgid "Note that some entries require spaces for the correct structure. This is especially true when you specify attributes with fixed values instead of placeholders." msgstr "Пам’ятайте, що багато операторів для коректного відображення формули вимагають, щоб ви додавали пробіли між елементами формули. Врахування цієї особливості є дуже важливим, особливо, якщо ви вказуєте атрибути для фіксованих значень елементів, а не заповнювачів." -#. mPEEx +#. RXMei #: 03090600.xhp msgctxt "" "03090600.xhp\n" "par_id3145230\n" "help.text" -msgid "For more information about formatting in %PRODUCTNAME Math, see <link href=\"text/smath/01/03091100.xhp\" name=\"Brackets and Grouping\">Brackets and Grouping</link>." +msgid "For more information about formatting in <emph>%PRODUCTNAME</emph> <emph>Math</emph>, see <link href=\"text/smath/01/03091100.xhp\" name=\"Brackets and Grouping\">Brackets and Grouping</link>." msgstr "" #. 5WAfz diff --git a/source/uk/helpcontent2/source/text/swriter.po b/source/uk/helpcontent2/source/text/swriter.po index 770d2ccff45..a135459b9c8 100644 --- a/source/uk/helpcontent2/source/text/swriter.po +++ b/source/uk/helpcontent2/source/text/swriter.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-07-21 11:19+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2020-07-29 20:35+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter/uk/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1560361994.000000\n" #. P7iNX @@ -736,6 +736,15 @@ msgctxt "" msgid "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Links</link>" msgstr "<link href=\"text/shared/01/02180000.xhp\" name=\"Зв'язки\">Зв'язки</link>" +#. C22bV +#: main0102.xhp +msgctxt "" +"main0102.xhp\n" +"hd_id3156150\n" +"help.text" +msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>" +msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"Сенсорне зображення\">Сенсорне зображення</link>" + #. pFCu3 #: main0102.xhp msgctxt "" @@ -1222,15 +1231,6 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>" msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"Автовиправлення\">Параметри Автовиправлення</link>" -#. qKqMR -#: main0106.xhp -msgctxt "" -"main0106.xhp\n" -"hd_id3156150\n" -"help.text" -msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>" -msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"КартаЗображень\">КартаЗображень</link>" - #. VY3FE #: main0106.xhp msgctxt "" diff --git a/source/uk/helpcontent2/source/text/swriter/00.po b/source/uk/helpcontent2/source/text/swriter/00.po index cfedef91acf..b7c9b5e8287 100644 --- a/source/uk/helpcontent2/source/text/swriter/00.po +++ b/source/uk/helpcontent2/source/text/swriter/00.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-07-21 11:19+0200\n" -"PO-Revision-Date: 2020-10-10 16:35+0000\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" +"PO-Revision-Date: 2020-10-17 21:35+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter00/uk/>\n" "Language: uk\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1551223902.000000\n" #. E9tti @@ -781,14 +781,14 @@ msgctxt "" msgid "Open <emph>Insert</emph> toolbar, click" msgstr "Відкрийте панель інструментів <emph>Вставити</emph> і натисніть" -#. WgGL9 +#. d8Cn4 #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3154569\n" "help.text" -msgid "<image id=\"img_id3152952\" src=\"cmd/sc_insertsection.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152952\">Icon Section</alt></image>" -msgstr "<image id=\"img_id3152952\" src=\"cmd/sc_insertsection.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152952\">Поле значків</alt></image>" +msgid "<image id=\"img_id3152952\" src=\"cmd/sc_insertsection.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152952\">Icon</alt></image>" +msgstr "<image id=\"img_id3152952\" src=\"cmd/sc_insertsection.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152952\">Піктограма</alt></image>" #. YVzDx #: 00000404.xhp @@ -1276,14 +1276,14 @@ msgctxt "" msgid "Open <emph>Insert</emph> toolbar, click" msgstr "Відкрийте панель інструментів <emph>Вставити</emph> і натисніть" -#. 8jBbi +#. QFRDY #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3149372\n" "help.text" -msgid "<image id=\"img_id3149379\" src=\"cmd/sc_insertframe.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149379\">Icon Insert Frame</alt></image>" -msgstr "<image id=\"img_id3149379\" src=\"cmd/sc_insertframe.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149379\">Значок Вставити рамку</alt></image>" +msgid "<image id=\"img_id3149379\" src=\"cmd/sc_insertframe.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149379\">Icon</alt></image>" +msgstr "<image id=\"img_id3149379\" src=\"cmd/sc_insertframe.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149379\">Піктограма</alt></image>" #. 9WJAn #: 00000404.xhp @@ -1706,7 +1706,7 @@ msgctxt "" "par_id3156364\n" "help.text" msgid "Choose <menuitem>View - Styles</menuitem> (<keycode>F11</keycode>) - open context menu <menuitem>Modify/New</menuitem> (for List Styles)." -msgstr "" +msgstr "Оберіть <menuitem>Перегляд - Стилі</menuitem> (<keycode>F11</keycode>) - відкрити контекстне меню <menuitem>Змінити/Створити</menuitem> (для списку стилів)." #. rYRkT #: 00000405.xhp @@ -1753,14 +1753,32 @@ msgctxt "" msgid "<variable id=\"autoformattab\">Choose <emph>Table - AutoFormat Styles</emph> (with cursor in a table).</variable>" msgstr "<variable id=\"autoformattab\">Виберіть <emph>Формат - Автоформат</emph> (курсор повинен знаходитися у таблиці).</variable>" -#. Uxeuc +#. KtR4n #: 00000405.xhp msgctxt "" "00000405.xhp\n" "par_id3147484\n" "help.text" -msgid "Choose <menuitem>Format - Image - Properties - Area</menuitem> tab." -msgstr "" +msgid "Choose <emph>Format - Image</emph>." +msgstr "Виберіть <emph>Формат - Зображення</emph>." + +#. fzd8D +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id3147504\n" +"help.text" +msgid "Choose <emph>Insert - Image - From File - Properties</emph> button." +msgstr "Послідовно оберіть <emph>Вставка - Зображення - З файлу - Властивості</emph>." + +#. FuDEm +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id3145256\n" +"help.text" +msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <emph>Insert - Image - From File</emph> (when graphics are selected).</caseinline></switchinline>" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Виберіть <emph>Вставка - Зображення - З файлу</emph> (коли вибрано графічний об'єкт).</caseinline></switchinline>" #. H2Zb6 #: 00000405.xhp @@ -1771,14 +1789,14 @@ msgctxt "" msgid "On the <emph>Image</emph> bar (when images are selected), click" msgstr "На панелі <emph>Зображення</emph> (при виділених зображеннях) клацніть" -#. nrAxh +#. RTRdP #: 00000405.xhp msgctxt "" "00000405.xhp\n" "par_id3150557\n" "help.text" -msgid "<image id=\"img_id3149214\" src=\"cmd/sc_framedialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149214\">Icon Graphics Properties</alt></image>" -msgstr "" +msgid "<image id=\"img_id3149214\" src=\"cmd/sc_framedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149214\">Icon</alt></image>" +msgstr "<image id=\"img_id3149214\" src=\"cmd/sc_framedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149214\">Піктограма</alt></image>" #. nQDmh #: 00000405.xhp @@ -1969,14 +1987,14 @@ msgctxt "" msgid "Choose <emph>Tools - AutoText - AutoText (button) - Macro</emph>." msgstr "Виберіть <emph>Засоби - Автотекст - Автотекст (кнопка) - Макрос</emph>." -#. xACw5 +#. sm4Qi #: 00000405.xhp msgctxt "" "00000405.xhp\n" "par_id3148792\n" "help.text" -msgid "Choose <menuitem>Tools - ImageMap</menuitem> - open context menu <emph>Macro</emph>." -msgstr "" +msgid "Choose <emph>Edit - ImageMap</emph> - open context menu <emph>Macro</emph>." +msgstr "Виберіть <emph>Зміни - Мапа зображення -</emph> відкрийте контекстне меню<emph> - Макрос</emph>." #. T5m7n #: 00000405.xhp @@ -2491,14 +2509,14 @@ msgctxt "" msgid "Choose <emph>Format - Frame and Object - Properties</emph>." msgstr "Виберіть команду <emph>Формат - Рамка чи об'єкт - Властивості</emph>." -#. nsMFC +#. AygsC #: 00000405.xhp msgctxt "" "00000405.xhp\n" "par_id3151276\n" "help.text" -msgid "<image id=\"img_id3151283\" src=\"cmd/sc_framedialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151283\"> Icon Object Properties</alt></image>" -msgstr "" +msgid "<image id=\"img_id3151283\" src=\"cmd/sc_framedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151283\">Icon</alt></image>" +msgstr "<image id=\"img_id3151283\" src=\"cmd/sc_framedialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151283\">Піктограма</alt></image>" #. vpeBB #: 00000405.xhp diff --git a/source/uk/helpcontent2/source/text/swriter/01.po b/source/uk/helpcontent2/source/text/swriter/01.po index 97cd56aabfd..4b5c16a98c0 100644 --- a/source/uk/helpcontent2/source/text/swriter/01.po +++ b/source/uk/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: 2020-09-28 11:22+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2020-04-26 09:16+0000\n" "Last-Translator: Olexandr Pylypchuk <pilipchukap@rambler.ru>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter01/uk/>\n" @@ -754,14 +754,14 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Switches between master view and normal view if a master document is open.</ahelp> Switches between <link href=\"text/shared/01/02110000.xhp\" name=\"master view\">master view</link> and normal view if a <link href=\"text/shared/01/01010001.xhp\" name=\"master document\">master document</link> is open." msgstr "<ahelp hid=\".\" visibility=\"hidden\">Виконується перемикання між режимом шаблону і звичайним переглядом.</ahelp>Проводиться перемикання між <link href=\"text/shared/01/02110000.xhp\" name=\"master view\">режимом шаблону</link> та звичайним переглядом, якщо відкритий <link href=\"text/shared/01/01010001.xhp\" name=\"master document\">складений документ</link>." -#. BeyBx +#. nYBEF #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3150689\n" "help.text" -msgid "<image id=\"img_id3150695\" src=\"sw/res/sc20244.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150695\">Icon Toggle Master View</alt></image>" -msgstr "" +msgid "<image id=\"img_id3150695\" src=\"sw/res/sc20244.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150695\">Icon</alt></image>" +msgstr "<image id=\"img_id3150695\" src=\"sw/res/sc20244.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150695\">Піктограма</alt></image>" #. 9STbB #: 02110000.xhp @@ -799,14 +799,14 @@ msgctxt "" msgid "To continue the search, click the <link href=\"text/swriter/01/02110100.xhp\" name=\"Repeat Search\"><emph>Repeat Search</emph></link> icon on the <emph>Navigation</emph> toolbar." msgstr "Для продовження пошуку, клацніть значок <link href=\"text/swriter/01/02110100.xhp\" name=\"Повторити пошук\"><emph>Повторити пошук</emph></link> на панелі інструментів <emph>Навігація</emph>." -#. 4yTEA +#. qDMmC #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_idN1087B\n" "help.text" -msgid "<image id=\"img_id3628141\" src=\"sw/res/sc20249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3628141\">Icon Navigation</alt></image>" -msgstr "" +msgid "<image id=\"img_id3628141\" src=\"sw/res/sc20249.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3628141\">Icon</alt></image>" +msgstr "<image id=\"img_id3628141\" src=\"sw/res/sc20249.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3628141\">Піктограма</alt></image>" #. pEcMq #: 02110000.xhp @@ -835,14 +835,14 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Jumps to the previous item in the document. To specify the type of item to jump to, click the <emph>Navigation</emph> icon, and then click an item category - for example, \"Images\".</ahelp> Jumps to the previous item in the document. To specify the type of item to jump to, click the <link href=\"text/swriter/01/02110100.xhp\" name=\"Navigation\">Navigation</link> icon, and then click an item category - for example, \"Images\"." msgstr "<ahelp hid=\".\" visibility=\"hidden\">Перехід до попереднього елемента в документі. Щоб задати тип елемента для переходу, клацніть кнопку <emph>Навігація</emph>, а потім клацніть категорію елементів - наприклад, \"Зображення\".</ahelp> Перехід до попереднього елемента в документі. Щоб задати тип елемента для переходу, клацніть піктограму <link href=\"text/swriter/01/02110100.xhp\" name=\"Навігація\">Навігація</link>, а потім клацніть категорію елементів - наприклад, \"Зображення\"." -#. oM8gD +#. hVKMM #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3154616\n" "help.text" -msgid "<image id=\"img_id3154622\" src=\"sw/res/sc20186.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154622\">Icon Previous Object</alt></image>" -msgstr "" +msgid "<image id=\"img_id3154622\" src=\"sw/res/sc20186.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154622\">Icon</alt></image>" +msgstr "<image id=\"img_id3154622\" src=\"sw/res/sc20186.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154622\">Піктограма</alt></image>" #. JmqqL #: 02110000.xhp @@ -871,14 +871,14 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Jumps to the next item in the document. To specify the type of item to jump to, click the <link href=\"text/swriter/01/02110100.xhp\" name=\"Navigation\"><emph>Navigation</emph></link> icon, and then click an item category - for example, \"Images\".</ahelp> Jumps to the next item in the document. To specify the type of item to jump to, click the <link href=\"text/swriter/01/02110100.xhp\" name=\"Navigation\">Navigation</link> icon, and then click an item category - for example, \"Images\"." msgstr "<ahelp hid=\".\" visibility=\"hidden\">Перехід до наступного елемента в документі. Щоб задати тип елемента для переходу, клацніть піктограму <link href=\"text/swriter/01/02110100.xhp\" name=\"Навігація\"><emph>Навігація</emph></link>, а потім клацніть категорію елементів - наприклад, \"Зображення\".</ahelp> Перехід до наступного елемента в документі. Щоб задати тип елемента для переходу, клацніть піктограму <link href=\"text/swriter/01/02110100.xhp\" name=\"Навігація\">Навігація</link>, а потім клацніть категорію елементів - наприклад, \"Зображення\"." -#. PLyGg +#. tWXFv #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3150767\n" "help.text" -msgid "<image id=\"img_id3150773\" src=\"sw/res/sc20175.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150773\">Icon Next Object</alt></image>" -msgstr "" +msgid "<image id=\"img_id3150773\" src=\"sw/res/sc20175.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150773\">Icon</alt></image>" +msgstr "<image id=\"img_id3150773\" src=\"sw/res/sc20175.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150773\">Піктограма</alt></image>" #. LHkgf #: 02110000.xhp @@ -934,14 +934,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/listbox\">Shows or hides the <emph>Navigator </emph>list.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/listbox\">Вмикає або вимикає список <emph>Навігатора</emph>.</ahelp>" -#. ys6tB +#. LKPw3 #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3154949\n" "help.text" -msgid "<image id=\"img_id3154955\" src=\"sw/res/sc20233.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154955\">Icon List box on/off</alt></image>" -msgstr "" +msgid "<image id=\"img_id3154955\" src=\"sw/res/sc20233.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154955\">Icon</alt></image>" +msgstr "<image id=\"img_id3154955\" src=\"sw/res/sc20233.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154955\">Піктограма</alt></image>" #. 8uyJF #: 02110000.xhp @@ -970,14 +970,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/root\">Switches between the display of all categories in the Navigator and the selected category.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/root\">Перемикання між показом у Навігаторі всіх категорій і вибраної категорії.</ahelp>" -#. wjRi9 +#. W22Bt #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3154133\n" "help.text" -msgid "<image id=\"img_id3154140\" src=\"sw/res/sc20244.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154140\">Icon Switch Content View</alt></image>" -msgstr "" +msgid "<image id=\"img_id3154140\" src=\"sw/res/sc20244.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154140\">Icon</alt></image>" +msgstr "<image id=\"img_id3154140\" src=\"sw/res/sc20244.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154140\">Піктограма</alt></image>" #. gKSBn #: 02110000.xhp @@ -1015,14 +1015,14 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Click here to set a reminder at the current cursor position. You can define up to five reminders. To jump to a reminder, click the <link href=\"text/swriter/01/02110100.xhp\" name=\"Navigation\"><emph>Navigation</emph></link> icon, in the <emph>Navigation</emph> window click the <emph>Reminder</emph> icon, and then click the <emph>Previous</emph> or <emph>Next</emph> button.</ahelp> Click here to set a reminder at the current cursor position. You can define up to five reminders. To jump to a reminder, click the <link href=\"text/swriter/01/02110100.xhp\" name=\"Navigation\">Navigation</link> icon, in the Navigation window click the Reminder icon, and then click the Previous or Next button." msgstr "<ahelp hid=\".\" visibility=\"hidden\">Клацніть тут, щоб встановити нагадування у поточній позиції курсора. Можна створити до п'яти нагадувань. Щоб перейти до нагадування клацніть піктограму <link href=\"text/swriter/01/02110100.xhp\" name=\"Навігація\"><emph>Навігація</emph></link>, у вікні <emph>Навігація</emph> клацніть піктограму <emph>Нагадування</emph>, а потім клацніть кнопку <emph>Попереднє</emph> або <emph>Наступне</emph>.</ahelp> Клацніть тут, щоб встановити нагадування у поточній позиції курсора. Можна створити до п'яти нагадувань. Щоб перейти до нагадування клацніть піктограму <link href=\"text/swriter/01/02110100.xhp\" name=\"Навігація\">Навігація</link>, у вікні Навігація клацніть піктограму Нагадування, а потім клацніть кнопку Попереднє або Наступне." -#. j2jDL +#. 5Zk9L #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3154608\n" "help.text" -msgid "<image id=\"img_id3154904\" src=\"sw/res/sr20014.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154904\">Icon Set Reminder</alt></image>" -msgstr "" +msgid "<image id=\"img_id3154904\" src=\"sw/res/sr20014.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154904\">Icon</alt></image>" +msgstr "<image id=\"img_id3154904\" src=\"sw/res/sr20014.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154904\">Піктограма</alt></image>" #. 5ArS8 #: 02110000.xhp @@ -1060,14 +1060,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/header\">Moves the cursor to the header, or from the header to the document text area.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/header\">Переміщає курсор на верхній колонтитул або з верхнього колонтитула в текстову область документа.</ahelp>" -#. Vq7Aq +#. LUS7n #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3153900\n" "help.text" -msgid "<image id=\"img_id3153911\" src=\"sw/res/sc20179.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153911\">Icon Header</alt></image>" -msgstr "" +msgid "<image id=\"img_id3153911\" src=\"sw/res/sc20179.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153911\">Icon</alt></image>" +msgstr "<image id=\"img_id3153911\" src=\"sw/res/sc20179.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153911\">Піктограма</alt></image>" #. SPDHG #: 02110000.xhp @@ -1096,14 +1096,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/footer\">Moves the cursor to the footer, or from the footer to the document text area.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/footer\">Переміщає курсор на нижній колонтитул або з нижнього колонтитула в текстову область документа.</ahelp>" -#. ZCu8N +#. yFFti #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3150217\n" "help.text" -msgid "<image id=\"img_id3150224\" src=\"sw/res/sc20177.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150224\">Icon Footer</alt></image>" -msgstr "" +msgid "<image id=\"img_id3150224\" src=\"sw/res/sc20177.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150224\">Icon</alt></image>" +msgstr "<image id=\"img_id3150224\" src=\"sw/res/sc20177.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150224\">Піктограма</alt></image>" #. DxkG4 #: 02110000.xhp @@ -1132,14 +1132,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/anchor\">Jumps between the footnote text and the footnote anchor.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/anchor\">Перемикання між текстом виноски та її якорем.</ahelp>" -#. GVbtG +#. BSMjJ #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3153100\n" "help.text" -msgid "<image id=\"img_id3153108\" src=\"sw/res/sc20182.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153108\">Icon Anchor <-> Text</alt></image>" -msgstr "" +msgid "<image id=\"img_id3153108\" src=\"sw/res/sc20182.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153108\">Icon</alt></image>" +msgstr "<image id=\"img_id3153108\" src=\"sw/res/sc20182.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153108\">Піктограма</alt></image>" #. DnZEQ #: 02110000.xhp @@ -1168,14 +1168,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/dragmode\">Sets the drag and drop options for inserting items from the Navigator into a document, for example, as a hyperlink. Click this icon, and then choose the option that you want to use.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/dragmode\">Встановлює параметри перетягування для вставляння елементів з Навігатора у документ, наприклад, як гіперпосилання. Клацніть цю піктограму, а потім виберіть бажані параметри.</ahelp>" -#. vfMVd +#. VF7HV #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3155120\n" "help.text" -msgid "<image id=\"img_id3155126\" src=\"cmd/sc_chainframes.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155126\">Icon Drag mode</alt></image>" -msgstr "" +msgid "<image id=\"img_id3155126\" src=\"cmd/sc_chainframes.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155126\">Icon</alt></image>" +msgstr "<image id=\"img_id3155126\" src=\"cmd/sc_chainframes.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155126\">Піктограма</alt></image>" #. zDXiV #: 02110000.xhp @@ -1276,14 +1276,14 @@ msgctxt "" msgid "<ahelp hid=\"HID_NAVI_OUTLINES\">Click <emph>1 </emph>to only view the top level headings (chapter heading) in the Navigator window, and <emph>10</emph> to view all of the headings.</ahelp>" msgstr "<ahelp hid=\"HID_NAVI_OUTLINES\">Виберіть <emph>1 </emph>, щоб відобразити у вікні навігатора лише заголовки верхнього рівня (заголовки розділів), або <emph>10</emph>, щоб показати всі заголовки.</ahelp>" -#. rjaS7 +#. WoPAw #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3153588\n" "help.text" -msgid "<image id=\"img_id3153595\" src=\"sw/res/sc20236.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153595\">Icon Outline level</alt></image>" -msgstr "" +msgid "<image id=\"img_id3153595\" src=\"sw/res/sc20236.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153595\">Icon</alt></image>" +msgstr "<image id=\"img_id3153595\" src=\"sw/res/sc20236.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153595\">Піктограма</alt></image>" #. BrCEr #: 02110000.xhp @@ -1312,14 +1312,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/chapterup\">Moves the selected heading, and the text below the heading, up one heading position in the Navigator and in the document. To move only the selected heading and not the text associated with the heading, hold down Ctrl, and then click this icon.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/chapterup\">Переміщає в Навігаторі і в документі вибраний заголовок і текст, що знаходиться під ним, вгору на одну позицію заголовка. Щоб перемістити тільки вибраний заголовок без пов'язаного з ним тексту, натисніть CTRL, а потім клацніть цю піктограму.</ahelp>" -#. Z5FsL +#. VWBAT #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3153268\n" "help.text" -msgid "<image id=\"img_id3153275\" src=\"sw/res/sc20174.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153275\">Icon Chapter Up</alt></image>" -msgstr "" +msgid "<image id=\"img_id3153275\" src=\"sw/res/sc20174.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153275\">Icon</alt></image>" +msgstr "<image id=\"img_id3153275\" src=\"sw/res/sc20174.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153275\">Піктограма</alt></image>" #. aTBif #: 02110000.xhp @@ -1348,14 +1348,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/chapterdown\">Moves the selected heading, and the text below the heading, down one heading position in the Navigator and in the document. To move only the selected heading and not the text associated with the heading, hold down Ctrl, and then click this icon.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/chapterdown\">Переміщає в Навігаторі і в документі вибраний заголовок і текст, що знаходиться під ним, вниз на одну позицію заголовка. Щоб перемістити тільки вибраний заголовок без пов'язаного з ним тексту, натисніть CTRL, а потім клацніть цю піктограму.</ahelp>" -#. iv4iE +#. uWd5E #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3153768\n" "help.text" -msgid "<image id=\"img_id3150828\" src=\"sw/res/sc20171.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150828\">Icon Chapter down</alt></image>" -msgstr "" +msgid "<image id=\"img_id3150828\" src=\"sw/res/sc20171.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150828\">Icon</alt></image>" +msgstr "<image id=\"img_id3150828\" src=\"sw/res/sc20171.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150828\">Піктограма</alt></image>" #. rYRtE #: 02110000.xhp @@ -1384,14 +1384,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/promote\">Increases the outline level of the selected heading, and the headings that occur below the heading, by one. To only increase the outline level of the selected heading, hold down Ctrl, and then click this icon.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/promote\">Підвищує на одиницю рівень структури вибраного заголовка, а також розміщених під ним заголовків. Щоб тільки підвищити рівень вибраного заголовка, утримуйте клавішу CTRL, а потім клацніть цю піктограму.</ahelp>" -#. MZCz3 +#. U2WNF #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3155414\n" "help.text" -msgid "<image id=\"img_id3155420\" src=\"sw/res/sc20172.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155420\">Icon Promote level</alt></image>" -msgstr "" +msgid "<image id=\"img_id3155420\" src=\"sw/res/sc20172.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155420\">Icon</alt></image>" +msgstr "<image id=\"img_id3155420\" src=\"sw/res/sc20172.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155420\">Піктограма</alt></image>" #. z6Cg8 #: 02110000.xhp @@ -1420,14 +1420,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/demote\">Decreases the outline level of the selected heading, and the headings that occur below the heading, by one. To only decrease the outline level of the selected heading, hold down Ctrl, and then click this icon.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/demote\">Знижує на одиницю рівень структури вибраного заголовка, а також знаходяться під ним заголовків. Щоб тільки знизити рівень вибраного заголовка, утримуйте клавішу CTRL, а потім клацніть цю піктограму.</ahelp>" -#. Bb4uA +#. EwSYC #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3148414\n" "help.text" -msgid "<image id=\"img_id3148420\" src=\"sw/res/sc20173.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148420\">Icon Demote level</alt></image>" -msgstr "" +msgid "<image id=\"img_id3148420\" src=\"sw/res/sc20173.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148420\">Icon</alt></image>" +msgstr "<image id=\"img_id3148420\" src=\"sw/res/sc20173.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148420\">Піктограма</alt></image>" #. Ydmmz #: 02110000.xhp @@ -10123,14 +10123,14 @@ msgctxt "" msgid "user_email" msgstr "user_email" -#. vxLtn +#. KFCCX #: 04090200.xhp msgctxt "" "04090200.xhp\n" "par_id3154948\n" "help.text" -msgid "Email address" -msgstr "" +msgid "E-mail address" +msgstr "Адреса електронної пошти" #. cQpP3 #: 04090200.xhp @@ -13678,15 +13678,6 @@ msgctxt "" msgid "You can use the Find All button on the Find & Replace dialog to highlight all places where a word appears, then open the Insert Index Entry dialog to add that word and places to the alphabetical index. However, if you need the same set of alphabetical indexes in multiple documents, the concordance file allows you to enter every word just once, then use the list many times." msgstr "Ви можете використовувати кнопку Знайти усе у вікні Знайти та замінити, щоби виділити усі місце, де появляється шукане слово, потім відрийте вікно Вставка бібліографічного запису, що додати це слово та розмістити у алфавітному порядку. Однак, якщо вам потрібний однаковий покажчик у декількох документах, файл відповідності дозволяє вам вводити кожне слово лише один раз та використовувати цей список скільки завгодно." -#. FVXZ4 -#: 04120250.xhp -msgctxt "" -"04120250.xhp\n" -"par_id771599006446118\n" -"help.text" -msgid "The default filter for creating or opening concordance files is <literal>*.sdi</literal>. However, the file format of the concordance file is plain text." -msgstr "" - #. cFHDU #: 04120250.xhp msgctxt "" @@ -13741,33 +13732,6 @@ msgctxt "" msgid "A concordance file contains the following fields:" msgstr "Файл відповідності містить такі поля:" -#. 9wETm -#: 04120250.xhp -msgctxt "" -"04120250.xhp\n" -"par_id91599005949275\n" -"help.text" -msgid "Term" -msgstr "" - -#. zMi8V -#: 04120250.xhp -msgctxt "" -"04120250.xhp\n" -"par_id461599005949276\n" -"help.text" -msgid "Meaning" -msgstr "" - -#. e7Npc -#: 04120250.xhp -msgctxt "" -"04120250.xhp\n" -"par_id291599005949278\n" -"help.text" -msgid "Search term" -msgstr "" - #. zFwbQ #: 04120250.xhp msgctxt "" @@ -13777,15 +13741,6 @@ msgctxt "" msgid "\"Search term\" refers to the index entry that you want to mark in the document." msgstr "\"Шукане поняття\" відноситься до елемента покажчика, який необхідно зазначити в документі." -#. CEahq -#: 04120250.xhp -msgctxt "" -"04120250.xhp\n" -"par_id811599006053151\n" -"help.text" -msgid "Alternative entry" -msgstr "" - #. rxooN #: 04120250.xhp msgctxt "" @@ -13795,15 +13750,6 @@ msgctxt "" msgid "\"Alternative entry\" refers to the index entry that you want to appear in the index." msgstr "\"Альтернативний елемент\" відноситься до елемента покажчика, який повинен міститися в покажчику." -#. q3DFC -#: 04120250.xhp -msgctxt "" -"04120250.xhp\n" -"par_id661599006090921\n" -"help.text" -msgid "1st and 2nd Keys" -msgstr "" - #. VRBtF #: 04120250.xhp msgctxt "" @@ -13813,33 +13759,6 @@ msgctxt "" msgid "The 1st and 2nd Keys are parent index entries. The \"Search term\" or the \"Alternative entry\" appears as a subentry under the 1st and 2nd Keys." msgstr "1-ї і 2-ї ключі є батьківськими елементами покажчика. \"Шукане поняття\" і \"Альтернативний елемент\" відображаються як вкладені елементи під 1-м і 2-м ключами." -#. DuJqR -#: 04120250.xhp -msgctxt "" -"04120250.xhp\n" -"par_id521599007507727\n" -"help.text" -msgid "Comment" -msgstr "" - -#. GCW2W -#: 04120250.xhp -msgctxt "" -"04120250.xhp\n" -"par_id981599007507728\n" -"help.text" -msgid "Add a comment line above the entry. Commented lines start with #." -msgstr "" - -#. MPT5J -#: 04120250.xhp -msgctxt "" -"04120250.xhp\n" -"par_id441599006128506\n" -"help.text" -msgid "Match case" -msgstr "" - #. PqJ9t #: 04120250.xhp msgctxt "" @@ -13849,15 +13768,6 @@ msgctxt "" msgid "\"Match case\" means that uppercase and lowercase letters are considered." msgstr "\"Враховувати регістр\" означає, що розрізняються малі та великі літери." -#. 9Zvp6 -#: 04120250.xhp -msgctxt "" -"04120250.xhp\n" -"par_id361599006161460\n" -"help.text" -msgid "Word only" -msgstr "" - #. hFig3 #: 04120250.xhp msgctxt "" @@ -13921,14 +13831,14 @@ msgctxt "" msgid "Use the following format for the entries:" msgstr "Використовуйте такий формат для елементів:" -#. GoFzo +#. vDSMm #: 04120250.xhp msgctxt "" "04120250.xhp\n" "par_id3149172\n" "help.text" -msgid "<literal>Search term;Alternative entry;1st key;2nd key;Match case;Word only</literal>" -msgstr "" +msgid "Search term;Alternative entry;1st key;2nd key;Match case;Word only" +msgstr "Шукане поняття;Альтернативний елемент;1-й ключ;2-й ключ;Враховувати регістр;Тільки слово" #. FWVnU #: 04120250.xhp @@ -13957,14 +13867,14 @@ msgctxt "" msgid "For example, to include the word \"Boston\" in your alphabetical index under the \"Cities\" entry, enter the following line in the concordance file:" msgstr "Наприклад, щоб включити слово \"Галич\" у алфавітний покажчик під кнопкою \"Міста\", введіть наступний рядок у файл відповідності:" -#. hqr4T +#. BqcRU #: 04120250.xhp msgctxt "" "04120250.xhp\n" "par_id3151370\n" "help.text" -msgid "<literal>Boston;Boston;Cities;;0;0</literal>" -msgstr "" +msgid "Boston;Boston;Cities;;0;0" +msgstr "Галич;Галич;Міста;;0;0" #. NQkQN #: 04120250.xhp @@ -13984,14 +13894,14 @@ msgctxt "" msgid "To include the \"Beacon Hill\" district in Boston under the \"Cities\" entry, enter the following line:" msgstr "Для включення району „Тустань“ у Галичі в покажчик під кнопкою «Міста», введіть наступний рядок:" -#. J8EX4 +#. MiuPA #: 04120250.xhp msgctxt "" "04120250.xhp\n" "par_id3150116\n" "help.text" -msgid "<literal>Beacon Hill;Boston;Cities;</literal>" -msgstr "" +msgid "Beacon Hill;Boston;Cities;" +msgstr "Тустань;Галич;Міста;" #. aG6Cj #: 04120300.xhp @@ -19933,14 +19843,14 @@ msgctxt "" msgid "Object" msgstr "Об'єкт" -#. vAyCD +#. EEq9x #: 05080000.xhp msgctxt "" "05080000.xhp\n" "par_id3149352\n" "help.text" -msgid "<variable id=\"objekttext\"><ahelp hid=\".uno:FrameDialog\">Opens a dialog where you can modify the properties of the selected object, for example, its size and name.</ahelp></variable>" -msgstr "" +msgid "<variable id=\"objekttext\"><ahelp hid=\".uno:FrameDialog\">Opens a dialog where you can modify the properties of the selected object, for example, its size and name.</ahelp> </variable>" +msgstr "<variable id=\"objekttext\"><ahelp hid=\".uno:FrameDialog\">Відкриває діалогове вікно, в якому ви можете змінити властивості вибраного об'єкта, наприклад, його розмір і назву.</ahelp></variable>" #. F8EcE #: 05080000.xhp @@ -22633,13 +22543,13 @@ msgctxt "" msgid "<image id=\"img_id3150122\" src=\"cmd/sc_stylenewbyexample.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150122\">Icon New Style from Selection</alt></image>" msgstr "" -#. B3XbU +#. cRnpp #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3147490\n" "help.text" -msgid "Style actions menu" +msgid "Style actions" msgstr "" #. KFB5g @@ -22687,13 +22597,13 @@ msgctxt "" msgid "<ahelp hid=\".\">The manually formatted attributes of the text at the cursor position in the document will be added to the style that is selected in the Styles window.</ahelp>" msgstr "<ahelp hid=\".\">Атрибути тексту в позиції курсора у документі, змінені вручну, будуть додані до стилю, вибраного у вікні \"Стилі\".</ahelp>" -#. zktVC +#. j6a4F #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_idN10A31\n" "help.text" -msgid "<link href=\"text/swriter/01/05170000.xhp\" name=\"loadstyles\"><menuitem>Load Styles</menuitem></link>" +msgid "<link href=\"text/text/swriter/01/05170000.xhp\" name=\"loadstyles\"><menuitem>Load Styles</menuitem></link>" msgstr "" #. TSnrm @@ -22867,14 +22777,14 @@ msgctxt "" msgid "<link href=\"text/swriter/01/05150100.xhp\" name=\"While Typing\">While Typing</link>" msgstr "<link href=\"text/swriter/01/05150100.xhp\" name=\"При введенні\">При введенні</link>" -#. FArms +#. 2MCDP #: 05150100.xhp msgctxt "" "05150100.xhp\n" "par_id3154017\n" "help.text" -msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <menuitem>Tools - AutoCorrect - Options</menuitem>, and then click the <emph>Options</emph> tab.</ahelp>" -msgstr "" +msgid "<ahelp hid=\".uno:OnlineAutoFormat\">Automatically formats the document while you type. To set the formatting options, choose <emph>Tools - AutoCorrect</emph><emph> Options</emph>, and then click the <emph>Options </emph>tab.</ahelp>" +msgstr "<ahelp hid=\".uno:OnlineAutoFormat\">При введенні тексту документ форматується автоматично. Щоб налаштувати параметри форматування, виберіть пункти меню <emph>Засоби - Автозаміна</emph> пункт <emph>Параметри</emph>, а потім клацніть по вкладці<emph>Параметри</emph>.</ahelp>" #. Ddr5r #: 05150100.xhp @@ -26827,14 +26737,14 @@ msgctxt "" msgid "<link href=\"text/swriter/01/mailmerge00.xhp\">Mail Merge Wizard</link>" msgstr "<link href=\"text/swriter/01/mailmerge00.xhp\">Розсилання листів</link>" -#. iHDMM +#. 7vQcD #: mailmerge00.xhp msgctxt "" "mailmerge00.xhp\n" "par_idN10559\n" "help.text" -msgid "<ahelp hid=\".\">Starts the Mail Merge Wizard to create form letters or send email messages to many recipients.</ahelp>" -msgstr "" +msgid "<ahelp hid=\".\">Starts the Mail Merge Wizard to create form letters or send e-mail messages to many recipients.</ahelp>" +msgstr "<ahelp hid=\".\">Запускає Помічник розсилання листів для створення стандартних листів або надсилання повідомлень електронної пошти великому числу одержувачів.</ahelp>" #. bXSUB #: mailmerge00.xhp @@ -27088,23 +26998,23 @@ msgctxt "" msgid "<ahelp hid=\".\">Creates a printable mail merge document.</ahelp>" msgstr "<ahelp hid=\".\">Створює документ розсилання у форматі для друку.</ahelp>" -#. 4w8tw +#. pAz9k #: mailmerge02.xhp msgctxt "" "mailmerge02.xhp\n" "hd_id6954863\n" "help.text" -msgid "Email message" -msgstr "" +msgid "E-mail message" +msgstr "Електронне повідомлення" -#. YA54f +#. MpXzu #: mailmerge02.xhp msgctxt "" "mailmerge02.xhp\n" "par_idN10561\n" "help.text" -msgid "<ahelp hid=\".\">Creates mail merge documents that you can send as an email message or an email attachment.</ahelp>" -msgstr "" +msgid "<ahelp hid=\".\">Creates mail merge documents that you can send as an e-mail message or an e-mail attachment.</ahelp>" +msgstr "<ahelp hid=\".\">Створює документи розсилання, які можна надіслати як електронне повідомлення або вкладення до електронного повідомлення.</ahelp>" #. 8sABv #: mailmerge02.xhp @@ -27160,14 +27070,14 @@ msgctxt "" msgid "The Mail Merge wizard opens to this page if you start the wizard in a text document that already contains address database fields. If the wizard opens directly to this page, the <emph>Select Address List</emph> button is called <emph>Select Different Address List</emph>." msgstr "Якщо запуск Помічника розсилання листів виконується з текстового документа, в якому вже є поля бази даних адрес, помічник відкривається з цієї сторінки. Якщо Помічник відкривається з цієї сторінки, кнопка <emph>Вибір списку адрес</emph> називається <emph>Вибрати інший список адрес</emph>." -#. NRb5r +#. M3zv5 #: mailmerge03.xhp msgctxt "" "mailmerge03.xhp\n" "par_idN10556\n" "help.text" -msgid "The title of this page is <emph>Insert address block</emph> for letters and <emph>Select address list</emph> for email messages." -msgstr "" +msgid "The title of this page is <emph>Insert address block</emph> for letters and <emph>Select address list</emph> for e-mail messages." +msgstr "Сторінка називається <emph>Вставити блок з адресою</emph> для листів або <emph>Вибрати список адрес</emph> для повідомлень електронної пошти." #. GEW7x #: mailmerge03.xhp @@ -27835,14 +27745,14 @@ msgctxt "" msgid "Copy To" msgstr "Копія" -#. NPfkh +#. 4BERk #: mm_copyto.xhp msgctxt "" "mm_copyto.xhp\n" "par_idN1053D\n" "help.text" -msgid "Specify additional email recipients for the <link href=\"text/swriter/01/mm_emailmergeddoc.xhp\">mail merge</link> document." -msgstr "" +msgid "Specify additional e-mail recipients for the <link href=\"text/swriter/01/mm_emailmergeddoc.xhp\">mail merge</link> document." +msgstr "Вкажіть додаткових одержувачів для документа <link href=\"text/swriter/01/mm_emailmergeddoc.xhp\">розсилки</link>." #. fg2kJ #: mm_copyto.xhp @@ -27853,14 +27763,14 @@ msgctxt "" msgid "CC" msgstr "Копія" -#. HDJA8 +#. Soci8 #: mm_copyto.xhp msgctxt "" "mm_copyto.xhp\n" "par_idN10552\n" "help.text" -msgid "<ahelp hid=\".\">Enter the recipients of email copies, separated by a semicolon (;).</ahelp>" -msgstr "" +msgid "<ahelp hid=\".\">Enter the recipients of e-mail copies, separated by a semicolon (;).</ahelp>" +msgstr "<ahelp hid=\".\">Введіть отримувачів копії електронних листів через крапку з комою (;).</ahelp>" #. wUHkK #: mm_copyto.xhp @@ -27871,14 +27781,14 @@ msgctxt "" msgid "BCC" msgstr "Прихована копія" -#. WoTRZ +#. K9HZp #: mm_copyto.xhp msgctxt "" "mm_copyto.xhp\n" "par_idN10559\n" "help.text" -msgid "<ahelp hid=\".\">Enter the recipients of email blind copies, separated by a semicolon (;).</ahelp>" -msgstr "" +msgid "<ahelp hid=\".\">Enter the recipients of e-mail blind copies, separated by a semicolon (;).</ahelp>" +msgstr "<ahelp hid=\".\">Введіть отримувачів прихованої копії електронних листів через крапку з комою (;).</ahelp>" #. FHSJ5 #: mm_cusaddlis.xhp @@ -27997,14 +27907,14 @@ msgctxt "" msgid "Custom Salutation" msgstr "Особливе привітання" -#. TVxhR +#. QnGBv #: mm_cusgrelin.xhp msgctxt "" "mm_cusgrelin.xhp\n" "par_idN10540\n" "help.text" -msgid "Specify the salutation layout for <link href=\"text/swriter/01/mailmerge04.xhp\">mail merge</link> or <link href=\"text/swriter/01/mm_emabod.xhp\">email merge</link> documents. The name of this dialog is different for female recipients and male recipients." -msgstr "" +msgid "Specify the salutation layout for <link href=\"text/swriter/01/mailmerge04.xhp\">mail merge</link> or <link href=\"text/swriter/01/mm_emabod.xhp\">e-mail merge</link> documents. The name of this dialog is different for female recipients and male recipients." +msgstr "Задайте розмітку привітання для документів <link href=\"text/swriter/01/mailmerge04.xhp\">розсилання</link>, або <link href=\"text/swriter/01/mm_emabod.xhp\">розсилання з відправкою по електронній пошті</link>. Назва цього діалогового вікна розрізняється залежно від статі одержувачів." #. 2wy4R #: mm_cusgrelin.xhp @@ -28150,32 +28060,32 @@ msgctxt "" msgid "E-Mail Message" msgstr "Електронне повідомлення" -#. PTucc +#. nhBF2 #: mm_emabod.xhp msgctxt "" "mm_emabod.xhp\n" "par_idN10540\n" "help.text" -msgid "<ahelp hid=\".\">Type the message and the salutation for files that you send as <link href=\"text/swriter/01/mailmerge08.xhp\">email</link> attachments.</ahelp>" -msgstr "" +msgid "<ahelp hid=\".\">Type the message and the salutation for files that you send as <link href=\"text/swriter/01/mailmerge08.xhp\">e-mail</link> attachments.</ahelp>" +msgstr "<ahelp hid=\".\">Введіть повідомлення і привітання для файлів, які надсилаються як вкладення <link href=\"text/swriter/01/mailmerge08.xhp\">електронної пошти</link>.</ahelp>" -#. 5SMA7 +#. F358E #: mm_emabod.xhp msgctxt "" "mm_emabod.xhp\n" "par_idN10554\n" "help.text" -msgid "This email should contain a salutation" -msgstr "" +msgid "This e-mail should contain a salutation" +msgstr "Це повідомлення має містити привітання" -#. rmBz6 +#. rvBf7 #: mm_emabod.xhp msgctxt "" "mm_emabod.xhp\n" "par_idN10558\n" "help.text" -msgid "<ahelp hid=\".\">Adds a salutation to the email.</ahelp>" -msgstr "" +msgid "<ahelp hid=\".\">Adds a salutation to the e-mail.</ahelp>" +msgstr "<ahelp hid=\".\">Додає до електронного повідомлення привітання.</ahelp>" #. GFHN4 #: mm_emabod.xhp @@ -28330,50 +28240,50 @@ msgctxt "" msgid "Write your message here" msgstr "Напишіть ваше повідомлення тут" -#. CDBEE +#. KTKa7 #: mm_emabod.xhp msgctxt "" "mm_emabod.xhp\n" "par_idN105B3\n" "help.text" -msgid "<ahelp hid=\".\">Enter the main text of the email.</ahelp>" -msgstr "" +msgid "<ahelp hid=\".\">Enter the main text of the e-mail.</ahelp>" +msgstr "<ahelp hid=\".\">Введіть основний текст електронного повідомлення.</ahelp>" -#. A5QMX +#. hztW8 #: mm_emailmergeddoc.xhp msgctxt "" "mm_emailmergeddoc.xhp\n" "tit\n" "help.text" -msgid "Send merged document as email" -msgstr "" +msgid "Send merged document as e-mail" +msgstr "Надіслати об'єднаний документ як ел. лист" -#. ZEELF +#. JAB7w #: mm_emailmergeddoc.xhp msgctxt "" "mm_emailmergeddoc.xhp\n" "hd_id201703192214041173\n" "help.text" -msgid "<link href=\"text/swriter/01/mm_emailmergeddoc.xhp\">Send merged document as email</link>" -msgstr "" +msgid "<link href=\"text/swriter/01/mm_emailmergeddoc.xhp\">Send merged document as e-mail</link>" +msgstr "<link href=\"text/swriter/01/mm_emailmergeddoc.xhp\">Надіслати об'єднаний документ як ел. лист</link>" -#. TmBHD +#. ZCLmb #: mm_emailmergeddoc.xhp msgctxt "" "mm_emailmergeddoc.xhp\n" "par_id201703192214161498\n" "help.text" -msgid "<ahelp hid=\".\">Sends the mail merge output as email messages to all or some recipients.</ahelp>" -msgstr "" +msgid "<ahelp hid=\".\">Sends the mail merge output as e-mail messages to all or some recipients.</ahelp>" +msgstr "<ahelp hid=\".\">Надсилає остаточний документ усім або окремим одержувачам у вигляді електронних листів.</ahelp>" -#. z8DLS +#. YT7sD #: mm_emailmergeddoc.xhp msgctxt "" "mm_emailmergeddoc.xhp\n" "par_idN10556\n" "help.text" -msgid "Email options" -msgstr "" +msgid "E-mail options" +msgstr "Параметри пошти" #. P3AsV #: mm_emailmergeddoc.xhp @@ -28384,14 +28294,14 @@ msgctxt "" msgid "To" msgstr "Кому" -#. t24J7 +#. myAeT #: mm_emailmergeddoc.xhp msgctxt "" "mm_emailmergeddoc.xhp\n" "par_idN105EC\n" "help.text" -msgid "<ahelp hid=\".\">Select the database field that contains the email address of the recipient.</ahelp>" -msgstr "" +msgid "<ahelp hid=\".\">Select the database field that contains the e-mail address of the recipient.</ahelp>" +msgstr "<ahelp hid=\".\">Виберіть поле бази даних, що містить електронну адресу одержувача.</ahelp>" #. AERBW #: mm_emailmergeddoc.xhp @@ -28420,14 +28330,14 @@ msgctxt "" msgid "Subject" msgstr "Тема" -#. c4QK5 +#. EqNDS #: mm_emailmergeddoc.xhp msgctxt "" "mm_emailmergeddoc.xhp\n" "par_idN10604\n" "help.text" -msgid "<ahelp hid=\".\">Enter the subject line for the email messages.</ahelp>" -msgstr "" +msgid "<ahelp hid=\".\">Enter the subject line for the e-mail messages.</ahelp>" +msgstr "<ahelp hid=\".\">Введіть тему електронного листа.</ahelp>" #. FY8Cr #: mm_emailmergeddoc.xhp @@ -28438,14 +28348,14 @@ msgctxt "" msgid "Send as" msgstr "Надіслати як" -#. FtdvW +#. tqGvc #: mm_emailmergeddoc.xhp msgctxt "" "mm_emailmergeddoc.xhp\n" "par_idN1060B\n" "help.text" -msgid "<ahelp hid=\".\">Select the mail format for the email messages.</ahelp>" -msgstr "" +msgid "<ahelp hid=\".\">Select the mail format for the e-mail messages.</ahelp>" +msgstr "<ahelp hid=\".\">Виберіть формат пошти для електронних повідомлень.</ahelp>" #. vtgFn #: mm_emailmergeddoc.xhp @@ -28465,14 +28375,14 @@ msgctxt "" msgid "Properties" msgstr "Властивості" -#. QDtAr +#. xwGYg #: mm_emailmergeddoc.xhp msgctxt "" "mm_emailmergeddoc.xhp\n" "par_idN10615\n" "help.text" -msgid "<ahelp hid=\".\">Opens the <link href=\"text/swriter/01/mm_emabod.xhp\">E-Mail Message</link> dialog where you can enter the email message for the mail merge files that are sent as attachments.</ahelp>" -msgstr "" +msgid "<ahelp hid=\".\">Opens the <link href=\"text/swriter/01/mm_emabod.xhp\">E-Mail Message</link> dialog where you can enter the e-mail message for the mail merge files that are sent as attachments.</ahelp>" +msgstr "<ahelp hid=\".\">Відкриває діалогове вікно <link href=\"text/swriter/01/mm_emabod.xhp\">Повідомлення ел. пошти</link>, де можна ввести повідомлення для тих файлів розсилки, які надсилаються як вкладення.</ahelp>" #. bARe2 #: mm_emailmergeddoc.xhp @@ -28510,14 +28420,14 @@ msgctxt "" msgid "Send all documents" msgstr "Надіслати всі документи" -#. jGZh3 +#. DCNro #: mm_emailmergeddoc.xhp msgctxt "" "mm_emailmergeddoc.xhp\n" "par_idN10631\n" "help.text" -msgid "<ahelp hid=\".\">Select to send emails to all recipients.</ahelp>" -msgstr "" +msgid "<ahelp hid=\".\">Select to send e-mails to all recipients.</ahelp>" +msgstr "<ahelp hid=\".\">Виберіть цей параметр, щоб надіслати повідомлення всім одержувачам.</ahelp>" #. TLnNz #: mm_emailmergeddoc.xhp @@ -28582,14 +28492,14 @@ msgctxt "" msgid "Send Documents" msgstr "Надіслати документи" -#. 8LarF +#. nadEr #: mm_emailmergeddoc.xhp msgctxt "" "mm_emailmergeddoc.xhp\n" "par_idN10646\n" "help.text" -msgid "<ahelp hid=\".\">Click to start sending emails.</ahelp>" -msgstr "" +msgid "<ahelp hid=\".\">Click to start sending e-mails.</ahelp>" +msgstr "<ahelp hid=\".\">Клацніть, щоб розпочати надсилання електронних повідомлень.</ahelp>" #. udnuD #: mm_finent.xhp diff --git a/source/uk/helpcontent2/source/text/swriter/02.po b/source/uk/helpcontent2/source/text/swriter/02.po index cee84404f3b..1e84cb470d7 100644 --- a/source/uk/helpcontent2/source/text/swriter/02.po +++ b/source/uk/helpcontent2/source/text/swriter/02.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-09-28 11:22+0200\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" "PO-Revision-Date: 2020-04-26 09:16+0000\n" "Last-Translator: Olexandr Pylypchuk <pilipchukap@rambler.ru>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter02/uk/>\n" @@ -1285,14 +1285,14 @@ msgctxt "" msgid "Formula" msgstr "Формула" -#. utFBz +#. vYCuk #: 14020000.xhp msgctxt "" "14020000.xhp\n" "bm_id3149687\n" "help.text" -msgid "<bookmark_value>formulas; in text documents</bookmark_value><bookmark_value>operators; in table formulas</bookmark_value><bookmark_value>statistical functions in tables</bookmark_value><bookmark_value>mathematical functions in tables</bookmark_value><bookmark_value>trigonometric functions in tables</bookmark_value><bookmark_value>pages;number of pages in table formulas</bookmark_value><bookmark_value>variables;document properties in table formulas</bookmark_value><bookmark_value>arithmetical operators in formulas</bookmark_value>" -msgstr "" +msgid "<bookmark_value>operators; in formulas</bookmark_value><bookmark_value>statistical functions</bookmark_value><bookmark_value>trigonometric functions</bookmark_value><bookmark_value>pages;number of</bookmark_value><bookmark_value>variables;document properties</bookmark_value><bookmark_value>arithmetical operators in formulas</bookmark_value>" +msgstr "<bookmark_value>оператори; у формулах</bookmark_value><bookmark_value>статичні функції</bookmark_value><bookmark_value>тригонометричні функції</bookmark_value><bookmark_value>сторінки;число</bookmark_value><bookmark_value>змінні;властивості документа</bookmark_value><bookmark_value>арифметичні оператори у формулах</bookmark_value>" #. piUZw #: 14020000.xhp @@ -1321,32 +1321,14 @@ msgctxt "" msgid "The formula appears in the input line. To specify a range of cells in a table, select the desired cells with the mouse. The corresponding cell references also appear in the input line. Enter additional parameters, as necessary, and click <emph>Apply</emph> to confirm your entry. You can also enter the formula directly if you know the appropriate syntax. This is necessary, for example, in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Insert Fields\"><emph>Insert Fields</emph></link> and <emph>Edit Fields</emph> dialogs." msgstr "Формула з'явиться в рядку введення. Щоб задати діапазон комірок у таблиці, виберіть потрібні комірки мишею. Посилання на відповідні комірки також з'являться в рядку введення. Введіть додаткові параметри, якщо це необхідно, і клацніть <emph>Застосувати</emph>, щоб підтвердити введення. Якщо відомий відповідний синтаксис, можна ввести формулу вручну. Це необхідно, наприклад, в діалогових вікнах <link href=\"text/swriter/01/04090000.xhp\" name=\"Вставити поля\"><emph>Вставити поля</emph></link> і <emph>Редагування полів</emph>." -#. fdG9Y -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id621599564033048\n" -"help.text" -msgid "With the cursor in a table, press <keycode>F2</keycode>" -msgstr "" - -#. NdBeD -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id101599562003431\n" -"help.text" -msgid "In the Table toolbar, press the <emph>Formula</emph> icon." -msgstr "" - -#. cgzyx +#. hEuvw #: 14020000.xhp msgctxt "" "14020000.xhp\n" "par_id3155142\n" "help.text" -msgid "<image id=\"img_id3155148\" src=\"sw/res/sc20556.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155148\">Formula icon in Table toolbar</alt></image>" -msgstr "" +msgid "<image id=\"img_id3155148\" src=\"sw/res/sc20556.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155148\">Icon</alt></image>" +msgstr "<image id=\"img_id3155148\" src=\"sw/res/sc20556.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155148\">Піктограма</alt></image>" #. DbZyc #: 14020000.xhp @@ -1375,33 +1357,6 @@ msgctxt "" msgid "Basic Calculation Functions" msgstr "Основні функції обчислення" -#. E8BRA -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id221599495805480\n" -"help.text" -msgid "Operation" -msgstr "" - -#. 7KcQ9 -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id641599495805481\n" -"help.text" -msgid "Name" -msgstr "" - -#. QywKU -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id121599495851064\n" -"help.text" -msgid "Example" -msgstr "" - #. 6VYWD #: 14020000.xhp msgctxt "" @@ -1537,41 +1492,23 @@ msgctxt "" msgid "Basic Functions in the Submenu" msgstr "Основні функції в підменю" -#. xt4uW -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id121599495989098\n" -"help.text" -msgid "Function" -msgstr "" - -#. T7Ybo -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id901599495989100\n" -"help.text" -msgid "Name" -msgstr "" - -#. 2fE5r +#. KwSwL #: 14020000.xhp msgctxt "" "14020000.xhp\n" -"par_id501599496006870\n" +"par_id3145185\n" "help.text" -msgid "Example" -msgstr "" +msgid "Sum" +msgstr "Сума" -#. KwSwL +#. 4zUcf #: 14020000.xhp msgctxt "" "14020000.xhp\n" -"par_id3145185\n" +"par_id3155312\n" "help.text" -msgid "Sum" -msgstr "Сума" +msgid "SUM" +msgstr "SUM" #. QD5ax #: 14020000.xhp @@ -1600,6 +1537,15 @@ msgctxt "" msgid "Round" msgstr "Округлити" +#. gm4AZ +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3145598\n" +"help.text" +msgid "ROUND" +msgstr "ROUND" + #. 4a69n #: 14020000.xhp msgctxt "" @@ -1627,6 +1573,15 @@ msgctxt "" msgid "Percent" msgstr "Відсотки" +#. iqydk +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3155930\n" +"help.text" +msgid "PHD" +msgstr "PHD" + #. Ni2B5 #: 14020000.xhp msgctxt "" @@ -1654,6 +1609,15 @@ msgctxt "" msgid "Square Root" msgstr "Квадратний корінь" +#. c6nHv +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3153038\n" +"help.text" +msgid "SQRT" +msgstr "SQRT" + #. XCbNu #: 14020000.xhp msgctxt "" @@ -1681,6 +1645,15 @@ msgctxt "" msgid "Power" msgstr "Степінь" +#. cEryt +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3147124\n" +"help.text" +msgid "POW" +msgstr "POW" + #. wFRf4 #: 14020000.xhp msgctxt "" @@ -1717,33 +1690,6 @@ msgctxt "" msgid "<ahelp hid=\".\">You can insert various operators in your formula.</ahelp> Choose from the following functions:" msgstr "" -#. uCpNp -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id61599496064739\n" -"help.text" -msgid "Operator" -msgstr "" - -#. HCUeF -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id611599496064740\n" -"help.text" -msgid "Name" -msgstr "" - -#. CNZiw -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id461599496082741\n" -"help.text" -msgid "Example" -msgstr "" - #. kN6pM #: 14020000.xhp msgctxt "" @@ -1870,6 +1816,15 @@ msgctxt "" msgid "Less than or Equal" msgstr "Менше або дорівнює" +#. tJa3Z +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3153599\n" +"help.text" +msgid "LEQ" +msgstr "LEQ" + #. m6G89 #: 14020000.xhp msgctxt "" @@ -1897,6 +1852,15 @@ msgctxt "" msgid "Greater than or Equal" msgstr "Більше або дорівнює" +#. ZXFxt +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3153751\n" +"help.text" +msgid "GEQ" +msgstr "GEQ" + #. 88BXS #: 14020000.xhp msgctxt "" @@ -1924,6 +1888,15 @@ msgctxt "" msgid "Less" msgstr "Менше" +#. 4pUT2 +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3150859\n" +"help.text" +msgid "L" +msgstr "L" + #. KuMFP #: 14020000.xhp msgctxt "" @@ -1951,6 +1924,15 @@ msgctxt "" msgid "Greater" msgstr "Більше" +#. FsDY9 +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3150743\n" +"help.text" +msgid "G" +msgstr "G" + #. RDYj2 #: 14020000.xhp msgctxt "" @@ -1978,6 +1960,15 @@ msgctxt "" msgid "Boolean Or" msgstr "Логічне АБО" +#. EySkK +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3148430\n" +"help.text" +msgid "OR" +msgstr "OR" + #. UfFLs #: 14020000.xhp msgctxt "" @@ -2005,6 +1996,15 @@ msgctxt "" msgid "Boolean X Or" msgstr "Логічний X АБО" +#. FAtfL +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3149457\n" +"help.text" +msgid "XOR" +msgstr "XOR" + #. vEKy7 #: 14020000.xhp msgctxt "" @@ -2032,6 +2032,15 @@ msgctxt "" msgid "Boolean And" msgstr "Логічне І" +#. gVGd8 +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3152948\n" +"help.text" +msgid "AND" +msgstr "AND" + #. CPiHF #: 14020000.xhp msgctxt "" @@ -2059,6 +2068,15 @@ msgctxt "" msgid "Boolean Not" msgstr "Логічне НІ" +#. uBHtJ +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3153961\n" +"help.text" +msgid "NOT" +msgstr "NOT" + #. i4SeE #: 14020000.xhp msgctxt "" @@ -2095,41 +2113,23 @@ msgctxt "" msgid "<ahelp hid=\".\">You can choose from the following statistical functions:</ahelp>" msgstr "<ahelp hid=\".\">Можна вибрати одну з таких статистичних функцій:</ahelp>" -#. AeKzo -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id541599496194035\n" -"help.text" -msgid "Function" -msgstr "" - -#. fLyDG -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id481599496194036\n" -"help.text" -msgid "Name" -msgstr "" - -#. z9BBL +#. SimgP #: 14020000.xhp msgctxt "" "14020000.xhp\n" -"par_id331599524563749\n" +"par_id3153176\n" "help.text" -msgid "Example" -msgstr "" +msgid "Mean" +msgstr "Середнє значення" -#. SimgP +#. qpfti #: 14020000.xhp msgctxt "" "14020000.xhp\n" -"par_id3153176\n" +"par_id3154053\n" "help.text" -msgid "Mean" -msgstr "Середнє значення" +msgid "MEAN" +msgstr "MEAN" #. Gu59Y #: 14020000.xhp @@ -2158,6 +2158,15 @@ msgctxt "" msgid "Minimum Value" msgstr "Мінімальне значення" +#. WjaSZ +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3155258\n" +"help.text" +msgid "MIN" +msgstr "MIN" + #. 9CKG8 #: 14020000.xhp msgctxt "" @@ -2185,6 +2194,15 @@ msgctxt "" msgid "Maximum Value" msgstr "Максимальне значення" +#. QyhWp +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3154016\n" +"help.text" +msgid "MAX" +msgstr "MAX" + #. mCGfj #: 14020000.xhp msgctxt "" @@ -2203,113 +2221,41 @@ msgctxt "" msgid "Example: MAX 10|30|20 displays 30.00" msgstr "Приклад. Вираз \"MAX 10|30|20\" виводить значення 30" -#. 76riF -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id21599557699262\n" -"help.text" -msgid "Product" -msgstr "" - -#. 5caRN -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id671599563830630\n" -"help.text" -msgid "Calculates the product of the selected cells." -msgstr "" - -#. bwMRb -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id631599557734781\n" -"help.text" -msgid "Example: PRODUCT <A2:C2> displays the product of the values in cells A2 to C2" -msgstr "" - -#. DXVgk -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id31599557699262\n" -"help.text" -msgid "Count" -msgstr "" - -#. 53YC3 -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id331599557734781\n" -"help.text" -msgid "Counts the number of non empty cells." -msgstr "" - -#. zj2px -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id141599563739504\n" -"help.text" -msgid "Example: COUNT <A2:C2> displays the number of non empty cells in A2 to C2." -msgstr "" - -#. SJ9rR +#. SGRGy #: 14020000.xhp msgctxt "" "14020000.xhp\n" "hd_id3153200\n" "help.text" -msgid "Functions" -msgstr "" +msgid "Trigonometric Functions" +msgstr "Тригонометричні функції" -#. gRWF7 +#. DR74v #: 14020000.xhp msgctxt "" "14020000.xhp\n" "par_id3153226\n" "help.text" -msgid "<ahelp hid=\".\">You can choose from the following functions:</ahelp>" +msgid "<ahelp hid=\".\">You can choose from the following trigonometric functions:</ahelp>" msgstr "" -#. CYmFE -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id341599524600306\n" -"help.text" -msgid "Function" -msgstr "" - -#. zUhbC -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id521599524600307\n" -"help.text" -msgid "Name" -msgstr "" - -#. S6FE9 +#. HmrvU #: 14020000.xhp msgctxt "" "14020000.xhp\n" -"par_id831599524616362\n" +"par_id3145156\n" "help.text" -msgid "Example" -msgstr "" +msgid "Sine" +msgstr "Синус" -#. HmrvU +#. eSbMj #: 14020000.xhp msgctxt "" "14020000.xhp\n" -"par_id3145156\n" +"par_id3149507\n" "help.text" -msgid "Sine" -msgstr "Синус" +msgid "SIN" +msgstr "SIN" #. PefeW #: 14020000.xhp @@ -2338,6 +2284,15 @@ msgctxt "" msgid "Cosine" msgstr "Косинус" +#. BAQ7F +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3154510\n" +"help.text" +msgid "COS" +msgstr "COS" + #. xBop9 #: 14020000.xhp msgctxt "" @@ -2365,6 +2320,15 @@ msgctxt "" msgid "Tangent" msgstr "Тангенс" +#. aV8d5 +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3151012\n" +"help.text" +msgid "TAN" +msgstr "TAN" + #. zaJcG #: 14020000.xhp msgctxt "" @@ -2392,6 +2356,15 @@ msgctxt "" msgid "Arc Sine" msgstr "Арксинус" +#. R6DwT +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3151055\n" +"help.text" +msgid "ASIN" +msgstr "ASIN" + #. CVzAA #: 14020000.xhp msgctxt "" @@ -2419,6 +2392,15 @@ msgctxt "" msgid "Arc Cosine" msgstr "Арккосинус" +#. 7QBGb +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3149728\n" +"help.text" +msgid "ACOS" +msgstr "ACOS" + #. ZRyBG #: 14020000.xhp msgctxt "" @@ -2446,6 +2428,15 @@ msgctxt "" msgid "Arc Tangent" msgstr "Арктангенс" +#. jWGhA +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3147057\n" +"help.text" +msgid "ATAN" +msgstr "ATAN" + #. aEs7N #: 14020000.xhp msgctxt "" @@ -2464,60 +2455,6 @@ msgctxt "" msgid "Example: ATAN 1" msgstr "Наприклад: ATAN 1" -#. bsPu3 -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id591599557967519\n" -"help.text" -msgid "Absolute value" -msgstr "" - -#. 2tt8G -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id211593557987787\n" -"help.text" -msgid "Returns the absolute value of the number." -msgstr "" - -#. jYyUX -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id301599563956612\n" -"help.text" -msgid "Example: ABS -34 returns 34" -msgstr "" - -#. zEe8j -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id591599557963519\n" -"help.text" -msgid "Sign" -msgstr "" - -#. 8Y984 -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id211599557987787\n" -"help.text" -msgid "Returns the algebraic sign of the number." -msgstr "" - -#. wDJs9 -#: 14020000.xhp -msgctxt "" -"14020000.xhp\n" -"par_id941599563922458\n" -"help.text" -msgid "Example: SIGN -23 returns -1" -msgstr "" - #. sHz7K #: 14020000.xhp msgctxt "" @@ -2536,32 +2473,32 @@ msgctxt "" msgid "The following document properties are also found under <emph>File - Properties - Statistics</emph>." msgstr "Наступні властивості документа можна також знайти на вкладці <emph>Файл - Властивості - Статистика</emph>." -#. jxf6E +#. iGhMX #: 14020000.xhp msgctxt "" "14020000.xhp\n" -"par_id901599524662588\n" +"par_id3157538\n" "help.text" -msgid "Name" -msgstr "" +msgid "CHAR" +msgstr "CHAR" -#. vmA7Y +#. Mehmy #: 14020000.xhp msgctxt "" "14020000.xhp\n" -"par_id741599524662589\n" +"par_id3152954\n" "help.text" -msgid "Description" -msgstr "" +msgid "Number of characters in the document" +msgstr "Число символів у документі" -#. Mehmy +#. SgWXo #: 14020000.xhp msgctxt "" "14020000.xhp\n" -"par_id3152954\n" +"par_id3152982\n" "help.text" -msgid "Number of characters in the document" -msgstr "Число символів у документі" +msgid "WORD" +msgstr "WORD" #. knEJC #: 14020000.xhp @@ -2572,6 +2509,15 @@ msgctxt "" msgid "Number of words in the document" msgstr "Число слів у документі" +#. sxNfJ +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3152715\n" +"help.text" +msgid "PARA" +msgstr "PARA" + #. X5hJF #: 14020000.xhp msgctxt "" @@ -2581,6 +2527,15 @@ msgctxt "" msgid "Number of paragraphs in the document" msgstr "Кількість абзаців у документі" +#. ZJA76 +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3148453\n" +"help.text" +msgid "GRAPH" +msgstr "GRAPH" + #. t5nqK #: 14020000.xhp msgctxt "" @@ -2590,6 +2545,15 @@ msgctxt "" msgid "Number of graphics in the document" msgstr "Кількість графічних об'єктів в документі" +#. 95TWA +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3151091\n" +"help.text" +msgid "TABLES" +msgstr "TABLES" + #. Bdc8a #: 14020000.xhp msgctxt "" @@ -2599,6 +2563,15 @@ msgctxt "" msgid "Number of tables in the document" msgstr "Кількість таблиць у документі" +#. ksnxD +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3151198\n" +"help.text" +msgid "OLE" +msgstr "OLE" + #. zJGko #: 14020000.xhp msgctxt "" @@ -2608,6 +2581,15 @@ msgctxt "" msgid "Number of OLE objects in the document" msgstr "Кількість OLE-об'єктів у документі" +#. vMmnr +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3146903\n" +"help.text" +msgid "PAGE" +msgstr "PAGE" + #. QeCMR #: 14020000.xhp msgctxt "" @@ -2626,50 +2608,59 @@ msgctxt "" msgid "More Defined Values" msgstr "Константи" -#. TUJRH +#. 7QQ8G #: 14020000.xhp msgctxt "" "14020000.xhp\n" -"par_id981599524696609\n" +"par_id3153562\n" "help.text" -msgid "Description" -msgstr "" +msgid "PI" +msgstr "Число ПІ" -#. gnbPF +#. RogDi #: 14020000.xhp msgctxt "" "14020000.xhp\n" -"par_id101599524696610\n" +"par_id3147343\n" "help.text" -msgid "Name" -msgstr "" +msgid "PI" +msgstr "PI" -#. FFwhP +#. Cc3Ec #: 14020000.xhp msgctxt "" "14020000.xhp\n" -"par_id731599524730168\n" +"par_id3147366\n" "help.text" -msgid "Value" -msgstr "" +msgid "3.1415..." +msgstr "3,1415..." -#. 7QQ8G +#. SqL4F #: 14020000.xhp msgctxt "" "14020000.xhp\n" -"par_id3153562\n" +"par_id3147393\n" "help.text" -msgid "PI" -msgstr "Число ПІ" +msgid "Euler's constant" +msgstr "Константа Ейлера" -#. SqL4F +#. 2mpxR #: 14020000.xhp msgctxt "" "14020000.xhp\n" -"par_id3147393\n" +"par_id3147462\n" "help.text" -msgid "Euler's constant" -msgstr "Константа Ейлера" +msgid "E" +msgstr "E" + +#. 5EfZH +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3147485\n" +"help.text" +msgid "2.71828..." +msgstr "2,71828..." #. GGtyF #: 14020000.xhp @@ -2680,6 +2671,15 @@ msgctxt "" msgid "True" msgstr "True" +#. CDybB +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3145355\n" +"help.text" +msgid "TRUE" +msgstr "TRUE" + #. db4a5 #: 14020000.xhp msgctxt "" @@ -2698,6 +2698,24 @@ msgctxt "" msgid "False" msgstr "False" +#. ynTVk +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3150385\n" +"help.text" +msgid "FALSE" +msgstr "FALSE" + +#. xqFYa +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id3149304\n" +"help.text" +msgid "0" +msgstr "0" + #. qx5iP #: 14030000.xhp msgctxt "" diff --git a/source/uk/helpcontent2/source/text/swriter/guide.po b/source/uk/helpcontent2/source/text/swriter/guide.po index 9c5e897032c..0d4d2c499ca 100644 --- a/source/uk/helpcontent2/source/text/swriter/guide.po +++ b/source/uk/helpcontent2/source/text/swriter/guide.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-08-04 13:02+0200\n" -"PO-Revision-Date: 2020-10-10 16:35+0000\n" +"POT-Creation-Date: 2020-10-23 13:36+0200\n" +"PO-Revision-Date: 2020-10-19 12:35+0000\n" "Last-Translator: Євген Кондратюк <lachend@gmail.com>\n" "Language-Team: Ukrainian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriterguide/uk/>\n" "Language: uk\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1565131987.000000\n" #. XAt2Y @@ -275,7 +275,7 @@ msgctxt "" "par_id3155089\n" "help.text" msgid "Do one of the following:" -msgstr "Виконаєте одну із наступних дій:" +msgstr "Виконайте одну із наступних дій:" #. JBqEQ #: arrange_chapters.xhp @@ -293,7 +293,7 @@ msgctxt "" "par_id3155139\n" "help.text" msgid "Click a heading in the <emph>Navigator</emph> list, and then click the <emph>Promote Chapter</emph> <image id=\"img_id4217546\" src=\"sw/res/sc20174.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id4217546\">Icon promote</alt></image> or <emph>Demote Chapter</emph> icon <image id=\"img_id6505788\" src=\"sw/res/sc20171.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id6505788\">Icon demote</alt></image>." -msgstr "" +msgstr "Клацніть на заголовку у списку <emph>Навігатора</emph>, а потім на піктограмі <emph>Перемістити розділ вгору</emph> <image id=\"img_id4217546\" src=\"sw/res/sc20174.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id4217546\">Піктограма Підвищити</alt></image> або <emph>Перемістити розділ вниз</emph> <image id=\"img_id6505788\" src=\"sw/res/sc20171.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id6505788\">Піктограма Понизити</alt></image>." #. LwGVK #: arrange_chapters.xhp @@ -329,7 +329,7 @@ msgctxt "" "par_idN1081C\n" "help.text" msgid "Click the <emph>Promote Level</emph> <image id=\"img_id5564488\" src=\"sw/res/sc20172.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id5564488\">Icon promote level</alt></image> or <emph>Demote Level</emph> icon <image id=\"img_id3159363\" src=\"sw/res/sc20173.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3159363\">Icon demote level</alt></image>." -msgstr "" +msgstr "Натисніть на піктограмі <emph>Підвищити рівень</emph> <image id=\"img_id5564488\" src=\"sw/res/sc20172.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id5564488\">Піктограма Підвищити рівень</alt></image> або на піктограмі <emph>Понизити рівень</emph> <image id=\"img_id3159363\" src=\"sw/res/sc20173.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3159363\">Піктограма Понизити рівень</alt></image>." #. ZFDXE #: arrange_chapters.xhp @@ -1357,14 +1357,14 @@ msgctxt "" msgid "<link href=\"text/shared/02/02160000.xhp\">Highlight Color icon</link>" msgstr "<link href=\"text/shared/02/02160000.xhp\">Піктограма \"Виділення кольором\"</link>" -#. 7cNgF +#. CYAbX #: background.xhp msgctxt "" "background.xhp\n" "par_id3156180\n" "help.text" -msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Background tab page\">Background tab page</link>" -msgstr "" +msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Background tab page\">Background tab page</link>" +msgstr "<link href=\"text/shared/01/05030600.xhp\" name=\"Вкладка тло\">Вкладка тло</link>" #. uaCXb #: background.xhp @@ -4930,14 +4930,14 @@ msgctxt "" msgid "user_email" msgstr "user_email" -#. aMdkA +#. 6X32C #: fields_userdata.xhp msgctxt "" "fields_userdata.xhp\n" "par_id3147294\n" "help.text" -msgid "Email address" -msgstr "" +msgid "E-mail address" +msgstr "Адреса електронної пошти" #. eGMqy #: fields_userdata.xhp @@ -5938,23 +5938,23 @@ msgctxt "" msgid "<variable id=\"form_letters\"><variable id=\"form_letters_main\"><link href=\"text/swriter/guide/form_letters_main.xhp\" name=\"Creating a Form Letter\">Creating a Form Letter</link></variable></variable>" msgstr "<variable id=\"form_letters\"><variable id=\"form_letters_main\"><link href=\"text/swriter/guide/form_letters_main.xhp\" name=\"Створення форм для листів\">Створення форм для листів</link></variable></variable>" -#. ciKe5 +#. QwnG9 #: form_letters_main.xhp msgctxt "" "form_letters_main.xhp\n" "par_id3150502\n" "help.text" -msgid "To create a form letter, you need a text document that contains fields for address data, and an address database. Then you combine or merge the address data and the text document to either print the letters or send them by email." -msgstr "" +msgid "To create a form letter, you need a text document that contains fields for address data, and an address database. Then you combine or merge the address data and the text document to either print the letters or send them by e-mail." +msgstr "Щоб створити стандартний лист, потрібний текстовий документ, що містить поля для адресних даних, і база даних адрес. Після цього скомбінуйте адресні дані і текстовий документ і можете друкувати листи або відправляти їх електронною поштою." -#. DYaLA +#. QUj9H #: form_letters_main.xhp msgctxt "" "form_letters_main.xhp\n" "par_id0805200801132382\n" "help.text" -msgid "If the document is in HTML format, any embedded or linked images will not be sent with the email." -msgstr "" +msgid "If the document is in HTML format, any embedded or linked images will not be sent with the e-mail." +msgstr "Якщо документ має формат HTML, вбудовані або зв'язані зображення не будуть надіслані з електронним листом." #. AZu9p #: form_letters_main.xhp @@ -16232,7 +16232,7 @@ msgctxt "" "par_id3149835\n" "help.text" msgid "When you insert or delete cells, rows or columns in a table, the <item type=\"menuitem\">Behavior of rows/columns</item> options determine how the neighboring elements are affected. For example, you can only insert new rows and columns into a table with fixed row and column dimensions if space permits." -msgstr "При вставці та видалення комірок, рядків або стовпців у таблиці поведінка сусідніх елементів визначається за допомогою параметрів <item type=\"menuitem\">Поведінка рядків/стовпчиків</item>. Наприклад, у таблиці з фіксованим розміром рядків і стовпчиків додавати нові рядки та стовпчики можна тільки при наявності достатнього вільного місця." +msgstr "При вставці та видаленні комірок, рядків або стовпців у таблиці поведінка сусідніх елементів визначається за допомогою параметрів <item type=\"menuitem\">Поведінка рядків/стовпчиків</item>. Наприклад, у таблиці з фіксованим розміром рядків і стовпчиків додавати нові рядки та стовпчики можна тільки при наявності достатнього вільного місця." #. 36Kit #: tablemode.xhp @@ -17042,7 +17042,7 @@ msgctxt "" "tit\n" "help.text" msgid "Inserting, Editing, and Linking Frames" -msgstr "" +msgstr "Вставка, редагування та зв'язування рамок" #. 5QyBg #: text_frame.xhp @@ -17051,7 +17051,7 @@ msgctxt "" "bm_id3149487\n" "help.text" msgid "<bookmark_value>frames; inserting/editing/linking</bookmark_value> <bookmark_value>editing;frames</bookmark_value> <bookmark_value>inserting;frames</bookmark_value> <bookmark_value>resizing;frames, by mouse</bookmark_value> <bookmark_value>scaling; frames, by mouse</bookmark_value> <bookmark_value>links;frames</bookmark_value> <bookmark_value>text flow; from frame to frame</bookmark_value> <bookmark_value>frames; linking</bookmark_value> <bookmark_value>printing;hiding frames from printing</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>рамки; вставка/редагування/зв'язування</bookmark_value> <bookmark_value>редагування;рамок</bookmark_value> <bookmark_value>вставка;рамок</bookmark_value> <bookmark_value>зміна розміру;рамки, мишею</bookmark_value> <bookmark_value>масштабування; рамок, мишею</bookmark_value> <bookmark_value>зв'язки;рамки</bookmark_value> <bookmark_value>перетікання тексту; з рамки в рамку</bookmark_value> <bookmark_value>рамки; зв'язування</bookmark_value> <bookmark_value>друк;ховання рамок при друці</bookmark_value>" #. XN4cq #: text_frame.xhp @@ -17060,7 +17060,7 @@ msgctxt "" "hd_id3149487\n" "help.text" msgid "<variable id=\"text_frame\"><link href=\"text/swriter/guide/text_frame.xhp\" name=\"Inserting, Editing, and Linking Frames\">Inserting, Editing, and Linking Frames</link></variable>" -msgstr "" +msgstr "<variable id=\"text_frame\"><link href=\"text/swriter/guide/text_frame.xhp\" name=\"Вставка, редагування та зв'язування рамок\">Вставка, редагування та зв'язування рамок</link></variable>" #. JY4Cz #: text_frame.xhp @@ -17069,7 +17069,7 @@ msgctxt "" "par_id3149842\n" "help.text" msgid "A frame is a container for text and graphics that you can place anywhere on a page. You can also use a frame to apply a column layout to text." -msgstr "" +msgstr "Рамка - це ємність для тексту та графіки, яку Ви можете розмістити будь-де на сторінці. Її можна використати також, щоб підлаштувати макет стовпця до тексту." #. WuTkK #: text_frame.xhp @@ -17078,7 +17078,7 @@ msgctxt "" "hd_id3156104\n" "help.text" msgid "To Insert a Frame" -msgstr "" +msgstr "Щоб вставити рамку" #. yqfuF #: text_frame.xhp @@ -17105,7 +17105,7 @@ msgctxt "" "hd_id3145115\n" "help.text" msgid "To Edit a Frame" -msgstr "" +msgstr "Щоб редагувати рамку" #. oPhnC #: text_frame.xhp @@ -17114,7 +17114,7 @@ msgctxt "" "par_id3149578\n" "help.text" msgid "To edit the contents of a frame, click in the frame, and make the changes that you want." -msgstr "" +msgstr "Щоб редагувати вміст рамки, клацніть всередині рамки та виконайте потрібні зміни." #. jjneJ #: text_frame.xhp @@ -17132,7 +17132,7 @@ msgctxt "" "par_id3156261\n" "help.text" msgid "To resize a frame, click an edge of the frame, and drag one of the edges or corners of the frame. Hold down Shift while you drag to maintain the proportion of the frame." -msgstr "" +msgstr "Щоб змінити розмір рамки, клацніть на грані рамки та перетягніть одну з граней або кутів рамки. Утримуйте клавішу Shift під час перетягування, щоб зберегти пропорції рамки." #. buehC #: text_frame.xhp @@ -17150,7 +17150,7 @@ msgctxt "" "par_id3154262\n" "help.text" msgid "Any Writer frame can be set to a mode which allows viewing the text on screen, but hides the text from printing." -msgstr "" +msgstr "Будь-яку рамку програми Writer можна перевести в режим, який дозволяє перегляд тексту на екрані, але ховає текст при друкуванні." #. 2DYo3 #: text_frame.xhp |