diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-05-05 18:03:30 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-05-05 18:09:31 +0200 |
commit | dddf75c6f2e8840ed6966fa73989485db7c6b10b (patch) | |
tree | b489030e47116ef6a4fbccbe5fbe5537d03f6eb3 /source/bg/helpcontent2 | |
parent | 926713ac8f969ab8b246090eb8f3c4c48bead223 (diff) |
update translations for master
and force-fix errors using pocheck
Change-Id: I5b89ae56a22a53d2975d3f3f34f7b854b5a0151a
Diffstat (limited to 'source/bg/helpcontent2')
16 files changed, 2930 insertions, 1499 deletions
diff --git a/source/bg/helpcontent2/source/text/sbasic/python.po b/source/bg/helpcontent2/source/text/sbasic/python.po index b62e61d842b..e744d59eecd 100644 --- a/source/bg/helpcontent2/source/text/sbasic/python.po +++ b/source/bg/helpcontent2/source/text/sbasic/python.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-03-19 17:31+0100\n" +"POT-Creation-Date: 2021-05-05 17:15+0200\n" "PO-Revision-Date: 2021-03-21 21:37+0000\n" "Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n" "Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/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 4.4.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1562421617.000000\n" #. naSFZ @@ -2446,14 +2446,14 @@ msgctxt "" msgid "Python : Programming with Python" msgstr "Python: програмиране с Python" -#. bG2BP +#. g4R9j #: python_programming.xhp msgctxt "" "python_programming.xhp\n" "N0218\n" "help.text" -msgid "<bookmark_value>Python;Programming</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;Python</bookmark_value> <bookmark_value>uno.py</bookmark_value>" -msgstr "<bookmark_value>Python;програмиране</bookmark_value><bookmark_value>XSCRIPTCONTEXT;Python</bookmark_value><bookmark_value>uno.py</bookmark_value>" +msgid "<bookmark_value>Python;Programming</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;Python</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;getComponentContext()</bookmark_value> <bookmark_value>uno.py</bookmark_value> <bookmark_value>uno.py;getComponentContext()</bookmark_value>" +msgstr "" #. CU6JS #: python_programming.xhp diff --git a/source/bg/helpcontent2/source/text/sbasic/shared.po b/source/bg/helpcontent2/source/text/sbasic/shared.po index 6ccf1744e77..548f0c71f4f 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: 2021-04-27 17:02+0200\n" -"PO-Revision-Date: 2021-04-16 00:37+0000\n" +"POT-Creation-Date: 2021-05-05 17:15+0200\n" +"PO-Revision-Date: 2021-05-01 20:37+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" @@ -2185,6 +2185,51 @@ msgctxt "" msgid "Once you have declared a variable as a certain type, you cannot declare the variable under the same name again as a different type!" msgstr "След като сте декларирали променлива като принадлежаща на определен тип, не можете да декларирате променлива със същото име от друг тип!" +#. V5Csc +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"par_id421619551219763\n" +"help.text" +msgid "When you declare multiple variables in a single line of code you need to specify the type of each variable. If the type of a variable is not explicitly specified, then Basic will assume that the variable is of the <emph>Variant</emph> type." +msgstr "" + +#. FzKND +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"bas_id321619555442706\n" +"help.text" +msgid "' Both variables \"a\" and \"b\" are of the Integer type" +msgstr "" + +#. NCE7F +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"bas_id451619555463988\n" +"help.text" +msgid "' Variable \"c\" is a Variant and \"d\" is an Integer" +msgstr "" + +#. fsaNa +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"bas_id161619555482237\n" +"help.text" +msgid "' A variable can also be explicitly declared as a Variant" +msgstr "" + +#. uQD9L +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"par_id521619551687371\n" +"help.text" +msgid "The <emph>Variant</emph> type is a special data type that can store any kind of value. To learn more, refer to the section <link href=\"text/sbasic/shared/01020100.xhp#VariantTypeH2\" name=\"Variant Type\">The Variant type</link> below." +msgstr "" + #. RENXG #: 01020100.xhp msgctxt "" @@ -2536,6 +2581,114 @@ msgctxt "" msgid "dob = #2010-09-28#" msgstr "dob = #2010-09-28#" +#. pCPWV +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"bm_id601619552599885\n" +"help.text" +msgid "<bookmark_value>The Variant type</bookmark_value> <bookmark_value>The Any type</bookmark_value>" +msgstr "" + +#. mPKPe +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"VariantTypeH2\n" +"help.text" +msgid "The Variant type" +msgstr "" + +#. gnP2t +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"par_id1001619552129323\n" +"help.text" +msgid "Variables declared as <emph>Variant</emph> can handle any data type. This means that the actual data type is defined during runtime as a value is assigned to the variable." +msgstr "" + +#. kKQzr +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"par_id631619552417188\n" +"help.text" +msgid "There are three main ways to create a <emph>Variant</emph> variable, as shown below:" +msgstr "" + +#. ZTswL +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"bas_id751619554900163\n" +"help.text" +msgid "Dim varA ' The type is not specified, hence the variable is a Variant" +msgstr "" + +#. 3mWEB +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"bas_id181619554965451\n" +"help.text" +msgid "Dim varB as Variant ' The variable is explicitly declared as a Variant" +msgstr "" + +#. vEpTz +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"bas_id371619554853094\n" +"help.text" +msgid "varC = \"abc\" ' Previously undeclared variables are treated as Variants" +msgstr "" + +#. PDFED +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"par_id631619552417343\n" +"help.text" +msgid "The example below uses the <link href=\"text/sbasic/shared/03103600.xhp\" name=\"TypeName function\">TypeName function</link> to show how the type of a <emph>Variant</emph> variable changes upon assignment." +msgstr "" + +#. smtqw +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"par_id141619553442668\n" +"help.text" +msgid "A <emph>Variant</emph> variable is initialized with the <link href=\"text/sbasic/shared/03040000.xhp#objectconstants\" name=\" object constants\">Empty</link> special data type. You can use the <link href=\"text/sbasic/shared/03102400.xhp\" name=\"IsEmpty function\">IsEmpty function</link> to test if a variable is an <emph>Empty Variant</emph>." +msgstr "" + +#. aervF +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"par_id541619552755706\n" +"help.text" +msgid "You can also use the keyword <emph>Any</emph> to declare a variable as a <emph>Variant</emph>. However, <emph>Any</emph> is deprecated and is available for backward compatibility." +msgstr "" + +#. 74VtP +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"par_id711619622934043\n" +"help.text" +msgid "Arguments with type <emph>Variant</emph> or <emph>Any</emph> passed in function calls are not checked for their types." +msgstr "" + +#. qFpUB +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"bas_id141619552837486\n" +"help.text" +msgid "Dim myVar As Any ' Variable \"myVar\" is a Variant" +msgstr "" + #. kGGKi #: 01020100.xhp msgctxt "" @@ -7781,7 +7934,7 @@ msgctxt "" "par_id3148983\n" "help.text" msgid "This section describes the Runtime Functions of %PRODUCTNAME Basic." -msgstr "" +msgstr "В този раздел са описани библиотечните функции на %PRODUCTNAME Basic." #. YcBGc #: 03010000.xhp @@ -7873,31 +8026,31 @@ msgctxt "" msgid "Displays a dialog box containing a message." msgstr "Показва диалогов прозорец със съобщение." -#. 6pAvx +#. rXKix #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id3148798\n" "help.text" -msgid "<emph>Prompt</emph>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13)." +msgid "<emph>prompt</emph>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13)." msgstr "" -#. wNFv5 +#. oK5f6 #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id3150769\n" "help.text" -msgid "<emph>Title</emph>: String expression displayed in the title bar of the dialog. If omitted, the title bar displays the name of the respective application." +msgid "<emph>title</emph>: String expression displayed in the title bar of the dialog. If omitted, the title bar displays the name of the respective application." msgstr "" -#. aC93y +#. HPRQD #: 03010101.xhp msgctxt "" "03010101.xhp\n" "par_id3147228\n" "help.text" -msgid "<emph>Buttons</emph>: Any integer expression that specifies the dialog type, as well as the number and type of buttons to display, and the icon type. <emph>Buttons</emph> represents a combination of bit patterns, that is, a combination of elements can be defined by adding their respective values:" +msgid "<emph>buttons</emph>: Any integer expression that specifies the dialog type, as well as the number and type of buttons to display, and the icon type. <emph>Buttons</emph> represents a combination of bit patterns, that is, a combination of elements can be defined by adding their respective values:" msgstr "" #. xuEUm @@ -8458,58 +8611,58 @@ msgctxt "" msgid "The <emph>InputBox</emph> statement is a convenient method of entering text through a dialog. Confirm the input by clicking OK or pressing Return. The input is returned as the function return value. If you close the dialog with Cancel, <emph>InputBox</emph> returns a zero-length string (\"\")." msgstr "Операторът <emph>InputBox</emph> е удобен начин за въвеждане на текст чрез диалогов прозорец. Потвърдете въвеждането с бутона „OK“ или клавиша Return. Въведеният текст се връща като резултат на функцията. Ако затворите диалоговия прозорец с „Отказ“, <emph>InputBox</emph> връща низ с нулева дължина (\"\")." -#. G7eXr +#. fcMCj #: 03010201.xhp msgctxt "" "03010201.xhp\n" "par_id3153311\n" "help.text" -msgid "<emph>Prompt</emph>: String expression displayed as the message in the dialog box." +msgid "<emph>prompt</emph>: String expression displayed as the message in the dialog box." msgstr "" -#. 66zGG +#. kqAw6 #: 03010201.xhp msgctxt "" "03010201.xhp\n" "par_id3145315\n" "help.text" -msgid "<emph>Title</emph>: String expression displayed in the title bar of the dialog box." -msgstr "<emph>Title</emph>: низов израз, показван в заглавната лента на диалоговия прозорец." +msgid "<emph>title</emph>: String expression displayed in the title bar of the dialog box." +msgstr "" -#. b7vFT +#. 4qoJn #: 03010201.xhp msgctxt "" "03010201.xhp\n" "par_id3154307\n" "help.text" -msgid "<emph>Default</emph>: String expression displayed in the text box as default if no other input is given." -msgstr "<emph>Default</emph>: низов израз, показван в текстовото поле като подразбирана стойност, ако не е въведено друго." +msgid "<emph>default</emph>: String expression displayed in the text box as default if no other input is given." +msgstr "" -#. Cs49h +#. w5QhP #: 03010201.xhp msgctxt "" "03010201.xhp\n" "par_id3147573\n" "help.text" -msgid "<emph>xPosTwips</emph>: Integer expression that specifies the horizontal position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application." +msgid "<emph>xpostwips</emph>: Integer expression that specifies the horizontal position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application." msgstr "" -#. QyymW +#. CannW #: 03010201.xhp msgctxt "" "03010201.xhp\n" "par_id3156024\n" "help.text" -msgid "<emph>yPosTwips</emph>: Integer expression that specifies the vertical position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application." +msgid "<emph>ypostwips</emph>: Integer expression that specifies the vertical position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application." msgstr "" -#. 8pC7C +#. m6iBC #: 03010201.xhp msgctxt "" "03010201.xhp\n" "par_id3153897\n" "help.text" -msgid "If <emph>xPosTwips</emph> and <emph>yPosTwips</emph> are omitted, the dialog is centered on the screen. The position is specified in <link href=\"text/sbasic/shared/00000002.xhp#twips\" name=\"twips\">twips</link>." +msgid "If <literal>xpostwips</literal> and <literal>yPosTwips</literal> are omitted, the dialog is centered on the screen. The position is specified in <link href=\"text/sbasic/shared/00000002.xhp#twips\" name=\"twips\">twips</link>." msgstr "" #. Mh8Z6 @@ -9331,32 +9484,32 @@ msgctxt "" msgid "Parameter:" msgstr "Параметър:" -#. pP9x5 +#. QM73e #: 03010305.xhp msgctxt "" "03010305.xhp\n" "par_id3152597\n" "help.text" -msgid "<emph>Red</emph>: Any integer expression that represents the red component (0-255) of the composite color." -msgstr "<emph>Red</emph>: целочислен израз, представящ червения компонент (0-255) на съставния цвят." +msgid "<emph>red</emph>: Any integer expression that represents the red component (0-255) of the composite color." +msgstr "" -#. pbFvi +#. H7yGv #: 03010305.xhp msgctxt "" "03010305.xhp\n" "par_id3146974\n" "help.text" -msgid "<emph>Green</emph>: Any integer expression that represents the green component (0-255) of the composite color." -msgstr "<emph>Green</emph>: целочислен израз, представящ зеления компонент (0-255) на съставния цвят." +msgid "<emph>green</emph>: Any integer expression that represents the green component (0-255) of the composite color." +msgstr "" -#. XG6FB +#. t8P2M #: 03010305.xhp msgctxt "" "03010305.xhp\n" "par_id3151113\n" "help.text" -msgid "<emph>Blue</emph>: Any integer expression that represents the blue component (0-255) of the composite color." -msgstr "<emph>Blue</emph>: целочислен израз, представящ синия компонент (0-255) на съставния цвят." +msgid "<emph>blue</emph>: Any integer expression that represents the blue component (0-255) of the composite color." +msgstr "" #. cFpDD #: 03010305.xhp @@ -13075,68 +13228,32 @@ msgctxt "" msgid "Returns a date value from a date string. The date string is a complete date in a single numeric value. You can also use this serial number to determine the difference between two dates." msgstr "Връща стойност – дата по зададен низ с дата. Низът с датата се преобразува до една числова стойност, която впоследствие можете да използвате за намиране на разликата между две дати." -#. QJz7y -#: 03030102.xhp -msgctxt "" -"03030102.xhp\n" -"hd_id3148799\n" -"help.text" -msgid "Syntax:" -msgstr "Синтаксис:" - -#. 3FsEa +#. PxEGo #: 03030102.xhp msgctxt "" "03030102.xhp\n" "par_id3154910\n" "help.text" -msgid "DateValue [(date)]" -msgstr "DateValue [(Date)]" - -#. B7CrF -#: 03030102.xhp -msgctxt "" -"03030102.xhp\n" -"hd_id3150870\n" -"help.text" -msgid "Return value:" -msgstr "Връщана стойност:" - -#. 4G37B -#: 03030102.xhp -msgctxt "" -"03030102.xhp\n" -"par_id3153194\n" -"help.text" -msgid "Date" -msgstr "Дата" - -#. NHYd9 -#: 03030102.xhp -msgctxt "" -"03030102.xhp\n" -"hd_id3153969\n" -"help.text" -msgid "Parameters:" -msgstr "Параметри:" +msgid "DateValue(date)" +msgstr "" -#. ghsyA +#. vxxyq #: 03030102.xhp msgctxt "" "03030102.xhp\n" "par_id3153770\n" "help.text" -msgid "<emph>Date:</emph> String expression that contains the date that you want to calculate. In contrast to the DateSerial function that passes years, months and days as separate numeric values, the DateValue function requests the date string to be according to either one of the date acceptance patterns defined for your locale setting (see <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Language Settings - Languages</menuitem>) or to ISO date format (momentarily, only the ISO format with hyphens, e.g. \"2012-12-31\" is accepted)." -msgstr "<emph>Дата:</emph> Низов израз, съдържащ датата за изчислението. За разлика от функцията DateSerial, при която годините, месеците и дните се предават като отделни числови стойности, за DateValue низът с датата трябва или да съответства или на някой от шаблоните за разпознаване на дати, дефинирани в настройката за локал (вижте <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Инструменти - Настройки</menuitem></defaultinline></switchinline><menuitem> - Езикови настройки - Езици</menuitem>), или на формат за дати на ISO (в момента се приема само форматът с тиретата, например \"2012-12-31\")." +msgid "<emph>Date</emph>: String expression that contains the date that you want to calculate. In contrast to the DateSerial function that passes years, months and days as separate numeric values, the DateValue function requests the date string to be according to either one of the date acceptance patterns defined for your locale setting (see <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Language Settings - Languages</menuitem>) or to ISO date format (momentarily, only the ISO format with hyphens, e.g. \"2012-12-31\" is accepted)." +msgstr "" -#. EWVzU +#. KmwFZ #: 03030102.xhp msgctxt "" "03030102.xhp\n" -"hd_id3153142\n" +"par_id3153194\n" "help.text" -msgid "Example:" -msgstr "Пример:" +msgid "The computed date." +msgstr "" #. wDviP #: 03030103.xhp @@ -14893,23 +15010,23 @@ msgctxt "" msgid "<emph>date1, date2</emph> - The two date values to be compared." msgstr "<emph>date1, date2</emph> – двете дати, чиито стойности ще се сравняват." -#. yVo8Q +#. e7hMm #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN1066A\n" "help.text" -msgid "<emph>firstDayOfWeek</emph> - An optional parameter that specifies the starting day of a week." -msgstr "<emph>firstDayOfWeek</emph> – незадължителен параметър, който задава началния ден на седмицата." +msgid "<emph>firstdayofweek</emph>: An optional parameter that specifies the starting day of a week." +msgstr "" -#. dDoRU +#. wpCoP #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN1067A\n" "help.text" -msgid "firstDayOfWeek value" -msgstr "Стойност на firstDayOfWeek" +msgid "firstdayofweek value" +msgstr "" #. gmaR8 #: 03030120.xhp @@ -15064,23 +15181,23 @@ msgctxt "" msgid "Saturday" msgstr "Събота" -#. BLhqf +#. E5nqv #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN106EB\n" "help.text" -msgid "<emph>firstWeekOfYear</emph> - An optional parameter that specifies the starting week of a year." -msgstr "<emph>firstWeekOfYear</emph> – незадължителен параметър, който задава началната седмица на годината." +msgid "<emph>firstweekofyear</emph>: An optional parameter that specifies the starting week of a year." +msgstr "" -#. KGncd +#. e3gQd #: 03030120.xhp msgctxt "" "03030120.xhp\n" "par_idN106FB\n" "help.text" -msgid "firstWeekOfYear value" -msgstr "Стойност на firstWeekOfYear" +msgid "firstweekofyear value" +msgstr "" #. zAFFS #: 03030120.xhp @@ -16414,14 +16531,14 @@ msgctxt "" msgid "<bookmark_value>Basic constants</bookmark_value>" msgstr "<bookmark_value>Basic, константи</bookmark_value>" -#. NMCZ2 +#. ev3DS #: 03040000.xhp msgctxt "" "03040000.xhp\n" "hd_id051620171022255424\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03040000.xhp\">Basic Constants</link>" -msgstr "<link href=\"text/sbasic/shared/03040000.xhp\">Константи на Basic</link>" +msgid "<variable id=\"basicconstantsh1\"><link href=\"text/sbasic/shared/03040000.xhp\">Basic Constants</link></variable>" +msgstr "" #. K6sdH #: 03040000.xhp @@ -26494,14 +26611,14 @@ msgctxt "" msgid "<bookmark_value>Dim statement</bookmark_value> <bookmark_value>arrays; dimensioning</bookmark_value> <bookmark_value>dimensioning arrays</bookmark_value>" msgstr "<bookmark_value>Dim, оператор</bookmark_value><bookmark_value>масиви; обявяване</bookmark_value><bookmark_value>обявяване на масиви</bookmark_value><bookmark_value>деклариране на масиви</bookmark_value>" -#. 4Usmk +#. HnQSe #: 03102100.xhp msgctxt "" "03102100.xhp\n" "hd_id3149812\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03102100.xhp\" name=\"Dim Statement\">Dim Statement</link>" -msgstr "<link href=\"text/sbasic/shared/03102100.xhp\" name=\"Dim Statement\">Оператор Dim</link>" +msgid "<variable id=\"Dimh1\"><link href=\"text/sbasic/shared/03102100.xhp\" name=\"Dim Statement\">Dim Statement</link></variable>" +msgstr "" #. 9gRSS #: 03102100.xhp @@ -30985,50 +31102,50 @@ msgctxt "" msgid "<link href=\"text/sbasic/shared/03120301.xhp\" name=\"Format Function\">Format Function</link>" msgstr "<link href=\"text/sbasic/shared/03120301.xhp\" name=\"Format Function\">Функция Format</link>" -#. ZAitp +#. AfW2N #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3156042\n" "help.text" -msgid "Converts a number to a string, and then formats it according to the format that you specify." -msgstr "Преобразува число в низ и го форматира по зададен от вас начин." +msgid "Converts a numeric expression to a string, and then formats it according to the format that you specify." +msgstr "" -#. wp4Ae +#. arnAa #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3153527\n" "help.text" -msgid "Format (Number [, Format As String])" -msgstr "Format (Number [, Format As String])" +msgid "Format(expression [, format As String]) As String" +msgstr "" -#. gddga +#. v2BdG #: 03120301.xhp msgctxt "" "03120301.xhp\n" -"par_id3148474\n" +"par_id3149415\n" "help.text" -msgid "String" -msgstr "String" +msgid "<emph>expression</emph>: Numeric expression that you want to convert to a formatted string." +msgstr "" -#. 6Dyxg +#. p5nFg #: 03120301.xhp msgctxt "" "03120301.xhp\n" -"par_id3149415\n" +"par_id3147531\n" "help.text" -msgid "<emph>Number:</emph> Numeric expression that you want to convert to a formatted string." -msgstr "<emph>Number:</emph> числов израз, чиято стойност да се преобразува във форматиран низ." +msgid "<emph>format</emph>: String that specifies the format code for the number. If <literal>format</literal> is omitted, the Format function works like the %PRODUCTNAME Basic <literal>Str()</literal> function." +msgstr "" -#. G3TNy +#. Mh6xN #: 03120301.xhp msgctxt "" "03120301.xhp\n" -"par_id3147531\n" +"par_id3148474\n" "help.text" -msgid "<emph>Format:</emph> String that specifies the format code for the number. If <emph>Format</emph> is omitted, the Format function works like the <emph>Str</emph> function." -msgstr "<emph>Format:</emph> низ – форматиращ код за числото. Ако параметърът <emph>Format</emph> е пропуснат, функцията Format работи като <emph>Str</emph>." +msgid "Text string." +msgstr "" #. 8DmPW #: 03120301.xhp @@ -31039,59 +31156,59 @@ msgctxt "" msgid "Formatting Codes" msgstr "Кодове за форматиране" -#. j9pBf +#. 4TDkj #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3147265\n" "help.text" -msgid "The following list describes the codes that you can use for formatting a number:" -msgstr "Следващият списък описва кодовете, които можете да използвате за форматиране на число:" +msgid "The following list describes the codes that you can use for formatting a numeric expression:" +msgstr "" -#. AA4AR +#. LJGi5 #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3153380\n" "help.text" -msgid "<emph>0:</emph> If <emph>Number</emph> has a digit at the position of the 0 in the format code, the digit is displayed, otherwise a zero is displayed." -msgstr "<emph>0:</emph> ако <emph>Number</emph> съдържа цифра в позицията на 0 във форматиращия код, се показва цифрата, а в противен случай се показва нула." +msgid "<emph>0:</emph> If <literal>expression</literal> has a digit at the position of the 0 in the <literal>format</literal> code, the digit is displayed, otherwise a zero is displayed." +msgstr "" -#. 6hoDN +#. MRyQ7 #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3151210\n" "help.text" -msgid "If <emph>Number</emph> has fewer digits than the number of zeros in the format code, (on either side of the decimal), leading or trailing zeros are displayed. If the number has more digits to the left of the decimal separator than the amount of zeros in the format code, the additional digits are displayed without formatting." -msgstr "Ако <emph>Number</emph> съдържа по-малко цифри от броя нули във форматиращия код (в цялата и/или дробната част), се показват водещи или завършващи нули. Ако числото съдържа повече цифри в цялата си част, отколкото са нулите във форматиращия код, допълнителните цифри се показват без форматиране." +msgid "If <literal>expression</literal> has fewer digits than the number of zeros in the <literal>format</literal> code, (on either side of the decimal), leading or trailing zeros are displayed. If the <literal>expression</literal> has more digits to the left of the decimal separator than the amount of zeros in the <literal>format</literal> code, the additional digits are displayed without formatting." +msgstr "" -#. EDBbq +#. bYkcA #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3151176\n" "help.text" -msgid "Decimal places in the number are rounded according to the number of zeros that appear after the decimal separator in the <emph>Format </emph>code." -msgstr "Дробната част в числото се закръглява според броя нули вдясно от десетичния разделител в параметъра <emph>Format</emph>." +msgid "Decimal places in the <literal>expression</literal> are rounded according to the number of zeros that appear after the decimal separator in the <literal>format</literal> code." +msgstr "" -#. ucKaQ +#. Cypxj #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3154123\n" "help.text" -msgid "<emph>#:</emph> If <emph>Number</emph> contains a digit at the position of the # placeholder in the <emph>Format</emph> code, the digit is displayed, otherwise nothing is displayed at this position." -msgstr "<emph>#:</emph> ако <emph>Number</emph> съдържа цифра в позицията на заместителя # в параметъра <emph>Format</emph>, се показва цифрата, иначе в тази позиция не се показва нищо." +msgid "<emph>#:</emph> If <literal>expression</literal> contains a digit at the position of the # placeholder in the <literal>format</literal> code, the digit is displayed, otherwise nothing is displayed at this position." +msgstr "" -#. EKGPx +#. Mst5g #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3148452\n" "help.text" -msgid "This symbol works like the 0, except that leading or trailing zeroes are not displayed if there are more # characters in the format code than digits in the number. Only the relevant digits of the number are displayed." -msgstr "Този знак работи като 0, но ако знаците # са повече от цифрите в числото, не се показват водещи или завъшващи нули. Включват се само значещите цифри от числото." +msgid "This symbol works like the 0, except that leading or trailing zeroes are not displayed if there are more # characters in the <literal>format</literal> code than digits in the <literal>expression</literal>. Only the relevant digits of the <literal>expression</literal> are displayed." +msgstr "" #. Cnq7B #: 03120301.xhp @@ -31102,32 +31219,32 @@ msgctxt "" msgid "<emph>.:</emph> The decimal placeholder determines the number of decimal places to the left and right of the decimal separator." msgstr "<emph>.:</emph> десетичният разделител определя броя на цифрите в цялата и дробната част на форматираното число." -#. tWDUe +#. ehB5x #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3159252\n" "help.text" -msgid "If the format code contains only # placeholders to the left of this symbol, numbers less than 1 begin with a decimal separator. To always display a leading zero with fractional numbers, use 0 as a placeholder for the first digit to the left of the decimal separator." -msgstr "Ако форматиращият код съдържа само знаци # вляво от десетичния разделител, числата, по-малки от 1, започват с десетичен разделител. За да се показва винаги 0 в началото на дробни числа, използвайте 0 за първата цифра вляво от десетичния разделител." +msgid "If the <literal>format</literal> code contains only # placeholders to the left of this symbol, numbers less than 1 begin with a decimal separator. To always display a leading zero with fractional numbers, use 0 as a placeholder for the first digit to the left of the decimal separator." +msgstr "" -#. L7ry6 +#. yMgJz #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3153368\n" "help.text" -msgid "<emph>%:</emph> Multiplies the number by 100 and inserts the percent sign (%) where the number appears in the format code." -msgstr "<emph>%:</emph> умножава числото по 100 и вмъква знак за проценти (%) там, където се намира във форматиращия код." +msgid "<emph>%:</emph> Multiplies the <literal>expression</literal>by 100 and inserts the percent sign (%) where the <literal>expression</literal> appears in the <literal>format</literal> code." +msgstr "" -#. 5A2Kp +#. prkKA #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3149481\n" "help.text" -msgid "<emph>E- E+ e- e+ :</emph> If the format code contains at least one digit placeholder (0 or #) to the right of the symbol E-, E+, e-, or e+, the number is formatted in the scientific or exponential format. The letter E or e is inserted between the number and the exponent. The number of placeholders for digits to the right of the symbol determines the number of digits in the exponent." -msgstr "<emph>E- E+ e- e+:</emph> ако форматиращият код съдържа поне един заместител за цифра (0 или #) вдясно от символа E-, E+, e- или e+, числото се форматира в експоненциален запис. Буквата E или e се вмъква между числото и експонентата. Броят заместващи знаци за цифри вдясно от символа определя броя на цифрите в експонентата." +msgid "<emph>E- E+ e- e+ :</emph> If the <literal>format</literal> code contains at least one digit placeholder (0 or #) to the right of the symbol E-, E+, e-, or e+, the <literal>expression</literal> is formatted in the scientific or exponential format. The letter E or e is inserted between the number and the exponent. The number of placeholders for digits to the right of the symbol determines the number of digits in the exponent." +msgstr "" #. jhCb5 #: 03120301.xhp @@ -31138,14 +31255,14 @@ msgctxt "" msgid "If the exponent is negative, a minus sign is displayed directly before an exponent with E-, E+, e-, e+. If the exponent is positive, a plus sign is only displayed before exponents with E+ or e+." msgstr "Ако експонентата е отрицателна, точно преди нея се показва минус при E-, E+, e- и e+. Ако експонентата е положителна, при нея се показва знак плюс само при E+ или e+." -#. shj6y +#. WTvZT #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3148617\n" "help.text" -msgid "The thousands delimiter is displayed if the format code contains the delimiter enclosed by digit placeholders (0 or #)." -msgstr "Разделителят на хилядите се показва ако се съдържа във форматиращия код, ограден от заместващи знаци за цифри (0 или #)." +msgid "The thousands delimiter is displayed if the <literal>format</literal> code contains the delimiter enclosed by digit placeholders (0 or #)." +msgstr "" #. A8QmE #: 03120301.xhp @@ -31156,14 +31273,14 @@ msgctxt "" msgid "The use of a period as a thousands and decimal separator is dependent on the regional setting. When you enter a number directly in Basic source code, always use a period as decimal delimiter. The actual character displayed as a decimal separator depends on the number format in your system settings." msgstr "Употребата на точка като разделител на хилядите или на дробната част зависи от регионалните настройки. Когато въвеждате число направо в кода на Basic, винаги използвайте точка за разделител на дробната част. Знакът, който се показва на екрана като десетичен разделител, зависи от формата за числа в системните настройки." -#. 5EMgE +#. sxDcc #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3152887\n" "help.text" -msgid "<emph>- + $ ( ) space:</emph> A plus (+), minus (-), dollar ($), space, or brackets entered directly in the format code is displayed as a literal character." -msgstr "<emph>- + $ ( ) интервал:</emph> плюс (+), минус (-), долар ($), интервал или скоби, включени във форматиращия кода, се показват точно както са въведени." +msgid "<emph>- + $ ( ) space:</emph> A plus (+), minus (-), dollar ($), space, or brackets entered directly in the <literal>format</literal> code is displayed as a literal character." +msgstr "" #. PyKZq #: 03120301.xhp @@ -31174,23 +31291,23 @@ msgctxt "" msgid "To display characters other than the ones listed here, you must precede it by a backslash (\\), or enclose it in quotation marks (\" \")." msgstr "За да включите други знаци освен изброените, трябва да поставите пред тях обратна наклонена черта (\\) или да ги оградите с кавички (\" \")." -#. 2VEmR +#. SqAeG #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3153139\n" "help.text" -msgid "\\ : The backslash displays the next character in the format code." -msgstr "\\: обратно наклонената черта предизвиква показване на следващия знак от форматиращия код." +msgid "<emph>\\ :</emph> The backslash displays the next character in the <literal>format</literal> code." +msgstr "" -#. UFfdk +#. CBbYy #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3153366\n" "help.text" -msgid "Characters in the format code that have a special meaning can only be displayed as literal characters if they are preceded by a backslash. The backslash itself is not displayed, unless you enter a double backslash (\\\\) in the format code." -msgstr "Знаците във форматиращия код, които имат специално значение, могат да се показват буквално само ако са предшествани от обратна наклонена черта. Самата тя не се показва, освен ако я въведете два пъти във форматиращия код (\\\\)." +msgid "Characters in the <literal>format</literal> code that have a special meaning can only be displayed as literal characters if they are preceded by a backslash. The backslash itself is not displayed, unless you enter a double backslash (\\\\) in the format code." +msgstr "" #. L4LbT #: 03120301.xhp @@ -31201,23 +31318,23 @@ msgctxt "" msgid "Characters that must be preceded by a backslash in the format code in order to be displayed as literal characters are date- and time-formatting characters (a, c, d, h, m, n, p, q, s, t, w, y, /, :), numeric-formatting characters (#, 0, %, E, e, comma, period), and string-formatting characters (@, &, <, >, !)." msgstr "Знаците, пред които трябва да има обратно наклонена черта във форматиращия код, за да се покажат буквално, са тези за форматиране на дати и часове (a, c, d, h, m, n, p, q, s, t, w, y, /, :), за форматиране на числа (#, 0, %, E, e, запетая, точка) и за форматиране на низове (@, &, <, >, !)." -#. NN8eT +#. BCQqy #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3145749\n" "help.text" -msgid "You can also use the following predefined number formats. Except for \"General Number\", all of the predefined format codes return the number as a decimal number with two decimal places." -msgstr "Можете да използвате и изброените по-долу предварително дефинирани числови формати. С изключение на „General Number“ всички те връщат десетично число с две дробни позиции." +msgid "You can also use the following predefined number formats. Except for <literal>\"General Number\"</literal>, all of the predefined format codes return the number as a decimal number with two decimal places." +msgstr "" -#. fkPvC +#. MDb3h #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3150113\n" "help.text" -msgid "If you use predefined formats, the name of the format must be enclosed in quotation marks." -msgstr "Ако използвате предварително дефинирани формати, името на формата трябва да е оградено в кавички." +msgid "If you use predefined formats, the name of the <literal>format</literal> must be enclosed in quotation marks." +msgstr "" #. GT9Rs #: 03120301.xhp @@ -31282,14 +31399,14 @@ msgctxt "" msgid "<emph>Scientific:</emph> Displays numbers in scientific format (for example, 1.00E+03 for 1000)." msgstr "<emph>Scientific:</emph> показва числото в експоненциален запис (например 1.00E+03 за 1000)." -#. cMtWm +#. AAj9K #: 03120301.xhp msgctxt "" "03120301.xhp\n" "par_id3153707\n" "help.text" -msgid "A format code can be divided into three sections that are separated by semicolons. The first part defines the format for positive values, the second part for negative values, and the third part for zero. If you only specify one format code, it applies to all numbers." -msgstr "Форматиращият код може да бъде разделен на три части с точки и запетаи. Първата част задава формата за положителни стойности, втората – за отрицателни и третата – за нули. Ако зададете само един форматиращ код, той важи за всякакви числа." +msgid "A <literal>format</literal> code can be divided into three sections that are separated by semicolons. The first part defines the format for positive values, the second part for negative values, and the third part for zero. If you only specify one <literal>format</literal> code, it applies to all numbers." +msgstr "" #. ZsNPC #: 03120301.xhp diff --git a/source/bg/helpcontent2/source/text/sbasic/shared/03.po b/source/bg/helpcontent2/source/text/sbasic/shared/03.po index 46e0759813a..826870315a4 100644 --- a/source/bg/helpcontent2/source/text/sbasic/shared/03.po +++ b/source/bg/helpcontent2/source/text/sbasic/shared/03.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-04-27 17:02+0200\n" +"POT-Creation-Date: 2021-05-05 17:15+0200\n" "PO-Revision-Date: 2020-08-01 07:35+0000\n" "Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n" "Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared03/bg/>\n" @@ -79,6 +79,15 @@ msgctxt "" msgid "These methods are available from %PRODUCTNAME 7.2 onwards." msgstr "" +#. An73n +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id291613654389792\n" +"help.text" +msgid "This method is available from %PRODUCTNAME 7.2 onwards." +msgstr "" + #. qjuHF #: avail_release.xhp msgctxt "" @@ -115,13 +124,13 @@ msgctxt "" msgid "ScriptForge Libraries" msgstr "" -#. NXPBo +#. ADEeP #: lib_ScriptForge.xhp msgctxt "" "lib_ScriptForge.xhp\n" "hd_id31529004750471\n" "help.text" -msgid "<variable id=\"ScriptForge_lib\"><link href=\"text/sbasic/shared/03/lib_ScriptForge.xhp\" name=\"ScriptForge library\">The <item type=\"literal\">ScriptForge</item> Library</link></variable>" +msgid "<variable id=\"ScriptForge_lib\"><link href=\"text/sbasic/shared/03/lib_ScriptForge.xhp\" name=\"ScriptForge library\">The <literal>ScriptForge</literal> Library</link></variable>" msgstr "" #. nMjDG @@ -133,31 +142,31 @@ msgctxt "" msgid "<bookmark_value>BASIC ScriptForge library</bookmark_value>" msgstr "" -#. WLejn +#. BtMUU #: lib_ScriptForge.xhp msgctxt "" "lib_ScriptForge.xhp\n" -"par_id781606153472028\n" +"par_id681619700336879\n" "help.text" -msgid "The described modules and classes are invoked from user scripts as \"Services\". A generic constructor of those services has been designed for that purpose:" +msgid "ScriptForge libraries build up an extensible collection of macro scripting resources for %PRODUCTNAME to be invoked from Basic macros or Python scripts." msgstr "" -#. dUu2P +#. wKZM6 #: lib_ScriptForge.xhp msgctxt "" "lib_ScriptForge.xhp\n" -"par_id891606153700196\n" +"par_id781606153472028\n" "help.text" -msgid "Services from external libraries can be registered with the <literal>RegisterScriptServices(...)</literal> method in order to extend the set of available services." +msgid "The described modules and classes are invoked from user scripts as \"Services\". A generic constructor of those services has been designed for that purpose for each language:" msgstr "" -#. ErFP9 +#. B3Xve #: lib_ScriptForge.xhp msgctxt "" "lib_ScriptForge.xhp\n" "par_id851605659675843\n" "help.text" -msgid "The <literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards." +msgid "The <literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards.<br/>Python <literal>scriptforge</literal> module is available from %PRODUCTNAME 7.2 onwards." msgstr "" #. Depaw @@ -2203,6 +2212,1275 @@ msgctxt "" msgid "<emph>CaseSensitive</emph> : Only if the array is populated with texts, default = <literal>False</literal>." msgstr "" +#. GAXAU +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"tit\n" +"help.text" +msgid "SFDocuments.Base service" +msgstr "" + +#. TiAmG +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"bm_id781582391760253\n" +"help.text" +msgid "<variable id=\"ctrls_h1\"><link href=\"text/sbasic/shared/03/sf_base.xhp\" name=\"SFDocuments.Base service\"><literal>SFDocuments</literal>.<literal>Base</literal> service</link></variable>" +msgstr "" + +#. 4KK8s +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id901619031958273\n" +"help.text" +msgid "The <literal>Base</literal> service provides a number of methods and properties to facilitate the management and handling of %PRODUCTNAME Base documents." +msgstr "" + +#. ZxoY9 +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id961619032060880\n" +"help.text" +msgid "This service is closely related to the <literal>Document</literal> service, which provides generic methods for handling %PRODUCTNAME documents, including Base documents. Hence, the <literal>Base</literal> service extends the <literal>Document</literal> service and provides additional methods that are specific for Base documents, enabling users to:" +msgstr "" + +#. EK3gt +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id241619032289964\n" +"help.text" +msgid "Get access to the database contained in a Base document." +msgstr "" + +#. y2wmE +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id291619032292829\n" +"help.text" +msgid "Open form documents stored in a Base document." +msgstr "" + +#. cpnJ7 +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id421619032296454\n" +"help.text" +msgid "Check if a form document from a Base document is currently loaded." +msgstr "" + +#. myHaG +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id241619032941497\n" +"help.text" +msgid "Refer to the <link href=\"text/sbasic/shared/03/sf_document.xhp\" name=\"Document Service\"><literal>Document</literal> service</link> to learn more about methods and properties that can be used to manage %PRODUCTNAME documents." +msgstr "" + +#. bGpRM +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"hd_id581582885621841\n" +"help.text" +msgid "Service invocation" +msgstr "" + +#. vi6hS +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id311619033224680\n" +"help.text" +msgid "The Base service can be invoked in a variety of ways. The code snippet below uses the method <literal>CreateBaseDocument</literal> from the <literal>UI</literal> service to create a new Base file." +msgstr "" + +#. t4HPk +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id101619033666470\n" +"help.text" +msgid "Note that in all examples the object <literal>oDoc</literal> is an instance of the <literal>Base</literal> service." +msgstr "" + +#. hKce4 +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id281619033570656\n" +"help.text" +msgid "The <literal>Base</literal> service can also be instantiated while opening an existing Base file, as shown below:" +msgstr "" + +#. noxU9 +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id331619033713781\n" +"help.text" +msgid "If a Base document is already open, it is possible to instantiate the <literal>Base</literal> service directly:" +msgstr "" + +#. f8Esv +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id281619619980185\n" +"help.text" +msgid "The use of the <emph>\"SFDocuments.\"</emph> substring in the previous example is optional." +msgstr "" + +#. oMw4m +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id451619034669263\n" +"help.text" +msgid "List of Methods in the Base Service" +msgstr "" + +#. ZQnqj +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id481619036833610\n" +"help.text" +msgid "Returns an array with the full names (path/name) of all form documents in the Base document as an zero-based Array of strings." +msgstr "" + +#. sECnJ +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id431619037334440\n" +"help.text" +msgid "The code snippet below prints the names of all form documents in the current Base document." +msgstr "" + +#. DQb6z +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id921619036922844\n" +"help.text" +msgid "To learn more about form documents, refer to the <link href=\"text/sbasic/shared/03/sf_form.xhp\" name=\"Form service\"><literal>Form</literal> service help page</link>." +msgstr "" + +#. gCGqW +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id191619037523467\n" +"help.text" +msgid "Depending on the parameters provided this method will return:" +msgstr "" + +#. HqFmT +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id781619037575043\n" +"help.text" +msgid "A zero-based Array with the names of all the forms contained in a form document (if the <literal>Form</literal> argument is absent)" +msgstr "" + +#. Q4Had +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id111619037577804\n" +"help.text" +msgid "A <literal>SFDocuments.Form</literal> object representing the form specified in the <literal>Form</literal> argument." +msgstr "" + +#. mKXZE +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id861619037838260\n" +"help.text" +msgid "<emph>FormDocument:</emph> The name of a valid form document as a case-sensitive string." +msgstr "" + +#. BtBVu +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id281619037857187\n" +"help.text" +msgid "<emph>Form:</emph> The name or index number of the form stored in the form document. If this argument is absent, the method will return a list with the names of all forms available in the form document." +msgstr "" + +#. K4nQh +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id921619437863617\n" +"help.text" +msgid "Although it is possible to use index numbers to refer to forms, this is only recommended when there is just one form in the form document. If there are two or more forms, it is preferable to use the form name instead." +msgstr "" + +#. vDKoa +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"bas_id231619200162092\n" +"help.text" +msgid "' Returns a list of all forms in the form document \"myFormDocument\"" +msgstr "" + +#. Hwr96 +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"bas_id31619200259812\n" +"help.text" +msgid "' Returns an instance of the Form service representing the form \"myForm\"" +msgstr "" + +#. 9jA9n +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id371619098340303\n" +"help.text" +msgid "Returns an instance of the <link href=\"text/sbasic/shared/03/sf_database.xhp\" name=\"Database service\"><literal>Database</literal> service</link> that allows the execution of SQL commands on the database defined and/or stored in the current Base document" +msgstr "" + +#. FdXAK +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id731619098073221\n" +"help.text" +msgid "<emph>User, Password:</emph> Optional login parameters as strings. The default value for both parameters is an empty string \"\"." +msgstr "" + +#. UbzRD +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"bas_id631615147843278\n" +"help.text" +msgid "' User and password are supplied below, if needed" +msgstr "" + +#. XBJVn +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"bas_id921599408791887\n" +"help.text" +msgid "' ... Run queries, SQL statements, ..." +msgstr "" + +#. mBphD +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id871619098478513\n" +"help.text" +msgid "Returns <literal>True</literal> if the specified <literal>FormDocument</literal> is currently open." +msgstr "" + +#. 7nHnE +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id981619098545701\n" +"help.text" +msgid "<emph>FormDocument:</emph> The name of a FormDocument to be checked, as a case-sensitive string." +msgstr "" + +#. RS3kj +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id801619099743199\n" +"help.text" +msgid "Opens the specified <literal>FormDocument</literal> either in normal or in design mode." +msgstr "" + +#. 38vtF +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id451619100075330\n" +"help.text" +msgid "If the form document is already open, it is activated without changing its mode. The method returns <literal>True</literal> if the form document could be opened." +msgstr "" + +#. EizHx +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id941619099797810\n" +"help.text" +msgid "<emph>FormDocument:</emph> The name of the <literal>FormDocument</literal> to be opened, as a case-sensitive string." +msgstr "" + +#. BNeps +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id981619099816849\n" +"help.text" +msgid "<emph>DesignMode:</emph> If this argument is <literal>True</literal> the <literal>FormDocument</literal> will be opened in design mode." +msgstr "" + +#. B29ng +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id251619100191992\n" +"help.text" +msgid "Most form documents are stored in the root of the Base document and they can be opened simply using their names, as in the example below:" +msgstr "" + +#. pv3RA +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"bas_id461619100283210\n" +"help.text" +msgid "oDoc.OpenFormDocument(\"myFormDocument\")" +msgstr "" + +#. ACLqQ +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id351619100327505\n" +"help.text" +msgid "If form documents are organized in folders, it becomes necessary to include the folder name to specify the form document to be opened, as illustrated in the following example:" +msgstr "" + +#. mLgzR +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"bas_id461619100283712\n" +"help.text" +msgid "oDoc.OpenFormDocument(\"myFolder/myFormDocument\")" +msgstr "" + +#. 3RzkD +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"tit\n" +"help.text" +msgid "ScriptForge.Basic service" +msgstr "" + +#. GxEht +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"hd_id731582733781114\n" +"help.text" +msgid "<variable id=\"BasicService\"><link href=\"text/sbasic/shared/03/sf_basic.xhp\" name=\"Basic service\"><literal>ScriptForge</literal>.<literal>Basic</literal> service</link></variable>" +msgstr "" + +#. G5jAV +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id381589189355849\n" +"help.text" +msgid "The <literal>ScriptForge.Basic</literal> service proposes a collection of %PRODUCTNAME Basic methods to be executed in a Python context. <literal>Basic</literal> service methods reproduce the exact syntax and behaviour of Basic builtin functions." +msgstr "" + +#. Bb7Br +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id591589189364267\n" +"help.text" +msgid "Typical example:" +msgstr "" + +#. yrYgm +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"pyc_id971618493778666\n" +"help.text" +msgid "svc.MsgBox('This has to be displayed in a message box')" +msgstr "" + +#. kGyCd +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id151618849022977\n" +"help.text" +msgid "<literal>ScriptForge</literal>.<literal>Basic</literal> service is limited to Python scripts." +msgstr "" + +#. biAQa +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"hd_id581582885621841\n" +"help.text" +msgid "Service invocation" +msgstr "" + +#. pNUsj +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id141610734722352\n" +"help.text" +msgid "Before using the <literal>Basic</literal> service, import the <literal>CreateScriptService()</literal> method from the <literal>scriptforge</literal> module:" +msgstr "" + +#. E6SaA +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"hd_id201618922972557\n" +"help.text" +msgid "Properties" +msgstr "" + +#. bLzCe +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id401618922991909\n" +"help.text" +msgid "Name" +msgstr "" + +#. 5FcQt +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id591618922991909\n" +"help.text" +msgid "ReadOnly" +msgstr "" + +#. N5DD5 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id211618922991909\n" +"help.text" +msgid "Type" +msgstr "" + +#. qXwST +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id971618923022846\n" +"help.text" +msgid "Description" +msgstr "" + +#. W8eh6 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id541619003984227\n" +"help.text" +msgid "MB_OK, MB_OKCANCEL, MB_RETRYCANCEL, MB_YESNO, MB_YESNOCANCEL" +msgstr "" + +#. KuiAD +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id21619004009875\n" +"help.text" +msgid "Yes" +msgstr "" + +#. TkYXL +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id111619004011627\n" +"help.text" +msgid "integer" +msgstr "" + +#. 7DG4F +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id791619004012484\n" +"help.text" +msgid "Values: 0, 1, 5, 4, 3" +msgstr "" + +#. oASRR +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id161619003998035\n" +"help.text" +msgid "MB_ICONEXCLAMATION, MB_ICONINFORMATION, MB_ICONQUESTION, MB_ICONSTOP" +msgstr "" + +#. 8ie8B +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id201619004097755\n" +"help.text" +msgid "Yes" +msgstr "" + +#. GNqXc +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id981619004098700\n" +"help.text" +msgid "integer" +msgstr "" + +#. DQkGQ +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id311619004099683\n" +"help.text" +msgid "Values: 48, 64, 32, 16<br/>" +msgstr "" + +#. RBdBG +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id831618922991909\n" +"help.text" +msgid "MB_ABORTRETRYIGNORE, MB_DEFBUTTON1, MB_DEFBUTTON2, MB_DEFBUTTON3" +msgstr "" + +#. mCpye +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id581618922991909\n" +"help.text" +msgid "Yes" +msgstr "" + +#. CrG3W +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id161618922991910\n" +"help.text" +msgid "integer" +msgstr "" + +#. h3hZE +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id211618923312141\n" +"help.text" +msgid "Values: 2, 128, 256, 512" +msgstr "" + +#. F3DMG +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id471618924470655\n" +"help.text" +msgid "IDABORT, IDCANCEL, IDIGNORE, IDNO, IDOK, IDRETRY, IDYES" +msgstr "" + +#. kLst4 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id961618924503848\n" +"help.text" +msgid "Yes" +msgstr "" + +#. XKzky +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id571618924505303\n" +"help.text" +msgid "integer" +msgstr "" + +#. Tmtc2 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id871618924506654\n" +"help.text" +msgid "Values: 3, 2, 5, 7, 1, 4, 6<br/>Constants indicating <literal>MsgBox</literal> selected button." +msgstr "" + +#. fHLnu +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id421619006246768\n" +"help.text" +msgid "StarDesktop" +msgstr "" + +#. BDtqm +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id731619006254384\n" +"help.text" +msgid "Yes" +msgstr "" + +#. SKW53 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id711619006255184\n" +"help.text" +msgid "UNO<br/>object" +msgstr "" + +#. cLAgG +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id541619006255653\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/stardesktop.xhp\" name=\"StarDesktop\"><literal>StarDesktop</literal></link> object represents LibreOfficeDev Start Center." +msgstr "" + +#. vXq8C +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id651606319520519\n" +"help.text" +msgid "List of Methods in the Basic Service" +msgstr "" + +#. vaMxs +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id93158919969864\n" +"help.text" +msgid "Returns a system path file name for the given <literal>file:</literal> URL." +msgstr "" + +#. L4crp +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id321618502481706\n" +"help.text" +msgid "<emph>url</emph>: An absolute <literal>file:</literal> URL." +msgstr "" + +#. nmEbg +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id81618502493505\n" +"help.text" +msgid "A system path file name." +msgstr "" + +#. 7YMKT +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id658519200121138\n" +"help.text" +msgid "Returns a <literal>file:</literal> URL for the given system path." +msgstr "" + +#. ZdzNY +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id401618521015903\n" +"help.text" +msgid "<emph>systempath</emph>: A system file name as a string." +msgstr "" + +#. BYkqo +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id61658101307414\n" +"help.text" +msgid "A <literal>file:</literal> URL as a string." +msgstr "" + +#. kyZyo +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id651589200121138\n" +"help.text" +msgid "Instantiates a UNO service with the <literal>ProcessServiceManager</literal>." +msgstr "" + +#. 7BvYk +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id361589200121646\n" +"help.text" +msgid "<emph>servicename</emph> : A fully qualified service name such as \"com.sun.star.ui.dialogs.FilePicker\" or 'com.sun.star.sheet.FunctionAccess'." +msgstr "" + +#. rZoCx +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id901599410483300\n" +"help.text" +msgid "Adds a date or time interval to a given date/time a number of times and returns the resulting date." +msgstr "" + +#. aRMEj +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id581618562143601\n" +"help.text" +msgid "<emph>interval</emph>: A string expression from the following table, specifying the date or time interval." +msgstr "" + +#. Vx3AB +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id281618562144897\n" +"help.text" +msgid "<emph>number</emph>: A numerical expression specifying how often the <literal>interval</literal> value will be added when positive or subtracted when negative." +msgstr "" + +#. 4C2B6 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id811618561843272\n" +"help.text" +msgid "<emph>date</emph>: A given datetime.datetime value, the <literal>interval</literal> value will be added number times to this date/time value." +msgstr "" + +#. ppBnh +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id181618561778320\n" +"help.text" +msgid "A datetime.datetime value." +msgstr "" + +#. HAVdW +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id991589202413257\n" +"help.text" +msgid "Returns the number of date or time intervals between two given date/time values." +msgstr "" + +#. 2HBSe +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id481618563770490\n" +"help.text" +msgid "<emph>interval</emph>: A string expression specifying the date interval, as detailed in above <literal>DateAdd</literal> method." +msgstr "" + +#. ZAKJ9 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id121618563772932\n" +"help.text" +msgid "<emph>date1</emph>, <emph>date2</emph>: The two datetime.datetime values to be compared." +msgstr "" + +#. ZR7AD +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id121618563454738\n" +"help.text" +msgid "A number." +msgstr "" + +#. BuEML +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"pyc_id641618564383315\n" +"help.text" +msgid "diffDays = svc.DateDiff('d', date1, date2)" +msgstr "" + +#. qePoV +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"pyc_id151618564392035\n" +"help.text" +msgid "print(diffDays)" +msgstr "" + +#. KPEWi +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id81589202925519\n" +"help.text" +msgid "The DatePart function returns a specified part of a date." +msgstr "" + +#. ens2Q +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id761618672192231\n" +"help.text" +msgid "<emph>interval</emph>: A string expression specifying the date interval, as detailed in above <literal>DateAdd</literal> method." +msgstr "" + +#. KuDhD +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id61618672313838\n" +"help.text" +msgid "<emph>date</emph>: The date/time from which the result is calculated." +msgstr "" + +#. P3vuB +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id511619445271897\n" +"help.text" +msgid "<emph>firstdayofweek, firstweekofyear</emph>: optional parameters that respectively specify the starting day of a week and the starting week of a year, as detailed in above <literal>DateDiff</literal> method." +msgstr "" + +#. 5Yz25 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id791618672371743\n" +"help.text" +msgid "The extracted part for the given date/time." +msgstr "" + +#. Dc9Cs +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id121589203370778\n" +"help.text" +msgid "Computes a date value from a date string." +msgstr "" + +#. QwSFJ +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"hd_id151618673970234\n" +"help.text" +msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functvalue\"/>" +msgstr "" + +#. qTtuh +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id441618674018955\n" +"help.text" +msgid "The computed date." +msgstr "" + +#. DGgj3 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"pyc_id931618674563379\n" +"help.text" +msgid "print(dt)" +msgstr "" + +#. GuCbF +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id458161678389887\n" +"help.text" +msgid "Converts a number to a string, and then formats it according to the format that you specify." +msgstr "" + +#. St67G +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"hd_id751618825527776\n" +"help.text" +msgid "Formatting Codes" +msgstr "" + +#. G2TzF +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"hd_id681618825574599\n" +"help.text" +msgid "Predefined Formats" +msgstr "" + +#. osJdR +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id451618876389887\n" +"help.text" +msgid "Returns the default context of the process service factory, if existent, else returns a null reference." +msgstr "" + +#. d4EQf +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id881618848030897\n" +"help.text" +msgid "<literal>GetDefaultContext</literal> is an alternative to the <link href=\"text/sbasic/python/python_programming.xhp\" name=\"getComponentContext method\">getComponentContext()</link> method available from <literal>XSCRIPTCONTEXT</literal> global variable or from <link href=\"text/sbasic/python/python_programming.xhp\" name=\"uno.py module\">uno.py</link> module." +msgstr "" + +#. dk35X +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id381618831451271\n" +"help.text" +msgid "The default component context is used, when instantiating services via <literal>XMultiServiceFactory</literal>. See the <literal>Professional UNO</literal> chapter in the Developer's Guide on <link href=\"https://api.libreoffice.org/\" name=\"API Developer's Guide\">api.libreoffice.org</link> for more information." +msgstr "" + +#. LACDh +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id154618876389887\n" +"help.text" +msgid "Returns a numerical value that specifies the graphical user interface. This function is only provided for backward compatibility with previous versions." +msgstr "" + +#. SmsEL +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id341618848532640\n" +"help.text" +msgid "Refer to <literal>system()</literal> method from <literal>platform</literal> Python module to <link href=\"text/sbasic/python/python_platform.xhp\" name=\"identify the operating system\">identify the operating system</link>." +msgstr "" + +#. BJTbw +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id451618876389788\n" +"help.text" +msgid "Returns the operating system-dependent directory separator used to specify file paths." +msgstr "" + +#. BWvPB +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id341618848562340\n" +"help.text" +msgid "Use <literal>os.pathsep</literal> from <literal>os</literal> Python module to <link href=\"text/sbasic/python/python_platform.xhp\" name=\"path delimiter\">identify the path separator</link>." +msgstr "" + +#. Jvd3v +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id451618678389887\n" +"help.text" +msgid "Returns the number of system ticks provided by the operating system. You can use this function to optimize certain processes. Use this method to estimate time in milliseconds:" +msgstr "" + +#. CEtsQ +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"pyc_id251619448108905\n" +"help.text" +msgid "ticks_ini = svc.GetSystemTicks()" +msgstr "" + +#. SG6mf +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"pyc_id181619448111210\n" +"help.text" +msgid "time.sleep(1)" +msgstr "" + +#. MZXnC +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"pyc_id301619448111744\n" +"help.text" +msgid "ticks_end = svc.GetSystemTicks()" +msgstr "" + +#. dSmH3 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"pyc_id651619448112320\n" +"help.text" +msgid "svc.MsgBox(\"{} - {} = {}\".format(ticks_end, ticks_ini,ticks_end - ticks_ini))" +msgstr "" + +#. Vb2CW +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"bm_id61618905164342\n" +"help.text" +msgid "<bookmark_value>Basic service;InputBox</bookmark_value>" +msgstr "" + +#. 7GPZv +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id21619008398677\n" +"help.text" +msgid "string" +msgstr "" + +#. qRtw5 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"pyc_id751619081201175\n" +"help.text" +msgid "txt = s.InputBox('Please enter a phrase:', \"Dear user\")" +msgstr "" + +#. UgiDk +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"pyc_id261619081319555\n" +"help.text" +msgid "s.MsgBox(txt, MB_ICONINFORMATION, \"Confirmation of phrase\")" +msgstr "" + +#. 42vSm +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id651618921455396\n" +"help.text" +msgid "For in-depth information please refer to <link href=\"https://wiki.documentfoundation.org/Macros/General/IO_to_Screen\" name=\"Input/Output to Screen with Python\">Input/Output to Screen with Python</link> on the Wiki." +msgstr "" + +#. WMifG +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"bm_id681618905411293\n" +"help.text" +msgid "<bookmark_value>Basic service;MsgBox</bookmark_value>" +msgstr "" + +#. ogocf +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id231618922407948\n" +"help.text" +msgid "Displays a dialog box containing a message and returns an optional value.<br/>MB_xx constants help specify the dialog type, the number and type of buttons to display, plus the icon type. By adding their respective values they form bit patterns, that define the <literal>MsgBox</literal> dialog appearance." +msgstr "" + +#. 5adLA +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id711619082902143\n" +"help.text" +msgid "An optional integer as detailed in above <literal>IDxx</literal> properties." +msgstr "" + +#. hvEhT +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"bm_id791618906935711\n" +"help.text" +msgid "<bookmark_value>Basic service;Now</bookmark_value>" +msgstr "" + +#. 2FAgQ +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id191619084216660\n" +"help.text" +msgid "Returns the current system date and time as a date/time value." +msgstr "" + +#. qxE2n +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"bm_id831618907521168\n" +"help.text" +msgid "<bookmark_value>Basic service;RGB</bookmark_value>" +msgstr "" + +#. vBVsk +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id621619448293385\n" +"help.text" +msgid "Returns an integer color value consisting of red, green, and blue components." +msgstr "" + +#. vPBAA +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id201619096429785\n" +"help.text" +msgid "<input>svc.RGB(red:int, green: int, blue: int): int</input>" +msgstr "" + +#. AAeE4 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id381619096830033\n" +"help.text" +msgid "integer" +msgstr "" + +#. mAUuG +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"bm_id81618907851793\n" +"help.text" +msgid "<bookmark_value>Basic service;Xray</bookmark_value>" +msgstr "" + +#. TwoGN +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id451619094057178\n" +"help.text" +msgid "Inspect Uno objects or variables." +msgstr "" + +#. 2A4om +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id21619094660345\n" +"help.text" +msgid "<emph>obj</emph>: A variable or Uno object." +msgstr "" + +#. erHE5 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id901618486941514\n" +"help.text" +msgid "<link href=\"text/sbasic/python/python_programming.xhp\" name=\"uno.fileUrlToSystemPath() method\">uno.fileUrlToSystemPath() method</link>" +msgstr "" + +#. GFQ97 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id901618496841514\n" +"help.text" +msgid "<link href=\"text/sbasic/python/python_programming.xhp\" name=\"uno.systemPathToFileUrl() method\">uno.systemPathToFileUrl() method</link>" +msgstr "" + +#. fMbAm +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id951618554355538\n" +"help.text" +msgid "<link href=\"https://wiki.documentfoundation.org/Macros/General/IO_to_Screen\" name=\"Input/Output to Screen with Python\">Input/Output to Screen with Python</link> on the wiki" +msgstr "" + +#. uruDr +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id610918486941514\n" +"help.text" +msgid "<link href=\"text/sbasic/python/python_programming.xhp\" name=\"XSCRIPTCONTEXT.getComponentContext() method\">XSCRIPTCONTEXT.getComponentContext() method</link>" +msgstr "" + +#. UCnzE +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id901618484961514\n" +"help.text" +msgid "<link href=\"text/sbasic/python/python_programming.xhp\" name=\"uno.getComponentContext() method\">uno.getComponentContext() method</link>" +msgstr "" + +#. 5GvY3 +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id901648186941514\n" +"help.text" +msgid "<link href=\"text/sbasic/python/python_platform.xhp\" name=\"platform.system() method\">platform.system() method</link>" +msgstr "" + +#. gsfQT +#: sf_basic.xhp +msgctxt "" +"sf_basic.xhp\n" +"par_id901816486941514\n" +"help.text" +msgid "<link href=\"text/sbasic/python/python_platform.xhp\" name=\"os.pathsep() method\">os.pathsep() method</link>" +msgstr "" + #. RYwFj #: sf_calc.xhp msgctxt "" @@ -4552,13 +5830,13 @@ msgctxt "" msgid "Conversely, if a <literal>RegistrationName</literal> is specified, the <literal>FileName</literal> parameter should not be defined." msgstr "" -#. 3d6NY +#. Bc97U #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id841615147168279\n" "help.text" -msgid "<emph>ReadOnly</emph>: Determines if the database will be opened as readonly (Default = True)." +msgid "<emph>ReadOnly</emph>: Determines if the database will be opened as readonly (Default = <literal>True</literal>)." msgstr "" #. Gn7AF @@ -4606,6 +5884,15 @@ msgctxt "" msgid "' ... Run queries, SQL statements, ..." msgstr "" +#. AVkg5 +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"par_id361619188184750\n" +"help.text" +msgid "The <link href=\"text/sbasic/shared/03/sf_database.xhp#GetDatabase\" name=\"GetDatabase method\">GetDatabase</link> method used in the example above is part of ScriptForge's <literal>Base</literal> service." +msgstr "" + #. EF9Lc #: sf_database.xhp msgctxt "" @@ -12328,13 +13615,13 @@ msgctxt "" msgid "Service invocation" msgstr "" -#. vbWXq +#. BeDqF #: sf_formcontrol.xhp msgctxt "" "sf_formcontrol.xhp\n" "par_id361598174756160\n" "help.text" -msgid "The <literal>FormControl</literal><literal/> service is invoked from an existing <literal>Form</literal> service instance through its <literal>Controls</literal> method." +msgid "The <literal>FormControl</literal> service is invoked from an existing <literal>Form</literal> service instance through its <literal>Controls</literal> method." msgstr "" #. FaP92 @@ -16882,6 +18169,33 @@ msgctxt "" msgid "The hexadecimal digits may be prefixed with \"0x\" or \"&H\"." msgstr "" +#. 3WKNf +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"par_id791584008420941\n" +"help.text" +msgid "Returns <literal>True</literal> if the string is a valid International Bank Account Number (IBAN). The comparison is not case-sensitive." +msgstr "" + +#. JZERm +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"par_id951880048466565\n" +"help.text" +msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgstr "" + +#. VgT3x +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"par_id631619526542367\n" +"help.text" +msgid "<literal>True</literal> if the string contains a valid IBAN number." +msgstr "" + #. CcTNk #: sf_string.xhp msgctxt "" diff --git a/source/bg/helpcontent2/source/text/scalc/00.po b/source/bg/helpcontent2/source/text/scalc/00.po index f05204689b9..0b45958076b 100644 --- a/source/bg/helpcontent2/source/text/scalc/00.po +++ b/source/bg/helpcontent2/source/text/scalc/00.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: 2021-04-27 17:02+0200\n" -"PO-Revision-Date: 2021-03-14 15:36+0000\n" +"PO-Revision-Date: 2021-05-01 20:37+0000\n" "Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n" "Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/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 4.4.2\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1555408153.000000\n" @@ -231,7 +231,7 @@ msgctxt "" "par_id831619443265443\n" "help.text" msgid "Choose <menuitem>Edit - Cell Protection</menuitem> to activate sheet protection with current cell protection settings." -msgstr "" +msgstr "Изберете <menuitem>Редактиране - Защита на клетки</menuitem>, за да задействате защитата на листа с текущите настройки за защита на клетки." #. cjzea #: 00000403.xhp diff --git a/source/bg/helpcontent2/source/text/scalc/01.po b/source/bg/helpcontent2/source/text/scalc/01.po index 6a734c59fc7..ad6dc45fb88 100644 --- a/source/bg/helpcontent2/source/text/scalc/01.po +++ b/source/bg/helpcontent2/source/text/scalc/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: 2021-04-27 17:02+0200\n" -"PO-Revision-Date: 2021-04-20 19:37+0000\n" +"POT-Creation-Date: 2021-05-05 17:15+0200\n" +"PO-Revision-Date: 2021-05-03 02:37+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" "Language: bg\n" @@ -5127,7 +5127,7 @@ msgctxt "" "bm_id3150882\n" "help.text" msgid "<bookmark_value>DCOUNT function</bookmark_value><bookmark_value>counting rows;with numeric values</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>DCOUNT, функция</bookmark_value><bookmark_value>броене на редове;с числови стойности</bookmark_value>" #. DLGGD #: 04060101.xhp @@ -5190,7 +5190,7 @@ msgctxt "" "bm_id3156123\n" "help.text" msgid "<bookmark_value>DCOUNTA function</bookmark_value><bookmark_value>records;counting in Calc databases</bookmark_value><bookmark_value>counting rows;with numeric or alphanumeric values</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>DCOUNTA, функция</bookmark_value><bookmark_value>записи;броене в бази от данни на Calc</bookmark_value><bookmark_value>броене на редове;с числови или буквено-цифрови стойности</bookmark_value>" #. aJdyL #: 04060101.xhp @@ -5253,7 +5253,7 @@ msgctxt "" "bm_id3147256\n" "help.text" msgid "<bookmark_value>DGET function</bookmark_value><bookmark_value>cell contents;searching in Calc databases</bookmark_value><bookmark_value>searching;cell contents in Calc databases</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>DGET, функция</bookmark_value><bookmark_value>съдържание на клетки;търсене в бази от данни на Calc</bookmark_value><bookmark_value>търсене;съдържание на клетки в бази от данни на Calc</bookmark_value>" #. wj7ck #: 04060101.xhp @@ -5325,7 +5325,7 @@ msgctxt "" "bm_id3149766\n" "help.text" msgid "<bookmark_value>DMAX function</bookmark_value><bookmark_value>maximum values in Calc databases</bookmark_value><bookmark_value>searching;maximum values in columns</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>DMAX, функция</bookmark_value><bookmark_value>максимални стойности в бази от данни на Calc</bookmark_value><bookmark_value>търсене;максимални стойности в колони</bookmark_value>" #. MDBf2 #: 04060101.xhp @@ -5388,7 +5388,7 @@ msgctxt "" "bm_id3159141\n" "help.text" msgid "<bookmark_value>DMIN function</bookmark_value><bookmark_value>minimum values in Calc databases</bookmark_value><bookmark_value>searching;minimum values in columns</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>DMIN, функция</bookmark_value><bookmark_value>минимални стойности в бази от данни на Calc</bookmark_value><bookmark_value>търсене;минимални стойности в колони</bookmark_value>" #. iGV4a #: 04060101.xhp @@ -5451,7 +5451,7 @@ msgctxt "" "bm_id3154274\n" "help.text" msgid "<bookmark_value>DAVERAGE function</bookmark_value><bookmark_value>averages; in Calc databases</bookmark_value><bookmark_value>calculating;averages in Calc databases</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>DAVERAGE, функция</bookmark_value><bookmark_value>средни стойности; в бази от данни на Calc</bookmark_value><bookmark_value>изчисляване;средни стойности в бази от данни на Calc</bookmark_value>" #. dQciw #: 04060101.xhp @@ -5514,7 +5514,7 @@ msgctxt "" "bm_id3159269\n" "help.text" msgid "<bookmark_value>DPRODUCT function</bookmark_value><bookmark_value>multiplying;cell contents in Calc databases</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>DPRODUCT, функция</bookmark_value><bookmark_value>умножаване;съдържание на клетки в бази от данни на Calc </bookmark_value>" #. gvW9Q #: 04060101.xhp @@ -5577,7 +5577,7 @@ msgctxt "" "bm_id3148462\n" "help.text" msgid "<bookmark_value>DSTDEV function</bookmark_value><bookmark_value>standard deviations in databases;based on a sample</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>DSTDEV, функция</bookmark_value><bookmark_value>стандартно отклонение в база от данни;на извадка</bookmark_value>" #. EvGNP #: 04060101.xhp @@ -5649,7 +5649,7 @@ msgctxt "" "bm_id3150429\n" "help.text" msgid "<bookmark_value>DSTDEVP function</bookmark_value><bookmark_value>standard deviations in databases;based on populations</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>DSTDEVP, функция</bookmark_value><bookmark_value>стандартно отклонение в база от данни;на популация</bookmark_value>" #. FpESx #: 04060101.xhp @@ -5712,7 +5712,7 @@ msgctxt "" "bm_id3154794\n" "help.text" msgid "<bookmark_value>DSUM function</bookmark_value><bookmark_value>calculating;sums in Calc databases</bookmark_value><bookmark_value>sums;cells in Calc databases</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>DSUM, функция</bookmark_value><bookmark_value>изчисляване;суми в бази от данни на Calc</bookmark_value><bookmark_value>суми;на клетки в бази от данни на Calc</bookmark_value>" #. ybMg9 #: 04060101.xhp @@ -5775,7 +5775,7 @@ msgctxt "" "bm_id3155614\n" "help.text" msgid "<bookmark_value>DVAR function</bookmark_value><bookmark_value>variances;based on samples</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>DVAR, функция</bookmark_value><bookmark_value>дисперсия;на извадка</bookmark_value>" #. G6ZBW #: 04060101.xhp @@ -5847,7 +5847,7 @@ msgctxt "" "bm_id3153880\n" "help.text" msgid "<bookmark_value>DVARP function</bookmark_value><bookmark_value>variances;based on populations</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>DVARP, функция</bookmark_value><bookmark_value>дисперсия;на популация</bookmark_value>" #. XpcPC #: 04060101.xhp @@ -18735,7 +18735,7 @@ msgctxt "" "par_id3149984\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_SVERWEIS\">Vertical search with reference to adjacent cells to the right.</ahelp> This function checks if a specific value is contained in the first column of an array. The function then returns the value in the same row of the column named by <emph>Index</emph>. If the <emph>Sorted</emph> parameter is omitted or set to TRUE or one, it is assumed that the data is sorted in ascending order. In this case, if the exact <emph>Lookup</emph> is not found, the last value that is smaller than the criterion will be returned. If <emph>Sorted</emph> is set to FALSE or zero, an exact match must be found, otherwise the error <emph>Error: Value Not Available</emph> will be the result. Thus with a value of zero the data does not need to be sorted in ascending order." -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_SVERWEIS\">Вертикално търсене с преглеждане на съседните клетки отдясно.</ahelp> Тази функция проверява дали в първата колона на масив се съдържа определена стойност. След това тя връща стойността от същия ред на колоната, посочена чрез <emph>Индекс</emph>. Ако параметърът <emph>Сортиран</emph> е пропуснат или има стойност TRUE или единица, се приема, че данните са сортирани в нарастващ ред. В този случай, ако не е намерена <emph>СравняванаСтойност</emph>, ще бъде върната последната стойност, по-малка от критерия. Ако <emph>Сортиран</emph> е FALSE или нула, се изисква точно съвпадение, иначе резултатът е <emph>Грешка: няма налична стойност</emph>. Така при нулева стойност не е необходимо данните да се сортират възходящо." #. j8RoY #: 04060109.xhp @@ -18744,7 +18744,7 @@ msgctxt "" "par_id3150156\n" "help.text" msgid "=VLOOKUP(Lookup; Array; Index [; SortedRangeLookup])" -msgstr "" +msgstr "=VLOOKUP(СравняванаСтойност; Масив; Индекс [; ТърсенеВСортираниДиапазони])" #. LDrCq #: 04060109.xhp @@ -18753,7 +18753,7 @@ msgctxt "" "par_id3149289\n" "help.text" msgid "<emph>Lookup</emph> is the value of any type looked for in the first column of the array." -msgstr "" +msgstr "<emph>СравняванаСтойност</emph> е стойността от произволен тип, която се търси в първата колона на масива." #. WFj5E #: 04060109.xhp @@ -18780,7 +18780,7 @@ msgctxt "" "par_id3151208\n" "help.text" msgid "<emph>SortedRangeLookup</emph> is an optional parameter that indicates whether the first column in the array contains range boundaries instead of plain values. In this mode, the lookup returns the value in the row with first column having value equal to or less than <emph>Lookup</emph>. E.g., it could contain dates when some tax value had been changed, and so the values represent starting dates of a period when a specific tax value was effective. Thus, searching for a date that is absent in the first array column, but falls between some existing boundary dates, would give the lower of them, allowing to find out the data being effective to the searched date. Enter the Boolean value FALSE or zero if the first column is not a range boundary list. When this parameter is TRUE or not given, the first column in the array <emph>must be sorted in ascending order</emph>. Sorted columns can be searched much faster and the function always returns a value, even if the search value was not matched exactly, if it is greater than the lowest value of the sorted list. In unsorted lists, the search value must be matched exactly. Otherwise the function will return #N/A with message: <emph>Error: Value Not Available</emph>." -msgstr "" +msgstr "<emph>ТърсенеВСортираниДиапазони</emph> е незадължителен параметър, който определя дали първата колона в масива съдържа граници на диапазони вместо обикновени стойности. В този режим търсенето връща стойността от реда, в който стойността на първата колона е по-малка или равна на <emph>СравняванаСтойност</emph>. Например, тя може да съдържа датите на промяна на някаква данъчна ставка, така че стойностите представят началните дати на периодите, в които е била в сила определена ставка. Тогава търсенето на дата, която отсъства в първата колона на масива, но се пада между две съществуващи гранични дати, ще върне по-малката от тях, което позволява да се намерят данните, които са в сила за търсената дата. Въведете логическата стойност FALSE или нула, ако първата колона не представлява списък от граници на диапазони. Когато този параметър е TRUE или е пропуснат, първата колона в масива <emph>трябва да е сортирана във възходящ ред</emph>. Сортираните колони се претърсват много по-бързо и функцията винаги връща стойност, дори ако няма точно съвпадение с търсената стойност, стига тя да е между най-ниската и най-високата стойност от сортирания списък. В несортирани списъци съвпадението с търсената стойност трябва да бъде точно. Иначе функцията ще върне съобщението: <emph>Грешка: няма налична стойност</emph>." #. fJQRf #: 04060109.xhp @@ -18969,7 +18969,7 @@ msgctxt "" "par_id3159152\n" "help.text" msgid "MATCH(Search; LookupArray [; Type])" -msgstr "" +msgstr "MATCH(ТърсенаСтойност; Масив [; Тип])" #. KZU4F #: 04060109.xhp @@ -18978,7 +18978,7 @@ msgctxt "" "par_id3149336\n" "help.text" msgid "<emph>Search</emph> is the value which is to be searched for in the single-row or single-column array." -msgstr "" +msgstr "<emph>ТърсенаСтойност</emph> е стойността, която да бъде търсена в масива от един ред или колона." #. 9j4xw #: 04060109.xhp @@ -19230,7 +19230,7 @@ msgctxt "" "par_id3154104\n" "help.text" msgid "LOOKUP(Lookup; SearchVector [; ResultVector])" -msgstr "" +msgstr "LOOKUP(СравняванаСтойност; ПретърсванВектор [; ВекторСРезултати])" #. yGLLE #: 04060109.xhp @@ -19239,7 +19239,7 @@ msgctxt "" "par_id3150646\n" "help.text" msgid "<emph>Lookup</emph> is the value of any type to be looked for; entered either directly or as a reference." -msgstr "" +msgstr "<emph>СравняванаСтойност</emph> е търсената стойност от произволен тип, въведена директно или посочена чрез обръщение." #. tFDBC #: 04060109.xhp @@ -19257,7 +19257,7 @@ msgctxt "" "par_id3149925\n" "help.text" msgid "<emph>ResultVector</emph> is another single-row or single-column range from which the result of the function is taken. The result is the cell of the result vector with the same index as the instance found in the search vector." -msgstr "<emph>ВекторЗаРезултата</emph> е друга област от един ред или колона, от която се взима резултатът на функцията. Резултатът е клетка от този вектор със същия индекс като намерената стойност в претърсвания вектор." +msgstr "<emph>ВекторСРезултати</emph> е друга област от един ред или колона, от която се взема резултатът на функцията. Резултатът е клетка от този вектор със същия индекс като намерената стойност в претърсвания вектор." #. 36TJv #: 04060109.xhp @@ -19464,7 +19464,7 @@ msgctxt "" "par_id3146070\n" "help.text" msgid "HLOOKUP(Lookup; Array; Index [; SortedRangeLookup])" -msgstr "" +msgstr "=HLOOKUP(СравняванаСтойност; Масив; Индекс [; ТърсенеВСортираниДиапазони])" #. nhwwF #: 04060109.xhp @@ -24891,7 +24891,7 @@ msgctxt "" "bm_id3153074\n" "help.text" msgid "<bookmark_value>Bessel functions</bookmark_value> <bookmark_value>BESSELI function</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>Беселови функции</bookmark_value> <bookmark_value>BESSELI, функция</bookmark_value>" #. YpfCj #: 04060115.xhp @@ -24972,7 +24972,7 @@ msgctxt "" "bm_id161618267677640\n" "help.text" msgid "<bookmark_value>BESSELJ function</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>BESSELJ, функция</bookmark_value>" #. Cccmx #: 04060115.xhp @@ -25053,7 +25053,7 @@ msgctxt "" "bm_id151618267791726\n" "help.text" msgid "<bookmark_value>BESSELK function</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>BESSELK, функция</bookmark_value>" #. jb2FF #: 04060115.xhp @@ -25134,7 +25134,7 @@ msgctxt "" "bm_id201618267836525\n" "help.text" msgid "<bookmark_value>BESSELY function</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>BESSELY, функция</bookmark_value>" #. 9PCdq #: 04060115.xhp @@ -32946,7 +32946,7 @@ msgctxt "" "par_id3164967\n" "help.text" msgid "COUNTIF(Range; Criterion)" -msgstr "" +msgstr "COUNTIF(Диапазон; Критерий)" #. sxGvB #: 04060181.xhp @@ -32955,7 +32955,7 @@ msgctxt "" "par_id3164980\n" "help.text" msgid "<emph>Range</emph> is the range to which the criteria are to be applied." -msgstr "<emph>Област</emph> е областта, върху която да се приложат критериите." +msgstr "<emph>Диапазон</emph> е диапазонът, върху който да се приложат критериите." #. ZpDRv #: 04060181.xhp @@ -32964,7 +32964,7 @@ msgctxt "" "par_id3166505\n" "help.text" msgid "A1:A10 is a cell range containing the numbers <item type=\"input\">2000</item> to <item type=\"input\">2009</item>. Cell B1 contains the number <item type=\"input\">2006</item>. In cell B2, you enter a formula:" -msgstr "A1:A10 е област от клетки, съдържащи числата от <item type=\"input\">2000</item> до <item type=\"input\">2009</item>. Клетката B1 съдържа числото <item type=\"input\">2006</item>. В клетката B2 въведете формулата:" +msgstr "A1:A10 е диапазон от клетки, съдържащи числата от <item type=\"input\">2000</item> до <item type=\"input\">2009</item>. Клетката B1 съдържа числото <item type=\"input\">2006</item>. В клетката B2 въведете формулата:" #. fHBch #: 04060181.xhp @@ -47931,7 +47931,7 @@ msgctxt "" "bm_id141619439455954\n" "help.text" msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>вмъкване на редове;защитен лист</bookmark_value><bookmark_value>вмъкване на колони;защитен лист</bookmark_value><bookmark_value>изтриване на колони;защитен лист</bookmark_value><bookmark_value>изтриване на редове;защитен лист</bookmark_value><bookmark_value>защитен лист;вмъкване на колони</bookmark_value><bookmark_value>защитен лист;вмъкване на редове</bookmark_value><bookmark_value>защитен лист;изтриване на редове</bookmark_value><bookmark_value>защитен лист;изтриване на колони</bookmark_value><bookmark_value>защитаване;лист</bookmark_value><bookmark_value>селекция;в защитени клетки</bookmark_value>" #. ZFcP8 #: 06060100.xhp @@ -47940,7 +47940,7 @@ msgctxt "" "hd_id3153087\n" "help.text" msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\" name=\"Protecting Sheet\">Protecting Sheet</link></variable>" -msgstr "" +msgstr "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\" name=\"Protecting Sheet\">Защитаване на лист</link></variable>" #. LcpD8 #: 06060100.xhp @@ -47949,7 +47949,7 @@ msgctxt "" "par_id3148664\n" "help.text" msgid "<variable id=\"tabelletext\"><ahelp hid=\".uno:Protect\">Protects the cells in the current sheet from being modified.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"tabelletext\"><ahelp hid=\".uno:Protect\">Защитава от промени клетките в текущия лист.</ahelp></variable>" #. YZ3HB #: 06060100.xhp @@ -47958,7 +47958,7 @@ msgctxt "" "par_id701619429750616\n" "help.text" msgid "Choose <emph>Tools - Protect Sheet</emph> to open the <emph>Protect Sheet</emph> dialog in which you then specify sheet protection with or without a password, and select the elements of the sheet to protect." -msgstr "" +msgstr "Изберете <emph>Инструменти - Защитаване на лист</emph>, за да отворите диалоговия прозорец <emph>Защитаване на лист</emph>, в който можете да зададете защита на листа със или без парола и да изберете елементите на листа, които да бъдат защитени." #. vFHpY #: 06060100.xhp @@ -47976,7 +47976,7 @@ msgctxt "" "hd_id901619431276995\n" "help.text" msgid "Protect this sheet and contents of the protected cells" -msgstr "" +msgstr "Защита на листа и съдържанието на защитените клетки" #. G5UKV #: 06060100.xhp @@ -47985,7 +47985,7 @@ msgctxt "" "par_id381619431285815\n" "help.text" msgid "Mark this checkbox to activate protection of sheet and cell contents." -msgstr "" +msgstr "Отметнете това поле, за да активирате защитата на листа и съдържанието на клетките." #. SFevC #: 06060100.xhp @@ -47994,7 +47994,7 @@ msgctxt "" "hd_id31619431291108\n" "help.text" msgid "Password / Confirm" -msgstr "" +msgstr "Парола / Потвърждение" #. AaZQG #: 06060100.xhp @@ -48003,7 +48003,7 @@ msgctxt "" "par_id851619431300487\n" "help.text" msgid "Allows you to enter a password to protect the sheet from unauthorized changes. Confirm the password entered in the first box." -msgstr "" +msgstr "Позволява ви да въведете парола, за да защитите листа от неупълномощени промени. Потвърдете паролата, въведена в първото поле." #. WX7Gh #: 06060100.xhp @@ -48012,7 +48012,7 @@ msgctxt "" "hd_id711619431316966\n" "help.text" msgid "Allow users of this sheet to" -msgstr "" +msgstr "За всички потребители на листа е разрешено" #. skcWB #: 06060100.xhp @@ -48021,7 +48021,7 @@ msgctxt "" "par_id41619431361278\n" "help.text" msgid "Select the elements to protect from user actions:" -msgstr "" +msgstr "Изберете елементите, които да са защитени от потребителски действия:" #. 9Mc4m #: 06060100.xhp @@ -48030,7 +48030,7 @@ msgctxt "" "par_id661619430257262\n" "help.text" msgid "<emph>Select protected cells</emph>: mark this checkbox to allow you to select protected cells. When the checkbox is unmarked, you cannot select protected cells, the cursor cannot enter in a protected range." -msgstr "" +msgstr "<emph>Избиране на защитени клетки</emph>: отметнете това поле, за да разрешите избирането на защитени клетки. Когато полето е празно, не можете да избирате защитени клетки, курсорът не може да навлиза в защитен диапазон." #. UqBRQ #: 06060100.xhp @@ -48039,7 +48039,7 @@ msgctxt "" "par_id921619430295947\n" "help.text" msgid "<emph>Select unprotected cells</emph>: mark this checkbox to allow user to select unprotected cells. When the checkbox is unmarked, user cannot select unprotected cells, the cursor cannot enter in a unprotected cell or range." -msgstr "" +msgstr "<emph>Избиране на незащитени клетки</emph>: отметнете това поле, за да разрешите избирането на незащитени клетки. Когато полето е празно, не можете да избирате незащитени клетки, курсорът не може да влиза в незащитена клетка или диапазон." #. R6DuD #: 06060100.xhp @@ -48048,7 +48048,7 @@ msgctxt "" "par_id101619430333784\n" "help.text" msgid "<emph>Insert columns</emph>: Allow column insertions even when the sheet is protected. Note that when column insertions is enabled, you can insert columns even when the range to insert the new columns into contains protected cells which will get shifted after the insertion. Cells of the newly inserted columns inherit the Protection property of the range it belongs: when the new cell is inside a protected range, the cell is protected, and when it is in an unprotected range, the cell is unprotected." -msgstr "" +msgstr "<emph>Вмъкване на колони</emph>: вмъкването на колони е разрешено дори когато листът е защитен. Забележете, че когато е разрешено вмъкването на колони, можете да вмъквате колони дори ако диапазонът, в който се вмъкват, съдържа защитени клетки, които ще се изместят след вмъкването. Клетките на новите вмъкнати колони наследяват свойството „Защита“ на диапазона, към който принадлежат: когато новата клетка е в защитен диапазон, тя е защитена, а когато е в незащитен диапазон – незащитена." #. 36hCi #: 06060100.xhp @@ -48057,7 +48057,7 @@ msgctxt "" "par_id891619430338809\n" "help.text" msgid "<emph>Insert rows</emph>: Allow row insertions even when the sheet is protected. Note that when row insertions is enabled, you can insert rows even when the range to insert the new rows into contains protected cells which will get shifted after the insertion. Cells of the newly inserted rows inherit the Protection property of the range it belongs: when the new cell is inside a protected range it is protected, and when it is in an unprotected range, the cell is unprotected." -msgstr "" +msgstr "<emph>Вмъкване на редове</emph>: вмъкването на редове е разрешено дори когато листът е защитен. Забележете, че когато е разрешено вмъкването на редове, можете да вмъквате редове дори ако диапазонът, в който се вмъкват, съдържа защитени клетки, които ще се изместят след вмъкването. Клетките на новите вмъкнати редове наследяват свойството „Защита“ на диапазона, към който принадлежат: когато новата клетка е в защитен диапазон, тя е защитена, а когато е в незащитен диапазон – незащитена." #. hGXEq #: 06060100.xhp @@ -48066,7 +48066,7 @@ msgctxt "" "par_id311619430374686\n" "help.text" msgid "<emph>Delete columns</emph>: Allow column deletions. Note that column deletions are only allowed on unprotected cells." -msgstr "" +msgstr "<emph>Изтриване на колони</emph>: разрешено е да се изтриват колони. Обърнете внимание, че изтриването на колони е позволено само върху незащитени клетки." #. ebwLU #: 06060100.xhp @@ -48075,7 +48075,7 @@ msgctxt "" "par_id561619430376854\n" "help.text" msgid "<emph>Delete rows</emph>: Allow row deletions. Note that row deletions are only allowed on unprotected cells." -msgstr "" +msgstr "<emph>Изтриване на редове</emph>: разрешено е да се изтриват редове. Обърнете внимание, че изтриването на редове е позволено само върху незащитени клетки." #. cE3Ff #: 06060100.xhp @@ -48120,7 +48120,7 @@ msgctxt "" "par_id3149566\n" "help.text" msgid "To later change an unprotected area to a protected area:" -msgstr "" +msgstr "Впоследствие, за да превърнете незащитена област в защитена:" #. TzTnE #: 06060100.xhp @@ -48129,7 +48129,7 @@ msgctxt "" "par_id101619439013221\n" "help.text" msgid "Select the range of cells that will be protected." -msgstr "" +msgstr "Изберете диапазона от клетки, които да бъдат защитени." #. Cc2Tb #: 06060100.xhp @@ -48138,7 +48138,7 @@ msgctxt "" "par_id601619439028536\n" "help.text" msgid "On the <menuitem>Format - Cells - Cell Protection</menuitem> tab page, check the <emph>Protected</emph> box." -msgstr "" +msgstr "В раздела <menuitem>Форматиране - Клетки - Защита на клетки</menuitem> отметнете полето <emph>Защитени</emph>." #. EeKFF #: 06060100.xhp @@ -48147,7 +48147,7 @@ msgctxt "" "par_id641619439061892\n" "help.text" msgid "Choose the <menuitem>Tools - Protect Sheet</menuitem> menu. The previously editable range is now protected." -msgstr "" +msgstr "Изберете в менюто <menuitem>Инструменти - Защитаване на лист</menuitem>. Диапазонът, до момента достъпен за редактиране, вече ще бъде защитен." #. JaC9W #: 06060100.xhp @@ -48174,7 +48174,7 @@ msgctxt "" "par_id3154656\n" "help.text" msgid "A protected sheet or cell range can no longer be modified until this protection is disabled, with the exceptions of the settings for columns and row of the <menuitem>Tools - Protect Sheet</menuitem> dialog. To disable the protection, choose the <menuitem>Tools - Protect Sheet</menuitem> command. If no password was set, the sheet protection is immediately disabled. If the sheet was password protected, the <emph>Remove Protection</emph> dialog opens, where you must enter the password." -msgstr "" +msgstr "Защитен лист или диапазон от клетки не може да бъде променян до снемането на защитата, с изключение на настройките за редове и колони в диалога <menuitem>Инструменти - Защитаване на лист</menuitem>. За да изключите защитата, изберете командата <menuitem>Инструменти - Защитаване на лист</menuitem>. Ако няма зададена парола, защитата на листа се изключва незабавно. Ако листът е защитен с парола, ще се отвори диалоговият прозорец <emph>Премахване на защитата</emph>, в който трябва да въведете паролата." #. scXrG #: 06060100.xhp @@ -54960,7 +54960,7 @@ msgctxt "" "par_id961527953004850\n" "help.text" msgid "<variable id=\"args\">Func_Range; Range1; Criterion[; Range2; Criterion2][; … ; [Range127; Criterion127]]</variable>" -msgstr "" +msgstr "<variable id=\"args\">Функ_диапазон; Диапазон1; Критерий[; Диапазон2; Критерий2][; … ; [Диапазон127; Критерий127]]</variable>" #. d8gmy #: ex_data_stat_func.xhp @@ -54996,7 +54996,7 @@ msgctxt "" "par_id621619279022341\n" "help.text" msgid "<emph>Criterion</emph>: A criterion is a single cell Reference, Number or Text. It is used in comparisons with cell contents." -msgstr "" +msgstr "<emph>Критерий</emph>: критерият представлява число, текст или обръщение към единична клетка. Той се използва за сравняване на съдържанието на клетки." #. m9EAG #: ex_data_stat_func.xhp @@ -55005,7 +55005,7 @@ msgctxt "" "par_id731619279029255\n" "help.text" msgid "A reference to an empty cell is interpreted as the numeric value 0." -msgstr "" +msgstr "Обръщение към празна клетка се интерпретира като числовата стойност 0." #. iYNFV #: ex_data_stat_func.xhp @@ -55014,7 +55014,7 @@ msgctxt "" "par_id31619279035359\n" "help.text" msgid "A matching expression can be:" -msgstr "" +msgstr "Съответстващ израз може да бъде:" #. fSoyL #: ex_data_stat_func.xhp @@ -55023,7 +55023,7 @@ msgctxt "" "par_id171619279059462\n" "help.text" msgid "A Number or Logical value. A matching cell content equals the Number or Logical value." -msgstr "" +msgstr "Числова или логическа стойност. Съдържанието на съответстваща клетка е равно на числовата или логическа стойност." #. 7Hfq9 #: ex_data_stat_func.xhp @@ -55032,7 +55032,7 @@ msgctxt "" "par_id511619279076504\n" "help.text" msgid "A value beginning with a comparator (<, <=, =, >, >=, <>)." -msgstr "" +msgstr "Стойност, започваща с операция за сравнение (<, <=, =, >, >=, <>)." #. YEjSD #: ex_data_stat_func.xhp @@ -55041,7 +55041,7 @@ msgctxt "" "par_id11619279168512\n" "help.text" msgid "For =, if the value is empty it matches empty cells." -msgstr "" +msgstr "За =, ако стойността е празна, тя съответства на празни клетки." #. 39AJR #: ex_data_stat_func.xhp @@ -55050,7 +55050,7 @@ msgctxt "" "par_id161619279207350\n" "help.text" msgid "For <>, if the value is empty it matches non-empty cells." -msgstr "" +msgstr "За <>, ако стойността е празна, тя съответства на непразни клетки." #. 9xDer #: ex_data_stat_func.xhp @@ -55059,7 +55059,7 @@ msgctxt "" "par_id271619279215695\n" "help.text" msgid "For <>, if the value is not empty it matches any cell content except the value, including empty cells." -msgstr "" +msgstr "За <>, ако стойността не е празна, тя съответства на произволно съдържание на клетка, различно от тази стойност, включително празни клетки." #. y2EGU #: ex_data_stat_func.xhp @@ -55068,7 +55068,7 @@ msgctxt "" "par_id861619279223855\n" "help.text" msgid "<emph>Note:</emph> \"=0\" does not match empty cells." -msgstr "" +msgstr "<emph>Бележка:</emph> \"=0\" не съответства на празни клетки." #. 2nrnV #: ex_data_stat_func.xhp @@ -55077,7 +55077,7 @@ msgctxt "" "par_id51619279363954\n" "help.text" msgid "For = and <>, if the value is not empty and can not be interpreted as a Number type or one of its subtypes and the property <link href=\"text/shared/optionen/01060500.xhp\" name=\"s\">Search criteria = and <> must apply to whole cells</link> is checked, comparison is against the entire cell contents, if unchecked, comparison is against any subpart of the field that matches the criteria. For = and <>, if the value is not empty and can not be interpreted as a Number type or one of its subtypes applies." -msgstr "" +msgstr "За = и <>, ако стойността не е празна и не може да се интерпретира като числов тип или някой от подтиповете му, а свойството <link href=\"text/shared/optionen/01060500.xhp\" name=\"s\">Критериите за търсене = и <> се отнасят за цели клетки</link> е активно, сравнението се извършва спрямо цялото съдържание на клетката, а ако не е активно, сравнението е спрямо произволна част от полето, която съответства на критерия." #. VG8wZ #: ex_data_stat_func.xhp @@ -55086,7 +55086,7 @@ msgctxt "" "par_id801619279323556\n" "help.text" msgid "Other Text value. If the property <link href=\"text/shared/optionen/01060500.xhp\" name=\"s\">Search criteria = and <> must apply to whole cells</link> is true, the comparison is against the entire cell contents, if false, comparison is against any subpart of the field that matches the criteria. The expression can contain text, numbers, regular expressions or wildcards (<link href=\"text/shared/optionen/01060500.xhp#wildcards\" name=\"Wild cards\">if enabled in calculation options</link>)." -msgstr "" +msgstr "Друга текстова стойност. Ако настройката <link href=\"text/shared/optionen/01060500.xhp\" name=\"s\">Критериите за търсене = и <> се отнасят за цели клетки</link> е включена, сравнението се извършва спрямо цялото съдържание на клетката, а ако е изключена – спрямо произволна част от полето, която съответства на критериите. Изразът може да съдържа текст, числа, регулярни изрази или заместващи знаци (<link href=\"text/shared/optionen/01060500.xhp#wildcards\" name=\"Wild cards\">ако са разрешени в настройките за изчисляване</link>)." #. sACAB #: ex_data_stat_func.xhp @@ -55104,7 +55104,7 @@ msgctxt "" "par_id317001803813193\n" "help.text" msgid "<emph>Criterion2</emph> – Optional. Criterion2 and all the following mean the same as Criterion." -msgstr "" +msgstr "<emph>Критерий2</emph> – незадължителен. „Критерий2“ и всички следващи имат значение, аналогично на „Критерий“." #. tzFDE #: ex_data_stat_func.xhp @@ -57552,7 +57552,7 @@ msgctxt "" "hd_id456845684568\n" "help.text" msgid "<variable id=\"countifs_head\"><link href=\"text/scalc/01/func_countifs.xhp\">COUNTIFS</link></variable>" -msgstr "" +msgstr "<variable id=\"countifs_head\"><link href=\"text/scalc/01/func_countifs.xhp\">COUNTIFS</link></variable>" #. pGTzr #: func_countifs.xhp @@ -57563,23 +57563,23 @@ msgctxt "" msgid "<ahelp hid=\".\"><variable id=\"countifs_des\">Returns the count of cells that meet criteria in multiple ranges.</variable></ahelp>" msgstr "<ahelp hid=\".\"><variable id=\"countifs_des\">Връща броя на клетките, които отговарят на критериите, в няколко диапазона.</variable></ahelp>" -#. fyEW6 +#. jbwVT #: func_countifs.xhp msgctxt "" "func_countifs.xhp\n" "par_id27421466710275\n" "help.text" -msgid "COUNTIFS(Range1; Criterion[; Range2; Criterion2][; ... ; [Range127; Criterion127]])" +msgid "COUNTIFS(Range; Criterion[; Range2; Criterion2][; ... ; [Range127; Criterion127]])" msgstr "" -#. 2BB8K +#. KTAXW #: func_countifs.xhp msgctxt "" "func_countifs.xhp\n" "par_id14734320631377\n" "help.text" -msgid "<emph>Range1, Range2, ...</emph> and <emph>Criterion1, Criterion2, ...</emph> must have the same size, otherwise the function returns err:502 - Invalid argument." -msgstr "<emph>Диапазон1, Диапазон2...</emph> и <emph>Критерий1, Критерий2, ...</emph> трябва да имат еднакъв размер, иначе функцията ще върне err:502 - невалиден аргумент." +msgid "<emph>Range, Range2, ...</emph> and <emph>Criterion, Criterion2, ...</emph> must have the same size, otherwise the function returns err:502 - Invalid argument." +msgstr "" #. ZuFZj #: func_countifs.xhp @@ -63537,7 +63537,7 @@ msgctxt "" "hd_id658866588665886\n" "help.text" msgid "<variable id=\"sumifs_head\"><link href=\"text/scalc/01/func_sumifs.xhp\">SUMIFS</link></variable>" -msgstr "" +msgstr "<variable id=\"sumifs_head\"><link href=\"text/scalc/01/func_sumifs.xhp\">SUMIFS</link></variable>" #. ZEdvF #: func_sumifs.xhp @@ -64923,7 +64923,7 @@ msgctxt "" "par_id3149792\n" "help.text" msgid "<item type=\"input\">=WEEKNUM(DATE(1995;1;1);2)</item> returns 1. Using System 1, the week containing January 1 is the first week of the year." -msgstr "" +msgstr "<item type=\"input\">=WEEKNUM(DATE(1995;1;1);2)</item> връща 1. При Система 1 седмицата, съдържаща 1 януари, е първата седмица на годината." #. yBDGQ #: func_weeknum.xhp diff --git a/source/bg/helpcontent2/source/text/scalc/guide.po b/source/bg/helpcontent2/source/text/scalc/guide.po index cfad1bbafb2..830deb6b896 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: 2021-04-27 17:02+0200\n" -"PO-Revision-Date: 2021-04-14 19:37+0000\n" +"PO-Revision-Date: 2021-05-01 20:37+0000\n" "Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n" "Language-Team: Bulgarian <https://translations.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 4.4.2\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1562356865.000000\n" @@ -2031,7 +2031,7 @@ msgctxt "" "par_idN106C0\n" "help.text" msgid "To protect the cells from being changed, viewed or printed according to your settings in the <emph>Format - Cells</emph> dialog, choose <link href=\"text/scalc/01/06060100.xhp\" name=\"Tools protect sheet\"><menuitem>Tools - Protect Sheet</menuitem></link>." -msgstr "" +msgstr "За да защитите клетките от последваща промяна, преглед или отпечатване според настройките от диалога <emph>Форматиране - Клетки</emph>, изберете <link href=\"text/scalc/01/06060100.xhp\" name=\"Tools protect sheet\"><menuitem>Инструменти - Защитаване на лист</menuitem></link>." #. doYSo #: cell_protect.xhp diff --git a/source/bg/helpcontent2/source/text/sdatabase.po b/source/bg/helpcontent2/source/text/sdatabase.po index 4b38518c2fe..183134185b9 100644 --- a/source/bg/helpcontent2/source/text/sdatabase.po +++ b/source/bg/helpcontent2/source/text/sdatabase.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: 2021-04-27 17:02+0200\n" -"PO-Revision-Date: 2021-04-04 23:37+0000\n" +"POT-Creation-Date: 2021-05-05 17:15+0200\n" +"PO-Revision-Date: 2021-05-01 20:37+0000\n" "Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n" "Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsdatabase/bg/>\n" "Language: bg\n" @@ -3507,14 +3507,14 @@ msgctxt "" msgid "Format example" msgstr "Пример за формат" -#. V3i6o +#. CrqiQ #: 05010000.xhp msgctxt "" "05010000.xhp\n" "par_id3155131\n" "help.text" -msgid "<ahelp hid=\"HID_TAB_ENT_FORMAT_SAMPLE\">Displays the format code to assign to the field value that you can select with the <emph>Format Field</emph> button.</ahelp>" -msgstr "<ahelp hid=\"HID_TAB_ENT_FORMAT_SAMPLE\">Онагледява кода на формат, който ще бъде присвоен на полето; можете да го изберете с бутона <emph>Форматиране на поле</emph>.</ahelp>" +msgid "<ahelp hid=\"HID_TAB_ENT_FORMAT_SAMPLE\">Displays a sample of the format code of the field by applying it to the default value. Select the format code with the <emph>Format Field</emph> button.</ahelp>" +msgstr "" #. A2jGQ #: 05010000.xhp @@ -4011,23 +4011,23 @@ msgctxt "" msgid "The update and delete options are only available if they are supported by the database used." msgstr "Настройките за обновяване и изтриване са достъпни само ако се поддържат от използваната СУБД." -#. BDC5P +#. gdhcZ #: 05020100.xhp msgctxt "" "05020100.xhp\n" "hd_id3155341\n" "help.text" -msgid "Tables" -msgstr "Таблици" +msgid "Tables involved" +msgstr "" -#. BAGsd +#. P78bc #: 05020100.xhp msgctxt "" "05020100.xhp\n" "par_id3153880\n" "help.text" -msgid "<ahelp hid=\"dbaccess/ui/relationdialog/table2\" visibility=\"hidden\">This is where the two related tables are listed.</ahelp> If you create a new relation, you can select one table from each of the combo boxes in the top part of the dialog." -msgstr "<ahelp hid=\"dbaccess/ui/relationdialog/table2\" visibility=\"hidden\">Тук са показани двете свързани таблици.</ahelp> Когато създавате нова връзка, можете да изберете по една таблица от комбинираните полета в горната част на диалоговия прозорец." +msgid "<ahelp hid=\"dbaccess/ui/relationdialog/table2\">This is where the two related tables are listed.</ahelp> If you create a new relation, you can select one table from each of the combo boxes in the top part of the dialog." +msgstr "" #. 4UCC7 #: 05020100.xhp @@ -4981,7 +4981,7 @@ msgctxt "" "tit\n" "help.text" msgid "General" -msgstr "" +msgstr "Общи" #. DmCQD #: 05040000.xhp @@ -4990,7 +4990,7 @@ msgctxt "" "hd_id3149031\n" "help.text" msgid "<link href=\"text/sdatabase/05040000.xhp\" name=\"General\">General</link>" -msgstr "" +msgstr "<link href=\"text/sdatabase/05040000.xhp\" name=\"General\">Общи</link>" #. 7ithV #: 05040100.xhp @@ -4999,7 +4999,7 @@ msgctxt "" "tit\n" "help.text" msgid "General" -msgstr "" +msgstr "Общи" #. 5uLP9 #: 05040100.xhp @@ -5008,7 +5008,7 @@ msgctxt "" "hd_id3153255\n" "help.text" msgid "<link href=\"text/sdatabase/05040100.xhp\" name=\"General\">General</link>" -msgstr "" +msgstr "<link href=\"text/sdatabase/05040100.xhp\" name=\"General\">Общи</link>" #. LsG3R #: 05040100.xhp @@ -5017,7 +5017,7 @@ msgctxt "" "par_id3157898\n" "help.text" msgid "When you create a database table as an administrator, you can use this tab to determine user access, and to edit the data or the table structure." -msgstr "" +msgstr "Когато създавате таблица в база от данни като администратор, в този раздел можете да зададете правата за достъп на потребителите и да редактирате данните или структурата на таблицата." #. CydBA #: 05040100.xhp @@ -5026,7 +5026,7 @@ msgctxt "" "bm_id3152594\n" "help.text" msgid "<bookmark_value>access rights for database tables (Base)</bookmark_value><bookmark_value>tables in databases; access rights to (Base)</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>права за достъп до таблици в БД (Base)</bookmark_value><bookmark_value>таблици в бази от данни; права за достъп (Base)</bookmark_value>" #. VFwEY #: 05040100.xhp @@ -5035,7 +5035,7 @@ msgctxt "" "par_id3152594\n" "help.text" msgid "If you are not the administrator, you can use the <emph>General</emph> tab to view your access rights for the selected table." -msgstr "" +msgstr "Ако не сте администратор, в раздела <emph>Общи</emph> можете да прегледате правата си за достъп до избраната таблица." #. ZGqED #: 05040100.xhp @@ -5044,7 +5044,7 @@ msgctxt "" "hd_id3145669\n" "help.text" msgid "Table name" -msgstr "" +msgstr "Име на таблица" #. hfNJd #: 05040100.xhp @@ -5053,7 +5053,7 @@ msgctxt "" "par_id3147834\n" "help.text" msgid "Displays the name of the selected database table." -msgstr "" +msgstr "Показва името на избраната таблица в базата от данни." #. mxdWQ #: 05040100.xhp @@ -5062,7 +5062,7 @@ msgctxt "" "hd_id3156426\n" "help.text" msgid "Type" -msgstr "" +msgstr "Тип" #. cGosS #: 05040100.xhp @@ -5071,7 +5071,7 @@ msgctxt "" "par_id3154823\n" "help.text" msgid "Displays the type of database." -msgstr "" +msgstr "Показва типа на базата от данни." #. jCSC3 #: 05040100.xhp @@ -5080,7 +5080,7 @@ msgctxt "" "hd_id3149095\n" "help.text" msgid "Location" -msgstr "" +msgstr "Местоположение" #. GjS2M #: 05040100.xhp @@ -5089,7 +5089,7 @@ msgctxt "" "par_id3153311\n" "help.text" msgid "Displays the complete path of the database table." -msgstr "" +msgstr "Показва пълния път на таблицата в базата от данни." #. gA9FG #: 05040100.xhp @@ -5098,7 +5098,7 @@ msgctxt "" "hd_id3153528\n" "help.text" msgid "Read data" -msgstr "" +msgstr "Четене на данни" #. YB94i #: 05040100.xhp @@ -5107,7 +5107,7 @@ msgctxt "" "par_id3163802\n" "help.text" msgid "<ahelp hid=\".\">Allows a user to read the data.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Позволява на потребителя да чете данните.</ahelp>" #. MFSk5 #: 05040100.xhp @@ -5116,7 +5116,7 @@ msgctxt "" "hd_id3150355\n" "help.text" msgid "Insert data" -msgstr "" +msgstr "Вмъкване на данни" #. XFubg #: 05040100.xhp @@ -5125,7 +5125,7 @@ msgctxt "" "par_id3149398\n" "help.text" msgid "<ahelp hid=\".\">Allows a user to insert new data.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Позволява на потребителя да вмъква нови данни.</ahelp>" #. EW2bD #: 05040100.xhp @@ -5134,7 +5134,7 @@ msgctxt "" "hd_id3155420\n" "help.text" msgid "Change data" -msgstr "" +msgstr "Промяна на данни" #. U9WwE #: 05040100.xhp @@ -5143,7 +5143,7 @@ msgctxt "" "par_id3158430\n" "help.text" msgid "<ahelp hid=\".\">Allows a user to change data.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Позволява на потребителя да променя данни.</ahelp>" #. DqoTz #: 05040100.xhp @@ -5152,7 +5152,7 @@ msgctxt "" "hd_id3149516\n" "help.text" msgid "Delete data" -msgstr "" +msgstr "Изтриване на данни" #. VRspq #: 05040100.xhp @@ -5161,7 +5161,7 @@ msgctxt "" "par_id3155449\n" "help.text" msgid "<ahelp hid=\".\">Allows a user to delete data.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Позволява на потребителя да изтрива данни.</ahelp>" #. WAXNP #: 05040100.xhp @@ -5170,7 +5170,7 @@ msgctxt "" "hd_id3145674\n" "help.text" msgid "Change table structure" -msgstr "" +msgstr "Промяна на структура" #. NAwCj #: 05040100.xhp @@ -5179,7 +5179,7 @@ msgctxt "" "par_id3153146\n" "help.text" msgid "<ahelp hid=\".\">Allows a user to change the table structure.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Позволява на потребителя да променя структурата на таблицата.</ahelp>" #. rTzQj #: 05040100.xhp @@ -5188,7 +5188,7 @@ msgctxt "" "hd_id3143270\n" "help.text" msgid "Definition" -msgstr "" +msgstr "Изтриване на структура" #. zAByc #: 05040100.xhp @@ -5197,7 +5197,7 @@ msgctxt "" "par_id3154897\n" "help.text" msgid "<ahelp hid=\".\">Allows the user to delete the table structure.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Позволява на потребителя да изтрива структурата на таблицата.</ahelp>" #. gFhhG #: 05040100.xhp @@ -5206,7 +5206,7 @@ msgctxt "" "hd_id3153126\n" "help.text" msgid "Modify references" -msgstr "" +msgstr "Промяна на връзки" #. qx3NS #: 05040100.xhp @@ -5215,7 +5215,7 @@ msgctxt "" "par_id3159399\n" "help.text" msgid "<ahelp hid=\".\">Allows the user to modify the defined references, for example, to enter new relations for the table or to delete existing relations.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Позволява на потребителя да променя зададените връзки, например да въвежда нови връзки за таблицата или да изтрива съществуващи.</ahelp>" #. 2sbVx #: 05040200.xhp @@ -5224,7 +5224,7 @@ msgctxt "" "tit\n" "help.text" msgid "Description" -msgstr "" +msgstr "Описание" #. EwUEa #: 05040200.xhp @@ -5233,7 +5233,7 @@ msgctxt "" "hd_id3109850\n" "help.text" msgid "<link href=\"text/sdatabase/05040200.xhp\" name=\"Description\">Description</link>" -msgstr "" +msgstr "<link href=\"text/sdatabase/05040200.xhp\" name=\"Description\">Описание</link>" #. h4VES #: 05040200.xhp @@ -5242,7 +5242,7 @@ msgctxt "" "hd_id3157898\n" "help.text" msgid "Table description" -msgstr "" +msgstr "Описание на таблица" #. ABb4R #: 05040200.xhp @@ -5251,6 +5251,771 @@ msgctxt "" "par_id3154422\n" "help.text" msgid "<ahelp hid=\".\">Displays the description for the selected table.</ahelp>" +msgstr "<ahelp hid=\".\">Показва описанието за избраната таблица.</ahelp>" + +#. jpgRA +#: 11000002.xhp +msgctxt "" +"11000002.xhp\n" +"tit\n" +"help.text" +msgid "Data sources in $[officename]" +msgstr "" + +#. w4Ehh +#: 11000002.xhp +msgctxt "" +"11000002.xhp\n" +"bm_id3155449\n" +"help.text" +msgid "<bookmark_value>databases;drag and drop (Base)</bookmark_value>" +msgstr "" + +#. HwcVW +#: 11000002.xhp +msgctxt "" +"11000002.xhp\n" +"hd_id3151299\n" +"help.text" +msgid "<link href=\"text/sdatabase/05040200.xhp\" name=\"Data sources in $[officename]\">Data sources in $[officename]</link>" +msgstr "" + +#. PNBCF +#: 11000002.xhp +msgctxt "" +"11000002.xhp\n" +"hd_id3150616\n" +"help.text" +msgid "Selecting the Address Book" +msgstr "" + +#. GeoEc +#: 11000002.xhp +msgctxt "" +"11000002.xhp\n" +"par_id3153049\n" +"help.text" +msgid "To select the address book that you want to use, choose <link href=\"text/shared/01/01110101.xhp\" name=\"Tools - Address Book Source\"><emph>Tools - Address Book Source</emph></link>." +msgstr "" + +#. hdhBt +#: 11000002.xhp +msgctxt "" +"11000002.xhp\n" +"hd_id3147275\n" +"help.text" +msgid "Opening a Data Source" +msgstr "" + +#. C7ppK +#: 11000002.xhp +msgctxt "" +"11000002.xhp\n" +"par_id3154143\n" +"help.text" +msgid "To open the data source view, press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+F4</keycode> in a text, spreadsheet or form document." +msgstr "" + +#. qiyEE +#: 11000002.xhp +msgctxt "" +"11000002.xhp\n" +"par_id3154046\n" +"help.text" +msgid "To view the contents of a database, click the plus sign (+) in front of the name in the data source view." +msgstr "" + +#. 884eA +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"tit\n" +"help.text" +msgid "ODBC" +msgstr "" + +#. GCT7W +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"hd_id3149031\n" +"help.text" +msgid "<link href=\"text/sdatabase/11020000.xhp\" name=\"ODBC\">ODBC</link>" +msgstr "" + +#. kyqcm +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"par_id3150499\n" +"help.text" +msgid "<ahelp hid=\".\">Specifies the settings for <link href=\"text/shared/00/00000005.xhp#odbc\" name=\"ODBC\">ODBC</link> databases. This includes your user access data, driver settings, and font definitions.</ahelp>" +msgstr "" + +#. Dbr2C +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"hd_id3148642\n" +"help.text" +msgid "User Name" +msgstr "" + +#. WBXTJ +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"par_id3154514\n" +"help.text" +msgid "<ahelp hid=\".\">Type the user name for accessing the database.</ahelp>" +msgstr "" + +#. DpZgn +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"hd_id3153665\n" +"help.text" +msgid "Password required" +msgstr "" + +#. HaYKD +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"par_id3145119\n" +"help.text" +msgid "<ahelp hid=\".\">Prevents an unauthorized user from accessing the database. You only need to enter the password once per session.</ahelp>" +msgstr "" + +#. QWAfC +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"hd_id3153087\n" +"help.text" +msgid "Driver Settings" +msgstr "" + +#. FFBSB +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"par_id3143271\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/odbcpage/options\">Use this text field to enter additional optional driver settings if this is necessary.</ahelp>" +msgstr "" + +#. ETNaE +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"hd_id3152472\n" +"help.text" +msgid "Character Set" +msgstr "" + +#. SCzpp +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"par_id3151245\n" +"help.text" +msgid "<ahelp hid=\"HID_DSADMIN_CHARSET_ODBC\">Select the code conversion that you want to use to view the database in $[officename]. This does not affect the database.</ahelp> Choose \"System\" to use the default character set of your operating system. Text and dBASE databases are restricted to character sets with a fixed-size character length, where all characters are encoded with the same number of bytes." +msgstr "" + +#. xBEZv +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"hd_id3149669\n" +"help.text" +msgid "General" +msgstr "" + +#. REocx +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"hd_id3147265\n" +"help.text" +msgid "Retrieve generated values" +msgstr "" + +#. ToEkf +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"par_id3151054\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/generatedvaluespage/autoretrieve\">Enables $[officename] support of auto-incremented data fields for the current ODBC or JDBC data source.</ahelp> Select this check box if the database does not support the auto-increment feature in its SDBCX layer. In general, the auto-increment is selected for the primary key field." +msgstr "" + +#. aokLy +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"hd_id3150400\n" +"help.text" +msgid "Auto-increment statement" +msgstr "" + +#. HFuC7 +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"par_id3154366\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/generatedvaluespage/statement\">Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field.</ahelp> For example, a typical SQL statement to create a data field is:" +msgstr "" + +#. C5Mvn +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"par_id3159149\n" +"help.text" +msgid "CREATE TABLE \"table1\" (\"id\" INTEGER)" +msgstr "" + +#. M4YsG +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"par_id3147084\n" +"help.text" +msgid "To auto-increment the \"id\" data field in a MySQL database, change the statement to:" +msgstr "" + +#. 2pPyd +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"par_id3154909\n" +"help.text" +msgid "CREATE TABLE \"table1\" (\"id\" INTEGER AUTO_INCREMENT)" +msgstr "" + +#. wyFqp +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"par_id3152933\n" +"help.text" +msgid "In other words, enter AUTO_INCREMENT into <emph>Auto-increment statement</emph> box." +msgstr "" + +#. cFjbY +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"hd_id3149765\n" +"help.text" +msgid "Query of generated values" +msgstr "" + +#. EnHXJ +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"par_id3145171\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/generatedvaluespage/query\">Enter an SQL statement that returns the last auto-incremented value for the primary key data field.</ahelp> For example:" +msgstr "" + +#. KdqAK +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"par_id3150769\n" +"help.text" +msgid "SELECT LAST_INSERT_D();" +msgstr "" + +#. UcUfT +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"hd_id3157892\n" +"help.text" +msgid "Use SQL92 naming constraints" +msgstr "" + +#. nvCRa +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"par_id3153368\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/specialsettingspage/usesql92\">Only allows names that use characters that conform to the SQL92 naming constraints in the data source. All other characters are rejected.</ahelp> Each name must begin with a lower or upper case letter, or an underline ( _ ). The remaining characters can be ASCII letters, underlines, and numbers." +msgstr "" + +#. 9BNi4 +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"hd_id3154011\n" +"help.text" +msgid "Use Catalog for file-based databases" +msgstr "" + +#. BaWgu +#: 11020000.xhp +msgctxt "" +"11020000.xhp\n" +"par_id3148618\n" +"help.text" +msgid "<ahelp hid=\"HID_DSADMIN_USECATALOG\">Uses the current data source of the Catalog. This is useful when the ODBC data source is a database server. If the ODBC data source is a dBASE driver, leave this check box clear.</ahelp>" +msgstr "" + +#. RBCN4 +#: 11030000.xhp +msgctxt "" +"11030000.xhp\n" +"tit\n" +"help.text" +msgid "dBASE" +msgstr "" + +#. jQexT +#: 11030000.xhp +msgctxt "" +"11030000.xhp\n" +"hd_id3153539\n" +"help.text" +msgid "<link href=\"text/sdatabase/11030000.xhp\" name=\"dBase\">dBASE</link>" +msgstr "" + +#. EFxxW +#: 11030000.xhp +msgctxt "" +"11030000.xhp\n" +"par_id3147088\n" +"help.text" +msgid "<ahelp hid=\".\">Specify the settings for a dBASE database.</ahelp>" +msgstr "" + +#. bSnXm +#: 11030000.xhp +msgctxt "" +"11030000.xhp\n" +"par_id3151110\n" +"help.text" +msgid "To be able to define relations between tables, use JDBC or ODBC from within $[officename]." +msgstr "" + +#. irtxH +#: 11030000.xhp +msgctxt "" +"11030000.xhp\n" +"hd_id3149233\n" +"help.text" +msgid "Display inactive records" +msgstr "" + +#. Y4AnV +#: 11030000.xhp +msgctxt "" +"11030000.xhp\n" +"par_id3153823\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/dbasepage/showDelRowsCheckbutton\">Displays all the records in a file, including those marked as deleted. If you select this check box, you cannot delete records.</ahelp>" +msgstr "" + +#. 7vpRc +#: 11030000.xhp +msgctxt "" +"11030000.xhp\n" +"par_id3156023\n" +"help.text" +msgid "In dBASE format, deleted records remain in the file." +msgstr "" + +#. ZYefW +#: 11030000.xhp +msgctxt "" +"11030000.xhp\n" +"par_id3151384\n" +"help.text" +msgid "To view any changes that you make to the database, close the connection to the database, and then reconnect the database." +msgstr "" + +#. 5LBSi +#: 11030000.xhp +msgctxt "" +"11030000.xhp\n" +"par_id0904200811094971\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the code conversion that you want to use to view the database in $[officename]. This does not affect the database.</ahelp>" +msgstr "" + +#. Gmun9 +#: 11030000.xhp +msgctxt "" +"11030000.xhp\n" +"hd_id3149047\n" +"help.text" +msgid "Indexes" +msgstr "" + +#. BjWsR +#: 11030000.xhp +msgctxt "" +"11030000.xhp\n" +"par_id3161656\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/dbasepage/indiciesButton\">Opens the <link href=\"text/sdatabase/11030100.xhp\" name=\"Indexes\"><emph>Indexes</emph></link> dialog, where you can organize the table indexes in the current dBASE database.</ahelp>" +msgstr "" + +#. vMA8w +#: 11030100.xhp +msgctxt "" +"11030100.xhp\n" +"tit\n" +"help.text" +msgid "Indexes" +msgstr "" + +#. x4TDi +#: 11030100.xhp +msgctxt "" +"11030100.xhp\n" +"hd_id3148983\n" +"help.text" +msgid "<link href=\"text/sdatabase/11030100.xhp\" name=\"Indexes\">Indexes</link>" +msgstr "" + +#. DmGsN +#: 11030100.xhp +msgctxt "" +"11030100.xhp\n" +"par_id3150247\n" +"help.text" +msgid "<ahelp hid=\".\">Lets you organize dBASE database indexes.</ahelp> An index allows you to access a database quickly, provided that you query the data in the selection that was defined through the index. When you design a table, you can define the indexes on the <emph>Indexes </emph>tab page." +msgstr "" + +#. Aj5Uz +#: 11030100.xhp +msgctxt "" +"11030100.xhp\n" +"hd_id3155339\n" +"help.text" +msgid "Table" +msgstr "" + +#. bzzGv +#: 11030100.xhp +msgctxt "" +"11030100.xhp\n" +"par_id3152551\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/table\">Select the database table that you want to index.</ahelp>" +msgstr "" + +#. eyouE +#: 11030100.xhp +msgctxt "" +"11030100.xhp\n" +"hd_id3159233\n" +"help.text" +msgid "Table Indexes" +msgstr "" + +#. hyCqp +#: 11030100.xhp +msgctxt "" +"11030100.xhp\n" +"par_id3143267\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/tableindex\">Lists the current indexes for the selected database table.</ahelp> To remove an index from the list, click the index, and then click the right arrow." +msgstr "" + +#. scWXw +#: 11030100.xhp +msgctxt "" +"11030100.xhp\n" +"hd_id3148538\n" +"help.text" +msgid "Free Indexes" +msgstr "" + +#. mtGqS +#: 11030100.xhp +msgctxt "" +"11030100.xhp\n" +"par_id3151110\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/freeindex\">Lists the available indexes that you can assign to a table.</ahelp> To assign an index to a selected table, click the left arrow icon. The left double arrow assigns all available indexes." +msgstr "" + +#. U4FQh +#: 11030100.xhp +msgctxt "" +"11030100.xhp\n" +"hd_id3156152\n" +"help.text" +msgid "<" +msgstr "" + +#. sxDJi +#: 11030100.xhp +msgctxt "" +"11030100.xhp\n" +"par_id3150984\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/add\">Moves the selected index to the <emph>Table Indexes</emph> list.</ahelp>" +msgstr "" + +#. FPRFh +#: 11030100.xhp +msgctxt "" +"11030100.xhp\n" +"hd_id3149416\n" +"help.text" +msgid "<<" +msgstr "" + +#. 45Vrm +#: 11030100.xhp +msgctxt "" +"11030100.xhp\n" +"par_id3145315\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/addall\">Moves all of the free indexes to the <emph>Table Indexes</emph> list.</ahelp>" +msgstr "" + +#. Ba8Z9 +#: 11030100.xhp +msgctxt "" +"11030100.xhp\n" +"hd_id3149579\n" +"help.text" +msgid ">" +msgstr "" + +#. EP9GN +#: 11030100.xhp +msgctxt "" +"11030100.xhp\n" +"par_id3149795\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/remove\">Moves the selected table indexes to the <emph>Free Indexes</emph> list.</ahelp>" +msgstr "" + +#. sAASQ +#: 11030100.xhp +msgctxt "" +"11030100.xhp\n" +"hd_id3155629\n" +"help.text" +msgid ">>" +msgstr "" + +#. t2gbA +#: 11030100.xhp +msgctxt "" +"11030100.xhp\n" +"par_id3151245\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/removeall\">Moves all of the table indexes to the <emph>Free Indexes</emph> list.</ahelp>" +msgstr "" + +#. LQcMC +#: 11080000.xhp +msgctxt "" +"11080000.xhp\n" +"tit\n" +"help.text" +msgid "Execute SQL statement" +msgstr "" + +#. GDjji +#: 11080000.xhp +msgctxt "" +"11080000.xhp\n" +"bm_id3148983\n" +"help.text" +msgid "<bookmark_value>SQL; executing SQL statements (Base)</bookmark_value><bookmark_value>databases; administration through SQL (Base)</bookmark_value>" +msgstr "" + +#. JsqKF +#: 11080000.xhp +msgctxt "" +"11080000.xhp\n" +"hd_id3153345\n" +"help.text" +msgid "<link href=\"text/sdatabase/11080000.xhp\" name=\"Execute SQL statement\">Execute SQL statement</link>" +msgstr "" + +#. BtQ2b +#: 11080000.xhp +msgctxt "" +"11080000.xhp\n" +"par_id3154288\n" +"help.text" +msgid "<variable id=\"sqltext\"><ahelp hid=\".\">Opens a dialog where you can enter an SQL command for administering a database.</ahelp></variable>" +msgstr "" + +#. jhBMm +#: 11080000.xhp +msgctxt "" +"11080000.xhp\n" +"par_id3147275\n" +"help.text" +msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here." +msgstr "" + +#. JZmCZ +#: 11080000.xhp +msgctxt "" +"11080000.xhp\n" +"par_id3154860\n" +"help.text" +msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design View</link>." +msgstr "" + +#. Ck9G4 +#: 11080000.xhp +msgctxt "" +"11080000.xhp\n" +"hd_id3149514\n" +"help.text" +msgid "Command to execute" +msgstr "" + +#. BHLbE +#: 11080000.xhp +msgctxt "" +"11080000.xhp\n" +"par_id3147618\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/sql\">Enter the SQL administration command that you want to run.</ahelp>" +msgstr "" + +#. 5DFEP +#: 11080000.xhp +msgctxt "" +"11080000.xhp\n" +"par_id3153087\n" +"help.text" +msgid "For example, for a \"Bibliography\" data source, you can enter the following SQL command:" +msgstr "" + +#. XDWsR +#: 11080000.xhp +msgctxt "" +"11080000.xhp\n" +"par_id3145673\n" +"help.text" +msgid "SELECT \"Address\" FROM \"biblio\" \"biblio\"" +msgstr "" + +#. LjEvw +#: 11080000.xhp +msgctxt "" +"11080000.xhp\n" +"par_id3145611\n" +"help.text" +msgid "For more information on SQL commands, please consult the documentation that came with the database." +msgstr "" + +#. BQmT9 +#: 11080000.xhp +msgctxt "" +"11080000.xhp\n" +"hd_id3156024\n" +"help.text" +msgid "Previous commands" +msgstr "" + +#. hkxBT +#: 11080000.xhp +msgctxt "" +"11080000.xhp\n" +"par_id3149045\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/sqlhistory\">Lists the previously executed SQL commands. To run a command again, click the command, and then click <emph>Run</emph>.</ahelp>" +msgstr "" + +#. AvXck +#: 11080000.xhp +msgctxt "" +"11080000.xhp\n" +"hd_id3154348\n" +"help.text" +msgid "Status" +msgstr "" + +#. yhCpt +#: 11080000.xhp +msgctxt "" +"11080000.xhp\n" +"par_id3151054\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/status\">Displays the results, including errors, of the SQL command that you ran.</ahelp>" +msgstr "" + +#. BUpxX +#: 11080000.xhp +msgctxt "" +"11080000.xhp\n" +"hd_id3154071\n" +"help.text" +msgid "Run" +msgstr "" + +#. qDYRx +#: 11080000.xhp +msgctxt "" +"11080000.xhp\n" +"par_id3151210\n" +"help.text" +msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/execute\">Runs the command that you entered in the <emph>Command to execute </emph>box.</ahelp>" +msgstr "" + +#. 93Xfs +#: 11090000.xhp +msgctxt "" +"11090000.xhp\n" +"tit\n" +"help.text" +msgid "Table Filter" +msgstr "" + +#. bG74E +#: 11090000.xhp +msgctxt "" +"11090000.xhp\n" +"hd_id3150702\n" +"help.text" +msgid "<link href=\"text/sdatabase/11090000.xhp\" name=\"Tables\">Table Filter</link>" +msgstr "" + +#. NLCCV +#: 11090000.xhp +msgctxt "" +"11090000.xhp\n" +"par_id3149164\n" +"help.text" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Some databases track changes to each record by assigning version number to fields that are changed. This number is incremented by 1 each time the field is changed. Displays the internal version number of the record in the database table.</ahelp>" +msgstr "" + +#. axsoU +#: 11090000.xhp +msgctxt "" +"11090000.xhp\n" +"hd_id3154923\n" +"help.text" +msgid "Sort Ascending" +msgstr "" + +#. XFbZd +#: 11090000.xhp +msgctxt "" +"11090000.xhp\n" +"par_id3147559\n" +"help.text" +msgid "<ahelp hid=\".\">Sorts the list of table names in ascending order starting at the beginning of the alphabet.</ahelp>" msgstr "" #. cLmBi diff --git a/source/bg/helpcontent2/source/text/shared/00.po b/source/bg/helpcontent2/source/text/shared/00.po index 914ae49ced6..3f1e9090abb 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: 2021-04-27 17:02+0200\n" -"PO-Revision-Date: 2021-04-14 19:37+0000\n" +"POT-Creation-Date: 2021-05-05 17:15+0200\n" +"PO-Revision-Date: 2021-05-01 20:37+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" "Language: bg\n" @@ -2248,13 +2248,13 @@ msgctxt "" msgid "Direct and Style Formatting" msgstr "Пряко форматиране и форматиране чрез стилове" -#. DCSZA +#. QaB9M #: 00000005.xhp msgctxt "" "00000005.xhp\n" "par_id431619103899855\n" "help.text" -msgid "A style is a set of formatting atributes, grouped and identified by a name (the style name). When you apply a style to an object, the object is formatted with the set of attributes of the style. Several objects of same nature can have the same style. As consequence, when you change the set of formatting attributes of the style, all objects associated with the style also change their formatting attributes accordingly. Use styles to uniformly format a large set of paragraphs, cells, and objects and better manage the formatting of documents." +msgid "A style is a set of formatting attributes, grouped and identified by a name (the style name). When you apply a style to an object, the object is formatted with the set of attributes of the style. Several objects of same nature can have the same style. As consequence, when you change the set of formatting attributes of the style, all objects associated with the style also change their formatting attributes accordingly. Use styles to uniformly format a large set of paragraphs, cells, and objects and better manage the formatting of documents." msgstr "" #. GDMrG @@ -2264,7 +2264,7 @@ msgctxt "" "par_id3159254\n" "help.text" msgid "When you do not use styles, and apply formatting attributes to parts of text directly, this is called Direct formatting (also called manual formatting). The formatting is applied only to the selected area of the document. If the document has several paragraphs, frames, or any other object, you apply direct formatting on each object. Direct formatting is available with the Format menu and with the Formatting toolbar." -msgstr "" +msgstr "Когато не използвате стилове, а прилагате пряко форматиращи атрибути върху части от текста, говорим за пряко форматиране (нарича се още и ръчно форматиране). Форматирането се прилага само върху избраната област от документа. Ако документът съдържа няколко абзаца, рамки или друг вид обекти, вие прилагате прякото форматиране поотделно върху всеки обект. Прякото форматиране е достъпно чрез менюто „Форматиране“ и лентата с инструменти „Форматиране“." #. KeiAC #: 00000005.xhp @@ -2273,7 +2273,7 @@ msgctxt "" "par_id971619105747398\n" "help.text" msgid "A direct formatting attribute applied on a object overrides the corresponding attribute of the style applied to the object." -msgstr "" +msgstr "Форматиращ атрибут, който е пряко приложен върху обект, замества съответния атрибут от приложения върху обекта стил." #. aUcVk #: 00000005.xhp diff --git a/source/bg/helpcontent2/source/text/shared/01.po b/source/bg/helpcontent2/source/text/shared/01.po index c66a9ffa44d..1981f7bdbec 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: 2021-04-27 17:02+0200\n" -"PO-Revision-Date: 2021-04-28 12:22+0000\n" +"POT-Creation-Date: 2021-05-05 17:15+0200\n" +"PO-Revision-Date: 2021-05-04 10:37+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" "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: Weblate 4.4.2\n" +"X-Generator: LibreOffice\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1562503995.000000\n" @@ -4389,7 +4389,7 @@ msgctxt "" "par_id3146946\n" "help.text" msgid "<variable id=\"druckentext\"><ahelp hid=\".uno:Print\">Prints the current document, selection, or the pages that you specify. You can also set the print options for the current document.</ahelp> </variable> The printing options can vary according to the printer and the operating system that you use." -msgstr "" +msgstr "<variable id=\"druckentext\"><ahelp hid=\".uno:Print\">Отпечатва текущия документ, селекция или указани от вас страници. Освен това можете да промените настройките за печатане за текущия документ.</ahelp></variable> Настройките за печат може да се различават в зависимост от използваните принтер и операционна система." #. Y8AZi #: 01130000.xhp @@ -4515,7 +4515,7 @@ msgctxt "" "hd_id691619139072776\n" "help.text" msgid "Preview checkbox" -msgstr "" +msgstr "Поле за отметка „Мостра“" #. FbBW7 #: 01130000.xhp @@ -4524,7 +4524,7 @@ msgctxt "" "par_id3150776\n" "help.text" msgid "<ahelp hid=\".\">Turn on or off display of the print preview.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Включва или изключва показването на мострата за печат.</ahelp>" #. VupTf #: 01130000.xhp @@ -4533,7 +4533,7 @@ msgctxt "" "hd_id931619139079209\n" "help.text" msgid "Preview navigation box" -msgstr "" +msgstr "Поле за навигация на мострата" #. uGPRE #: 01130000.xhp @@ -4542,7 +4542,7 @@ msgctxt "" "par_id3150773\n" "help.text" msgid "<ahelp hid=\".\">Enter the number of page to be shown in the preview in the box or use the arrow buttons to display pages in the preview.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Въведете в полето номера на страницата, която да се вижда в областта за мостра, или използвайте бутоните със стрелки, за да преглеждате страниците.</ahelp>" #. Zg7aE #: 01130000.xhp @@ -4551,7 +4551,7 @@ msgctxt "" "par_id3150774\n" "help.text" msgid "<ahelp hid=\".\"><widget>🡆</widget> Shows preview of the next page.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\"><widget>🡆</widget> Показва мостра на следващата страница.</ahelp>" #. fAR3e #: 01130000.xhp @@ -4560,7 +4560,7 @@ msgctxt "" "par_id131619140182489\n" "help.text" msgid "<widget>⯮</widget> Shows preview of the last page." -msgstr "" +msgstr "<widget>⯮</widget> Показва мостра на последната страница." #. Ge5HC #: 01130000.xhp @@ -4569,7 +4569,7 @@ msgctxt "" "par_id3150775\n" "help.text" msgid "<ahelp hid=\".\"><widget>🡄</widget> Shows preview of the previous page.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\"><widget>🡄</widget> Показва мостра на предишната страница.</ahelp>" #. mBis5 #: 01130000.xhp @@ -4578,7 +4578,7 @@ msgctxt "" "par_id711619140188690\n" "help.text" msgid "<widget>⯬</widget> Shows preview of the first page." -msgstr "" +msgstr "<widget>⯬</widget> Показва мостра на първата страница." #. y5JqS #: 01130000.xhp @@ -4605,7 +4605,7 @@ msgctxt "" "hd_id861619196034872\n" "help.text" msgid "Printer" -msgstr "" +msgstr "Принтер" #. 5hiFP #: 01130000.xhp @@ -4614,7 +4614,7 @@ msgctxt "" "par_id3149511\n" "help.text" msgid "<ahelp hid=\".\">The list box shows the installed printers. Click the printer to use for the current print job.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">В списъка са показани инсталираните принтери. Щракнете върху принтера, който да бъде използван за текущото задание за печат.</ahelp>" #. 9CQRU #: 01130000.xhp @@ -4623,7 +4623,7 @@ msgctxt "" "hd_id111619248846947\n" "help.text" msgid "Status" -msgstr "" +msgstr "Състояние" #. Kfwra #: 01130000.xhp @@ -4632,7 +4632,7 @@ msgctxt "" "par_id42\n" "help.text" msgid "<ahelp hid=\".\">Shows the availability of the selected printer.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Показва наличността на избрания принтер.</ahelp>" #. vEyiG #: 01130000.xhp @@ -4641,7 +4641,7 @@ msgctxt "" "hd_id851619198158428\n" "help.text" msgid "Properties" -msgstr "" +msgstr "Свойства" #. ZMfYb #: 01130000.xhp @@ -4650,7 +4650,7 @@ msgctxt "" "par_id3156113\n" "help.text" msgid "<ahelp hid=\".\">Opens the <emph>Printer Properties</emph> dialog. The printer properties vary according to the printer that you select.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Отваря диалоговия прозорец <emph>Свойства на принтер</emph>. Свойствата на принтера се менят според избрания принтер.</ahelp>" #. TXTqq #: 01130000.xhp @@ -4659,7 +4659,7 @@ msgctxt "" "hd_id301619196931584\n" "help.text" msgid "Range and copies" -msgstr "" +msgstr "Обхват и копия" #. CjmAo #: 01130000.xhp @@ -4668,7 +4668,7 @@ msgctxt "" "hd_id411619223685491\n" "help.text" msgid "All pages" -msgstr "" +msgstr "Всички страници" #. REG4m #: 01130000.xhp @@ -4677,7 +4677,7 @@ msgctxt "" "par_id3149164\n" "help.text" msgid "<ahelp hid=\".\">Prints the entire document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Указва отпечатване на целия документ.</ahelp>" #. miCEv #: 01130000.xhp @@ -4686,7 +4686,7 @@ msgctxt "" "hd_id471619223699982\n" "help.text" msgid "Pages" -msgstr "" +msgstr "Страници" #. TzCg9 #: 01130000.xhp @@ -4695,7 +4695,7 @@ msgctxt "" "par_id3152944\n" "help.text" msgid "<ahelp hid=\".\">Prints only the pages or slides that you specify in the <emph>Pages</emph> box.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Указва отпечатване само на страниците или кадрите, зададени в полето <emph>Страници</emph>.</ahelp>" #. qBArg #: 01130000.xhp @@ -4704,7 +4704,7 @@ msgctxt "" "hd_id991619223714871\n" "help.text" msgid "Selection" -msgstr "" +msgstr "Селекция" #. Abtm6 #: 01130000.xhp @@ -4713,7 +4713,7 @@ msgctxt "" "par_id3150244\n" "help.text" msgid "<ahelp hid=\".\">Prints only the selected area(s) or object(s) in the current document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Отпечатва само избраните области или обекти в текущия документ.</ahelp>" #. T9g4h #: 01130000.xhp @@ -4722,7 +4722,7 @@ msgctxt "" "par_id3146848\n" "help.text" msgid "<ahelp hid=\".\">To print a range of pages, use a format like <item type=\"input\">3-6</item>. To print single pages, use a format like <item type=\"input\">7;9;11</item>. You can print a combination of page ranges and single pages, by using a format like <item type=\"input\">3-6;8;10;12</item>.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">За да отпечатате диапазон от страници, въведете например <item type=\"input\">3-6</item>. За да отпечатате единични страници, въведете например <item type=\"input\">7;9;11</item>. Можете да отпечатате и комбинация от диапазони и единични страници, например <item type=\"input\">3-6;8;10;12</item>.</ahelp>" #. cWoxT #: 01130000.xhp @@ -4731,7 +4731,7 @@ msgctxt "" "hd_id461619223744867\n" "help.text" msgid "Include" -msgstr "" +msgstr "Включване" #. gaieA #: 01130000.xhp @@ -4740,7 +4740,7 @@ msgctxt "" "par_id271619217217310\n" "help.text" msgid "Select the subset of pages to print. Possible values are:" -msgstr "" +msgstr "Изберете подмножество от страници за отпечатване. Възможните стойности са:" #. JKSDi #: 01130000.xhp @@ -4749,7 +4749,7 @@ msgctxt "" "par_id911619217484736\n" "help.text" msgid "<emph>Even pages</emph>:" -msgstr "" +msgstr "<emph>Четни страници</emph>:" #. sXLHa #: 01130000.xhp @@ -4758,7 +4758,7 @@ msgctxt "" "par_id3152945\n" "help.text" msgid "<ahelp hid=\".\">Prints only even numbered pages or slides.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Отпечатва само страниците или кадрите с четни номера.</ahelp>" #. RJUdz #: 01130000.xhp @@ -4767,7 +4767,7 @@ msgctxt "" "par_id41619217998664\n" "help.text" msgid "<emph>Odd pages</emph>:" -msgstr "" +msgstr "<emph>Нечетни страници</emph>:" #. xkay5 #: 01130000.xhp @@ -4776,7 +4776,7 @@ msgctxt "" "par_id3152946\n" "help.text" msgid "<ahelp hid=\".\">Prints only odd numbered pages or slides.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Отпечатва само страниците или кадрите с нечетни номера.</ahelp>" #. oYaBB #: 01130000.xhp @@ -4785,7 +4785,7 @@ msgctxt "" "par_id171619218364989\n" "help.text" msgid "<emph>Odd and even pages</emph>:" -msgstr "" +msgstr "<emph>Четни и нечетни страници</emph>:" #. fevn9 #: 01130000.xhp @@ -4794,7 +4794,7 @@ msgctxt "" "par_id421619222542753\n" "help.text" msgid "Prints the entire document." -msgstr "" +msgstr "Отпечатва целия документ." #. 4EEe3 #: 01130000.xhp @@ -4803,15 +4803,15 @@ msgctxt "" "hd_id881619225348934\n" "help.text" msgid "From which" -msgstr "" +msgstr "От които" -#. 8bGAj +#. tHVZf #: 01130000.xhp msgctxt "" "01130000.xhp\n" "par_id35\n" "help.text" -msgid "<ahelp hid=\".\">Select the source of sheet content to be printed.</ahelp> Possible valuer are <emph>Print all sheets</emph> and <emph>Print selected sheets</emph>." +msgid "<ahelp hid=\".\">Select the source of sheet content to be printed.</ahelp> Possible values are <emph>Print all sheets</emph> and <emph>Print selected sheets</emph>." msgstr "" #. fGCJk @@ -4821,7 +4821,7 @@ msgctxt "" "hd_id681619223767221\n" "help.text" msgid "Paper sides" -msgstr "" +msgstr "Страни на хартията" #. KPPih #: 01130000.xhp @@ -4830,7 +4830,7 @@ msgctxt "" "par_id3150772\n" "help.text" msgid "<ahelp hid=\".\">If the printer is capable of duplex printing it's possible to choose between using only one side of the paper or both.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Ако принтерът поддържа двустранен печат, можете да изберете дали да се използва само едната страна на хартията, или и двете.</ahelp>" #. cnnat #: 01130000.xhp @@ -4839,7 +4839,7 @@ msgctxt "" "hd_id851619223781119\n" "help.text" msgid "Number of copies" -msgstr "" +msgstr "Брой копия" #. qCXzM #: 01130000.xhp @@ -4848,7 +4848,7 @@ msgctxt "" "par_id3145069\n" "help.text" msgid "<ahelp hid=\".\">Enter the number of copies that you want to print.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Въведете броя на копията, които искате да се отпечатат.</ahelp>" #. rLgis #: 01130000.xhp @@ -4857,7 +4857,7 @@ msgctxt "" "hd_id931619223793984\n" "help.text" msgid "Collate" -msgstr "" +msgstr "Комплектуване" #. 8NLFW #: 01130000.xhp @@ -4866,7 +4866,7 @@ msgctxt "" "par_id3150865\n" "help.text" msgid "<ahelp hid=\".\">Preserves the page order of the original document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Запазва реда на страниците от оригиналния документ.</ahelp>" #. Um8wH #: 01130000.xhp @@ -4875,7 +4875,7 @@ msgctxt "" "hd_id681619223806762\n" "help.text" msgid "Create separated prints jobs for collated output" -msgstr "" +msgstr "Отделни задания за печат при комплектуван печат" #. AzCAN #: 01130000.xhp @@ -4884,7 +4884,7 @@ msgctxt "" "par_id38\n" "help.text" msgid "<ahelp hid=\".\">Check to not rely on the printer to create collated copies but create a print job for each copy instead.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Отметнете, за да бъде създадено отделно задание за печат на всяко копие, без да се разчита на принтера да създаде комплектувани копия.</ahelp>" #. GLMNy #: 01130000.xhp @@ -4893,7 +4893,7 @@ msgctxt "" "hd_id741619223818619\n" "help.text" msgid "Print in reverse order" -msgstr "" +msgstr "Печат в обратен ред" #. PqdCW #: 01130000.xhp @@ -4902,7 +4902,7 @@ msgctxt "" "par_id40\n" "help.text" msgid "<ahelp hid=\".\">Check to print pages in reverse order.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Отметнете за печат на страниците в обратен ред.</ahelp>" #. RbXJE #: 01130000.xhp @@ -4947,7 +4947,7 @@ msgctxt "" "hd_id671619223836561\n" "help.text" msgid "Paper size" -msgstr "" +msgstr "Размер на хартията" #. BhLDa #: 01130000.xhp @@ -4956,7 +4956,7 @@ msgctxt "" "par_id67\n" "help.text" msgid "<ahelp hid=\".\">Set the paper size you would like to use. The preview will show how the document would look on a paper of the given size.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Задайте размера хартия, който искате да използвате. Мострата ще покаже как би изглеждал документът на хартия с дадения размер.</ahelp>" #. t4E2n #: 01130000.xhp @@ -4965,7 +4965,7 @@ msgctxt "" "hd_id761619223624028\n" "help.text" msgid "Orientation" -msgstr "" +msgstr "Ориентация" #. kYfn6 #: 01130000.xhp @@ -4974,7 +4974,7 @@ msgctxt "" "par_id54\n" "help.text" msgid "<ahelp hid=\".\">Select the orientation of the paper.</ahelp> Possible values are <emph>Portrait</emph> and <emph>Landscape</emph>." -msgstr "" +msgstr "<ahelp hid=\".\">Изберете ориентацията на хартията.</ahelp> Възможни стойности са <emph>Портрет</emph> и <emph>Пейзаж</emph>." #. f9QFr #: 01130000.xhp @@ -4983,7 +4983,7 @@ msgctxt "" "hd_id361619224024788\n" "help.text" msgid "Pages per sheet" -msgstr "" +msgstr "Страници на лист" #. j5XaE #: 01130000.xhp @@ -4992,7 +4992,7 @@ msgctxt "" "par_id66\n" "help.text" msgid "<ahelp hid=\".\">Print multiple pages per sheet of paper.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Указва отпечатване на няколко страници върху всеки лист хартия.</ahelp>" #. 9GdoC #: 01130000.xhp @@ -5001,7 +5001,7 @@ msgctxt "" "par_id64\n" "help.text" msgid "<ahelp hid=\".\">Select how many pages to print per sheet of paper.</ahelp> When the number of pages is set to <emph>Custom</emph>, then the following settings shows:" -msgstr "" +msgstr "<ahelp hid=\".\">Изберете колко страници да се отпечатват върху един лист хартия.</ahelp> Когато за брой страници е зададено <emph>По избор</emph>, се показват следните настройки:" #. FjtoQ #: 01130000.xhp @@ -5010,7 +5010,7 @@ msgctxt "" "hd_id601619252410880\n" "help.text" msgid "Pages" -msgstr "" +msgstr "Страници" #. GFW9D #: 01130000.xhp @@ -5019,7 +5019,7 @@ msgctxt "" "par_id60\n" "help.text" msgid "<ahelp hid=\".\">Select number of rows.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Задайте броя редове.</ahelp>" #. LLnTE #: 01130000.xhp @@ -5028,7 +5028,7 @@ msgctxt "" "hd_id171619252415823\n" "help.text" msgid "By" -msgstr "" +msgstr "на" #. SwKoG #: 01130000.xhp @@ -5037,7 +5037,7 @@ msgctxt "" "par_id62\n" "help.text" msgid "<ahelp hid=\".\">Select number of columns.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Задайте броя колони.</ahelp>" #. UWUeY #: 01130000.xhp @@ -5046,7 +5046,7 @@ msgctxt "" "hd_id821619252526953\n" "help.text" msgid "Margin" -msgstr "" +msgstr "Бели полета" #. CNbo4 #: 01130000.xhp @@ -5055,7 +5055,7 @@ msgctxt "" "par_id56\n" "help.text" msgid "<ahelp hid=\".\">Select margin between the printed pages and paper edge.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Задайте полето между отпечатаните страници и ръба на хартията.</ahelp>" #. 3DJq7 #: 01130000.xhp @@ -5064,7 +5064,7 @@ msgctxt "" "hd_id571619252531670\n" "help.text" msgid "Distance" -msgstr "" +msgstr "Разстояние" #. KLGHJ #: 01130000.xhp @@ -5073,7 +5073,7 @@ msgctxt "" "par_id58\n" "help.text" msgid "<ahelp hid=\".\">Select margin between individual pages on each sheet of paper.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Задайте полето между отделните страници върху всеки лист хартия.</ahelp>" #. uA962 #: 01130000.xhp @@ -5082,7 +5082,7 @@ msgctxt "" "hd_id361619224237112\n" "help.text" msgid "Order" -msgstr "" +msgstr "Ред" #. wbSAY #: 01130000.xhp @@ -5091,7 +5091,7 @@ msgctxt "" "par_id52\n" "help.text" msgid "<ahelp hid=\".\">Select order in which pages are to be printed.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Изберете реда на отпечатване на страниците.</ahelp>" #. YZyuh #: 01130000.xhp @@ -5100,7 +5100,7 @@ msgctxt "" "hd_id441619224400473\n" "help.text" msgid "Draw a border on each page" -msgstr "" +msgstr "Кант около всяка страница" #. u2CAQ #: 01130000.xhp @@ -5109,7 +5109,7 @@ msgctxt "" "par_id50\n" "help.text" msgid "<ahelp hid=\".\">Check to draw a border around each page.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Отметнете за отпечатване на кант около всяка страница.</ahelp>" #. 4pXmQ #: 01130000.xhp @@ -5118,7 +5118,7 @@ msgctxt "" "hd_id721619225074805\n" "help.text" msgid "Brochure" -msgstr "" +msgstr "Брошура" #. AAxay #: 01130000.xhp @@ -5127,7 +5127,7 @@ msgctxt "" "par_id46\n" "help.text" msgid "<ahelp hid=\".\">Select the Brochure option to print the document in brochure format.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Изберете настройката „Брошура“, за да отпечатате документа във формат на брошура.</ahelp>" #. pXDQy #: 01130000.xhp @@ -5136,7 +5136,7 @@ msgctxt "" "hd_id301619226508197\n" "help.text" msgid "%PRODUCTNAME Writer" -msgstr "" +msgstr "%PRODUCTNAME Writer" #. kL5L3 #: 01130000.xhp @@ -5145,7 +5145,7 @@ msgctxt "" "hd_id151619228134803\n" "help.text" msgid "Contents" -msgstr "" +msgstr "Съдържание" #. dmGqR #: 01130000.xhp @@ -5154,7 +5154,7 @@ msgctxt "" "hd_id281619228113353\n" "help.text" msgid "Page Background" -msgstr "" +msgstr "Фон на страници" #. zHjsd #: 01130000.xhp @@ -5163,7 +5163,7 @@ msgctxt "" "par_id2\n" "help.text" msgid "<ahelp hid=\".\">Specifies whether to print colors and objects that are inserted to the background of the page, which you have specified under <emph>Format - Page - Background</emph>.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Указва отпечатването на цветове и обекти, вмъкнати във фона на страницата, които са зададени във <emph>Форматиране - Страница - Фон</emph>.</ahelp>" #. XFGTG #: 01130000.xhp @@ -5172,7 +5172,7 @@ msgctxt "" "hd_id901619228194194\n" "help.text" msgid "Images and other graphic objects" -msgstr "" +msgstr "Изображения и други графични обекти" #. EdPqS #: 01130000.xhp @@ -5181,7 +5181,7 @@ msgctxt "" "par_id4\n" "help.text" msgid "<ahelp hid=\".\">Specifies whether the graphics and drawings or OLE objects of your text document are printed.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Указва дали да се отпечатват графиките и OLE обектите в текстовия документ.</ahelp>" #. EnnB3 #: 01130000.xhp @@ -5190,7 +5190,7 @@ msgctxt "" "hd_id611619228309367\n" "help.text" msgid "Hidden text" -msgstr "" +msgstr "Скрит текст" #. u6pRd #: 01130000.xhp @@ -5199,7 +5199,7 @@ msgctxt "" "par_id6\n" "help.text" msgid "<ahelp hid=\".\">Enable this option to print text that is marked as hidden.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Ако включите тази настройка, ще се отпечата и текстът, маркиран като скрит.</ahelp>" #. zzL7D #: 01130000.xhp @@ -5208,7 +5208,7 @@ msgctxt "" "hd_id191619228341147\n" "help.text" msgid "Text placeholders" -msgstr "" +msgstr "Запазени места за текст" #. nzAik #: 01130000.xhp @@ -5217,7 +5217,7 @@ msgctxt "" "par_id8\n" "help.text" msgid "<ahelp hid=\".\">Enable this option to print text placeholders. Disable this option to leave the text placeholders blank in the printout.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Включете тази настройка, за да се отпечатат запазените места в текста. Изключете я, за да оставите запазените места празни в разпечатката.</ahelp>" #. Z4n9R #: 01130000.xhp @@ -5226,7 +5226,7 @@ msgctxt "" "hd_id331619228370432\n" "help.text" msgid "Form controls" -msgstr "" +msgstr "Контроли във формуляри" #. PNxji #: 01130000.xhp @@ -5235,7 +5235,7 @@ msgctxt "" "par_id10\n" "help.text" msgid "<ahelp hid=\".\">Specifies whether the form control fields of the text document are printed.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Указва дали да се отпечатват полетата на контроли от формуляри в текстовия документ.</ahelp>" #. CRYB6 #: 01130000.xhp @@ -5244,7 +5244,7 @@ msgctxt "" "hd_id471619228416830\n" "help.text" msgid "Comments" -msgstr "" +msgstr "Коментари" #. e6uax #: 01130000.xhp @@ -5253,7 +5253,7 @@ msgctxt "" "par_id16\n" "help.text" msgid "<ahelp hid=\".\">Specify where to print comments (if any).</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Указва къде да се печатат коментарите (ако има такива).</ahelp>" #. APiC3 #: 01130000.xhp @@ -5262,7 +5262,7 @@ msgctxt "" "hd_id321619228471188\n" "help.text" msgid "Color" -msgstr "" +msgstr "Цвят" #. 3DMF7 #: 01130000.xhp @@ -5271,7 +5271,7 @@ msgctxt "" "hd_id541619228499071\n" "help.text" msgid "Print text in black" -msgstr "" +msgstr "Печат на текста в черно" #. axxMA #: 01130000.xhp @@ -5280,7 +5280,7 @@ msgctxt "" "par_id12\n" "help.text" msgid "<ahelp hid=\".\">Specifies whether to always print text in black.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Указва дали текстът винаги да се отпечатва в черно.</ahelp>" #. LibL9 #: 01130000.xhp @@ -5289,7 +5289,7 @@ msgctxt "" "hd_id161619228522978\n" "help.text" msgid "Pages" -msgstr "" +msgstr "Страници" #. XFLzA #: 01130000.xhp @@ -5298,7 +5298,7 @@ msgctxt "" "hd_id281619228561327\n" "help.text" msgid "Print automatically inserted blank pages" -msgstr "" +msgstr "Отпечатване на автоматичните празни страници" #. CJP6W #: 01130000.xhp @@ -5307,7 +5307,7 @@ msgctxt "" "par_id14\n" "help.text" msgid "<ahelp hid=\".\">If this option is enabled automatically inserted blank pages are printed. This is best if you are printing double-sided. For example, in a book, a \"chapter\" paragraph style has been set to always start with an odd numbered page. If the previous chapter ends on an odd page, %PRODUCTNAME inserts an even numbered blank page. This option controls whether to print that even numbered page.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Ако е отметнато, ще се отпечатват автоматично вмъкнатите празни страници. Така е най-добре, ако печатате двустранно. Например в книга може абзацният стил „Глава“ да е настроен винаги да започва на страница с нечетен номер. Ако предишната глава завършва върху нечетна страница, %PRODUCTNAME вмъква празна страница с четен номер. Тази настройка определя дали да се отпечатва въпросната четна страница.</ahelp>" #. ZuEDx #: 01130000.xhp @@ -5316,7 +5316,7 @@ msgctxt "" "hd_id871619229199189\n" "help.text" msgid "%PRODUCTNAME Calc" -msgstr "" +msgstr "%PRODUCTNAME Calc" #. BfvLp #: 01130000.xhp @@ -5325,7 +5325,7 @@ msgctxt "" "hd_id621619229204878\n" "help.text" msgid "Pages" -msgstr "" +msgstr "Страници" #. BJyDF #: 01130000.xhp @@ -5334,7 +5334,7 @@ msgctxt "" "hd_id631619229209903\n" "help.text" msgid "Suppress output of empty pages" -msgstr "" +msgstr "Да не се печатат празни страници" #. bgYTe #: 01130000.xhp @@ -5343,7 +5343,7 @@ msgctxt "" "par_id34\n" "help.text" msgid "<ahelp hid=\".\">If checked empty pages that have no cell contents or draw objects are not printed.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Ако е отметнато, няма да се отпечатват празните страници, които не съдържат попълнени клетки или графични обекти.</ahelp>" #. pEqzQ #: 01130000.xhp @@ -5352,7 +5352,7 @@ msgctxt "" "hd_id121619249312306\n" "help.text" msgid "%PRODUCTNAME Impress" -msgstr "" +msgstr "%PRODUCTNAME Impress" #. NNAg6 #: 01130000.xhp @@ -5361,7 +5361,7 @@ msgctxt "" "hd_id191619249318059\n" "help.text" msgid "Document" -msgstr "" +msgstr "Документ" #. HCE3W #: 01130000.xhp @@ -5370,7 +5370,7 @@ msgctxt "" "hd_id151619249336236\n" "help.text" msgid "Type" -msgstr "" +msgstr "Тип" #. siLoT #: 01130000.xhp @@ -5379,7 +5379,7 @@ msgctxt "" "par_id68\n" "help.text" msgid "<ahelp hid=\".\">Select which parts of the document should be printed.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Изберете кои части на документа да се отпечатат.</ahelp>" #. ENzUv #: 01130000.xhp @@ -5388,7 +5388,7 @@ msgctxt "" "hd_id481619249411436\n" "help.text" msgid "Slides per page" -msgstr "" +msgstr "Кадри на страница" #. jCCGW #: 01130000.xhp @@ -5397,7 +5397,7 @@ msgctxt "" "par_id70\n" "help.text" msgid "<ahelp hid=\".\">Select how many slides to print per page.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Изберете по колко кадъра да се отпечатват на страница.</ahelp>" #. UMABP #: 01130000.xhp @@ -5406,7 +5406,7 @@ msgctxt "" "hd_id551619249466371\n" "help.text" msgid "Order" -msgstr "" +msgstr "Подреждане" #. EFRwZ #: 01130000.xhp @@ -5415,7 +5415,7 @@ msgctxt "" "par_id72\n" "help.text" msgid "<ahelp hid=\".\">Specify how to arrange slides on the printed page.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Укажете как да се подреждат кадрите върху напечатаната страница.</ahelp>" #. EaCD6 #: 01130000.xhp @@ -5424,7 +5424,7 @@ msgctxt "" "hd_id381619249533203\n" "help.text" msgid "Contents" -msgstr "" +msgstr "Съдържание" #. pPE9M #: 01130000.xhp @@ -5433,7 +5433,7 @@ msgctxt "" "hd_id51619249550596\n" "help.text" msgid "Slide name" -msgstr "" +msgstr "Име на кадър" #. HXyPD #: 01130000.xhp @@ -5442,7 +5442,7 @@ msgctxt "" "par_id74\n" "help.text" msgid "<ahelp hid=\".\">Specifies whether to print the page name of a document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Указва дали да се отпечатва името на страницата от документа.</ahelp>" #. yo7rN #: 01130000.xhp @@ -5451,7 +5451,7 @@ msgctxt "" "hd_id301619249622789\n" "help.text" msgid "Date and time" -msgstr "" +msgstr "Дата и час" #. EAB8Q #: 01130000.xhp @@ -5460,7 +5460,7 @@ msgctxt "" "par_id76\n" "help.text" msgid "<ahelp hid=\".\">Specifies whether to print the current date and time.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Указва дали да се отпечатват текущите дата и час.</ahelp>" #. eNaEf #: 01130000.xhp @@ -5469,7 +5469,7 @@ msgctxt "" "hd_id161619249643209\n" "help.text" msgid "Hidden pages" -msgstr "" +msgstr "Скрити страници" #. n8vJH #: 01130000.xhp @@ -5478,7 +5478,7 @@ msgctxt "" "par_id78\n" "help.text" msgid "<ahelp hid=\".\">Specifies whether to print the pages that are currently hidden.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Указва дали да се отпечатват скритите в момента страници.</ahelp>" #. bvwT2 #: 01130000.xhp @@ -5487,7 +5487,7 @@ msgctxt "" "hd_id891619249661371\n" "help.text" msgid "Color" -msgstr "" +msgstr "Цвят" #. pnfBm #: 01130000.xhp @@ -5496,7 +5496,7 @@ msgctxt "" "hd_id781619249791597\n" "help.text" msgid "Original colors" -msgstr "" +msgstr "Оригинални цветове" #. pXcAY #: 01130000.xhp @@ -5505,7 +5505,7 @@ msgctxt "" "par_id80\n" "help.text" msgid "<ahelp hid=\".\">Specifies to print in original colors.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Указва отпечатване с оригиналните цветове.</ahelp>" #. ofUbA #: 01130000.xhp @@ -5514,7 +5514,7 @@ msgctxt "" "hd_id281619249798140\n" "help.text" msgid "Grayscale" -msgstr "" +msgstr "Степени на сивото" #. A4gn3 #: 01130000.xhp @@ -5523,7 +5523,7 @@ msgctxt "" "par_id82\n" "help.text" msgid "<ahelp hid=\".\">Specifies to print colors as grayscale.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Указва отпечатване на цветовете като степени на сивото.</ahelp>" #. XSFDN #: 01130000.xhp @@ -5532,7 +5532,7 @@ msgctxt "" "hd_id191619249805910\n" "help.text" msgid "Black and white" -msgstr "" +msgstr "Черно и бяло" #. TToES #: 01130000.xhp @@ -5541,7 +5541,7 @@ msgctxt "" "par_id84\n" "help.text" msgid "<ahelp hid=\".\">Specifies to print colors as black and white.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Указва отпечатване на цветовете като черно и бяло.</ahelp>" #. wEhtB #: 01130000.xhp @@ -5550,7 +5550,7 @@ msgctxt "" "hd_id841619249950074\n" "help.text" msgid "Size" -msgstr "" +msgstr "Размер" #. sBQ47 #: 01130000.xhp @@ -5559,7 +5559,7 @@ msgctxt "" "par_id86\n" "help.text" msgid "<ahelp hid=\".\">Specify how to scale slides in the printout.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Укажете как да се мащабират кадрите в разпечатката.</ahelp>" #. jDBFB #: 01130000.xhp @@ -5568,7 +5568,7 @@ msgctxt "" "hd_id961619249977935\n" "help.text" msgid "Original size" -msgstr "" +msgstr "Оригинален размер" #. VqWUF #: 01130000.xhp @@ -5577,7 +5577,7 @@ msgctxt "" "par_id88\n" "help.text" msgid "<ahelp hid=\".\">Specifies that you do not want to further scale pages when printing.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Указва, че не искате кадрите да се мащабират допълнително при отпечатване.</ahelp>" #. YwpHU #: 01130000.xhp @@ -5586,7 +5586,7 @@ msgctxt "" "hd_id881619250251781\n" "help.text" msgid "Fit to printable page" -msgstr "" +msgstr "Побиране в печатната страница" #. 29T6Y #: 01130000.xhp @@ -5595,7 +5595,7 @@ msgctxt "" "par_id90\n" "help.text" msgid "<ahelp hid=\".\">Specifies whether to scale down objects that are beyond the margins of the current printer so they fit on the paper in the printer.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Указва дали да се смаляват обектите, които се простират извън печатната област на текущия принтер, така че да се поберат върху хартията в принтера.</ahelp>" #. 2JXtq #: 01130000.xhp @@ -5604,7 +5604,7 @@ msgctxt "" "hd_id251619250401542\n" "help.text" msgid "Distribute on multiple sheets of paper" -msgstr "" +msgstr "Разпределяне върху няколко листа" #. L9mDm #: 01130000.xhp @@ -5613,7 +5613,7 @@ msgctxt "" "par_id651619261328941\n" "help.text" msgid "Prints a large format document, such as a poster or banner, by distributing the document page across multiple sheets of paper. The distribution option calculates how many sheets of paper are needed. You can then piece together the sheets." -msgstr "" +msgstr "Отпечатва едроформатен документ, например плакат или банер, като разпределя страницата на документа върху няколко листа хартия. Функцията за разпределяне изчислява колко листа хартия са необходими. След това можете да съедините листите един с друг." #. b4DKX #: 01130000.xhp @@ -5622,7 +5622,7 @@ msgctxt "" "hd_id361619250241828\n" "help.text" msgid "Tile sheet of paper with repeated slides" -msgstr "" +msgstr "Запълване на листа с повторени кадри" #. xeGdL #: 01130000.xhp @@ -5631,7 +5631,7 @@ msgctxt "" "par_id92\n" "help.text" msgid "<ahelp hid=\".\">Specifies that pages are to be printed in tiled format. If the pages or slides are smaller than the paper, repeat the pages or slides on one sheet of paper.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Указва страниците да се печатат в мозаичен формат. Ако страниците или кадрите са по-малки от хартията, те ще се повтарят по няколко пъти на един лист хартия.</ahelp>" #. bqBAq #: 01130000.xhp @@ -5640,7 +5640,7 @@ msgctxt "" "hd_id331619250751054\n" "help.text" msgid "%PRODUCTNAME Draw" -msgstr "" +msgstr "%PRODUCTNAME Draw" #. AFDk9 #: 01130000.xhp @@ -5649,7 +5649,7 @@ msgctxt "" "hd_id571619250850474\n" "help.text" msgid "Contents" -msgstr "" +msgstr "Съдържание" #. DXT5F #: 01130000.xhp @@ -5658,7 +5658,7 @@ msgctxt "" "hd_id551619250976409\n" "help.text" msgid "Page name" -msgstr "" +msgstr "Име на страница" #. nEBGA #: 01130000.xhp @@ -5667,7 +5667,7 @@ msgctxt "" "par_id74d\n" "help.text" msgid "<ahelp hid=\".\">Specifies whether to print the page name of a document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Указва дали да се отпечатва името на страницата от документа.</ahelp>" #. s3pqB #: 01130000.xhp @@ -5676,7 +5676,7 @@ msgctxt "" "hd_id301619249624789\n" "help.text" msgid "Date and time" -msgstr "" +msgstr "Дата и час" #. Pv7FE #: 01130000.xhp @@ -5685,7 +5685,7 @@ msgctxt "" "par_id76d\n" "help.text" msgid "<ahelp hid=\".\">Specifies whether to print the current date and time.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Указва дали да се отпечатват текущите дата и час.</ahelp>" #. HWosa #: 01130000.xhp @@ -5694,7 +5694,7 @@ msgctxt "" "hd_id701619228767584\n" "help.text" msgid "%PRODUCTNAME Math" -msgstr "" +msgstr "%PRODUCTNAME Math" #. pEHHB #: 01130000.xhp @@ -5703,7 +5703,7 @@ msgctxt "" "hd_id211619228847233\n" "help.text" msgid "Contents" -msgstr "" +msgstr "Съдържание" #. fFkuh #: 01130000.xhp @@ -5712,7 +5712,7 @@ msgctxt "" "hd_id231619228825239\n" "help.text" msgid "Title" -msgstr "" +msgstr "Заглавие" #. qi7gG #: 01130000.xhp @@ -5721,7 +5721,7 @@ msgctxt "" "par_id20\n" "help.text" msgid "<ahelp hid=\".\">Specifies whether you want the name of the document to be included in the printout.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Указва дали желаете името на документа да е включено в разпечатката.</ahelp>" #. jHaEZ #: 01130000.xhp @@ -5730,7 +5730,7 @@ msgctxt "" "hd_id881619228869444\n" "help.text" msgid "Formula text" -msgstr "" +msgstr "Текст на формула" #. Dsf8x #: 01130000.xhp @@ -5739,7 +5739,7 @@ msgctxt "" "par_id22\n" "help.text" msgid "<ahelp hid=\".\">Specifies whether to include the contents of the <emph>Commands</emph> window at the bottom of the printout.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Указва дали съдържанието на прозореца <emph>Команди</emph> да бъде включено в долната част на разпечатката.</ahelp>" #. 3KzTB #: 01130000.xhp @@ -5748,7 +5748,7 @@ msgctxt "" "hd_id881619228899408\n" "help.text" msgid "Borders" -msgstr "" +msgstr "Кантове" #. oWquw #: 01130000.xhp @@ -5757,7 +5757,7 @@ msgctxt "" "par_id24\n" "help.text" msgid "<ahelp hid=\".\">Applies a thin border to the formula area in the printout.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Прилага тънък кант около областта с формулата в разпечатката.</ahelp>" #. gCfBu #: 01130000.xhp @@ -5766,7 +5766,7 @@ msgctxt "" "hd_id611619228924916\n" "help.text" msgid "Size" -msgstr "" +msgstr "Размер" #. CwNL2 #: 01130000.xhp @@ -5775,7 +5775,7 @@ msgctxt "" "hd_id121619228944470\n" "help.text" msgid "Original size" -msgstr "" +msgstr "Оригинален размер" #. i9ApX #: 01130000.xhp @@ -5784,7 +5784,7 @@ msgctxt "" "par_id26\n" "help.text" msgid "<ahelp hid=\".\">Prints the formula without adjusting the current font size.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Отпечатва формулата, без да приспособява текущия размер на шрифта.</ahelp>" #. QCwXG #: 01130000.xhp @@ -5793,7 +5793,7 @@ msgctxt "" "hd_id651619228968578\n" "help.text" msgid "Fit to page" -msgstr "" +msgstr "Побиране в страницата" #. R9DFL #: 01130000.xhp @@ -5802,7 +5802,7 @@ msgctxt "" "par_id28\n" "help.text" msgid "<ahelp hid=\".\">Adjusts the formula to the page format used in the printout.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Приспособява формулата към размера на страницата, използван в разпечатката.</ahelp>" #. kGS5A #: 01130000.xhp @@ -5811,7 +5811,7 @@ msgctxt "" "hd_id741619228989979\n" "help.text" msgid "Scaling" -msgstr "" +msgstr "Мащабиране" #. FCDXz #: 01130000.xhp @@ -5820,7 +5820,7 @@ msgctxt "" "par_id30\n" "help.text" msgid "<ahelp hid=\".\">Reduces or enlarges the size of the printed formula by a specified factor.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Намалява или увеличава размера на отпечатаната формула с указан коефициент.</ahelp>" #. 4EBb8 #: 01130000.xhp @@ -5829,7 +5829,7 @@ msgctxt "" "par_id32\n" "help.text" msgid "<ahelp hid=\".\">Enter the scale factor for scaling the formula.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Въведете коефициента, с който да се мащабира формулата.</ahelp>" #. vXCZ9 #: 01130000.xhp @@ -15477,7 +15477,7 @@ msgctxt "" "bm_id3157959\n" "help.text" msgid "<bookmark_value>formatting; undoing when writing</bookmark_value><bookmark_value>paragraph;clear direct formatting</bookmark_value><bookmark_value>format;clear direct formatting</bookmark_value><bookmark_value>direct formatting;clear</bookmark_value><bookmark_value>hyperlinks; deleting</bookmark_value><bookmark_value>deleting; hyperlinks</bookmark_value><bookmark_value>cells;resetting formats</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>форматиране; отмяна по време на писане</bookmark_value><bookmark_value>абзац;изчистване на пряко форматиране</bookmark_value><bookmark_value>форматиране;изчистване на пряко форматиране</bookmark_value><bookmark_value>пряко форматиране;изчистване</bookmark_value><bookmark_value>хипервръзки;изтриване</bookmark_value><bookmark_value>изтриване</bookmark_value><bookmark_value>клетки;нулиране на форматите</bookmark_value>" #. y96Dt #: 05010000.xhp @@ -15513,7 +15513,7 @@ msgctxt "" "par_id671594846326658\n" "help.text" msgid "Applied styles (paragraph, character, and other types) are not affected by <emph>Clear Direct Formatting</emph>, only direct formatting applied on top of the styles. To remove formatting applied by a character or paragraph style, reapply the corresponding <emph>Default</emph> style." -msgstr "" +msgstr "Командата <emph>Изчистване на прякото форматиране</emph> не влияе върху приложените стилове (на абзац, на знак или друг вид), а само върху прякото форматиране, приложено в допълнение към стиловете. За да премахнете форматиране, приложено чрез стил на знак или абзац, приложете отново съответния <emph>Подразбиран</emph> стил." #. RcqAz #: 05010000.xhp @@ -15522,15 +15522,15 @@ msgctxt "" "par_id3157959\n" "help.text" msgid "To stop applying a direct format, such as underlining, while you type new text at the end of a line, press <keycode>Shift+Ctrl+X</keycode>." -msgstr "" +msgstr "За да прекратите прилагането на пряк формат, например подчертаване, докато въвеждате нов текст в края на ред, натиснете <keycode>Shift+Ctrl+X</keycode>." -#. BsVyF +#. uGgku #: 05010000.xhp msgctxt "" "05010000.xhp\n" "par_id91619108534060\n" "help.text" -msgid "Bullets and numbering are properties of lists. <emph>Clear Direct Formatting</emph> does not clear directly formatted bullets and numbering found in a paragraph. To remove the bullet and numbering applied directly to a paragraph, use the <emph>Toggle Unordered List</emph>, the <emph>Togle Ordered List</emph> or the <emph>No List</emph> icons on the Formatting toolbar." +msgid "Bullets and numbering are properties of lists. <emph>Clear Direct Formatting</emph> does not clear directly formatted bullets and numbering found in a paragraph. To remove the bullet and numbering applied directly to a paragraph, use the <emph>Toggle Unordered List</emph>, the <emph>Toggle Ordered List</emph> or the <emph>No List</emph> icons on the Formatting toolbar." msgstr "" #. rQFC8 @@ -36870,7 +36870,7 @@ msgctxt "" "par_id87282\n" "help.text" msgid "Text will be replaced after you type a trailing white space (space, tab, or return). In the following table, the A and B represent text consisting of letters A to z or digits 0 to 9. N represents digits only." -msgstr "" +msgstr "Текстът ще бъде заменен, след като въведете следващия го интервал, знак за табулация или знак за нов ред. В следващата таблица А и Б представят текстове, състоящи се от букви или цифри. X представя само цифри." #. BFA33 #: 06040100.xhp @@ -36951,7 +36951,7 @@ msgctxt "" "par_id4648842\n" "help.text" msgid "N--N (N, minus, minus, N)" -msgstr "" +msgstr "X--X (X, минус, минус, X)" #. PwvtV #: 06040100.xhp @@ -36960,7 +36960,7 @@ msgctxt "" "par_id3583989\n" "help.text" msgid "N–N (N, en-dash, N)" -msgstr "" +msgstr "X–X (X, ен-тире, X)" #. 56q9u #: 06040100.xhp @@ -37500,7 +37500,7 @@ msgctxt "" "par_id871611602271367\n" "help.text" msgid "<link name=\"AutoCorrect\" href=\"text/swriter/01/05150000.xhp\">AutoCorrect Commands</link>" -msgstr "" +msgstr "<link name=\"AutoCorrect\" href=\"text/swriter/01/05150000.xhp\">Команди за автокорекция</link>" #. KBaQh #: 06040200.xhp @@ -37599,7 +37599,7 @@ msgctxt "" "par_id3147560\n" "help.text" msgid "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Enter the word, abbreviation or word part that you want to replace while you type.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Въведете думата, съкращението или частта от дума, която искате да се заменя по време на въвеждане.</ahelp>" #. dvXnc #: 06040200.xhp @@ -37608,7 +37608,7 @@ msgctxt "" "par_id191613145378697\n" "help.text" msgid "The wildcard character sequence <literal>.*</literal> can match anything before or after the replace string. For example:" -msgstr "" +msgstr "Поредицата от заместващи знаци <literal>.*</literal> съответства на каквото и да е преди или след низа за замяна. Например:" #. jVG3D #: 06040200.xhp @@ -37617,7 +37617,7 @@ msgctxt "" "par_id581613226746969\n" "help.text" msgid "Having the <emph>replace</emph> pattern <literal>i18n.*</literal> and the <emph>with</emph> pattern <literal>international</literal>, the following corrections are made:" -msgstr "" +msgstr "Ако шаблонът <emph>Замяна</emph> е <literal>х-р.*</literal>, а шаблонът <emph>С</emph> е <literal>характер</literal>, ще се извършват следните корекции:" #. KMfJ4 #: 06040200.xhp @@ -37626,7 +37626,7 @@ msgctxt "" "par_id591613146528171\n" "help.text" msgid "Enter" -msgstr "" +msgstr "Въведете" #. Fvqw3 #: 06040200.xhp @@ -37635,7 +37635,7 @@ msgctxt "" "par_id881613146528171\n" "help.text" msgid "Autocorrected Result" -msgstr "" +msgstr "Автокоригиран резултат" #. YjRj8 #: 06040200.xhp @@ -37644,7 +37644,7 @@ msgctxt "" "par_id311613146528171\n" "help.text" msgid "<literal>i18ns</literal>" -msgstr "" +msgstr "<literal>х-ри</literal>" #. 9TnFj #: 06040200.xhp @@ -37653,7 +37653,7 @@ msgctxt "" "par_id551613146766115\n" "help.text" msgid "internationals" -msgstr "" +msgstr "характери" #. BWFWa #: 06040200.xhp @@ -37662,7 +37662,7 @@ msgctxt "" "par_id71613147177864\n" "help.text" msgid "<literal>i18nization</literal>" -msgstr "" +msgstr "<literal>х-ризация</literal>" #. wHhQV #: 06040200.xhp @@ -37671,7 +37671,7 @@ msgctxt "" "par_id771613147188280\n" "help.text" msgid "internationalization" -msgstr "" +msgstr "характеризация" #. avJCH #: 06040200.xhp @@ -37680,7 +37680,7 @@ msgctxt "" "par_id91613147197169\n" "help.text" msgid "<literal>i18nized</literal>" -msgstr "" +msgstr "<literal>х-ризиран</literal>" #. 5LuBF #: 06040200.xhp @@ -37689,7 +37689,7 @@ msgctxt "" "par_id301613146528171\n" "help.text" msgid "internationalized" -msgstr "" +msgstr "характеризиран" #. XW3x3 #: 06040200.xhp @@ -37698,7 +37698,7 @@ msgctxt "" "par_id1001613148383132\n" "help.text" msgid "The replace pattern <literal>....*</literal> with the replacement text <literal>…</literal> finds and replaces the three dots in <literal>...word</literal> with <literal>…word</literal>." -msgstr "" +msgstr "Шаблонът за замяна <literal>....*</literal> със заменящия текст <literal>…</literal> намира и заменя трите точки в <literal>...дума</literal> с <literal>…дума</literal>." #. eZGww #: 06040200.xhp @@ -37707,7 +37707,7 @@ msgctxt "" "par_id3147590\n" "help.text" msgid "To enter time values using the number pad, use the replace pattern <literal>.*...*</literal> and <literal>:</literal> as the replacement text. Now <literal>10..30</literal> is replaced automatically with <literal>10:30</literal>." -msgstr "" +msgstr "За да въвеждате часове с цифровия блок на клавиатурата, използвайте шаблон за замяна <literal>.*...*</literal> и <literal>:</literal> като заменящ текст. Така <literal>10..30</literal> ще се заменя автоматично с <literal>10:30</literal>." #. F4UNM #: 06040200.xhp @@ -37851,7 +37851,7 @@ msgctxt "" "hd_id3151110\n" "help.text" msgid "Words with TWo INitial CApitals or sMALL iNITIAL" -msgstr "" +msgstr "Думи с ДВе ГЛавни БУкви или мАЛКА бУКВА в началото" #. DNmoc #: 06040300.xhp @@ -37860,7 +37860,7 @@ msgctxt "" "par_id3154749\n" "help.text" msgid "<ahelp hid=\"cui/ui/acorexceptpage/double\">Type the word or abbreviation that starts with two capital letters or a small initial that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc. Enter eBook to prevent an automatic change to Ebook.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/acorexceptpage/double\">Въведете думата или съкращението, започващо с две главни букви или малка буква, което не желаете $[officename] да заменя с една начална главна буква. Например, въведете „МВнР“, за да забраните на $[officename] да замества „МВнР“ с „МвнР“. Въведете „иРНК“, за да предотвратите автоматична замяна с „ИРНК“.</ahelp>" #. QgGFy #: 06040300.xhp @@ -37869,7 +37869,7 @@ msgctxt "" "par_id3143271\n" "help.text" msgid "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Lists the words or abbreviations that start with two initial capitals or small initial that are not automatically corrected. All words which start with two capital letters or small initial are listed in the field.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>." -msgstr "" +msgstr "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Изброява думи или съкращения, започващи с две главни букви или начална малка буква, които не подлежат на автоматично коригиране. В полето са изброени всички думи, започващи с две главни букви или начална малка буква.</ahelp> За да премахнете елемент от списъка, изберете елемента и щракнете върху <emph>Изтриване</emph>." #. AtnKw #: 06040300.xhp @@ -37905,7 +37905,7 @@ msgctxt "" "par_id3155829\n" "help.text" msgid "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Adds autocorrected abbreviations or autocorrected words that start with two capital letters to the corresponding list of exceptions, if the autocorrection is immediately undone</ahelp> by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>." -msgstr "" +msgstr "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Добавя автокоригирани съкращения или автокоригирани думи, започващи с две главни букви, към съответния списък с изключения, ако автокорекцията бъде незабавно отменена</ahelp> с натискане на <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>." #. YSTRA #: 06040300.xhp @@ -37914,7 +37914,7 @@ msgctxt "" "par_id901613130624924\n" "help.text" msgid "This feature is relevant when the <emph>Capitalize first letter of every sentence</emph> option or the <emph>Correct TWo INitial CApitals</emph> option are selected in the <emph>[T]</emph> column on the <link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog, and <menuitem>Tools - AutoCorrect - While Typing</menuitem> is enabled." -msgstr "" +msgstr "Тази функция е приложима, когато е отметната настройката <emph>Превръщане на първата буква от изречение в главна</emph> или <emph>Коригиране на ДВе ГЛавни БУкви</emph> в колоната <emph>[В]</emph> от раздела <link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Настройки</emph></link> на този диалогов прозорец и <menuitem>Инструменти - Автокорекция - При въвеждане</menuitem> е включено." #. iDNuq #: 06040400.xhp @@ -38634,7 +38634,7 @@ msgctxt "" "par_id3150146\n" "help.text" msgid "<variable id=\"numauftext\"><ahelp hid=\".\">Adds numbering or bullets to the current paragraph or to selected paragraphs, and lets you edit format of the numbering or bullets.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"numauftext\"><ahelp hid=\".\">Добавя номерация или водещи символи към текущия абзац или към избрани абзаци и ви позволява да редактирате формата на номерацията или водещите символи.</ahelp></variable>" #. 7wAZT #: 06050000.xhp @@ -38670,7 +38670,7 @@ msgctxt "" "tit\n" "help.text" msgid "Unordered (Lists)" -msgstr "" +msgstr "Неподреден (Списъци)" #. hzByB #: 06050100.xhp @@ -38679,7 +38679,7 @@ msgctxt "" "bm_id3150502\n" "help.text" msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value> <bookmark_value>unordered list</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>водачи;абзаци</bookmark_value><bookmark_value>абзаци; вмъкване на водачи</bookmark_value><bookmark_value>вмъкване; водачи в абзаци</bookmark_value><bookmark_value>неподреден списък</bookmark_value>" #. oMhph #: 06050100.xhp @@ -38688,7 +38688,7 @@ msgctxt "" "hd_id3150502\n" "help.text" msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Unordered</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Неподреден</link>" #. eGidZ #: 06050100.xhp @@ -38697,7 +38697,7 @@ msgctxt "" "par_id3155069\n" "help.text" msgid "<ahelp hid=\".\">Displays different bullet types that you can apply to a list.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Показва различните стилове за водещи символи, които можете да прилагате върху списък.</ahelp>" #. zejaE #: 06050100.xhp @@ -38724,7 +38724,7 @@ msgctxt "" "par_id3155364\n" "help.text" msgid "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Click the bullet type that you want to use.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Щракнете върху типа водещи знаци, който искате да използвате.</ahelp>" #. su62X #: 06050100.xhp @@ -38742,7 +38742,7 @@ msgctxt "" "par_id3154317\n" "help.text" msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Customize tab (Numbering/Bullets dialog)\">Customize tab (Bullets and Numbering dialog)</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/06050500.xhp\" name=\"Customize tab (Numbering/Bullets dialog)\">Раздел „Настройки“ (диалогов прозорец „Водачи и номерация“)</link>" #. BFX2M #: 06050200.xhp @@ -38751,7 +38751,7 @@ msgctxt "" "tit\n" "help.text" msgid "Ordered" -msgstr "" +msgstr "Подреден" #. 849FS #: 06050200.xhp @@ -38760,7 +38760,7 @@ msgctxt "" "hd_id3146807\n" "help.text" msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Ordered</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Подреден</link>" #. sbPaF #: 06050200.xhp @@ -38769,7 +38769,7 @@ msgctxt "" "par_id3148765\n" "help.text" msgid "<ahelp hid=\".\"><variable id=\"numbering\">Displays different numbering schemes that you can apply.</variable></ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\"><variable id=\"numbering\">Показва различните схеми за номериране, които можете да прилагате.</variable></ahelp>" #. oXjg8 #: 06050200.xhp @@ -38787,7 +38787,7 @@ msgctxt "" "par_id3151100\n" "help.text" msgid "<ahelp hid=\"cui/ui/picknumberingpage/valueset\">Click the numbering that you want to use.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/picknumberingpage/valueset\">Щракнете върху номерацията, която искате да използвате.</ahelp>" #. EGa48 #: 06050200.xhp @@ -38814,7 +38814,7 @@ msgctxt "" "tit\n" "help.text" msgid "Outline (Bullets and Numbering)" -msgstr "" +msgstr "План (Водачи и номерация)" #. Tuc3B #: 06050300.xhp @@ -38832,7 +38832,7 @@ msgctxt "" "par_id3146936\n" "help.text" msgid "<ahelp hid=\".\">Displays the different formats that you can apply to a hierarchical list. $[officename] supports up to nine outline levels in a list hierarchy.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Показва различните формати, които можете да прилагате върху йерархичен списък. $[officename] поддържа до девет нива на подточки в списък.</ahelp>" #. RDBrG #: 06050300.xhp @@ -38850,7 +38850,7 @@ msgctxt "" "par_id3155934\n" "help.text" msgid "<ahelp hid=\"cui/ui/pickoutlinepage/valueset\">Click the outline format that you want to use.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/pickoutlinepage/valueset\">Щракнете върху формата на план, който искате да използвате.</ahelp>" #. WYun7 #: 06050300.xhp @@ -38895,7 +38895,7 @@ msgctxt "" "par_id0611200904373226\n" "help.text" msgid "<ahelp hid=\".\">Displays the different graphics that you can use as bullets in an unordered list.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Показва различните графики, които можете да използвате като водещи символи в неподреден списък.</ahelp>" #. yDHf2 #: 06050400.xhp @@ -38985,7 +38985,7 @@ msgctxt "" "par_id3147212\n" "help.text" msgid "Sets the formatting options for ordered or unordered lists. If you want, you can apply formatting to individual levels in the list hierarchy." -msgstr "" +msgstr "Задава настройките за форматиране на подредени или неподредени списъци. Ако искате, можете да прилагате форматиране върху отделни нива от йерархията на списъка." #. pGwyV #: 06050500.xhp @@ -39021,7 +39021,7 @@ msgctxt "" "hd_id3159200\n" "help.text" msgid "Numbering" -msgstr "" +msgstr "Номерация" #. ujAuR #: 06050500.xhp @@ -39030,7 +39030,7 @@ msgctxt "" "hd_id3159201\n" "help.text" msgid "Number" -msgstr "" +msgstr "Номер" #. 2JWDd #: 06050500.xhp @@ -39039,7 +39039,7 @@ msgctxt "" "par_id3147261\n" "help.text" msgid "<ahelp hid=\"cui/ui/numberingoptionspage/numfmtlb\">Select a numbering scheme for the selected levels.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/numberingoptionspage/numfmtlb\">Изберете схема за номериране на избраните нива.</ahelp>" #. mmh24 #: 06050500.xhp @@ -39237,7 +39237,7 @@ msgctxt "" "par_id3145085\n" "help.text" msgid "Adds a bullet to the beginning of a line. Select this option, and then use the <emph>Character style</emph> drop-down menu to choose a bullet type." -msgstr "" +msgstr "Добавя водещ символ в началото на ред. Изберете тази настройка, после използвайте падащото меню <emph>Знаков стил</emph>, за да изберете тип водещ символ." #. JBJEa #: 06050500.xhp @@ -39300,7 +39300,7 @@ msgctxt "" "par_id3149167\n" "help.text" msgid "Does not apply a numbering scheme." -msgstr "" +msgstr "Не прилага схема за номериране." #. sANUk #: 06050500.xhp @@ -39309,7 +39309,7 @@ msgctxt "" "par_id3145746\n" "help.text" msgid "The availability of the following fields depends on the numbering scheme that you select in the <emph>Number</emph> box." -msgstr "" +msgstr "Достъпността на следващите полета зависи от схемата за номериране, избрана в полето <emph>Номер</emph>." #. iqVUE #: 06050500.xhp @@ -39345,7 +39345,7 @@ msgctxt "" "par_id3150495\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"cui/ui/numberingoptionspage/charstyle\">Select the Character Style that you want to use in an ordered list.</ahelp> To create or edit a <link href=\"text/swriter/01/05130002.xhp\" name=\"Character Style\">Character Style</link>, open the <emph>Styles</emph> window, click the Character Styles icon, right-click a style, and then choose <emph>New</emph>.</caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"cui/ui/numberingoptionspage/charstyle\">Изберете знаковия стил, който искате да използвате в подредения списък.</ahelp> За да създадете или редактирате <link href=\"text/swriter/01/05130002.xhp\" name=\"Character Style\">знаков стил</link>, отворете прозореца <emph>Стилове</emph>, щракнете върху иконата „Знакови стилове“, щракнете с десния бутон върху стил и изберете <emph>Нов</emph>.</caseinline></switchinline>" #. AXZAF #: 06050500.xhp @@ -39363,7 +39363,7 @@ msgctxt "" "par_id3152881\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"cui/ui/numberingoptionspage/sublevels\">Enter the number of previous levels to include in the outline format. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering scheme, the numbering scheme for the current level becomes: \"A.1\".</ahelp></caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"cui/ui/numberingoptionspage/sublevels\">Въведете броя предишни нива, които да бъдат включени във формата на подточките. Например, ако въведете „2“ и в предишното ниво е използвана схемата за номериране „A, B, C...“, схемата за номериране на текущото ниво ще стане: „A.1“.</ahelp></caseinline></switchinline>" #. 85gXU #: 06050500.xhp @@ -39399,7 +39399,7 @@ msgctxt "" "par_id3150288\n" "help.text" msgid "<ahelp hid=\"cui/ui/numberingoptionspage/suffix\">Enter a character or the text to display behind the number in the list. If you want to create a ordered list that uses the style \"1.)\", enter \".)\" in this box.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/numberingoptionspage/suffix\">Въведете знак или текст, който да се показва след номера в списъка. Ако искате да създадете подреден списък със стила „1.)“, въведете „.)“ в това поле.</ahelp>" #. FWEse #: 06050500.xhp @@ -39417,7 +39417,7 @@ msgctxt "" "par_id3156060\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline><ahelp hid=\"cui/ui/numberingoptionspage/color\">Select a color for the current numbering scheme.</ahelp></defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline><ahelp hid=\"cui/ui/numberingoptionspage/color\">Изберете цвят за текущата схема за номериране.</ahelp></defaultinline></switchinline>" #. JQB8P #: 06050500.xhp @@ -39453,7 +39453,7 @@ msgctxt "" "hd_id3149934\n" "help.text" msgid "Graphics" -msgstr "" +msgstr "Графика" #. YLCPM #: 06050500.xhp @@ -39579,7 +39579,7 @@ msgctxt "" "tit\n" "help.text" msgid "Position (Lists)" -msgstr "" +msgstr "Позиция (Списъци)" #. pbtfH #: 06050600.xhp @@ -39588,7 +39588,7 @@ msgctxt "" "hd_id3150467\n" "help.text" msgid "<variable id=\"positionh1\"><link href=\"text/shared/01/06050600.xhp\" name=\"Position\">Position</link></variable>" -msgstr "" +msgstr "<variable id=\"positionh1\"><link href=\"text/shared/01/06050600.xhp\" name=\"Position\">Позиция</link></variable>" #. ZuAPU #: 06050600.xhp @@ -39597,7 +39597,7 @@ msgctxt "" "par_id3158397\n" "help.text" msgid "<variable id=\"positioninfo\">Set indent, spacing, and alignment options for numbering symbols, such as numbers or bullets, to ordered and unordered lists.</variable>" -msgstr "" +msgstr "<variable id=\"positioninfo\">Определя настройките за отстъп, разредка и подравняване на символите за номериране, като номера или водещи символи, в подредени и неподредени списъци.</variable>" #. itRYD #: 06050600.xhp @@ -39615,7 +39615,7 @@ msgctxt "" "par_id3155755\n" "help.text" msgid "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/levellb\">Select the level(s) that you want to modify.</ahelp> To apply the options to all the levels, select “1-10”." -msgstr "" +msgstr "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/levellb\">Изберете нивото или нивата, които искате да промените.</ahelp> За да приложите настройките върху всички нива, изберете „1 – 10“." #. qAm3f #: 06050600.xhp @@ -41523,7 +41523,7 @@ msgctxt "" "par_id3154682\n" "help.text" msgid "You can assign or edit shortcut keys for the current application or for all $[officename] applications. To assign a key for all applications, choose the <emph>%PRODUCTNAME</emph> radio button in the top right corner." -msgstr "" +msgstr "Можете да присвоявате или редактирате клавишни комбинации за текущото приложение или за всички приложения на $[officename]. За да присвоите клавиш за всички приложения, изберете бутона за избор <emph>%PRODUCTNAME</emph> в горния десен ъгъл." #. BjkTi #: 06140200.xhp @@ -41550,7 +41550,7 @@ msgctxt "" "par_id341603939923441\n" "help.text" msgid "A shortcut key assigned to a particular application overrides the shortcut key setting made in %PRODUCTNAME for all applications." -msgstr "" +msgstr "Клавишна комбинация, присвоена за конкретно приложение, има предимство пред настройка за същата комбинация, направена в %PRODUCTNAME за всички приложения." #. Fi6Jn #: 06140200.xhp @@ -42441,7 +42441,7 @@ msgctxt "" "par_idN10575\n" "help.text" msgid "You can only import icons that are in the PNG file format and that are 16 × 16 or 24 × 24 pixels in size." -msgstr "" +msgstr "Можете да импортирате само икони във файлов формат PNG с размер 16 × 16 или 24 × 24 пиксела." #. RLa8G #: 06140402.xhp @@ -42549,7 +42549,7 @@ msgctxt "" "par_id3156152\n" "help.text" msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/01/06130020.xhp\">Macro Selector</link> to assign a macro to the selected event.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Отваря прозореца <link href=\"text/shared/01/06130020.xhp\">Избор на макрос</link>, в който да присвоите макрос на избраното събитие.</ahelp>" #. 6a78S #: 06140500.xhp @@ -45366,7 +45366,7 @@ msgctxt "" "hd_id3245643\n" "help.text" msgid "Word Joiner" -msgstr "" +msgstr "Съединител на думи" #. 4Ur7Y #: formatting_mark.xhp @@ -45969,7 +45969,7 @@ msgctxt "" "par_id511534716948194\n" "help.text" msgid "Image compression can be lossless or lossy. Lossless compression allows the original image to be perfectly reconstructed from the compressed data. In contrast, lossy compression permits reconstruction only of an approximation of the original image, therefore with some loss of quality, though usually with improved compression rates (and therefore reduced file sizes)." -msgstr "" +msgstr "Компресията на изображения може да бъде със и без загуба. Компресията без загуба позволява съвършено реконструиране на изображението от компресираните данни. Компресията със загуба позволява само приблизително реконструиране на първоначалното изображение, при което има известна загуба на качество, но обикновено се подобрява коефициентът на компресия (което означава по-малък размер на файла)." #. YAF9S #: image_compression.xhp @@ -45978,7 +45978,7 @@ msgctxt "" "par_id701534530496585\n" "help.text" msgid "Select the image, choose <item type=\"menuitem\">Format - Image - Compress</item>." -msgstr "" +msgstr "Изберете изображението, после <item type=\"menuitem\">Форматиране - Изображение - Компресиране</item>." #. kUBEn #: image_compression.xhp @@ -45987,7 +45987,7 @@ msgctxt "" "par_id611534528851319\n" "help.text" msgid "Select the image, open the context menu and choose <item type=\"menuitem\">Compress</item>." -msgstr "" +msgstr "Изберете изображението, отворете контекстното меню и изберете <item type=\"menuitem\">Компресиране</item>." #. 4WmeG #: image_compression.xhp @@ -46590,7 +46590,7 @@ msgctxt "" "par_id0120200912190940\n" "help.text" msgid "If the icon is arranged on the background, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> while you click." -msgstr "" +msgstr "Ако иконата е разположена във фона, задръжте <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>, докато щраквате." #. YHe2b #: moviesound.xhp @@ -46734,7 +46734,7 @@ msgctxt "" "hd_id190920161731349683\n" "help.text" msgid "<link href=\"text/shared/01/notebook_bar.xhp\">User Interface</link>" -msgstr "" +msgstr "<link href=\"text/shared/01/notebook_bar.xhp\">Потребителски интерфейс</link>" #. 5eu7G #: notebook_bar.xhp @@ -46743,7 +46743,7 @@ msgctxt "" "par_id791612306305954\n" "help.text" msgid "Opens the Select Your Preferred User Interface dialog to let you choose the user interface layout for %PRODUCTNAME." -msgstr "" +msgstr "Отваря диалога „Изберете предпочитания от вас потребителски интерфейс“, за да можете да изберете оформлението на потребителския интерфейс за %PRODUCTNAME." #. aGRwD #: notebook_bar.xhp @@ -46752,7 +46752,7 @@ msgctxt "" "par_id190920161732262244\n" "help.text" msgid "<ahelp hid=\".\">The notebook bar shows a different way to organize controls and icons than a collection of straight rows of icons, displaying contextual groups of commands and contents for a quicker usage and better user experience.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Динамичната лента предлага различна организация на контролите и иконите вместо прави редове от икони, като показва командите и съдържанието контекстно групирани, с цел по-бърз достъп и по-добро потребителско изживяване.</ahelp>" #. eBXFy #: notebook_bar.xhp @@ -46779,7 +46779,7 @@ msgctxt "" "par_id190920161744068946\n" "help.text" msgid "The <emph>User Interface</emph> entry defines which user interface elements are visible." -msgstr "" +msgstr "Изборът на <emph>потребителски интерфейс</emph> указва кои елементи на потребителския интерфейс да са видими." #. Y4ACs #: notebook_bar.xhp @@ -46788,7 +46788,7 @@ msgctxt "" "par_id190920161744068819\n" "help.text" msgid "Standard toolbar" -msgstr "" +msgstr "Стандартна лента с инструменти" #. XREwu #: notebook_bar.xhp @@ -46797,7 +46797,7 @@ msgctxt "" "par_id851612307031565\n" "help.text" msgid "Classic mode with two visible toolbars – standard and formatting. The sidebar is partially collapsed and shows only tabs. Intended for users who are familiar with the classic interface." -msgstr "" +msgstr "Класически режим с две видими ленти с инструменти – стандартни команди и форматиране. Страничната лента е отчасти свита и показва само етикети на раздели. Предназначен за потребители, запознати с класическия интерфейс." #. DPUVF #: notebook_bar.xhp @@ -46806,7 +46806,7 @@ msgctxt "" "par_id190920161744069064\n" "help.text" msgid "Tabbed" -msgstr "" +msgstr "С раздели" #. G3kBv #: notebook_bar.xhp @@ -46815,7 +46815,7 @@ msgctxt "" "par_id651612308171162\n" "help.text" msgid "In this mode, the bar is divided into tabs, where each tab displays a set of icons grouped by context. The context can also change depending on the object selected in the document, for example a table or an image. The Tabbed user interface is the most similar to the Ribbons used in Microsoft Office. It organizes functions in tabs and makes the main menu obsolete." -msgstr "" +msgstr "В този режим лентата е разбита на раздели, всеки от които съдържа набор от икони, групирани по контекст. Контекстът може да се мени и според избрания в документа обект, например таблица или изображение. Потребителският интерфейс с раздели е най-близък до лентите, използвани в Microsoft Office. Организирането на функционалността в раздели прави главното меню излишно." #. Z3syw #: notebook_bar.xhp @@ -46824,7 +46824,7 @@ msgctxt "" "hd_id121612308178510\n" "help.text" msgid "Tabbed compact" -msgstr "" +msgstr "С раздели, компактна" #. S64Hx #: notebook_bar.xhp @@ -46833,7 +46833,7 @@ msgctxt "" "par_id91612308184979\n" "help.text" msgid "The Tabbed Compact variant aims to be familiar with the Microsoft Office interface, yet occupying less space for smaller screens." -msgstr "" +msgstr "Компактният вариант с раздели цели близост с интерфейса на Microsoft Office, но заема по-малко място, за по-малки екрани." #. TFCoD #: notebook_bar.xhp @@ -46842,7 +46842,7 @@ msgctxt "" "hd_id701612308190664\n" "help.text" msgid "Groupedbar compact" -msgstr "" +msgstr "Лента с групи, компактна" #. F2FbK #: notebook_bar.xhp @@ -46851,7 +46851,7 @@ msgctxt "" "par_id381612308201500\n" "help.text" msgid "The Groupedbar Compact interface provides access to functions in groups, with icons for most-frequently used features, and dropdown menus for others. This compact variant favors vertical space." -msgstr "" +msgstr "Компактната лента с групи предоставя достъп до функциите по групи, с икони за най-често използваните функции и падащи менюта за останалите. Този компактен вариант пести място по вертикала." #. Nn5my #: notebook_bar.xhp @@ -46860,7 +46860,7 @@ msgctxt "" "par_id190920161744063712\n" "help.text" msgid "Contextual single" -msgstr "" +msgstr "Контекстно, обединени" #. kFfNM #: notebook_bar.xhp @@ -46869,7 +46869,7 @@ msgctxt "" "par_id581612307790744\n" "help.text" msgid "The Contextual Single interface shows functions in a single-line toolbar with context-dependent content." -msgstr "" +msgstr "Контекстният единичен интерфейс показва функциите в лента с инструменти от един ред, чието съдържание зависи от контекста." #. fH7Zn #: notebook_bar.xhp @@ -46878,7 +46878,7 @@ msgctxt "" "par_id190920161744061192\n" "help.text" msgid "Single toolbar" -msgstr "" +msgstr "Единична лента с инструменти" #. 7tFzV #: notebook_bar.xhp @@ -46887,7 +46887,7 @@ msgctxt "" "par_id531612307932017\n" "help.text" msgid "Standard user interface but with single-line toolbar. Intended for use on small screens. The sidebar is collapsed." -msgstr "" +msgstr "Стандартен потребителски интерфейс, но с лента с инструменти само на един ред. Предназначен за употреба на малки екрани. Страничната лента е свита." #. W6yav #: notebook_bar.xhp @@ -46896,7 +46896,7 @@ msgctxt "" "par_id190920161744069136\n" "help.text" msgid "Sidebar" -msgstr "" +msgstr "Странична лента" #. udotR #: notebook_bar.xhp @@ -46905,7 +46905,7 @@ msgctxt "" "par_id411612308221445\n" "help.text" msgid "Standard user interface with expanded sidebar. Expert users who want to quickly change many different properties are advised to use this user interface." -msgstr "" +msgstr "Стандартен потребителски интерфейс с разгъната странична лента. Препоръчва се за опитни потребители, които искат бързо да променят множество различни свойства." #. SEtCx #: notebook_bar.xhp @@ -47319,7 +47319,7 @@ msgctxt "" "par_id941619265371175\n" "help.text" msgid "For security reasons, the installation and removal of extensions are controlled by settings in the <link href=\"text/shared/optionen/expertconfig.xhp\" name=\"expert configuration\">Expert Configuration</link>. By default, installation and removal are enabled." -msgstr "" +msgstr "От съображения за сигурност инсталирането и премахването на разширения се контролират чрез настройки в прозореца <link href=\"text/shared/optionen/expertconfig.xhp\" name=\"expert configuration\">Експертни настройки</link>. По подразбиране инсталирането и премахването са разрешени." #. AEioS #: packagemanager.xhp @@ -48453,7 +48453,7 @@ msgctxt "" "bm_id3149955\n" "help.text" msgid "<bookmark_value>embedding fonts in document file</bookmark_value><bookmark_value>documents; embedding fonts</bookmark_value><bookmark_value>font embedding; in documents</bookmark_value><bookmark_value>fonts; embedding</bookmark_value><bookmark_value>fonts; licensing for embedding</bookmark_value><bookmark_value>embedding; fonts</bookmark_value><bookmark_value>embedding licensed fonts</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>вграждане на шрифтове в документи</bookmark_value> <bookmark_value>документи; вграждане на шрифтове</bookmark_value> <bookmark_value>шрифтове, вграждане; в документи</bookmark_value> <bookmark_value>шрифтове; вграждане на</bookmark_value> <bookmark_value>шрифтове; лицензиране за вграждане</bookmark_value> <bookmark_value>вграждане; шрифтове</bookmark_value> <bookmark_value>вграждане на лицензирани шрифтове</bookmark_value>" #. VdsXE #: prop_font_embed.xhp @@ -48480,7 +48480,7 @@ msgctxt "" "hd_id3149999\n" "help.text" msgid "Font embedding" -msgstr "" +msgstr "Вграждане на шрифтове" #. LM4Gn #: prop_font_embed.xhp @@ -48507,7 +48507,7 @@ msgctxt "" "par_id191616163803305\n" "help.text" msgid "Font licenses may restrict embedding fonts in documents. Font files contain flags that indicate if and how they can be embedded within a document file. %PRODUCTNAME parses these flags and determines if and how it may be embedded in a document file, and when you open a document containing embedded fonts, it will also look at these flags to determine if and how a document can be viewed or edited." -msgstr "" +msgstr "Лицензите на шрифтовете може да ограничават вграждането им в документи. Шрифтовите файлове съдържат флагове, които указват дали и как те могат да бъдат вграждани във файл с документ. %PRODUCTNAME анализира тези флагове и определя дали и как шрифтът може да бъде вграден във файл с документ, а когато отворите документ с вградени шрифтове, тези флагове отново се проверяват, за да се определи дали и как документът може да бъде разглеждан или редактиран." #. iBvGV #: ref_epub_export.xhp @@ -50271,7 +50271,7 @@ msgctxt "" "par_id251619267385242\n" "help.text" msgid "The restrictions that limit copying, editing or printing depend on the reader software to obey them, so the security they provide is limited." -msgstr "" +msgstr "За спазването на ограниченията за копиране, редактиране или отпечатване се разчита на четящия софтуер, така че предоставяната от тях сигурност е ограничена." #. ENhob #: ref_pdf_export_security.xhp @@ -50541,7 +50541,7 @@ msgctxt "" "par_id221602623934399\n" "help.text" msgid "Creates a universal accessibility-complying PDF file that follows the requirements of PDF/UA (ISO 14289) specifications." -msgstr "" +msgstr "Създава PDF файл, отговарящ на изискванията на спецификацията PDF/UA (ISO 14289) за универсална достъпност." #. 69kZa #: ref_pdf_export_universal_accessibility.xhp @@ -50577,7 +50577,7 @@ msgctxt "" "par_id601603042936801\n" "help.text" msgid "The document title is set." -msgstr "" +msgstr "Зададено е заглавие на документа." #. Buz6f #: ref_pdf_export_universal_accessibility.xhp @@ -50586,7 +50586,7 @@ msgctxt "" "par_id951603042978520\n" "help.text" msgid "The document language is set, or all styles in use have the language property set." -msgstr "" +msgstr "Зададен е език на документа или всички използвани стилове имат зададен език." #. fEd8D #: ref_pdf_export_universal_accessibility.xhp @@ -50595,7 +50595,7 @@ msgctxt "" "par_id951603042984032\n" "help.text" msgid "All images, graphics, OLE objects have an alternate (alt) text or a title." -msgstr "" +msgstr "Всички изображения, графики и OLE обекти имат алтернативен текст или заглавие." #. BJVkG #: ref_pdf_export_universal_accessibility.xhp @@ -50604,7 +50604,7 @@ msgctxt "" "par_id341603042991177\n" "help.text" msgid "Tables do not contain split or merged cells." -msgstr "" +msgstr "Таблиците не съдържат разделени или обединени клетки." #. EB7P5 #: ref_pdf_export_universal_accessibility.xhp @@ -50613,7 +50613,7 @@ msgctxt "" "par_id481603043007920\n" "help.text" msgid "Only integrated numbering is used, no manual numbering. For example, do not type \"1.\", \"2.\", \"3.\" at the beginning of paragraphs." -msgstr "" +msgstr "Използвано е само интегрирано номериране, няма ръчно номериране. Например не въвеждайте „1.“, „2.“, „3.“ в началото на абзаците." #. EJHYF #: ref_pdf_export_universal_accessibility.xhp @@ -50622,7 +50622,7 @@ msgctxt "" "par_id521603043012471\n" "help.text" msgid "Hyperlink texts without the underlying hyperlinks." -msgstr "" +msgstr "Текстове хипервръзки без действителни хипервръзки." #. XCS8t #: ref_pdf_export_universal_accessibility.xhp @@ -50631,7 +50631,7 @@ msgctxt "" "par_id521603043019328\n" "help.text" msgid "The contrast between text and the background meets the WCAG specification." -msgstr "" +msgstr "Контрастът между текста и фона отговаря на спецификацията WCAG." #. SFkn5 #: ref_pdf_export_universal_accessibility.xhp @@ -50649,7 +50649,7 @@ msgctxt "" "par_id251603043029601\n" "help.text" msgid "No footnotes or endnotes." -msgstr "" +msgstr "Няма бележки под линия и в края на текста." #. 4pgqF #: ref_pdf_export_universal_accessibility.xhp @@ -50658,7 +50658,7 @@ msgctxt "" "par_id101603043034257\n" "help.text" msgid "Headings must increase sequentially with no skips, for example, you cannot have Heading 1, Heading 3, and no Heading 2." -msgstr "" +msgstr "Нивата на заглавията трябва да се увеличават последователно, без прескачане, например не може да се премине от „Заглавие 1“ към „Заглавие 3“ без „Заглавие 2“." #. vfTEE #: ref_pdf_export_universal_accessibility.xhp @@ -50676,7 +50676,7 @@ msgctxt "" "par_id311603047235460\n" "help.text" msgid "You can check the document accessibility compliance before exporting with <menuitem>Tools - Check Accessibility</menuitem>" -msgstr "" +msgstr "Можете да проверите дали документът отговаря на изискванията за достъпност, преди да го експортирате, с <menuitem>Инструменти - Проверка за достъпност</menuitem>." #. ihxeF #: ref_pdf_export_user_interface.xhp diff --git a/source/bg/helpcontent2/source/text/shared/02.po b/source/bg/helpcontent2/source/text/shared/02.po index 15358b3aa7d..14b61e042b1 100644 --- a/source/bg/helpcontent2/source/text/shared/02.po +++ b/source/bg/helpcontent2/source/text/shared/02.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: 2021-04-27 17:02+0200\n" -"PO-Revision-Date: 2021-04-14 19:37+0000\n" +"PO-Revision-Date: 2021-05-01 20:37+0000\n" "Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n" "Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/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 4.4.2\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1562357690.000000\n" @@ -9087,7 +9087,7 @@ msgctxt "" "par_id3147094\n" "help.text" msgid "<variable id=\"wozu\">If you require a form that can refer to the data in a table or query and can additionally display data from another table, you should create a subform.</variable> For example, this subform can be a text box that displays the data of another database table." -msgstr "" +msgstr "<variable id=\"wozu\">Ако ви е необходим формуляр, който може да цитира данните от таблица или заявка и в допълнение да показва данни от друга таблица, трябва да създадете подформуляр.</variable> Този подформуляр може например да представлява текстово поле, показващо данните от друга таблица в базата от данни." #. XHd6U #: 01170203.xhp diff --git a/source/bg/helpcontent2/source/text/shared/explorer/database.po b/source/bg/helpcontent2/source/text/shared/explorer/database.po index 77cdb3123a9..f991456d963 100644 --- a/source/bg/helpcontent2/source/text/shared/explorer/database.po +++ b/source/bg/helpcontent2/source/text/shared/explorer/database.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-04-27 17:03+0200\n" +"POT-Creation-Date: 2021-05-05 17:15+0200\n" "PO-Revision-Date: 2021-03-15 20:36+0000\n" "Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n" "Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedexplorerdatabase/bg/>\n" @@ -16,771 +16,6 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1549986591.000000\n" -#. jpgRA -#: 11000002.xhp -msgctxt "" -"11000002.xhp\n" -"tit\n" -"help.text" -msgid "Data sources in $[officename]" -msgstr "Източници на данни в $[officename]" - -#. w4Ehh -#: 11000002.xhp -msgctxt "" -"11000002.xhp\n" -"bm_id3155449\n" -"help.text" -msgid "<bookmark_value>databases;drag and drop (Base)</bookmark_value>" -msgstr "<bookmark_value>бази от данни;плъзгане и пускане (Base)</bookmark_value>" - -#. AqvhY -#: 11000002.xhp -msgctxt "" -"11000002.xhp\n" -"hd_id3151299\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/11000002.xhp\" name=\"Data sources in $[officename]\">Data sources in $[officename]</link>" -msgstr "<link href=\"text/shared/explorer/database/11000002.xhp\" name=\"Източници на данни в $[officename]\">Източници на данни в $[officename]</link>" - -#. PNBCF -#: 11000002.xhp -msgctxt "" -"11000002.xhp\n" -"hd_id3150616\n" -"help.text" -msgid "Selecting the Address Book" -msgstr "Избиране на адресния бележник" - -#. GeoEc -#: 11000002.xhp -msgctxt "" -"11000002.xhp\n" -"par_id3153049\n" -"help.text" -msgid "To select the address book that you want to use, choose <link href=\"text/shared/01/01110101.xhp\" name=\"Tools - Address Book Source\"><emph>Tools - Address Book Source</emph></link>." -msgstr "За да посочите адресния бележник, който желаете да използвате, изберете <link href=\"text/shared/01/01110101.xhp\" name=\"Tools - Address Book Source\"><emph>Инструменти - Източник за адресния бележник</emph></link>." - -#. hdhBt -#: 11000002.xhp -msgctxt "" -"11000002.xhp\n" -"hd_id3147275\n" -"help.text" -msgid "Opening a Data Source" -msgstr "Отваряне на източник на данни" - -#. C7ppK -#: 11000002.xhp -msgctxt "" -"11000002.xhp\n" -"par_id3154143\n" -"help.text" -msgid "To open the data source view, press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+F4</keycode> in a text, spreadsheet or form document." -msgstr "За да отворите изгледа за източник на данни, натиснете <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+F4</keycode> в текстов документ, електронна таблица или формуляр." - -#. qiyEE -#: 11000002.xhp -msgctxt "" -"11000002.xhp\n" -"par_id3154046\n" -"help.text" -msgid "To view the contents of a database, click the plus sign (+) in front of the name in the data source view." -msgstr "За да видите съдържанието на база от данни, щракнете върху знака плюс (+) пред името й в изгледа с източници на данни." - -#. 884eA -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"tit\n" -"help.text" -msgid "ODBC" -msgstr "ODBC" - -#. QkyCA -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"hd_id3149031\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/11020000.xhp\" name=\"ODBC\">ODBC</link>" -msgstr "<link href=\"text/shared/explorer/database/11020000.xhp\" name=\"ODBC\">ODBC</link>" - -#. kyqcm -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"par_id3150499\n" -"help.text" -msgid "<ahelp hid=\".\">Specifies the settings for <link href=\"text/shared/00/00000005.xhp#odbc\" name=\"ODBC\">ODBC</link> databases. This includes your user access data, driver settings, and font definitions.</ahelp>" -msgstr "<ahelp hid=\".\">Определя настройките за съвместими с <link href=\"text/shared/00/00000005.xhp#odbc\" name=\"ODBC\">ODBC</link> бази от данни. Това включва данните за потребителски достъп, настройките на драйверите и дефинициите на шрифтове.</ahelp>" - -#. Dbr2C -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"hd_id3148642\n" -"help.text" -msgid "User Name" -msgstr "Потребителско име" - -#. WBXTJ -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"par_id3154514\n" -"help.text" -msgid "<ahelp hid=\".\">Type the user name for accessing the database.</ahelp>" -msgstr "<ahelp hid=\".\">Въведете потребителско име за достъп до базата от данни.</ahelp>" - -#. DpZgn -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"hd_id3153665\n" -"help.text" -msgid "Password required" -msgstr "Изисква се парола" - -#. HaYKD -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"par_id3145119\n" -"help.text" -msgid "<ahelp hid=\".\">Prevents an unauthorized user from accessing the database. You only need to enter the password once per session.</ahelp>" -msgstr "<ahelp hid=\".\">Предотвратява неупълномощен достъп до базата от данни. Въвеждането на паролата е необходимо само веднъж във всяка сесия.</ahelp>" - -#. QWAfC -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"hd_id3153087\n" -"help.text" -msgid "Driver Settings" -msgstr "Настройки на драйвера" - -#. FFBSB -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"par_id3143271\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/odbcpage/options\">Use this text field to enter additional optional driver settings if this is necessary.</ahelp>" -msgstr "<ahelp hid=\"dbaccess/ui/odbcpage/options\">Ако е необходимо, в това текстово поле можете да въведете допълнителни незадължителни настройки за драйвера.</ahelp>" - -#. ETNaE -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"hd_id3152472\n" -"help.text" -msgid "Character Set" -msgstr "Знаков набор" - -#. SCzpp -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"par_id3151245\n" -"help.text" -msgid "<ahelp hid=\"HID_DSADMIN_CHARSET_ODBC\">Select the code conversion that you want to use to view the database in $[officename]. This does not affect the database.</ahelp> Choose \"System\" to use the default character set of your operating system. Text and dBASE databases are restricted to character sets with a fixed-size character length, where all characters are encoded with the same number of bytes." -msgstr "<ahelp hid=\"HID_DSADMIN_CHARSET_ODBC\">Изберете кодировката, с която ще разглеждате базата от данни в $[officename]. Настройката не влияе върху самата база от данни.</ahelp> Изберете „Системен“ за подразбирания знаков набор на операционната система. Текстовите бази от данни и тези на dBASE са ограничени до знакови набори с фиксирана дължина на знака, в които всички знаци са кодирани с еднакъв брой байтове." - -#. xBEZv -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"hd_id3149669\n" -"help.text" -msgid "General" -msgstr "Общи" - -#. REocx -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"hd_id3147265\n" -"help.text" -msgid "Retrieve generated values" -msgstr "Извличане на генерираните стойности" - -#. ToEkf -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"par_id3151054\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/generatedvaluespage/autoretrieve\">Enables $[officename] support of auto-incremented data fields for the current ODBC or JDBC data source.</ahelp> Select this check box if the database does not support the auto-increment feature in its SDBCX layer. In general, the auto-increment is selected for the primary key field." -msgstr "<ahelp hid=\"dbaccess/ui/generatedvaluespage/autoretrieve\">Разрешава поддръжката на $[officename] за автоматично увеличаващи полета за текущия източник на данни, съвместим с ODBC или JDBC.</ahelp> Отметнете това поле, ако базата от данни не поддържа функция за автоматично нарастване в слоя SDBCX. По принцип автоувеличаването се избира за полето – първичен ключ." - -#. aokLy -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"hd_id3150400\n" -"help.text" -msgid "Auto-increment statement" -msgstr "Оператор за автоувеличаване" - -#. HFuC7 -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"par_id3154366\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/generatedvaluespage/statement\">Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field.</ahelp> For example, a typical SQL statement to create a data field is:" -msgstr "<ahelp hid=\"dbaccess/ui/generatedvaluespage/statement\">Въведете спецификатор за команда на SQL, който указва на източника на данни да увеличава автоматично стойностите на дадено поле от тип Integer.</ahelp> Ето например един типичен оператор на SQL за създаване на поле:" - -#. C5Mvn -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"par_id3159149\n" -"help.text" -msgid "CREATE TABLE \"table1\" (\"id\" INTEGER)" -msgstr "CREATE TABLE \"table1\" (\"id\" INTEGER)" - -#. M4YsG -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"par_id3147084\n" -"help.text" -msgid "To auto-increment the \"id\" data field in a MySQL database, change the statement to:" -msgstr "За да се зададе автоувеличаване на полето „id“ в база от данни на MySQL, този оператор трябва да се промени така:" - -#. 2pPyd -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"par_id3154909\n" -"help.text" -msgid "CREATE TABLE \"table1\" (\"id\" INTEGER AUTO_INCREMENT)" -msgstr "CREATE TABLE \"table1\" (\"id\" INTEGER AUTO_INCREMENT)" - -#. wyFqp -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"par_id3152933\n" -"help.text" -msgid "In other words, enter AUTO_INCREMENT into <emph>Auto-increment statement</emph> box." -msgstr "С други думи, трябва да въведете AUTO_INCREMENT в полето <emph>Оператор за автоувеличаване</emph>." - -#. cFjbY -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"hd_id3149765\n" -"help.text" -msgid "Query of generated values" -msgstr "Заявка за генерирани стойности" - -#. EnHXJ -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"par_id3145171\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/generatedvaluespage/query\">Enter an SQL statement that returns the last auto-incremented value for the primary key data field.</ahelp> For example:" -msgstr "<ahelp hid=\"dbaccess/ui/generatedvaluespage/query\">Въведете оператор на SQL, който намира последната автоматично увеличена стойност за полето – първичен ключ.</ahelp> Например:" - -#. KdqAK -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"par_id3150769\n" -"help.text" -msgid "SELECT LAST_INSERT_D();" -msgstr "SELECT LAST_INSERT_D();" - -#. UcUfT -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"hd_id3157892\n" -"help.text" -msgid "Use SQL92 naming constraints" -msgstr "Използване на езикови ограничения на SQL92" - -#. nvCRa -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"par_id3153368\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/specialsettingspage/usesql92\">Only allows names that use characters that conform to the SQL92 naming constraints in the data source. All other characters are rejected.</ahelp> Each name must begin with a lower or upper case letter, or an underline ( _ ). The remaining characters can be ASCII letters, underlines, and numbers." -msgstr "<ahelp hid=\"dbaccess/ui/specialsettingspage/usesql92\">В източника на данни се разрешават само имена, знаците от които отговарят на ограниченията за имена в SQL92. Всички останали знаци се отхвърлят.</ahelp> Всяко име трябва да започва с малка или главна буква или долна черта ( _ ). Останалите знаци могат да бъдат букви от ASCII, долни черти или цифри." - -#. 9BNi4 -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"hd_id3154011\n" -"help.text" -msgid "Use Catalog for file-based databases" -msgstr "Използване на каталог за файлови бази от данни" - -#. BaWgu -#: 11020000.xhp -msgctxt "" -"11020000.xhp\n" -"par_id3148618\n" -"help.text" -msgid "<ahelp hid=\"HID_DSADMIN_USECATALOG\">Uses the current data source of the Catalog. This is useful when the ODBC data source is a database server. If the ODBC data source is a dBASE driver, leave this check box clear.</ahelp>" -msgstr "<ahelp hid=\"HID_DSADMIN_USECATALOG\">Използва текущия източник на данни на каталога. Това е полезно, когато източникът на данни по стандарт ODBC е сървър за бази от данни. Ако ODBC източникът е драйвер за dBASE, оставете това квадратче без отметка.</ahelp>" - -#. RBCN4 -#: 11030000.xhp -msgctxt "" -"11030000.xhp\n" -"tit\n" -"help.text" -msgid "dBASE" -msgstr "dBASE" - -#. bWmM9 -#: 11030000.xhp -msgctxt "" -"11030000.xhp\n" -"hd_id3153539\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/11030000.xhp\" name=\"dBase\">dBASE</link>" -msgstr "<link href=\"text/shared/explorer/database/11030000.xhp\" name=\"dBase\">dBASE</link>" - -#. EFxxW -#: 11030000.xhp -msgctxt "" -"11030000.xhp\n" -"par_id3147088\n" -"help.text" -msgid "<ahelp hid=\".\">Specify the settings for a dBASE database.</ahelp>" -msgstr "<ahelp hid=\".\">Тук се задават настройките за база от данни на dBASE.</ahelp>" - -#. bSnXm -#: 11030000.xhp -msgctxt "" -"11030000.xhp\n" -"par_id3151110\n" -"help.text" -msgid "To be able to define relations between tables, use JDBC or ODBC from within $[officename]." -msgstr "За да можете да задавате връзки между таблиците, използвайте JDBC или ODBC от $[officename]." - -#. irtxH -#: 11030000.xhp -msgctxt "" -"11030000.xhp\n" -"hd_id3149233\n" -"help.text" -msgid "Display inactive records" -msgstr "Показване на неактивните записи" - -#. Y4AnV -#: 11030000.xhp -msgctxt "" -"11030000.xhp\n" -"par_id3153823\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/dbasepage/showDelRowsCheckbutton\">Displays all the records in a file, including those marked as deleted. If you select this check box, you cannot delete records.</ahelp>" -msgstr "<ahelp hid=\"dbaccess/ui/dbasepage/showDelRowsCheckbutton\">Показва всички записи в даден файл, включително маркираните като изтрити. Ако отметнете това поле, няма да можете да изтривате записи.</ahelp>" - -#. 7vpRc -#: 11030000.xhp -msgctxt "" -"11030000.xhp\n" -"par_id3156023\n" -"help.text" -msgid "In dBASE format, deleted records remain in the file." -msgstr "Във формата на dBASE изтритите записи остават във файла." - -#. ZYefW -#: 11030000.xhp -msgctxt "" -"11030000.xhp\n" -"par_id3151384\n" -"help.text" -msgid "To view any changes that you make to the database, close the connection to the database, and then reconnect the database." -msgstr "За да видите резултата от промените, които нанасяте в базата от данни, затворете връзката към нея и се свържете отново." - -#. 5LBSi -#: 11030000.xhp -msgctxt "" -"11030000.xhp\n" -"par_id0904200811094971\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the code conversion that you want to use to view the database in $[officename]. This does not affect the database.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Изберете кодировката, с която ще разглеждате базата от данни в $[officename]. Настройката не влияе върху самата база от данни.</ahelp>" - -#. Gmun9 -#: 11030000.xhp -msgctxt "" -"11030000.xhp\n" -"hd_id3149047\n" -"help.text" -msgid "Indexes" -msgstr "Индекси" - -#. wh2wn -#: 11030000.xhp -msgctxt "" -"11030000.xhp\n" -"par_id3161656\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/dbasepage/indiciesButton\">Opens the <link href=\"text/shared/explorer/database/11030100.xhp\" name=\"Indexes\"><emph>Indexes</emph></link> dialog, where you can organize the table indexes in the current dBASE database.</ahelp>" -msgstr "<ahelp hid=\"dbaccess/ui/dbasepage/indiciesButton\">Отваря диалоговия прозорец <link href=\"text/shared/explorer/database/11030100.xhp\" name=\"Индекси\"><emph>Индекси</emph></link>, с който можете да организирате индексите в текущата база от данни на dBASE.</ahelp>" - -#. vMA8w -#: 11030100.xhp -msgctxt "" -"11030100.xhp\n" -"tit\n" -"help.text" -msgid "Indexes" -msgstr "Индекси" - -#. aznJb -#: 11030100.xhp -msgctxt "" -"11030100.xhp\n" -"hd_id3148983\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/11030100.xhp\" name=\"Indexes\">Indexes</link>" -msgstr "<link href=\"text/shared/explorer/database/11030100.xhp\" name=\"Индекси\">Индекси</link>" - -#. DmGsN -#: 11030100.xhp -msgctxt "" -"11030100.xhp\n" -"par_id3150247\n" -"help.text" -msgid "<ahelp hid=\".\">Lets you organize dBASE database indexes.</ahelp> An index allows you to access a database quickly, provided that you query the data in the selection that was defined through the index. When you design a table, you can define the indexes on the <emph>Indexes </emph>tab page." -msgstr "<ahelp hid=\".\">Служи за организиране на индексите в база от данни на dBASE.</ahelp> Индексите ускоряват достъпа до данните, ако използвате като критерии за търсене стойностите на индексираните полета. Когато проектирате таблица, можете да зададете индексите в раздела <emph>Индекси</emph>." - -#. Aj5Uz -#: 11030100.xhp -msgctxt "" -"11030100.xhp\n" -"hd_id3155339\n" -"help.text" -msgid "Table" -msgstr "Таблица" - -#. bzzGv -#: 11030100.xhp -msgctxt "" -"11030100.xhp\n" -"par_id3152551\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/table\">Select the database table that you want to index.</ahelp>" -msgstr "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/table\">Изберете таблицата, която искате да индексирате.</ahelp>" - -#. eyouE -#: 11030100.xhp -msgctxt "" -"11030100.xhp\n" -"hd_id3159233\n" -"help.text" -msgid "Table Indexes" -msgstr "Индекси на таблицата" - -#. hyCqp -#: 11030100.xhp -msgctxt "" -"11030100.xhp\n" -"par_id3143267\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/tableindex\">Lists the current indexes for the selected database table.</ahelp> To remove an index from the list, click the index, and then click the right arrow." -msgstr "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/tableindex\">Изброява текущите индекси за избраната таблица в базата от данни.</ahelp> За да премахнете индекс от списъка, щракнете върху него и после – върху стрелката надясно." - -#. scWXw -#: 11030100.xhp -msgctxt "" -"11030100.xhp\n" -"hd_id3148538\n" -"help.text" -msgid "Free Indexes" -msgstr "Свободни индекси" - -#. mtGqS -#: 11030100.xhp -msgctxt "" -"11030100.xhp\n" -"par_id3151110\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/freeindex\">Lists the available indexes that you can assign to a table.</ahelp> To assign an index to a selected table, click the left arrow icon. The left double arrow assigns all available indexes." -msgstr "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/freeindex\">Изброява наличните индекси, които можете да присвоите на таблицата.</ahelp> За да припишете индекс на избраната таблица, щракнете върху иконата – стрелка наляво. Двойната стрелка наляво приписва всички достъпни индекси." - -#. U4FQh -#: 11030100.xhp -msgctxt "" -"11030100.xhp\n" -"hd_id3156152\n" -"help.text" -msgid "<" -msgstr "<" - -#. sxDJi -#: 11030100.xhp -msgctxt "" -"11030100.xhp\n" -"par_id3150984\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/add\">Moves the selected index to the <emph>Table Indexes</emph> list.</ahelp>" -msgstr "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/add\">Премества избрания индекс в списъка <emph>Индекси на таблицата</emph>.</ahelp>" - -#. FPRFh -#: 11030100.xhp -msgctxt "" -"11030100.xhp\n" -"hd_id3149416\n" -"help.text" -msgid "<<" -msgstr "<<" - -#. 45Vrm -#: 11030100.xhp -msgctxt "" -"11030100.xhp\n" -"par_id3145315\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/addall\">Moves all of the free indexes to the <emph>Table Indexes</emph> list.</ahelp>" -msgstr "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/addall\">Премества всички свободни индекси в списъка <emph>Индекси на таблицата</emph>.</ahelp>" - -#. Ba8Z9 -#: 11030100.xhp -msgctxt "" -"11030100.xhp\n" -"hd_id3149579\n" -"help.text" -msgid ">" -msgstr ">" - -#. EP9GN -#: 11030100.xhp -msgctxt "" -"11030100.xhp\n" -"par_id3149795\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/remove\">Moves the selected table indexes to the <emph>Free Indexes</emph> list.</ahelp>" -msgstr "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/remove\">Премества избраните индекси на таблицата в списъка <emph>Свободни индекси</emph>.</ahelp>" - -#. sAASQ -#: 11030100.xhp -msgctxt "" -"11030100.xhp\n" -"hd_id3155629\n" -"help.text" -msgid ">>" -msgstr ">>" - -#. t2gbA -#: 11030100.xhp -msgctxt "" -"11030100.xhp\n" -"par_id3151245\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/removeall\">Moves all of the table indexes to the <emph>Free Indexes</emph> list.</ahelp>" -msgstr "<ahelp hid=\"dbaccess/ui/dbaseindexdialog/removeall\">Премества всички индекси на таблицата в списъка<emph>Свободни индекси</emph>.</ahelp>" - -#. LQcMC -#: 11080000.xhp -msgctxt "" -"11080000.xhp\n" -"tit\n" -"help.text" -msgid "Execute SQL statement" -msgstr "Изпълняване оператор на SQL" - -#. GDjji -#: 11080000.xhp -msgctxt "" -"11080000.xhp\n" -"bm_id3148983\n" -"help.text" -msgid "<bookmark_value>SQL; executing SQL statements (Base)</bookmark_value><bookmark_value>databases; administration through SQL (Base)</bookmark_value>" -msgstr "<bookmark_value>SQL; изпълняване на оператори на SQL (Base)</bookmark_value><bookmark_value>бази от данни; администриране чрез SQL (Base)</bookmark_value>" - -#. Fpgqa -#: 11080000.xhp -msgctxt "" -"11080000.xhp\n" -"hd_id3153345\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/11080000.xhp\" name=\"Execute SQL statement\">Execute SQL statement</link>" -msgstr "<link href=\"text/shared/explorer/database/11080000.xhp\" name=\"Изпълняване оператор на SQL\">Изпълняване оператор на SQL</link>" - -#. BtQ2b -#: 11080000.xhp -msgctxt "" -"11080000.xhp\n" -"par_id3154288\n" -"help.text" -msgid "<variable id=\"sqltext\"><ahelp hid=\".\">Opens a dialog where you can enter an SQL command for administering a database.</ahelp></variable>" -msgstr "<variable id=\"sqltext\"><ahelp hid=\".\">Отваря диалогов прозорец, в който можете да въведете команда на SQL за администриране на база от данни.</ahelp></variable>" - -#. jhBMm -#: 11080000.xhp -msgctxt "" -"11080000.xhp\n" -"par_id3147275\n" -"help.text" -msgid "You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here." -msgstr "В този диалог можете да въвеждате само административни команди като Grant, Create Table или Drop Table, не и команди за филтриране. Възможните команди зависят от източника на данни, например dBASE може да изпълнява само някои от изброените тук команди на SQL." - -#. JZmCZ -#: 11080000.xhp -msgctxt "" -"11080000.xhp\n" -"par_id3154860\n" -"help.text" -msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design View</link>." -msgstr "За да стартирате заявка на SQL за филтриране на данни от базата, използвайте <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">изгледа за проектиране на заявки</link>." - -#. Ck9G4 -#: 11080000.xhp -msgctxt "" -"11080000.xhp\n" -"hd_id3149514\n" -"help.text" -msgid "Command to execute" -msgstr "Команда за изпълнение" - -#. BHLbE -#: 11080000.xhp -msgctxt "" -"11080000.xhp\n" -"par_id3147618\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/sql\">Enter the SQL administration command that you want to run.</ahelp>" -msgstr "<ahelp hid=\"dbaccess/ui/directsqldialog/sql\">Въведете административната команда на SQL, която желаете да се изпълни.</ahelp>" - -#. 5DFEP -#: 11080000.xhp -msgctxt "" -"11080000.xhp\n" -"par_id3153087\n" -"help.text" -msgid "For example, for a \"Bibliography\" data source, you can enter the following SQL command:" -msgstr "Например за източника на данни „Библиография“ можете да въведете следната команда:" - -#. XDWsR -#: 11080000.xhp -msgctxt "" -"11080000.xhp\n" -"par_id3145673\n" -"help.text" -msgid "SELECT \"Address\" FROM \"biblio\" \"biblio\"" -msgstr "SELECT \"Address\" FROM \"biblio\" \"biblio\"" - -#. LjEvw -#: 11080000.xhp -msgctxt "" -"11080000.xhp\n" -"par_id3145611\n" -"help.text" -msgid "For more information on SQL commands, please consult the documentation that came with the database." -msgstr "За повече информация относно командите нa SQL вижте документацията на използваната система за управление на бази от данни." - -#. BQmT9 -#: 11080000.xhp -msgctxt "" -"11080000.xhp\n" -"hd_id3156024\n" -"help.text" -msgid "Previous commands" -msgstr "Предходни команди" - -#. hkxBT -#: 11080000.xhp -msgctxt "" -"11080000.xhp\n" -"par_id3149045\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/sqlhistory\">Lists the previously executed SQL commands. To run a command again, click the command, and then click <emph>Run</emph>.</ahelp>" -msgstr "<ahelp hid=\"dbaccess/ui/directsqldialog/sqlhistory\">Изброява изпълнените до момента команди на SQL. За да стартирате команда повторно, щракнете върху нея и после – върху <emph>Изпълняване</emph>.</ahelp>" - -#. AvXck -#: 11080000.xhp -msgctxt "" -"11080000.xhp\n" -"hd_id3154348\n" -"help.text" -msgid "Status" -msgstr "Състояние" - -#. yhCpt -#: 11080000.xhp -msgctxt "" -"11080000.xhp\n" -"par_id3151054\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/status\">Displays the results, including errors, of the SQL command that you ran.</ahelp>" -msgstr "<ahelp hid=\"dbaccess/ui/directsqldialog/status\">Показва резултатите, включително грешки, на стартираните от вас команди на SQL.</ahelp>" - -#. BUpxX -#: 11080000.xhp -msgctxt "" -"11080000.xhp\n" -"hd_id3154071\n" -"help.text" -msgid "Run" -msgstr "Стартиране" - -#. qDYRx -#: 11080000.xhp -msgctxt "" -"11080000.xhp\n" -"par_id3151210\n" -"help.text" -msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/execute\">Runs the command that you entered in the <emph>Command to execute </emph>box.</ahelp>" -msgstr "<ahelp hid=\"dbaccess/ui/directsqldialog/execute\">Изпълнява командата, въведена от вас в полето <emph>Команда за изпълнение</emph>.</ahelp>" - -#. 93Xfs -#: 11090000.xhp -msgctxt "" -"11090000.xhp\n" -"tit\n" -"help.text" -msgid "Table Filter" -msgstr "Филтър за таблица" - -#. yA8Tv -#: 11090000.xhp -msgctxt "" -"11090000.xhp\n" -"hd_id3150702\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/11090000.xhp\" name=\"Tables\">Table Filter</link>" -msgstr "<link href=\"text/shared/explorer/database/11090000.xhp\" name=\"Таблици\">Филтър за таблица</link>" - -#. NLCCV -#: 11090000.xhp -msgctxt "" -"11090000.xhp\n" -"par_id3149164\n" -"help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Some databases track changes to each record by assigning version number to fields that are changed. This number is incremented by 1 each time the field is changed. Displays the internal version number of the record in the database table.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Някои бази от данни следят промените във всеки запис и приписват номер на версия на променените полета. Този номер се увеличава с 1 при всяка промяна в полето. Показва вътрешния номер на версия на записа от таблицата.</ahelp>" - -#. axsoU -#: 11090000.xhp -msgctxt "" -"11090000.xhp\n" -"hd_id3154923\n" -"help.text" -msgid "Sort Ascending" -msgstr "Възходящо сортиране" - -#. XFbZd -#: 11090000.xhp -msgctxt "" -"11090000.xhp\n" -"par_id3147559\n" -"help.text" -msgid "<ahelp hid=\".\">Sorts the list of table names in ascending order starting at the beginning of the alphabet.</ahelp>" -msgstr "<ahelp hid=\".\">Сортира списъка от имена на таблици в нарастващ ред, започвайки от началото на азбуката.</ahelp>" - #. SaBHA #: dabaadvprop.xhp msgctxt "" diff --git a/source/bg/helpcontent2/source/text/shared/guide.po b/source/bg/helpcontent2/source/text/shared/guide.po index 09ad77898c9..83ae4b7f41a 100644 --- a/source/bg/helpcontent2/source/text/shared/guide.po +++ b/source/bg/helpcontent2/source/text/shared/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: 2021-04-27 17:03+0200\n" -"PO-Revision-Date: 2021-03-30 16:12+0000\n" +"PO-Revision-Date: 2021-05-05 13:37+0000\n" "Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n" "Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/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 4.4.2\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1562356897.000000\n" @@ -699,7 +699,7 @@ msgctxt "" "par_id501605796731176\n" "help.text" msgid "The following texts are changed to hyperlinks:" -msgstr "" +msgstr "Следните текстове се преобразуват в хипервръзки:" #. JEKMV #: autocorr_url.xhp @@ -708,7 +708,7 @@ msgctxt "" "par_id151606170788960\n" "help.text" msgid "Text" -msgstr "" +msgstr "Текст" #. 4GrpF #: autocorr_url.xhp @@ -717,7 +717,7 @@ msgctxt "" "par_id131606170828813\n" "help.text" msgid "Autocorrected hyperlink" -msgstr "" +msgstr "Автокоригирана хипервръзка" #. FLUHT #: autocorr_url.xhp @@ -726,7 +726,7 @@ msgctxt "" "par_id21605798391315\n" "help.text" msgid "Email addresses" -msgstr "" +msgstr "Адреси за е-поща" #. b8hkH #: autocorr_url.xhp @@ -735,7 +735,7 @@ msgctxt "" "par_id381605798546491\n" "help.text" msgid "Web addresses" -msgstr "" +msgstr "Уеб адреси" #. npDDR #: autocorr_url.xhp @@ -744,7 +744,7 @@ msgctxt "" "par_id551605798623251\n" "help.text" msgid "File addresses" -msgstr "" +msgstr "Файлови адреси" #. efTZG #: autocorr_url.xhp @@ -753,7 +753,7 @@ msgctxt "" "par_id781605797492605\n" "help.text" msgid "where <literal>x</literal> is one or more characters." -msgstr "" +msgstr "където <literal>x</literal> представлява един или повече знаци." #. 6vSTS #: autocorr_url.xhp @@ -4875,7 +4875,7 @@ msgctxt "" "par_draw9\n" "help.text" msgid "CorelDRAW" -msgstr "" +msgstr "CorelDRAW" #. rTQKQ #: convertfilters.xhp @@ -7620,7 +7620,7 @@ msgctxt "" "par_id3155535\n" "help.text" msgid "This section contains information about how to create a new database table in the <link href=\"text/sdatabase/05010000.xhp\" name=\"design view\">design view</link>." -msgstr "" +msgstr "Този раздел съдържа информация относно създаването на нови таблици в база от данни в <link href=\"text/sdatabase/05010000.xhp\" name=\"design view\">изглед Проектиране</link>." #. 39GZc #: data_tabledefine.xhp @@ -8169,7 +8169,7 @@ msgctxt "" "par_id3163713\n" "help.text" msgid "<link href=\"text/sdatabase/05010000.xhp\" name=\"Create new table, edit table structure\">Create new table, edit table structure</link>, <link href=\"text/sdatabase/05010100.xhp\" name=\"index\">index</link>, <link href=\"text/sdatabase/05020000.xhp\" name=\"relations\">relations</link>" -msgstr "" +msgstr "<link href=\"text/sdatabase/05010000.xhp\" name=\"Create new table, edit table structure\">Създаване на нова таблица, редактиране на структурата на таблица</link>, <link href=\"text/sdatabase/05010100.xhp\" name=\"index\">index</link>, <link href=\"text/sdatabase/05020000.xhp\" name=\"relations\">релации</link>" #. AENyR #: database_main.xhp @@ -10635,7 +10635,7 @@ msgctxt "" "par_id731607157836334\n" "help.text" msgid "Information is also sent about the %PRODUCTNAME version, the operating system name and version, and the computing hardware (CPU type and features; total RAM memory size; graphics device and driver)." -msgstr "" +msgstr "Изпраща се информация и за версията на %PRODUCTNAME, име и версия на операционната система и данни за хардуера (тип и характеристики на ЦП; общ обем на оперативната памет (RAM); графично устройство и драйвер)." #. oCk4J #: error_report.xhp @@ -11211,7 +11211,7 @@ msgctxt "" "bm_id3152801\n" "help.text" msgid "<bookmark_value>toolbars;docking/undocking</bookmark_value> <bookmark_value>toolbars;viewing/closing</bookmark_value> <bookmark_value>toolbars;locking/unlocking</bookmark_value> <bookmark_value>closing;toolbars</bookmark_value> <bookmark_value>docking;toolbars</bookmark_value> <bookmark_value>fixing toolbars</bookmark_value> <bookmark_value>detaching toolbars</bookmark_value> <bookmark_value>placing toolbars</bookmark_value> <bookmark_value>positioning;toolbars</bookmark_value> <bookmark_value>moving;toolbars</bookmark_value> <bookmark_value>attaching toolbars</bookmark_value> <bookmark_value>floating toolbars</bookmark_value> <bookmark_value>windows;docking</bookmark_value> <bookmark_value>viewing;toolbars</bookmark_value> <bookmark_value>showing;toolbars</bookmark_value> <bookmark_value>icon bars, see toolbars</bookmark_value> <bookmark_value>button bars, see toolbars</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>ленти с инструменти;закачване/откачване</bookmark_value> <bookmark_value>ленти с инструменти;разглеждане/затваряне</bookmark_value> <bookmark_value>ленти с инструменти;отключване/заключване</bookmark_value> <bookmark_value>затваряне;ленти с инструменти</bookmark_value> <bookmark_value>закачване;ленти с инструменти</bookmark_value> <bookmark_value>фиксиране на ленти с инструменти</bookmark_value> <bookmark_value>откачване на ленти с инструменти</bookmark_value> <bookmark_value>разполагане на ленти с инструменти</bookmark_value> <bookmark_value>позициониране;ленти с инструменти</bookmark_value> <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>" #. hA6wB #: floating_toolbar.xhp @@ -11229,7 +11229,7 @@ msgctxt "" "par_id201608908867251\n" "help.text" msgid "Toolbars in %PRODUCTNAME can be either docked as part of the main window, or floating as a separate window. By default, the visible toolbars and the ones you open with <menuitem>View – Toolbars</menuitem> are docked, and their positions are locked." -msgstr "" +msgstr "Лентите с инструменти в %PRODUCTNAME могат да бъдат или закачени като част от главния прозорец, или плаващи като отделни прозорци. По подразбиране видимите ленти с инструменти и тези, които отваряте с <menuitem>Изглед - Ленти с инструменти</menuitem> са закачени, а позициите им са заключени." #. i9a3V #: floating_toolbar.xhp @@ -11292,7 +11292,7 @@ msgctxt "" "par_id295724\n" "help.text" msgid "Click the icon in the toolbar's title bar, or choose <menuitem>Close Toolbar</menuitem> from the context menu. The toolbar will be shown automatically again when the context becomes active again." -msgstr "" +msgstr "Щракнете върху иконата в заглавната лента на лентата с инструменти или изберете <menuitem>Затваряне на лентата с инструменти</menuitem> от контекстното меню. Лентата с инструменти ще се покаже отново автоматично, когато впоследствие се активира същият контекст." #. SG6DB #: floating_toolbar.xhp @@ -11310,7 +11310,7 @@ msgctxt "" "par_id9776909\n" "help.text" msgid "While the toolbar is visible, choose <menuitem>View – Toolbars</menuitem> and click the name of the toolbar to remove the check mark." -msgstr "" +msgstr "Когато лентата с инструменти е видима, изберете <menuitem>Изглед - Ленти с инструменти</menuitem> и щракнете върху името на лентата, за да премахнете отметката." #. icSJb #: floating_toolbar.xhp @@ -11319,7 +11319,7 @@ msgctxt "" "hd_idN1077E\n" "help.text" msgid "To Show a Closed Toolbar" -msgstr "" +msgstr "За да се покаже затворена лента с инструменти" #. EScnW #: floating_toolbar.xhp @@ -11328,7 +11328,7 @@ msgctxt "" "par_idN10785\n" "help.text" msgid "Choose <menuitem>View – Toolbars</menuitem> and click the name of the toolbar." -msgstr "" +msgstr "Изберете <menuitem>Изглед - Ленти с инструменти</menuitem> и щракнете върху името на лентата с инструменти." #. pv9hG #: floating_toolbar.xhp @@ -11337,7 +11337,7 @@ msgctxt "" "par_id7296975\n" "help.text" msgid "Choose <menuitem>View – Toolbars – Reset</menuitem> to reset the toolbars to their default context sensitive behavior. Now some toolbars will be shown automatically, dependent on the context." -msgstr "" +msgstr "Изберете <emph>Изглед - Ленти с инструменти - Нулиране</emph>, за да върнете лентите с инструменти към подразбираното им контекстночувствително поведение. В този момент някои ленти може да се покажат автоматично в зависимост от контекста." #. TpoEB #: floating_toolbar.xhp @@ -11346,7 +11346,7 @@ msgctxt "" "hd_id981608909383980\n" "help.text" msgid "To Unlock a Docked Toolbar" -msgstr "" +msgstr "За да отключите закачена лента с инструменти" #. hq3GB #: floating_toolbar.xhp @@ -11355,7 +11355,7 @@ msgctxt "" "par_id21608909469876\n" "help.text" msgid "Right-click the toolbar and choose <menuitem>Lock Toolbar Position</menuitem> from the context menu so that it is unchecked. A small vertical handle appears at the start of an unlocked toolbar, which you can use to move the toolbar." -msgstr "" +msgstr "Щракнете с десния бутон върху лентата с инструменти и в контекстното меню изберете <menuitem>Заключване позицията на лентата с инструменти</menuitem>, така че отметката пред командата да изчезне. В началото на отключена лента с инструменти се вижда малък вертикален манипулатор, който можете да използвате, за да я местите." #. FMTD8 #: floating_toolbar.xhp @@ -11364,7 +11364,7 @@ msgctxt "" "hd_id911608910290237\n" "help.text" msgid "To Lock a Docked Toolbar" -msgstr "" +msgstr "За да заключите закачена лента с инструменти" #. 6DT2v #: floating_toolbar.xhp @@ -11373,7 +11373,7 @@ msgctxt "" "par_id741608910160801\n" "help.text" msgid "You can lock the position of a toolbar by choosing <menuitem>Lock Toolbar Position</menuitem> again from the context menu, so that it is checked." -msgstr "" +msgstr "Можете да заключите позицията на лента с инструменти, като изберете отново <menuitem>Заключване позицията на лентата с инструменти</menuitem> от контекстното меню, за да върнете отметката пред командата." #. WDMDm #: floating_toolbar.xhp @@ -11382,7 +11382,7 @@ msgctxt "" "hd_idN106E9\n" "help.text" msgid "To Make a Toolbar a Floating Toolbar" -msgstr "" +msgstr "За да направите лента с инструменти плаваща" #. SibLS #: floating_toolbar.xhp @@ -11391,7 +11391,7 @@ msgctxt "" "par_idN106EF\n" "help.text" msgid "Click the toolbar handle and drag the toolbar into the document." -msgstr "" +msgstr "Щракнете върху манипулатора в началото на лентата с инструменти и я плъзнете в документа." #. k7YCp #: floating_toolbar.xhp @@ -11400,7 +11400,7 @@ msgctxt "" "hd_idN106F2\n" "help.text" msgid "To Reattach a Floating Toolbar" -msgstr "" +msgstr "За да закачите отново плаваща лента с инструменти" #. tUC9A #: floating_toolbar.xhp @@ -11517,7 +11517,7 @@ msgctxt "" "par_id3149761\n" "help.text" msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a Fontwork style and click OK to insert the Fontwork into your document. Double-click or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+double-click the Fontwork in your document to enter text edit mode and change the text.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">Изберете стил на Fontwork и щракнете върху OK, за да вмъкнете обекта на Fontwork в документа. Щракнете двукратно или щракнете двукратно с <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> върху обекта на Fontwork в документа, за да включите режима на въвеждане на текст и да промените текста.</ahelp>" #. tK7Bb #: fontwork.xhp @@ -11580,7 +11580,7 @@ msgctxt "" "par_idN106B5\n" "help.text" msgid "Click the Fontwork object. If the Fontwork object is inserted in the background, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> key while you click." -msgstr "" +msgstr "Щракнете върху обекта на Fontwork. Ако той е вмъкнат във фона, задръжте клавиша <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>, докато щраквате." #. EhZd8 #: fontwork.xhp @@ -11670,7 +11670,7 @@ msgctxt "" "par_idN108D1\n" "help.text" msgid "Click the Fontwork object. If the Fontwork object is inserted in the background, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> key while you click." -msgstr "" +msgstr "Щракнете върху обекта на Fontwork. Ако той е вмъкнат във фона, задръжте клавиша <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>, докато щраквате." #. pzMsR #: fontwork.xhp @@ -14496,7 +14496,7 @@ msgctxt "" "hd_id3156288\n" "help.text" msgid "Keys in the Table View (upper area of the query design) and in the Relations window" -msgstr "Клавиши в изгледа с таблиците (горната част на прозореца с проект на заявка) и прозореца Релации" +msgstr "Клавиши в изгледа с таблиците (горната част на прозореца с проект на заявка) и прозореца „Връзки“" #. U3DKR #: keyboard.xhp @@ -14604,7 +14604,7 @@ msgctxt "" "par_id3159096\n" "help.text" msgid "Press Tab to select an icon. If you selected one of the icons from <emph>Rectangle</emph> to <emph>Freeform Polygon</emph> and you press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline><keycode>+Enter</keycode>, an object of the selected type is created in default size." -msgstr "" +msgstr "Натиснете Tab, за да изберете икона. Ако сте избрали някоя от иконите от <emph>Правоъгълник</emph> до <emph>Рисуван многоъгълник</emph> и натиснете <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline><keycode>+Enter</keycode>, ще бъде създаден обект от избрания тип с размер по подразбиране." #. go9cM #: keyboard.xhp @@ -14613,7 +14613,7 @@ msgctxt "" "par_id3156016\n" "help.text" msgid "If you press <keycode>Enter</keycode> while the icon <emph>Select</emph> is selected, the focus is set into the image window of the ImageMap Editor. Press <keycode>Esc</keycode> to set the focus back to the icons and input boxes." -msgstr "" +msgstr "Ако натиснете <keycode>Enter</keycode>, докато е избрана иконата <emph>Избор</emph>, фокусът се премества в прозореца на изображението. Натиснете <keycode>Esc</keycode>, за да преместите фокуса обратно към иконите и входните полета." #. 2DD3n #: keyboard.xhp @@ -14622,7 +14622,7 @@ msgctxt "" "par_id3149587\n" "help.text" msgid "If the <emph>Select</emph> icon is selected and you press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Enter</keycode>, the first object in the image window gets selected." -msgstr "" +msgstr "Ако е избрана иконата <emph>Избор</emph> и натиснете <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Enter</keycode>, ще бъде избран първият обект в прозореца с изображението." #. 3Wh8W #: keyboard.xhp @@ -14640,7 +14640,7 @@ msgctxt "" "par_id3147073\n" "help.text" msgid "Use <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Tab</keycode> in the image window to select the next point. Use <keycode>Shift+</keycode><switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Tab</keycode> to select the previous point." -msgstr "" +msgstr "Използвайте <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Tab</keycode> в прозореца с изображението, за да изберете следващата точка. Използвайте <keycode>Shift+</keycode><switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Tab</keycode>, за да изберете предишната точка." #. 7BdLu #: keyboard.xhp @@ -14685,7 +14685,7 @@ msgctxt "" "par_id3151300\n" "help.text" msgid "In the main help pages, use Tab to jump to the next hyperlink or Shift+Tab to jump to the previous link." -msgstr "В главните страници на помощта използвайте Tab, за да преминете към следващата хипервръзка, или Shift+Tab – за предишната връзка." +msgstr "В главните страници на помощта използвайте Tab, за да преминете към следващата хипервръзка, или Shift+Tab за предишната връзка." #. EjxQD #: keyboard.xhp @@ -14730,7 +14730,7 @@ msgctxt "" "par_id3152869\n" "help.text" msgid "Left or Right Arrow: go one position to the left or to the right" -msgstr "Стрелка наляво или надясно: преминаване с една позиция наляво или надясно" +msgstr "Стрелка наляво или стрелка надясно: преминаване с една позиция наляво или надясно" #. DAQJ5 #: keyboard.xhp @@ -14739,7 +14739,7 @@ msgctxt "" "par_id3151000\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Left Arrow</keycode> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Right Arrow</keycode>: jump to the previous or to the next split" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+стрелка наляво</keycode> или <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+стрелка надясно</keycode>: преминаване към предишния или следващия разделител" #. a7Hg8 #: keyboard.xhp @@ -14748,7 +14748,7 @@ msgctxt "" "par_id3159203\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+Left Arrow</keycode> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+Right Arrow</keycode>: move a split one position to the left or to the right" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+стрелка наляво</keycode> или <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+стрелка надясно</keycode>: преместване на разделител с една позиция наляво или надясно" #. xVvaL #: keyboard.xhp @@ -14766,7 +14766,7 @@ msgctxt "" "par_id3155382\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Home</keycode> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+End</keycode>: jump to the first or the last split" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Home</keycode> или <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+End</keycode>: преминаване към първия или последния разделител" #. 6CuHs #: keyboard.xhp @@ -14775,7 +14775,7 @@ msgctxt "" "par_id3155894\n" "help.text" msgid "<keycode>Shift+</keycode><switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Home</keycode> or <keycode>Shift+</keycode><switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+End</keycode>: move split to the first or to the last position" -msgstr "" +msgstr "<keycode>Shift+</keycode><switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Home</keycode> или <keycode>Shift+</keycode><switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+End</keycode>: преместване на разделител към първата или последната позиция" #. yxCwG #: keyboard.xhp @@ -14820,7 +14820,7 @@ msgctxt "" "par_id3145368\n" "help.text" msgid "Up Arrow or Down Arrow: scroll table down or up one row" -msgstr "Стрелка нагоре или надолу: превъртане на таблицата с един ред нагоре или надолу" +msgstr "Стрелка нагоре или стрелка надолу: превъртане на таблицата с един ред нагоре или надолу" #. FFTNR #: keyboard.xhp @@ -14856,7 +14856,7 @@ msgctxt "" "par_id3155148\n" "help.text" msgid "Left Arrow or Right Arrow: select left or right column and clear other selections" -msgstr "Стрелка наляво или надясно: избиране на колоната вляво или вдясно и премахване на досегашния избор" +msgstr "Стрелка наляво или стрелка надясно: избиране на колоната вляво или вдясно и премахване на досегашния избор" #. mv3ff #: keyboard.xhp @@ -14865,7 +14865,7 @@ msgctxt "" "par_id3150780\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Left Arrow</keycode> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Right Arrow</keycode>: move focus to the left or to the right column (does not change selection)" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+стрелка наляво</keycode> или <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+стрелка надясно</keycode>: преместване на фокуса към лявата или дясната колона (без промяна на селекцията)" #. FySem #: keyboard.xhp @@ -14874,7 +14874,7 @@ msgctxt "" "par_id3153811\n" "help.text" msgid "Shift+Left Arrow or Shift+Right Arrow: expand or shrink the selected range" -msgstr "Shift+наляво или Shift+надясно: разгъване или свиване на избраната област" +msgstr "Shift+стрелка наляво или Shift+стрелка надясно: разширяване или свиване на избрания диапазон" #. tEBDC #: keyboard.xhp @@ -14883,7 +14883,7 @@ msgctxt "" "par_id3146962\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+Left Arrow</keycode> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+Right Arrow</keycode>: expand or shrink the selected range (does not change other selections)" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+стрелка наляво</keycode> или <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+стрелка надясно</keycode>: разширяване или свиване на избрания диапазон (не променя останалата селекция)" #. DbNiK #: keyboard.xhp @@ -14892,7 +14892,7 @@ msgctxt "" "par_id3147512\n" "help.text" msgid "<keycode>Home</keycode> or <keycode>End</keycode>: select the first or the last column (use <keycode>Shift</keycode> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> as with cursor keys)" -msgstr "" +msgstr "<keycode>Home</keycode> или <keycode>End</keycode>: избиране на първата или последната колона (използвайте <keycode>Shift</keycode> или <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>, както с клавишите за курсора)" #. 8F5dq #: keyboard.xhp @@ -14901,7 +14901,7 @@ msgctxt "" "par_id3154733\n" "help.text" msgid "Shift+Space key: select the range from the last selected column to the current column" -msgstr "Shift+интервал: избиране на областта от последната избрана до текущата колона" +msgstr "Shift+интервал: избиране на диапазона от последната избрана колона до текущата колона" #. ZaRPr #: keyboard.xhp @@ -14910,7 +14910,7 @@ msgctxt "" "par_id3154171\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+Space</keycode> key: select the range from the last selected column to the current column (does not change other selections)" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+интервал</keycode>: избиране на диапазона от последната избрана колона до текущата колона (не променя останалата селекция)" #. mCZzB #: keyboard.xhp @@ -14919,7 +14919,7 @@ msgctxt "" "par_id3156368\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>: select all columns" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>: избиране на всички колони" #. GErPh #: keyboard.xhp @@ -14937,7 +14937,7 @@ msgctxt "" "par_id3150416\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+1</keycode> ... <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+7</keycode>: set the 1st ... 7th column type for the selected columns" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+1</keycode> ... <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+7</keycode>: задаване на тип от 1 до 7 за избраните колони" #. S7mnM #: keyboard.xhp @@ -14946,7 +14946,7 @@ msgctxt "" "par_id3166442\n" "help.text" msgid "Up Arrow or Down Arrow: scroll table down or up one row" -msgstr "Стрелка нагоре или надолу: превъртане на таблицата с един ред нагоре или надолу" +msgstr "Стрелка нагоре или стрелка надолу: превъртане на таблицата с един ред нагоре или надолу" #. SncEK #: keyboard.xhp @@ -14964,7 +14964,7 @@ msgctxt "" "par_id3145116\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Home</keycode> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+End</keycode>: scroll to the top or bottom of a table" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Home</keycode> или <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+End</keycode>: превъртане до началото или края на таблица" #. FYdWx #: keyboard.xhp @@ -16728,7 +16728,7 @@ msgctxt "" "tit\n" "help.text" msgid "Working with Templates in Template Manager" -msgstr "" +msgstr "Работа с шаблони в „Диспечера на шаблони“" #. DbDMX #: manage_templates.xhp @@ -16737,7 +16737,7 @@ msgctxt "" "bm_id101608800218434\n" "help.text" msgid "<bookmark_value>paths;template files</bookmark_value><bookmark_value>categories;in templates</bookmark_value><bookmark_value>file extensions;in templates</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>пътища;файлове с шаблони</bookmark_value><bookmark_value>категории;в шаблони</bookmark_value><bookmark_value>файлови разширения;в шаблони</bookmark_value>" #. XoCwL #: manage_templates.xhp @@ -16746,7 +16746,7 @@ msgctxt "" "hd_id901607893176311\n" "help.text" msgid "<variable id=\"manage_templates\"><link href=\"text/shared/guide/manage_templates.xhp\" name=\"Manage_Templates\">Templates in the Template Manager</link></variable>" -msgstr "" +msgstr "<variable id=\"manage_templates\"><link href=\"text/shared/guide/manage_templates.xhp\" name=\"Manage_Templates\">Шаблони в „Диспечера на шаблони“</link></variable>" #. vGZfY #: manage_templates.xhp @@ -16755,7 +16755,7 @@ msgctxt "" "par_id411607893606359\n" "help.text" msgid "The recommended method for working with templates is to use the <link href=\"text/shared/guide/template_manager.xhp\" name=\"template_manager\">Template Manager</link> and the commands in the <link href=\"text/shared/01/01110000.xhp\" name=\"template_submenu\"><menuitem>File - Templates</menuitem></link> submenu, <menuitem>Edit Template</menuitem> and <menuitem>Save as Template</menuitem>. These commands are sufficient for basic management of templates in %PRODUCTNAME." -msgstr "" +msgstr "Препоръчваният начин за работа с шаблони е чрез <link href=\"text/shared/guide/template_manager.xhp\" name=\"template_manager\">Диспечера на шаблони</link> и командите от подменюто <link href=\"text/shared/01/01110000.xhp\" name=\"template_submenu\"><menuitem>Файл - Шаблони</menuitem></link>, <menuitem>Редактиране на шаблон</menuitem> и <menuitem>Записване като шаблон</menuitem>. Тези команди са достатъчни за основно управление на шаблони в %PRODUCTNAME." #. g2AzE #: manage_templates.xhp @@ -16764,7 +16764,7 @@ msgctxt "" "par_id911607894878048\n" "help.text" msgid "This guide explains how the file system interacts with the Template Manager. This information is particularly useful if you want to manage directories directly, but still be coordinated with the Template Manager." -msgstr "" +msgstr "В това ръководство е обяснено как файловата система взаимодейства с „Диспечера на шаблони“. Тази информация е особено полезна, ако искате да управлявате шаблоните пряко, но все пак съгласувано с „Диспечера на шаблони“." #. AFPSy #: manage_templates.xhp @@ -16773,7 +16773,7 @@ msgctxt "" "hd_id101607896260383\n" "help.text" msgid "Working with Template Files" -msgstr "" +msgstr "Работа с файлове с шаблони" #. 7veJC #: manage_templates.xhp @@ -16782,7 +16782,7 @@ msgctxt "" "par_id451607988966808\n" "help.text" msgid "The Template Manager recognizes template files by their file extension. The following extensions are recognized:" -msgstr "" +msgstr "„Диспечерът на шаблони“ разпознава файловете с шаблони по файловото им разширение. Разпознават се следните разширения:" #. m82BQ #: manage_templates.xhp @@ -16791,7 +16791,7 @@ msgctxt "" "par_id81607989758329\n" "help.text" msgid "Application" -msgstr "" +msgstr "Приложение" #. c6EYa #: manage_templates.xhp @@ -16800,7 +16800,7 @@ msgctxt "" "par_id321607989052104\n" "help.text" msgid "Extensions" -msgstr "" +msgstr "Разширения" #. C6NzD #: manage_templates.xhp @@ -16809,7 +16809,7 @@ msgctxt "" "par_id941607989961367\n" "help.text" msgid "For information about the meaning of the extensions see <link href=\"text/shared/guide/convertfilters.xhp\" name=\"File Extensions\">Filter Conversion</link>." -msgstr "" +msgstr "За информация относно значението на разширенията вижте <link href=\"text/shared/guide/convertfilters.xhp\" name=\"File Extensions\">Преобразуване с филтри</link>." #. ZK8TA #: manage_templates.xhp @@ -16818,7 +16818,7 @@ msgctxt "" "hd_id991607990069687\n" "help.text" msgid "Working with Template Names" -msgstr "" +msgstr "Работа с имена на шаблони" #. pFJ8v #: manage_templates.xhp @@ -16827,7 +16827,7 @@ msgctxt "" "par_id531607967664414\n" "help.text" msgid "The Template Manager shows the Title field of a document as the Template Name. As long as the Title field is not empty, the filename has no consequences for the Template Name shown in the Template Manager. If the Title field is empty, the filename, without extension, is shown as the Template Name." -msgstr "" +msgstr "„Диспечерът на шаблони“ показва полето „Заглавие“ на документа като „Име на шаблон“. Ако полето „Заглавие“ не е празно, името на файла няма значение за свойството „Име на шаблон“, показвано в „Диспечера на шаблони“. Ако полето „Заглавие“ е празно, като име на шаблон се показва името на файла без разширението." #. 89knb #: manage_templates.xhp @@ -16836,7 +16836,7 @@ msgctxt "" "par_id841607968899084\n" "help.text" msgid "If two templates have the exact same entry in the Title field and belong to the same Category, then only one template appears in the Template Manager." -msgstr "" +msgstr "Ако два шаблона имат точно една и съща стойност в полето „Заглавие“ и принадлежат на една и съща категория, само един от тях се показва в „Диспечера на шаблони“." #. ogB3D #: manage_templates.xhp @@ -16845,7 +16845,7 @@ msgctxt "" "par_id241608074568977\n" "help.text" msgid "Titles are case-sensitive. For example, if one template in category <emph>My Templates</emph> has the title <literal>a4</literal> and another has the title <literal>A4</literal>, then both templates appear in the Template Manager. If both templates have the title <literal>A4</literal>, then only one appears." -msgstr "" +msgstr "Регистърът на буквите в заглавията има значение. Например, ако един шаблон в категорията <emph>Моите шаблони</emph> има заглавие <literal>a4</literal>, а друг – <literal>A4</literal>, и двата шаблона ще се виждат в „Диспечера на шаблони“. Ако и двата шаблона носят заглавието <literal>A4</literal>, само един от тях ще се вижда." #. C6Jyi #: manage_templates.xhp @@ -16854,7 +16854,7 @@ msgctxt "" "par_id771608203314024\n" "help.text" msgid "If templates have the same title, but belong to different categories, then all appear in the Template Manager. For example, if three templates have the title <literal>A4</literal>, and each template belongs to a different category, then all three templates appear with the Template Name <literal>A4</literal>." -msgstr "" +msgstr "Ако няколко шаблона имат еднакви заглавия, но принадлежат към различни категории, всички ще се виждат в „Диспечера на шаблони“. Например, ако три шаблона имат заглавие <literal>A4</literal> и всеки от тях принадлежи към различна категория, и трите ще се виждат с име на шаблон <literal>A4</literal>." #. m5kGe #: manage_templates.xhp @@ -16863,7 +16863,7 @@ msgctxt "" "par_id411607896274563\n" "help.text" msgid "You can edit the Title field by choosing <menuitem>File - Properties - Description</menuitem>. If you change the Title field, then the new title also appears as the Template Name in the Template Manager. Alternatively, if you use the <menuitem>Rename</menuitem> command in the context menu for a template, then the Title field of the template is changed to the new Template Name." -msgstr "" +msgstr "Можете да редактирате полето „Заглавие“, като изберете <menuitem>Файл - Свойства - Описание</menuitem>. Ако промените полето „Заглавие“, новото заглавие ще се появи и като „Име на шаблон“ в „Диспечера на шаблони“. От друга страна, ако използвате командата <menuitem>Преименуване</menuitem> в контекстното меню за шаблон, полето „Заглавие“ на шаблона ще се промени на новото „Име на шаблон“." #. XVZ5C #: manage_templates.xhp @@ -16872,7 +16872,7 @@ msgctxt "" "par_id181608073292539\n" "help.text" msgid "If you use the <menuitem>File - Save as Template</menuitem> dialog, then the name entered in that dialog is used as the filename and entered into the Title field. If you change the filename later, the template will still appear in the Template Manager according to the entry in the Title field." -msgstr "" +msgstr "Ако използвате диалога <menuitem>Файл - Записване като шаблон</menuitem>, името, въведено в него, се използва като име на файла и се въвежда в полето „Заглавие“. Ако по-късно промените името на файла, шаблонът ще остане да се вижда в „Диспечера на шаблони“ според записа в полето „Заглавие“." #. 2dvtG #: manage_templates.xhp @@ -16881,7 +16881,7 @@ msgctxt "" "par_id411608052261808\n" "help.text" msgid "The Title field of a template is included in the Title field of new documents created from the template." -msgstr "" +msgstr "Полето „Заглавие“ на шаблона се включва в полето „Заглавие“ на новите документи, създадени от този шаблон." #. wBXi5 #: manage_templates.xhp @@ -16890,7 +16890,7 @@ msgctxt "" "hd_id571607893586889\n" "help.text" msgid "Controlling which Files Appear in the Template Manager" -msgstr "" +msgstr "Контролиране на файловете, които са видими в „Диспечера на шаблони“" #. VFSmq #: manage_templates.xhp @@ -16899,7 +16899,7 @@ msgctxt "" "par_id401607895018345\n" "help.text" msgid "The Template Manager displays templates located in the directories defined in the <emph>Paths</emph> dialog for Templates. The dialog is found by choosing <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Paths</menuitem>, selecting <emph>Templates</emph>, and clicking <widget>Edit</widget>." -msgstr "" +msgstr "„Диспечерът на шаблони“ показва шаблони от директориите, зададени в диалога <emph>Пътища</emph> за шаблони. За да отворите този диалог, изберете <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Инструменти - Настройки</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Пътища</menuitem>, изберете <emph>Шаблони</emph> и щракнете върху <widget>Редактиране</widget>." #. tV3qE #: manage_templates.xhp @@ -16908,7 +16908,7 @@ msgctxt "" "hd_id591607916351907\n" "help.text" msgid "Internal Paths" -msgstr "" +msgstr "Вътрешни пътища" #. D5hJD #: manage_templates.xhp @@ -16917,7 +16917,7 @@ msgctxt "" "par_id621607704680080\n" "help.text" msgid "The Internal Paths directories cannot be changed. They identify the location of the predefined templates. These templates are always shown in the Template Manager." -msgstr "" +msgstr "Директориите „Вътрешни пътища“ не могат да се променят. Те указват местоположението на предварително дефинираните шаблони. Тези шаблони винаги се показват в „Диспечера на шаблони“." #. oJf6e #: manage_templates.xhp @@ -16926,7 +16926,7 @@ msgctxt "" "hd_id801607948690116\n" "help.text" msgid "User Paths" -msgstr "" +msgstr "Потребителски пътища" #. eGWNv #: manage_templates.xhp @@ -16935,7 +16935,7 @@ msgctxt "" "par_id741607769970240\n" "help.text" msgid "The default setting for User Path is the <emph>template</emph> subdirectory in the user profile directory. <embedvar href=\"text/shared/optionen/01010300.xhp#userprofile_location\"/>" -msgstr "" +msgstr "Подразбираната настройка за „Потребителски път“ е поддиректорията <emph>template</emph> на директорията на потребителския профил. <embedvar href=\"text/shared/optionen/01010300.xhp#userprofile_location\"/>" #. gV22c #: manage_templates.xhp @@ -16944,7 +16944,7 @@ msgctxt "" "par_id851607959591934\n" "help.text" msgid "Templates in the directories specified in User Path and its subdirectories are shown in the Template Manager. Subdirectories within subdirectories are not recognized." -msgstr "" +msgstr "В „Диспечера на шаблони“ се показват шаблоните в директориите, указани в „Потребителски път“, и техните поддиректории. Поддиректории в поддиректории не се разпознават." #. waqwG #: manage_templates.xhp @@ -16953,7 +16953,7 @@ msgctxt "" "par_id71607961272593\n" "help.text" msgid "You can add additional directories to the User Path. There has to be at least one directory in User Path, but there are no limits on where it is located." -msgstr "" +msgstr "Към „Потребителски път“ можете да добавяте допълнителни директории. В „Потребителски път“ трябва да има поне една директория, но няма ограничения къде да се намира тя." #. GHGdD #: manage_templates.xhp @@ -16962,7 +16962,7 @@ msgctxt "" "par_id501608118578046\n" "help.text" msgid "It is not a good idea to add a root Document directory, or other high-level directory, to your template User Path. All subdirectories in a User Path directory appear in the Template Manager as Categories." -msgstr "" +msgstr "Не се препоръчва да добавяте основна директория за документи или друга директория от високо ниво към „Потребителски път“ за шаблони. Всички поддиректории в „Потребителски път“ се показват в „Диспечера на шаблони“ като категории." #. aAxFA #: manage_templates.xhp @@ -16971,7 +16971,7 @@ msgctxt "" "par_id551607771028134\n" "help.text" msgid "If you have more than one directory in the User Path, then you must select which directory will be used to save a document as a template when the<menuitem> File - Save as Template</menuitem> command is used." -msgstr "" +msgstr "Ако в „Потребителски път“ има повече от една директория, трябва да изберете коя директория да се използва при записване на документ като шаблон с командата <menuitem>Файл - Записване като шаблон</menuitem>." #. sADzq #: manage_templates.xhp @@ -16980,7 +16980,7 @@ msgctxt "" "par_id811608202662210\n" "help.text" msgid "The <widget>Default</widget> button resets User Path to the initial setting when %PRODUCTNAME was installed." -msgstr "" +msgstr "Бутонът <widget>По подразбиране</widget> нулира „Потребителски път“ до началната настройка от момента на инсталиране на %PRODUCTNAME." #. yEKCp #: manage_templates.xhp @@ -16989,7 +16989,7 @@ msgctxt "" "hd_id361607961401720\n" "help.text" msgid "Working with Categories" -msgstr "" +msgstr "Работа с категории" #. LYVsB #: manage_templates.xhp @@ -16998,7 +16998,7 @@ msgctxt "" "par_id711607961275200\n" "help.text" msgid "The names of subdirectories in the user-defined directories appear as Category names in the Template Manager. If you rename a category, the subdirectory continues to be used, with the new category name stored in <literal>groupuinames.xml</literal> in the selected Default Path." -msgstr "" +msgstr "Имената на поддиректориите в зададените от потребителя директории се показват като имена на категории в „Диспечера на шаблони“. Ако преименувате категория, продължава да се използва същата поддиректория, като новото име на категорията се съхранява в <literal>groupuinames.xml</literal> в избрания „Подразбиран път“." #. cZrzf #: manage_templates.xhp @@ -17007,7 +17007,7 @@ msgctxt "" "par_id181607963416635\n" "help.text" msgid "When a Category is selected, then all templates in that subdirectory are shown in the Template Manager, if <emph>All Applications</emph> is the <emph>Filter</emph> selection." -msgstr "" +msgstr "Когато бъде избрана категория, всички шаблони от съответната поддиректория се показват в „Диспечера на шаблони“, ако <emph>Всички приложения</emph> е текущата настройка за <emph>Филтър</emph>." #. sgaaG #: manage_templates.xhp @@ -17016,7 +17016,7 @@ msgctxt "" "par_id231607963570076\n" "help.text" msgid "A category can only show templates in its own subdirectory, with two exceptions." -msgstr "" +msgstr "В категория могат да се показват само шаблони от собствената ѝ поддиректория, с две изключения." #. AQy3T #: manage_templates.xhp @@ -17025,7 +17025,7 @@ msgctxt "" "par_id471607963130068\n" "help.text" msgid "<emph>All Categories</emph> shows all templates, relative to the <emph>Filter</emph> selection." -msgstr "" +msgstr "<emph>Всички категории</emph> означава показване на всички шаблони в зависимост от избора във <emph>Филтър</emph>." #. CAjXA #: manage_templates.xhp @@ -17034,7 +17034,7 @@ msgctxt "" "par_id771607963149924\n" "help.text" msgid "<emph>My Templates</emph> shows all templates in the directories specified in User Path, relative to the <emph>Filter</emph> selection." -msgstr "" +msgstr "<emph>Моите шаблони</emph> означава показване на всички шаблони в директориите, указани в „Потребителски път“, в зависимост от избора във <emph>Филтър</emph>." #. jz7d6 #: manage_templates.xhp @@ -17043,7 +17043,7 @@ msgctxt "" "par_id241607963343716\n" "help.text" msgid "Categories within a Category are not possible, because subdirectories within subdirectories are not recognized." -msgstr "" +msgstr "Не е възможно категория да бъде вложена в друга категория, защото не се разпознават поддиректории на поддиректории." #. 5UhGC #: manage_templates.xhp @@ -17052,7 +17052,7 @@ msgctxt "" "par_id831608207492365\n" "help.text" msgid "You can only rename and delete categories in the Default Path selected in the <emph>Edit Paths</emph> dialog." -msgstr "" +msgstr "Можете да преименувате и изтривате категории само в подразбирания път, избран в диалога <emph>Редактиране на пътища</emph>." #. fihyU #: manage_templates.xhp @@ -17061,7 +17061,7 @@ msgctxt "" "par_id381609772517385\n" "help.text" msgid "If you delete a Category whose subdirectory is in the selected Default Path, then the subdirectory associated with the Category name and any files in the subdirectory are deleted." -msgstr "" +msgstr "Ако изтриете категория, чиято поддиректория е в избрания подразбиран път, ще бъде изтрита както поддиректорията, свързана с името на категорията, така и всички файлове в нея." #. 9TJfd #: measurement_units.xhp @@ -18627,7 +18627,7 @@ msgctxt "" "par_id3147618\n" "help.text" msgid "For the current paragraph or selected paragraphs you can switch off the automatic numbering or listing. Click the <emph>No List</emph> icon in the <emph>Formatting</emph> bar. The list indenting is also removed." -msgstr "" +msgstr "Можете да изключите автоматичното номериране или добавяне на водещи символи за текущия абзац или избраните абзаци. Щракнете върху иконата <emph>Без списък</emph> в лентата <emph>Форматиране</emph>. Отстъпът за списък също се премахва." #. R49Gn #: numbering_stop.xhp @@ -18636,7 +18636,7 @@ msgctxt "" "par_id3154288\n" "help.text" msgid "<image id=\"img_id3153527\" src=\"cmd/lc_removebullets.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153527\">No List icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153527\" src=\"cmd/lc_removebullets.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153527\">Икона „Без списък“</alt></image>" #. nFCu3 #: numbering_stop.xhp @@ -18645,7 +18645,7 @@ msgctxt "" "par_id151614326512513\n" "help.text" msgid "No List icon" -msgstr "" +msgstr "Икона „Без списък“" #. Uzqm6 #: numbering_stop.xhp @@ -18654,7 +18654,7 @@ msgctxt "" "par_id3144511\n" "help.text" msgid "If the cursor is located within a numbered or bulleted list, you can turn off automatic numbers or bullets for the current paragraph or selected paragraphs by clicking the <emph>Toggle Unordered List</emph> icon on the <emph>Text Formatting</emph> bar." -msgstr "" +msgstr "Ако курсорът се намира в списък с номера или водачи, можете да изключите автоматичните номера или водещи символи за текущия абзац или избрани абзаци, като щракнете върху иконата <emph>Превключване на неподреден списък</emph> в лентата <emph>Форматиране на текст</emph>." #. XLYd6 #: numbering_stop.xhp @@ -18663,7 +18663,7 @@ msgctxt "" "par_id3155449\n" "help.text" msgid "<image id=\"img_id3158432\" src=\"cmd/lc_defaultbullet.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3158432\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3158432\" src=\"cmd/lc_defaultbullet.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3158432\">Икона</alt></image>" #. ikjGP #: numbering_stop.xhp @@ -18672,7 +18672,7 @@ msgctxt "" "par_id781614327726646\n" "help.text" msgid "Toggle Unordered List icon" -msgstr "" +msgstr "Икона „Превключване на неподреден списък“" #. RE37f #: numbering_stop.xhp @@ -18681,7 +18681,7 @@ msgctxt "" "par_id3148946\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"> To remove a number or bullet from a paragraph while preserving the list indenting: </caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">За да премахнете номер или водещ символ от абзац, запазвайки отстъпа за списък:</caseinline></switchinline>" #. EsxZF #: numbering_stop.xhp @@ -18690,7 +18690,7 @@ msgctxt "" "par_id3148663\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Place the cursor at the beginning of a paragraph in a list and press the <keycode>Backspace</keycode> key. </caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Поставете курсора в началото на абзац в списък и натиснете клавиша <keycode>Backspace</keycode>.</caseinline></switchinline>" #. TY7jM #: numbering_stop.xhp @@ -18708,7 +18708,7 @@ msgctxt "" "par_id911614326873271\n" "help.text" msgid "Press <keycode>Shift+Backspace</keycode> at the beginning of a list paragraph to return the number or bullet." -msgstr "" +msgstr "Натиснете <keycode>Shift+Backspace</keycode> в началото на абзац от списък, за да върнете номера или водещия символ." #. FrmUz #: numbering_stop.xhp @@ -20409,7 +20409,7 @@ msgctxt "" "hd_id701566316879046\n" "help.text" msgid "Margin" -msgstr "" +msgstr "Поле" #. MUEWe #: qrcode.xhp @@ -20418,7 +20418,7 @@ msgctxt "" "par_id981566316947064\n" "help.text" msgid "The width of the margin surrounding the QR code." -msgstr "" +msgstr "Ширината на полето около QR кода." #. kZPNW #: qrcode.xhp @@ -22047,7 +22047,7 @@ msgctxt "" "par_id3147008\n" "help.text" msgid "To prevent two words from being separated at the end of a line, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command key</caseinline><defaultinline>Ctrl key</defaultinline></switchinline> and the Shift key when you type a space between the words." -msgstr "" +msgstr "За да предотвратите разделянето на две думи в края на реда, задръжте клавиша <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, докато въвеждате интервала между тях." #. ZJmiP #: space_hyphen.xhp @@ -22065,7 +22065,7 @@ msgctxt "" "hd_id3146957\n" "help.text" msgid "Non-breaking hyphen" -msgstr "Непрекъсваемо тире за пренос" +msgstr "Непрекъсваемо малко тире" #. wdHHo #: space_hyphen.xhp @@ -22074,7 +22074,7 @@ msgctxt "" "par_id3148538\n" "help.text" msgid "An example of a non-breaking hyphen is a company name such as A-Z. Obviously you would not want A- to appear at the end of a line and Z at the beginning of the next line. To solve this problem, press <keycode>Shift+</keycode><switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+ minus</keycode> sign. In other words, hold down the <keycode>Shift</keycode> and <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> keys and press the <keycode>minus</keycode> key." -msgstr "" +msgstr "Пример за непрекъсваемо тире е име на компания от рода на A-Z. Очевидно, не е желателно A- да остане в края на някой ред, а Z да бъде в началото на следващия ред. За да решите този проблем, натиснете <keycode>Shift+</keycode><switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+минус</keycode>. С други думи, задръжте клавишите <keycode>Shift</keycode> и <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> и натиснете клавиша <keycode>минус</keycode>." #. h8mVr #: space_hyphen.xhp @@ -22119,7 +22119,7 @@ msgctxt "" "par_id3154306\n" "help.text" msgid "To support automatic hyphenation by entering a soft hyphen inside a word yourself, use the keys <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline><keycode>+minus</keycode> sign. The word is separated at this position when it is at the end of the line, even if automatic hyphenation for this paragraph is switched off." -msgstr "" +msgstr "За да помогнете на автоматичното сричкопренасяне, като сами въведете меко тире за пренос в дадена дума, използвайте клавишите <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline><keycode>+минус</keycode>. Думата ще бъде разделена в съответната позиция, когато попадне в края на реда, дори ако автоматичното сричкопренасяне за абзаца е изключено." #. hiwHr #: space_hyphen.xhp @@ -22524,7 +22524,7 @@ msgctxt "" "par_id3146918\n" "help.text" msgid "You can save any document as a template by selecting \"Template\" file type in the Save dialog. To access the template from the Template Manager, save the template in the <emph>User Paths</emph> directory specified for <emph>Templates</emph> in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><emph> - %PRODUCTNAME - Paths</emph>. It is often easier to save a document with <menuitem>File - Templates - Save As Template</menuitem>, because it automatically places the template in the appropriate directory." -msgstr "Можете да запишете всеки документ като шаблон, като изберете тип на файла „Шаблон“ в диалога „Записване“. За да достигате шаблона през „Управление на шаблони“, запишете го в директорията от <emph>Потребителски пътища</emph>, която е зададена за <emph>Шаблони</emph> в <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Инструменти - Настройки</menuitem></defaultinline></switchinline><emph> - %PRODUCTNAME - Paths</emph>. Често е по-лесно документът да се запише с <menuitem>Файл - Шаблони - Записване като шаблон</menuitem>, защото тогава той автоматично се разполага в подходящата директория." +msgstr "Можете да запишете всеки документ като шаблон, като изберете тип на файла „Шаблон“ в диалога „Записване“. За да достигате шаблона през „Диспечера на шаблони“, запишете го в директорията от <emph>Потребителски пътища</emph>, която е зададена за <emph>Шаблони</emph> в <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Инструменти - Настройки</menuitem></defaultinline></switchinline><emph> - %PRODUCTNAME - Paths</emph>. Често е по-лесно документът да се запише с <menuitem>Файл - Шаблони - Записване като шаблон</menuitem>, защото тогава той автоматично се разполага в подходящата директория." #. 9uLRP #: standard_template.xhp @@ -22533,7 +22533,7 @@ msgctxt "" "par_id271605485719890\n" "help.text" msgid "The <link href=\"text/shared/guide/template_manager.xhp\" name=\"templatemanager\">Template Manager</link> is the preferred method for working with templates. <menuitem>File - New - Templates</menuitem> and <menuitem>File - Templates - Manage Templates</menuitem> are equivalent for opening the <emph>Template Manager</emph>. <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+N</keycode> is the predefined shortcut key." -msgstr "" +msgstr "<link href=\"text/shared/guide/template_manager.xhp\" name=\"templatemanager\">Диспечерът на шаблони</link> е предпочитаният начин за работа с шаблони. Командите <menuitem>Файл - Нов - Шаблони</menuitem> и <menuitem>Файл - Шаблони - Управление на шаблоните</menuitem> са еквиваленти за отваряне на <emph>Диспечера на шаблони</emph>. Предварително дефинираната клавишна комбинация е <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+N</keycode>." #. 6YAP3 #: standard_template.xhp @@ -23352,7 +23352,7 @@ msgctxt "" "par_id781554408625219\n" "help.text" msgid "<variable id=\"seefilters\">See the <link href=\"text/shared/guide/convertfilters.xhp\" name=\"list of document filters\">list of document filters</link> for file conversion.</variable>" -msgstr "" +msgstr "<variable id=\"seefilters\">За преобразуване на файлове вижте <link href=\"text/shared/guide/convertfilters.xhp\" name=\"list of document filters\">списъка с филтри за документи</link>.</variable>" #. EiUnD #: start_parameters.xhp @@ -23550,7 +23550,7 @@ msgctxt "" "par_id0820200802626412\n" "help.text" msgid "Click the down arrow after the <emph>Templates</emph> button to open a menu where you can select a filter to display templates by application type or open the <link href=\"text/shared/guide/template_manager.xhp\">Template Manager</link> dialog." -msgstr "Щракнете върху стрелката надолу до бутона <emph>Шаблони</emph>, за да отворите меню, в което можете да изберете филтър за показване на шаблоните според типа на приложението или да отворите диалога <link href=\"text/shared/guide/template_manager.xhp\">Управление на шаблоните</link>." +msgstr "Щракнете върху стрелката надолу до бутона <emph>Шаблони</emph>, за да отворите меню, в което можете да изберете филтър за показване на шаблоните според типа на приложението или да отворите <link href=\"text/shared/guide/template_manager.xhp\">Диспечера на шаблони</link>." #. PcEEX #: startcenter.xhp @@ -23955,7 +23955,7 @@ msgctxt "" "par_id3146972\n" "help.text" msgid "The <link href=\"text/shared/00/00000001.xhp#contextmenu\" name=\"context menu\">context menu</link> of the ruler allows you to change the displayed units of measurement. These changes are only valid until you exit $[officename], and they only apply to the ruler on whose context menu you made the change. If you want to change the ruler measurement units permanently, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - [Document type] - View</menuitem> and change the measurement unit there." -msgstr "" +msgstr "<link href=\"text/shared/00/00000001.xhp#contextmenu\" name=\"context menu\">Контекстното меню</link> на скалата ви позволява да променяте показваните мерни единици. Тази промяна важи само докато затворите $[officename] и се отнася само за скалата, в чието контекстно меню сте я нанесли. Ако желаете да промените мерните единици на скалите за постоянно, изберете <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Инструменти - Настройки</menuitem></defaultinline></switchinline><menuitem> - [Вид документи] - Изглед</menuitem> и сменете мерната единица." #. ojDwN #: tabs.xhp @@ -23973,7 +23973,7 @@ msgctxt "" "tit\n" "help.text" msgid "Template Manager" -msgstr "Управление на шаблоните" +msgstr "Диспечер на шаблони" #. 84xFQ #: template_manager.xhp @@ -23982,7 +23982,7 @@ msgctxt "" "bm_id041620170817452766\n" "help.text" msgid "<bookmark_value>template manager;filter</bookmark_value> <bookmark_value>template manager;category</bookmark_value> <bookmark_value>template manager;set as default</bookmark_value> <bookmark_value>template manager;import</bookmark_value> <bookmark_value>template manager;export</bookmark_value> <bookmark_value>template manager;settings</bookmark_value> <bookmark_value>templates;template manager</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>" +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>" #. vrXUB #: template_manager.xhp @@ -23991,7 +23991,7 @@ msgctxt "" "hd_id041620170649101471\n" "help.text" msgid "<variable id=\"manage_templates\"><link href=\"text/shared/guide/template_manager.xhp\">Manage Templates</link></variable>" -msgstr "" +msgstr "<variable id=\"manage_templates\"><link href=\"text/shared/guide/template_manager.xhp\">Управление на шаблоните</link></variable>" #. G4iJX #: template_manager.xhp @@ -24000,7 +24000,7 @@ msgctxt "" "par_id04162017064929216\n" "help.text" msgid "<ahelp hid=\".\">The Template Manager dialog makes it easy to manage templates and allows you to start new documents using templates.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">„Диспечерът на шаблони“ улеснява организирането на шаблони и ви позволява да започвате нови документи от шаблони.</ahelp>" #. MBtkj #: template_manager.xhp @@ -24054,7 +24054,7 @@ msgctxt "" "par_id041620170723502887\n" "help.text" msgid "Templates save editing time by starting new documents with pre-filled contents and formatting. The Template Manager allows you to access and organize templates in %PRODUCTNAME." -msgstr "Шаблоните спестяват време за редактиране, като ви позволяват да започвате нови документи с предварително подготвено съдържание и форматиране. Диспечерът на шаблони служи за достъп и организиране на шаблоните в %PRODUCTNAME." +msgstr "Шаблоните спестяват време за редактиране, като ви позволяват да започвате нови документи с предварително подготвено съдържание и форматиране. „Диспечерът на шаблони“ служи за достъп и организиране на шаблоните в %PRODUCTNAME." #. 3KDAA #: template_manager.xhp @@ -24090,7 +24090,7 @@ msgctxt "" "par_id921608024342429\n" "help.text" msgid "Choose <emph>Thumbnail View</emph> or <emph>List View</emph>, at the top right, to change how the templates are displayed." -msgstr "" +msgstr "Изберете <emph>Изглед с миниатюри</emph> или <emph>Списъчен изглед</emph> горе вдясно, за да промените начина на показване на шаблоните." #. ED7GM #: template_manager.xhp @@ -24099,7 +24099,7 @@ msgctxt "" "par_id191608024074350\n" "help.text" msgid "<image src=\"svx/res/galicon.png\" id=\"img_id461608024074350\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id211608024074350\">Thumbnail View Icon</alt></image>" -msgstr "" +msgstr "<image src=\"svx/res/galicon.png\" id=\"img_id461608024074350\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id211608024074350\">Икона за изглед с миниатюри</alt></image>" #. EJkcU #: template_manager.xhp @@ -24108,7 +24108,7 @@ msgctxt "" "par_id301608024074351\n" "help.text" msgid "Thumbnail View" -msgstr "" +msgstr "Изглед с миниатюри" #. ekcpz #: template_manager.xhp @@ -24117,7 +24117,7 @@ msgctxt "" "par_id61608024086461\n" "help.text" msgid "<image src=\"svx/res/gallist.png\" id=\"img_id461608024086461\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361608024086461\">List View Icon</alt></image>" -msgstr "" +msgstr "<image src=\"svx/res/gallist.png\" id=\"img_id461608024086461\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361608024086461\">Икона за списъчен изглед</alt></image>" #. 7Rg4W #: template_manager.xhp @@ -24126,7 +24126,7 @@ msgctxt "" "par_id891608024086461\n" "help.text" msgid "Listview" -msgstr "" +msgstr "Списъчен изглед" #. RaUDu #: template_manager.xhp @@ -24135,7 +24135,7 @@ msgctxt "" "par_id3155306\n" "help.text" msgid "To show templates from another folder in the <emph>My Templates</emph> category, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences - </menuitem></caseinline><defaultinline><menuitem>Tools - Options - </menuitem></defaultinline></switchinline><link href=\"text/shared/optionen/01010300.xhp\" name=\"$[officename] - Paths\"><menuitem>$[officename] - Paths</menuitem></link>, select <emph>Templates</emph>, press <widget>Edit</widget>, then press <widget>Add</widget> to open the file dialog for selecting the folder to add." -msgstr "" +msgstr "За да се покажат шаблоните от друга папка в категорията <emph>Моите шаблони</emph>, изберете <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences - </menuitem></caseinline><defaultinline><menuitem>Инструменти - Настройки - </menuitem></defaultinline></switchinline><link href=\"text/shared/optionen/01010300.xhp\" name=\"$[officename] - Paths\"><menuitem>$[officename] - Пътища</menuitem></link>, изберете <emph>Шаблони</emph>, натиснете <widget>Редактиране</widget>, после натиснете <widget>Добавяне</widget>, за да отворите диалога за файлове и да изберете коя папка да бъде добавена." #. mB2AC #: template_manager.xhp @@ -24153,7 +24153,7 @@ msgctxt "" "par_id041620170723505410\n" "help.text" msgid "<ahelp hid=\".\">You may search for a template by entering text in the search box at the top left. The Main window shows the templates found.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Можете да търсите шаблон, като въведете текст в полето за търсене горе вляво. Намерените шаблони се показват в главния прозорец.</ahelp>" #. o69K9 #: template_manager.xhp @@ -24171,7 +24171,7 @@ msgctxt "" "par_id041620170723507575\n" "help.text" msgid "<ahelp hid=\".\">You may filter for: All Applications, Text Documents, Spreadsheets, Presentations or Drawings by choosing an option from the dropdown box at the top-center. The main window displays the filtered templates.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Можете да филтрирате по всички приложения, текстови документи, електронни таблици, презентации или рисунки, като изберете възможност от падащия списък горе в средата. Филтрираните шаблони се показват в главния прозорец.</ahelp>" #. sGSTR #: template_manager.xhp @@ -24189,7 +24189,7 @@ msgctxt "" "par_id041620170723507710\n" "help.text" msgid "<ahelp hid=\".\">Categories are folders where you place your templates.</ahelp> You may choose from the default categories: All Categories, My Templates, Business Correspondence, MediaWiki, Other Business Documents, Personal Correspondence and Documents, Presentations or Styles. You may also create new categories for your personal use. Use the <emph>Tools</emph> icon of the Template Manager to create a new category." -msgstr "" +msgstr "<ahelp hid=\".\">Категориите са папки, в които да разполагате шаблоните си.</ahelp> Можете да избирате измежду подразбираните категории: „Всички категории“, „Моите шаблони“, „Бизнес кореспонденция“, „MediaWiki“, „Други бизнес документи“, „Лична кореспонденция и документи“, „Презентации“ и „Стилове“. Можете да създавате и нови категории за ваша лична употреба. За да създадете нова категория, използвайте иконата <emph>Инструменти</emph> на „Диспечера на шаблони“." #. kGCqh #: template_manager.xhp @@ -24207,7 +24207,7 @@ msgctxt "" "hd_id041620170723509814\n" "help.text" msgid "Tools" -msgstr "" +msgstr "Инструменти" #. aZqBY #: template_manager.xhp @@ -24216,7 +24216,7 @@ msgctxt "" "par_id041620170723504497\n" "help.text" msgid "<ahelp hid=\".\">Click on the <emph>Tools</emph> icon at the bottom left to open the Tools menu.</ahelp> The options are: New Category, Rename Category, Delete Category, and Refresh. If the default template for an application is changed from the initial default setting, then an additional option, Reset Default Template, is available, which allows you to reset the default template for an application back to its initial default." -msgstr "" +msgstr "<ahelp hid=\".\">Щракнете върху иконата <emph>Инструменти</emph> долу вляво, за да отворите менюто „Инструменти“.</ahelp> Възможностите са: „Нова категория“, „Преименуване на категория“, „Изтриване на категория“ и „Обновяване“. Ако подразбираният шаблон за някое приложение е сменен от началната подразбиране настройка, тогава е достъпна допълнителна възможност, „Нулиране на подразбирания шаблон“, която ви позволява да върнете подразбирания шаблон за приложението към началната му подразбирана настройка." #. bN3Un #: template_manager.xhp @@ -24225,7 +24225,7 @@ msgctxt "" "par_id816947600309745\n" "help.text" msgid "<image src=\"sfx2/res/actionaction013.png\" id=\"img_id381604426509745\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id13162474009745\">Tools Icon</alt></image>" -msgstr "" +msgstr "<image src=\"sfx2/res/actionaction013.png\" id=\"img_id381604426509745\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id13162474009745\">Икона „Инструменти“</alt></image>" #. xBq4j #: template_manager.xhp @@ -24234,7 +24234,7 @@ msgctxt "" "par_id421604400309745\n" "help.text" msgid "Tools icon" -msgstr "" +msgstr "Икона „Инструменти“" #. gWz9H #: template_manager.xhp @@ -24252,7 +24252,7 @@ msgctxt "" "par_id041620170723518776\n" "help.text" msgid "<ahelp hid=\".\">If you want to move templates to a different category, then choose a template, or use <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+click to select additional templates, then press the <widget>Move</widget> button at the bottom right to open a dialog box, where you can choose to move your selection to a different category or to a new category. Default templates cannot be moved, but copies can be created in other categories.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Ако искате да преместите шаблони в друга категория, изберете шаблон или използвайте <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+щракване, за да изберете няколко шаблона, после натиснете бутона <widget>Преместване</widget> долу вдясно, за да отворите диалогов прозорец, в който можете да изберете дали да преместите селекцията в друга категория или в нова категория. Шаблоните по подразбиране не могат да се местят, но могат да се създават техни копия в други категории.</ahelp>" #. bunpC #: template_manager.xhp @@ -24270,7 +24270,7 @@ msgctxt "" "par_id041620170723513192\n" "help.text" msgid "<ahelp hid=\".\">Choose a template in the main window, or use <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+click to select additional templates, and then press the <widget>Export</widget> button at the bottom right to export your selection to a folder on your computer.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Изберете шаблон в главния прозорец или използвайте <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+щракване, за да изберете няколко шаблона, после натиснете бутона <widget>Експортиране</widget> долу вдясно, за да експортирате селекцията в папка във вашия компютър.</ahelp>" #. CgT8y #: template_manager.xhp @@ -24279,7 +24279,7 @@ msgctxt "" "par_id181607689509896\n" "help.text" msgid "<image src=\"sfx2/res/actiontemplates020.png\" id=\"img_id171607689509896\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541607689509896\">Export Icon</alt></image>" -msgstr "" +msgstr "<image src=\"sfx2/res/actiontemplates020.png\" id=\"img_id171607689509896\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541607689509896\">Икона „Експортиране“</alt></image>" #. Dwspi #: template_manager.xhp @@ -24288,7 +24288,7 @@ msgctxt "" "par_id431607689509896\n" "help.text" msgid "Export button" -msgstr "" +msgstr "Бутон „Експортиране“" #. tEEdj #: template_manager.xhp @@ -24297,7 +24297,7 @@ msgctxt "" "par_id581607995218423\n" "help.text" msgid "To move or export all templates in a <emph>Category</emph>, press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>, then choose <emph>Move</emph> or <emph>Export</emph>." -msgstr "" +msgstr "За да преместите или експортирате всички шаблони от дадена <emph>Категория</emph>, натиснете <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>, после изберете <emph>Преместване</emph> или <emph>Експортиране</emph>." #. aNTjV #: template_manager.xhp @@ -24315,7 +24315,7 @@ msgctxt "" "par_id04162017072351776\n" "help.text" msgid "<ahelp hid=\".\">If you want to import one or more templates into the Template Manager, then press the <widget>Import</widget> button at the bottom right, choose the Category where the imported templates should be placed, then select the files to be imported.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Ако искате да импортиране един или повече шаблони в „Диспечера на шаблони“, натиснете бутона <widget>Импортиране</widget> долу вдясно, изберете категорията, в която да бъдат добавени импортираните шаблони, после изберете файловете за импортиране.</ahelp>" #. 9zDEB #: template_manager.xhp @@ -24324,7 +24324,7 @@ msgctxt "" "par_id171607689516049\n" "help.text" msgid "<image src=\"sfx2/res/actionview010.png\" id=\"img_id201607689516049\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id71607689516049\">Import Icon</alt></image>" -msgstr "" +msgstr "<image src=\"sfx2/res/actionview010.png\" id=\"img_id201607689516049\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id71607689516049\">Икона „Импортиране“</alt></image>" #. VBNy8 #: template_manager.xhp @@ -24333,7 +24333,7 @@ msgctxt "" "par_id651607689516049\n" "help.text" msgid "Import button" -msgstr "" +msgstr "Бутон „Импортиране“" #. cP5Sj #: template_manager.xhp @@ -24342,7 +24342,7 @@ msgctxt "" "hd_id041620170723501627\n" "help.text" msgid "Extensions" -msgstr "" +msgstr "Разширения" #. CU9Ag #: template_manager.xhp @@ -24351,7 +24351,7 @@ msgctxt "" "par_id041620170723503494\n" "help.text" msgid "<ahelp hid=\".\">To browse for more templates online, click on the Extensions icon at the bottom right to open a search window. You can also search for templates at <link href=\"https://extensions.libreoffice.org/?Tags%5B%5D=118\">https://extensions.libreoffice.org</link>.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">За да потърсите още шаблони онлайн, щракнете върху иконата „Разширения“ долу вдясно, за да отворите прозорец за търсене. Можете да търсите шаблони и на адрес <link href=\"https://extensions.libreoffice.org/?Tags%5B%5D=118\">https://extensions.libreoffice.org</link>.</ahelp>" #. PrQ6K #: template_manager.xhp @@ -24360,7 +24360,7 @@ msgctxt "" "par_id431607690468509\n" "help.text" msgid "<image src=\"cmd/lc_additionsdialog.png\" id=\"img_id461607690468509\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id891607690468509\">Extensions Icon</alt></image>" -msgstr "" +msgstr "<image src=\"cmd/lc_additionsdialog.png\" id=\"img_id461607690468509\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id891607690468509\">Икона „Разширения“</alt></image>" #. pmxCc #: template_manager.xhp @@ -24369,7 +24369,7 @@ msgctxt "" "par_id41607690468510\n" "help.text" msgid "Extensions icon" -msgstr "" +msgstr "Икона „Разширения“" #. ddVcH #: template_manager.xhp @@ -24378,7 +24378,7 @@ msgctxt "" "hd_id501607689762479\n" "help.text" msgid "Actions with Individual Templates" -msgstr "" +msgstr "Действия с отделни шаблони" #. anVjc #: template_manager.xhp @@ -24405,7 +24405,7 @@ msgctxt "" "par_id721608222737939\n" "help.text" msgid "You can also use the <widget>Open</widget> button on the bottom left to open a new document using the selected template." -msgstr "" +msgstr "Освен това можете да използвате бутона <widget>Отваряне</widget> долу вляво, за да отворите нов документ, използвайки избрания шаблон." #. V9DEC #: template_manager.xhp @@ -24477,7 +24477,7 @@ msgctxt "" "par_id041620170723504317\n" "help.text" msgid "Select one or more templates to delete in the main window and press the <keycode>Delete</keycode> key, or right-click then choose <menuitem>Delete</menuitem> to delete the selected template(s). A dialog box will appear requesting confirmation. Choose <widget>Yes</widget> to delete or <widget>No</widget> to cancel." -msgstr "" +msgstr "Изберете един или няколко шаблона за изтриване в главния прозорец и натиснете клавиша <keycode>Delete</keycode> или щракнете с десния бутон и изберете <menuitem>Изтриване</menuitem>, за да изтриете избраните шаблони. Ще се покаже диалогов прозорец със запитване за потвърждение. Изберете <widget>Да</widget>, за да потвърдите изтриването, или <widget>Не</widget>, за да се откажете." #. QQQyx #: template_manager.xhp @@ -24486,7 +24486,7 @@ msgctxt "" "par_id141607690272821\n" "help.text" msgid "Built-in templates cannot be edited, renamed or deleted." -msgstr "" +msgstr "Вградените шаблони не могат да бъдат редактирани, преименувани или изтривани." #. bF5Yb #: template_manager.xhp @@ -24522,7 +24522,7 @@ msgctxt "" "par_id041620170723518567\n" "help.text" msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+N or choose <emph>File - New - Templates</emph> to open the Template Manager" -msgstr "Натиснете <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+N или изберете <emph>Файл - Нов - Шаблони</emph>, за да отворите диспечера на шаблони." +msgstr "Натиснете <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+N или изберете <emph>Файл - Нов - Шаблони</emph>, за да отворите „Диспечера на шаблони“." #. ZEBKt #: template_manager.xhp @@ -24540,7 +24540,7 @@ msgctxt "" "par_id041620170723518765\n" "help.text" msgid "Choose one of the templates from the main window by double-clicking on it or select and press <keycode>Enter</keycode>." -msgstr "" +msgstr "Отворете някой от шаблоните в главния прозорец, като щракнете двукратно върху него или го изберете и натиснете <keycode>Enter</keycode>." #. jDpef #: template_manager.xhp @@ -24585,7 +24585,7 @@ msgctxt "" "par_id041620170723518639\n" "help.text" msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+N or choose <emph>File - New - Templates</emph> to open the Template Manager" -msgstr "Натиснете <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+N или изберете <emph>Файл - Нов - Шаблони</emph>, за да отворите диспечера на шаблони." +msgstr "Натиснете <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+N или изберете <emph>Файл - Нов - Шаблони</emph>, за да отворите „Диспечера на шаблони“." #. hrcEG #: template_manager.xhp @@ -24594,7 +24594,7 @@ msgctxt "" "par_id041620170723512689\n" "help.text" msgid "Click on the Extensions icon to browse for online templates." -msgstr "" +msgstr "Щракнете върху иконата „Разширения“, за да прегледате шаблоните онлайн." #. v6rBQ #: template_manager.xhp @@ -24612,7 +24612,7 @@ msgctxt "" "par_id041620170723514055\n" "help.text" msgid "Open Template Manager and choose the Import button" -msgstr "Отворете диспечера на шаблони и изберете бутона „Импортиране“." +msgstr "Отворете „Диспечера на шаблони“ и изберете бутона „Импортиране“." #. s3AD2 #: template_manager.xhp @@ -24621,7 +24621,7 @@ msgctxt "" "par_id041620170723513485\n" "help.text" msgid "Select a category to save the new template in, for example, <emph>My Templates</emph>, and press <widget>OK</widget>." -msgstr "" +msgstr "Изберете категория, в която да се запише новият шаблон, например <emph>Моите шаблони</emph>, и натиснете <widget>OK</widget>." #. XJ8gU #: template_manager.xhp @@ -24666,7 +24666,7 @@ msgctxt "" "par_id041620170723523193\n" "help.text" msgid "The Template Manager opens automatically when you open %PRODUCTNAME Impress" -msgstr "При отваряне на %PRODUCTNAME Impress диспечерът на шаблони се показва автоматично." +msgstr "При отваряне на %PRODUCTNAME Impress „Диспечерът на шаблони“ се показва автоматично." #. xBYPq #: template_manager.xhp @@ -24684,7 +24684,7 @@ msgctxt "" "par_id041620170723523510\n" "help.text" msgid "You may also use the context menu, import a template, or search online for a template." -msgstr "" +msgstr "Можете също така да използвате контекстното меню, да импортирате шаблон или да потърсите шаблон онлайн." #. Fgi2J #: template_manager.xhp @@ -24693,7 +24693,7 @@ msgctxt "" "par_id041620170723525323\n" "help.text" msgid "A few features in the Template Manager are not available when first opened automatically. After starting %PRODUCTNAME Impress you may run the Template Manager again to access all features." -msgstr "" +msgstr "Някои от функциите на „Диспечера на шаблони“ не са достъпни, когато той се отвори автоматично в началото. След като стартирате %PRODUCTNAME Impress, може да извикате „Диспечера на шаблони“ отново, за да получите достъп до пълната му функционалност." #. Aa49E #: template_manager.xhp @@ -24702,7 +24702,7 @@ msgctxt "" "par_id041620170723521916\n" "help.text" msgid "Make use of categories to organize your templates. Create new templates or download templates and organize in the Template Manager. Use templates to save time for repetitive documents." -msgstr "Организирайте шаблоните си в диспечера на шаблони с помощта на категориите. Създайте нови шаблони или ги изтеглете от Интернет. Шаблоните ви помагат да пестите време при повтарящи се документи." +msgstr "Организирайте шаблоните си в „Диспечера на шаблони“ с помощта на категориите. Създайте нови шаблони или ги изтеглете от Интернет. Шаблоните ви помагат да пестите време при повтарящи се документи." #. YFEXe #: template_manager.xhp @@ -24711,7 +24711,7 @@ msgctxt "" "par_id041620170723529524\n" "help.text" msgid "Refer to <link href=\"https://extensions.libreoffice.org/?Tags%5B%5D=118\">https://extensions.libreoffice.org</link> for templates to download." -msgstr "" +msgstr "Посетете <link href=\"https://extensions.libreoffice.org/?Tags%5B%5D=118\">https://extensions.libreoffice.org</link>, за да си изтеглите шаблони." #. dCf3G #: template_manager.xhp @@ -24720,7 +24720,7 @@ msgctxt "" "par_id04162017072352674\n" "help.text" msgid "See Chapter 3 – Using Styles and Templates in the <link href=\"https://documentation.libreoffice.org/en/english-documentation/getting-started-guide/\">Getting Started Guide</link>." -msgstr "" +msgstr "Вижте глава 3, Using Styles and Templates, в ръководството <link href=\"https://documentation.libreoffice.org/en/english-documentation/getting-started-guide/\">Getting Started Guide</link> (на английски)." #. KunAB #: template_manager.xhp @@ -24729,7 +24729,7 @@ msgctxt "" "par_id041620170723523966\n" "help.text" msgid "See <link href=\"text/shared/guide/standard_template.xhp\">Creating a Document Template</link> for related information." -msgstr "" +msgstr "Вижте <link href=\"text/shared/guide/standard_template.xhp\">Създаване на шаблон за документ</link> за допълнителна информация." #. BKHDD #: template_manager.xhp @@ -24999,7 +24999,7 @@ msgctxt "" "par_idN1063F\n" "help.text" msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode> to select the whole text." -msgstr "" +msgstr "Натиснете <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>, за да изберете целия текст." #. CCBSr #: undo_formatting.xhp @@ -25035,7 +25035,7 @@ msgctxt "" "par_idN106DD\n" "help.text" msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode> to select the whole text." -msgstr "" +msgstr "Натиснете <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>, за да изберете целия текст." #. HSD7L #: undo_formatting.xhp @@ -25071,7 +25071,7 @@ msgctxt "" "par_id3906674\n" "help.text" msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode> to select the whole text." -msgstr "" +msgstr "Натиснете <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>, за да изберете целия текст." #. wRVC2 #: undo_formatting.xhp diff --git a/source/bg/helpcontent2/source/text/shared/optionen.po b/source/bg/helpcontent2/source/text/shared/optionen.po index bf4d0cbca6f..359f9744c23 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: 2021-04-27 17:03+0200\n" -"PO-Revision-Date: 2021-03-22 13:10+0000\n" +"PO-Revision-Date: 2021-05-03 02:37+0000\n" "Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n" "Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/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 4.4.2\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1562351576.000000\n" @@ -7755,7 +7755,7 @@ msgctxt "" "bm_id3145119\n" "help.text" msgid "<bookmark_value>links; updating options (Writer)</bookmark_value> <bookmark_value>updating; links in text documents</bookmark_value> <bookmark_value>updating; fields and charts, automatically (Writer)</bookmark_value> <bookmark_value>tab stops; spacing in text documents</bookmark_value> <bookmark_value>spacing; tab stops in text documents</bookmark_value> <bookmark_value>word counts; separators</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>връзки; настройки за обновяване (Writer)</bookmark_value> <bookmark_value>обновяване; връзки в текстови документи</bookmark_value> <bookmark_value>обновяване; полета и диаграми, автоматично (Writer)</bookmark_value> <bookmark_value>табулатори; разредка в текстови документи</bookmark_value> <bookmark_value>разредка; табулация в текстови документи</bookmark_value> <bookmark_value>броене на думите;разделители</bookmark_value>" #. JhHC7 #: 01040900.xhp diff --git a/source/bg/helpcontent2/source/text/simpress/guide.po b/source/bg/helpcontent2/source/text/simpress/guide.po index 6ded02fd0c7..0cd384e6ae3 100644 --- a/source/bg/helpcontent2/source/text/simpress/guide.po +++ b/source/bg/helpcontent2/source/text/simpress/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: 2021-04-27 17:03+0200\n" -"PO-Revision-Date: 2021-04-16 00:37+0000\n" +"PO-Revision-Date: 2021-05-03 02:37+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" "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 4.4.2\n" "X-POOTLE-MTIME: 1555874757.000000\n" #. S83CC @@ -590,7 +590,7 @@ msgctxt "" "par_id3149875\n" "help.text" msgid "Choose <emph>View - Animation</emph>, to open the Custom Animation pane in the Sidebar. Click on <emph>Add (+)</emph> button, and then select an animation effect." -msgstr "" +msgstr "Изберете <emph>Изглед - Анимация</emph>, за да отворите панела „Анимация по избор“ в страничната лента. Щракнете върху бутона <emph>Добавяне (+)</emph> и изберете анимационен ефект." #. iHWsE #: animated_objects.xhp diff --git a/source/bg/helpcontent2/source/text/swriter/guide.po b/source/bg/helpcontent2/source/text/swriter/guide.po index 6826c24b8cd..c463a7c442c 100644 --- a/source/bg/helpcontent2/source/text/swriter/guide.po +++ b/source/bg/helpcontent2/source/text/swriter/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: 2021-04-27 17:03+0200\n" -"PO-Revision-Date: 2021-04-20 19:37+0000\n" +"PO-Revision-Date: 2021-05-03 02:37+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" "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 4.4.2\n" "X-POOTLE-MTIME: 1564897611.000000\n" #. XAt2Y @@ -3776,7 +3776,7 @@ msgctxt "" "par_id3153417\n" "help.text" msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Writing Aids</emph>." -msgstr "Изберете ц<switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Инструменти - Настройки</emph></defaultinline></switchinline><emph> - Езикови настройки - Помощ при писане</emph>." +msgstr "Изберете <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Инструменти - Настройки</emph></defaultinline></switchinline><emph> - Езикови настройки - Помощ при писане</emph>." #. SEGSf #: delete_from_dict.xhp @@ -4028,7 +4028,7 @@ msgctxt "" "par_id7594225\n" "help.text" msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Print</emph>." -msgstr "Изберете ц<switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Инструменти - Настройки</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Печат</emph>." +msgstr "Изберете <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Инструменти - Настройки</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Печат</emph>." #. 49PDE #: even_odd_sdw.xhp diff --git a/source/bg/helpcontent2/source/text/swriter/librelogo.po b/source/bg/helpcontent2/source/text/swriter/librelogo.po index 334e7e0597f..e4260d99e20 100644 --- a/source/bg/helpcontent2/source/text/swriter/librelogo.po +++ b/source/bg/helpcontent2/source/text/swriter/librelogo.po @@ -4,16 +4,16 @@ 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: 2021-01-19 13:13+0100\n" -"PO-Revision-Date: 2020-11-01 10:35+0000\n" +"PO-Revision-Date: 2021-05-04 10:37+0000\n" "Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n" -"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriterlibrelogo/bg/>\n" +"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textswriterlibrelogo/bg/>\n" "Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.4.2\n" "X-POOTLE-MTIME: 1509047845.000000\n" #. kypzs @@ -212,7 +212,7 @@ msgctxt "" "par_390\n" "help.text" msgid "To reset the command line click triple in it or press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode> to select the previous commands, and type the new commands." -msgstr "" +msgstr "За да нулирате командния ред, щракнете трикратно в него или натиснете <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>, за да изберете предишните команди, и въведете новите команди." #. bqE8E #: LibreLogo.xhp |