update translations for 24.2.0 rc3

and force-fix errors using pocheck

Change-Id: I016d4038f8ba31d6ad0427eefc057d6d90bb4560
This commit is contained in:
Christian Lohmaier
2024-01-25 15:37:04 +01:00
parent d87db1c95a
commit 7b42317e75
631 changed files with 15659 additions and 33232 deletions

View File

@@ -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: 2023-12-21 13:21+0100\n"
"POT-Creation-Date: 2024-01-22 14:04+0100\n"
"PO-Revision-Date: 2022-01-17 11:38+0000\n"
"Last-Translator: Євген Кондратюк <lachend@gmail.com>\n"
"Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/uk/>\n"
@@ -9214,24 +9214,6 @@ msgctxt ""
msgid "Interpretation"
msgstr ""
#. N2Ybb
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"par_id681701441607725\n"
"help.text"
msgid "NONE"
msgstr ""
#. AGVcL
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"par_id831701441607725\n"
"help.text"
msgid "0"
msgstr ""
#. HKAzv
#: sf_database.xhp
msgctxt ""
@@ -9241,24 +9223,6 @@ msgctxt ""
msgid "Transaction handling is disabled and the database is set to the default auto-commit mode."
msgstr ""
#. m3Ba6
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"par_id681701441607147\n"
"help.text"
msgid "READ_UNCOMMITTED"
msgstr ""
#. F7zmg
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"par_id831701441607208\n"
"help.text"
msgid "1"
msgstr ""
#. aAAV4
#: sf_database.xhp
msgctxt ""
@@ -9277,24 +9241,6 @@ msgctxt ""
msgid "If a row is changed by a transaction, another transaction will be able to read these changes even if they have not been committed."
msgstr ""
#. bwY55
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"par_id681701441607317\n"
"help.text"
msgid "READ_COMMITTED"
msgstr ""
#. WpA5g
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"par_id831701441607714\n"
"help.text"
msgid "2"
msgstr ""
#. uNAxC
#: sf_database.xhp
msgctxt ""
@@ -9313,24 +9259,6 @@ msgctxt ""
msgid "This level prevents that rows with uncommitted changes are read."
msgstr ""
#. VA3sE
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"par_id681701441607209\n"
"help.text"
msgid "REPEATABLE_READ"
msgstr ""
#. t9SuL
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"par_id831701441607103\n"
"help.text"
msgid "4"
msgstr ""
#. Bpi2d
#: sf_database.xhp
msgctxt ""
@@ -9349,24 +9277,6 @@ msgctxt ""
msgid "Besides preventing uncommitted data from being read, it also prevents that two read operations in the same transaction return different results."
msgstr ""
#. 6EXCL
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"par_id681701441607060\n"
"help.text"
msgid "SERIALIZABLE"
msgstr ""
#. DYyES
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"par_id831701441607688\n"
"help.text"
msgid "8"
msgstr ""
#. Yxxsv
#: sf_database.xhp
msgctxt ""
@@ -11068,24 +10978,6 @@ msgctxt ""
msgid "<emph>fieldname</emph>: The name of the field to be returned, as a case-sensitive string."
msgstr ""
#. 9DEBy
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"bas_id191701180036057\n"
"help.text"
msgid "currId = oDataset.GetValue(FieldName := \"ID\")"
msgstr ""
#. Km78M
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"pyc_id221701180366903\n"
"help.text"
msgid "curr_id = dataset.GetValue(fieldname = \"ID\")"
msgstr ""
#. pDNd8
#: sf_dataset.xhp
msgctxt ""
@@ -11221,15 +11113,6 @@ msgctxt ""
msgid "new_data = {\"Name\": \"John\", \"Age\": 30, \"City\": \"Chicago\"}"
msgstr ""
#. tEtaE
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"pyc_id651701260820486\n"
"help.text"
msgid "new_id = dataset.Insert(new_data)"
msgstr ""
#. PL6Tb
#: sf_dataset.xhp
msgctxt ""
@@ -11284,24 +11167,6 @@ msgctxt ""
msgid "Deleted records are ignored by this method."
msgstr ""
#. pHTs8
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"bas_id191701180876057\n"
"help.text"
msgid "oDataset.MoveFirst()"
msgstr ""
#. 5E5mc
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"pyc_id221701180096903\n"
"help.text"
msgid "dataset.MoveFirst()"
msgstr ""
#. YFTHA
#: sf_dataset.xhp
msgctxt ""
@@ -11338,42 +11203,6 @@ msgctxt ""
msgid "<emph>offset</emph>: The number of records by which the cursor shall be moved forward or backwards. This argument may be a negative value (Default = 1)."
msgstr ""
#. TBpEB
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"bas_id191701180036941\n"
"help.text"
msgid "oDataset.MoveNext()"
msgstr ""
#. sAtoz
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"bas_id951701262692898\n"
"help.text"
msgid "oDataset.MoveNext(5)"
msgstr ""
#. vASBX
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"pyc_id221701180366885\n"
"help.text"
msgid "dataset.MoveNext()"
msgstr ""
#. ovQ9A
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"pyc_id601701262720188\n"
"help.text"
msgid "dataset.MoveNext(5)"
msgstr ""
#. gfYEg
#: sf_dataset.xhp
msgctxt ""
@@ -11419,15 +11248,6 @@ msgctxt ""
msgid "<emph>orderby</emph>: Specifies the ordering of the dataset as a SQL <literal>ORDER BY</literal> statement without the \"ORDER BY\" keyword. If this argument is not specified, then the sorting order used in the current dataset is applied, otherwise the current sorting order is replaced by this argument."
msgstr ""
#. D4cHf
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"bas_id191701180036128\n"
"help.text"
msgid "oDataset.Reload()"
msgstr ""
#. xAG6h
#: sf_dataset.xhp
msgctxt ""
@@ -11437,22 +11257,13 @@ msgctxt ""
msgid "oDataset.Reload(Filter := \"[Name] = 'John'\", OrderBy := \"Age\")"
msgstr ""
#. NK5Zg
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"pyc_id221701180367255\n"
"help.text"
msgid "dataset.Reload()"
msgstr ""
#. VxECB
#. Eu6EA
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"pyc_id601701262720097\n"
"help.text"
msgid "dataset.Reload(Filter = \"[Name] = 'John'\", OrderBy = \"Age\""
msgid "dataset.Reload(Filter = \"[Name] = 'John'\", OrderBy = \"Age\")"
msgstr ""
#. AQgTY
@@ -11491,15 +11302,6 @@ msgctxt ""
msgid "The example below updates the current record using a <literal>Dictionary</literal>."
msgstr ""
#. 9XyJf
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"bas_id617012650175222\n"
"help.text"
msgid "oNewValues = CreateScriptService(\"Dictionary\")"
msgstr ""
#. qjYTQ
#: sf_dataset.xhp
msgctxt ""
@@ -11518,15 +11320,6 @@ msgctxt ""
msgid "oNewValues.Add(\"City\", \"New York\")"
msgstr ""
#. FTLwr
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"bas_id401701265027933\n"
"help.text"
msgid "oDataset.Update(oNewValues)"
msgstr ""
#. ioYcY
#: sf_dataset.xhp
msgctxt ""
@@ -11554,15 +11347,6 @@ msgctxt ""
msgid "new_values = {\"Age\": 51, \"City\": \"New York\"}"
msgstr ""
#. sPdJv
#: sf_dataset.xhp
msgctxt ""
"sf_dataset.xhp\n"
"pyc_id601701262720082\n"
"help.text"
msgid "dataset.Update(new_values)"
msgstr ""
#. oWPDV
#: sf_dataset.xhp
msgctxt ""
@@ -25405,15 +25189,6 @@ msgctxt ""
msgid "In this case, set the environment variable <literal>PYTHONPATH</literal> as follows before starting the Python interpreter:"
msgstr ""
#. 9BRx3
#: sf_intro.xhp
msgctxt ""
"sf_intro.xhp\n"
"par_id601689720825610\n"
"help.text"
msgid "<input>export PYTHONPATH=/usr/lib/libreoffice/program:/usr/lib/python3/dist-packages</input>"
msgstr ""
#. UDLem
#: sf_intro.xhp
msgctxt ""

