aboutsummaryrefslogtreecommitdiff
path: root/source/bg/helpcontent2
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-03-06 12:43:35 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-03-06 12:50:29 +0100
commit610e3f90e150d90bd5305f53d5e39f111f197d4f (patch)
tree2bfa0eef128f37f16b32188798d7d619f9242fb3 /source/bg/helpcontent2
parent375b04cdcbe18a95ff4e5640b9c0d8db06de7beb (diff)
update translations for master
and force-fix errors using pocheck Change-Id: I5f28b96f84e88c6b61c181a501c75f7aca06ca9c
Diffstat (limited to 'source/bg/helpcontent2')
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/shared.po110
-rw-r--r--source/bg/helpcontent2/source/text/scalc.po12
-rw-r--r--source/bg/helpcontent2/source/text/scalc/01.po22
-rw-r--r--source/bg/helpcontent2/source/text/scalc/05.po8
-rw-r--r--source/bg/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/bg/helpcontent2/source/text/shared.po373
-rw-r--r--source/bg/helpcontent2/source/text/shared/00.po96
-rw-r--r--source/bg/helpcontent2/source/text/shared/01.po319
-rw-r--r--source/bg/helpcontent2/source/text/shared/02.po16
-rw-r--r--source/bg/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/bg/helpcontent2/source/text/swriter/00.po10
-rw-r--r--source/bg/helpcontent2/source/text/swriter/01.po141
-rw-r--r--source/bg/helpcontent2/source/text/swriter/guide.po28
13 files changed, 687 insertions, 462 deletions
diff --git a/source/bg/helpcontent2/source/text/sbasic/shared.po b/source/bg/helpcontent2/source/text/sbasic/shared.po
index fc6e98ac82e..d9e762a5ae6 100644
--- a/source/bg/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bg/helpcontent2/source/text/sbasic/shared.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-27 14:31+0100\n"
-"PO-Revision-Date: 2020-02-19 20:15+0000\n"
+"POT-Creation-Date: 2020-03-06 11:45+0100\n"
+"PO-Revision-Date: 2020-03-06 10:51+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared/bg/>\n"
"Language: bg\n"
@@ -24449,7 +24449,7 @@ msgctxt ""
"par_id51581259731973\n"
"help.text"
msgid "End Property: Marks the end of a <emph>Property</emph> statement."
-msgstr ""
+msgstr "<emph>End Property:</emph> отбелязва края на оператор <emph>Property</emph>."
#. 3xFEp
#: 03090404.xhp
@@ -25277,16 +25277,7 @@ msgctxt ""
"par_id3153394\n"
"help.text"
msgid "Exits a <emph>Do...Loop</emph>, <emph>For...Next</emph>, a function, a property, or a subroutine."
-msgstr ""
-
-#. GypWx
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"hd_id3149763\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Синтаксис:"
+msgstr "Приключва изпълнението на <emph>Do...Loop</emph>, <emph>For...Next</emph>, функция, свойство или подпрограма."
#. LYyBt
#: 03090412.xhp
@@ -25295,25 +25286,7 @@ msgctxt ""
"par_id3159157\n"
"help.text"
msgid "Exit Do, Exit For, Exit Function, Exit Property, Exit Sub"
-msgstr ""
-
-#. XA8QY
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"hd_id3148943\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Параметри:"
-
-#. beEkL
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id3154760\n"
-"help.text"
-msgid "<emph>Exit Do</emph>"
-msgstr "<emph>Exit Do</emph>"
+msgstr "Exit Do, Exit For, Exit Function, Exit Property, Exit Sub"
#. CaPsN
#: 03090412.xhp
@@ -25324,15 +25297,6 @@ msgctxt ""
msgid "Only valid within a <emph>Do...Loop</emph> statement to exit the loop. Program execution continues with the statement that follows the Loop statement. If <emph>Do...Loop</emph> statements are nested, the control is transferred to the loop in the next higher level."
msgstr "Валиден е само за напускане на цикъла в оператор <emph>Do…Loop</emph>. Изпълнението на програмата продължава от оператора след Loop. Ако операторите <emph>Do…Loop</emph> са вложени, управлението се предава на следващото по-външно ниво."
-#. Gnb2R
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id3150398\n"
-"help.text"
-msgid "<emph>Exit For</emph>"
-msgstr "<emph>Exit For</emph>"
-
#. ctSmU
#: 03090412.xhp
msgctxt ""
@@ -25342,15 +25306,6 @@ msgctxt ""
msgid "Only valid within a <emph>For...Next</emph> loop to exit the loop. Program execution continues with the first statement that follows the <emph>Next</emph> statement. In nested statements, the control is transferred to the loop in the next higher level."
msgstr "Валиден е само за напускане на цикъла в оператор <emph>Do…Next</emph>. Изпълнението на програмата продължава от оператора след Loop. Ако операторите <emph>Do…Next</emph> са вложени, управлението се предава на следващото по-външно ниво."
-#. PZitf
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id3147229\n"
-"help.text"
-msgid "<emph>Exit Function</emph>"
-msgstr "<emph>Exit Function</emph>"
-
#. T2hCJ
#: 03090412.xhp
msgctxt ""
@@ -25360,15 +25315,6 @@ msgctxt ""
msgid "Exits the <emph>Function</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Function</emph> call."
msgstr "Прекратява незабавно изпълнението на процедурата <emph>Function</emph>. Изпълнението на програмата продължава от оператора след извикването на <emph>Function</emph>."
-#. K8JKa
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id31581260355116\n"
-"help.text"
-msgid "<emph>Exit Property</emph>"
-msgstr ""
-
#. xZEAs
#: 03090412.xhp
msgctxt ""
@@ -25376,16 +25322,7 @@ msgctxt ""
"par_id1001581260355700\n"
"help.text"
msgid "Exits the <emph>Property</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Property</emph> call."
-msgstr ""
-
-#. B6QCm
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id3155132\n"
-"help.text"
-msgid "<emph>Exit Sub</emph>"
-msgstr "<emph>Exit Sub</emph>"
+msgstr "Прекратява незабавно изпълнението на процедурата <emph>Property</emph>. Изпълнението на програмата продължава от оператора след извикването на <emph>Property</emph>."
#. 2jmBs
#: 03090412.xhp
@@ -25405,15 +25342,6 @@ msgctxt ""
msgid "The Exit statement does not define the end of a structure, and must not be confused with the End statement."
msgstr "Операторът Exit не обозначава края на структура и не трябва да се бърка с End."
-#. v87od
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"hd_id3147348\n"
-"help.text"
-msgid "Example:"
-msgstr "Пример:"
-
#. J6bT4
#: 03090412.xhp
msgctxt ""
@@ -31505,7 +31433,7 @@ msgctxt ""
"par_id3149295\n"
"help.text"
msgid "<emph>Expression:</emph> a numeric expression that represents a valid 8-bit ASCII value (0-255) or a 16-bit Unicode value. (To support expressions with a nominally negative argument like <emph>Chr(&H8000)</emph> in a backwards-compatible way, values in the range −32768 to −1 are internally mapped to the range 32768 to 65535.)"
-msgstr ""
+msgstr "<emph>Expression:</emph> числов израз, представящ валиден 8-битов код ASCII (0-255) или 16-битова стойност от Уникод. (За да се поддържат изрази с номинално отрицателен аргумент като <emph>Chr(&H8000)</emph> по съвместим назад начин, стойностите в интервала от −32768 до −1 вътрешно се съпоставят на интервала от 32768 до 65535.)"
#. RKtSB
#: 03120102.xhp
@@ -32054,7 +31982,7 @@ msgctxt ""
"par_id3149295\n"
"help.text"
msgid "<emph>Expression:</emph> Numeric variables that represent a valid 16 bit Unicode value (0-65535). (To support expressions with a nominally negative argument like <emph>ChrW(&H8000)</emph> in a backwards-compatible way, values in the range −32768 to −1 are internally mapped to the range 32768 to 65535.) An empty value returns error code 5. A value out of the range [0,65535] returns error code 6."
-msgstr ""
+msgstr "<emph>Expression:</emph> Числови променливи, представляващи валидна 16-битова стойност от Уникод (0 – 65535). (За да се поддържат изрази с номинално отрицателен аргумент като <emph>ChrW(&H8000)</emph> по съвместим назад начин, стойностите в интервала от −32768 до −1 вътрешно се съпоставят на интервала от 32768 до 65535.) За празна стойност се връща код на грешка 5. За стойност извън интервала [0, 65535] се връща код на грешка 6."
#. 8DF8a
#: 03120112.xhp
@@ -40865,7 +40793,7 @@ msgctxt ""
"Property Statement\n"
"help.text"
msgid "Property Statement"
-msgstr ""
+msgstr "Оператор Property"
#. ukCtn
#: property.xhp
@@ -40874,7 +40802,7 @@ msgctxt ""
"N0181\n"
"help.text"
msgid "<bookmark_value>Property statement</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Property, оператор</bookmark_value>"
#. 6Gjab
#: property.xhp
@@ -40883,7 +40811,7 @@ msgctxt ""
"N0182\n"
"help.text"
msgid "Property Statement"
-msgstr ""
+msgstr "Оператор Property"
#. 4vJCy
#: property.xhp
@@ -40892,7 +40820,7 @@ msgctxt ""
"N0183\n"
"help.text"
msgid "A property, also called field or attribute, characterizes a given object or piece of information. Properties can be used to control access to data. It is common use to include instructions at setting or reading time of properties. Code can vary from simple assignment to complex context dependant routines. Using <emph>Get</emph>, <emph>Let</emph> or <emph>Set</emph> accessers enforces properties' consistency when necessary."
-msgstr ""
+msgstr "Свойствата, наричани още полета или атрибути, характеризират даден обект или фрагмент информация. Свойствата могат да се използват за управление на достъпа до данни. В тях обикновено се включват инструкции, изпълнявани при задаване или четене на свойството. Кодът може да бъде както просто присвояване, така и сложни зависими подпрограми. Чрез методите <emph>Get</emph>, <emph>Let</emph> и <emph>Set</emph> може да се налагат условия за валидност на свойствата."
#. hD9fA
#: property.xhp
@@ -40901,7 +40829,7 @@ msgctxt ""
"N0184\n"
"help.text"
msgid "This statement requires <link href=\"text/sbasic/shared/compatible.xhp\" name=\"Option Compatible\">Option Compatible</link> to be placed before the executable program code in a module."
-msgstr ""
+msgstr "Този оператор изисква <link href=\"text/sbasic/shared/compatible.xhp\" name=\"Option Compatible\">Option Compatible</link> да предхожда изпълнимия програмен код в модула."
#. 36Tsn
#: property.xhp
@@ -40910,7 +40838,7 @@ msgctxt ""
"N0185\n"
"help.text"
msgid "Syntax"
-msgstr ""
+msgstr "Синтаксис"
#. FG2Dc
#: property.xhp
@@ -40919,15 +40847,15 @@ msgctxt ""
"N0188\n"
"help.text"
msgid "Examples"
-msgstr ""
+msgstr "Примери"
-#. GXEE5
+#. 2n4nC
#: property.xhp
msgctxt ""
"property.xhp\n"
"N0192\n"
"help.text"
-msgid "Print ProductName ' displays \"LibreOffice\""
+msgid "Print ProductName ' displays \"%PRODUCTNAME\""
msgstr ""
#. oUuG9
@@ -40948,13 +40876,13 @@ msgctxt ""
msgid "Public Property Get PathDelimiter As String ' Read-only variable"
msgstr ""
-#. 28GFJ
+#. yNhRi
#: property.xhp
msgctxt ""
"property.xhp\n"
"N0208\n"
"help.text"
-msgid "Case 4 : this = \":\" ' Linux or MacOS X"
+msgid "Case 4 : this = \":\" ' Linux or macOS"
msgstr ""
#. BievJ
diff --git a/source/bg/helpcontent2/source/text/scalc.po b/source/bg/helpcontent2/source/text/scalc.po
index f6d10f891e0..aa12f1b86b0 100644
--- a/source/bg/helpcontent2/source/text/scalc.po
+++ b/source/bg/helpcontent2/source/text/scalc.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-28 14:53+0100\n"
-"PO-Revision-Date: 2020-02-14 10:24+0000\n"
+"POT-Creation-Date: 2020-03-06 11:45+0100\n"
+"PO-Revision-Date: 2020-03-04 14:16+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc/bg/>\n"
"Language: bg\n"
@@ -402,7 +402,7 @@ msgctxt ""
"par_id391577296078546\n"
"help.text"
msgid "Opens a submenu for selecting the date, sheet name or document title in the cell."
-msgstr ""
+msgstr "Отваря подменю за вмъкване на датата, името на листа или заглавието на документа в клетката."
#. JP4tR
#: main0105.xhp
@@ -521,14 +521,14 @@ msgctxt ""
msgid "<link href=\"text/scalc/main0106.xhp\" name=\"Tools\">Tools</link>"
msgstr "<link href=\"text/scalc/main0106.xhp\" name=\"Tools\">Инструменти</link>"
-#. HRbnr
+#. NwgnB
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
"par_id3150440\n"
"help.text"
-msgid "<ahelp hid=\".\">The <emph>Tools </emph>menu contains commands to check spelling, to trace sheet references, to find mistakes and to define scenarios.</ahelp>"
-msgstr "<ahelp hid=\".\">Менюто <emph>Инструменти</emph> съдържа команди за проверка на правописа, проследяване на обръщенията в листа, търсене на грешки и дефиниране на сценарии.</ahelp>"
+msgid "<ahelp hid=\".\">The <emph>Tools</emph> menu contains commands to check spelling, to trace sheet references, to find mistakes and to define scenarios.</ahelp>"
+msgstr ""
#. NkvRH
#: main0106.xhp
diff --git a/source/bg/helpcontent2/source/text/scalc/01.po b/source/bg/helpcontent2/source/text/scalc/01.po
index add332e6caa..a3fafcd6a23 100644
--- a/source/bg/helpcontent2/source/text/scalc/01.po
+++ b/source/bg/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-03-06 11:45+0100\n"
"PO-Revision-Date: 2020-02-14 10:23+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc01/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.9.1\n"
+"X-Generator: LibreOffice\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1562357170.000000\n"
@@ -4724,32 +4724,32 @@ msgctxt ""
msgid "The following items are the parameter definitions for all database functions:"
msgstr "Следват дефинициите на параметри за всички функции за бази от данни:"
-#. kD27S
+#. GJ7fw
#: 04060101.xhp
msgctxt ""
"04060101.xhp\n"
"par_id3149453\n"
"help.text"
-msgid "<emph>Database</emph> is the cell range defining the database."
-msgstr "<emph>БазаОтДанни</emph> е областта от клетки, съдържаща данните."
+msgid "<emph>Database</emph> is the cell range defining the database. The first row of the range contains the field names, and following rows are records with corresponding field values."
+msgstr ""
-#. c5WNY
+#. aZFWB
#: 04060101.xhp
msgctxt ""
"04060101.xhp\n"
"par_id3151272\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. <variable id=\"quotes\">For the DatabaseField parameter you can enter a reference to a header cell or a number to specify the column within the Database area, starting with 1. To reference a column by means of the literal column header name, place quotation marks around the header name.</variable>"
-msgstr "<emph>ПолеОтБД</emph> задава колоната, върху която действа функцията, след като се приложат критериите за търсене от първия параметър и бъдат избрани редовете с данни. То не е свързано със самия критерий за търсене. <variable id=\"quotes\">За параметъра ПолеОтБД можете да въведете обръщение към заглавна клетка или число, за да зададете колона от областта с данни, започвайки с 1. За да посочите колона чрез точното й заглавие, заградете го с кавички.</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. <variable id=\"quotes\">For the DatabaseField parameter you can enter a reference to a header cell or a number to specify the column within the Database area, starting with 1. To reference a column by means of the literal column header name (from the first row of <emph>Database</emph> range), place quotation marks around the header name.</variable>"
+msgstr ""
-#. TA67U
+#. UwQMN
#: 04060101.xhp
msgctxt ""
"04060101.xhp\n"
"par_id3147083\n"
"help.text"
-msgid "<emph>SearchCriteria</emph> is the cell range containing search criteria. If you write several criteria in one row they are connected by AND. If you write the criteria in different rows they are connected by OR. Empty cells in the search criteria range will be ignored."
-msgstr "<emph>КритерииЗаТърсене</emph> е областта от клетки, съдържаща критерии за търсене. Ако напишете няколко критерия в един ред, те са свързани с „И“. Ако ги напишете на отделни редове, се свързват с „ИЛИ“. Празните клетки в областта с критерии се игнорират."
+msgid "<emph>SearchCriteria</emph> is the cell range containing search criteria. Like <emph>Database</emph>, its first row is also field names, and following rows are conditions for related fields. If you write several criteria in one row they are connected by AND. If you write the criteria in different rows they are connected by OR. Empty cells in the search criteria range will be ignored."
+msgstr ""
#. k58yy
#: 04060101.xhp
diff --git a/source/bg/helpcontent2/source/text/scalc/05.po b/source/bg/helpcontent2/source/text/scalc/05.po
index 7082f56883e..e154b4def3a 100644
--- a/source/bg/helpcontent2/source/text/scalc/05.po
+++ b/source/bg/helpcontent2/source/text/scalc/05.po
@@ -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: 2020-02-27 14:31+0100\n"
-"PO-Revision-Date: 2020-01-24 14:47+0000\n"
+"PO-Revision-Date: 2020-03-04 14:15+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc05/bg/>\n"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 3.10.3\n"
"X-POOTLE-MTIME: 1555409156.000000\n"
#. Cxzki
@@ -131,7 +131,7 @@ msgctxt ""
"par_id3165767\n"
"help.text"
msgid "none"
-msgstr ""
+msgstr "няма"
#. 6s9C6
#: 02140000.xhp
@@ -140,7 +140,7 @@ msgctxt ""
"par_id3169267\n"
"help.text"
msgid "This value is outside of limits valid for this format"
-msgstr ""
+msgstr "Стойността е извън допустимите граници за този формат"
#. ApVjg
#: 02140000.xhp
diff --git a/source/bg/helpcontent2/source/text/scalc/guide.po b/source/bg/helpcontent2/source/text/scalc/guide.po
index 5ab42c15f04..ef0e8932e0e 100644
--- a/source/bg/helpcontent2/source/text/scalc/guide.po
+++ b/source/bg/helpcontent2/source/text/scalc/guide.po
@@ -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: 2020-02-27 14:31+0100\n"
-"PO-Revision-Date: 2020-02-14 10:24+0000\n"
+"PO-Revision-Date: 2020-03-04 14:15+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalcguide/bg/>\n"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 3.10.3\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1562356865.000000\n"
@@ -8430,7 +8430,7 @@ msgctxt ""
"par_id6478774\n"
"help.text"
msgid "<image id=\"img_id1621753\" src=\"media/helpimg/what-if.png\"><alt id=\"alt_id1621753\">what-if sheet area</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id1621753\" src=\"media/helpimg/what-if.png\"><alt id=\"alt_id1621753\">област от листа за „какво, ако“</alt></image>"
#. KavvR
#: multioperation.xhp
diff --git a/source/bg/helpcontent2/source/text/shared.po b/source/bg/helpcontent2/source/text/shared.po
index 6cda43cf549..ee62423dba0 100644
--- a/source/bg/helpcontent2/source/text/shared.po
+++ b/source/bg/helpcontent2/source/text/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2019-08-21 21:37+0200\n"
+"POT-Creation-Date: 2020-03-06 11:46+0100\n"
"PO-Revision-Date: 2019-11-05 12:20+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://vm137.documentfoundation.org/projects/libo_help-master/textshared/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547224396.000000\n"
#. ybhKD
@@ -2265,3 +2265,372 @@ msgctxt ""
"help.text"
msgid "This help page needs further work for correctness and completion. Please join the LibreOffice project and help us out to write the missing information. Visit our <link href=\"https://documentation.libreoffice.org/en/join-community/update-help-contents\"><emph>web page on writing Help contents</emph></link>."
msgstr "Необходима е още работа по правилността и пълнотата на тази страница. Моля, присъединете се към проекта LibreOffice и ни помогнете да попълним липсващата информация. Посетете <link href=\"https://documentation.libreoffice.org/en/join-community/update-help-contents\"><emph>уебстраницата ни относно създаването на съдържание за помощта</emph></link>."
+
+#. MVHBc
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"tit\n"
+"help.text"
+msgid "Text"
+msgstr ""
+
+#. pVEBz
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id411816022675978\n"
+"help.text"
+msgid "<link href=\"text/shared/submenu_text.xhp\">Text</link>"
+msgstr ""
+
+#. UdmfU
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id398855439580083\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a submenu where you can choose text formatting commands.</ahelp>"
+msgstr ""
+
+#. JCTNH
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id893328657433073\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020200.xhp#hd_id0123200902243376\">Overline</link>"
+msgstr ""
+
+#. U9h8v
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id281953548674188\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/01/05020200.xhp#overline\" markup=\"ignore\"/>"
+msgstr ""
+
+#. NLNGF
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id773632078996899\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020200.xhp#hd_id3163714\">Shadow</link>"
+msgstr ""
+
+#. hMRVP
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id873632078996899\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020200.xhp#hd_id3147287\">Outline</link>"
+msgstr ""
+
+#. br5DC
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id207025326941609\n"
+"help.text"
+msgid "Wrap Text"
+msgstr ""
+
+#. jBc2E
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id302484503842787\n"
+"help.text"
+msgid "<ahelp hid=\".\">Break text automatically at the right edges of the selected cells.</ahelp>"
+msgstr ""
+
+#. BqgSi
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id273587522269593\n"
+"help.text"
+msgid "<link href=\"text/swriter/main0202.xhp#hd_id0122200903085320\">Increase Size</link>"
+msgstr ""
+
+#. GTjCT
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id511910578827551\n"
+"help.text"
+msgid "<link href=\"text/swriter/main0202.xhp#hd_id012220090308532\">Decrease Size</link>"
+msgstr ""
+
+#. WApc3
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id373587522269593\n"
+"help.text"
+msgid "<link href=\"text/simpress/main0203.xhp#hd_id0122200903104143\">Increase Size</link>"
+msgstr ""
+
+#. AQANy
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id711910578827551\n"
+"help.text"
+msgid "<link href=\"text/simpress/main0203.xhp#hd_id0122200903104228\">Decrease Size</link>"
+msgstr ""
+
+#. uzDFv
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id473587522269593\n"
+"help.text"
+msgid "<link href=\"text/simpress/main0203.xhp#hd_id0122200903104143\">Increase Size</link>"
+msgstr ""
+
+#. GQ8Fj
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id611910578827551\n"
+"help.text"
+msgid "<link href=\"text/simpress/main0203.xhp#hd_id0122200903104228\">Decrease Size</link>"
+msgstr ""
+
+#. wSRdX
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id172462591626807\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020200.xhp#hd_id3149575\">UPPERCASE</link>"
+msgstr ""
+
+#. sjNg6
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id381953548674188\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/01/05020200.xhp#uppercase\"/>"
+msgstr ""
+
+#. FFVUb
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id935919548287354\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020200.xhp#hd_id3149575\">lowercase</link>"
+msgstr ""
+
+#. ijGEm
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id481953548674188\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/01/05020200.xhp#lowercase\"/>"
+msgstr ""
+
+#. zGBE2
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id3147143\n"
+"help.text"
+msgid "Cycle Case"
+msgstr ""
+
+#. TSJfn
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id3152372\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ChangeCaseRotateCase\">Cycles the case of the selected characters between Title Case, Sentence case, UPPERCASE and lowercase.</ahelp>"
+msgstr ""
+
+#. v24QT
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id3147572\n"
+"help.text"
+msgid "Sentence case"
+msgstr ""
+
+#. v3Cr9
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id3150694\n"
+"help.text"
+msgid "<ahelp hid=\".\">Changes the first letter of the selected characters to an uppercase character.</ahelp>"
+msgstr ""
+
+#. JtsaD
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id640520497868661\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020200.xhp#hd_id3149575\">Capitalize Every Word</link>"
+msgstr ""
+
+#. 3UGHA
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id581953548674188\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/01/05020200.xhp#capitalizeeveryword\"/>"
+msgstr ""
+
+#. Y9fn4
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id3147521\n"
+"help.text"
+msgid "tOGGLE cASE"
+msgstr ""
+
+#. eb5K9
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id3150623\n"
+"help.text"
+msgid "<ahelp hid=\".\">Toggles case of all selected characters.</ahelp>"
+msgstr ""
+
+#. WNuFq
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id342778277179117\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020200.xhp#hd_id3149575\">Small capitals</link>"
+msgstr ""
+
+#. K6tXB
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id681953548674188\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/01/05020200.xhp#smallcapitals\"/>"
+msgstr ""
+
+#. VXJzA
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id442778277179117\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020200.xhp#hd_id3149575\">Small capitals</link>"
+msgstr ""
+
+#. arEu2
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id781953548674188\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/01/05020200.xhp#smallcapitals\"/>"
+msgstr ""
+
+#. KQxFn
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id542778277179117\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05020200.xhp#hd_id3149575\">Small capitals</link>"
+msgstr ""
+
+#. okCcu
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id881953548674188\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/01/05020200.xhp#smallcapitals\"/>"
+msgstr ""
+
+#. zo6cE
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id3155392\n"
+"help.text"
+msgid "Half-width"
+msgstr ""
+
+#. SEpmw
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id3147088\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ChangeCaseToHalfWidth\">Changes the selected Asian characters to half-width characters.</ahelp>"
+msgstr ""
+
+#. rA2DG
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id3156113\n"
+"help.text"
+msgid "Full Width"
+msgstr ""
+
+#. Ep24G
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id3154749\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ChangeCaseToFullWidth\">Changes the selected Asian characters to full-width characters.</ahelp>"
+msgstr ""
+
+#. dZCcC
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id3152996\n"
+"help.text"
+msgid "Hiragana"
+msgstr ""
+
+#. AB6ta
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id3156156\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ChangeCaseToHiragana\">Changes the selected Asian characters to Hiragana characters.</ahelp>"
+msgstr ""
+
+#. LNQLS
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"hd_id3154173\n"
+"help.text"
+msgid "Katakana"
+msgstr ""
+
+#. QSxUp
+#: submenu_text.xhp
+msgctxt ""
+"submenu_text.xhp\n"
+"par_id3146137\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ChangeCaseToKatakana\">Changes the selected Asian characters to Katakana characters.</ahelp>"
+msgstr ""
diff --git a/source/bg/helpcontent2/source/text/shared/00.po b/source/bg/helpcontent2/source/text/shared/00.po
index 8c416921adc..1d8204d144b 100644
--- a/source/bg/helpcontent2/source/text/shared/00.po
+++ b/source/bg/helpcontent2/source/text/shared/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-27 14:31+0100\n"
-"PO-Revision-Date: 2020-02-14 10:24+0000\n"
+"POT-Creation-Date: 2020-03-06 11:46+0100\n"
+"PO-Revision-Date: 2020-03-04 14:16+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared00/bg/>\n"
"Language: bg\n"
@@ -277,6 +277,24 @@ msgctxt ""
msgid "<ahelp hid=\".\">Applies the modified or selected values without closing the dialog.</ahelp>"
msgstr "<ahelp hid=\".\">Прилага променените или избрани стойности, без да затваря диалоговия прозорец.</ahelp>"
+#. UWBMs
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id131583023155214\n"
+"help.text"
+msgid "This option appears only for Paragraph Style, Frame Style, and Page Style."
+msgstr ""
+
+#. ZQiEE
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id131583023155356\n"
+"help.text"
+msgid "This option appears only for Paragraph Style and Character Style."
+msgstr ""
+
#. 8ZDnK
#: 00000001.xhp
msgctxt ""
@@ -8294,7 +8312,7 @@ msgctxt ""
"par_id3151106\n"
"help.text"
msgid "<variable id=\"xmlfilter\">Choose <menuitem>Tools - Macros - XML Filter Settings</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"xmlfilter\">Изберете <menuitem>Инструменти - Макроси - Настройки на филтри за XML</menuitem>.</variable>"
#. FDFcn
#: 00000406.xhp
@@ -8303,7 +8321,7 @@ msgctxt ""
"par_id3153778\n"
"help.text"
msgid "<variable id=\"xmlfilteredit\"><menuitem>Tools - Macros - XML Filter Settings</menuitem>, then click <emph>New</emph> or <emph>Edit</emph>.</variable>"
-msgstr ""
+msgstr "<variable id=\"xmlfilteredit\">Изберете <menuitem>Инструменти - Макроси - Настройки на филтри за XML</menuitem> и щракнете върху <emph>Нов</emph> или <emph>Редактиране</emph>.</variable>"
#. 5GEDi
#: 00000406.xhp
@@ -8312,7 +8330,7 @@ msgctxt ""
"par_id3148979\n"
"help.text"
msgid "<variable id=\"xmlfiltertest\"><menuitem>Tools - Macros - XML Filter Settings</menuitem>, then click <emph>Test XSLTs</emph>.</variable>"
-msgstr ""
+msgstr "<variable id=\"xmlfiltertest\">Изберете <menuitem>Инструменти - Макроси - Настройки на филтри за XML</menuitem> и щракнете върху <emph>Проверка на XSLT</emph>.</variable>"
#. EzGsj
#: 00000406.xhp
@@ -10339,23 +10357,59 @@ msgctxt ""
msgid "Choose <emph>View - Styles</emph> - open context menu of an entry and choose <emph>Modify/New - Footer</emph> tab."
msgstr "Изберете <emph>Изглед - Стилове</emph> - отворете контекстното меню на елемент и изберете раздела <emph>Промяна/Нов - Долен колонтитул</emph>."
-#. ETek8
+#. 6pGoA
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3166447\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline>"
+msgstr ""
+
+#. fqW8D
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3147404\n"
"help.text"
-msgid "Choose <emph>View - Styles</emph>."
-msgstr "Изберете <emph>Изглед - Стилове</emph>."
+msgid "Choose <menuitem>View - Styles</menuitem>."
+msgstr ""
+
+#. j6BRB
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id2847164\n"
+"help.text"
+msgid "Choose <menuitem>Format - Styles - Manage Styles</menuitem>."
+msgstr ""
-#. D7A6R
+#. AKrzh
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
-"par_id3166447\n"
+"par_id3147164\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline>"
+msgid "Choose <menuitem>Format - Styles - Manage Styles</menuitem>."
+msgstr ""
+
+#. 3RGHA
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3192854\n"
+"help.text"
+msgid "Choose <menuitem>Styles - Manage Styles</menuitem>."
+msgstr ""
+
+#. LUBTb
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3147854\n"
+"help.text"
+msgid "Choose <menuitem>Styles - Manage Styles</menuitem>."
+msgstr ""
#. VR98p
#: 00040500.xhp
@@ -10681,14 +10735,14 @@ msgctxt ""
msgid "Crop"
msgstr "Подрязване"
-#. pQwUA
+#. 93aQN
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3151254\n"
"help.text"
-msgid "Choose <emph>Format - Text</emph> or <emph>Format - Text - Change Case</emph>."
-msgstr "Изберете <emph>Форматиране - Текст</emph> или <emph>Форматиране - Текст - Смяна на регистъра</emph>."
+msgid "Choose <menuitem>Format - Text</menuitem>."
+msgstr ""
#. suPn7
#: 00040500.xhp
@@ -12391,14 +12445,14 @@ msgctxt ""
msgid "<variable id=\"formattext\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Text Box and Shape - Text Attributes</emph> </caseinline><caseinline select=\"CALC\"><emph>Object - Text - </emph></caseinline><defaultinline><emph>Text</emph></defaultinline></switchinline>.</variable>"
msgstr "<variable id=\"formattext\">Изберете <emph>Форматиране - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Текстово поле и фигура - Атрибути на текста</emph></caseinline><caseinline select=\"CALC\"><emph>Обект - Текст - </emph></caseinline><defaultinline><emph>Текст</emph></defaultinline></switchinline>.</variable>"
-#. qH3eF
+#. vAF3U
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3152810\n"
"help.text"
-msgid "<variable id=\"text\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Text Box and Shape - Text Attributes</emph> </caseinline><caseinline select=\"CALC\"><emph>Object - Text</emph></caseinline><defaultinline><emph>Text</emph></defaultinline></switchinline><emph> - Text</emph> tab.</variable>"
-msgstr "<variable id=\"text\">Изберете раздела <emph>Форматиране - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Текстово поле и фигура - Атрибути на текста</emph></caseinline><caseinline select=\"CALC\"><emph>Обект - Текст</emph></caseinline><defaultinline><emph>Текст</emph></defaultinline></switchinline><emph> - Текст</emph>.</variable>"
+msgid "<variable id=\"text\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - Text Attributes</menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - Text</menuitem></caseinline><caseinline select=\"IMPRESS\"><menuitem>Object and Shape</menuitem></caseinline><defaultinline><menuitem>Text</menuitem></defaultinline></switchinline><emph> - Text</emph> tab.</variable>"
+msgstr ""
#. D7D2C
#: 00040502.xhp
@@ -12652,14 +12706,14 @@ msgctxt ""
msgid "Italic"
msgstr "Курсив"
-#. WCGtP
+#. 8fDN3
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3154589\n"
"help.text"
-msgid "Open context menu - choose <emph>Style - Underline</emph>."
-msgstr "Отворете контекстното меню - изберете <emph>Начертание - Подчертан</emph>."
+msgid "Open the menu <menuitem>Format - Text</menuitem> and choose <menuitem>Single Underline</menuitem> or <menuitem>Double Underline</menuitem>."
+msgstr ""
#. ibTke
#: 00040502.xhp
diff --git a/source/bg/helpcontent2/source/text/shared/01.po b/source/bg/helpcontent2/source/text/shared/01.po
index aa92e416212..7f16953f9bc 100644
--- a/source/bg/helpcontent2/source/text/shared/01.po
+++ b/source/bg/helpcontent2/source/text/shared/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-27 14:31+0100\n"
-"PO-Revision-Date: 2020-02-19 20:15+0000\n"
+"POT-Creation-Date: 2020-03-06 11:46+0100\n"
+"PO-Revision-Date: 2020-03-05 16:15+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/bg/>\n"
"Language: bg\n"
@@ -9753,7 +9753,7 @@ msgctxt ""
"par_id3153099\n"
"help.text"
msgid "This command is found by right-clicking an item in the Navigator. <ahelp hid=\"HID_GLBLTREE_DEL\">Deletes the selection from the Navigator list and the master document</ahelp>, but does not delete the subdocument file."
-msgstr ""
+msgstr "Тази команда е достъпна чрез двукратно щракване върху елемент в навигатора. <ahelp hid=\"HID_GLBLTREE_DEL\">Изтрива селекцията от списъка на навигатора и главния документ</ahelp>, но не изтрива файла на поддокумента."
#. JCryA
#: 02180000.xhp
@@ -13625,14 +13625,14 @@ msgctxt ""
msgid "The author name and the comment creation date and time is shown at the bottom of the comment box."
msgstr "Името на автора и датата и часът на създаване на коментара се показват най-долу в карето на коментара."
-#. 2BmKt
+#. BCd4y
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"par_id2571794\n"
"help.text"
-msgid "The comment box contains an icon with a down arrow. Click the icon to open a menu with commands for comment management."
-msgstr "Карето с коментар съдържа икона със стрелка надолу. Щракнете върху иконата, за да отворите меню с команди за управление на коментари."
+msgid "The comment box contains a button with a down arrow. Click the icon to open a menu with commands for comment management."
+msgstr ""
#. oB8vA
#: 04050000.xhp
@@ -15126,7 +15126,7 @@ msgctxt ""
"par_id941582477457694\n"
"help.text"
msgid "Transparency cannot be set for Paragraph Style and Character Style."
-msgstr ""
+msgstr "За абзацни и знакови стилове не може да се задава прозрачност."
#. DopC6
#: 05020200.xhp
@@ -15135,16 +15135,16 @@ msgctxt ""
"hd_id91580568371950\n"
"help.text"
msgid "Text Decoration"
-msgstr ""
+msgstr "Украса на текста"
-#. YV7be
+#. WMggf
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
"par_id0123200902291084\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\"><emph>Overlines or removes overlining from the selected text. If the cursor is not in a word, the new text that you enter is overlined.</emph></ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\"><emph>Надчертава избрания текст или премахва надчертаването от него. Ако курсорът не е в дума, новият текст, който въвеждате, ще бъде надчертан.</emph></ahelp>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\"><variable visibility=\"hidden\" id=\"overline\">Overlines or removes overlining from the selected text. If the cursor is not in a word, the new text that you enter is overlined.</variable></ahelp>"
+msgstr ""
#. yLgGs
#: 05020200.xhp
@@ -15297,7 +15297,7 @@ msgctxt ""
"hd_id3149575\n"
"help.text"
msgid "Case"
-msgstr ""
+msgstr "Регистър"
#. G2gCr
#: 05020200.xhp
@@ -15308,50 +15308,50 @@ msgctxt ""
msgid "The following capitalization effects are available:"
msgstr "Достъпни са следните ефекти за главни букви:"
-#. Yh6gB
+#. kNTy9
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
"par_id3155922\n"
"help.text"
-msgid "<emph>Without</emph> - no effect is applied,"
-msgstr "<emph>Няма</emph> – не се прилага ефект."
+msgid "<emph>Without</emph> - No effect is applied."
+msgstr ""
-#. dTSUy
+#. 3FEXm
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
"par_id3154280\n"
"help.text"
-msgid "<emph>UPPERCASE</emph> - changes the selected lowercase characters to uppercase characters,"
+msgid "<emph>UPPERCASE</emph> - <variable id=\"uppercase\">Changes the selected lowercase characters to uppercase characters.</variable>"
msgstr ""
-#. m97Bp
+#. iRaV4
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
"par_id3148947\n"
"help.text"
-msgid "<emph>lowercase</emph> - changes the selected uppercase characters to lower characters,"
+msgid "<emph>lowercase</emph> - <variable id=\"lowercase\">Changes the selected uppercase characters to lower characters.</variable>"
msgstr ""
-#. JWiX7
+#. FEVh9
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<emph>Capitalize Every Word</emph> - changes the first character of each selected word to an uppercase character,"
+msgid "<emph>Capitalize Every Word</emph> - <variable id=\"capitalizeeveryword\">Changes the first character of each selected word to an uppercase character.</variable>"
msgstr ""
-#. 7gaCo
+#. GBuCC
#: 05020200.xhp
msgctxt ""
"05020200.xhp\n"
"par_id3154937\n"
"help.text"
-msgid "<emph>Small capitals</emph> - changes the selected lowercase characters to uppercase characters, and then reduces their size."
-msgstr "<emph>Малки главни букви</emph> – превръща избраните малки букви в главни и ги смалява."
+msgid "<emph>Small capitals</emph> - <variable id=\"smallcapitals\">Changes the selected lowercase characters to uppercase characters, and then reduces their size.</variable>"
+msgstr ""
#. kGuxJ
#: 05020200.xhp
@@ -15396,7 +15396,7 @@ msgctxt ""
"par_idN10B85\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/effectspage/hiddencb\">Hides the selected characters.</ahelp> To display the hidden text, ensure that <menuitem>Formatting Marks</menuitem> is selected in the <emph>View</emph> menu. You can also choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatting Aids</emph> and select <emph>Hidden characters</emph>."
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/effectspage/hiddencb\">Скрива избраните знаци.</ahelp> За да видите скрития текст, уверете се, че е отметнато <menuitem>Форматиращи знаци</menuitem> в менюто <emph>Изглед</emph>. Освен това можете да изберете <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Инструменти - Настройки</menuitem></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Помощ при форматиране</emph> и да отметнете <emph>Скрити знаци</emph>."
#. iAwbr
#: 05020200.xhp
@@ -19527,7 +19527,7 @@ msgctxt ""
"hd_id231201610928993200\n"
"help.text"
msgid "Error Codes"
-msgstr ""
+msgstr "Кодове на грешки"
#. dw9X2
#: 05020301.xhp
@@ -19536,7 +19536,7 @@ msgctxt ""
"par_id3158315\n"
"help.text"
msgid "If the value is outside the limits for the selected format the following error code is shown:"
-msgstr ""
+msgstr "Ако стойността е извън допустимите граници за избрания формат, се показва следният код на грешка:"
#. pSG47
#: 05020400.xhp
@@ -23894,195 +23894,6 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Backgrounds\">Backgrounds</link>"
msgstr "<link href=\"text/shared/01/05030600.xhp\" name=\"Фонове\">Фонове</link>"
-#. WGQME
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Change Case"
-msgstr "Смяна на регистъра"
-
-#. mjCf4
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"hd_id3152952\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05050000.xhp\" name=\"Change Case\">Change Case</link>"
-msgstr "<link href=\"text/shared/01/05050000.xhp\" name=\"Change Case\">Смяна на регистъра</link>"
-
-#. GsfPT
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"par_id3151299\n"
-"help.text"
-msgid "<ahelp hid=\".\">Changes the case of characters in the selection. If the cursor is within a word and no text is selected, then the word is the selection.</ahelp>"
-msgstr "<ahelp hid=\".\">Сменя регистъра на избраните знаци. Ако курсорът е в дума и не е избран текст, думата се счита за текуща селекция.</ahelp>"
-
-#. HiVtp
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"hd_id3147572\n"
-"help.text"
-msgid "Sentence case"
-msgstr "Изречение"
-
-#. DSNBo
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"par_id3150694\n"
-"help.text"
-msgid "<ahelp hid=\".\">Changes the first letter of the selected Western characters to an uppercase character.</ahelp>"
-msgstr "<ahelp hid=\".\">Превръща първите букви на думите от избрания западен текст в главни букви.</ahelp>"
-
-#. 3EaaE
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"hd_id3147571\n"
-"help.text"
-msgid "lowercase"
-msgstr "малки букви"
-
-#. jgcop
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"par_id3150693\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ChangeCaseToLower\">Changes the selected Western characters to lowercase characters.</ahelp>"
-msgstr "<ahelp hid=\".uno:ChangeCaseToLower\">Променя избраните западни знаци в малки букви.</ahelp>"
-
-#. wus8E
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"hd_id3147143\n"
-"help.text"
-msgid "UPPERCASE"
-msgstr "ГЛАВНИ БУКВИ"
-
-#. jGhuq
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"par_id3152372\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ChangeCaseToUpper\">Changes the selected Western characters to uppercase characters.</ahelp>"
-msgstr "<ahelp hid=\".uno:ChangeCaseToUpper\">Променя избраните западни знаци в главни букви.</ahelp>"
-
-#. pAKvC
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"hd_id3147511\n"
-"help.text"
-msgid "Capitalize Every Word"
-msgstr "Главна Буква На Всяка Дума"
-
-#. rEaJy
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"par_id3150613\n"
-"help.text"
-msgid "<ahelp hid=\".\">Changes the first character of every word of the selected Western characters to an uppercase character.</ahelp>"
-msgstr "<ahelp hid=\".\">Превръща първите знаци на думите от избрания западен текст в главни букви.</ahelp>"
-
-#. GBAPy
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"hd_id3147521\n"
-"help.text"
-msgid "tOGGLE cASE"
-msgstr "оБРАТЕН рЕГИСТЪР"
-
-#. KpyZ7
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"par_id3150623\n"
-"help.text"
-msgid "<ahelp hid=\".\">Toggles case of all selected Western characters.</ahelp>"
-msgstr "<ahelp hid=\".\">Превключва регистъра на всички избрани западни знаци.</ahelp>"
-
-#. M8e5U
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"hd_id3155392\n"
-"help.text"
-msgid "Half-width"
-msgstr "Половин ширина"
-
-#. 2jAfq
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"par_id3147088\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ChangeCaseToHalfWidth\">Changes the selected Asian characters to half-width characters.</ahelp>"
-msgstr "<ahelp hid=\".uno:ChangeCaseToHalfWidth\">Променя избраните азиатски знаци в знаци с половин ширина.</ahelp>"
-
-#. VUaUS
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"hd_id3156113\n"
-"help.text"
-msgid "Full Width"
-msgstr "Пълна ширина"
-
-#. oDxPN
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"par_id3154749\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ChangeCaseToFullWidth\">Changes the selected Asian characters to full-width characters.</ahelp>"
-msgstr "<ahelp hid=\".uno:ChangeCaseToFullWidth\">Променя избраните азиатски знаци в знаци с пълна ширина.</ahelp>"
-
-#. CKrP7
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"hd_id3152996\n"
-"help.text"
-msgid "Hiragana"
-msgstr "Хирагана"
-
-#. LAi53
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"par_id3156156\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ChangeCaseToHiragana\">Changes the selected Asian characters to Hiragana characters.</ahelp>"
-msgstr "<ahelp hid=\".uno:ChangeCaseToHiragana\">Променя избраните азиатски знаци в знаци Хирагана.</ahelp>"
-
-#. tUfff
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"hd_id3154173\n"
-"help.text"
-msgid "Katakana"
-msgstr "Катакана"
-
-#. EtCNN
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"par_id3146137\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ChangeCaseToKatakana\">Changes the selected Asian characters to Katakana characters.</ahelp>"
-msgstr "<ahelp hid=\".uno:ChangeCaseToKatakana\">Променя избраните азиатски знаци в знаци Катакана.</ahelp>"
-
#. CgGUH
#: 05060000.xhp
msgctxt ""
@@ -25226,14 +25037,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05110300.xhp\" name=\"Underline\">Underline</link>"
msgstr "<link href=\"text/shared/01/05110300.xhp\" name=\"Подчертаване\">Подчертаване</link>"
-#. LhdJt
+#. ECBrK
#: 05110300.xhp
msgctxt ""
"05110300.xhp\n"
"par_id3149031\n"
"help.text"
-msgid "<ahelp hid=\".uno:Underline\" visibility=\"visible\">Underlines or removes underlining from the selected text.</ahelp>"
-msgstr "<ahelp hid=\".uno:Underline\" visibility=\"visible\">Подчертава или премахва подчертаването от избрания текст.</ahelp>"
+msgid "<ahelp hid=\".uno:Underline\">Underlines or removes underlining from the selected text.</ahelp>"
+msgstr ""
#. XAscP
#: 05110300.xhp
@@ -25244,14 +25055,41 @@ msgctxt ""
msgid "If the cursor is not in a word, the new text that you enter is underlined."
msgstr "Ако курсорът не е в дума, следващият въведен от вас текст ще бъде подчертан."
-#. 7BSbf
+#. VGYv6
+#: 05110300.xhp
+msgctxt ""
+"05110300.xhp\n"
+"hd_id849353401761432\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05110300.xhp\" name=\"SingleUnderline\">Single Underline</link>"
+msgstr ""
+
+#. PiPG2
+#: 05110300.xhp
+msgctxt ""
+"05110300.xhp\n"
+"par_id212197604765254\n"
+"help.text"
+msgid "<ahelp hid=\".uno:Underline\">Underlines the selected text with a single line.</ahelp>"
+msgstr ""
+
+#. ciLxw
+#: 05110300.xhp
+msgctxt ""
+"05110300.xhp\n"
+"hd_id949353401761432\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05110300.xhp\" name=\"DoubleUnderline\">Double Underline</link>"
+msgstr ""
+
+#. NS8wf
#: 05110300.xhp
msgctxt ""
"05110300.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".uno:UnderlineDouble\" visibility=\"hidden\">Underlines the selected text with two lines.</ahelp>"
-msgstr "<ahelp hid=\".uno:UnderlineDouble\" visibility=\"hidden\">Подчертава избрания текст с две линии.</ahelp>"
+msgid "<ahelp hid=\".uno:UnderlineDouble\">Underlines the selected text with two lines.</ahelp>"
+msgstr ""
#. m4GEk
#: 05110400.xhp
@@ -27935,14 +27773,14 @@ msgctxt ""
msgid "Use the preview to view your changes before you apply the transparency effect to the color fill of the selected object."
msgstr "Използвайте мострата, за да видите ефекта от промените, преди да приложите прозрачността върху запълването на избрания обект."
-#. jKvAA
+#. fZrDg
#: 05220000.xhp
msgctxt ""
"05220000.xhp\n"
"tit\n"
"help.text"
-msgid "Text"
-msgstr "Текст"
+msgid "Text (Formatting)"
+msgstr ""
#. rCSp7
#: 05220000.xhp
@@ -27980,14 +27818,14 @@ msgctxt ""
msgid "The text is positioned relative to the edges of the drawing or text object."
msgstr "Текстът се позиционира относително спрямо краищата на графичния или текстов обект."
-#. EWHWt
+#. WcxTm
#: 05220000.xhp
msgctxt ""
"05220000.xhp\n"
"hd_id3149031\n"
"help.text"
-msgid "Text"
-msgstr "Текст"
+msgid "Drawing Object Text"
+msgstr ""
#. ep3BQ
#: 05220000.xhp
@@ -28034,14 +27872,14 @@ msgctxt ""
msgid "Fit to frame"
msgstr "Побиране в рамката"
-#. dAhvD
+#. PHCtm
#: 05220000.xhp
msgctxt ""
"05220000.xhp\n"
"par_id3147834\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/textattrtabpage/TSB_FIT_TO_SIZE\">Resizes the text to fit the entire area of the drawing or text object.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/textattrtabpage/TSB_FIT_TO_SIZE\">Преоразмерява текста, за да запълни цялата област на графичния или текстов обект.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/textattrtabpage/TSB_FIT_TO_SIZE\">Resizes the text to fit the entire area of the drawing or text object.</ahelp> This control is available only when the other \"fit\" controls are not selected."
+msgstr ""
#. ZCxA3
#: 05220000.xhp
@@ -28061,6 +27899,15 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/textattrtabpage/TSB_CONTOUR\">Adapts the text flow so that it matches the contours of the selected drawing object.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/textattrtabpage/TSB_CONTOUR\">Приспособява изливането на текста така, че да пасва на контурите на избрания графичен обект.</ahelp>"
+#. LRVR9
+#: 05220000.xhp
+msgctxt ""
+"05220000.xhp\n"
+"hd_id3149376\n"
+"help.text"
+msgid "Custom Shape Text"
+msgstr ""
+
#. BfUAu
#: 05220000.xhp
msgctxt ""
@@ -31452,7 +31299,7 @@ msgctxt ""
"par_id3153194\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/cellalignment/spinDegrees\">Enter the rotation angle from 0 to 360 for the text in the selected cell(s).</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/cellalignment/spinDegrees\">Въведете ъгъла на завъртане от 0 до 360 градуса за текста в избраната клетка или клетки.</ahelp>"
#. XJAyp
#: 05340300.xhp
@@ -38418,7 +38265,7 @@ msgctxt ""
"hd_id821582666527674\n"
"help.text"
msgid "Edit Macros"
-msgstr ""
+msgstr "Редактиране на макроси"
#. 9SRC2
#: 06130001.xhp
@@ -44378,14 +44225,14 @@ msgctxt ""
msgid "Image Information"
msgstr "Информация за изображението"
-#. QENao
+#. AdAGc
#: image_compression.xhp
msgctxt ""
"image_compression.xhp\n"
"hd_id501534716852913\n"
"help.text"
-msgid "Calculate New Size..."
-msgstr "Изчислен нов размер..."
+msgid "Calculate New Size"
+msgstr ""
#. DpeVD
#: image_compression.xhp
diff --git a/source/bg/helpcontent2/source/text/shared/02.po b/source/bg/helpcontent2/source/text/shared/02.po
index 207878e82fc..62f62c11d44 100644
--- a/source/bg/helpcontent2/source/text/shared/02.po
+++ b/source/bg/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-01-22 13:00+0100\n"
+"POT-Creation-Date: 2020-03-06 11:46+0100\n"
"PO-Revision-Date: 2020-02-01 14:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared02/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.9.1\n"
+"X-Generator: LibreOffice\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1562357690.000000\n"
@@ -10493,23 +10493,23 @@ msgctxt ""
msgid "Navigator On/Off"
msgstr "Навигатор - вкл./изкл."
-#. G3eDP
+#. GBVDK
#: 01230000.xhp
msgctxt ""
"01230000.xhp\n"
"tit\n"
"help.text"
-msgid "Styles"
-msgstr "Стилове"
+msgid "Styles (icon)"
+msgstr ""
-#. G2duK
+#. PUeB4
#: 01230000.xhp
msgctxt ""
"01230000.xhp\n"
"hd_id3154228\n"
"help.text"
-msgid "<link href=\"text/shared/02/01230000.xhp\" name=\"Styles\">Styles</link>"
-msgstr "<link href=\"text/shared/02/01230000.xhp\" name=\"Styles\">Стилове</link>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">Styles</link></caseinline><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">Styles</link></caseinline><defaultinline><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">Styles</link></defaultinline></switchinline>"
+msgstr ""
#. 8NLAN
#: 01230000.xhp
diff --git a/source/bg/helpcontent2/source/text/shared/optionen.po b/source/bg/helpcontent2/source/text/shared/optionen.po
index b3b35b44e45..c5a807be0bc 100644
--- a/source/bg/helpcontent2/source/text/shared/optionen.po
+++ b/source/bg/helpcontent2/source/text/shared/optionen.po
@@ -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: 2020-02-17 12:22+0100\n"
-"PO-Revision-Date: 2020-02-21 08:15+0000\n"
+"PO-Revision-Date: 2020-03-05 16:15+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedoptionen/bg/>\n"
"Language: bg\n"
@@ -7890,7 +7890,7 @@ msgctxt ""
"hd_id3154946\n"
"help.text"
msgid "Enable char unit"
-msgstr "Разрешаване на единица – знак"
+msgstr "Разрешаване на единица „знак“"
#. GxDyi
#: 01040900.xhp
@@ -7908,7 +7908,7 @@ msgctxt ""
"hd_id3154945\n"
"help.text"
msgid "Use square page mode for text grid"
-msgstr "Режим \"квадратна страница\" за текстовата мрежа"
+msgstr "Режим „квадратна страница“ за текстовата мрежа"
#. vDnnX
#: 01040900.xhp
@@ -7926,7 +7926,7 @@ msgctxt ""
"hd_id3166976\n"
"help.text"
msgid "Word count"
-msgstr "Брой думи"
+msgstr "Броене на думите"
#. vfrbi
#: 01040900.xhp
diff --git a/source/bg/helpcontent2/source/text/swriter/00.po b/source/bg/helpcontent2/source/text/swriter/00.po
index f75bad6ea62..7b327a98a95 100644
--- a/source/bg/helpcontent2/source/text/swriter/00.po
+++ b/source/bg/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-10 17:54+0100\n"
+"POT-Creation-Date: 2020-03-06 11:46+0100\n"
"PO-Revision-Date: 2020-02-15 19:15+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter00/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547853218.000000\n"
#. E9tti
@@ -2851,11 +2851,11 @@ msgctxt ""
msgid "<variable id=\"sls\">Choose <emph>Styles - Load Styles</emph></variable>."
msgstr "<variable id=\"sls\">Изберете <emph>Стилове - Зареждане на стилове</emph></variable>."
-#. EDhC8
+#. rjrJe
#: stylesmenu.xhp
msgctxt ""
"stylesmenu.xhp\n"
"par_id391529885020996\n"
"help.text"
-msgid "<variable id=\"sms\">Choose <emph>Styles - Manage Styles</emph> or <embedvar href=\"text/shared/00/kbd_shortcuts.xhp#F11\"/></variable>."
-msgstr "<variable id=\"sms\">Изберете <emph>Стилове - Управление на стиловете</emph> или<embedvar href=\"text/shared/00/kbd_shortcuts.xhp#F11\"/></variable>."
+msgid "<variable id=\"sms\">Choose <emph>Styles - Manage Styles</emph> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline></variable>."
+msgstr ""
diff --git a/source/bg/helpcontent2/source/text/swriter/01.po b/source/bg/helpcontent2/source/text/swriter/01.po
index 5a1111f9393..5d29e19f03f 100644
--- a/source/bg/helpcontent2/source/text/swriter/01.po
+++ b/source/bg/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-28 14:53+0100\n"
-"PO-Revision-Date: 2020-02-21 08:15+0000\n"
+"POT-Creation-Date: 2020-03-06 11:46+0100\n"
+"PO-Revision-Date: 2020-03-05 16:15+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter01/bg/>\n"
"Language: bg\n"
@@ -22230,14 +22230,14 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/conditionpage/apply\">Click <emph>Apply</emph> to apply the <emph>selected Paragraph Style</emph> to the defined <emph>context</emph>.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/conditionpage/apply\">Щракнете върху <emph>Прилагане</emph>, за да приложите <emph>избрания стил за абзаци</emph> върху дефинирания <emph>контекст</emph>.</ahelp>"
-#. fY638
+#. e2L8Z
#: 05140000.xhp
msgctxt ""
"05140000.xhp\n"
"tit\n"
"help.text"
-msgid "Styles"
-msgstr "Стилове"
+msgid "Styles (Sidebar)"
+msgstr ""
#. yJjGG
#: 05140000.xhp
@@ -22248,14 +22248,14 @@ msgctxt ""
msgid "<bookmark_value>Styles window;applying styles</bookmark_value> <bookmark_value>styles;previews</bookmark_value> <bookmark_value>previews;styles</bookmark_value>"
msgstr "<bookmark_value>Стилове, прозорец;прилагане на стилове</bookmark_value> <bookmark_value>стилове;мостри</bookmark_value> <bookmark_value>мостри;стилове</bookmark_value>"
-#. WESCr
+#. GJbQs
#: 05140000.xhp
msgctxt ""
"05140000.xhp\n"
"hd_id3154505\n"
"help.text"
-msgid "<link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles</link>"
-msgstr "<link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Стилове</link>"
+msgid "<link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles (Sidebar)</link>"
+msgstr ""
#. YEFkv
#: 05140000.xhp
@@ -22482,6 +22482,33 @@ msgctxt ""
msgid "<ahelp hid=\".\">Displays formatting styles for numbered and bulleted lists.</ahelp> Use list styles to format number and bullet characters and to specify indents."
msgstr "<ahelp hid=\".\">Показва стиловете за форматиране на списъци с водачи и номера.</ahelp> Стиловете за списъци служат за форматиране на номера и водещи знаци в списък и задаване на отстъпи."
+#. ygwb8
+#: 05140000.xhp
+msgctxt ""
+"05140000.xhp\n"
+"par_id3132646\n"
+"help.text"
+msgid "<image id=\"img_id1952772\" src=\"sw/res/sf06.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152772\">Icon Table Styles</alt></image>"
+msgstr ""
+
+#. w5Cs5
+#: 05140000.xhp
+msgctxt ""
+"05140000.xhp\n"
+"par_id3129390\n"
+"help.text"
+msgid "Table Styles"
+msgstr ""
+
+#. DzY6Z
+#: 05140000.xhp
+msgctxt ""
+"05140000.xhp\n"
+"par_id3115361\n"
+"help.text"
+msgid "<ahelp hid=\".\">Displays formatting styles for tables.</ahelp> Use table styles to apply borders, backgrounds, fonts, alignment, and number formats to tables."
+msgstr ""
+
#. 7Eid5
#: 05140000.xhp
msgctxt ""
@@ -22518,14 +22545,14 @@ msgctxt ""
msgid "<image id=\"img_id3150122\" src=\"cmd/sc_stylenewbyexample.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150122\">Icon New Style from Selection</alt></image>"
msgstr "<image id=\"img_id3150122\" src=\"cmd/sc_stylenewbyexample.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150122\">Икона за нов стил от селекцията</alt></image>"
-#. EmaCA
+#. cRnpp
#: 05140000.xhp
msgctxt ""
"05140000.xhp\n"
"par_id3147490\n"
"help.text"
-msgid "New Style from Selection"
-msgstr "Нов стил от избраното"
+msgid "Style actions"
+msgstr ""
#. KFB5g
#: 05140000.xhp
@@ -22536,14 +22563,14 @@ msgctxt ""
msgid "<ahelp hid=\".\">Opens a submenu with more commands.</ahelp>"
msgstr "<ahelp hid=\".\">Отваря подменю с още команди.</ahelp>"
-#. nCtpD
+#. MSZVn
#: 05140000.xhp
msgctxt ""
"05140000.xhp\n"
"par_idN109DA\n"
"help.text"
-msgid "New style from selection"
-msgstr "Нов стил от избраното"
+msgid "<menuitem>New Style from Selection</menuitem>"
+msgstr ""
#. L5UYB
#: 05140000.xhp
@@ -22554,14 +22581,14 @@ msgctxt ""
msgid "<ahelp hid=\".\">Creates a new style based on the formatting of the current paragraph, page, or selection.</ahelp>"
msgstr "<ahelp hid=\".\">Създава нов стил, базиран върху форматирането на текущия абзац, страница или селекция.</ahelp>"
-#. DQA4B
+#. 24zag
#: 05140000.xhp
msgctxt ""
"05140000.xhp\n"
"par_idN10A04\n"
"help.text"
-msgid "Update style"
-msgstr "Обновяване на стил"
+msgid "<menuitem>Update Selected Style</menuitem>"
+msgstr ""
#. JZgJw
#: 05140000.xhp
@@ -22572,14 +22599,14 @@ msgctxt ""
msgid "<ahelp hid=\".\">The manually formatted attributes of the text at the cursor position in the document will be added to the style that is selected in the Styles window.</ahelp>"
msgstr "<ahelp hid=\".\">Ръчно форматираните атрибути на текста на текущата позиция на курсора в документа ще бъдат добавени към стила, който е избран в прозореца „Стилове“.</ahelp>"
-#. GPDGC
+#. j6a4F
#: 05140000.xhp
msgctxt ""
"05140000.xhp\n"
"par_idN10A31\n"
"help.text"
-msgid "Load style"
-msgstr "Зареждане на стилове"
+msgid "<link href=\"text/text/swriter/01/05170000.xhp\" name=\"loadstyles\"><menuitem>Load Styles</menuitem></link>"
+msgstr ""
#. TSnrm
#: 05140000.xhp
@@ -22590,23 +22617,23 @@ msgctxt ""
msgid "<ahelp hid=\".\">Opens the Load Styles dialog to import styles from another document.</ahelp>"
msgstr "<ahelp hid=\".\">Отваря диалоговия прозорец Зареждане на стилове, чрез който можете да импортирате стилове от друг документ.</ahelp>"
-#. fvko5
+#. 9DDHF
#: 05140000.xhp
msgctxt ""
"05140000.xhp\n"
-"par_id3148860\n"
+"hd_id3155576\n"
"help.text"
-msgid "More information about <link href=\"text/swriter/01/05130000.xhp\" name=\"styles\">styles</link>."
-msgstr "Повече информация за <link href=\"text/swriter/01/05130000.xhp\" name=\"styles\">стилове</link>."
+msgid "Applied Styles"
+msgstr "Приложени стилове"
-#. 9DDHF
+#. fvko5
#: 05140000.xhp
msgctxt ""
"05140000.xhp\n"
-"hd_id3155576\n"
+"par_id3148860\n"
"help.text"
-msgid "Applied Styles"
-msgstr "Приложени стилове"
+msgid "More information about <link href=\"text/swriter/01/05130000.xhp\" name=\"styles\">styles</link>."
+msgstr "Повече информация за <link href=\"text/swriter/01/05130000.xhp\" name=\"styles\">стилове</link>."
#. KEiDu
#: 05150000.xhp
@@ -22887,14 +22914,32 @@ msgctxt ""
msgid "Delete"
msgstr "Изтриване"
-#. AibqR
+#. yFvtW
#: 05150101.xhp
msgctxt ""
"05150101.xhp\n"
"par_id3150707\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/autoformattable/remove\">Deletes the selected table style. You cannot delete the \"Default Style\" table style.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/autoformattable/remove\">Изтрива избрания стил за таблици. Не можете да изтриете стила „По подразбиране“.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/autoformattable/remove\">Deletes the selected table style. You cannot delete \"Default Table Style\".</ahelp>"
+msgstr ""
+
+#. 3rqAx
+#: 05150101.xhp
+msgctxt ""
+"05150101.xhp\n"
+"hd_id3149302\n"
+"help.text"
+msgid "Rename"
+msgstr "Преименуване"
+
+#. KVYeV
+#: 05150101.xhp
+msgctxt ""
+"05150101.xhp\n"
+"par_id3149490\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/autoformattable/rename\">Changes the name of the selected table style. You cannot rename \"Default Table Style\".</ahelp>"
+msgstr ""
#. 2PEkJ
#: 05150101.xhp
@@ -22905,14 +22950,14 @@ msgctxt ""
msgid "Formatting"
msgstr "Форматиране"
-#. fFVRG
+#. Gf3DD
#: 05150101.xhp
msgctxt ""
"05150101.xhp\n"
"par_id3154477\n"
"help.text"
-msgid "Select the formatting attributes that you to include in the selected table style."
-msgstr "Изберете форматиращите атрибути, които желаете да включите в избрания стил за таблици."
+msgid "Select the formatting attributes to include in the selected table style."
+msgstr ""
#. XRRp9
#: 05150101.xhp
@@ -22968,14 +23013,14 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/autoformattable/alignmentcb\">Includes alignment settings in the selected table style.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/autoformattable/alignmentcb\">Включва настройки за подравняване в избрания стил за таблици.</ahelp>"
-#. JXHir
+#. edaJm
#: 05150101.xhp
msgctxt ""
"05150101.xhp\n"
"hd_id3149690\n"
"help.text"
-msgid "Border"
-msgstr "Кант"
+msgid "Borders"
+msgstr ""
#. yZ9HG
#: 05150101.xhp
@@ -23004,24 +23049,6 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/autoformattable/patterncb\">Includes background styles in the selected table style.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/autoformattable/patterncb\">Включва стилове за фон в избрания стил за таблици.</ahelp>"
-#. 3rqAx
-#: 05150101.xhp
-msgctxt ""
-"05150101.xhp\n"
-"hd_id3149302\n"
-"help.text"
-msgid "Rename"
-msgstr "Преименуване"
-
-#. DvsMV
-#: 05150101.xhp
-msgctxt ""
-"05150101.xhp\n"
-"par_id3149490\n"
-"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/autoformattable/rename\">Changes the name of the selected table style. You cannot rename the \"Default Style\" table style.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/autoformattable/rename\">Променя името на избрания стил за таблици. Не можете да преименувате стила „По подразбиране“.</ahelp>"
-
#. BhJ6B
#: 05150104.xhp
msgctxt ""
@@ -23920,7 +23947,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Word Count"
-msgstr "Брой на думи"
+msgstr "Брой думи"
#. LSvFZ
#: 06040000.xhp
@@ -23929,7 +23956,7 @@ msgctxt ""
"par_idN10542\n"
"help.text"
msgid "<link href=\"text/swriter/01/06040000.xhp\">Word Count</link>"
-msgstr "<link href=\"text/swriter/01/06040000.xhp\">Брой на думи</link>"
+msgstr "<link href=\"text/swriter/01/06040000.xhp\">Брой думи</link>"
#. 9yDkF
#: 06040000.xhp
diff --git a/source/bg/helpcontent2/source/text/swriter/guide.po b/source/bg/helpcontent2/source/text/swriter/guide.po
index 729ab534082..f571d580bdc 100644
--- a/source/bg/helpcontent2/source/text/swriter/guide.po
+++ b/source/bg/helpcontent2/source/text/swriter/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-02-27 14:31+0100\n"
-"PO-Revision-Date: 2020-02-21 08:15+0000\n"
+"POT-Creation-Date: 2020-03-06 11:46+0100\n"
+"PO-Revision-Date: 2020-03-04 14:15+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriterguide/bg/>\n"
"Language: bg\n"
@@ -6314,7 +6314,7 @@ msgctxt ""
"par_id3156240\n"
"help.text"
msgid "To insert an existing file as a subdocument, choose <menuitem>File</menuitem>, locate the file that you want to include, and then click <emph>Open</emph>."
-msgstr ""
+msgstr "За да вмъкнете съществуващ файл като поддокумент, изберете <menuitem>Файл</menuitem>, намерете файла, който искате да включите, и натиснете <emph>Отваряне</emph>."
#. DHqof
#: globaldoc_howtos.xhp
@@ -6512,7 +6512,7 @@ msgctxt ""
"hd_id3145228\n"
"help.text"
msgid "To Export a Master Document"
-msgstr ""
+msgstr "За да експортирате главен документ"
#. 8fFGC
#: globaldoc_howtos.xhp
@@ -6530,7 +6530,7 @@ msgctxt ""
"par_id3148580\n"
"help.text"
msgid "In the <emph>Save as type</emph> list, select a text document file format and click <emph>Save</emph>."
-msgstr ""
+msgstr "В списъка <emph>Заисване като тип</emph> изберете файлов формат за текстови документи и щракнете върху <emph>Записване</emph>."
#. qGjnL
#: globaldoc_howtos.xhp
@@ -11275,14 +11275,14 @@ msgctxt ""
msgid "Choose <menuitem>Insert - Page Number</menuitem> to insert a page number at the current cursor position."
msgstr "Изберете <menuitem>Вмъкване - Номер на страница</menuitem>, за да вмъкнете номер на страница в текущата позиция на курсора."
-#. ZxJBm
+#. dU382
#: pagenumbers.xhp
msgctxt ""
"pagenumbers.xhp\n"
"par_id6604510\n"
"help.text"
-msgid "If you see the text \"Page number\" instead of the number, choose <menuitem>View - Field Names</menuitem> (<embedvar href=\"text/shared/00/kbd_shortcuts.xhp#toggleshowfields\"/>)."
-msgstr "Ако видите „Номер на страница“ вместо номера, изберете <menuitem>Изглед - Имена на полета</menuitem> (<embedvar href=\"text/shared/00/kbd_shortcuts.xhp#toggleshowfields\"/>)."
+msgid "If you see the text \"Page number\" instead of the number, choose <menuitem>View - Field Names</menuitem> (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+F9</keycode></caseinline><defaultinline><keycode>Ctrl+F9</keycode></defaultinline></switchinline>)."
+msgstr ""
#. CurbT
#: pagenumbers.xhp
@@ -11455,14 +11455,14 @@ msgctxt ""
msgid "A <emph>manually inserted page break</emph> can be applied without or with a change of page styles."
msgstr "<emph>Ръчно вмъкнатият разделител на страници</emph> може да бъде приложен със или без смяна на стила на страниците."
-#. PmCx7
+#. Dmwkn
#: pagenumbers.xhp
msgctxt ""
"pagenumbers.xhp\n"
"par_id3341776\n"
"help.text"
-msgid "If you just press <embedvar href=\"text/shared/00/kbd_shortcuts.xhp#pagebreak\"/>, you apply a page break without a change of styles."
-msgstr "Ако просто натиснете <embedvar href=\"text/shared/00/kbd_shortcuts.xhp#pagebreak\"/>, ще приложите знак за нова страница без смяна на стила."
+msgid "If you just press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+Enter</keycode></caseinline><defaultinline><keycode>Ctrl+Enter</keycode></defaultinline></switchinline>, you apply a page break without a change of styles."
+msgstr ""
#. ByysM
#: pagenumbers.xhp
@@ -11500,14 +11500,14 @@ msgctxt ""
msgid "Click into the first page of your document."
msgstr "Щракнете в първата страница от документа."
-#. 2nCdH
+#. tGKjT
#: pagenumbers.xhp
msgctxt ""
"pagenumbers.xhp\n"
"par_id4313791\n"
"help.text"
-msgid "Choose <menuitem>View - Styles</menuitem> (<embedvar href=\"text/shared/00/kbd_shortcuts.xhp#F11\"/>)."
-msgstr "Изберете <menuitem>Изглед - Стилове</menuitem> (<embedvar href=\"text/shared/00/kbd_shortcuts.xhp#F11\"/>)."
+msgid "Choose <menuitem>View - Styles</menuitem> (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline>)."
+msgstr ""
#. MX8dB
#: pagenumbers.xhp