update translations for 5.2.0 beta1
and force-fix errors using pocheck Change-Id: I9dac678a4e705f255463e6ba3b127f423e82fd65
This commit is contained in:
@@ -3,18 +3,18 @@ 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: 2016-04-16 21:40+0200\n"
|
||||
"PO-Revision-Date: 2016-04-12 23:13+0000\n"
|
||||
"Last-Translator: system user <>\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 14:09+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: Pootle 2.7\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-POOTLE-MTIME: 1460502836.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462198181.000000\n"
|
||||
|
||||
#: 00000002.xhp
|
||||
msgctxt ""
|
||||
@@ -18589,16 +18589,16 @@ msgctxt ""
|
||||
"03080301.xhp\n"
|
||||
"hd_id3150616\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize Statement [Runtime]\">Randomize Statement [Runtime]</link>"
|
||||
msgstr "<link href=\"text/sbasic/shared/03080301.xhp\" name=\"Інструкція Randomize [Runtime]\">Інструкція Randomize [Runtime]</link>"
|
||||
msgid "<variable id=\"heading_randomize\"><link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize Statement [Runtime]\">Randomize Statement [Runtime]</link></variable>"
|
||||
msgstr ""
|
||||
|
||||
#: 03080301.xhp
|
||||
msgctxt ""
|
||||
"03080301.xhp\n"
|
||||
"par_id3145090\n"
|
||||
"help.text"
|
||||
msgid "Initializes the random-number generator."
|
||||
msgstr "Ініціалізує генератор випадкових чисел."
|
||||
msgid "Initializes the random-number generator used by the <emph>Rnd</emph> function."
|
||||
msgstr ""
|
||||
|
||||
#: 03080301.xhp
|
||||
msgctxt ""
|
||||
@@ -18629,8 +18629,24 @@ msgctxt ""
|
||||
"03080301.xhp\n"
|
||||
"par_id3149670\n"
|
||||
"help.text"
|
||||
msgid "<emph>Number:</emph> Any integer value that initializes the random-number generator."
|
||||
msgstr "<emph>Число:</emph> будь-яке ціле число для започаткування генератора випадкових чисел."
|
||||
msgid "<emph>Number:</emph> Any integer value. Used as seed to initialize the random-number generator. Equal seeds result in equal random-number sequences by the <emph>Rnd</emph> function. If the parameter is omitted, the <emph>Randomize</emph> statement will be ignored."
|
||||
msgstr ""
|
||||
|
||||
#: 03080301.xhp
|
||||
msgctxt ""
|
||||
"03080301.xhp\n"
|
||||
"par_id110520161656428611\n"
|
||||
"help.text"
|
||||
msgid "Unless a predictable sequence of numbers is desired, there is no need to use the <emph>Randomize</emph> statement, as the random-number generator will be initialized automatically at first use – it will be seeded using a system-provided random-number generator that produces uniformly-distributed, non-deterministic random numbers. If no such generator is available on the system, the system time will be used as seed."
|
||||
msgstr ""
|
||||
|
||||
#: 03080301.xhp
|
||||
msgctxt ""
|
||||
"03080301.xhp\n"
|
||||
"par_id12052016194258344\n"
|
||||
"help.text"
|
||||
msgid "The <emph>Randomize</emph> statement affects BASIC's <emph>Rnd</emph> function only. Other random-number generators (for example the Calc's RAND() function, etc.) are not affected by it."
|
||||
msgstr ""
|
||||
|
||||
#: 03080301.xhp
|
||||
msgctxt ""
|
||||
@@ -18641,11 +18657,12 @@ msgid "Example:"
|
||||
msgstr "Приклад:"
|
||||
|
||||
#: 03080301.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"03080301.xhp\n"
|
||||
"par_id3147288\n"
|
||||
"help.text"
|
||||
msgid "iVar = Int((10 * Rnd) ) ' Range from 0 To 9"
|
||||
msgid "iVar = Int(10 * Rnd) ' Range from 0 to 9"
|
||||
msgstr "iVar = Int((10 * Rnd) ) ' Діапазон від 0 до 9"
|
||||
|
||||
#: 03080301.xhp
|
||||
@@ -18677,8 +18694,8 @@ msgctxt ""
|
||||
"03080302.xhp\n"
|
||||
"hd_id3148685\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Function [Runtime]\">Rnd Function [Runtime]</link>"
|
||||
msgstr "<link href=\"text/sbasic/shared/03080302.xhp\" name=\"Функція Rnd [час виконання]\">Функція Rnd [час виконання]</link>"
|
||||
msgid "<variable id=\"heading_rnd\"><link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Function [Runtime]\">Rnd Function [Runtime]</link></variable>"
|
||||
msgstr ""
|
||||
|
||||
#: 03080302.xhp
|
||||
msgctxt ""
|
||||
@@ -18733,24 +18750,16 @@ msgctxt ""
|
||||
"03080302.xhp\n"
|
||||
"par_id3125864\n"
|
||||
"help.text"
|
||||
msgid "<emph>Expression:</emph> Any numeric expression."
|
||||
msgstr "<emph>Вираз:</emph> будь-який числовий вираз."
|
||||
|
||||
#: 03080302.xhp
|
||||
msgctxt ""
|
||||
"03080302.xhp\n"
|
||||
"par_id3155306\n"
|
||||
"help.text"
|
||||
msgid "<emph>Omitted:</emph> Returns the next random number in the sequence."
|
||||
msgstr "<emph>Пропущено:</emph> функція повертає наступне випадкове число у послідовності."
|
||||
msgid "<emph>Expression:</emph> Has no effect, is ignored if provided."
|
||||
msgstr ""
|
||||
|
||||
#: 03080302.xhp
|
||||
msgctxt ""
|
||||
"03080302.xhp\n"
|
||||
"par_id3147318\n"
|
||||
"help.text"
|
||||
msgid "The <emph>Rnd</emph> function only returns values ranging from 0 to 1. To generate random integers in a given range, use the formula in the following example:"
|
||||
msgstr "Функція <emph>Rnd</emph> повертає значення від 0 до 1. Щоб генерувати випадкові цілі числа в обраному діапазоні, використовуйте формулу в такому прикладі:"
|
||||
msgid "The <emph>Rnd</emph> function returns decimal fractions ranging from 0 (included) to 1 (excluded) according to a uniform distribution. It uses the Mersenne Twister 19937 random-number generator. To generate random integers in a given range, use a formula like in the example below. A <emph>Randomize</emph> statement with a defined seed value can be used beforehand, if a predictable sequence of numbers is desired."
|
||||
msgstr ""
|
||||
|
||||
#: 03080302.xhp
|
||||
msgctxt ""
|
||||
@@ -19448,14 +19457,6 @@ msgctxt ""
|
||||
msgid "Sgn returns -1."
|
||||
msgstr "Sgn повертає -1."
|
||||
|
||||
#: 03080701.xhp
|
||||
msgctxt ""
|
||||
"03080701.xhp\n"
|
||||
"par_id3145271\n"
|
||||
"help.text"
|
||||
msgid "0"
|
||||
msgstr "0"
|
||||
|
||||
#: 03080701.xhp
|
||||
msgctxt ""
|
||||
"03080701.xhp\n"
|
||||
@@ -27499,14 +27500,6 @@ msgctxt ""
|
||||
msgid "Boolean"
|
||||
msgstr "Boolean"
|
||||
|
||||
#: 03103600.xhp
|
||||
msgctxt ""
|
||||
"03103600.xhp\n"
|
||||
"par_id3153367\n"
|
||||
"help.text"
|
||||
msgid "11"
|
||||
msgstr "11"
|
||||
|
||||
#: 03103600.xhp
|
||||
msgctxt ""
|
||||
"03103600.xhp\n"
|
||||
@@ -27523,14 +27516,6 @@ msgctxt ""
|
||||
msgid "Date"
|
||||
msgstr "Дата"
|
||||
|
||||
#: 03103600.xhp
|
||||
msgctxt ""
|
||||
"03103600.xhp\n"
|
||||
"par_id3153363\n"
|
||||
"help.text"
|
||||
msgid "7"
|
||||
msgstr "7"
|
||||
|
||||
#: 03103600.xhp
|
||||
msgctxt ""
|
||||
"03103600.xhp\n"
|
||||
@@ -27547,14 +27532,6 @@ msgctxt ""
|
||||
msgid "Double"
|
||||
msgstr "Double"
|
||||
|
||||
#: 03103600.xhp
|
||||
msgctxt ""
|
||||
"03103600.xhp\n"
|
||||
"par_id3150486\n"
|
||||
"help.text"
|
||||
msgid "5"
|
||||
msgstr "5"
|
||||
|
||||
#: 03103600.xhp
|
||||
msgctxt ""
|
||||
"03103600.xhp\n"
|
||||
@@ -27571,14 +27548,6 @@ msgctxt ""
|
||||
msgid "Integer"
|
||||
msgstr "Ціле число"
|
||||
|
||||
#: 03103600.xhp
|
||||
msgctxt ""
|
||||
"03103600.xhp\n"
|
||||
"par_id3145647\n"
|
||||
"help.text"
|
||||
msgid "2"
|
||||
msgstr "2"
|
||||
|
||||
#: 03103600.xhp
|
||||
msgctxt ""
|
||||
"03103600.xhp\n"
|
||||
@@ -27595,14 +27564,6 @@ msgctxt ""
|
||||
msgid "Long"
|
||||
msgstr "Long"
|
||||
|
||||
#: 03103600.xhp
|
||||
msgctxt ""
|
||||
"03103600.xhp\n"
|
||||
"par_id3154513\n"
|
||||
"help.text"
|
||||
msgid "3"
|
||||
msgstr "3"
|
||||
|
||||
#: 03103600.xhp
|
||||
msgctxt ""
|
||||
"03103600.xhp\n"
|
||||
@@ -27619,14 +27580,6 @@ msgctxt ""
|
||||
msgid "Object"
|
||||
msgstr "Object"
|
||||
|
||||
#: 03103600.xhp
|
||||
msgctxt ""
|
||||
"03103600.xhp\n"
|
||||
"par_id3154482\n"
|
||||
"help.text"
|
||||
msgid "9"
|
||||
msgstr "9"
|
||||
|
||||
#: 03103600.xhp
|
||||
msgctxt ""
|
||||
"03103600.xhp\n"
|
||||
@@ -27643,14 +27596,6 @@ msgctxt ""
|
||||
msgid "Single"
|
||||
msgstr "Single"
|
||||
|
||||
#: 03103600.xhp
|
||||
msgctxt ""
|
||||
"03103600.xhp\n"
|
||||
"par_id3149020\n"
|
||||
"help.text"
|
||||
msgid "4"
|
||||
msgstr "4"
|
||||
|
||||
#: 03103600.xhp
|
||||
msgctxt ""
|
||||
"03103600.xhp\n"
|
||||
@@ -27667,14 +27612,6 @@ msgctxt ""
|
||||
msgid "String"
|
||||
msgstr "Рядок"
|
||||
|
||||
#: 03103600.xhp
|
||||
msgctxt ""
|
||||
"03103600.xhp\n"
|
||||
"par_id3155960\n"
|
||||
"help.text"
|
||||
msgid "8"
|
||||
msgstr "8"
|
||||
|
||||
#: 03103600.xhp
|
||||
msgctxt ""
|
||||
"03103600.xhp\n"
|
||||
@@ -27691,14 +27628,6 @@ msgctxt ""
|
||||
msgid "Variant"
|
||||
msgstr "Variant"
|
||||
|
||||
#: 03103600.xhp
|
||||
msgctxt ""
|
||||
"03103600.xhp\n"
|
||||
"par_id3154021\n"
|
||||
"help.text"
|
||||
msgid "12"
|
||||
msgstr "12"
|
||||
|
||||
#: 03103600.xhp
|
||||
msgctxt ""
|
||||
"03103600.xhp\n"
|
||||
@@ -27715,14 +27644,6 @@ msgctxt ""
|
||||
msgid "Empty"
|
||||
msgstr "Порожній"
|
||||
|
||||
#: 03103600.xhp
|
||||
msgctxt ""
|
||||
"03103600.xhp\n"
|
||||
"par_id3152584\n"
|
||||
"help.text"
|
||||
msgid "0"
|
||||
msgstr "0"
|
||||
|
||||
#: 03103600.xhp
|
||||
msgctxt ""
|
||||
"03103600.xhp\n"
|
||||
@@ -27739,14 +27660,6 @@ msgctxt ""
|
||||
msgid "Null"
|
||||
msgstr "Null"
|
||||
|
||||
#: 03103600.xhp
|
||||
msgctxt ""
|
||||
"03103600.xhp\n"
|
||||
"par_id3166424\n"
|
||||
"help.text"
|
||||
msgid "1"
|
||||
msgstr "1"
|
||||
|
||||
#: 03103600.xhp
|
||||
msgctxt ""
|
||||
"03103600.xhp\n"
|
||||
@@ -32720,14 +32633,6 @@ msgctxt ""
|
||||
msgid "Optional integer expression that specifies the style of the window that the program is executed in. The following values are possible:"
|
||||
msgstr "Необов'язковий рядковий вираз, що визначає стиль вікна, в якому виконується програма. Можливі такі значення:"
|
||||
|
||||
#: 03130500.xhp
|
||||
msgctxt ""
|
||||
"03130500.xhp\n"
|
||||
"par_id3148663\n"
|
||||
"help.text"
|
||||
msgid "0"
|
||||
msgstr "0"
|
||||
|
||||
#: 03130500.xhp
|
||||
msgctxt ""
|
||||
"03130500.xhp\n"
|
||||
@@ -32736,14 +32641,6 @@ msgctxt ""
|
||||
msgid "The focus is on the hidden program window."
|
||||
msgstr "Фокус на прихованому вікні програми."
|
||||
|
||||
#: 03130500.xhp
|
||||
msgctxt ""
|
||||
"03130500.xhp\n"
|
||||
"par_id3154123\n"
|
||||
"help.text"
|
||||
msgid "1"
|
||||
msgstr "1"
|
||||
|
||||
#: 03130500.xhp
|
||||
msgctxt ""
|
||||
"03130500.xhp\n"
|
||||
@@ -32752,14 +32649,6 @@ msgctxt ""
|
||||
msgid "The focus is on the program window in standard size."
|
||||
msgstr "Фокус на вікні програми стандартного розміру."
|
||||
|
||||
#: 03130500.xhp
|
||||
msgctxt ""
|
||||
"03130500.xhp\n"
|
||||
"par_id3156422\n"
|
||||
"help.text"
|
||||
msgid "2"
|
||||
msgstr "2"
|
||||
|
||||
#: 03130500.xhp
|
||||
msgctxt ""
|
||||
"03130500.xhp\n"
|
||||
@@ -32768,14 +32657,6 @@ msgctxt ""
|
||||
msgid "The focus is on the minimized program window."
|
||||
msgstr "Фокус на згорнутому вікні програми."
|
||||
|
||||
#: 03130500.xhp
|
||||
msgctxt ""
|
||||
"03130500.xhp\n"
|
||||
"par_id3149561\n"
|
||||
"help.text"
|
||||
msgid "3"
|
||||
msgstr "3"
|
||||
|
||||
#: 03130500.xhp
|
||||
msgctxt ""
|
||||
"03130500.xhp\n"
|
||||
@@ -32784,14 +32665,6 @@ msgctxt ""
|
||||
msgid "focus is on the maximized program window."
|
||||
msgstr "Фокус на розгорнутому вікні програми."
|
||||
|
||||
#: 03130500.xhp
|
||||
msgctxt ""
|
||||
"03130500.xhp\n"
|
||||
"par_id3149481\n"
|
||||
"help.text"
|
||||
msgid "4"
|
||||
msgstr "4"
|
||||
|
||||
#: 03130500.xhp
|
||||
msgctxt ""
|
||||
"03130500.xhp\n"
|
||||
@@ -32800,14 +32673,6 @@ msgctxt ""
|
||||
msgid "Standard size program window, without focus."
|
||||
msgstr "Вікно програми стандартного розміру без фокусування."
|
||||
|
||||
#: 03130500.xhp
|
||||
msgctxt ""
|
||||
"03130500.xhp\n"
|
||||
"par_id3145271\n"
|
||||
"help.text"
|
||||
msgid "6"
|
||||
msgstr "6"
|
||||
|
||||
#: 03130500.xhp
|
||||
msgctxt ""
|
||||
"03130500.xhp\n"
|
||||
@@ -32816,14 +32681,6 @@ msgctxt ""
|
||||
msgid "Minimized program window, focus remains on the active window."
|
||||
msgstr "Згорнуте вікно програми, фокус залишається на активному вікні."
|
||||
|
||||
#: 03130500.xhp
|
||||
msgctxt ""
|
||||
"03130500.xhp\n"
|
||||
"par_id3146119\n"
|
||||
"help.text"
|
||||
msgid "10"
|
||||
msgstr "10"
|
||||
|
||||
#: 03130500.xhp
|
||||
msgctxt ""
|
||||
"03130500.xhp\n"
|
||||
|
||||
@@ -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: 2016-04-16 21:40+0200\n"
|
||||
"PO-Revision-Date: 2016-03-10 12:08+0000\n"
|
||||
"PO-Revision-Date: 2016-05-19 22:18+0000\n"
|
||||
"Last-Translator: Olexandr Pylypchuk <pilipchukap@rambler.ru>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: uk\n"
|
||||
@@ -12,9 +12,9 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: Pootle 2.7\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-POOTLE-MTIME: 1457611732.000000\n"
|
||||
"X-Generator: Pootle 2.7\n"
|
||||
"X-POOTLE-MTIME: 1463696294.000000\n"
|
||||
|
||||
#: main0000.xhp
|
||||
msgctxt ""
|
||||
@@ -208,13 +208,12 @@ msgid "<ahelp hid=\".\">Displays the normal layout view of the sheet.</ahelp>"
|
||||
msgstr "<ahelp hid=\".\">Звичайний вигляд аркуша таблиці.</ahelp>"
|
||||
|
||||
#: main0103.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"main0103.xhp\n"
|
||||
"hd_id102720151109097115\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/scalc/01/03100000.xhp\">Page Break</link>"
|
||||
msgstr "<link href=\"text/shared/01/03100000.xhp\">Розрив сторінки</link>"
|
||||
msgstr "<link href=\"text/scalc/01/03100000.xhp\">Розрив сторінки</link>"
|
||||
|
||||
#: main0103.xhp
|
||||
msgctxt ""
|
||||
|
||||
@@ -3,18 +3,18 @@ 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: 2016-04-16 21:40+0200\n"
|
||||
"PO-Revision-Date: 2016-04-13 10:19+0000\n"
|
||||
"Last-Translator: Андрій Бандура <andriykopanytsia@gmail.com>\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
|
||||
"PO-Revision-Date: 2016-05-19 22:16+0000\n"
|
||||
"Last-Translator: Olexandr Pylypchuk <pilipchukap@rambler.ru>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: Pootle 2.7\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-POOTLE-MTIME: 1460542747.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1463696193.000000\n"
|
||||
|
||||
#: 00000004.xhp
|
||||
msgctxt ""
|
||||
@@ -367,7 +367,7 @@ msgctxt ""
|
||||
"7\n"
|
||||
"help.text"
|
||||
msgid "Insert Cells Down"
|
||||
msgstr "Вставити комірки внизу"
|
||||
msgstr "Вставити комірки зі зсувом вниз"
|
||||
|
||||
#: 00000404.xhp
|
||||
msgctxt ""
|
||||
@@ -384,7 +384,7 @@ msgctxt ""
|
||||
"8\n"
|
||||
"help.text"
|
||||
msgid "Insert Cells Right"
|
||||
msgstr "Вставити комірки праворуч"
|
||||
msgstr "Вставити комірки зі зсувом вправо"
|
||||
|
||||
#: 00000404.xhp
|
||||
msgctxt ""
|
||||
@@ -1151,12 +1151,12 @@ msgid "F9"
|
||||
msgstr "F9"
|
||||
|
||||
#: 00000406.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000406.xhp\n"
|
||||
"par_id3150941\n"
|
||||
"19\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"exatmb\">Choose <emph>Tools - Cell Contents - AutoCalculate</emph></variable>"
|
||||
msgid "<variable id=\"exatmb\">Choose <emph>Data - Calculate - AutoCalculate</emph></variable>"
|
||||
msgstr "<variable id=\"exatmb\">Виберіть команду <emph>Засоби - Вміст комірки - Обчислити автоматично</emph></variable>"
|
||||
|
||||
#: 00000406.xhp
|
||||
@@ -1244,12 +1244,12 @@ msgid "<variable id=\"dbrba\">Choose <emph>Data - Select Range</emph></variable>
|
||||
msgstr "<variable id=\"dbrba\">Виберіть <emph>Дані - Вибрати діапазон</emph></variable>"
|
||||
|
||||
#: 00000412.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000412.xhp\n"
|
||||
"par_id3150443\n"
|
||||
"5\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"dnsrt\">Choose <emph>Data - Sort</emph></variable>"
|
||||
msgid "<variable id=\"dnsrt\">Choose <emph>Data - Sort...</emph></variable>"
|
||||
msgstr "<variable id=\"dnsrt\">Виберіть <emph>Дані - Сортування</emph></variable>"
|
||||
|
||||
#: 00000412.xhp
|
||||
@@ -1323,12 +1323,12 @@ msgid "<variable id=\"dnftr\">Choose <emph>Data - Filter</emph></variable>"
|
||||
msgstr "<variable id=\"dnftr\">Виберіть <emph>Дані - Фільтр</emph></variable>"
|
||||
|
||||
#: 00000412.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000412.xhp\n"
|
||||
"par_id3148646\n"
|
||||
"12\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Data - Filter - AutoFilter</emph>"
|
||||
msgid "Choose <emph>Data - AutoFilter</emph>"
|
||||
msgstr "Виберіть <emph>Дані - Фільтр - Автофільтр</emph>"
|
||||
|
||||
#: 00000412.xhp
|
||||
@@ -1358,37 +1358,39 @@ msgid "AutoFilter"
|
||||
msgstr "Автофільтр"
|
||||
|
||||
#: 00000412.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000412.xhp\n"
|
||||
"par_id3156278\n"
|
||||
"17\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"dnfspz\">Choose <emph>Data - Filter - Advanced Filter</emph></variable>"
|
||||
msgid "<variable id=\"dnfspz\">Choose <emph>Data - More Filters - Advanced Filter...</emph></variable>"
|
||||
msgstr "<variable id=\"dnfspz\">Виберіть <emph>Дані - Фільтр - Розширений фільтр</emph></variable>"
|
||||
|
||||
#: 00000412.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000412.xhp\n"
|
||||
"par_id3153764\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Data - Filter - Standard Filter - Options</emph> label"
|
||||
msgid "Choose <emph>Data - More Filters - Standard Filter... - Options</emph> label"
|
||||
msgstr "Клацніть кнопку <emph>Дані - Фільтр - Стандартний фільтр - Параметри</emph>"
|
||||
|
||||
#: 00000412.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000412.xhp\n"
|
||||
"par_id3155444\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Data - Filter - Advanced Filter - Options</emph> label"
|
||||
msgid "Choose <emph>Data - More Filters - Advanced Filter... - Options</emph> label"
|
||||
msgstr "Клацніть кнопку <emph>Дані - Фільтр - Розширений фільтр - Параметри</emph>"
|
||||
|
||||
#: 00000412.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000412.xhp\n"
|
||||
"par_id3156382\n"
|
||||
"20\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Data - Filter - Reset Filter</emph>"
|
||||
msgid "Choose <emph>Data - More Filters - Reset Filter</emph>"
|
||||
msgstr "Оберіть <emph>Дані - Фільтр - Очистити фільтр</emph>"
|
||||
|
||||
#: 00000412.xhp
|
||||
@@ -1418,12 +1420,12 @@ msgid "Reset Filter/Sort"
|
||||
msgstr "Очистити фільтр/сортування"
|
||||
|
||||
#: 00000412.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000412.xhp\n"
|
||||
"par_id3152778\n"
|
||||
"21\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"dnaftas\">Choose <emph>Data - Filter - Hide AutoFilter</emph></variable>"
|
||||
msgid "<variable id=\"dnaftas\">Choose <emph>Data - More Filter - Hide AutoFilter</emph></variable>"
|
||||
msgstr "<variable id=\"dnaftas\">Виберіть <emph>Дані - Фільтр - Сховати автофільтр</emph></variable>"
|
||||
|
||||
#: 00000412.xhp
|
||||
|
||||
@@ -3,18 +3,18 @@ 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: 2016-04-16 21:40+0200\n"
|
||||
"PO-Revision-Date: 2016-04-14 20:52+0000\n"
|
||||
"Last-Translator: Olexandr Pylypchuk <pilipchukap@rambler.ru>\n"
|
||||
"POT-Creation-Date: 2016-05-23 22:09+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 14:09+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: Pootle 2.7\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-POOTLE-MTIME: 1460667167.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462198195.000000\n"
|
||||
|
||||
#: 01120000.xhp
|
||||
msgctxt ""
|
||||
@@ -2624,12 +2624,13 @@ msgid "Column Break"
|
||||
msgstr "Розрив колонки"
|
||||
|
||||
#: 02190200.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"02190200.xhp\n"
|
||||
"bm_id3151384\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>spreadsheets;deleting column breaks</bookmark_value><bookmark_value>deleting;manual column breaks</bookmark_value><bookmark_value>column breaks;deleting</bookmark_value>"
|
||||
msgstr ""
|
||||
msgstr "<bookmark_value>електронні таблиці; видалення</bookmark_value><bookmark_value>аркуші; видалення</bookmark_value><bookmark_value>видалення; електронні таблиці</bookmark_value>"
|
||||
|
||||
#: 02190200.xhp
|
||||
msgctxt ""
|
||||
@@ -2951,12 +2952,13 @@ msgid "Manual Break"
|
||||
msgstr ""
|
||||
|
||||
#: 04010000.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"04010000.xhp\n"
|
||||
"bm_id3153192\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>spreadsheets; inserting breaks in</bookmark_value><bookmark_value>inserting; breaks</bookmark_value><bookmark_value>page breaks; inserting in spreadsheets</bookmark_value>"
|
||||
msgstr ""
|
||||
msgstr "<bookmark_value>електронні таблиці; видалення</bookmark_value><bookmark_value>аркуші; видалення</bookmark_value><bookmark_value>видалення; електронні таблиці</bookmark_value>"
|
||||
|
||||
#: 04010000.xhp
|
||||
msgctxt ""
|
||||
@@ -3272,12 +3274,13 @@ msgid "Insert Columns"
|
||||
msgstr ""
|
||||
|
||||
#: 04040000.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"04040000.xhp\n"
|
||||
"bm_id3155628\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>spreadsheets; inserting columns</bookmark_value> <bookmark_value>inserting; columns</bookmark_value> <bookmark_value>columns; inserting</bookmark_value>"
|
||||
msgstr ""
|
||||
msgstr "<bookmark_value>електронні таблиці; видалення</bookmark_value><bookmark_value>аркуші; видалення</bookmark_value><bookmark_value>видалення; електронні таблиці</bookmark_value>"
|
||||
|
||||
#: 04040000.xhp
|
||||
msgctxt ""
|
||||
@@ -4197,9 +4200,8 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3145173\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"datenbanktext\">This section deals with functions used with data organized as one row of data for one record. </variable>"
|
||||
msgid "<variable id=\"datenbanktext\">This section deals with functions used with data organized as one row of data for one record.</variable>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
@@ -4337,15 +4339,6 @@ msgctxt ""
|
||||
msgid "<item type=\"input\">Weight</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3153816\n"
|
||||
"15\n"
|
||||
"help.text"
|
||||
msgid "2"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
@@ -4355,51 +4348,6 @@ msgctxt ""
|
||||
msgid "<item type=\"input\">Andy</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3156016\n"
|
||||
"17\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">3</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3145073\n"
|
||||
"18\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">9</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3154956\n"
|
||||
"19\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">150</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3153976\n"
|
||||
"20\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">40</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3150894\n"
|
||||
"21\n"
|
||||
"help.text"
|
||||
msgid "3"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
@@ -4409,51 +4357,6 @@ msgctxt ""
|
||||
msgid "<item type=\"input\">Betty</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3149692\n"
|
||||
"23\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">4</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3154652\n"
|
||||
"24\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">10</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3149381\n"
|
||||
"25\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">1000</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3153812\n"
|
||||
"26\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">42</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3146965\n"
|
||||
"27\n"
|
||||
"help.text"
|
||||
msgid "4"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
@@ -4463,51 +4366,6 @@ msgctxt ""
|
||||
msgid "<item type=\"input\">Charles</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3147244\n"
|
||||
"29\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">3</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3149871\n"
|
||||
"30\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">10</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3155752\n"
|
||||
"31\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">300</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3149052\n"
|
||||
"32\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">51</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3146097\n"
|
||||
"33\n"
|
||||
"help.text"
|
||||
msgid "5"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
@@ -4517,51 +4375,6 @@ msgctxt ""
|
||||
msgid "<item type=\"input\">Daniel</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3150393\n"
|
||||
"35\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">5</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3145236\n"
|
||||
"36\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">11</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3150534\n"
|
||||
"37\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">1200</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3150375\n"
|
||||
"38\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">48</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3159121\n"
|
||||
"39\n"
|
||||
"help.text"
|
||||
msgid "6"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
@@ -4571,51 +4384,6 @@ msgctxt ""
|
||||
msgid "<item type=\"input\">Eva</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3146886\n"
|
||||
"41\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">2</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3149945\n"
|
||||
"42\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">8</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3157904\n"
|
||||
"43\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">650</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3149352\n"
|
||||
"44\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">33</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3150028\n"
|
||||
"45\n"
|
||||
"help.text"
|
||||
msgid "7"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
@@ -4625,51 +4393,6 @@ msgctxt ""
|
||||
msgid "<item type=\"input\">Frank</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3150743\n"
|
||||
"47\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">2</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3154844\n"
|
||||
"48\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">7</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3148435\n"
|
||||
"49\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">300</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3148882\n"
|
||||
"50\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">42</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3150140\n"
|
||||
"51\n"
|
||||
"help.text"
|
||||
msgid "8"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
@@ -4679,51 +4402,6 @@ msgctxt ""
|
||||
msgid "<item type=\"input\">Greta</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3148739\n"
|
||||
"53\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">1</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3148583\n"
|
||||
"54\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">7</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3154556\n"
|
||||
"55\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">200</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3155255\n"
|
||||
"56\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">36</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3145141\n"
|
||||
"57\n"
|
||||
"help.text"
|
||||
msgid "9"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
@@ -4733,51 +4411,6 @@ msgctxt ""
|
||||
msgid "<item type=\"input\">Harry</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3149955\n"
|
||||
"59\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">3</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3150005\n"
|
||||
"60\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">9</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3155951\n"
|
||||
"61\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">1200</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3145169\n"
|
||||
"62\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">44</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3153571\n"
|
||||
"63\n"
|
||||
"help.text"
|
||||
msgid "10"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
@@ -4787,69 +4420,6 @@ msgctxt ""
|
||||
msgid "<item type=\"input\">Irene</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3149877\n"
|
||||
"65\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">2</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3154327\n"
|
||||
"66\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">8</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3155435\n"
|
||||
"67\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">1000</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3145353\n"
|
||||
"68\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">42</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3150662\n"
|
||||
"69\n"
|
||||
"help.text"
|
||||
msgid "11"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3150568\n"
|
||||
"70\n"
|
||||
"help.text"
|
||||
msgid "12"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3149393\n"
|
||||
"71\n"
|
||||
"help.text"
|
||||
msgid "13"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
@@ -4895,42 +4465,6 @@ msgctxt ""
|
||||
msgid "<item type=\"input\">Weight</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3153920\n"
|
||||
"77\n"
|
||||
"help.text"
|
||||
msgid "14"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3148429\n"
|
||||
"78\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">>600</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3152588\n"
|
||||
"79\n"
|
||||
"help.text"
|
||||
msgid "15"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3083286\n"
|
||||
"80\n"
|
||||
"help.text"
|
||||
msgid "16"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
@@ -4940,15 +4474,6 @@ msgctxt ""
|
||||
msgid "<item type=\"input\">DCOUNT</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
"par_id3145083\n"
|
||||
"82\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">5</item>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
msgctxt ""
|
||||
"04060101.xhp\n"
|
||||
@@ -4991,7 +4516,7 @@ msgctxt ""
|
||||
"par_id3151272\n"
|
||||
"86\n"
|
||||
"help.text"
|
||||
msgid "<emph>DatabaseField</emph> specifies the column where the function operates on after the search criteria of the first parameter is applied and the data rows are selected. It is not related to the search criteria itself. Use the number 0 to specify the whole data range. <variable id=\"quotes\">To reference a column by means of the column header name, place quotation marks around the header name. </variable>"
|
||||
msgid "<emph>DatabaseField</emph> specifies the column where the function operates on after the search criteria of the first parameter is applied and the data rows are selected. It is not related to the search criteria itself. Use the number 0 to specify the whole data range. <variable id=\"quotes\">To reference a column by means of the column header name, place quotation marks around the header name.</variable>"
|
||||
msgstr ""
|
||||
|
||||
#: 04060101.xhp
|
||||
@@ -12542,9 +12067,9 @@ msgstr "Приклади"
|
||||
#: 04060106.xhp
|
||||
msgctxt ""
|
||||
"04060106.xhp\n"
|
||||
"par_id3147240\n"
|
||||
"par_id3147241\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">=COS(PI()/2)</item> returns 0, the cosine of PI/2 radians."
|
||||
msgid "<item type=\"input\">=COS(PI()*2)</item> returns 1, the cosine of 2*PI radians."
|
||||
msgstr ""
|
||||
|
||||
#: 04060106.xhp
|
||||
@@ -53349,7 +52874,7 @@ msgctxt ""
|
||||
"05120000.xhp\n"
|
||||
"par_id2414014\n"
|
||||
"help.text"
|
||||
msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose Tools - Cell Contents - AutoCalculate (you see a check mark next to the command when AutoCalculate is enabled)."
|
||||
msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose <emph>Data - Calculate - AutoCalculate</emph> (you see a check mark next to the command when AutoCalculate is enabled)."
|
||||
msgstr ""
|
||||
|
||||
#: 05120000.xhp
|
||||
@@ -60583,7 +60108,7 @@ msgctxt ""
|
||||
"exponsmooth_embd.xhp\n"
|
||||
"par_id0603201608440579\n"
|
||||
"help.text"
|
||||
msgid "forecast = basevalue + trend * ∆x + periodical_abberation."
|
||||
msgid "forecast = basevalue + trend * ∆x + periodical_aberration."
|
||||
msgstr ""
|
||||
|
||||
#: exponsmooth_embd.xhp
|
||||
@@ -60591,7 +60116,7 @@ msgctxt ""
|
||||
"exponsmooth_embd.xhp\n"
|
||||
"par_id0603201608440675\n"
|
||||
"help.text"
|
||||
msgid "forecast = ( basevalue + trend * ∆x ) * periodical_abberation."
|
||||
msgid "forecast = ( basevalue + trend * ∆x ) * periodical_aberration."
|
||||
msgstr ""
|
||||
|
||||
#: exponsmooth_embd.xhp
|
||||
@@ -63695,7 +63220,7 @@ msgctxt ""
|
||||
"func_forecastetspiadd.xhp\n"
|
||||
"hd_id04032016112394554\n"
|
||||
"help.text"
|
||||
msgid "Returns 18.8061295551355, the the additive prediction interval forecast for January 2014 based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with one sample per period, no missing data, and AVERAGE as aggregation."
|
||||
msgid "Returns 18.8061295551355, the additive prediction interval forecast for January 2014 based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with one sample per period, no missing data, and AVERAGE as aggregation."
|
||||
msgstr ""
|
||||
|
||||
#: func_forecastetspiadd.xhp
|
||||
@@ -63815,7 +63340,7 @@ msgctxt ""
|
||||
"func_forecastetspimult.xhp\n"
|
||||
"hd_id04032016112394554\n"
|
||||
"help.text"
|
||||
msgid "Returns 20.1040952101013, the the multiplicative prediction interval forecast for January 2014 based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with one sample per period, no missing data, and AVERAGE as aggregation."
|
||||
msgid "Returns 20.1040952101013, the multiplicative prediction interval forecast for January 2014 based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with one sample per period, no missing data, and AVERAGE as aggregation."
|
||||
msgstr ""
|
||||
|
||||
#: func_forecastetspimult.xhp
|
||||
@@ -67403,7 +66928,7 @@ msgctxt ""
|
||||
"solver.xhp\n"
|
||||
"bm_id7654652\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>goal seeking;solver</bookmark_value><bookmark_value>what if operations;solver</bookmark_value><bookmark_value>back-solving</bookmark_value><bookmark_value>solver</bookmark_value>"
|
||||
msgid "<bookmark_value>goal seeking;solver</bookmark_value> <bookmark_value>what if operations;solver</bookmark_value> <bookmark_value>back-solving</bookmark_value> <bookmark_value>solver</bookmark_value>"
|
||||
msgstr ""
|
||||
|
||||
#: solver.xhp
|
||||
@@ -67419,7 +66944,7 @@ msgctxt ""
|
||||
"solver.xhp\n"
|
||||
"par_id9210486\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Opens the Solver dialog. A solver allows to solve equations with multiple unknown variables by goal seeking methods.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">Opens the Solver dialog. A solver allows you to solve equations with multiple unknown variables by goal-seeking methods.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: solver.xhp
|
||||
@@ -67611,7 +67136,7 @@ msgctxt ""
|
||||
"solver_options.xhp\n"
|
||||
"par_id6531266\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\" visibility=\"hidden\">If the current entry in the Settings listbox allows to edit a value, you can click the Edit button. A dialog opens where you can change the value.</ahelp>"
|
||||
msgid "<ahelp hid=\".\" visibility=\"hidden\">If the current entry in the Settings listbox allows you to edit a value, you can click the Edit button. A dialog opens where you can change the value.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: solver_options.xhp
|
||||
|
||||
@@ -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: 2015-04-22 23:39+0200\n"
|
||||
"PO-Revision-Date: 2015-09-10 20:41+0000\n"
|
||||
"PO-Revision-Date: 2016-05-19 22:17+0000\n"
|
||||
"Last-Translator: Olexandr Pylypchuk <pilipchukap@rambler.ru>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: uk\n"
|
||||
@@ -12,9 +12,9 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: Pootle 2.7\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-POOTLE-MTIME: 1441917682.000000\n"
|
||||
"X-Generator: Pootle 2.7\n"
|
||||
"X-POOTLE-MTIME: 1463696235.000000\n"
|
||||
|
||||
#: 02130000.xhp
|
||||
msgctxt ""
|
||||
@@ -1056,7 +1056,7 @@ msgctxt ""
|
||||
"7\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Insert Cells Right\">Insert Cells Right</link>"
|
||||
msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Вставити комірки праворуч\">Вставити комірки праворуч</link>"
|
||||
msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Вставити комірки зі зсувом вправо\">Вставити комірки зі зсувом вправо</link>"
|
||||
|
||||
#: 18020000.xhp
|
||||
msgctxt ""
|
||||
|
||||
@@ -3,18 +3,18 @@ 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: 2016-04-16 21:40+0200\n"
|
||||
"PO-Revision-Date: 2016-04-14 13:43+0000\n"
|
||||
"Last-Translator: Андрій Бандура <andriykopanytsia@gmail.com>\n"
|
||||
"POT-Creation-Date: 2016-05-07 21:35+0200\n"
|
||||
"PO-Revision-Date: 2016-04-17 00:04+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: Pootle 2.7\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-POOTLE-MTIME: 1460641429.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1460851446.000000\n"
|
||||
|
||||
#: address_auto.xhp
|
||||
msgctxt ""
|
||||
@@ -2605,11 +2605,12 @@ msgid "Using the menu command <emph>Format - Conditional formatting</emph>, the
|
||||
msgstr "З допомогою команди меню <emph>Формат - Умовне форматування</emph> у діалоговому вікні можна задати умови в комірки, які мають бути задоволені для вибраних комірок, щоб мати певний формат."
|
||||
|
||||
#: cellstyle_conditional.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"cellstyle_conditional.xhp\n"
|
||||
"par_id8039796\n"
|
||||
"help.text"
|
||||
msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose <emph>Tools - Cell Contents - AutoCalculate</emph> (you see a check mark next to the command when AutoCalculate is enabled)."
|
||||
msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose <emph>Data - Calculate - AutoCalculate</emph> (you see a check mark next to the command when AutoCalculate is enabled)."
|
||||
msgstr "Для застосування умовного форматування слід увімкнути параметр \"автоматично обчислювати\". Виберіть <emph>Сервіс - Вміст комірки - Обчислювати автоматично</emph> (при виборі команди \"Обчислювати автоматично\" поруч з командою з'являється галочка)."
|
||||
|
||||
#: cellstyle_conditional.xhp
|
||||
|
||||
@@ -3,18 +3,18 @@ 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: 2016-04-16 21:40+0200\n"
|
||||
"PO-Revision-Date: 2016-04-14 14:07+0000\n"
|
||||
"Last-Translator: Андрій Бандура <andriykopanytsia@gmail.com>\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 14:10+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: Pootle 2.7\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-POOTLE-MTIME: 1460642852.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462198209.000000\n"
|
||||
|
||||
#: 00000001.xhp
|
||||
msgctxt ""
|
||||
@@ -7664,21 +7664,21 @@ msgid "Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <em
|
||||
msgstr ""
|
||||
|
||||
#: 00000403.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000403.xhp\n"
|
||||
"par_id3146806\n"
|
||||
"42\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Hyperlink</emph>"
|
||||
msgstr ""
|
||||
msgstr "Виберіть <emph>Вставка - Малюнок - Сканування</emph>."
|
||||
|
||||
#: 00000403.xhp
|
||||
msgctxt ""
|
||||
"00000403.xhp\n"
|
||||
"par_id3153717\n"
|
||||
"38\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"hypdiamailnews\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Mail & News</emph></variable>"
|
||||
msgid "<variable id=\"hypdiamailnews\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Mail</emph></variable>"
|
||||
msgstr ""
|
||||
|
||||
#: 00000403.xhp
|
||||
@@ -13242,9 +13242,8 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"00040503.xhp\n"
|
||||
"par_id3150823\n"
|
||||
"32\n"
|
||||
"help.text"
|
||||
msgid "Also as <emph>Number Format</emph> dialog for tables and fields in text documents: Choose <emph>Format - Number Format</emph>, or choose <emph>Insert - Fields - More Fields - Variables</emph> tab and select \"Additional formats\" in the <emph>Format</emph> list."
|
||||
msgid "Also as <emph>Number Format</emph> dialog for tables and fields in text documents: Choose <emph>Format - Number Format</emph>, or choose <emph>Insert - Field - More Fields - Variables</emph> tab and select \"Additional formats\" in the <emph>Format</emph> list."
|
||||
msgstr ""
|
||||
|
||||
#: 00040503.xhp
|
||||
|
||||
@@ -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: 2016-04-16 21:40+0200\n"
|
||||
"PO-Revision-Date: 2016-04-17 00:12+0000\n"
|
||||
"POT-Creation-Date: 2016-05-23 22:09+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 14:10+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: uk\n"
|
||||
@@ -13,8 +13,8 @@ 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: Pootle 2.7\n"
|
||||
"X-POOTLE-MTIME: 1460851960.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462198226.000000\n"
|
||||
|
||||
#: 01010000.xhp
|
||||
msgctxt ""
|
||||
@@ -10016,9 +10016,8 @@ msgstr "<link href=\"text/shared/01/02200100.xhp\" name=\"Зміни\">Змін
|
||||
msgctxt ""
|
||||
"02200100.xhp\n"
|
||||
"par_id3150008\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<ahelp visibility=\"visible\" hid=\"\">Lets you edit a selected object in your file that you inserted with the <emph>Insert – Object </emph>command.</ahelp>"
|
||||
msgid "<ahelp visibility=\"visible\" hid=\".\">Lets you edit a selected object in your file that you inserted with the <emph>Insert – Object</emph> command.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: 02200200.xhp
|
||||
@@ -12678,12 +12677,13 @@ msgid "<bookmark_value>zooming;page views</bookmark_value> <bookmark_value>view
|
||||
msgstr ""
|
||||
|
||||
#: 03010000.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"03010000.xhp\n"
|
||||
"hd_id3154682\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/01/03010000.xhp\">Zoom & View Layout</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/01/06010500.xhp\">Мова</link>"
|
||||
|
||||
#: 03010000.xhp
|
||||
msgctxt ""
|
||||
@@ -18675,66 +18675,28 @@ msgid "Specify the spacing between individual characters."
|
||||
msgstr ""
|
||||
|
||||
#: 05020500.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"05020500.xhp\n"
|
||||
"hd_id3125865\n"
|
||||
"19\n"
|
||||
"help.text"
|
||||
msgid "Spacing"
|
||||
msgstr "Інтервал"
|
||||
|
||||
#: 05020500.xhp
|
||||
msgctxt ""
|
||||
"05020500.xhp\n"
|
||||
"par_id3153178\n"
|
||||
"20\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"cui/ui/positionpage/kerninglb\">Specifies the spacing between the characters of the selected text. For expanded or condensed spacing, enter the amount that you want to expand or condense the text in the <emph>by </emph>box.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: 05020500.xhp
|
||||
msgctxt ""
|
||||
"05020500.xhp\n"
|
||||
"par_id3154908\n"
|
||||
"21\n"
|
||||
"help.text"
|
||||
msgid "<emph>Default</emph> - uses the character spacing specified in the font type"
|
||||
msgstr ""
|
||||
|
||||
#: 05020500.xhp
|
||||
msgctxt ""
|
||||
"05020500.xhp\n"
|
||||
"par_id3156543\n"
|
||||
"22\n"
|
||||
"help.text"
|
||||
msgid "<emph>Expanded</emph> - increases the character spacing"
|
||||
msgstr ""
|
||||
|
||||
#: 05020500.xhp
|
||||
msgctxt ""
|
||||
"05020500.xhp\n"
|
||||
"par_id3154297\n"
|
||||
"23\n"
|
||||
"help.text"
|
||||
msgid "<emph>Condensed</emph> - decreases the character spacing"
|
||||
msgstr ""
|
||||
|
||||
#: 05020500.xhp
|
||||
msgctxt ""
|
||||
"05020500.xhp\n"
|
||||
"hd_id3157870\n"
|
||||
"25\n"
|
||||
"help.text"
|
||||
msgid "by"
|
||||
msgstr "поряд"
|
||||
|
||||
#: 05020500.xhp
|
||||
msgctxt ""
|
||||
"05020500.xhp\n"
|
||||
"par_id3146974\n"
|
||||
"26\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"cui/ui/positionpage/kerningsb\">Enter the amount by which you want to expand or condense the character spacing for the selected text.</ahelp>"
|
||||
msgid "<ahelp hid=\"cui/ui/positionpage/kerningsb\">Specifies the spacing between the characters of the selected text. Enter the amount by which you want to expand or condense the text in the spin button.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: 05020500.xhp
|
||||
msgctxt ""
|
||||
"05020500.xhp\n"
|
||||
"par_id3146975\n"
|
||||
"help.text"
|
||||
msgid "To increase the spacing, set a positive value; to reduce it, set a negative value."
|
||||
msgstr ""
|
||||
|
||||
#: 05020500.xhp
|
||||
@@ -18793,9 +18755,8 @@ msgstr "<link href=\"text/shared/01/05020600.xhp\" name=\"Азійська ро
|
||||
msgctxt ""
|
||||
"05020600.xhp\n"
|
||||
"par_id3155351\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"\">Sets the options for double-line writing for Asian languages. Select the characters in your text, and then choose this command.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">Sets the options for double-line writing for Asian languages. Select the characters in your text, and then choose this command.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: 05020600.xhp
|
||||
@@ -21944,9 +21905,8 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"05040300.xhp\n"
|
||||
"par_id3150449\n"
|
||||
"18\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"svx/ui/headfootformatpage/spinMargLeft\">Enter the amount of space to leave between the left edge of the page and the left edge of the header.</ahelp>"
|
||||
msgid "<ahelp hid=\"svx/ui/headfootformatpage/spinMargLeft\">Enter the amount of space to leave between the left page margin and the left edge of the header.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: 05040300.xhp
|
||||
@@ -21962,9 +21922,8 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"05040300.xhp\n"
|
||||
"par_id3157322\n"
|
||||
"20\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"svx/ui/headfootformatpage/spinMargRight\">Enter the amount of space to leave between the right edge of the page and the right edge of the header.</ahelp>"
|
||||
msgid "<ahelp hid=\"svx/ui/headfootformatpage/spinMargRight\">Enter the amount of space to leave between the right page margin and the right edge of the header.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: 05040300.xhp
|
||||
@@ -37796,9 +37755,8 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"06130500.xhp\n"
|
||||
"par_id3155271\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"\">Locate the <item type=\"productname\">%PRODUCTNAME</item> Basic library that you want to add to the current list, and then click Open.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">Locate the <item type=\"productname\">%PRODUCTNAME</item> Basic library that you want to add to the current list, and then click Open.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: 06130500.xhp
|
||||
@@ -43436,23 +43394,22 @@ msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"bm_id3149532\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>PDF;export</bookmark_value> <bookmark_value>portable document format</bookmark_value> <bookmark_value>exporting;to PDF</bookmark_value>"
|
||||
msgid "<bookmark_value>PDF;export</bookmark_value> <bookmark_value>portable document format</bookmark_value> <bookmark_value>exporting;to PDF</bookmark_value>"
|
||||
msgstr ""
|
||||
|
||||
#: ref_pdf_export.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"hd_id3149532\n"
|
||||
"52\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"export_as_pdf\"><variable id=\"ref_pdf_export\"><link href=\"text/shared/01/ref_pdf_export.xhp\" name=\"Export as PDF\">Export as PDF</link></variable></variable>"
|
||||
msgid "<variable id=\"ref_pdf_export\"><link href=\"text/shared/01/ref_pdf_export.xhp\" name=\"Export as PDF\">Export as PDF</link></variable>"
|
||||
msgstr "<variable id=\"export_as_pdf\"><variable id=\"ref_pdf_export\"><link href=\"text/shared/01/ref_pdf_export.xhp\" name=\"Експорт у PDF\">Експорт у PDF</link></variable></variable>"
|
||||
|
||||
#: ref_pdf_export.xhp
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_id3154044\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"export\"><ahelp hid=\"FILTER_EDIT_RID_PDF_EXPORT_DLG_ED_PAGES\">Saves the current file to Portable Document Format (PDF) version 1.4.</ahelp> A PDF file can be viewed and printed on any platform with the original formatting intact, provided that supporting software is installed.</variable>"
|
||||
msgstr "<variable id=\"export\"><ahelp hid=\"FILTER_EDIT_RID_PDF_EXPORT_DLG_ED_PAGES\">Зберігає поточний файл у форматі Portable Document Format (PDF) версії 1.4.</ahelp> Файл PDF можна переглядати і друкувати зі збереженням початкового форматування на будь-якій платформі, на якій встановлено відповідне програмне забезпечення.</variable> "
|
||||
@@ -43469,7 +43426,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"hd_id3148520\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "Range"
|
||||
msgstr ""
|
||||
@@ -43478,7 +43434,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_id3154230\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "Sets the export options for the pages included in the PDF file."
|
||||
msgstr ""
|
||||
@@ -43487,7 +43442,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"hd_id3166445\n"
|
||||
"4\n"
|
||||
"help.text"
|
||||
msgid "All"
|
||||
msgstr "Все"
|
||||
@@ -43496,7 +43450,6 @@ msgstr "Все"
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_id3149893\n"
|
||||
"5\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"filter/ui/pdfgeneralpage/all\">Exports all defined print ranges. If no print range is defined, exports the entire document.</ahelp>"
|
||||
msgstr ""
|
||||
@@ -43505,7 +43458,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"hd_id3154673\n"
|
||||
"6\n"
|
||||
"help.text"
|
||||
msgid "Pages"
|
||||
msgstr "Сторінки"
|
||||
@@ -43514,7 +43466,6 @@ msgstr "Сторінки"
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_id3147571\n"
|
||||
"7\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Exports the pages you type in the box.</ahelp>"
|
||||
msgstr ""
|
||||
@@ -43523,7 +43474,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_id3145136\n"
|
||||
"53\n"
|
||||
"help.text"
|
||||
msgid "To export a range of pages, use the format 3-6. To export single pages, use the format 7;9;11. If you want, you can export a combination of page ranges and single pages, by using a format like 3-6;8;10;12."
|
||||
msgstr ""
|
||||
@@ -43532,7 +43482,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"hd_id3147043\n"
|
||||
"8\n"
|
||||
"help.text"
|
||||
msgid "Selection"
|
||||
msgstr "Розділ"
|
||||
@@ -43541,7 +43490,6 @@ msgstr "Розділ"
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_id3150774\n"
|
||||
"9\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"filter/ui/pdfgeneralpage/selection\">Exports the current selection.</ahelp>"
|
||||
msgstr ""
|
||||
@@ -43751,7 +43699,7 @@ msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_idN207C2\n"
|
||||
"help.text"
|
||||
msgid "To export comments of Writer documents as they are shown in %PRODUCTNAME, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Print</emph> and select the <emph>In margins</emph> option in the <emph>Comments</emph> area. The exported pages will be scaled down and the comments will be placed into their margins."
|
||||
msgid "To export comments of Writer documents as they are shown in %PRODUCTNAME, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Print</emph> and select the <emph>In margins</emph> option in the <emph>Comments</emph> area. The exported pages will be scaled down and the comments will be placed into their margins."
|
||||
msgstr ""
|
||||
|
||||
#: ref_pdf_export.xhp
|
||||
@@ -43815,7 +43763,7 @@ msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_id102620090953596\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Allows to use the same field name for multiple fields in the generated PDF file. If disabled, field names will be exported using generated unique names.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">Allows you to use the same field name for multiple fields in the generated PDF file. If disabled, field names will be exported using generated unique names.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: ref_pdf_export.xhp
|
||||
@@ -43831,7 +43779,7 @@ msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_id8551896\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">If switched on, automatically inserted blank pages are exported to pdf file. This is best if you are printing the pdf file double-sided. Example: In a book a chapter paragraph style is set to always start with an odd numbered page. The previous chapter ends on an odd page. %PRODUCTNAME inserts an even numbered blank page. This option controls whether to export that even numbered page or not.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">If switched on, automatically inserted blank pages are exported to the PDF file. This is best if you are printing the pdf file double-sided. Example: In a book a chapter paragraph style is set to always start with an odd numbered page. If the previous chapter ends on an odd page, %PRODUCTNAME inserts an even numbered blank page. This option controls whether to export that even numbered page or not.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: ref_pdf_export.xhp
|
||||
@@ -44319,7 +44267,7 @@ msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_id4809411\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">The bookmarks (targets of references) in PDF files can be defined as rectangular areas. Additionally, bookmarks to named objects can be defined by their names. Enable the checkbox to export the names of objects in your document as valid bookmark targets. This allows to link to those objects by name from other documents.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">The bookmarks (targets of references) in PDF files can be defined as rectangular areas. Additionally, bookmarks to named objects can be defined by their names. Enable the checkbox to export the names of objects in your document as valid bookmark targets. This allows you to link to those objects by name from other documents.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: ref_pdf_export.xhp
|
||||
@@ -44447,7 +44395,7 @@ msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_id41123951\n"
|
||||
"help.text"
|
||||
msgid "You can enter a password to open the file. You can enter an optional password that allows to edit the document."
|
||||
msgid "You can specify a password needed to view the PDF. You can enter an optional password that allows the person viewing the PDF to edit and/or print the document."
|
||||
msgstr ""
|
||||
|
||||
#: ref_pdf_export.xhp
|
||||
@@ -44663,7 +44611,7 @@ msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_id22107306\n"
|
||||
"help.text"
|
||||
msgid "The key store to be used can be selected under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - Certificate Path</emph>."
|
||||
msgid "The key store to be used can be selected under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - Certificate Path</emph>."
|
||||
msgstr ""
|
||||
|
||||
#: ref_pdf_export.xhp
|
||||
@@ -44807,7 +44755,7 @@ msgctxt ""
|
||||
"ref_pdf_export.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>."
|
||||
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 ""
|
||||
|
||||
#: ref_pdf_export.xhp
|
||||
@@ -44822,7 +44770,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"hd_id3150507\n"
|
||||
"50\n"
|
||||
"help.text"
|
||||
msgid "Export button"
|
||||
msgstr ""
|
||||
@@ -44831,7 +44778,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"ref_pdf_export.xhp\n"
|
||||
"par_id3146975\n"
|
||||
"51\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Exports the current file in PDF format.</ahelp>"
|
||||
msgstr "<ahelp hid=\".\">Експортувати поточний документ у формат PDF.</ahelp>"
|
||||
|
||||
@@ -3,18 +3,18 @@ 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: 2016-04-16 21:40+0200\n"
|
||||
"PO-Revision-Date: 2016-04-05 19:53+0000\n"
|
||||
"Last-Translator: Olexandr Pylypchuk <pilipchukap@rambler.ru>\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 14:10+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: Pootle 2.7\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-POOTLE-MTIME: 1459885993.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462198230.000000\n"
|
||||
|
||||
#: 01110000.xhp
|
||||
msgctxt ""
|
||||
@@ -139,7 +139,7 @@ msgctxt ""
|
||||
"01140000.xhp\n"
|
||||
"par_idN1089D\n"
|
||||
"help.text"
|
||||
msgid "You can show and hide the <emph>Visible Buttons</emph>. Click the arrow at the end of the toolbar to access the <emph>Visible Buttons</emph> command."
|
||||
msgid "You can change which buttons are visible in the toolbars. Right-click a toolbar to access the <emph>Visible Buttons</emph> command."
|
||||
msgstr ""
|
||||
|
||||
#: 01140000.xhp
|
||||
@@ -10323,7 +10323,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"02010000.xhp\n"
|
||||
"hd_id3148520\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/02/02010000.xhp\" name=\"Apply Style\">Apply Style</link>"
|
||||
msgstr "<link href=\"text/shared/02/02010000.xhp\" name=\"Застосувати стиль\">Застосувати стиль</link>"
|
||||
@@ -10332,7 +10331,6 @@ msgstr "<link href=\"text/shared/02/02010000.xhp\" name=\"Застосувати
|
||||
msgctxt ""
|
||||
"02010000.xhp\n"
|
||||
"par_id3155351\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".uno:StyleApply\">Assigns a style to the current paragraph, selected paragraphs, or to a selected object.</ahelp>"
|
||||
msgstr ""
|
||||
@@ -10350,7 +10348,7 @@ msgctxt ""
|
||||
"02010000.xhp\n"
|
||||
"par_idN10631\n"
|
||||
"help.text"
|
||||
msgid "By pressing the Down arrow button on the right of a style name, you show pop-up menu that allows to update style from selection or to edit style."
|
||||
msgid "Clicking on the Down arrow button on the right of a style name shows a pop-up menu that allows you to update the style from the current selection or to edit the style."
|
||||
msgstr ""
|
||||
|
||||
#: 02010000.xhp
|
||||
@@ -10358,14 +10356,13 @@ msgctxt ""
|
||||
"02010000.xhp\n"
|
||||
"par_id3155552\n"
|
||||
"help.text"
|
||||
msgid "<image id=\"img_id3152801\" src=\"res/helpimg/zellvor.png\" width=\"1.0402in\" height=\"0.2098in\" localize=\"true\"><alt id=\"alt_id3152801\">Apply Style</alt></image>"
|
||||
msgid "<image id=\"img_id3152801\" src=\"res/helpimg/zellvor.png\" width=\"2.642cm\" height=\"0.533cm\" localize=\"true\"><alt id=\"alt_id3152801\">Apply Style</alt></image>"
|
||||
msgstr ""
|
||||
|
||||
#: 02010000.xhp
|
||||
msgctxt ""
|
||||
"02010000.xhp\n"
|
||||
"par_id3145345\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "Apply Style"
|
||||
msgstr ""
|
||||
@@ -11898,7 +11895,7 @@ msgctxt ""
|
||||
"07010000.xhp\n"
|
||||
"par_idN108C6\n"
|
||||
"help.text"
|
||||
msgid "Enable Load URL with the Visible Buttons command (click the arrow at the end of the toolbar)."
|
||||
msgid "Enable Load URL with the <emph>Visible Buttons</emph> command (right-click the toolbar)."
|
||||
msgstr ""
|
||||
|
||||
#: 07060000.xhp
|
||||
@@ -12658,17 +12655,18 @@ msgctxt ""
|
||||
"09070200.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Mail & News"
|
||||
msgid "Mail"
|
||||
msgstr ""
|
||||
|
||||
#: 09070200.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"09070200.xhp\n"
|
||||
"hd_id3147102\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/02/09070200.xhp\" name=\"Mail News\">Mail & News</link>"
|
||||
msgstr "<link href=\"text/shared/02/09070200.xhp\" name=\"Пошта та новини\">Пошта та новини</link>"
|
||||
msgid "<link href=\"text/shared/02/09070200.xhp\" name=\"Mail\">Mail</link>"
|
||||
msgstr "<link href=\"text/shared/02/01170203.xhp\" name=\"Дані\">Дані</link>"
|
||||
|
||||
#: 09070200.xhp
|
||||
msgctxt ""
|
||||
@@ -12676,16 +12674,15 @@ msgctxt ""
|
||||
"par_id3153049\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "On the <emph>Mail & News</emph> page in the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> you can edit hyperlinks for e-mail or news addresses."
|
||||
msgid "On the <emph>Mail</emph> page in the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> you can edit hyperlinks for e-mail addresses."
|
||||
msgstr ""
|
||||
|
||||
#: 09070200.xhp
|
||||
msgctxt ""
|
||||
"09070200.xhp\n"
|
||||
"hd_id3153528\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "Mail & News"
|
||||
msgid "Mail"
|
||||
msgstr ""
|
||||
|
||||
#: 09070200.xhp
|
||||
@@ -12706,24 +12703,6 @@ msgctxt ""
|
||||
msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_RB_LINKTYP_MAIL\">Assigns the specified e-mail address 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 ""
|
||||
|
||||
#: 09070200.xhp
|
||||
msgctxt ""
|
||||
"09070200.xhp\n"
|
||||
"hd_id3155628\n"
|
||||
"6\n"
|
||||
"help.text"
|
||||
msgid "News"
|
||||
msgstr "Новини"
|
||||
|
||||
#: 09070200.xhp
|
||||
msgctxt ""
|
||||
"09070200.xhp\n"
|
||||
"par_id3149955\n"
|
||||
"7\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_RB_LINKTYP_NEWS\">Assigns a news address to the hyperlink.</ahelp> Clicking the hyperlink in the document will open a new message document to the news group you entered in the <emph>Recipient</emph> field."
|
||||
msgstr ""
|
||||
|
||||
#: 09070200.xhp
|
||||
msgctxt ""
|
||||
"09070200.xhp\n"
|
||||
|
||||
@@ -3,18 +3,18 @@ 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: 2016-03-09 20:49+0100\n"
|
||||
"PO-Revision-Date: 2016-04-11 20:00+0000\n"
|
||||
"Last-Translator: Olexandr Pylypchuk <pilipchukap@rambler.ru>\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 14:10+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: Pootle 2.7\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-POOTLE-MTIME: 1460404831.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462198236.000000\n"
|
||||
|
||||
#: 01000000.xhp
|
||||
msgctxt ""
|
||||
@@ -1919,13 +1919,14 @@ msgid "<ahelp hid=\".\">Prints out a page on which you can write down the minute
|
||||
msgstr ""
|
||||
|
||||
#: 01040100.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01040100.xhp\n"
|
||||
"par_id3153087\n"
|
||||
"23\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/autopi/01040200.xhp\" name=\"Go to Agenda Wizard - General information\">Go to Agenda Wizard - General information</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01040600.xhp\" name=\"Перейти до помічника порядку денного - Назва та розташування\">Перейти до помічника порядку денного - Назва та розташування</link> "
|
||||
|
||||
#: 01040200.xhp
|
||||
msgctxt ""
|
||||
@@ -1936,13 +1937,14 @@ msgid "Agenda Wizard - General Information"
|
||||
msgstr ""
|
||||
|
||||
#: 01040200.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01040200.xhp\n"
|
||||
"hd_id3150247\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/autopi/01040200.xhp\" name=\"Agenda Wizard - General Information\">Agenda Wizard - General Information</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01040600.xhp\" name=\"Помічник порядку денного - Назва та розташування\">Помічник порядку денного - Назва та розташування</link>"
|
||||
|
||||
#: 01040200.xhp
|
||||
msgctxt ""
|
||||
@@ -2484,12 +2486,13 @@ msgid "<ahelp hid=\".\">Creates and saves the agenda template, then opens the te
|
||||
msgstr ""
|
||||
|
||||
#: 01040600.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01040600.xhp\n"
|
||||
"par_idN105F6\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/autopi/01040000.xhp\" name=\"Go to Agenda Wizard\">Go to Agenda Wizard</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01020000.xhp\" name=\"Перейти до помічника факсів\">Перейти до помічника факсів</link>"
|
||||
|
||||
#: 01050000.xhp
|
||||
msgctxt ""
|
||||
@@ -2617,13 +2620,14 @@ msgid "Presentation Wizard Page 1"
|
||||
msgstr ""
|
||||
|
||||
#: 01050100.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01050100.xhp\n"
|
||||
"hd_id3155320\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/autopi/01050100.xhp\" name=\"Presentation Wizard Page 1\">Presentation Wizard Page 1</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Презентація\">Презентація</link>"
|
||||
|
||||
#: 01050100.xhp
|
||||
msgctxt ""
|
||||
@@ -2804,13 +2808,14 @@ msgid "Presentation Wizard Page 2"
|
||||
msgstr ""
|
||||
|
||||
#: 01050200.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01050200.xhp\n"
|
||||
"hd_id3151100\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/autopi/01050200.xhp\" name=\"Presentation Wizard Page 2\">Presentation Wizard Page 2</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Презентація\">Презентація</link>"
|
||||
|
||||
#: 01050200.xhp
|
||||
msgctxt ""
|
||||
@@ -2939,13 +2944,14 @@ msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/medium2Radiobutton\" vis
|
||||
msgstr ""
|
||||
|
||||
#: 01050200.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01050200.xhp\n"
|
||||
"par_id3155388\n"
|
||||
"12\n"
|
||||
"help.text"
|
||||
msgid "Continue to <link href=\"text/shared/autopi/01050300.xhp\" name=\"Presentation Wizard Page 3\">Presentation Wizard Page 3</link>."
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Презентація\">Презентація</link>"
|
||||
|
||||
#: 01050300.xhp
|
||||
msgctxt ""
|
||||
@@ -2956,13 +2962,14 @@ msgid "Presentation Wizard Page 3"
|
||||
msgstr ""
|
||||
|
||||
#: 01050300.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01050300.xhp\n"
|
||||
"hd_id3153323\n"
|
||||
"21\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/autopi/01050300.xhp\" name=\"Presentation Wizard Page 3\">Presentation Wizard Page 3</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Презентація\">Презентація</link>"
|
||||
|
||||
#: 01050300.xhp
|
||||
msgctxt ""
|
||||
@@ -3153,13 +3160,14 @@ msgid "Presentation Wizard Page 4"
|
||||
msgstr ""
|
||||
|
||||
#: 01050400.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01050400.xhp\n"
|
||||
"hd_id3149119\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/autopi/01050400.xhp\" name=\"Presentation Wizard Page 4\">Presentation Wizard Page 4</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Презентація\">Презентація</link>"
|
||||
|
||||
#: 01050400.xhp
|
||||
msgctxt ""
|
||||
@@ -3234,13 +3242,14 @@ msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/askInformationTextview\"
|
||||
msgstr ""
|
||||
|
||||
#: 01050400.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01050400.xhp\n"
|
||||
"par_id3157909\n"
|
||||
"11\n"
|
||||
"help.text"
|
||||
msgid "Continue to <link href=\"text/shared/autopi/01050500.xhp\" name=\"Presentation Wizard Page 5\">Presentation Wizard Page 5</link>."
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Презентація\">Презентація</link>"
|
||||
|
||||
#: 01050500.xhp
|
||||
msgctxt ""
|
||||
@@ -3251,13 +3260,14 @@ msgid "Presentation Wizard Page 5"
|
||||
msgstr ""
|
||||
|
||||
#: 01050500.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01050500.xhp\n"
|
||||
"hd_id3159224\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/autopi/01050500.xhp\" name=\"Presentation Wizard Page 5\">Presentation Wizard Page 5</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Презентація\">Презентація</link>"
|
||||
|
||||
#: 01050500.xhp
|
||||
msgctxt ""
|
||||
@@ -3305,13 +3315,14 @@ msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/summaryCheckbutton\">Cre
|
||||
msgstr ""
|
||||
|
||||
#: 01050500.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01050500.xhp\n"
|
||||
"par_id3156426\n"
|
||||
"23\n"
|
||||
"help.text"
|
||||
msgid "Return to the <link href=\"text/shared/autopi/01050000.xhp\" name=\"Presentation Wizard\">Presentation Wizard</link> title page."
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01050000.xhp\" name=\"Презентація\">Презентація</link>"
|
||||
|
||||
#: 01090000.xhp
|
||||
msgctxt ""
|
||||
@@ -3566,12 +3577,13 @@ msgid "Form Wizard - Set up a Subform"
|
||||
msgstr ""
|
||||
|
||||
#: 01090200.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01090200.xhp\n"
|
||||
"par_idN10543\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/autopi/01090200.xhp\">Form Wizard - Set up a Subform</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01090600.xhp\">Помічник форм - Задати назву</link>"
|
||||
|
||||
#: 01090200.xhp
|
||||
msgctxt ""
|
||||
@@ -3662,12 +3674,13 @@ msgid "Form Wizard - Add Subform Fields"
|
||||
msgstr ""
|
||||
|
||||
#: 01090210.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01090210.xhp\n"
|
||||
"par_idN10546\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/autopi/01090210.xhp\">Form Wizard - Add Subform Fields</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01090600.xhp\">Помічник форм - Задати назву</link>"
|
||||
|
||||
#: 01090210.xhp
|
||||
msgctxt ""
|
||||
@@ -3726,12 +3739,13 @@ msgid "Form Wizard - Get Joined Fields"
|
||||
msgstr ""
|
||||
|
||||
#: 01090220.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01090220.xhp\n"
|
||||
"par_idN10543\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/autopi/01090220.xhp\">Form Wizard - Get Joined Fields</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01090600.xhp\">Помічник форм - Задати назву</link>"
|
||||
|
||||
#: 01090220.xhp
|
||||
msgctxt ""
|
||||
@@ -3870,12 +3884,13 @@ msgid "<ahelp hid=\".\">Select the main form field that is joined to the subform
|
||||
msgstr ""
|
||||
|
||||
#: 01090220.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01090220.xhp\n"
|
||||
"par_idN105F8\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/autopi/01090300.xhp\" name=\"Form Wizard - Arrange controls\">Form Wizard - Arrange controls</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01090100.xhp\" name=\"Помічник форм - Вибір полів\">Помічник форм - Вибір полів</link>"
|
||||
|
||||
#: 01090300.xhp
|
||||
msgctxt ""
|
||||
@@ -3886,13 +3901,14 @@ msgid "Form Wizard - Arrange Controls"
|
||||
msgstr ""
|
||||
|
||||
#: 01090300.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01090300.xhp\n"
|
||||
"hd_id3163829\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/autopi/01090300.xhp\" name=\"Form Wizard - Arrange Controls\">Form Wizard - Arrange Controls</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01090100.xhp\" name=\"Помічник форм - Вибір полів\">Помічник форм - Вибір полів</link>"
|
||||
|
||||
#: 01090300.xhp
|
||||
msgctxt ""
|
||||
@@ -4102,12 +4118,13 @@ msgid "<ahelp hid=\".\">Arranges the labels above the corresponding data.</ahelp
|
||||
msgstr ""
|
||||
|
||||
#: 01090300.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01090300.xhp\n"
|
||||
"par_idN106F3\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/autopi/01090400.xhp\" name=\"Form Wizard - Set data entry\">Form Wizard - Set data entry</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01090100.xhp\" name=\"Помічник форм - Вибір полів\">Помічник форм - Вибір полів</link>"
|
||||
|
||||
#: 01090400.xhp
|
||||
msgctxt ""
|
||||
@@ -4118,12 +4135,13 @@ msgid "Form Wizard - Set Data Entry"
|
||||
msgstr ""
|
||||
|
||||
#: 01090400.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01090400.xhp\n"
|
||||
"par_idN10543\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/autopi/01090400.xhp\">Form Wizard - Set Data Entry</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01090600.xhp\">Помічник форм - Задати назву</link>"
|
||||
|
||||
#: 01090400.xhp
|
||||
msgctxt ""
|
||||
@@ -4214,12 +4232,13 @@ msgid "<ahelp hid=\".\">Select to disallow adding new data.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: 01090400.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01090400.xhp\n"
|
||||
"par_idN105E4\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/autopi/01090500.xhp\" name=\"Form Wizard - Apply styles\">Form Wizard - Apply styles</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01090100.xhp\" name=\"Помічник форм - Вибір полів\">Помічник форм - Вибір полів</link>"
|
||||
|
||||
#: 01090500.xhp
|
||||
msgctxt ""
|
||||
@@ -4230,12 +4249,13 @@ msgid "Form Wizard - Apply Styles"
|
||||
msgstr ""
|
||||
|
||||
#: 01090500.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01090500.xhp\n"
|
||||
"par_idN10543\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/autopi/01090500.xhp\">Form Wizard - Apply Styles</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01090600.xhp\">Помічник форм - Задати назву</link>"
|
||||
|
||||
#: 01090500.xhp
|
||||
msgctxt ""
|
||||
@@ -4286,12 +4306,13 @@ msgid "No border"
|
||||
msgstr ""
|
||||
|
||||
#: 01090500.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01090500.xhp\n"
|
||||
"par_idN10568\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Specifies that the fields have no border.</ahelp>"
|
||||
msgstr ""
|
||||
msgstr "<ahelp hid=\".\">Вказується стиль краю поля.</ahelp> "
|
||||
|
||||
#: 01090500.xhp
|
||||
msgctxt ""
|
||||
@@ -4302,12 +4323,13 @@ msgid "3D look"
|
||||
msgstr ""
|
||||
|
||||
#: 01090500.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01090500.xhp\n"
|
||||
"par_idN1056F\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Specifies that the field borders have a 3D look.</ahelp>"
|
||||
msgstr ""
|
||||
msgstr "<ahelp hid=\".\">Вказується стиль краю поля.</ahelp> "
|
||||
|
||||
#: 01090500.xhp
|
||||
msgctxt ""
|
||||
@@ -4327,12 +4349,13 @@ msgid "<ahelp hid=\".\">Specifies that the field borders look flat.</ahelp>"
|
||||
msgstr "<ahelp hid=\".\">Вказується стиль краю поля.</ahelp> "
|
||||
|
||||
#: 01090500.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01090500.xhp\n"
|
||||
"par_idN10579\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/autopi/01090600.xhp\" name=\"Form Wizard - Set name\">Form Wizard - Set name</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01090100.xhp\" name=\"Помічник форм - Вибір полів\">Помічник форм - Вибір полів</link>"
|
||||
|
||||
#: 01090600.xhp
|
||||
msgctxt ""
|
||||
@@ -4458,13 +4481,14 @@ msgid "Report Wizard - Field Selection"
|
||||
msgstr ""
|
||||
|
||||
#: 01100100.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01100100.xhp\n"
|
||||
"hd_id3155599\n"
|
||||
"19\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/autopi/01100100.xhp\" name=\"Report Wizard - Field Selection\">Report Wizard - Field Selection</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01090100.xhp\" name=\"Помічник форм - Вибір полів\">Помічник форм - Вибір полів</link>"
|
||||
|
||||
#: 01100100.xhp
|
||||
msgctxt ""
|
||||
@@ -4619,13 +4643,14 @@ msgid "Report Wizard - Labeling Fields"
|
||||
msgstr ""
|
||||
|
||||
#: 01100150.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01100150.xhp\n"
|
||||
"hd_id3144415\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/autopi/01100150.xhp\" name=\"Report Wizard - Labeling Fields\">Report Wizard - Labeling Fields</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01100200.xhp\" name=\"Помічник звітів - Групування\">Помічник звітів - Групування</link>"
|
||||
|
||||
#: 01100150.xhp
|
||||
msgctxt ""
|
||||
@@ -4655,13 +4680,14 @@ msgid "<ahelp hid=\"HID_DLGREPORT_6_TXTTITLE_6\">Displays the names of the field
|
||||
msgstr ""
|
||||
|
||||
#: 01100150.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01100150.xhp\n"
|
||||
"par_id3153748\n"
|
||||
"5\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/autopi/01100200.xhp\" name=\"More about Report Wizard - Grouping\">More about Report Wizard - Grouping</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01100200.xhp\" name=\"Помічник звітів - Групування\">Помічник звітів - Групування</link>"
|
||||
|
||||
#: 01100200.xhp
|
||||
msgctxt ""
|
||||
@@ -4779,13 +4805,14 @@ msgid "Report Wizard - Sort Options"
|
||||
msgstr ""
|
||||
|
||||
#: 01100300.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01100300.xhp\n"
|
||||
"hd_id3148668\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/autopi/01100300.xhp\" name=\"Report Wizard - Sort Options\">Report Wizard - Sort Options</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01100200.xhp\" name=\"Помічник звітів - Групування\">Помічник звітів - Групування</link>"
|
||||
|
||||
#: 01100300.xhp
|
||||
msgctxt ""
|
||||
@@ -4886,21 +4913,21 @@ msgid "Report Wizard - Choose Layout"
|
||||
msgstr ""
|
||||
|
||||
#: 01100400.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01100400.xhp\n"
|
||||
"hd_id3148668\n"
|
||||
"7\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/autopi/01100400.xhp\" name=\"Report Wizard - Choose Layout\">Report Wizard - Choose Layout</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01100200.xhp\" name=\"Помічник звітів - Групування\">Помічник звітів - Групування</link>"
|
||||
|
||||
#: 01100400.xhp
|
||||
msgctxt ""
|
||||
"01100400.xhp\n"
|
||||
"par_id3154894\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"\">Choose the layout from different templates and styles, and choose landscape or portrait page orientation.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">Choose the layout from different templates and styles, and choose landscape or portrait page orientation.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: 01100400.xhp
|
||||
@@ -5011,13 +5038,14 @@ msgid "Report Wizard - Create Report"
|
||||
msgstr ""
|
||||
|
||||
#: 01100500.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01100500.xhp\n"
|
||||
"hd_id3156211\n"
|
||||
"11\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/autopi/01100500.xhp\" name=\"Report Wizard - Create Report\">Report Wizard - Create Report</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/autopi/01100200.xhp\" name=\"Помічник звітів - Групування\">Помічник звітів - Групування</link>"
|
||||
|
||||
#: 01100500.xhp
|
||||
msgctxt ""
|
||||
@@ -8541,9 +8569,8 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"01170500.xhp\n"
|
||||
"par_id3143284\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"\">Opens a dialog that allows you to specify the field assignment.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">Opens a dialog that allows you to specify the field assignment.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: 01170500.xhp
|
||||
|
||||
@@ -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: 2016-03-09 20:49+0100\n"
|
||||
"PO-Revision-Date: 2016-04-17 00:12+0000\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 14:10+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: uk\n"
|
||||
@@ -13,8 +13,8 @@ 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: Pootle 2.7\n"
|
||||
"X-POOTLE-MTIME: 1460851960.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462198245.000000\n"
|
||||
|
||||
#: 02000000.xhp
|
||||
msgctxt ""
|
||||
@@ -5472,9 +5472,8 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"05040200.xhp\n"
|
||||
"par_id3154422\n"
|
||||
"4\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"\">Displays the description for the selected table.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">Displays the description for the selected table.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: 11000002.xhp
|
||||
@@ -5568,9 +5567,8 @@ msgstr "<link href=\"text/shared/explorer/database/11020000.xhp\" name=\"ODBC\">
|
||||
msgctxt ""
|
||||
"11020000.xhp\n"
|
||||
"par_id3150499\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"\">Specifies the settings for <link href=\"text/shared/00/00000005.xhp#odbc\" name=\"ODBC\">ODBC</link> databases. This includes your user access data, driver settings, and font definitions.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">Specifies the settings for <link href=\"text/shared/00/00000005.xhp#odbc\" name=\"ODBC\">ODBC</link> databases. This includes your user access data, driver settings, and font definitions.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: 11020000.xhp
|
||||
@@ -5810,9 +5808,8 @@ msgstr "<link href=\"text/shared/explorer/database/11030000.xhp\" name=\"dBase\"
|
||||
msgctxt ""
|
||||
"11030000.xhp\n"
|
||||
"par_id3147088\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"\">Specify the settings for a dBASE database.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">Specify the settings for a dBASE database.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: 11030000.xhp
|
||||
@@ -8514,12 +8511,13 @@ msgid "<link href=\"text/shared/explorer/database/dabawiz02text.xhp\">Set up tex
|
||||
msgstr "<link href=\"text/shared/explorer/database/dabawiz02text.xhp\">Налаштування підключення до текстових файлів</link>"
|
||||
|
||||
#: dabawiz00.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"dabawiz00.xhp\n"
|
||||
"par_idN10601\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/explorer/database/dabawiz02access.xhp\">Set up Microsoft Access connection</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/explorer/database/dabawiz02text.xhp\">Налаштування підключення до текстових файлів</link>"
|
||||
|
||||
#: dabawiz00.xhp
|
||||
msgctxt ""
|
||||
@@ -8563,12 +8561,13 @@ msgid "<link href=\"text/shared/explorer/database/dabawiz02jdbc.xhp\">Set up JDB
|
||||
msgstr "<link href=\"text/shared/explorer/database/dabawiz02jdbc.xhp\">Підключення до JDBC</link>"
|
||||
|
||||
#: dabawiz00.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"dabawiz00.xhp\n"
|
||||
"par_idN1064C\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/explorer/database/dabawiz02oracle.xhp\">Set up Oracle database connection</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/explorer/database/dabawiz02adabas.xhp\">Налаштування підключення до Adabas D</link>"
|
||||
|
||||
#: dabawiz00.xhp
|
||||
msgctxt ""
|
||||
@@ -8587,12 +8586,13 @@ msgid "<link href=\"text/shared/explorer/database/dabawiz02odbc.xhp\">ODBC setti
|
||||
msgstr "<link href=\"text/shared/explorer/database/dabawiz02odbc.xhp\">Параметри ODBC</link>"
|
||||
|
||||
#: dabawiz00.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"dabawiz00.xhp\n"
|
||||
"par_idN10679\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/explorer/database/dabawiz02spreadsheet.xhp\">Set up Spreadsheet connection</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/explorer/database/dabawiz02dbase.xhp\">Налаштування підключення до dBASE</link>"
|
||||
|
||||
#: dabawiz01.xhp
|
||||
msgctxt ""
|
||||
@@ -8788,12 +8788,13 @@ msgid "<link href=\"text/shared/explorer/database/dabawiz02jdbc.xhp\">Set up JDB
|
||||
msgstr "<link href=\"text/shared/explorer/database/dabawiz02jdbc.xhp\">Підключення до JDBC</link>"
|
||||
|
||||
#: dabawiz01.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"dabawiz01.xhp\n"
|
||||
"par_idN10676\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/explorer/database/dabawiz02oracle.xhp\">Set up Oracle database connection</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/explorer/database/dabawiz02adabas.xhp\">Налаштування підключення до Adabas D</link>"
|
||||
|
||||
#: dabawiz01.xhp
|
||||
msgctxt ""
|
||||
@@ -8812,12 +8813,13 @@ msgid "<link href=\"text/shared/explorer/database/dabawiz02odbc.xhp\">ODBC setti
|
||||
msgstr "<link href=\"text/shared/explorer/database/dabawiz02odbc.xhp\">Параметри ODBC</link>"
|
||||
|
||||
#: dabawiz01.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"dabawiz01.xhp\n"
|
||||
"par_idN106A3\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/explorer/database/dabawiz02spreadsheet.xhp\">Set up Spreadsheet connection</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/explorer/database/dabawiz02dbase.xhp\">Налаштування підключення до dBASE</link>"
|
||||
|
||||
#: dabawiz02.xhp
|
||||
msgctxt ""
|
||||
@@ -8856,7 +8858,7 @@ msgctxt ""
|
||||
"dabawiz02.xhp\n"
|
||||
"par_idN105B4\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Select to register the database within your user copy of %PRODUCTNAME. After registering, the database is displayed in the <emph>View - Data Sources</emph> window. You must register a database to be able to insert the database fields in a document (Insert - Fields - More Fields) or in a mail merge.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">Select to register the database within your user copy of %PRODUCTNAME. After registering, the database is displayed in the <emph>View - Data Sources</emph> window. You must register a database to be able to insert the database fields in a document (Insert - Field - More Fields) or in a mail merge.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: dabawiz02.xhp
|
||||
@@ -14133,12 +14135,13 @@ msgid "<ahelp hid=\".\">Displays all fields that will be included in the new tab
|
||||
msgstr ""
|
||||
|
||||
#: tablewizard01.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"tablewizard01.xhp\n"
|
||||
"par_idN105A9\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/explorer/database/tablewizard02.xhp\" name=\"Table Wizard - Set types and formats\">Table Wizard - Set types and formats</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/explorer/database/tablewizard01.xhp\" name=\"Помічник таблиць - Виберіть поля\">Помічник таблиць - Виберіть поля</link>"
|
||||
|
||||
#: tablewizard02.xhp
|
||||
msgctxt ""
|
||||
@@ -14365,12 +14368,13 @@ msgid "For this example, you must enter AUTO_INCREMENT into the Auto-increment s
|
||||
msgstr ""
|
||||
|
||||
#: tablewizard02.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"tablewizard02.xhp\n"
|
||||
"par_idN105A9\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/explorer/database/tablewizard03.xhp\" name=\"Table Wizard - Set primary key\">Table Wizard - Set primary key</link>"
|
||||
msgstr ""
|
||||
msgstr "<link href=\"text/shared/explorer/database/tablewizard04.xhp\" name=\"Помічник таблиць - Створити таблицю\">Помічник таблиць - Створити таблицю</link>"
|
||||
|
||||
#: tablewizard03.xhp
|
||||
msgctxt ""
|
||||
|
||||
@@ -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: 2016-04-16 21:40+0200\n"
|
||||
"POT-Creation-Date: 2016-05-23 22:09+0200\n"
|
||||
"PO-Revision-Date: 2016-04-17 00:06+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\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: Pootle 2.7\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1460851618.000000\n"
|
||||
|
||||
#: aaa_start.xhp
|
||||
@@ -7282,14 +7282,13 @@ msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"bm_id3150616\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>Error Report Tool</bookmark_value> <bookmark_value>reports;error reports</bookmark_value> <bookmark_value>crash reports</bookmark_value> <bookmark_value>activating;Error Report Tool</bookmark_value>"
|
||||
msgid "<bookmark_value>Error Report Tool</bookmark_value> <bookmark_value>reports;error reports</bookmark_value> <bookmark_value>crash reports</bookmark_value> <bookmark_value>activating;Error Report Tool</bookmark_value>"
|
||||
msgstr ""
|
||||
|
||||
#: error_report.xhp
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"hd_id3150616\n"
|
||||
"17\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"error_report\"><link href=\"text/shared/guide/error_report.xhp\" name=\"Error Report Tool\">Error Report Tool</link></variable>"
|
||||
msgstr ""
|
||||
@@ -7298,7 +7297,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"par_id3153345\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "The Error Report Tool starts automatically when a program crash occurs."
|
||||
msgstr ""
|
||||
@@ -7307,7 +7305,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"par_id3147088\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "The Error Report Tool gathers all necessary information that can help the program developers to improve the code, so that in later versions this error can possibly be avoided. Please help us to improve the software and send the generated error report."
|
||||
msgstr ""
|
||||
@@ -7316,7 +7313,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"hd_id3148538\n"
|
||||
"4\n"
|
||||
"help.text"
|
||||
msgid "Starting the Error Report Tool"
|
||||
msgstr ""
|
||||
@@ -7325,7 +7321,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"par_id3149811\n"
|
||||
"5\n"
|
||||
"help.text"
|
||||
msgid "With most program crashes the Error Report Tool will start automatically."
|
||||
msgstr ""
|
||||
@@ -7334,7 +7329,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"hd_id3154046\n"
|
||||
"7\n"
|
||||
"help.text"
|
||||
msgid "Completing the Report"
|
||||
msgstr ""
|
||||
@@ -7343,7 +7337,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"par_id3147335\n"
|
||||
"8\n"
|
||||
"help.text"
|
||||
msgid "On the main Error Report Tool dialog, you can enter some additional information that may help the developers to localize the error. For example, if the error only appears after a change in your hardware or software environment, or if you clicked on a button, please include that information."
|
||||
msgstr ""
|
||||
@@ -7352,7 +7345,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"hd_id3159399\n"
|
||||
"9\n"
|
||||
"help.text"
|
||||
msgid "Sending the Error Report"
|
||||
msgstr ""
|
||||
@@ -7361,7 +7353,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"par_id3150504\n"
|
||||
"10\n"
|
||||
"help.text"
|
||||
msgid "The Error Report Tool uses the HTTP PUT / SOAP protocol to send the report data. You may optionally enter some descriptive text that will help us to identify the context of the program crash. Then click the <emph>Send</emph> button."
|
||||
msgstr ""
|
||||
@@ -7370,7 +7361,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"par_id3149670\n"
|
||||
"11\n"
|
||||
"help.text"
|
||||
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 ""
|
||||
@@ -7379,16 +7369,14 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"par_id3153526\n"
|
||||
"12\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 allow 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."
|
||||
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 ""
|
||||
|
||||
#: error_report.xhp
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"hd_id3150792\n"
|
||||
"13\n"
|
||||
"help.text"
|
||||
msgid "What Data is Sent?"
|
||||
msgstr ""
|
||||
@@ -7397,7 +7385,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"par_id3154366\n"
|
||||
"14\n"
|
||||
"help.text"
|
||||
msgid "The error report consists of several files. The main file contains information about the error type, operating system name and version, memory usage, and the description that you entered. You can click the <emph>Show Report</emph> button on the main dialog of the Error Report Tool to view what will get sent in the main file."
|
||||
msgstr ""
|
||||
@@ -7406,7 +7393,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"error_report.xhp\n"
|
||||
"par_id3151177\n"
|
||||
"15\n"
|
||||
"help.text"
|
||||
msgid "In addition, relevant memory contents and stack traces are gathered by some system standard tools (\"dbhhelp.dll\" on Windows systems, \"pstack\" on UNIX systems). This information will be sent also."
|
||||
msgstr ""
|
||||
@@ -15244,9 +15230,8 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"print_blackwhite.xhp\n"
|
||||
"hd_id3150499\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "Printing text and graphics in black and white"
|
||||
msgid "Printing Text and Images in Black and White"
|
||||
msgstr ""
|
||||
|
||||
#: print_blackwhite.xhp
|
||||
@@ -15298,9 +15283,8 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"print_blackwhite.xhp\n"
|
||||
"hd_id3147653\n"
|
||||
"9\n"
|
||||
"help.text"
|
||||
msgid "Printing in black and white in <item type=\"productname\">%PRODUCTNAME</item> Impress and <item type=\"productname\">%PRODUCTNAME</item> Draw"
|
||||
msgid "Printing in Black and White in <item type=\"productname\">%PRODUCTNAME</item> Impress and <item type=\"productname\">%PRODUCTNAME</item> Draw"
|
||||
msgstr ""
|
||||
|
||||
#: print_blackwhite.xhp
|
||||
@@ -15361,9 +15345,8 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"print_blackwhite.xhp\n"
|
||||
"hd_id3153896\n"
|
||||
"17\n"
|
||||
"help.text"
|
||||
msgid "Printing only text in black and white"
|
||||
msgid "Printing Only Text in Black and White"
|
||||
msgstr ""
|
||||
|
||||
#: print_blackwhite.xhp
|
||||
@@ -15379,9 +15362,8 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"print_blackwhite.xhp\n"
|
||||
"hd_id3150358\n"
|
||||
"19\n"
|
||||
"help.text"
|
||||
msgid "Printing all text documents with black and white text"
|
||||
msgid "Printing All Text Documents with Black and White Text"
|
||||
msgstr ""
|
||||
|
||||
#: print_blackwhite.xhp
|
||||
@@ -15424,9 +15406,8 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"print_blackwhite.xhp\n"
|
||||
"hd_id3148920\n"
|
||||
"24\n"
|
||||
"help.text"
|
||||
msgid "Printing the current text document with black and white text"
|
||||
msgid "Printing the Current Text Document with Black and White Text"
|
||||
msgstr ""
|
||||
|
||||
#: print_blackwhite.xhp
|
||||
|
||||
142
source/uk/helpcontent2/source/text/shared/menu.po
Normal file
142
source/uk/helpcontent2/source/text/shared/menu.po
Normal file
@@ -0,0 +1,142 @@
|
||||
#. extracted from helpcontent2/source/text/shared/menu
|
||||
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: 2016-05-23 21:37+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
|
||||
#: insert_chart.xhp
|
||||
msgctxt ""
|
||||
"insert_chart.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Chart"
|
||||
msgstr ""
|
||||
|
||||
#: insert_chart.xhp
|
||||
msgctxt ""
|
||||
"insert_chart.xhp\n"
|
||||
"hd_id030420160945436725\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/menu/insert_chart.xhp\">Chart</link>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_chart.xhp
|
||||
msgctxt ""
|
||||
"insert_chart.xhp\n"
|
||||
"par_id030420160947559665\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Inserts a chart based on data from a cell or table range or with default data.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_form_control.xhp
|
||||
msgctxt ""
|
||||
"insert_form_control.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Form Control"
|
||||
msgstr ""
|
||||
|
||||
#: insert_form_control.xhp
|
||||
msgctxt ""
|
||||
"insert_form_control.xhp\n"
|
||||
"hd_id030720160611303537\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/menu/insert_form_control.xhp\">Form Control</link>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_form_control.xhp
|
||||
msgctxt ""
|
||||
"insert_form_control.xhp\n"
|
||||
"par_id03072016061205929\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">This submenu contains form controls like a textbox, checkbox, option button, and listbox that can be inserted into the document.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_shape.xhp
|
||||
msgctxt ""
|
||||
"insert_shape.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Shape"
|
||||
msgstr ""
|
||||
|
||||
#: insert_shape.xhp
|
||||
msgctxt ""
|
||||
"insert_shape.xhp\n"
|
||||
"hd_id030420161043484643\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/menu/insert_shape.xhp\">Shape</link>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_shape.xhp
|
||||
msgctxt ""
|
||||
"insert_shape.xhp\n"
|
||||
"par_id030420161051456436\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">This submenu contains common shapes like a line, circle, triangle, and square, or a symbol shape like a smiley face, heart, and flower that can be inserted into the document.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_shape.xhp
|
||||
msgctxt ""
|
||||
"insert_shape.xhp\n"
|
||||
"par_id030720160629548185\n"
|
||||
"help.text"
|
||||
msgid "Line"
|
||||
msgstr ""
|
||||
|
||||
#: insert_shape.xhp
|
||||
msgctxt ""
|
||||
"insert_shape.xhp\n"
|
||||
"par_id030720160640091844\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">This submenu contains straight, freeform, curved and polygon line shapes.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_shape.xhp
|
||||
msgctxt ""
|
||||
"insert_shape.xhp\n"
|
||||
"hd_id030720160823321429\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/02/01140000.xhp#line_title\">Line</link>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_shape.xhp
|
||||
msgctxt ""
|
||||
"insert_shape.xhp\n"
|
||||
"par_id030720160629546864\n"
|
||||
"help.text"
|
||||
msgid "Basic"
|
||||
msgstr ""
|
||||
|
||||
#: insert_shape.xhp
|
||||
msgctxt ""
|
||||
"insert_shape.xhp\n"
|
||||
"par_id030720160644597415\n"
|
||||
"help.text"
|
||||
msgid "This submenu contains basic shapes like rectangles, circles, triangles, pentagon, hexagon, octagon, cylinder, and cube."
|
||||
msgstr ""
|
||||
|
||||
#: insert_shape.xhp
|
||||
msgctxt ""
|
||||
"insert_shape.xhp\n"
|
||||
"par_id030720160629547675\n"
|
||||
"help.text"
|
||||
msgid "Symbol"
|
||||
msgstr ""
|
||||
|
||||
#: insert_shape.xhp
|
||||
msgctxt ""
|
||||
"insert_shape.xhp\n"
|
||||
"par_id030720160644595417\n"
|
||||
"help.text"
|
||||
msgid "This submenu contains symbols shapes like smiley face, heart, sun, moon, flower, puzzle, beveled shapes, and brackets."
|
||||
msgstr ""
|
||||
@@ -3,18 +3,18 @@ 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: 2016-04-16 21:40+0200\n"
|
||||
"PO-Revision-Date: 2016-04-11 20:54+0000\n"
|
||||
"Last-Translator: system user <>\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 14:10+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: Pootle 2.7\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-POOTLE-MTIME: 1460408064.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462198248.000000\n"
|
||||
|
||||
#: 01000000.xhp
|
||||
msgctxt ""
|
||||
@@ -1404,6 +1404,30 @@ msgctxt ""
|
||||
msgid "This is where $[officename] puts its temporary files."
|
||||
msgstr ""
|
||||
|
||||
#: 01010300.xhp
|
||||
msgctxt ""
|
||||
"01010300.xhp\n"
|
||||
"par_id3154607\n"
|
||||
"help.text"
|
||||
msgid "Classification"
|
||||
msgstr ""
|
||||
|
||||
#: 01010300.xhp
|
||||
msgctxt ""
|
||||
"01010300.xhp\n"
|
||||
"par_id3149344\n"
|
||||
"help.text"
|
||||
msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{install}/share/classification/example.xml</caseinline><defaultinline>{install}\\share\\classification\\example.xml</defaultinline></switchinline>"
|
||||
msgstr ""
|
||||
|
||||
#: 01010300.xhp
|
||||
msgctxt ""
|
||||
"01010300.xhp\n"
|
||||
"par_id3154651\n"
|
||||
"help.text"
|
||||
msgid "$[officename] reads the TSCP BAF policy from this file."
|
||||
msgstr ""
|
||||
|
||||
#: 01010301.xhp
|
||||
msgctxt ""
|
||||
"01010301.xhp\n"
|
||||
@@ -4311,8 +4335,8 @@ msgctxt ""
|
||||
"01011000.xhp\n"
|
||||
"bm_id3153881\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>undoing; number of steps</bookmark_value><bookmark_value>graphics; cache</bookmark_value><bookmark_value>cache for graphics</bookmark_value><bookmark_value>Quickstarter</bookmark_value>"
|
||||
msgstr "<bookmark_value>скасування; кількість кроків</bookmark_value><bookmark_value>графічні об'єкти; кеш</bookmark_value><bookmark_value>кеш для графічних об'єктів </bookmark_value><bookmark_value>Швидкий запуск</bookmark_value>"
|
||||
msgid "<bookmark_value>graphics; cache</bookmark_value><bookmark_value>cache for graphics</bookmark_value><bookmark_value>Quickstarter</bookmark_value>"
|
||||
msgstr ""
|
||||
|
||||
#: 01011000.xhp
|
||||
msgctxt ""
|
||||
@@ -4327,47 +4351,10 @@ msgstr "<link href=\"text/shared/optionen/01011000.xhp\" name=\"Пам'ять\">
|
||||
msgctxt ""
|
||||
"01011000.xhp\n"
|
||||
"par_id3154307\n"
|
||||
"26\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Defines the settings for the graphics cache and the number of steps you can undo.</ahelp>"
|
||||
msgstr "<ahelp hid=\".\">Задання параметрів для графічного кеша і числа можливих скасувань. </ahelp>"
|
||||
|
||||
#: 01011000.xhp
|
||||
msgctxt ""
|
||||
"01011000.xhp\n"
|
||||
"hd_id3155390\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "Undo"
|
||||
msgstr "Скасувати "
|
||||
|
||||
#: 01011000.xhp
|
||||
msgctxt ""
|
||||
"01011000.xhp\n"
|
||||
"par_id3145673\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "Defines the maximum number of reverse steps allowed."
|
||||
msgid "<ahelp hid=\".\">This tab page lets you define various settings for the graphics cache.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: 01011000.xhp
|
||||
msgctxt ""
|
||||
"01011000.xhp\n"
|
||||
"hd_id3153881\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "Number of steps"
|
||||
msgstr ""
|
||||
|
||||
#: 01011000.xhp
|
||||
msgctxt ""
|
||||
"01011000.xhp\n"
|
||||
"par_id3148685\n"
|
||||
"4\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"cui/ui/optmemorypage/undo\">You can specify the number of steps which can be undone by selecting a number from the box.</ahelp>"
|
||||
msgstr "<ahelp hid=\"cui/ui/optmemorypage/undo\">Ви можете задати кількість кроків, , які можуть бути скасовані, вибравши число зі списку.</ahelp>"
|
||||
|
||||
#: 01011000.xhp
|
||||
msgctxt ""
|
||||
"01011000.xhp\n"
|
||||
@@ -9297,9 +9284,8 @@ msgstr "<link href=\"text/shared/optionen/01050300.xhp\" name=\"Тло\">Тло<
|
||||
msgctxt ""
|
||||
"01050300.xhp\n"
|
||||
"par_id3150443\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"\" visibility=\"visible\">Specifies the background for HTML documents.</ahelp> 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."
|
||||
msgid "<ahelp hid=\".\" visibility=\"visible\">Specifies the background for HTML documents.</ahelp> 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 ""
|
||||
|
||||
#: 01050300.xhp
|
||||
@@ -11108,9 +11094,8 @@ msgstr "<link href=\"text/shared/optionen/01060700.xhp\" name=\"Друк\">Др
|
||||
msgctxt ""
|
||||
"01060700.xhp\n"
|
||||
"par_id3143267\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"\">Determines the printer settings for spreadsheets.</ahelp>"
|
||||
msgid "<ahelp hid=\".\">Determines the printer settings for spreadsheets.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: 01060700.xhp
|
||||
@@ -13124,9 +13109,8 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"01110000.xhp\n"
|
||||
"par_id3149182\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"farbe\"><ahelp hid=\"\" visibility=\"visible\">Defines the general settings for charts.</ahelp></variable>"
|
||||
msgid "<variable id=\"farbe\"><ahelp hid=\".\" visibility=\"visible\">Defines the general settings for charts.</ahelp></variable>"
|
||||
msgstr ""
|
||||
|
||||
#: 01110100.xhp
|
||||
|
||||
@@ -3,18 +3,18 @@ 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: 2016-04-16 21:40+0200\n"
|
||||
"PO-Revision-Date: 2016-03-11 13:52+0000\n"
|
||||
"Last-Translator: system user <>\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
|
||||
"PO-Revision-Date: 2016-04-17 00:08+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: Pootle 2.7\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-POOTLE-MTIME: 1457704377.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1460851710.000000\n"
|
||||
|
||||
#: 00000004.xhp
|
||||
msgctxt ""
|
||||
@@ -624,75 +624,75 @@ msgid "File"
|
||||
msgstr "Файл"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3149351\n"
|
||||
"17\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbf\">Choose <emph>Insert - Fields</emph></variable>"
|
||||
msgid "<variable id=\"feldbf\">Choose <emph>Insert - Field</emph></variable>"
|
||||
msgstr "<variable id=\"feldbf\">Виберіть <emph>Вставка - Поля</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3150477\n"
|
||||
"22\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbf1\">Choose <emph>Insert - Fields - Date (fixed)</emph></variable>"
|
||||
msgid "<variable id=\"feldbf1\">Choose <emph>Insert - Field - Date (fixed)</emph></variable>"
|
||||
msgstr "<variable id=\"feldbf1\">Виберіть <emph>Вставка - Поля - Дата (фіксована)</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3146879\n"
|
||||
"18\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbf2\">Choose <emph>Insert - Fields - Date (variable)</emph></variable>"
|
||||
msgid "<variable id=\"feldbf2\">Choose <emph>Insert - Field - Date (variable)</emph></variable>"
|
||||
msgstr "<variable id=\"feldbf2\">Виберіть <emph>Вставка - Поля - Дата (змінна)</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3153036\n"
|
||||
"19\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbf3\">Choose <emph>Insert - Fields - Time (fixed)</emph></variable>"
|
||||
msgid "<variable id=\"feldbf3\">Choose <emph>Insert - Field - Time (fixed)</emph></variable>"
|
||||
msgstr "<variable id=\"feldbf3\">Виберіть <emph>Вставка - Поля - Час (фіксований)</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3145590\n"
|
||||
"20\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbf4\">Choose <emph>Insert - Fields - Time (variable)</emph></variable>"
|
||||
msgid "<variable id=\"feldbf4\">Choose <emph>Insert - Field - Time (variable)</emph></variable>"
|
||||
msgstr "<variable id=\"feldbf4\">Виберіть <emph>Вставка - Поля - Час (змінний)</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3153935\n"
|
||||
"21\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbf5\">Choose <emph>Insert - Fields - Page Number</emph></variable>"
|
||||
msgid "<variable id=\"feldbf5\">Choose <emph>Insert - Field - Page Number</emph></variable>"
|
||||
msgstr "<variable id=\"feldbf5\">Виберіть <emph>Вставка - Поля - Номер сторінки</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3148583\n"
|
||||
"23\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbf6\">Choose <emph>Insert - Fields - Author</emph></variable>"
|
||||
msgid "<variable id=\"feldbf6\">Choose <emph>Insert - Field - Author</emph></variable>"
|
||||
msgstr "<variable id=\"feldbf6\">Виберіть <emph>Вставка - Поля - Автор</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3155951\n"
|
||||
"24\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbf7\">Choose <emph>Insert - Fields - File Name</emph></variable>"
|
||||
msgid "<variable id=\"feldbf7\">Choose <emph>Insert - Field - File Name</emph></variable>"
|
||||
msgstr "<variable id=\"feldbf7\">Виберіть <emph>Вставка - Поля - Назва файла</emph></variable>"
|
||||
|
||||
#: 00000405.xhp
|
||||
@@ -1397,12 +1397,13 @@ msgid "Slide Menu"
|
||||
msgstr ""
|
||||
|
||||
#: slide_menu.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"slide_menu.xhp\n"
|
||||
"par_id3134264\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Slide - New Page/Slide</emph>"
|
||||
msgstr ""
|
||||
msgstr "Виберіть <emph>Вставити - Файл</emph>."
|
||||
|
||||
#: slide_menu.xhp
|
||||
#, fuzzy
|
||||
|
||||
@@ -3,18 +3,18 @@ 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: 2016-04-16 21:40+0200\n"
|
||||
"PO-Revision-Date: 2016-04-02 16:34+0000\n"
|
||||
"Last-Translator: system user <>\n"
|
||||
"POT-Creation-Date: 2016-05-23 22:09+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 14:10+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: Pootle 2.7\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-POOTLE-MTIME: 1459614878.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462198254.000000\n"
|
||||
|
||||
#: 01170000.xhp
|
||||
msgctxt ""
|
||||
@@ -6749,18 +6749,18 @@ msgid "Slide Show Settings"
|
||||
msgstr "Параметри показу слайдів"
|
||||
|
||||
#: 06080000.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"bm_id3153818\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>presentations; settings for</bookmark_value><bookmark_value>slide shows; settings for</bookmark_value><bookmark_value>presentations; window / full screen</bookmark_value><bookmark_value>multiple monitors</bookmark_value>"
|
||||
msgid "<bookmark_value>presentations; settings for</bookmark_value> <bookmark_value>slide shows; settings for</bookmark_value> <bookmark_value>presentations; window / full screen</bookmark_value> <bookmark_value>multiple monitors</bookmark_value>"
|
||||
msgstr "<bookmark_value>презентації; параметри</bookmark_value><bookmark_value>показ слайдів; параметри</bookmark_value><bookmark_value>презентації; вікно/повний екран</bookmark_value><bookmark_value>декілька моніторів</bookmark_value>"
|
||||
|
||||
#: 06080000.xhp
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3153818\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "Slide Show Settings"
|
||||
msgstr "Параметри показу слайдів"
|
||||
@@ -6769,7 +6769,6 @@ msgstr "Параметри показу слайдів"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3148606\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"praesent\"><ahelp hid=\".uno:PresentationDialog\">Defines settings for your slide show, including which slide to start from, the way you advance the slides, the type of presentation, and pointer options.</ahelp></variable>"
|
||||
msgstr "<variable id=\"praesent\"><ahelp hid=\".uno:PresentationDialog\">Визначає параметри показу слайдів, включаючи початковий слайд для показу, спосіб переходу між слайдами, тип презентації та параметри вказівника.</ahelp></variable>"
|
||||
@@ -6778,7 +6777,6 @@ msgstr "<variable id=\"praesent\"><ahelp hid=\".uno:PresentationDialog\">Виз
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3150213\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "Range"
|
||||
msgstr "Діапазон"
|
||||
@@ -6787,7 +6785,6 @@ msgstr "Діапазон"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3154766\n"
|
||||
"4\n"
|
||||
"help.text"
|
||||
msgid "Specifies which slides to include in the slide show."
|
||||
msgstr "Вказує слайди, включені до показу."
|
||||
@@ -6796,7 +6793,6 @@ msgstr "Вказує слайди, включені до показу."
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3145363\n"
|
||||
"5\n"
|
||||
"help.text"
|
||||
msgid "All slides"
|
||||
msgstr "Усі слайди"
|
||||
@@ -6805,7 +6801,6 @@ msgstr "Усі слайди"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3145114\n"
|
||||
"6\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/allslides\">Includes all of the slides in your slide show.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/allslides\">У показ слайдів включаються всі слайди.</ahelp>"
|
||||
@@ -6814,7 +6809,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/allslides\">У по
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3150431\n"
|
||||
"7\n"
|
||||
"help.text"
|
||||
msgid "From:"
|
||||
msgstr "Від:"
|
||||
@@ -6823,7 +6817,6 @@ msgstr "Від:"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3150391\n"
|
||||
"8\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/from_cb\">Enter the number of the start slide.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/from_cb\">Введіть номер початкового слайда.</ahelp>"
|
||||
@@ -6832,7 +6825,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/from_cb\">Введі
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3147404\n"
|
||||
"86\n"
|
||||
"help.text"
|
||||
msgid "Custom Slide Show"
|
||||
msgstr "Особливий показ слайдів"
|
||||
@@ -6841,7 +6833,6 @@ msgstr "Особливий показ слайдів"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3150538\n"
|
||||
"87\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/customslideshow_cb\">Runs a custom slide show in the order that you defined in <link href=\"text/simpress/01/06100000.xhp\" name=\"Slide Show - Custom Slide Show\"><emph>Slide Show - Custom Slide Show</emph></link>.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/customslideshow_cb\">Запуск особливого показау слайдів у порядке, визначеному командою <link href=\"text/simpress/01/06100000.xhp\" name=\"Показ слайдів - Особливий показ слайдів\"><emph>Показ слайдів - Особливий показ слайдів</emph></link>.</ahelp>"
|
||||
@@ -6850,7 +6841,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/customslideshow_cb\"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3150653\n"
|
||||
"88\n"
|
||||
"help.text"
|
||||
msgid "Type"
|
||||
msgstr "Тип"
|
||||
@@ -6859,7 +6849,6 @@ msgstr "Тип"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3149354\n"
|
||||
"93\n"
|
||||
"help.text"
|
||||
msgid "Select the slide show type."
|
||||
msgstr "Виберіть тип показу слайдів."
|
||||
@@ -6868,7 +6857,6 @@ msgstr "Виберіть тип показу слайдів."
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3150482\n"
|
||||
"89\n"
|
||||
"help.text"
|
||||
msgid "Default"
|
||||
msgstr "Типово"
|
||||
@@ -6877,7 +6865,6 @@ msgstr "Типово"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3148730\n"
|
||||
"94\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/default\">A full screen slide is shown.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/default\">Слайд відображається на весь екран.</ahelp>"
|
||||
@@ -6886,7 +6873,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/default\">Слайд
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3153034\n"
|
||||
"90\n"
|
||||
"help.text"
|
||||
msgid "Window"
|
||||
msgstr "Вікно"
|
||||
@@ -6895,7 +6881,6 @@ msgstr "Вікно"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3155257\n"
|
||||
"82\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/window\">Slide show runs in the $[officename] program window.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/window\">Показ слайдів здійснюється у вікні програми $[officename].</ahelp>"
|
||||
@@ -6904,7 +6889,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/window\">Показ
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3145593\n"
|
||||
"91\n"
|
||||
"help.text"
|
||||
msgid "Auto"
|
||||
msgstr "Автоматично"
|
||||
@@ -6913,7 +6897,6 @@ msgstr "Автоматично"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3149509\n"
|
||||
"95\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/auto\">Restarts the slide show after the pause interval you specify. A pause slide is displayed between the final slide and the start slide. Press the Esc key to stop the show.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/auto\">Показ слайдів починається заново після паузи вказаної довжини. Між останнім і початковим слайдами з'являється слайдова пауза. Для припинення показу використовується клавіша ESC.</ahelp>"
|
||||
@@ -6922,7 +6905,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/auto\">Показ с
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3150862\n"
|
||||
"96\n"
|
||||
"help.text"
|
||||
msgid "Duration of pause"
|
||||
msgstr "Тривалість паузи"
|
||||
@@ -6931,7 +6913,6 @@ msgstr "Тривалість паузи"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3153112\n"
|
||||
"97\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/pauseduration\">Enter the duration of the pause before the slide show is repeated. If you enter zero, the show restarts immediately without showing a pause slide.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/pauseduration\">Вкажіть тривалість паузи перед повторним показом слайдів. Якщо ввести нульове значення, показ розпочнеться негайно, без демонстрації слайдової паузи.</ahelp>"
|
||||
@@ -6940,7 +6921,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/pauseduration\">Вк
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3166420\n"
|
||||
"92\n"
|
||||
"help.text"
|
||||
msgid "Show logo"
|
||||
msgstr "Показати логотип"
|
||||
@@ -6949,7 +6929,6 @@ msgstr "Показати логотип"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3154501\n"
|
||||
"98\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/showlogo\">Displays the $[officename] logo on the pause slide.</ahelp> The logo cannot be exchanged."
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/showlogo\">На слайді паузи відображається логотип $[officename].</ahelp> Цей логотип не може бути замінений."
|
||||
@@ -6958,7 +6937,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/showlogo\">На сл
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3150130\n"
|
||||
"9\n"
|
||||
"help.text"
|
||||
msgid "Options"
|
||||
msgstr "Параметри"
|
||||
@@ -6967,7 +6945,6 @@ msgstr "Параметри"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3149883\n"
|
||||
"13\n"
|
||||
"help.text"
|
||||
msgid "Change slides manually"
|
||||
msgstr "Зміна вручну слайда"
|
||||
@@ -6976,7 +6953,6 @@ msgstr "Зміна вручну слайда"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3147373\n"
|
||||
"14\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/manualslides\">Slides never change automatically when this box is selected.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/manualslides\">Якщо цей прапорець встановлений, то слайди ніколи не змінюються автоматично.</ahelp>"
|
||||
@@ -6985,7 +6961,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/manualslides\">Як
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3155439\n"
|
||||
"15\n"
|
||||
"help.text"
|
||||
msgid "Mouse pointer visible"
|
||||
msgstr "Вказівник мишки - видимий"
|
||||
@@ -6994,7 +6969,6 @@ msgstr "Вказівник мишки - видимий"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3150272\n"
|
||||
"16\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointervisible\">Shows the mouse pointer during a slide show.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointervisible\">Вказівник мишки відображається під час показу слайдів.</ahelp>"
|
||||
@@ -7003,7 +6977,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointervisible\">В
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3150570\n"
|
||||
"17\n"
|
||||
"help.text"
|
||||
msgid "Mouse pointer as pen"
|
||||
msgstr "Вказівник мишки як олівець"
|
||||
@@ -7012,7 +6985,6 @@ msgstr "Вказівник мишки як олівець"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3150665\n"
|
||||
"18\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointeraspen\">Changes the mouse pointer to a pen which you can use to draw on slides during the presentation.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointeraspen\">Вказівник мишки приймає вид пера, яким можна малювати на слайдах презентації.</ahelp>"
|
||||
@@ -7029,7 +7001,6 @@ msgstr "Усе написане пером втрачається при вих
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3153927\n"
|
||||
"20\n"
|
||||
"help.text"
|
||||
msgid "Navigator visible"
|
||||
msgstr "Навігатор - видимий"
|
||||
@@ -7038,7 +7009,6 @@ msgstr "Навігатор - видимий"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3148430\n"
|
||||
"21\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/navigatorvisible\">Displays the <link href=\"text/simpress/01/02110000.xhp\" name=\"Navigator\">Navigator</link> during the slide show.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/navigatorvisible\">Під час показу слайдів відображається <link href=\"text/simpress/01/02110000.xhp\" name=\"Навігатор\">Навігатор</link>.</ahelp>"
|
||||
@@ -7047,7 +7017,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/navigatorvisible\">
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3153718\n"
|
||||
"84\n"
|
||||
"help.text"
|
||||
msgid "Animations allowed"
|
||||
msgstr "Дозволити анімації"
|
||||
@@ -7056,7 +7025,6 @@ msgstr "Дозволити анімації"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3083445\n"
|
||||
"85\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/animationsallowed\">Displays all frames of animated GIF files during the slide show.</ahelp> If this option is not selected, only the first frame of an animated GIF file is displayed."
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/animationsallowed\">Відображає всі кадри анімованого GIF під час презентації.</ahelp> Якщо цей параметр вимкнено, то відображається тільки перший кадр анімованого GIF."
|
||||
@@ -7065,7 +7033,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/animationsallowed\">
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3152478\n"
|
||||
"22\n"
|
||||
"help.text"
|
||||
msgid "Change slides by clicking on background"
|
||||
msgstr "Зміна слайда клацанням на тлі"
|
||||
@@ -7074,7 +7041,6 @@ msgstr "Зміна слайда клацанням на тлі"
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3156305\n"
|
||||
"23\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/changeslidesbyclick\">Advances to the next slide when you click on the background of a slide.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/changeslidesbyclick\">Перехід до чергового слайда відбувається при клацанні в області тла слайду.</ahelp>"
|
||||
@@ -7083,7 +7049,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/changeslidesbyclick\
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"hd_id3150960\n"
|
||||
"24\n"
|
||||
"help.text"
|
||||
msgid "Presentation always on top"
|
||||
msgstr "Презентація завжди на передньому плані"
|
||||
@@ -7092,7 +7057,6 @@ msgstr "Презентація завжди на передньому плані
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id3150764\n"
|
||||
"25\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/alwaysontop\">The $[officename] window remains on top during the presentation. No other program will show its window in front of your presentation.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/alwaysontop\">Вікно $[officename] залишається під час презентації на передньому плані. Вікна інших програм не будуть відображатися перед вікном презентації.</ahelp>"
|
||||
@@ -7130,11 +7094,12 @@ msgid "<ahelp hid=\".\">Select a monitor to use for full screen slide show mode.
|
||||
msgstr "<ahelp hid=\".\">Виберіть монітор для використання в повноекранному режимі демонстрації.</ahelp>"
|
||||
|
||||
#: 06080000.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"06080000.xhp\n"
|
||||
"par_id4846339\n"
|
||||
"help.text"
|
||||
msgid "If the system allows to span a window over all available monitors, you can also select \"All monitors\". In this case the presentation spans over all available monitors."
|
||||
msgid "If the system allows the user to span a window over all available monitors, you can also select \"All monitors\". In this case the presentation is spanned over all available monitors."
|
||||
msgstr "Якщо в системі встановлено можливість охоплення вікном всіх доступних моніторів, можна також вибрати \"Всі монітори\". В цьому випадку презентація охоплює всі доступні монітори."
|
||||
|
||||
#: 06080000.xhp
|
||||
@@ -7324,12 +7289,12 @@ msgid "Define Custom Slide Show"
|
||||
msgstr "Вказати спеціальний показ слайдів"
|
||||
|
||||
#: 06100100.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"06100100.xhp\n"
|
||||
"par_id3154659\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"neu\"><ahelp hid=\"\" visibility=\"visible\">Creates a custom slide show.</ahelp></variable>"
|
||||
msgid "<variable id=\"neu\"><ahelp hid=\".\" visibility=\"visible\">Creates a custom slide show.</ahelp></variable>"
|
||||
msgstr "<variable id=\"neu\"><ahelp hid=\"\" visibility=\"visible\">Створення власного показу слайдів.</ahelp></variable>"
|
||||
|
||||
#: 06100100.xhp
|
||||
|
||||
@@ -3,18 +3,18 @@ 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: 2016-04-16 21:40+0200\n"
|
||||
"PO-Revision-Date: 2016-04-02 16:30+0000\n"
|
||||
"Last-Translator: Андрій Бандура <andriykopanytsia@gmail.com>\n"
|
||||
"POT-Creation-Date: 2016-05-07 21:35+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 14:11+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: Pootle 2.7\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-POOTLE-MTIME: 1459614628.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462198261.000000\n"
|
||||
|
||||
#: 3d_create.xhp
|
||||
msgctxt ""
|
||||
@@ -1307,19 +1307,21 @@ msgid "Masters exist for slides, notes, and handouts."
|
||||
msgstr "Наявні взірці для слайдів, приміток і тез."
|
||||
|
||||
#: footer.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"footer.xhp\n"
|
||||
"par_id8403576\n"
|
||||
"help.text"
|
||||
msgid "To edit a slide master, choose <emph>View - Master - Slide Master</emph>. Click the Close Master View icon on the Master View toolbar, or choose <emph>View - Normal</emph>, to leave the slide master."
|
||||
msgid "To edit a slide master, choose <emph>View - Slide Master</emph>. Click the Close Master View icon on the Master View toolbar, or choose <emph>View - Normal</emph>, to leave the slide master."
|
||||
msgstr "Для зміни зразка слайда виберіть <emph>Перегляд - Зразок - Зразок слайдів</emph>. Клацніть піктограму \"Закрити режим зразка\" на панелі \"Режим тла\" або виберіть <emph>Перегляд - Звичайний</emph> для виходу з режиму зразка слайда."
|
||||
|
||||
#: footer.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"footer.xhp\n"
|
||||
"par_id5641651\n"
|
||||
"help.text"
|
||||
msgid "To edit a notes master, choose <emph>View - Master - Notes Master</emph>. Click the Close Master View icon on the Master View toolbar, or choose <emph>View - Normal</emph>, to leave the notes master."
|
||||
msgid "To edit a notes master, choose <emph>View - Notes Master</emph>. Click the Close Master View icon on the Master View toolbar, or choose <emph>View - Normal</emph>, to leave the notes master."
|
||||
msgstr "Для зміни зразка приміток виберіть <emph>Перегляд - Зразок - Зразок приміток</emph>. Для виходу з режиму зразка приміток клацніть піктограму \"Закрити режим зразка\" на панелі \"Режим тла\" або виберіть <emph>Перегляд - Звичайний</emph>."
|
||||
|
||||
#: footer.xhp
|
||||
@@ -1347,11 +1349,12 @@ msgid "Every type of master has some predefined areas to hold the date, footer,
|
||||
msgstr "Кожний тип зразка має деякі наперед визначені області, які містять дату, нижній колонтитул та номери слайдів."
|
||||
|
||||
#: footer.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"footer.xhp\n"
|
||||
"par_id8217413\n"
|
||||
"help.text"
|
||||
msgid "When you switch to the master view, you can move that areas to any position on the master. You can enter additional text and resize the areas. You can select the contents of the areas and apply text formats. For example, you can change the font size or color."
|
||||
msgid "When you switch to the master view, you can move those areas to any position on the master. Also, you can enter additional text into them, resize them, and select their contents to apply text formatting. For example, you can change the font size or color."
|
||||
msgstr "При переході до режиму зразка ці області можна перемістити в будь-яку позицію зразка. Можна ввести додатковий текст і змінити розмір областей. Можна вибрати вміст областей і застосувати форматування тексту. Наприклад, змінити розмір шрифту або колір."
|
||||
|
||||
#: footer.xhp
|
||||
@@ -1371,19 +1374,21 @@ msgid "Objects that you insert on a slide master are visible on all slides that
|
||||
msgstr "Об'єкти, вставлені у зразок слайда, виводяться на всіх слайдах, які базуються на ньому."
|
||||
|
||||
#: footer.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"footer.xhp\n"
|
||||
"par_id8843043\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>View - Header and Footer</emph>."
|
||||
msgid "Choose <emph>Insert - Header and Footer</emph>."
|
||||
msgstr "Виберіть <emph>Перегляд - Колонтитули</emph>."
|
||||
|
||||
#: footer.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"footer.xhp\n"
|
||||
"par_id1876583\n"
|
||||
"help.text"
|
||||
msgid "You see a dialog with two tab pages: <emph>Slide</emph> and <emph>Notes and Handouts</emph> where you can enter contents to the predefined areas."
|
||||
msgid "You see a dialog with two tab pages: <emph>Slides</emph> and <emph>Notes and Handouts</emph> where you can enter contents to the predefined areas."
|
||||
msgstr "З'явиться діалогове вікно з двома вкладками: <emph>Слайд</emph> і <emph>Нотатки і тези</emph>, в яких можна ввести вміст попередньо налаштованих областей."
|
||||
|
||||
#: footer.xhp
|
||||
@@ -1460,13 +1465,13 @@ msgid "You can add a text object anywhere on the slide master."
|
||||
msgstr "У будь-яке місце зразка слайда можна додати текстовий об'єкт."
|
||||
|
||||
#: footer.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"footer.xhp\n"
|
||||
"par_id3148866\n"
|
||||
"14\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>View - Master - Slide Master</emph>."
|
||||
msgstr "Виберіть <emph>Перегляд - Зразок - Зразок слайдів</emph>."
|
||||
msgid "Choose <emph>View - Slide Master</emph>."
|
||||
msgstr "Виберіть <emph>Перегляд - Сортувальник слайдів</emph>."
|
||||
|
||||
#: footer.xhp
|
||||
msgctxt ""
|
||||
@@ -1496,23 +1501,14 @@ msgid "Choose <emph>View - Normal</emph> when you are finished."
|
||||
msgstr "Закінчивши створення колонтитулів виберіть <emph>Перегляд - Звичайний</emph>."
|
||||
|
||||
#: footer.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"footer.xhp\n"
|
||||
"par_id3150476\n"
|
||||
"17\n"
|
||||
"help.text"
|
||||
msgid "You can also add fields, such as the date or page number, to a header or footer by choosing <emph>Insert - Fields</emph>."
|
||||
msgid "You can also add fields, such as the date or page number, to a header or footer by choosing <emph>Insert - Field</emph>."
|
||||
msgstr "В верхні і нижні колонтитули можна додавати такі поля, як дата або номер сторінки; для цього слід вибрати <emph>Вставка - Поля</emph>."
|
||||
|
||||
#: footer.xhp
|
||||
msgctxt ""
|
||||
"footer.xhp\n"
|
||||
"par_id3156320\n"
|
||||
"18\n"
|
||||
"help.text"
|
||||
msgid "You can hide the header or footer on the current slide by choosing <emph>Format</emph> - <link href=\"text/simpress/01/05130000.xhp\" name=\"Modify Layout\">Slide<emph> Layout</emph></link>, and clearing the <emph>Objects on background</emph> check box."
|
||||
msgstr "Колонтитул на поточному слайді можна приховати, вибравши <emph>Формат</emph> - <link href=\"text/simpress/01/05130000.xhp\" name=\"Макети слайдів\"><emph>Макети</emph> слайдів</link> та знявши прапорець <emph>Об'єкти на тлі</emph>."
|
||||
|
||||
#: footer.xhp
|
||||
msgctxt ""
|
||||
"footer.xhp\n"
|
||||
|
||||
@@ -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: 2016-04-16 21:40+0200\n"
|
||||
"PO-Revision-Date: 2016-04-17 00:12+0000\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 14:11+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: uk\n"
|
||||
@@ -13,8 +13,88 @@ 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: Pootle 2.7\n"
|
||||
"X-POOTLE-MTIME: 1460851960.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462198269.000000\n"
|
||||
|
||||
#: classificationbar.xhp
|
||||
msgctxt ""
|
||||
"classificationbar.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Classification Bar"
|
||||
msgstr ""
|
||||
|
||||
#: classificationbar.xhp
|
||||
msgctxt ""
|
||||
"classificationbar.xhp\n"
|
||||
"hd_id3150342\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/swriter/classificationbar.xhp\" name=\"Classification Bar\">Classification Bar</link>"
|
||||
msgstr ""
|
||||
|
||||
#: classificationbar.xhp
|
||||
msgctxt ""
|
||||
"classificationbar.xhp\n"
|
||||
"par_id3150202\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">The <emph>Classification</emph> bar contains tools to help secure document handling.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: classificationbar.xhp
|
||||
msgctxt ""
|
||||
"classificationbar.xhp\n"
|
||||
"par_id31502029\n"
|
||||
"help.text"
|
||||
msgid "The purpose of this toolbar is that in case the user is required to follow a policy when editing a document, then $[officename] can help the user respect these rules in case $[officename] is informed about the rules. Transglobal Secure Collaboration Participation (TSCP) provides standards to describe document classification: Business Authentication Framework (BAF) describes how to specify a policy this toolbar can handle, and Business Authorization Identification and Labeling Scheme (BAILS) describes how to refer to this policy in documents."
|
||||
msgstr ""
|
||||
|
||||
#: classificationbar.xhp
|
||||
msgctxt ""
|
||||
"classificationbar.xhp\n"
|
||||
"par_idN106B0\n"
|
||||
"help.text"
|
||||
msgid "Intellectual Property"
|
||||
msgstr ""
|
||||
|
||||
#: classificationbar.xhp
|
||||
msgctxt ""
|
||||
"classificationbar.xhp\n"
|
||||
"par_idN106C0\n"
|
||||
"help.text"
|
||||
msgid "Selects the category of this document from the available BAF categories for the intellectual property policy type. The selected category influences the infobar, headers, footers and the watermark of the document."
|
||||
msgstr ""
|
||||
|
||||
#: classificationbar.xhp
|
||||
msgctxt ""
|
||||
"classificationbar.xhp\n"
|
||||
"par_idN106CD\n"
|
||||
"help.text"
|
||||
msgid "National Security"
|
||||
msgstr ""
|
||||
|
||||
#: classificationbar.xhp
|
||||
msgctxt ""
|
||||
"classificationbar.xhp\n"
|
||||
"par_idN106DD\n"
|
||||
"help.text"
|
||||
msgid "Selects the category of this document for the national security policy type. The selected category is saved together with the document as BAILS metadata, but it does not influence the user interface."
|
||||
msgstr ""
|
||||
|
||||
#: classificationbar.xhp
|
||||
msgctxt ""
|
||||
"classificationbar.xhp\n"
|
||||
"par_idN106EA\n"
|
||||
"help.text"
|
||||
msgid "Export Control"
|
||||
msgstr ""
|
||||
|
||||
#: classificationbar.xhp
|
||||
msgctxt ""
|
||||
"classificationbar.xhp\n"
|
||||
"par_idN106FA\n"
|
||||
"help.text"
|
||||
msgid "Selects the category of this document for the export control policy type. The selected category is saved together with the document as BAILS metadata, but it does not influence the user interface."
|
||||
msgstr ""
|
||||
|
||||
#: main0000.xhp
|
||||
msgctxt ""
|
||||
@@ -367,12 +447,13 @@ msgid "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link>"
|
||||
msgstr "<link href=\"text/shared/01/03010000.xhp\" name=\"Масштаб\">Масштаб </link>"
|
||||
|
||||
#: main0104.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"main0104.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid ".uno:InsertHeaderFooterMenu"
|
||||
msgstr ""
|
||||
msgid "Insert"
|
||||
msgstr "Вставка"
|
||||
|
||||
#: main0104.xhp
|
||||
msgctxt ""
|
||||
@@ -1526,7 +1607,6 @@ msgstr "Рядок стану"
|
||||
msgctxt ""
|
||||
"main0208.xhp\n"
|
||||
"hd_id3153397\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/swriter/main0208.xhp\" name=\"Status Bar\">Status Bar</link>"
|
||||
msgstr "<link href=\"text/swriter/main0208.xhp\" name=\"Status Bar\">Рядок стану</link>"
|
||||
@@ -1535,7 +1615,6 @@ msgstr "<link href=\"text/swriter/main0208.xhp\" name=\"Status Bar\">Рядок
|
||||
msgctxt ""
|
||||
"main0208.xhp\n"
|
||||
"par_id3153414\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "The Status Bar contains information about the current document and offers various buttons with special functions."
|
||||
msgstr "Рядок стану містить відомості про поточний документ і надає різні кнопки спеціальних функцій."
|
||||
@@ -1581,11 +1660,12 @@ msgid "Zoom & View Layout"
|
||||
msgstr "Масштабування і режим перегляду"
|
||||
|
||||
#: main0208.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"main0208.xhp\n"
|
||||
"par_id7723929\n"
|
||||
"help.text"
|
||||
msgid "Three controls on the Writer Status Bar allow to change the zoom and view layout of your text documents."
|
||||
msgid "Three controls on the Writer Status Bar allow you to change the zoom and view layout of your text documents."
|
||||
msgstr "За допомогою трьох елементів управління в рядку стану Writer можна міняти масштаб текстових документів та їх розміщення для перегляду."
|
||||
|
||||
#: main0208.xhp
|
||||
|
||||
@@ -3,18 +3,18 @@ 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: 2016-04-16 21:40+0200\n"
|
||||
"PO-Revision-Date: 2016-04-13 10:36+0000\n"
|
||||
"Last-Translator: system user <>\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
|
||||
"PO-Revision-Date: 2016-04-17 00:10+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: Pootle 2.7\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-POOTLE-MTIME: 1460543774.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1460851814.000000\n"
|
||||
|
||||
#: 00000004.xhp
|
||||
msgctxt ""
|
||||
@@ -543,93 +543,92 @@ msgid "<variable id=\"manuellerumbruch\">Choose <emph>Insert - Manual Break</emp
|
||||
msgstr "<variable id=\"manuellerumbruch\">Виберіть <emph>Вставити - Розрив</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3154654\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Fields</emph>"
|
||||
msgid "Choose <emph>Insert - Field</emph>"
|
||||
msgstr "Виберіть <emph>Вставити - Поля</emph>."
|
||||
|
||||
#: 00000404.xhp
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3146966\n"
|
||||
"90\n"
|
||||
"help.text"
|
||||
msgid "Open context menu - choose <emph>Fields</emph> (inserted fields)"
|
||||
msgstr "Відкрийте контекстне меню і виберіть <emph>Поля</emph> (вставлені поля)"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3149053\n"
|
||||
"44\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbefehldatum\">Choose <emph>Insert - Fields - Date</emph></variable>"
|
||||
msgid "<variable id=\"feldbefehldatum\">Choose <emph>Insert - Field - Date</emph></variable>"
|
||||
msgstr "<variable id=\"feldbefehldatum\">Виберіть <emph>Вставити - Поля - Дата</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3151393\n"
|
||||
"45\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbefehluhrzeit\">Choose <emph>Insert - Fields - Time</emph></variable>"
|
||||
msgid "<variable id=\"feldbefehluhrzeit\">Choose <emph>Insert - Field - Time</emph></variable>"
|
||||
msgstr "<variable id=\"feldbefehluhrzeit\">Виберіть <emph>Вставити - Поля - Час</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3146325\n"
|
||||
"46\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbefehlseitennummer\">Choose <emph>Insert - Fields - Page Number</emph></variable>"
|
||||
msgid "<variable id=\"feldbefehlseitennummer\">Choose <emph>Insert - Field - Page Number</emph></variable>"
|
||||
msgstr "<variable id=\"feldbefehlseitennummer\">Виберіть <emph>Вставити - Поля - Номер сторінки</emph>.</variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3149356\n"
|
||||
"47\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbefehlseitenanzahl\">Choose <emph>Insert - Fields - Page Count</emph></variable>"
|
||||
msgid "<variable id=\"feldbefehlseitenanzahl\">Choose <emph>Insert - Field - Page Count</emph></variable>"
|
||||
msgstr "<variable id=\"feldbefehlseitenanzahl\">Виберіть <emph>Вставити - Поля - Кількість сторінок</emph>.</variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3153003\n"
|
||||
"48\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbefehlthema\">Choose <emph>Insert - Fields - Subject</emph></variable>"
|
||||
msgid "<variable id=\"feldbefehlthema\">Choose <emph>Insert - Field - Subject</emph></variable>"
|
||||
msgstr "<variable id=\"feldbefehlthema\">Виберіть <emph>Вставити - Поля - Тема</emph>.</variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3150016\n"
|
||||
"49\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbefehltitel\">Choose <emph>Insert - Fields - Title</emph></variable>"
|
||||
msgid "<variable id=\"feldbefehltitel\">Choose <emph>Insert - Field - Title</emph></variable>"
|
||||
msgstr "<variable id=\"feldbefehltitel\">Виберіть <emph>Вставити - Поля - Заголовок</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3150564\n"
|
||||
"50\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldbefehlautor\">Choose <emph>Insert - Fields - Author</emph></variable>"
|
||||
msgid "<variable id=\"feldbefehlautor\">Choose <emph>Insert - Field - Author</emph></variable>"
|
||||
msgstr "<variable id=\"feldbefehlautor\">Виберіть <emph>Вставити - Поля - Автор</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3148386\n"
|
||||
"4\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Fields - More Fields</emph>"
|
||||
msgid "Choose <emph>Insert - Field - More Fields</emph>"
|
||||
msgstr "Виберіть <emph>Вставка - Поля - Інші поля</emph>."
|
||||
|
||||
#: 00000404.xhp
|
||||
@@ -668,66 +667,65 @@ msgid "Insert Fields"
|
||||
msgstr "Вставити поля"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3149295\n"
|
||||
"56\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"felddokument\">Choose <emph>Insert - Fields - More Fields - Document</emph> tab </variable>"
|
||||
msgid "<variable id=\"felddokument\">Choose <emph>Insert - Field - More Fields - Document</emph> tab</variable>"
|
||||
msgstr "<variable id=\"felddokument\">Виберіть вкладку <emph>Вставити - Поля - Інші поля - Документ</emph>. </variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3154692\n"
|
||||
"51\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Fields - More Fields - Cross-references</emph> tab"
|
||||
msgid "Choose <emph>Insert - Field - More Fields - Cross-references</emph> tab"
|
||||
msgstr "Виберіть вкладку <emph>Вставка - Поля - Інші поля - Перехресні посилання</emph>."
|
||||
|
||||
#: 00000404.xhp
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3145411\n"
|
||||
"63\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Cross-reference</emph>"
|
||||
msgstr "Виберіть <emph>Вставка - Перехресне посилання</emph>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3147515\n"
|
||||
"52\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldfunktionen\">Choose <emph>Insert - Fields - More Fields - Functions</emph> tab </variable>"
|
||||
msgid "<variable id=\"feldfunktionen\">Choose <emph>Insert - Field - More Fields - Functions</emph> tab</variable>"
|
||||
msgstr "<variable id=\"feldfunktionen\">Виберіть вкладку <emph>Вставити - Поля - Інші поля - Функції</emph>. </variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3153581\n"
|
||||
"53\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"felddokumentinfo\">Choose <emph>Insert - Fields - More Fields - DocInformation</emph> tab </variable>"
|
||||
msgid "<variable id=\"felddokumentinfo\">Choose <emph>Insert - Field - More Fields - DocInformation</emph> tab</variable>"
|
||||
msgstr "<variable id=\"felddokumentinfo\">Виберіть вкладку <emph>Вставити - Поля - Інші поля - Відомості про документ</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3150710\n"
|
||||
"54\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"feldvariablen\">Choose <emph>Insert - Fields - More Fields - Variables</emph> tab </variable>"
|
||||
msgid "<variable id=\"feldvariablen\">Choose <emph>Insert - Field - More Fields - Variables</emph> tab</variable>"
|
||||
msgstr "<variable id=\"feldvariablen\">Виберіть вкладку <emph>Вставити - Поля - Інші поля - Змінні</emph>. </variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3152945\n"
|
||||
"55\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"felddatenbank\">Choose <emph>Insert - Fields - More Fields - Database</emph> tab </variable>"
|
||||
msgid "<variable id=\"felddatenbank\">Choose <emph>Insert - Field - More Fields - Database</emph> tab</variable>"
|
||||
msgstr "<variable id=\"felddatenbank\">Виберіть вкладку <emph>Вставити - Поля - Інші поля - База даних</emph></variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
@@ -1069,12 +1067,13 @@ msgid "<variable id=\"verz27\">Choose <emph>Insert - Table of Contents and Index
|
||||
msgstr "<variable id=\"verz2\">Виберіть вкладку <emph>Вставка - Зміст та покажчики - Зміст, покажчик або бібліографія - Покажчик або зміст</emph> (залежно від типу)</variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3153295\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"verz28\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph>, mark \"Additional Styles\" check box and then click <emph>Assign styles</emph></variable>"
|
||||
msgstr ""
|
||||
msgstr "<variable id=\"verz31\">Відкрийте вкладку <emph>Вставити - Покажчики і зміст - Покажчики і зміст - Записи</emph> (коли вибрано тип \"Зміст\") </variable>"
|
||||
|
||||
#: 00000404.xhp
|
||||
#, fuzzy
|
||||
|
||||
@@ -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: 2016-04-16 21:40+0200\n"
|
||||
"PO-Revision-Date: 2016-04-17 00:12+0000\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
|
||||
"PO-Revision-Date: 2016-05-02 14:11+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: uk\n"
|
||||
@@ -13,8 +13,8 @@ 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: Pootle 2.7\n"
|
||||
"X-POOTLE-MTIME: 1460851960.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1462198278.000000\n"
|
||||
|
||||
#: 01120000.xhp
|
||||
msgctxt ""
|
||||
@@ -107,12 +107,12 @@ msgid "<variable id=\"serienbrieftext\"><ahelp hid=\".uno:MergeDialog\">Opens th
|
||||
msgstr "<variable id=\"serienbrieftext\"><ahelp hid=\".uno:MergeDialog\">Відкрийте діалогове вікно <emph>Злиття</emph>, яке полегшує друк і збереження стандартних листів.</ahelp></variable>"
|
||||
|
||||
#: 01150000.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01150000.xhp\n"
|
||||
"par_id3154102\n"
|
||||
"4\n"
|
||||
"help.text"
|
||||
msgid "During printing, the database information replaces the corresponding database fields (placeholders). For more information about inserting database fields refer to the <link href=\"text/swriter/01/04090006.xhp\" name=\"Database\"><emph>Database</emph></link> tab page under <emph>Insert - Fields - More Fields</emph>."
|
||||
msgid "During printing, the database information replaces the corresponding database fields (placeholders). For more information about inserting database fields refer to the <link href=\"text/swriter/01/04090006.xhp\" name=\"Database\"><emph>Database</emph></link> tab page under <emph>Insert - Field - More Fields</emph>."
|
||||
msgstr "Під час друку інформація з бази даних замінить відповідні поля (заповнювачі). Детальніше щодо вставляння полів бази даних див. на вкладці <link href=\"text/swriter/01/04090006.xhp\" name=\"Database\"><emph>База даних</emph></link> вікна <emph>Вставка - Поля - Інші поля</emph>."
|
||||
|
||||
#: 01150000.xhp
|
||||
@@ -10023,12 +10023,12 @@ msgid "To display conditional text based on the number of pages:"
|
||||
msgstr "Щоб показати умовний текст на основі числа сторінок:"
|
||||
|
||||
#: 04090200.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"04090200.xhp\n"
|
||||
"par_id3150333\n"
|
||||
"136\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Fields - More Fields</emph>, and then click the <emph>Functions</emph> tab."
|
||||
msgid "Choose <emph>Insert - Field - More Fields</emph>, and then click the <emph>Functions</emph> tab."
|
||||
msgstr "Виберіть <emph>Вставка - Поля - Більше полів</emph> і клацніть вкладку <emph>Функції</emph>."
|
||||
|
||||
#: 04090200.xhp
|
||||
@@ -10086,12 +10086,12 @@ msgid "To display conditional text based on a user-defined Variable"
|
||||
msgstr "Щоб відобразити умовний текст на основі визначеної користувачем змінної"
|
||||
|
||||
#: 04090200.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"04090200.xhp\n"
|
||||
"par_id3155836\n"
|
||||
"138\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Fields - More Fields</emph>, and then click the <emph>Variables</emph> tab."
|
||||
msgid "Choose <emph>Insert - Field - More Fields</emph>, and then click the <emph>Variables</emph> tab."
|
||||
msgstr "Виберіть <emph>Вставка - Поля - Більше полів</emph> і клацніть вкладку <emph>Змінні</emph>."
|
||||
|
||||
#: 04090200.xhp
|
||||
@@ -10203,12 +10203,12 @@ msgid "The first part of this example inserts a space between the \"First Name\"
|
||||
msgstr "У першій частині даного прикладу в документ вставляється пропуск між полями «Ім'я» та «Прізвище», а в другій частині вставляється текст, заснований на вмісті поля. В даному прикладі потрібне зареєстроване в $[officename] джерело адрес."
|
||||
|
||||
#: 04090200.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"04090200.xhp\n"
|
||||
"par_id3150523\n"
|
||||
"145\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Fields - More Fields</emph>, and then click the <emph>Database</emph> tab."
|
||||
msgid "Choose <emph>Insert - Field - More Fields</emph>, and then click the <emph>Database</emph> tab."
|
||||
msgstr "Виберіть <emph>Вставка - Поля - Більше полів</emph> і клацніть вкладку <emph>База даних</emph>."
|
||||
|
||||
#: 04090200.xhp
|
||||
@@ -13083,14 +13083,13 @@ msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"bm_id3148768\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>editing; concordance files</bookmark_value><bookmark_value>concordance files; definition</bookmark_value>"
|
||||
msgid "<bookmark_value>editing; concordance files</bookmark_value> <bookmark_value>concordance files; definition</bookmark_value>"
|
||||
msgstr ""
|
||||
|
||||
#: 04120250.xhp
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"hd_id3148768\n"
|
||||
"1\n"
|
||||
"help.text"
|
||||
msgid "Edit Concordance File"
|
||||
msgstr "Редагування файлу відповідності"
|
||||
@@ -13099,7 +13098,6 @@ msgstr "Редагування файлу відповідності"
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3151180\n"
|
||||
"2\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/swriter/ui/createautomarkdialog/CreateAutomarkDialog\">Create or edit a list of words to include in an Alphabetical Index.</ahelp> A concordance file lists words that should be referenced in an alphabetical index, together with the page number(s) where they appear in the document."
|
||||
msgstr ""
|
||||
@@ -13109,14 +13107,13 @@ msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id837427\n"
|
||||
"help.text"
|
||||
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 to enter every word just once, then use the list many times."
|
||||
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 ""
|
||||
|
||||
#: 04120250.xhp
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"hd_id3154645\n"
|
||||
"19\n"
|
||||
"help.text"
|
||||
msgid "To access the Edit Concordance File dialog:"
|
||||
msgstr ""
|
||||
@@ -13133,7 +13130,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3145420\n"
|
||||
"21\n"
|
||||
"help.text"
|
||||
msgid "In the <emph>Type </emph>box, select \"Alphabetical Index\"."
|
||||
msgstr ""
|
||||
@@ -13142,7 +13138,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3154107\n"
|
||||
"22\n"
|
||||
"help.text"
|
||||
msgid "In the <emph>Options </emph>area, select the <emph>Concordance file</emph> check box."
|
||||
msgstr ""
|
||||
@@ -13151,7 +13146,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3153668\n"
|
||||
"23\n"
|
||||
"help.text"
|
||||
msgid "Click the <emph>File</emph> button, and then choose <emph>New</emph> or <emph>Edit</emph>."
|
||||
msgstr ""
|
||||
@@ -13160,7 +13154,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3154470\n"
|
||||
"24\n"
|
||||
"help.text"
|
||||
msgid "A concordance file contains the following fields:"
|
||||
msgstr ""
|
||||
@@ -13169,7 +13162,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3152953\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "\"Search term\" refers to the index entry that you want to mark in the document."
|
||||
msgstr ""
|
||||
@@ -13178,7 +13170,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3155896\n"
|
||||
"4\n"
|
||||
"help.text"
|
||||
msgid "\"Alternative entry\" refers to the index entry that you want to appear in the index."
|
||||
msgstr ""
|
||||
@@ -13187,7 +13178,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3154194\n"
|
||||
"5\n"
|
||||
"help.text"
|
||||
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 ""
|
||||
@@ -13196,7 +13186,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3155184\n"
|
||||
"6\n"
|
||||
"help.text"
|
||||
msgid "\"Match case\" means that uppercase and lowercase letters are considered."
|
||||
msgstr ""
|
||||
@@ -13205,7 +13194,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3143282\n"
|
||||
"7\n"
|
||||
"help.text"
|
||||
msgid "\"Word only\" searches for the term as a single word."
|
||||
msgstr ""
|
||||
@@ -13214,7 +13202,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3147220\n"
|
||||
"8\n"
|
||||
"help.text"
|
||||
msgid "To enable the \"Match case\" or \"Word only\" options, click in the corresponding cell, and then select the check box."
|
||||
msgstr ""
|
||||
@@ -13223,7 +13210,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"hd_id3153629\n"
|
||||
"25\n"
|
||||
"help.text"
|
||||
msgid "To create a concordance file without the Edit Concordance File dialog:"
|
||||
msgstr ""
|
||||
@@ -13232,7 +13218,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3153644\n"
|
||||
"9\n"
|
||||
"help.text"
|
||||
msgid "Use the following format guidelines when you create a concordance file:"
|
||||
msgstr ""
|
||||
@@ -13241,7 +13226,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3152770\n"
|
||||
"10\n"
|
||||
"help.text"
|
||||
msgid "Each entry in the concordance file is on a separate line."
|
||||
msgstr ""
|
||||
@@ -13250,7 +13234,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3155142\n"
|
||||
"26\n"
|
||||
"help.text"
|
||||
msgid "Commented lines start with #."
|
||||
msgstr ""
|
||||
@@ -13259,7 +13242,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3153354\n"
|
||||
"11\n"
|
||||
"help.text"
|
||||
msgid "Use the following format for the entries:"
|
||||
msgstr ""
|
||||
@@ -13268,7 +13250,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3149172\n"
|
||||
"12\n"
|
||||
"help.text"
|
||||
msgid "Search term;Alternative entry;1st key;2nd key;Match case;Word only"
|
||||
msgstr ""
|
||||
@@ -13277,7 +13258,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3156270\n"
|
||||
"13\n"
|
||||
"help.text"
|
||||
msgid "The entries \"Match case\" and \"Word only\" are interpreted as \"No\" or FALSE if they are empty or zero (0). All other contents are interpreted as \"Yes\" or TRUE."
|
||||
msgstr ""
|
||||
@@ -13286,7 +13266,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"hd_id3145778\n"
|
||||
"27\n"
|
||||
"help.text"
|
||||
msgid "Example"
|
||||
msgstr "Приклад"
|
||||
@@ -13295,7 +13274,6 @@ msgstr "Приклад"
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3155907\n"
|
||||
"14\n"
|
||||
"help.text"
|
||||
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 ""
|
||||
@@ -13304,7 +13282,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3151370\n"
|
||||
"15\n"
|
||||
"help.text"
|
||||
msgid "Boston;Boston;Cities;;0;0"
|
||||
msgstr ""
|
||||
@@ -13313,7 +13290,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3151383\n"
|
||||
"16\n"
|
||||
"help.text"
|
||||
msgid "This also finds \"Boston\" if it is written in lowercase letters."
|
||||
msgstr ""
|
||||
@@ -13322,7 +13298,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3155866\n"
|
||||
"17\n"
|
||||
"help.text"
|
||||
msgid "To include the \"Beacon Hill\" district in Boston under the \"Cities\" entry, enter the following line:"
|
||||
msgstr ""
|
||||
@@ -13331,7 +13306,6 @@ msgstr ""
|
||||
msgctxt ""
|
||||
"04120250.xhp\n"
|
||||
"par_id3150116\n"
|
||||
"18\n"
|
||||
"help.text"
|
||||
msgid "Beacon Hill;Boston;Cities;"
|
||||
msgstr ""
|
||||
@@ -13755,13 +13729,14 @@ msgid "Name"
|
||||
msgstr "Назва"
|
||||
|
||||
#: 04150000.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"04150000.xhp\n"
|
||||
"par_id3154099\n"
|
||||
"5\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/swriter/ui/inserttable/nameedit\">Enter a name for the table.</ahelp>"
|
||||
msgstr ""
|
||||
msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/name\">Введіть назву для вибраного елемента.</ahelp>"
|
||||
|
||||
#: 04150000.xhp
|
||||
msgctxt ""
|
||||
@@ -13845,13 +13820,14 @@ msgid "Heading"
|
||||
msgstr "Заголовок"
|
||||
|
||||
#: 04150000.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"04150000.xhp\n"
|
||||
"par_id3155188\n"
|
||||
"43\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/swriter/ui/inserttable/headercb\">Includes a heading row in the table.</ahelp>"
|
||||
msgstr ""
|
||||
msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/name\">Введіть назву для вибраного елемента.</ahelp>"
|
||||
|
||||
#: 04150000.xhp
|
||||
msgctxt ""
|
||||
@@ -14396,7 +14372,7 @@ msgctxt ""
|
||||
"04220000.xhp\n"
|
||||
"par_id3153921\n"
|
||||
"help.text"
|
||||
msgid "To remove a header, choose <emph>Insert - </emph><emph>Header and Footer - </emph><emph>Header</emph>, and then select the page style containing the header. The header is removed from all of the pages that use this page style."
|
||||
msgid "To remove a header, choose <emph>Insert - Header and Footer - Header</emph>, and then select the page style containing the header. The header is removed from all of the pages that use this page style."
|
||||
msgstr ""
|
||||
|
||||
#: 04220000.xhp
|
||||
@@ -14404,7 +14380,7 @@ msgctxt ""
|
||||
"04220000.xhp\n"
|
||||
"par_id3150761\n"
|
||||
"help.text"
|
||||
msgid "To add or remove headers from all of the page styles that are in use in the document, choose <emph>Insert - </emph><emph>Header and Footer - </emph><emph>Header - All</emph>."
|
||||
msgid "To add or remove headers from all of the page styles that are in use in the document, choose <emph>Insert - Header and Footer - Header - All</emph>."
|
||||
msgstr ""
|
||||
|
||||
#: 04220000.xhp
|
||||
@@ -14460,7 +14436,7 @@ msgctxt ""
|
||||
"04230000.xhp\n"
|
||||
"par_id3150566\n"
|
||||
"help.text"
|
||||
msgid "To remove a footer, choose <emph>Insert - </emph><emph>Header and Footer - </emph><emph>Footer</emph>, and then select the page style containing the footer. The footer is removed from all of the pages that use this page style."
|
||||
msgid "To remove a footer, choose <emph>Insert - Header and Footer - Footer</emph>, and then select the page style containing the footer. The footer is removed from all of the pages that use this page style."
|
||||
msgstr ""
|
||||
|
||||
#: 04230000.xhp
|
||||
@@ -14468,7 +14444,7 @@ msgctxt ""
|
||||
"04230000.xhp\n"
|
||||
"par_id3153923\n"
|
||||
"help.text"
|
||||
msgid "To add or remove footers from all of the page styles that are in use in the document, choose <emph>Insert - </emph><emph>Header and Footer - </emph><emph>Footer - All</emph>."
|
||||
msgid "To add or remove footers from all of the page styles that are in use in the document, choose <emph>Insert - Header and Footer - Footer - All</emph>."
|
||||
msgstr ""
|
||||
|
||||
#: 04230000.xhp
|
||||
@@ -19165,13 +19141,14 @@ msgid "Protect Contents"
|
||||
msgstr ""
|
||||
|
||||
#: 05060900.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"05060900.xhp\n"
|
||||
"par_id3149105\n"
|
||||
"17\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/protectcontent\">Prevents changes to the contents of the selected item.</ahelp>"
|
||||
msgstr ""
|
||||
msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/name\">Введіть назву для вибраного елемента.</ahelp>"
|
||||
|
||||
#: 05060900.xhp
|
||||
msgctxt ""
|
||||
|
||||
@@ -3,18 +3,18 @@ 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: 2016-04-16 21:40+0200\n"
|
||||
"PO-Revision-Date: 2016-04-02 09:54+0000\n"
|
||||
"Last-Translator: Андрій Бандура <andriykopanytsia@gmail.com>\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
|
||||
"PO-Revision-Date: 2016-04-17 00:12+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: Pootle 2.7\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-POOTLE-MTIME: 1459590842.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1460851927.000000\n"
|
||||
|
||||
#: 02110000.xhp
|
||||
msgctxt ""
|
||||
@@ -3434,12 +3434,12 @@ msgid "<ahelp hid=\".uno:InsertDateField\">Inserts the current date as a field.<
|
||||
msgstr "<ahelp hid=\".uno:InsertDateField\">Вставляє поточну дату як поле.</ahelp> Використовується стандартний формат дати. Дата не оновлюється автоматично."
|
||||
|
||||
#: 18030100.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"18030100.xhp\n"
|
||||
"par_id3151312\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "If you would like to define a different date format, or have the date updated automatically, select <emph>Insert - Fields - More Fields</emph> to insert a field command and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The format of an existing date field can be modified at any time by choosing <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>."
|
||||
msgid "If you would like to define a different date format, or have the date updated automatically, select <emph>Insert - Field - More Fields</emph> to insert a field command and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The format of an existing date field can be modified at any time by choosing <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>."
|
||||
msgstr "Якщо ви бажаєте задати інший формат дати або забезпечити автоматичне оновлення дати, виберіть <emph>Вставка - Поля - Інші поля</emph>, щоб відкрити діалогове вікно the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> і зробити бажані налаштування. Формат наявного поля дати можна змінити, вибравши команду <link href=\"text/swriter/01/02140000.xhp\" name=\"Зміни - Поля\"><emph>Зміни - Поля</emph></link>."
|
||||
|
||||
#: 18030200.xhp
|
||||
@@ -3477,12 +3477,12 @@ msgid "<ahelp hid=\".uno:InsertTimeField\" visibility=\"visible\">Inserts the cu
|
||||
msgstr "<ahelp hid=\".uno:InsertTimeField\" visibility=\"visible\">Вставляє поточний час як поле.</ahelp> Час береться безпосередньо з параметрів операційної системи. Застосовується формат фіксованого часу, який не може оновлюватися за допомогою клавіші F9."
|
||||
|
||||
#: 18030200.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"18030200.xhp\n"
|
||||
"par_id3151177\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "To assign a different time format, or adapt the actual time data, select <emph>Insert - Fields - More Fields</emph> and make the desired changes in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. Additionally, you can modify the format of an inserted time field at any time by choosing <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>."
|
||||
msgid "To assign a different time format, or adapt the actual time data, select <emph>Insert - Field - More Fields</emph> and make the desired changes in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. Additionally, you can modify the format of an inserted time field at any time by choosing <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>."
|
||||
msgstr "Щоб задати інший формат часу або змінити наявні часові дані, виберіть <emph>Вставка - Поля - Інші поля</emph> і зробіть потрібні виправлення у діалоговому вікні <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link>. Крім того, можна змінити формат поля часу, вставленого раніше, вибравши команду <link href=\"text/swriter/01/02140000.xhp\" name=\"Зміни - Поля\"><emph>Зміни - Поля</emph></link>."
|
||||
|
||||
#: 18030300.xhp
|
||||
@@ -3508,7 +3508,7 @@ msgctxt ""
|
||||
"18030300.xhp\n"
|
||||
"par_id3150760\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">Inserts the current page number as a field at the cursor position.</ahelp> The default setting is for it to use the <emph>Page </emph><emph>Number</emph> character style."
|
||||
msgid "<ahelp hid=\".\">Inserts the current page number as a field at the cursor position.</ahelp> The default setting is for it to use the <emph>Page Number</emph> character style."
|
||||
msgstr ""
|
||||
|
||||
#: 18030300.xhp
|
||||
@@ -3517,7 +3517,7 @@ msgctxt ""
|
||||
"18030300.xhp\n"
|
||||
"par_id3151175\n"
|
||||
"help.text"
|
||||
msgid "If you would like to define a different format or modify the page number, insert a field with <emph>Insert - Fields - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. It is also possible to edit a field inserted with the <emph>Page Number</emph> command with <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>. To change page numbers, read the <link href=\"text/swriter/guide/pagenumbers.xhp\" name=\"Page Numbers\"><emph>Page Numbers</emph></link> guide."
|
||||
msgid "If you would like to define a different format or modify the page number, insert a field with <emph>Insert - Field - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. It is also possible to edit a field inserted with the <emph>Page Number</emph> command with <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>. To change page numbers, read the <link href=\"text/swriter/guide/pagenumbers.xhp\" name=\"Page Numbers\"><emph>Page Numbers</emph></link> guide."
|
||||
msgstr "Якщо потрібно визначити інший формат або змінити номер сторінки, вставте поле за допомогою команди <emph>Вставка - Поля - Інші поля</emph> і встановіть потрібні параметри у діалоговому вікні <link href=\"text/swriter/01/04090000.xhp\" name=\"Поля\"><emph>Поля</emph></link>. Поле, вставлене за командою <emph>Номери сторінок</emph>, можна також відредагувати командою <link href=\"text/swriter/01/02140000.xhp\" name=\"Зміни - Поля\"><emph>Зміни - Поля</emph></link>. Інформацію щодо зміни номерів сторінок див. у посібнику <link href=\"text/swriter/guide/pagenumbers.xhp\" name=\"Номери сторінок\"><emph>Номери сторінок</emph></link>."
|
||||
|
||||
#: 18030400.xhp
|
||||
@@ -3590,12 +3590,12 @@ msgid "<ahelp hid=\".uno:InsertTopicField\">Inserts the subject specified in the
|
||||
msgstr "<ahelp hid=\".uno:InsertTopicField\" visibility=\"visible\">Вставляє як поле тему, вказану у властивостях документа.</ahelp> Це поле відображує дані, введені в поле <emph>Тема</emph> на вкладці <emph>Файл - Властивості - Опис</emph>."
|
||||
|
||||
#: 18030500.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"18030500.xhp\n"
|
||||
"par_id3156380\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "If you would like to insert a different document property as a field, select <emph>Insert - Fields - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties."
|
||||
msgid "If you would like to insert a different document property as a field, select <emph>Insert - Field - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties."
|
||||
msgstr "Якщо потрібно вставити як поле іншу властивість документа, виберіть пункт меню <emph>Вставити - Поля - Інші поля</emph> і задайте потрібні параметри в діалоговому вікні <link href=\"text/swriter/01/04090000.xhp\" name=\"Поля\"><emph>Поля</emph></link>. Категорія <emph>Відомості про документ</emph> містить всі поля, представлені у властивостях документа."
|
||||
|
||||
#: 18030600.xhp
|
||||
@@ -3625,12 +3625,12 @@ msgid "<ahelp hid=\".uno:InsertTitleField\">Inserts the title specified in the d
|
||||
msgstr "<ahelp hid=\".uno:InsertTitleField\">Вставляє як поле заголовок, вказаний у властивостях документа.</ahelp> Це поле відображує дані, введені в поле <emph>Заголовок</emph> на вкладці <emph>Файл - Властивості - Опис</emph>."
|
||||
|
||||
#: 18030600.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"18030600.xhp\n"
|
||||
"par_id3148768\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "If you would like to insert a different document property as a field, select <emph>Insert - Fields - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties."
|
||||
msgid "If you would like to insert a different document property as a field, select <emph>Insert - Field - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties."
|
||||
msgstr "Якщо потрібно вставити як поле іншу властивість документа, виберіть пункт меню <emph>Вставити - Поля - Інші поля</emph> і задайте потрібні параметри в діалоговому вікні <link href=\"text/swriter/01/04090000.xhp\" name=\"Поля\"><emph>Поля</emph></link>. Категорія <emph>Відомості про документ</emph> містить всі поля, представлені у властивостях документа."
|
||||
|
||||
#: 18030700.xhp
|
||||
|
||||
@@ -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: 2016-01-08 13:42+0100\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
|
||||
"PO-Revision-Date: 2016-01-09 23:25+0000\n"
|
||||
"Last-Translator: Olexandr Pylypchuk <pilipchukap@rambler.ru>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -12,8 +12,8 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: Pootle 2.7\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1452381945.000000\n"
|
||||
|
||||
#: 01020000.xhp
|
||||
@@ -1310,12 +1310,13 @@ msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinlin
|
||||
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline>+Клавіші зі стрілками"
|
||||
|
||||
#: 01020000.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"01020000.xhp\n"
|
||||
"par_id6164433\n"
|
||||
"help.text"
|
||||
msgid "Move cursor to end of paragraph."
|
||||
msgstr "Перемістити курсор в кінець абзацу."
|
||||
msgid "Move cursor to beginning of next paragraph."
|
||||
msgstr "Перемістіть курсор на початок абзацу"
|
||||
|
||||
#: 01020000.xhp
|
||||
msgctxt ""
|
||||
|
||||
@@ -3,18 +3,18 @@ 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: 2016-04-16 21:40+0200\n"
|
||||
"PO-Revision-Date: 2016-04-14 17:57+0000\n"
|
||||
"Last-Translator: Андрій Бандура <andriykopanytsia@gmail.com>\n"
|
||||
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
|
||||
"PO-Revision-Date: 2016-04-17 00:12+0000\n"
|
||||
"Last-Translator: Anonymous Pootle User\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: Pootle 2.7\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-POOTLE-MTIME: 1460656646.000000\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
"X-POOTLE-MTIME: 1460851960.000000\n"
|
||||
|
||||
#: anchor_object.xhp
|
||||
msgctxt ""
|
||||
@@ -3222,11 +3222,12 @@ msgid "The first part of the example is to define a variable for the condition s
|
||||
msgstr "Спочатку треба визначити змінну для оператора умови."
|
||||
|
||||
#: conditional_text.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"conditional_text.xhp\n"
|
||||
"par_id3155566\n"
|
||||
"help.text"
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Variables</item> tab."
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item>, and then click the <item type=\"menuitem\">Variables</item> tab."
|
||||
msgstr "Виберіть <item type=\"menuitem\">Вставка - Поля - Інші поля</item>, а потім клацніть вкладку <item type=\"menuitem\">Змінні</item>."
|
||||
|
||||
#: conditional_text.xhp
|
||||
@@ -3286,11 +3287,12 @@ msgid "Place the cursor where you want to insert the conditional text in your te
|
||||
msgstr "Помістіть курсор у тексті туди, куди потрібно вставити умовний текст."
|
||||
|
||||
#: conditional_text.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"conditional_text.xhp\n"
|
||||
"par_id3151212\n"
|
||||
"help.text"
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab."
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab."
|
||||
msgstr "Виберіть <item type=\"menuitem\">Вставка - Поля - Інші поля</item>, а потім клацніть вкладку <item type=\"menuitem\">Функції</item>."
|
||||
|
||||
#: conditional_text.xhp
|
||||
@@ -3422,19 +3424,21 @@ msgid "Place the cursor in your document where you want to insert the page count
|
||||
msgstr "Помістіть курсор у тому місці документа, куди необхідно вставити кількість сторінок."
|
||||
|
||||
#: conditional_text2.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"conditional_text2.xhp\n"
|
||||
"par_id3150513\n"
|
||||
"help.text"
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Fields - Page Count</item>, and then enter a space."
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Field - Page Count</item>, and then enter a space."
|
||||
msgstr "Виберіть команду <item type=\"menuitem\">Вставка – Поля – Кількість сторінок</item> і натисніть пропуск."
|
||||
|
||||
#: conditional_text2.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"conditional_text2.xhp\n"
|
||||
"par_id3150537\n"
|
||||
"help.text"
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab."
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab."
|
||||
msgstr "Виберіть <item type=\"menuitem\">Вставка - Поля - Інші поля</item>, а потім клацніть вкладку <item type=\"menuitem\">Функції</item>."
|
||||
|
||||
#: conditional_text2.xhp
|
||||
@@ -4080,11 +4084,12 @@ msgid "You can insert the current date as a field that updates each time you ope
|
||||
msgstr "Можна вставити поточну дату як поле, яке оновлюватиметься при кожному відкритті документа, або як неоновлюване поле."
|
||||
|
||||
#: fields_date.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"fields_date.xhp\n"
|
||||
"par_id3147679\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Fields - More Fields</emph> and click the <emph>Document</emph> tab."
|
||||
msgid "Choose <emph>Insert - Field - More Fields</emph> and click the <emph>Document</emph> tab."
|
||||
msgstr "Виберіть <emph>Вставка - Поля - Інші поля</emph>, а потім клацніть вкладку <emph>Документ</emph>."
|
||||
|
||||
#: fields_date.xhp
|
||||
@@ -4144,11 +4149,12 @@ msgid "An input field is a variable that you can click in a document to open a d
|
||||
msgstr "Поле вводу - це змінна в документі, яку можна натиснути, щоб відкрити діалогове вікно для її редагування."
|
||||
|
||||
#: fields_enter.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"fields_enter.xhp\n"
|
||||
"par_id3145776\n"
|
||||
"help.text"
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item> and click the <item type=\"menuitem\">Functions</item> tab."
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item> and click the <item type=\"menuitem\">Functions</item> tab."
|
||||
msgstr "Виберіть <item type=\"menuitem\">Вставка - Поля - Інші поля</item>, а потім клацніть вкладку <item type=\"menuitem\">Функції</item>."
|
||||
|
||||
#: fields_enter.xhp
|
||||
@@ -5000,11 +5006,12 @@ msgid "Choose <emph>Insert - Footer</emph> and select the page style that you wa
|
||||
msgstr "Виберіть команду <emph>Вставка - Нижній колонтитул</emph> і виберіть стиль сторінки, до якого бажаєте додати колонтитул."
|
||||
|
||||
#: footer_nextpage.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"footer_nextpage.xhp\n"
|
||||
"par_id3147109\n"
|
||||
"help.text"
|
||||
msgid "Place the cursor in the footer and choose <emph>Insert - Fields - More Fields</emph>."
|
||||
msgid "Place the cursor in the footer and choose <emph>Insert - Field - More Fields</emph>."
|
||||
msgstr "Помістіть курсор у нижній колонтитул і виберіть команду <emph>Вставка - Поля - Інші поля</emph>."
|
||||
|
||||
#: footer_nextpage.xhp
|
||||
@@ -5098,12 +5105,12 @@ msgid "Choose <emph>Insert - Footer</emph> and select the page style that you wa
|
||||
msgstr "Виберіть команду <emph>Вставка - Нижній колонтитул</emph> і виберіть стиль сторінки, до якого бажаєте додати колонтитул."
|
||||
|
||||
#: footer_pagenumber.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"footer_pagenumber.xhp\n"
|
||||
"par_id3150534\n"
|
||||
"3\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Fields - Page Number</emph>."
|
||||
msgid "Choose <emph>Insert - Field - Page Number</emph>."
|
||||
msgstr "Виберіть <emph>Вставити - Поля - Номер сторінки</emph>."
|
||||
|
||||
#: footer_pagenumber.xhp
|
||||
@@ -5133,12 +5140,12 @@ msgid "Click in front of the page number field, type <item type=\"literal\">Page
|
||||
msgstr "Клацніть перед полем номера сторінки і введіть слово <item type=\"literal\">Сторінка</item>, потім після пропуску введіть слово <item type=\"literal\">з</item> і вставте ще один пропуск."
|
||||
|
||||
#: footer_pagenumber.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"footer_pagenumber.xhp\n"
|
||||
"par_id3155554\n"
|
||||
"7\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Fields - Page Count</emph>."
|
||||
msgid "Choose <emph>Insert - Field - Page Count</emph>."
|
||||
msgstr "Виберіть <emph>Вставити - Поля - Кількість сторінок</emph>."
|
||||
|
||||
#: footnote_usage.xhp
|
||||
@@ -6388,11 +6395,12 @@ msgid "Click in the header or footer."
|
||||
msgstr "Натисніть верхній або нижній колонтитул."
|
||||
|
||||
#: header_with_chapter.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"header_with_chapter.xhp\n"
|
||||
"par_id3146863\n"
|
||||
"help.text"
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item> and click the <item type=\"menuitem\">Document</item> tab."
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item> and click the <item type=\"menuitem\">Document</item> tab."
|
||||
msgstr "Виберіть <item type=\"menuitem\">Вставка - Поля - Інші поля</item>, а потім клацніть вкладку <item type=\"menuitem\">Функції</item>."
|
||||
|
||||
#: header_with_chapter.xhp
|
||||
@@ -6543,12 +6551,12 @@ msgid "To Create a Variable"
|
||||
msgstr "Створення змінної"
|
||||
|
||||
#: hidden_text.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"hidden_text.xhp\n"
|
||||
"par_id3153131\n"
|
||||
"20\n"
|
||||
"help.text"
|
||||
msgid "Click in your document and choose <emph>Insert - Fields - More Fields</emph>."
|
||||
msgid "Click in your document and choose <emph>Insert - Field - More Fields</emph>."
|
||||
msgstr "Помістіть курсор у вашому документі і виберіть <emph>Вставка - Поля - Інші</emph>."
|
||||
|
||||
#: hidden_text.xhp
|
||||
@@ -6624,12 +6632,12 @@ msgid "Click in the document where you want to add the text."
|
||||
msgstr "Натисніть у тому місці документа, де ви хочете додати текст."
|
||||
|
||||
#: hidden_text.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"hidden_text.xhp\n"
|
||||
"par_id3145409\n"
|
||||
"5\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Fields - More Fields</emph> and click the <emph>Functions</emph> tab."
|
||||
msgid "Choose <emph>Insert - Field - More Fields</emph> and click the <emph>Functions</emph> tab."
|
||||
msgstr "Виберіть <emph>Вставка - Поля - Інші</emph> та клацніть вкладку <emph>Функції</emph>."
|
||||
|
||||
#: hidden_text.xhp
|
||||
@@ -6687,13 +6695,13 @@ msgid "Click in the paragraph where you want to add the text."
|
||||
msgstr "Помістите курсор у тому місці абзацу, куди потрібно додати текст."
|
||||
|
||||
#: hidden_text.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"hidden_text.xhp\n"
|
||||
"par_id3154872\n"
|
||||
"35\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Fields - More Fields</emph> and click the <emph>Functions</emph> tab."
|
||||
msgstr "Виберіть <emph>Вставка - Поля -Інші</emph> та клацніть вкладку <emph>Функції</emph>."
|
||||
msgid "Choose <emph>Insert - Field - More Fields</emph> and click the <emph>Functions</emph> tab."
|
||||
msgstr "Виберіть <emph>Вставка - Поля - Інші</emph> та клацніть вкладку <emph>Функції</emph>."
|
||||
|
||||
#: hidden_text.xhp
|
||||
msgctxt ""
|
||||
@@ -6792,12 +6800,12 @@ msgid "<link href=\"text/swriter/guide/nonprintable_text.xhp\" name=\"Creating N
|
||||
msgstr "<link href=\"text/swriter/guide/nonprintable_text.xhp\" name=\"Створення недрукованого тексту\">Створення недрукованого тексту</link>"
|
||||
|
||||
#: hidden_text.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"hidden_text.xhp\n"
|
||||
"par_id3148603\n"
|
||||
"10\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/swriter/01/04090000.xhp\" name=\"Insert - Fields - Other\">Insert - Fields - More Fields</link>"
|
||||
msgid "<link href=\"text/swriter/01/04090000.xhp\" name=\"Insert - Fields - Other\">Insert - Field - More Fields</link>"
|
||||
msgstr "<link href=\"text/swriter/01/04090000.xhp\" name=\"Вставка - Поля - Інші\">Вставка - Поля - Інші</link>"
|
||||
|
||||
#: hidden_text.xhp
|
||||
@@ -9509,11 +9517,12 @@ msgid "Type the text that you want to assign numbering to, for example, \"Quotat
|
||||
msgstr "Введіть текст, який ви бажаєте призначити нумерації, наприклад, \"Номер цитати\"."
|
||||
|
||||
#: number_sequence.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"number_sequence.xhp\n"
|
||||
"par_id3155048\n"
|
||||
"help.text"
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Variables</item> tab."
|
||||
msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item>, and then click the <item type=\"menuitem\">Variables</item> tab."
|
||||
msgstr "Виберіть <item type=\"menuitem\">Вставка - Поля - Інші поля</item>, а потім клацніть вкладку <item type=\"menuitem\">Змінні</item>."
|
||||
|
||||
#: number_sequence.xhp
|
||||
@@ -10373,11 +10382,12 @@ msgid "To Insert Page Numbers"
|
||||
msgstr "Щоб вставити номери сторінок"
|
||||
|
||||
#: pagenumbers.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"pagenumbers.xhp\n"
|
||||
"par_id8611102\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Fields - Page Number</emph> to insert a page number at the current cursor position."
|
||||
msgid "Choose <emph>Insert - Field - Page Number</emph> to insert a page number at the current cursor position."
|
||||
msgstr "Виберіть <emph>Вставити - Поля - Номер сторінки</emph> для вставки номера сторінки в поточну позицію курсора ."
|
||||
|
||||
#: pagenumbers.xhp
|
||||
@@ -13558,11 +13568,12 @@ msgid "You can manually check the spelling and grammar of a text selection or th
|
||||
msgstr "Перевірити правопис і граматику у вибраному фрагменті тексту або у всьому документі можна вручну."
|
||||
|
||||
#: spellcheck_dialog.xhp
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
"spellcheck_dialog.xhp\n"
|
||||
"par_id0525200902184476\n"
|
||||
"help.text"
|
||||
msgid "To check the spelling and the grammar of a text, the appropriate dictionaries must be installed. For many languages three different dictionaries exist: a spellchecker, a hyphenation dictionary, and a thesaurus. Each dictionary covers one language only. Grammar checkers can be downloaded and installed as extensions. See the <link href=\"http://extensions.libreoffice.org/dictionary\">extensions web page</link>."
|
||||
msgid "To check the spelling and the grammar of a text, the appropriate dictionaries must be installed. For many languages three different dictionaries exist: a spellchecker, a hyphenation dictionary, and a thesaurus. Each dictionary covers one language only. Grammar checkers can be downloaded and installed as extensions. See the <link href=\"http://extensions.libreoffice.org/extension-center?getCategories=Dictionary\">extensions web page</link>."
|
||||
msgstr "Для перевірки правопису і граматики тексту потрібно встановити відповідні словники. Для більшості мов доступні три різні словники: орфографічний словник, словник переносів і тезаурус. Кожен словник використовується тільки для однієї мови. Засоби перевірки граматики можна звантажити і встановити у вигляді розширень. Відвідайте веб-сторінку з розширеннями <link href=\"http://extensions.libreoffice.org/dictionary\">.</link>."
|
||||
|
||||
#: spellcheck_dialog.xhp
|
||||
|
||||
150
source/uk/helpcontent2/source/text/swriter/menu.po
Normal file
150
source/uk/helpcontent2/source/text/swriter/menu.po
Normal file
@@ -0,0 +1,150 @@
|
||||
#. extracted from helpcontent2/source/text/swriter/menu
|
||||
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: 2016-05-07 21:35+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Accelerator-Marker: ~\n"
|
||||
"X-Generator: LibreOffice\n"
|
||||
|
||||
#: insert_footnote_endnote.xhp
|
||||
msgctxt ""
|
||||
"insert_footnote_endnote.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Footnote and Endnote"
|
||||
msgstr ""
|
||||
|
||||
#: insert_footnote_endnote.xhp
|
||||
msgctxt ""
|
||||
"insert_footnote_endnote.xhp\n"
|
||||
"hd_id03042016113344773\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/swriter/menu/insert_footnote_endnote.xhp\">Footnote and Endnote</link>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_footnote_endnote.xhp
|
||||
msgctxt ""
|
||||
"insert_footnote_endnote.xhp\n"
|
||||
"par_id030420161136126396\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">The menu contains commands to insert a footnote or endnote with or without additional user interaction.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_footnote_endnote.xhp
|
||||
msgctxt ""
|
||||
"insert_footnote_endnote.xhp\n"
|
||||
"par_id03042016113613789\n"
|
||||
"help.text"
|
||||
msgid "Footnote"
|
||||
msgstr ""
|
||||
|
||||
#: insert_footnote_endnote.xhp
|
||||
msgctxt ""
|
||||
"insert_footnote_endnote.xhp\n"
|
||||
"par_id030420161138373075\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".uno:InsertFootnote\">Insert a footnote at the current cursor position without a prompt.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_footnote_endnote.xhp
|
||||
msgctxt ""
|
||||
"insert_footnote_endnote.xhp\n"
|
||||
"hd_id030420161138377837\n"
|
||||
"help.text"
|
||||
msgid "Endnote"
|
||||
msgstr ""
|
||||
|
||||
#: insert_footnote_endnote.xhp
|
||||
msgctxt ""
|
||||
"insert_footnote_endnote.xhp\n"
|
||||
"par_id030420161138378865\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".uno:InsertEndnote\">Insert a endnote at the current cursor position without a prompt.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_footnote_endnote.xhp
|
||||
msgctxt ""
|
||||
"insert_footnote_endnote.xhp\n"
|
||||
"hd_id3147231\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/swriter/01/04030000.xhp\" name=\"Footnote\">Footnote or Endnote</link>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_frame.xhp
|
||||
msgctxt ""
|
||||
"insert_frame.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Frame"
|
||||
msgstr ""
|
||||
|
||||
#: insert_frame.xhp
|
||||
msgctxt ""
|
||||
"insert_frame.xhp\n"
|
||||
"hd_id030720160601535384\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/swriter/menu/insert_frame.xhp\">Frame</link>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_frame.xhp
|
||||
msgctxt ""
|
||||
"insert_frame.xhp\n"
|
||||
"par_id030720160603138925\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">This submenu contains both interactive and non-interactive means of inserting a frame.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_frame.xhp
|
||||
msgctxt ""
|
||||
"insert_frame.xhp\n"
|
||||
"hd_id030720160605268360\n"
|
||||
"help.text"
|
||||
msgid "Frame Interactively"
|
||||
msgstr ""
|
||||
|
||||
#: insert_frame.xhp
|
||||
msgctxt ""
|
||||
"insert_frame.xhp\n"
|
||||
"par_id030720160605261333\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".uno:InsertFrameInteract\">Insert a frame by drawing its shape with the mouse cursor.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_frame.xhp
|
||||
msgctxt ""
|
||||
"insert_frame.xhp\n"
|
||||
"hd_id3150951\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_header_footer.xhp
|
||||
msgctxt ""
|
||||
"insert_header_footer.xhp\n"
|
||||
"tit\n"
|
||||
"help.text"
|
||||
msgid "Header and Footer"
|
||||
msgstr ""
|
||||
|
||||
#: insert_header_footer.xhp
|
||||
msgctxt ""
|
||||
"insert_header_footer.xhp\n"
|
||||
"hd_id030720160441573285\n"
|
||||
"help.text"
|
||||
msgid "<link href=\"text/swriter/menu/insert_header_footer.xhp\">Header and Footer</link>"
|
||||
msgstr ""
|
||||
|
||||
#: insert_header_footer.xhp
|
||||
msgctxt ""
|
||||
"insert_header_footer.xhp\n"
|
||||
"par_id030720160442296603\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\".\">This submenu includes commands to add and remove page headers and footers.</ahelp>"
|
||||
msgstr ""
|
||||
Reference in New Issue
Block a user