View File

@@ -4,7 +4,7 @@ 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: 2023-05-22 12:01+0200\n"
"PO-Revision-Date: 2022-02-08 18:39+0000\n"
"PO-Revision-Date: 2024-01-21 09:45+0000\n"
"Last-Translator: Євген Кондратюк <lachend@gmail.com>\n"
"Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc05/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: LibreOffice\n"
"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1555622116.000000\n"
#. Cxzki
@@ -32,7 +32,7 @@ msgctxt ""
"hd_id3146797\n"
"help.text"
msgid "<link href=\"text/scalc/05/02140000.xhp\">Error Codes in %PRODUCTNAME Calc</link>"
msgstr ""
msgstr "<link href=\"text/scalc/05/02140000.xhp\">Коди помилок у %PRODUCTNAME Calc</link>"
#. 2M4JF
#: 02140000.xhp
@@ -41,7 +41,7 @@ msgctxt ""
"par_id3150275\n"
"help.text"
msgid "The following table is an overview of the error messages for %PRODUCTNAME Calc. If the error occurs in the cell that contains the cursor, the error message is displayed on the <emph>Status Bar</emph>."
msgstr ""
msgstr "Подана таблиця описує повідомлення про помилки у %PRODUCTNAME Calc. Якщо помилка виникає в комірці, яка містить курсор, відображається повідомлення про помилку у <emph>Рядку стану</emph>."
#. XULDU
#: 02140000.xhp
@@ -50,7 +50,7 @@ msgctxt ""
"bm_id0202201010205429\n"
"help.text"
msgid "<bookmark_value>### error message</bookmark_value><bookmark_value>invalid references; error messages</bookmark_value><bookmark_value>error messages;invalid references</bookmark_value><bookmark_value>invalid names; error messages</bookmark_value><bookmark_value>#REF error message</bookmark_value><bookmark_value>#N/A error message</bookmark_value><bookmark_value>#NAME error message</bookmark_value><bookmark_value>error codes;list of</bookmark_value>"
msgstr ""
msgstr "<bookmark_value>### повідомлення про помилку</bookmark_value><bookmark_value>хибні посилання; помилки</bookmark_value><bookmark_value>повідомлення про помилки;недійсні посилання</bookmark_value><bookmark_value>хибні назви; повідомлення про помилки</bookmark_value><bookmark_value>#REF повідомлення про помилку</bookmark_value><bookmark_value>#N/A повідомлення про помилку</bookmark_value><bookmark_value>#NAME повідомлення про помилку</bookmark_value><bookmark_value>коди помилок; список</bookmark_value>"
#. xVUPK
#: 02140000.xhp
@@ -122,7 +122,7 @@ msgctxt ""
"par_id591682523247670\n"
"help.text"
msgid "#N/A"
msgstr ""
msgstr "#N/A"
#. r9aHy
#: 02140000.xhp
@@ -131,7 +131,7 @@ msgctxt ""
"par_id491682523247671\n"
"help.text"
msgid "Not Available"
msgstr ""
msgstr "Недоступно"
#. UvAGV
#: 02140000.xhp
@@ -140,7 +140,7 @@ msgctxt ""
"par_id211682523247672\n"
"help.text"
msgid "A result for the formula expression is not available."
msgstr ""
msgstr "Результат формульного виразу недоступний."
#. ApVjg
#: 02140000.xhp

