update translations for master
and force-fix errors using pocheck Change-Id: Id394cdfeec287ffc3faa0c1c738ae4d3f8587e69
This commit is contained in:
@@ -4,7 +4,7 @@ msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
|
||||
"POT-Creation-Date: 2023-03-20 12:32+0100\n"
|
||||
"PO-Revision-Date: 2023-05-05 20:35+0000\n"
|
||||
"PO-Revision-Date: 2023-05-17 11:33+0000\n"
|
||||
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
|
||||
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/bg/>\n"
|
||||
"Language: bg\n"
|
||||
@@ -11705,7 +11705,7 @@ msgctxt ""
|
||||
"par_id3155390\n"
|
||||
"help.text"
|
||||
msgid "<emph>Source</emph>: Any string expression that specifies the name of the file that you want to copy. The expression can contain optional path and drive information. If you want, you can enter a path in <link href=\"text/sbasic/shared/00000002.xhp\">URL notation</link>."
|
||||
msgstr ""
|
||||
msgstr "<emph>Source</emph>: низов израз със стойност името на файла, който искате да се копира. Изразът може да включва информация за път и устройство. Ако желаете, можете да въведете пътя във вид на <link href=\"text/sbasic/shared/00000002.xhp\">URL</link>."
|
||||
|
||||
#. b2bKE
|
||||
#: 03020406.xhp
|
||||
@@ -11714,7 +11714,7 @@ msgctxt ""
|
||||
"par_id3150669\n"
|
||||
"help.text"
|
||||
msgid "<emph>Destination</emph>: Any string expression that specifies where you want to copy the source file to. The expression can contain the destination drive, the path, and file name, or the path in URL notation."
|
||||
msgstr ""
|
||||
msgstr "<emph>Destination</emph>: низов израз, който задава къде да бъде копиран файлът. Може да съдържа устройството, пътя и файловото име на местоназначението или пътя във вид на URL."
|
||||
|
||||
#. WgMEt
|
||||
#: 03020406.xhp
|
||||
@@ -12587,7 +12587,7 @@ msgctxt ""
|
||||
"par_id3154365\n"
|
||||
"help.text"
|
||||
msgid "SetAttr PathName As String, Attributes As Integer"
|
||||
msgstr ""
|
||||
msgstr "SetAttr PathName As String, Attributes As Integer"
|
||||
|
||||
#. 4RPxH
|
||||
#: 03020414.xhp
|
||||
@@ -12596,7 +12596,7 @@ msgctxt ""
|
||||
"par_id3154909\n"
|
||||
"help.text"
|
||||
msgid "<emph>FileName</emph>: Name of the file, including the path, that you want to test attributes of. If you do not enter a path, <emph>SetAttr</emph> searches for the file in the current directory. You can also use <link href=\"text/sbasic/shared/00000002.xhp\">URL notation</link>."
|
||||
msgstr ""
|
||||
msgstr "<emph>FileName</emph>: име на файла, за който се задават атрибути, включително пътя. Ако не въведете път, <emph>SetAttr</emph> търси файла в текущата директория. Пътят може да е във вид на <link href=\"text/sbasic/shared/00000002.xhp\">URL</link>."
|
||||
|
||||
#. ME7sS
|
||||
#: 03020414.xhp
|
||||
@@ -12605,7 +12605,7 @@ msgctxt ""
|
||||
"par_id3153192\n"
|
||||
"help.text"
|
||||
msgid "<emph>Attributes</emph>: Bit pattern defining the attributes that you want to set or to clear:"
|
||||
msgstr ""
|
||||
msgstr "<emph>Attributes</emph>: комбинация от битове, задаваща атрибутите, които искате да добавите или премахнете:"
|
||||
|
||||
#. bt8p5
|
||||
#: 03020414.xhp
|
||||
@@ -19337,7 +19337,7 @@ msgctxt ""
|
||||
"par_id3151074\n"
|
||||
"help.text"
|
||||
msgid "Print \"The length of the hypotenuse is\"; (d1 / cos (dAngle * Pi / 180))"
|
||||
msgstr ""
|
||||
msgstr "Print \"Дължината на хипотенузата е \"; (d1 / Cos (dAngle * Pi / 180))"
|
||||
|
||||
#. FEozF
|
||||
#: 03080103.xhp
|
||||
@@ -21704,7 +21704,7 @@ msgctxt ""
|
||||
"par_id3147560\n"
|
||||
"help.text"
|
||||
msgid "IIf (Bool As Boolean, Variant1 As Variant, Variant2 As Variant) As Variant"
|
||||
msgstr ""
|
||||
msgstr "IIf (Bool As Boolean, Variant1 As Variant, Variant2 As Variant) As Variant"
|
||||
|
||||
#. WA953
|
||||
#: 03090103.xhp
|
||||
@@ -21713,7 +21713,7 @@ msgctxt ""
|
||||
"par_id3153381\n"
|
||||
"help.text"
|
||||
msgid "<emph>Bool</emph>: Any expression that you want to evaluate. If the expression evaluates to <emph>True</emph>, the function returns the value of Variant1, otherwise it returns the value of Variant2."
|
||||
msgstr ""
|
||||
msgstr "<emph>Bool</emph>: израз, който искате да бъде изчислен. Ако стойността му е <emph>True</emph>, функцията връща стойността на Variant1, в противен случай – на Variant2."
|
||||
|
||||
#. 4CnY7
|
||||
#: 03090103.xhp
|
||||
@@ -21722,7 +21722,7 @@ msgctxt ""
|
||||
"par_id3150870\n"
|
||||
"help.text"
|
||||
msgid "<emph>Variant1, Variant2</emph>: Any expression, one of which will be returned as the function result, depending on the logical evaluation."
|
||||
msgstr ""
|
||||
msgstr "<emph>Variant1, Variant2</emph>: изрази, една от стойностите на които ще бъде върната според оценката на логическото условие."
|
||||
|
||||
#. JJd8f
|
||||
#: 03090103.xhp
|
||||
@@ -21731,7 +21731,7 @@ msgctxt ""
|
||||
"par_id541598638231139\n"
|
||||
"help.text"
|
||||
msgid "IIf evaluates both <literal>Variant1</literal> and <literal>Variant2</literal> even if it returns only one of them. If one of the expressions results in error, the function returns the error. For example, do not use IIF to bypass a possible division by zero result."
|
||||
msgstr ""
|
||||
msgstr "IIf изчислява и <literal>Variant1</literal>, и <literal>Variant2</literal>, въпреки че връща само едното от двете. Ако един от изразите предизвика грешка, функцията връща грешката. Например, не използвайте IIF, за да избегнете възможен резултат деление на нула."
|
||||
|
||||
#. vGAma
|
||||
#: 03090103.xhp
|
||||
@@ -30110,7 +30110,7 @@ msgctxt ""
|
||||
"par_id3149233\n"
|
||||
"help.text"
|
||||
msgid "String (number As Long, {expression As Integer | character As String}) As String"
|
||||
msgstr ""
|
||||
msgstr "String (number As Long, {expression As Integer | character As String}) As String"
|
||||
|
||||
#. GfqGg
|
||||
#: 03120202.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: 2023-05-10 12:32+0200\n"
|
||||
"POT-Creation-Date: 2023-05-17 15:14+0200\n"
|
||||
"PO-Revision-Date: 2023-03-28 13:26+0000\n"
|
||||
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
|
||||
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/bg/>\n"
|
||||
@@ -56771,14 +56771,14 @@ msgctxt ""
|
||||
msgid "#VALUE!"
|
||||
msgstr "#VALUE!"
|
||||
|
||||
#. rBEnM
|
||||
#. RCwmP
|
||||
#: func_aggregate.xhp
|
||||
msgctxt ""
|
||||
"func_aggregate.xhp\n"
|
||||
"par_id230920152006414\n"
|
||||
"help.text"
|
||||
msgid "<item type=\"input\">=AGGREGATE(4;2;A2:A9)</item><br/>Returns maximum value for the range A2:A9 = 34, whereas <item type=\"input\">=MAX(A2:A9)</item> returns the error Err:511."
|
||||
msgstr "<item type=\"input\">=AGGREGATE(4;2;A2:A9)</item><br/>Връща максималната стойност за диапазона A2:A9 = 34, а <item type=\"input\">=MAX(A2:A9)</item> връща Err:511."
|
||||
msgid "<item type=\"input\">=AGGREGATE(4;2;A2:A9)</item><br/>Returns maximum value for the range A2:A9 = 34."
|
||||
msgstr ""
|
||||
|
||||
#. Tx8Vx
|
||||
#: func_aggregate.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: 2023-05-10 12:32+0200\n"
|
||||
"POT-Creation-Date: 2023-05-17 15:14+0200\n"
|
||||
"PO-Revision-Date: 2023-02-03 18:10+0000\n"
|
||||
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
|
||||
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/bg/>\n"
|
||||
@@ -14920,14 +14920,14 @@ msgctxt ""
|
||||
msgid "On the <emph>Standard</emph> bar or <emph>Table Data</emph> bar, click"
|
||||
msgstr "В лентата <emph>Стандартни</emph> или <emph>Данни от таблица</emph> щракнете върху"
|
||||
|
||||
#. EZEUn
|
||||
#. AwFxC
|
||||
#: edit_menu.xhp
|
||||
msgctxt ""
|
||||
"edit_menu.xhp\n"
|
||||
"par_id3155449\n"
|
||||
"help.text"
|
||||
msgid "<image id=\"img_id3155577\" src=\"cmd/sc_undo.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155577\">Icon</alt></image>"
|
||||
msgstr "<image id=\"img_id3155577\" src=\"cmd/sc_undo.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155577\">Икона</alt></image>"
|
||||
msgid "<image id=\"img_id3155577\" src=\"cmd/lc_undo.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155577\">Icon Undo</alt></image>"
|
||||
msgstr ""
|
||||
|
||||
#. QzA62
|
||||
#: edit_menu.xhp
|
||||
@@ -14956,14 +14956,14 @@ msgctxt ""
|
||||
msgid "On the <emph>Standard</emph> bar, click"
|
||||
msgstr "В лентата <emph>Стандартни</emph> щракнете върху"
|
||||
|
||||
#. GpeZx
|
||||
#. 4UACs
|
||||
#: edit_menu.xhp
|
||||
msgctxt ""
|
||||
"edit_menu.xhp\n"
|
||||
"par_id3154938\n"
|
||||
"help.text"
|
||||
msgid "<image id=\"img_id3150358\" src=\"cmd/sc_redo.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150358\">Icon</alt></image>"
|
||||
msgstr "<image id=\"img_id3150358\" src=\"cmd/sc_redo.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150358\">Икона</alt></image>"
|
||||
msgid "<image id=\"img_id3150358\" src=\"cmd/lc_redo.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150358\">Icon Redo</alt></image>"
|
||||
msgstr ""
|
||||
|
||||
#. F99gF
|
||||
#: edit_menu.xhp
|
||||
@@ -15010,14 +15010,14 @@ msgctxt ""
|
||||
msgid "On the <emph>Standard</emph> bar, click"
|
||||
msgstr "В лентата <emph>Стандартни</emph> щракнете върху"
|
||||
|
||||
#. zH2jz
|
||||
#. zCT5V
|
||||
#: edit_menu.xhp
|
||||
msgctxt ""
|
||||
"edit_menu.xhp\n"
|
||||
"par_id3145173\n"
|
||||
"help.text"
|
||||
msgid "<image id=\"img_id3145744\" src=\"cmd/sc_cut.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145744\">Icon</alt></image>"
|
||||
msgstr "<image id=\"img_id3145744\" src=\"cmd/sc_cut.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145744\">Икона</alt></image>"
|
||||
msgid "<image id=\"img_id3145744\" src=\"cmd/lc_cut.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145744\">Icon Cut</alt></image>"
|
||||
msgstr ""
|
||||
|
||||
#. b2BCg
|
||||
#: edit_menu.xhp
|
||||
@@ -15055,14 +15055,14 @@ msgctxt ""
|
||||
msgid "On the <emph>Standard</emph> bar, click"
|
||||
msgstr "В лентата <emph>Стандартни</emph> щракнете върху"
|
||||
|
||||
#. GNpF7
|
||||
#. BEKcn
|
||||
#: edit_menu.xhp
|
||||
msgctxt ""
|
||||
"edit_menu.xhp\n"
|
||||
"par_id3154985\n"
|
||||
"help.text"
|
||||
msgid "<image id=\"img_id3156441\" src=\"cmd/sc_copy.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156441\">Icon</alt></image>"
|
||||
msgstr "<image id=\"img_id3156441\" src=\"cmd/sc_copy.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156441\">Икона</alt></image>"
|
||||
msgid "<image id=\"img_id3156441\" src=\"cmd/lc_copy.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156441\">Icon Copy</alt></image>"
|
||||
msgstr ""
|
||||
|
||||
#. Ezjwz
|
||||
#: edit_menu.xhp
|
||||
@@ -15100,14 +15100,14 @@ msgctxt ""
|
||||
msgid "On the <emph>Standard</emph> bar, click"
|
||||
msgstr "В лентата <emph>Стандартни</emph> щракнете върху"
|
||||
|
||||
#. 4ZWcQ
|
||||
#. HZLPq
|
||||
#: edit_menu.xhp
|
||||
msgctxt ""
|
||||
"edit_menu.xhp\n"
|
||||
"par_id3156106\n"
|
||||
"help.text"
|
||||
msgid "<image id=\"img_id3159196\" src=\"cmd/sc_paste.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159196\">Icon</alt></image>"
|
||||
msgstr "<image id=\"img_id3159196\" src=\"cmd/sc_paste.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159196\">Икона</alt></image>"
|
||||
msgid "<image id=\"img_id3159196\" src=\"cmd/lc_paste.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159196\">Icon Paste</alt></image>"
|
||||
msgstr ""
|
||||
|
||||
#. ZtHb2
|
||||
#: edit_menu.xhp
|
||||
@@ -15235,14 +15235,14 @@ msgctxt ""
|
||||
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>"
|
||||
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>"
|
||||
|
||||
#. Fmcad
|
||||
#. gXMsj
|
||||
#: edit_menu.xhp
|
||||
msgctxt ""
|
||||
"edit_menu.xhp\n"
|
||||
"par_id3145748\n"
|
||||
"help.text"
|
||||
msgid "<image id=\"img_id3153095\" src=\"cmd/sc_selectall.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153095\">Icon</alt></image>"
|
||||
msgstr "<image id=\"img_id3153095\" src=\"cmd/sc_selectall.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153095\">Икона</alt></image>"
|
||||
msgid "<image id=\"img_id3153095\" src=\"cmd/lc_selectall.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153095\">Icon Select All</alt></image>"
|
||||
msgstr ""
|
||||
|
||||
#. 8xMiC
|
||||
#: edit_menu.xhp
|
||||
@@ -15406,14 +15406,14 @@ msgctxt ""
|
||||
msgid "On the <emph>Standard</emph> bar, click"
|
||||
msgstr "В лентата <emph>Стандартни</emph> щракнете върху"
|
||||
|
||||
#. BdmCn
|
||||
#. vsGEm
|
||||
#: edit_menu.xhp
|
||||
msgctxt ""
|
||||
"edit_menu.xhp\n"
|
||||
"par_id3150020\n"
|
||||
"help.text"
|
||||
msgid "<image id=\"img_id3149121\" src=\"cmd/sc_recsearch.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon</alt></image>"
|
||||
msgstr "<image id=\"img_id3149121\" src=\"cmd/sc_recsearch.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Икона</alt></image>"
|
||||
msgid "<image id=\"img_id3149121\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
|
||||
msgstr ""
|
||||
|
||||
#. jRcHP
|
||||
#: edit_menu.xhp
|
||||
@@ -15442,14 +15442,14 @@ msgctxt ""
|
||||
msgid "<variable id=\"suchenformat\">Choose <menuitem>Edit - Find & Replace - Format</menuitem> button.</variable>"
|
||||
msgstr "<variable id=\"suchenformat\">Изберете бутона <menuitem>Редактиране - Търсене и замяна - Формат</menuitem>.</variable>"
|
||||
|
||||
#. 6929F
|
||||
#. 4zFwJ
|
||||
#: edit_menu.xhp
|
||||
msgctxt ""
|
||||
"edit_menu.xhp\n"
|
||||
"par_id781602175775847\n"
|
||||
"help.text"
|
||||
msgid "<image id=\"img_id314249\" src=\"cmd/sc_recsearch.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Search Icon</alt></image> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F</keycode>"
|
||||
msgstr "<image id=\"img_id314249\" src=\"cmd/sc_recsearch.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Икона за търсене</alt></image> или <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F</keycode>"
|
||||
msgid "<image id=\"img_id314249\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Search Icon</alt></image> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F</keycode>"
|
||||
msgstr ""
|
||||
|
||||
#. CNnsD
|
||||
#: edit_menu.xhp
|
||||
@@ -15460,14 +15460,14 @@ msgctxt ""
|
||||
msgid "On the <emph>Table Data</emph> bar, click <emph>Find</emph> icon, then <emph>Similarity search</emph> check box, then click the <emph>Similarities</emph> button (database table view)."
|
||||
msgstr "В лентата <emph>Данни от таблица</emph> щракнете върху иконата <emph>Търсене</emph>, после отметнете полето <emph>Търсене по подобие</emph> и натиснете бутона <emph>Подобие по</emph> (изглед на таблица в база от данни)."
|
||||
|
||||
#. PGzfH
|
||||
#. phNMi
|
||||
#: edit_menu.xhp
|
||||
msgctxt ""
|
||||
"edit_menu.xhp\n"
|
||||
"par_id551602176159965\n"
|
||||
"help.text"
|
||||
msgid "<image id=\"img_id314249\" src=\"cmd/sc_recsearch.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Search Icon</alt></image>"
|
||||
msgstr "<image id=\"img_id314249\" src=\"cmd/sc_recsearch.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Икона за търсене</alt></image>"
|
||||
msgid "<image id=\"img_id314249\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Search Icon</alt></image>"
|
||||
msgstr ""
|
||||
|
||||
#. 8FD2j
|
||||
#: edit_menu.xhp
|
||||
@@ -15496,23 +15496,32 @@ msgctxt ""
|
||||
msgid "Choose <menuitem>View - Navigator</menuitem>."
|
||||
msgstr "Изберете <menuitem>Изглед - Навигатор</menuitem>."
|
||||
|
||||
#. mXj7f
|
||||
#. sJJtL
|
||||
#: edit_menu.xhp
|
||||
msgctxt ""
|
||||
"edit_menu.xhp\n"
|
||||
"par_id941683841117366\n"
|
||||
"help.text"
|
||||
msgid "Press <keycode>F5</keycode>"
|
||||
msgstr ""
|
||||
|
||||
#. CcEAC
|
||||
#: edit_menu.xhp
|
||||
msgctxt ""
|
||||
"edit_menu.xhp\n"
|
||||
"par_id3163824\n"
|
||||
"help.text"
|
||||
msgid "On the <emph>Standard</emph> bar, click"
|
||||
msgstr "В лентата <emph>Стандартни</emph> щракнете върху"
|
||||
msgid "On the <emph>Standard</emph> bar or the <emph>Sidebar</emph>, click"
|
||||
msgstr ""
|
||||
|
||||
#. QfrGQ
|
||||
#. iwE8Q
|
||||
#: edit_menu.xhp
|
||||
msgctxt ""
|
||||
"edit_menu.xhp\n"
|
||||
"par_id3159183\n"
|
||||
"help.text"
|
||||
msgid "<image id=\"img_id3154508\" src=\"cmd/sc_navigator.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154508\">Icon</alt></image>"
|
||||
msgstr "<image id=\"img_id3154508\" src=\"cmd/sc_navigator.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154508\">Икона</alt></image>"
|
||||
msgid "<image id=\"img_id3154508\" src=\"cmd/lc_navigator.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154508\">Icon Navigator On/Off</alt></image>"
|
||||
msgstr ""
|
||||
|
||||
#. DFjLG
|
||||
#: edit_menu.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: 2023-05-10 12:32+0200\n"
|
||||
"POT-Creation-Date: 2023-05-17 15:14+0200\n"
|
||||
"PO-Revision-Date: 2023-02-07 07:36+0000\n"
|
||||
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
|
||||
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/bg/>\n"
|
||||
@@ -7451,14 +7451,14 @@ msgctxt ""
|
||||
msgid "Comments"
|
||||
msgstr "Коментари"
|
||||
|
||||
#. PSGBG
|
||||
#. qB8aE
|
||||
#: 02070000.xhp
|
||||
msgctxt ""
|
||||
"02070000.xhp\n"
|
||||
"par_id3156422\n"
|
||||
"help.text"
|
||||
msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/comments\">Inserts comments that are attached to cells. If you want to add the comments to the existing cell content, select the \"Add\" operation.</ahelp>"
|
||||
msgstr "<ahelp hid=\"modules/scalc/ui/pastespecial/comments\">Вмъкват се коментарите, прикрепени към клетките. Ако желаете да прибавите коментарите към съществуващото съдържание на клетките, изберете операцията „Добавяне“.</ahelp>"
|
||||
msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/comments\">Inserts comments that are attached to cells.</ahelp>"
|
||||
msgstr ""
|
||||
|
||||
#. BVEu4
|
||||
#: 02070000.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: 2023-05-10 12:32+0200\n"
|
||||
"POT-Creation-Date: 2023-05-17 15:14+0200\n"
|
||||
"PO-Revision-Date: 2023-02-02 12:20+0000\n"
|
||||
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
|
||||
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress00/bg/>\n"
|
||||
@@ -529,59 +529,14 @@ msgctxt ""
|
||||
msgid "Insert Menu"
|
||||
msgstr "Меню Вмъкване"
|
||||
|
||||
#. aJf3t
|
||||
#: 00000404.xhp
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3155064\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"seiteduplizieren\">Choose <emph>Insert - Duplicate Slide</emph></variable>"
|
||||
msgstr "<variable id=\"seiteduplizieren\">Изберете <emph>Вмъкване - Дублиране на кадър</emph></variable>"
|
||||
|
||||
#. jgiAE
|
||||
#: 00000404.xhp
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3153711\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"seitegliederung\">Choose <emph>Insert - Expand Slide</emph></variable>"
|
||||
msgstr "<variable id=\"seitegliederung\">Изберете <emph>Вмъкване - Разширяване на кадъра</emph></variable>"
|
||||
|
||||
#. EB7uY
|
||||
#: 00000404.xhp
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3154254\n"
|
||||
"help.text"
|
||||
msgid "<variable id=\"uebersicht\">Choose <emph>Insert - Summary Slide</emph></variable>"
|
||||
msgstr "<variable id=\"uebersicht\">Изберете <emph>Вмъкване - Обобщаващ кадър</emph></variable>"
|
||||
|
||||
#. DGgU7
|
||||
#: 00000404.xhp
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3147002\n"
|
||||
"help.text"
|
||||
msgid "Choose <menuitem>Insert - Layer</menuitem>"
|
||||
msgstr "Изберете <menuitem>Вмъкване - Слой</menuitem>."
|
||||
|
||||
#. FBCVR
|
||||
#: 00000404.xhp
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3150363\n"
|
||||
"help.text"
|
||||
msgid "Open context menu of layer tabs - choose <menuitem>Insert Layer</menuitem>"
|
||||
msgstr "Отворете контекстното меню на етикетите на слоеве - изберете <menuitem>Вмъкване на слой</menuitem>."
|
||||
|
||||
#. j8G6i
|
||||
#. Fixhu
|
||||
#: 00000404.xhp
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3155376\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Insert Snap Point/Line</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
|
||||
msgstr "Изберете <emph>Вмъкване - Вмъкване на помощна линия/точка</emph> (само в <item type=\"productname\">%PRODUCTNAME</item> Draw)"
|
||||
msgid "Choose <menuitem>Insert - Insert Snap Point/Line</menuitem> (%PRODUCTNAME Draw only)."
|
||||
msgstr ""
|
||||
|
||||
#. YA4wU
|
||||
#: 00000404.xhp
|
||||
@@ -655,14 +610,14 @@ msgctxt ""
|
||||
msgid "On the <emph>Insert</emph> toolbar, click"
|
||||
msgstr "В лентата <emph>Вмъкване</emph> щракнете върху"
|
||||
|
||||
#. DARhB
|
||||
#. UFeU7
|
||||
#: 00000404.xhp
|
||||
msgctxt ""
|
||||
"00000404.xhp\n"
|
||||
"par_id3156397\n"
|
||||
"help.text"
|
||||
msgid "<image id=\"img_id3145237\" src=\"cmd/sc_inserttoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145237\">Icon</alt></image>"
|
||||
msgstr "<image id=\"img_id3145237\" src=\"cmd/sc_inserttoolbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145237\">Икона</alt></image>"
|
||||
msgid "<image id=\"img_id3145237\" src=\"cmd/sc_inserttoolbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145237\">Icon Insert Slide from File</alt></image>"
|
||||
msgstr ""
|
||||
|
||||
#. PTcaY
|
||||
#: 00000404.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: 2023-04-19 12:24+0200\n"
|
||||
"POT-Creation-Date: 2023-05-17 15:14+0200\n"
|
||||
"PO-Revision-Date: 2023-02-02 12:20+0000\n"
|
||||
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
|
||||
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/bg/>\n"
|
||||
@@ -1663,32 +1663,32 @@ msgctxt ""
|
||||
msgid "Do one of the following to get existing gluepoints visible for all elements:"
|
||||
msgstr "За да видите съществуващите точки за съединяване във всички елементи, направете някое от следните неща:"
|
||||
|
||||
#. YAFf7
|
||||
#. fmcxK
|
||||
#: gluepoints.xhp
|
||||
msgctxt ""
|
||||
"gluepoints.xhp\n"
|
||||
"par_id0919200803041082\n"
|
||||
"help.text"
|
||||
msgid "Click the <emph>Gluepoints</emph> icon on the Drawing toolbar; or"
|
||||
msgstr "Щракнете върху иконата <emph>Точки за съединяване</emph> в лентата „Рисунка“."
|
||||
msgid "Click the <emph>Gluepoints</emph> icon on the <menuitem>Drawing</menuitem> toolbar; or"
|
||||
msgstr ""
|
||||
|
||||
#. R7Yw9
|
||||
#. GePmb
|
||||
#: gluepoints.xhp
|
||||
msgctxt ""
|
||||
"gluepoints.xhp\n"
|
||||
"par_id0919200803041186\n"
|
||||
"help.text"
|
||||
msgid "Choose <item type=\"menuitem\">Edit - Gluepoints</item>."
|
||||
msgstr "Изберете <item type=\"menuitem\">Редактиране - Точки за съединяване</item>."
|
||||
msgid "Choose <menuitem>Edit - Gluepoints</menuitem>."
|
||||
msgstr ""
|
||||
|
||||
#. bdm6Q
|
||||
#. PKDuL
|
||||
#: gluepoints.xhp
|
||||
msgctxt ""
|
||||
"gluepoints.xhp\n"
|
||||
"par_id0919200803041160\n"
|
||||
"help.text"
|
||||
msgid "Click the <emph>Insert Gluepoint</emph> icon on the Gluepoints toolbar."
|
||||
msgstr "Щракнете върху иконата <emph>Вмъкване на точка за съединяване</emph> в лентата „Точки за съединяване“."
|
||||
msgid "Click the <emph>Insert Gluepoint</emph> icon on the <menuitem>Gluepoints</menuitem> toolbar."
|
||||
msgstr ""
|
||||
|
||||
#. CEpWX
|
||||
#: gluepoints.xhp
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
|
||||
"POT-Creation-Date: 2023-04-19 12:24+0200\n"
|
||||
"POT-Creation-Date: 2023-05-17 15:14+0200\n"
|
||||
"PO-Revision-Date: 2023-02-02 12:20+0000\n"
|
||||
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
|
||||
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/bg/>\n"
|
||||
@@ -17827,14 +17827,14 @@ msgctxt ""
|
||||
msgid "Inserting, Editing, and Linking Frames"
|
||||
msgstr "Вмъкване, редактиране и свързване на рамки"
|
||||
|
||||
#. 5QyBg
|
||||
#. LErsa
|
||||
#: text_frame.xhp
|
||||
msgctxt ""
|
||||
"text_frame.xhp\n"
|
||||
"bm_id3149487\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>frames; inserting/editing/linking</bookmark_value> <bookmark_value>editing;frames</bookmark_value> <bookmark_value>inserting;frames</bookmark_value> <bookmark_value>resizing;frames, by mouse</bookmark_value> <bookmark_value>scaling; frames, by mouse</bookmark_value> <bookmark_value>links;frames</bookmark_value> <bookmark_value>text flow; from frame to frame</bookmark_value> <bookmark_value>frames; linking</bookmark_value> <bookmark_value>printing;hiding frames from printing</bookmark_value>"
|
||||
msgstr "<bookmark_value>рамки; вмъкване/редактиране/свързване</bookmark_value><bookmark_value>редактиране;рамки</bookmark_value><bookmark_value>вмъкване;рамки</bookmark_value><bookmark_value>преоразмеряване;рамки, с мишка</bookmark_value><bookmark_value>мащабиране; рамки, с мишка</bookmark_value><bookmark_value>свързване;на рамки</bookmark_value><bookmark_value>изливане на текст; от рамка в рамка</bookmark_value><bookmark_value>рамки; свързване</bookmark_value><bookmark_value>печатане;скриване на текст от печат</bookmark_value>"
|
||||
msgid "<bookmark_value>frames;inserting/editing/linking</bookmark_value><bookmark_value>editing;frames</bookmark_value><bookmark_value>inserting;frames</bookmark_value><bookmark_value>resizing;frames, by mouse</bookmark_value><bookmark_value>scaling;frames, by mouse</bookmark_value><bookmark_value>links;frames</bookmark_value><bookmark_value>text flow;from frame to frame</bookmark_value><bookmark_value>frames;linking</bookmark_value><bookmark_value>printing;hiding frames from printing</bookmark_value><bookmark_value>text frame;insert</bookmark_value>"
|
||||
msgstr ""
|
||||
|
||||
#. rwmMJ
|
||||
#: text_frame.xhp
|
||||
@@ -17872,14 +17872,14 @@ msgctxt ""
|
||||
msgid "Select the text that you want to include in the frame."
|
||||
msgstr "Изберете текста, който желаете да включите в рамката."
|
||||
|
||||
#. yvTV2
|
||||
#. DBHM9
|
||||
#: text_frame.xhp
|
||||
msgctxt ""
|
||||
"text_frame.xhp\n"
|
||||
"par_id3149602\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Insert - Frame</emph>, and click OK."
|
||||
msgstr "Изберете <emph>Вмъкване - Рамка</emph> и натиснете бутона OK."
|
||||
msgid "Choose <menuitem>Insert - Frame - Frame</menuitem>."
|
||||
msgstr ""
|
||||
|
||||
#. TDcUM
|
||||
#: text_frame.xhp
|
||||
@@ -17899,23 +17899,23 @@ msgctxt ""
|
||||
msgid "To edit the contents of a frame, click in the frame, and make the changes that you want."
|
||||
msgstr "За да редактирате съдържанието на рамка, щракнете в нея и внесете желаните промени."
|
||||
|
||||
#. jjneJ
|
||||
#. ut7cF
|
||||
#: text_frame.xhp
|
||||
msgctxt ""
|
||||
"text_frame.xhp\n"
|
||||
"par_id3156239\n"
|
||||
"help.text"
|
||||
msgid "To edit a frame, select the frame, right-click, and then choose a formatting option. You can also right-click the selected frame, and choose <emph>Frame</emph>."
|
||||
msgstr "За да редактирате рамка, изберете я, щракнете с десния бутон и изберете команда за форматиране. Можете също така да щракнете с десния бутон върху избраната рамка и да изберете <emph>Рамка</emph>."
|
||||
msgid "To edit a frame, select the frame, right-click, and then choose a formatting option. You can also right-click the selected frame, and choose <menuitem>Frame</menuitem>."
|
||||
msgstr ""
|
||||
|
||||
#. 4xw7Q
|
||||
#. tNEw2
|
||||
#: text_frame.xhp
|
||||
msgctxt ""
|
||||
"text_frame.xhp\n"
|
||||
"par_id3156261\n"
|
||||
"help.text"
|
||||
msgid "To resize a frame, click an edge of the frame, and drag one of the edges or corners of the frame. Hold down Shift while you drag to maintain the proportion of the frame."
|
||||
msgstr "За да преоразмерите рамка, щракнете върху очертанието ѝ и плъзнете някой от ръбовете или ъглите ѝ. Задръжте Shift по време на плъзгането, за да запазите пропорциите на рамката."
|
||||
msgid "To resize a frame, click an edge of the frame, and drag one of the edges or corners of the frame. Hold down <keycode>Shift</keycode> while you drag to maintain the proportion of the frame."
|
||||
msgstr ""
|
||||
|
||||
#. buehC
|
||||
#: text_frame.xhp
|
||||
@@ -17944,23 +17944,23 @@ msgctxt ""
|
||||
msgid "Select the frame (you see the eight handles)."
|
||||
msgstr "Изберете рамката (ще видите осем манипулатора)."
|
||||
|
||||
#. eamsW
|
||||
#. bzvoA
|
||||
#: text_frame.xhp
|
||||
msgctxt ""
|
||||
"text_frame.xhp\n"
|
||||
"par_id3155875\n"
|
||||
"help.text"
|
||||
msgid "Choose <emph>Format - Frame and Object - Properties - Options</emph>."
|
||||
msgstr "Изберете <emph>Форматиране - Рамка и обект - Свойства - Настройки</emph>."
|
||||
msgid "Choose <menuitem>Format - Frame and Object - Properties - Options</menuitem>."
|
||||
msgstr ""
|
||||
|
||||
#. 6PAq9
|
||||
#. LPGwG
|
||||
#: text_frame.xhp
|
||||
msgctxt ""
|
||||
"text_frame.xhp\n"
|
||||
"par_id3155899\n"
|
||||
"help.text"
|
||||
msgid "In the <emph>Properties</emph> area, unmark the <emph>Print</emph> check box and click <emph>OK</emph>."
|
||||
msgstr "В областта <emph>Свойства</emph> изчистете отметката от полето <emph>Печат</emph> и натиснете бутона <emph>OK</emph>."
|
||||
msgid "In the <emph>Properties</emph> area, uncheck the <emph>Print</emph> check box and click <widget>OK</widget>."
|
||||
msgstr ""
|
||||
|
||||
#. 85fLs
|
||||
#: text_frame.xhp
|
||||
@@ -17989,14 +17989,14 @@ msgctxt ""
|
||||
msgid "Click the edge of a frame that you want to link. Selection handles appear on the edges of the frame."
|
||||
msgstr "Щракнете върху очертанието на една от рамките. По краищата й ще се покажат манипулатори."
|
||||
|
||||
#. aBJGi
|
||||
#. XmHZE
|
||||
#: text_frame.xhp
|
||||
msgctxt ""
|
||||
"text_frame.xhp\n"
|
||||
"par_id3150223\n"
|
||||
"help.text"
|
||||
msgid "On the <item type=\"menuitem\">Frame</item> Bar, click the <item type=\"menuitem\">Link Frames</item> icon<image id=\"img_id3148968\" src=\"cmd/sc_chainframes.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148968\">Icon</alt></image>."
|
||||
msgstr "В лентата <item type=\"menuitem\">Рамка</item> щракнете върху иконата <item type=\"menuitem\">Свързване на рамки</item> <image id=\"img_id3148968\" src=\"cmd/sc_chainframes.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148968\">Икона</alt></image>."
|
||||
msgid "On the <menuitem>Frame</menuitem> bar, click the <menuitem>Link Frames</menuitem> <image id=\"img_id3148968\" src=\"cmd/sc_chainframes.png\" width=\"6mm\" height=\"6mm\"><alt id=\"alt_id3148968\">Link Frames icon</alt></image> icon."
|
||||
msgstr ""
|
||||
|
||||
#. vEBwD
|
||||
#: text_frame.xhp
|
||||
@@ -18412,14 +18412,14 @@ msgctxt ""
|
||||
msgid "Rotating Text"
|
||||
msgstr "Въртене на текст"
|
||||
|
||||
#. dq39t
|
||||
#. hEAwy
|
||||
#: text_rotate.xhp
|
||||
msgctxt ""
|
||||
"text_rotate.xhp\n"
|
||||
"bm_id3155911\n"
|
||||
"help.text"
|
||||
msgid "<bookmark_value>text; rotating</bookmark_value> <bookmark_value>rotating;text</bookmark_value>"
|
||||
msgstr "<bookmark_value>текст; въртене</bookmark_value> <bookmark_value>въртене;текст</bookmark_value>"
|
||||
msgid "<bookmark_value>text;rotating</bookmark_value><bookmark_value>rotating;text</bookmark_value><bookmark_value>rotate text</bookmark_value><bookmark_value>rotating text</bookmark_value><bookmark_value>text rotating</bookmark_value>"
|
||||
msgstr ""
|
||||
|
||||
#. eEvt6
|
||||
#: text_rotate.xhp
|
||||
@@ -18430,32 +18430,50 @@ msgctxt ""
|
||||
msgid "<variable id=\"text_rotate\"><link href=\"text/swriter/guide/text_rotate.xhp\">Rotating Text</link></variable>"
|
||||
msgstr "<variable id=\"text_rotate\"><link href=\"text/swriter/guide/text_rotate.xhp\">Въртене на текст</link></variable>"
|
||||
|
||||
#. gUDU7
|
||||
#. qMSR3
|
||||
#: text_rotate.xhp
|
||||
msgctxt ""
|
||||
"text_rotate.xhp\n"
|
||||
"par_id3147410\n"
|
||||
"help.text"
|
||||
msgid "You can only rotate text that is contained in a drawing object."
|
||||
msgstr "Можете да въртите само текст, който се намира в графичен обект."
|
||||
msgid "You can only rotate text that is contained in a <link href=\"text/shared/02/01140000.xhp\">drawing object</link>."
|
||||
msgstr ""
|
||||
|
||||
#. LUWva
|
||||
#. vNTy3
|
||||
#: text_rotate.xhp
|
||||
msgctxt ""
|
||||
"text_rotate.xhp\n"
|
||||
"S900001\n"
|
||||
"help.text"
|
||||
msgid "To illustrate this functionality we choose a text box in the example below."
|
||||
msgstr ""
|
||||
|
||||
#. gmY6A
|
||||
#: text_rotate.xhp
|
||||
msgctxt ""
|
||||
"text_rotate.xhp\n"
|
||||
"S900002\n"
|
||||
"help.text"
|
||||
msgid "You can choose whatever <link href=\"text/shared/02/01140000.xhp\">drawing object</link> fits your need from the <menuitem>Drawing</menuitem> toolbar."
|
||||
msgstr ""
|
||||
|
||||
#. NAFsL
|
||||
#: text_rotate.xhp
|
||||
msgctxt ""
|
||||
"text_rotate.xhp\n"
|
||||
"par_id3153130\n"
|
||||
"help.text"
|
||||
msgid "Choose <item type=\"menuitem\">View - Toolbars- Drawing</item> to open the <item type=\"menuitem\">Drawing</item> toolbar."
|
||||
msgstr "Изберете <item type=\"menuitem\">Изглед - Ленти с инструменти - Рисуване</item>, за да отворите лентата <item type=\"menuitem\">Рисуване</item>."
|
||||
msgid "Choose <menuitem>View - Toolbars - Drawing</menuitem> to open the <menuitem>Drawing</menuitem> toolbar."
|
||||
msgstr ""
|
||||
|
||||
#. Br5PG
|
||||
#. mLEni
|
||||
#: text_rotate.xhp
|
||||
msgctxt ""
|
||||
"text_rotate.xhp\n"
|
||||
"par_id3149866\n"
|
||||
"help.text"
|
||||
msgid "Select the <link href=\"text/shared/02/01140000.xhp\"><item type=\"menuitem\">Text</item></link> icon <image id=\"img_id3149600\" src=\"cmd/sc_texttoolbox.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3149600\">Icon</alt></image>."
|
||||
msgstr "Изберете иконата <link href=\"text/shared/02/01140000.xhp\"><item type=\"menuitem\">Текст</item></link> <image id=\"img_id3149600\" src=\"cmd/sc_texttoolbox.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3149600\">Икона</alt></image>."
|
||||
msgid "Select the <menuitem>Insert Text Box</menuitem> <image id=\"img_id3149600\" src=\"cmd/sc_texttoolbox.png\" width=\"6mm\" height=\"6mm\"><alt id=\"alt_id3149600\">Icon Insert Text Box</alt></image> icon."
|
||||
msgstr ""
|
||||
|
||||
#. ov8Th
|
||||
#: text_rotate.xhp
|
||||
@@ -18466,14 +18484,32 @@ msgctxt ""
|
||||
msgid "Drag in your document to draw the text object, and then type your text."
|
||||
msgstr "Начертайте с мишката текстовия обект в документа, след което въведете текста."
|
||||
|
||||
#. kNu8U
|
||||
#. arNC9
|
||||
#: text_rotate.xhp
|
||||
msgctxt ""
|
||||
"text_rotate.xhp\n"
|
||||
"par_id3154415\n"
|
||||
"help.text"
|
||||
msgid "Click outside of the object, then click the text you entered. Click the <link href=\"text/shared/02/05090000.xhp\"><item type=\"menuitem\">Rotate</item></link> icon <image id=\"img_id3145405\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3145405\">Icon</alt></image> on the <item type=\"menuitem\">Drawing Object Properties</item> toolbar."
|
||||
msgstr "Щракнете извън обекта, после щракнете върху въведения текст. Щракнете върху иконата <link href=\"text/shared/02/05090000.xhp\"><item type=\"menuitem\">Въртене</item></link> <image id=\"img_id3145405\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3145405\">Икона</alt></image> в лентата <item type=\"menuitem\">Свойства на графичен обект</item>."
|
||||
msgid "Click outside of the object to close the text box."
|
||||
msgstr ""
|
||||
|
||||
#. ozxdT
|
||||
#: text_rotate.xhp
|
||||
msgctxt ""
|
||||
"text_rotate.xhp\n"
|
||||
"S900003\n"
|
||||
"help.text"
|
||||
msgid "Click on the text you entered."
|
||||
msgstr ""
|
||||
|
||||
#. csEKP
|
||||
#: text_rotate.xhp
|
||||
msgctxt ""
|
||||
"text_rotate.xhp\n"
|
||||
"S900004\n"
|
||||
"help.text"
|
||||
msgid "Click the <link href=\"text/shared/02/05090000.xhp\"><menuitem>Rotate</menuitem></link> <image id=\"img_id3145405\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"6mm\" height=\"6mm\"><alt id=\"alt_id3145405\">Icon Toggle Object Rotate Mode</alt></image> icon on the <menuitem>Drawing Object Properties</menuitem> toolbar."
|
||||
msgstr ""
|
||||
|
||||
#. txAbL
|
||||
#: text_rotate.xhp
|
||||
|
||||
Reference in New Issue
Block a user