View File

@@ -4,7 +4,7 @@ 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: 2023-10-02 11:34+0200\n"
"PO-Revision-Date: 2023-03-17 07:32+0000\n"
"PO-Revision-Date: 2024-01-21 09:45+0000\n"
"Last-Translator: Євген Кондратюк <lachend@gmail.com>\n"
"Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/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: LibreOffice\n"
"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1558376376.000000\n"
#. dHbww
@@ -293,7 +293,7 @@ msgctxt ""
"hd_id671683306520960\n"
"help.text"
msgid "Line Color"
msgstr ""
msgstr "Колір лінії"
#. mb9UG
#: main0210.xhp
@@ -302,7 +302,7 @@ msgctxt ""
"par_id301683306696915\n"
"help.text"
msgid "Sets the <link href=\"text/shared/01/quickcolorselector.xhp\">line color</link> of the selected object."
msgstr ""
msgstr "Задає <link href=\"text/shared/01/quickcolorselector.xhp\">колір лінії</link> вибраного об'єкта."
#. t9MQS
#: main0210.xhp
@@ -311,7 +311,7 @@ msgctxt ""
"hd_id361683306526098\n"
"help.text"
msgid "Fill Color"
msgstr ""
msgstr "Заливка кольором"
#. GoGiJ
#: main0210.xhp
@@ -320,7 +320,7 @@ msgctxt ""
"par_id701683306692312\n"
"help.text"
msgid "Sets the <link href=\"text/shared/01/quickcolorselector.xhp\">area color</link> of the selected object."
msgstr ""
msgstr "Задає <link href=\"text/shared/01/quickcolorselector.xhp\">колір поверхні</link> вибраного об'єкта."
#. APoZ6
#: main0210.xhp
@@ -815,7 +815,7 @@ msgctxt ""
"hd_id3153913\n"
"help.text"
msgid "<link href=\"text/sdraw/01/insert_layer.xhp\">Layer</link>"
msgstr ""
msgstr "<link href=\"text/sdraw/01/insert_layer.xhp\">Шар</link>"
#. 9RWyM
#: main_insert.xhp

View File

@@ -4,7 +4,7 @@ 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: 2023-04-19 12:24+0200\n"
"PO-Revision-Date: 2021-12-09 18:38+0000\n"
"PO-Revision-Date: 2024-01-24 09:45+0000\n"
"Last-Translator: Євген Кондратюк <lachend@gmail.com>\n"
"Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textshared05/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: LibreOffice\n"
"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1560361825.000000\n"
#. WPTtk
@@ -779,7 +779,7 @@ msgctxt ""
"par_id3153910\n"
"help.text"
msgid "<emph>Tips</emph> are also displayed for some elements in a document, such as hyperlinks, fields, and index entries."
msgstr ""
msgstr "<emph>Поради</emph> також з'являються біля деяких елементів у документі, таких як гіперпосилання, поля та покажчики."
#. uGgBR
#: 00000120.xhp
@@ -1085,7 +1085,7 @@ msgctxt ""
"par_id3145314\n"
"help.text"
msgid "Use the <emph>Add to Bookmarks</emph> icon to set a <link href=\"text/shared/00/00000005.xhp#bookmark\">bookmark</link> for the current page shown in the Help."
msgstr ""
msgstr "Використовуйте піктограму <emph>Додати в закладки</emph>, щоб додати <link href=\"text/shared/00/00000005.xhp#bookmark\">закладку</link> для поточної сторінки Довідки."
#. UK7NF
#: 00000150.xhp
@@ -1751,7 +1751,7 @@ msgctxt ""
"par_idN10939\n"
"help.text"
msgid "Open the Search tool in your web browser, which is usually accessible using the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>+F</emph> shortcut."
msgstr ""
msgstr "Відкрийте інструмент \"Пошук\" у вашому веб-браузері, який зазвичай доступний за допомогою сполучень клавіш <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>+F</emph>."
#. TFYKC
#: new_help.xhp

View File

@@ -4,8 +4,8 @@ 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: 2023-12-04 15:06+0100\n"
"PO-Revision-Date: 2023-11-18 09:45+0000\n"
"Last-Translator: Olexandr Pylypchuk <lxlalexlxl@ukr.net>\n"
"PO-Revision-Date: 2024-01-24 09:45+0000\n"
"Last-Translator: Євген Кондратюк <lachend@gmail.com>\n"
"Language-Team: Ukrainian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress01/uk/>\n"
"Language: uk\n"
"MIME-Version: 1.0\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: LibreOffice\n"
"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1560361968.000000\n"
#. mu9aV
@@ -32,7 +32,7 @@ msgctxt ""
"bm_id3153728\n"
"help.text"
msgid "<bookmark_value>Presentation JPEG export</bookmark_value> <bookmark_value>Drawing JPEG export</bookmark_value>"
msgstr ""
msgstr "<bookmark_value>Експорт Презентації JPEG</bookmark_value> <bookmark_value>Експорт в Рисунок JPEG</bookmark_value>"
#. YFAxC
#: 01170000.xhp
@@ -509,7 +509,7 @@ msgctxt ""
"hd_id3148868\n"
"help.text"
msgid "<variable id=\"Duplicateh1\"><link href=\"text/simpress/01/02120000.xhp\">Duplicate</link></variable>"
msgstr ""
msgstr "<variable id=\"Duplicateh1\"><link href=\"text/simpress/01/02120000.xhp\">Дублювати</link></variable>"
#. CHEMW
#: 02120000.xhp
@@ -554,7 +554,7 @@ msgctxt ""
"par_id3150534\n"
"help.text"
msgid "<image id=\"img_id3157870\" src=\"res/sc10350.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157870\">Icon Values</alt></image>"
msgstr ""
msgstr "<image id=\"img_id3157870\" src=\"res/sc10350.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157870\">Піктограма Значення</alt></image>"
#. QpWWC
#: 02120000.xhp
@@ -2228,7 +2228,7 @@ msgctxt ""
"hd_id3145800\n"
"help.text"
msgid "<variable id=\"insersnappointh1\"><link href=\"text/simpress/01/04030000.xhp\">Snap Point/Line</link></variable>"
msgstr ""
msgstr "<variable id=\"insersnappointh1\"><link href=\"text/simpress/01/04030000.xhp\">Точка/лінія прив'язки</link></variable>"
#. YTzoX
#: 04030000.xhp
@@ -2462,7 +2462,7 @@ msgctxt ""
"bm_id3149020\n"
"help.text"
msgid "<bookmark_value>guides; editing</bookmark_value><bookmark_value>snap guides and point;editing</bookmark_value><bookmark_value>editing; guides and snap points</bookmark_value>"
msgstr ""
msgstr "<bookmark_value>напрямні; редагування</bookmark_value><bookmark_value>точки та лінії прив'язки; зміна</bookmark_value><bookmark_value>редагування; напрямних та точок прив'язки</bookmark_value>"
#. mr3uG
#: 04030100.xhp
@@ -2471,7 +2471,7 @@ msgctxt ""
"hd_id3149020\n"
"help.text"
msgid "<variable id=\"EditSnapLinePointh1\"><link href=\"text/simpress/01/04030100.xhp\">Edit Snap Line / Point</link></variable>"
msgstr ""
msgstr "<variable id=\"EditSnapLinePointh1\"><link href=\"text/simpress/01/04030100.xhp\">Зміна лінії / точки прив'язки</link></variable>"
#. MiDpq
#: 04030100.xhp
@@ -3308,7 +3308,7 @@ msgctxt ""
"par_id3154253\n"
"help.text"
msgid "<image id=\"img_id3156382\" src=\"cmd/lc_presentation.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156382\">Icon Presentation Styles</alt></image>"
msgstr ""
msgstr "<image id=\"img_id3156382\" src=\"cmd/lc_presentation.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156382\">Піктограма Стилі презентацій</alt></image>"
#. FX2fC
#: 05100000.xhp
@@ -3344,7 +3344,7 @@ msgctxt ""
"par_id3145587\n"
"help.text"
msgid "<image id=\"img_id3150370\" src=\"cmd/lc_objectcatalog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150370\">Icon Graphic Styles</alt></image>"
msgstr ""
msgstr "<image id=\"img_id3150370\" src=\"cmd/lc_objectcatalog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150370\">Піктограма Графічні стилі</alt></image>"
#. CVtXt
#: 05100000.xhp
@@ -3380,7 +3380,7 @@ msgctxt ""
"par_id3156020\n"
"help.text"
msgid "<image id=\"img_id3153246\" src=\"cmd/lc_backgroundcolor.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153246\">Icon Fill format mode</alt></image>"
msgstr ""
msgstr "<image id=\"img_id3153246\" src=\"cmd/lc_backgroundcolor.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153246\">Піктограма Стильова заливка </alt></image>"
#. Nafq7
#: 05100000.xhp
@@ -3416,7 +3416,7 @@ msgctxt ""
"par_id3147297\n"
"help.text"
msgid "<image id=\"img_id3151390\" src=\"cmd/lc_stylenewbyexample.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151390\">Icon New Style from selection</alt></image>"
msgstr ""
msgstr "<image id=\"img_id3151390\" src=\"cmd/lc_stylenewbyexample.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151390\">Піктограма Новий стиль із виділеного</alt></image>"
#. xeuEr
#: 05100000.xhp
@@ -3452,7 +3452,7 @@ msgctxt ""
"par_id3149888\n"
"help.text"
msgid "<image id=\"img_id3146878\" src=\"cmd/lc_styleupdatebyexample.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146878\">Icon Update Style</alt></image>"
msgstr ""
msgstr "<image id=\"img_id3146878\" src=\"cmd/lc_styleupdatebyexample.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146878\">Піктограма Оновити стиль</alt></image>"
#. FuMK5
#: 05100000.xhp
@@ -3470,7 +3470,7 @@ msgctxt ""
"hd_id3153936\n"
"help.text"
msgid "Style List / Style Groups / Context menu: New / Edit Style / Hide"
msgstr ""
msgstr "Список стилів / Групи стилів / Контекстне меню: Нове / Змінити стиль / Приховати"
#. eo3sy
#: 05100000.xhp
@@ -3821,7 +3821,7 @@ msgctxt ""
"par_id3154658\n"
"help.text"
msgid "A Dimension Line is always inserted on the <link href=\"text/sdraw/guide/layer_tipps.xhp\">layer</link> called <emph>Dimension Lines</emph>. If you set that layer to invisible, you will not see any Dimension Line in your drawing."
msgstr ""
msgstr "Розмірна лінія завжди присутня на <link href=\"text/sdraw/guide/layer_tipps.xhp\">шарі</link> під назвою <emph>Розмірні лінії</emph>. Якщо Ви зробите цей шар невидимим, Ви не побачите жодних розмірних ліній на рисунку."
#. hZjxh
#: 05150000.xhp
@@ -4217,7 +4217,7 @@ msgctxt ""
"hd_id291634825392062\n"
"help.text"
msgid "Line spacing"
msgstr ""
msgstr "Інтервал між рядками"
#. t5Pe9
#: 05170000.xhp
@@ -4316,7 +4316,7 @@ msgctxt ""
"par_id3159205\n"
"help.text"
msgid "<ahelp hid=\".uno:NewRouting\">Resets the line skew values to the default.</ahelp> (This command is only accessible through the <link href=\"text/shared/00/00000005.xhp#contextmenu\">context menu</link>)."
msgstr ""
msgstr "<ahelp hid=\".uno:NewRouting\">Скидає значення нахилу рядка до типових значень.</ahelp> (Ця команда доступна лише через <link href=\"text/shared/00/00000005.xhp#contextmenu\">контекстне меню</link>)."
#. JLBKm
#: 05250000.xhp
@@ -4442,7 +4442,7 @@ msgctxt ""
"par_id3150345\n"
"help.text"
msgid "<variable id=\"all\">Arranging objects affects the stacking order of all objects in your document.</variable>"
msgstr ""
msgstr "<variable id=\"all\">Упорядкування об'єктів впливає на порядок розташування всіх об'єктів у документі.</variable>"
#. 72UXD
#: 05250700.xhp
@@ -5666,7 +5666,7 @@ msgctxt ""
"hd_id3153246\n"
"help.text"
msgid "<link href=\"text/simpress/01/06070000.xhp\">Interaction</link>"
msgstr ""
msgstr "<link href=\"text/simpress/01/06070000.xhp\">Взаємодія</link>"
#. fFHEt
#: 06070000.xhp