diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-12-21 18:00:56 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-12-21 18:06:05 +0100 |
commit | f506a2490665212eeefb5934d6d4346a8a8c1856 (patch) | |
tree | 1d46d830bbfd1d144bf730aa29950d8a837587d6 /source/bg/helpcontent2 | |
parent | 9658a28df4b4c0eb79a9635221bab10ee09fed61 (diff) |
update translations for 7.3.0 rc1
and force-fix errors using pocheck
Change-Id: Iaf5f970103a9ace669ee6019b2362031e34cbdf0
Diffstat (limited to 'source/bg/helpcontent2')
18 files changed, 1559 insertions, 873 deletions
diff --git a/source/bg/helpcontent2/source/text/sbasic/python.po b/source/bg/helpcontent2/source/text/sbasic/python.po index 95c14153be6..1bfc62354bb 100644 --- a/source/bg/helpcontent2/source/text/sbasic/python.po +++ b/source/bg/helpcontent2/source/text/sbasic/python.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-11-16 12:08+0100\n" -"PO-Revision-Date: 2021-06-13 09:10+0000\n" +"POT-Creation-Date: 2021-12-20 13:20+0100\n" +"PO-Revision-Date: 2021-12-05 23:38+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" "Language: bg\n" @@ -277,33 +277,6 @@ msgctxt "" msgid "Python Syntax" msgstr "Синтаксис на Python" -#. GXEC9 -#: python_2_basic.xhp -msgctxt "" -"python_2_basic.xhp\n" -"N0369\n" -"help.text" -msgid "<literal>results = script.invoke((prompt,buttons,title), (), ())</literal>" -msgstr "<literal>results = script.invoke((prompt,buttons,title), (), ())</literal>" - -#. 465No -#: python_2_basic.xhp -msgctxt "" -"python_2_basic.xhp\n" -"N0370\n" -"help.text" -msgid "<literal>script.invoke((message,), tuple, ())</literal>" -msgstr "<literal>script.invoke((message,), tuple, ())</literal>" - -#. wnGWp -#: python_2_basic.xhp -msgctxt "" -"python_2_basic.xhp\n" -"N0371\n" -"help.text" -msgid "<literal>script.invoke((args), (), results)</literal>" -msgstr "<literal>script.invoke((args), (), results)</literal>" - #. oWBhX #: python_2_basic.xhp msgctxt "" @@ -500,7 +473,7 @@ msgctxt "" "tit\n" "help.text" msgid "Monitoring Document Events" -msgstr "" +msgstr "Наблюдение на събития в документ" #. GyBAT #: python_document_events.xhp @@ -519,6 +492,9 @@ msgctxt "" "help.text" msgid "<variable id=\"pythonmonitor\"><link href=\"text/sbasic/python/python_document_events.xhp\" name=\"Monitoring Document Events\">Listening to Document Events</link></variable>" msgstr "" +"<variable id=\"pythonmonitor\">\n" +"\n" +"<link href=\"text/sbasic/python/python_document_events.xhp\" name=\"Monitoring Document Events\">Слушане на събития в документ</link></variable>" #. 9kSGW #: python_document_events.xhp @@ -527,7 +503,7 @@ msgctxt "" "par_id641630582314861\n" "help.text" msgid "Listening to document events can help in the following situations:" -msgstr "" +msgstr "Слушането на събития в документ може да ви помогне в следните ситуации:" #. NEQoZ #: python_document_events.xhp @@ -536,7 +512,7 @@ msgctxt "" "par_id431630582396327\n" "help.text" msgid "Identify a new document at opening time, as opposed to existing ones, and perform a dedicated setup." -msgstr "" +msgstr "Да разпознаете нов документ по време на отварянето му, за разлика от съществуващ, и да извършите съответна подготовка." #. Tror9 #: python_document_events.xhp @@ -545,7 +521,7 @@ msgctxt "" "par_id461630582396782\n" "help.text" msgid "Control the processing of document save, document copy, print or mailmerge requests." -msgstr "" +msgstr "Да управлявате изпълнението на записване, копиране, отпечатване или изготвяне на циркулярни писма от документ." #. xrRHB #: python_document_events.xhp @@ -554,7 +530,7 @@ msgctxt "" "par_id631630582394790\n" "help.text" msgid "Recalculate table of contents, indexes or table entries of a Writer document when document is going to be closed" -msgstr "" +msgstr "Да преизчислите съдържанието, индексите или таблиците на обекти в документ на Writer точно преди затварянето му." #. fCNvj #: python_document_events.xhp @@ -563,7 +539,7 @@ msgctxt "" "par_id601630582398998\n" "help.text" msgid "Import math Python packages before opening a Calc document. Release these packages when the document closes." -msgstr "" +msgstr "Да импортирате математически пакети на Python преди отварянето на документ на Calc. Да освобождавате тези пакети при затваряне на документа." #. bXprs #: python_document_events.xhp @@ -581,7 +557,7 @@ msgctxt "" "N0529\n" "help.text" msgid "Monitoring Document Events" -msgstr "" +msgstr "Наблюдение на събития в документ" #. VwSwW #: python_document_events.xhp @@ -590,7 +566,7 @@ msgctxt "" "N0530\n" "help.text" msgid "Monitoring is illustrated herewith for Basic and Python languages using object-oriented programming. Assigning <literal>OnLoad</literal> script, to the <menuitem>Open Document</menuitem> event, suffices to initiate and terminate document event monitoring. <menuitem>Tools - Customize</menuitem> menu <menuitem>Events</menuitem> tab is used to assign either scripts." -msgstr "" +msgstr "Наблюдението е илюстрирано тук с обектноориентирано програмиране на езиците Basic и Python. Присвояването на скрипта <literal>OnLoad</literal> на събитието <menuitem>Отваряне на документ</menuitem> е достатъчно за стартиране и прекратяване на следенето на събития в документа. За присвояване на скриптове на събития се използва командата <menuitem>Инструменти - Персонализиране</menuitem>, раздел <menuitem>Събития</menuitem>." #. KgWvt #: python_document_events.xhp @@ -635,16 +611,7 @@ msgctxt "" "N0534\n" "help.text" msgid "<literal>OnLoad</literal> and <literal>OnUnload</literal> events can be used to respectively set and unset Python programs path. They are described as <menuitem>Open document</menuitem> and <menuitem>Document closed</menuitem>." -msgstr "" - -#. AdYNb -#: python_document_events.xhp -msgctxt "" -"python_document_events.xhp\n" -"N0543\n" -"help.text" -msgid "class UiDocument(unohelper.Base, AdapterPattern):" -msgstr "class UiDocument(unohelper.Base, AdapterPattern):" +msgstr "Събитията <literal>OnLoad</literal> и <literal>OnUnload</literal> могат да се използват съответно за задаване и изчистване на пътя за програми на Python. Те са описани като <menuitem>Отваряне на документ</menuitem> и <menuitem>Затворен документ</menuitem>." #. i7waD #: python_document_events.xhp @@ -815,7 +782,7 @@ msgctxt "" "N0602\n" "help.text" msgid "listener = UiDocument() # Initiates listening" -msgstr "" +msgstr "listener = UiDocument() # Започва слушане" #. CkJg4 #: python_document_events.xhp @@ -887,7 +854,7 @@ msgctxt "" "N0638\n" "help.text" msgid "''' Grab application-based Basic script '''" -msgstr "" +msgstr "''' Получаване на скрипт на Basic, базиран на приложение '''" #. 2dfeg #: python_document_events.xhp @@ -905,7 +872,7 @@ msgctxt "" "N0648\n" "help.text" msgid "<menuitem>Start application</menuitem> and <menuitem>Close application</menuitem> events can respectively be used to set and to unset Python path for user scripts or %PRODUCTNAME scripts. In a similar fashion, document based Python libraries or modules can be loaded and released using <menuitem>Open document</menuitem> and <menuitem>Document closed</menuitem> events. Refer to <link href=\"text/sbasic/python/python_import.xhp\" name=\"Importing Python Modules\">Importing Python Modules</link> for more information." -msgstr "" +msgstr "Събитията <menuitem>Стартиране на приложение</menuitem> и <menuitem>Затваряне на приложение</menuitem> могат да се използват съответно за задаване и изчистване на пътя на Python за потребителски скриптове или скриптове на %PRODUCTNAME. По подобен начин базираните на документи библиотеки или модули на Python могат да се зареждат и освобождават чрез събитията <menuitem>Отваряне на документ</menuitem> и <menuitem>Затворен документ</menuitem>. За повече информация вижте <link href=\"text/sbasic/python/python_import.xhp\" name=\"Importing Python Modules\">Импортиране на модули на Python</link>." #. 8pHCg #: python_document_events.xhp @@ -932,7 +899,7 @@ msgctxt "" "N0650\n" "help.text" msgid "Using <menuitem>Tools - Customize</menuitem> menu <menuitem>Events</menuitem> tab, the <menuitem>Open document</menuitem> event fires a <literal>ConsoleLogger</literal> initialisation. <literal>_documentEventOccured</literal> routine - set by <literal>ConsoleLogger</literal> - serves as a unique entry point to trap all document events." -msgstr "" +msgstr "Чрез менюто <menuitem>Инструменти - Персонализиране</menuitem>, раздел <menuitem>Събития</menuitem>, събитието <menuitem>Отваряне на документ</menuitem> предизвиква инициализация на <literal>ConsoleLogger</literal>. Подпрограмата <literal>_documentEventOccured</literal>, зададена от <literal>ConsoleLogger</literal>, служи като единствена входна точка за прехващане на всички събития в документа." #. gGpkW #: python_document_events.xhp @@ -941,7 +908,7 @@ msgctxt "" "hd_id421630510141729\n" "help.text" msgid "controller.Events module" -msgstr "" +msgstr "Модул controller.Events" #. rJX92 #: python_document_events.xhp @@ -950,7 +917,7 @@ msgctxt "" "bas_id431630567378062\n" "help.text" msgid "Global _obj As Object ' controller.ConsoleLogger instance" -msgstr "" +msgstr "Global _obj As Object ' Екземпляр на controller.ConsoleLogger" #. PfRq6 #: python_document_events.xhp @@ -968,7 +935,7 @@ msgctxt "" "bas_id371630509596674\n" "help.text" msgid "''' ConsoleLogger unique entry point '''" -msgstr "" +msgstr "''' Единствена входна точка на ConsoleLogger '''" #. upGWH #: python_document_events.xhp @@ -977,7 +944,7 @@ msgctxt "" "hd_id721630511986813\n" "help.text" msgid "controller.ConsoleLogger class module" -msgstr "" +msgstr "Модул на класа controller.ConsoleLogger" #. AN8tn #: python_document_events.xhp @@ -986,7 +953,7 @@ msgctxt "" "par_id901630509435225\n" "help.text" msgid "Events monitoring starts from the moment a <literal>ConsoleLogger</literal> object is instantiated and ultimately stops upon document closure. <literal>StartAdapter</literal> routine loads necessary Basic libraries, while caught events are reported using <literal>Access2Base.Trace</literal> module." -msgstr "" +msgstr "Наблюдението на събития започва от момента, в който се създаде екземпляр на <literal>ConsoleLogger</literal>, и спира при затваряне на документа. Подпрограмата <literal>StartAdapter</literal> зарежда необходимите библиотеки на Basic, а прехванатите събития се докладват чрез модула <literal>Access2Base.Trace</literal>." #. 2jXHB #: python_document_events.xhp @@ -1004,7 +971,7 @@ msgctxt "" "N0666\n" "help.text" msgid "Private Const UI_NOPROMPT = False ' Set it to True to visualise documents events" -msgstr "" +msgstr "Private Const UI_NOPROMPT = False ' Задайте True, за да се визуализират събитията от документите" #. EQG8C #: python_document_events.xhp @@ -1022,7 +989,7 @@ msgctxt "" "bas_id131630510956418\n" "help.text" msgid "Private _txtMsg As String ' text message to log in console" -msgstr "" +msgstr "Private _txtMsg As String ' текстово съобщение за показване в конзолата" #. JaEhY #: python_document_events.xhp @@ -1031,7 +998,7 @@ msgctxt "" "N0677\n" "help.text" msgid "' PROPERTIES" -msgstr "" +msgstr "' СВОЙСТВА" #. aGuEg #: python_document_events.xhp @@ -1076,7 +1043,7 @@ msgctxt "" "N0705\n" "help.text" msgid "Access2Base.Trace.TraceLog(\"INFO\", _txtMsg & \"Document events are being logged\", UI_PROMPT)" -msgstr "" +msgstr "Access2Base.Trace.TraceLog(\"ИНФОРМАЦИЯ\", _txtMsg & \"Събитията в документа се регистрират\", UI_PROMPT)" #. NkHa4 #: python_document_events.xhp @@ -1094,7 +1061,7 @@ msgctxt "" "N0717\n" "help.text" msgid "Access2Base.Trace.TraceLog(\"INFO\", _txtMsg & \"Document events have been logged\", UI_PROMPT)" -msgstr "" +msgstr "Access2Base.Trace.TraceLog(\"ИНФОРМАЦИЯ\", _txtMsg & \"Регистрирането на събития приключи\", UI_PROMPT)" #. GAD2E #: python_document_events.xhp @@ -1103,7 +1070,7 @@ msgctxt "" "N0719\n" "help.text" msgid "Access2Base.Trace.TraceConsole() ' Captured events dialog" -msgstr "" +msgstr "Access2Base.Trace.TraceConsole() ' Диалог за прехванати събития" #. X8Kdh #: python_document_events.xhp @@ -1112,7 +1079,7 @@ msgctxt "" "N0722\n" "help.text" msgid "' EVENTS" -msgstr "" +msgstr "' СЪБИТИЯ" #. uVpJf #: python_document_events.xhp @@ -2210,7 +2177,7 @@ msgctxt "" "par_id481636114810038\n" "help.text" msgid "%PRODUCTNAME macros are grouped in module files, modules are usually grouped in library folders, and libraries are grouped in library containers although containers can contain modules too." -msgstr "" +msgstr "Макросите на %PRODUCTNAME се групират във файлове с модули, модулите обикновено са групирани в папки – библиотеки, а библиотеките – в контейнери за библиотеки, макар че контейнерите могат да съдържат и модули." #. wGWz9 #: python_locations.xhp @@ -2219,7 +2186,7 @@ msgctxt "" "par_id771543358231022\n" "help.text" msgid "A library is used as a major grouping for either an entire category of macros, or for an entire application. Modules usually split functionality, such as user interaction and calculations. Individual macros are subroutines and functions. The Figure below shows an example of the hierarchical structure of macro libraries in %PRODUCTNAME." -msgstr "" +msgstr "Библиотеките се използват за групиране на едро, например за цяла категория макроси или за цяло приложение. Модулите обикновено са разделени по функционалност, например взаимодействие с потребителя или изчисления. Отделните макроси са процедури и функции. Долната фигура показва пример за йерархичната структура на библиотеките с макроси в %PRODUCTNAME." #. b8iEG #: python_locations.xhp @@ -2228,7 +2195,7 @@ msgctxt "" "par_id771636279690940\n" "help.text" msgid "<image src=\"media/helpimg/sbasic/Library-Container.svg\" id=\"img_id121636285791637\" width=\"8cm\" height=\"5.5cm\"><alt id=\"alt_id471636279690940\">Library Container diagram</alt></image>" -msgstr "" +msgstr "<image src=\"media/helpimg/sbasic/Library-Container.svg\" id=\"img_id121636285791637\" width=\"8cm\" height=\"5.5cm\"><alt id=\"alt_id471636279690940\">Диаграма на контейнер за библиотеки</alt></image>" #. JqG95 #: python_locations.xhp @@ -2237,7 +2204,7 @@ msgctxt "" "par_id171636114787810\n" "help.text" msgid "<emph>Figure:</emph> Macro Library hierarchy" -msgstr "" +msgstr "<emph>Фигура:</emph> Йерархия на библиотека от макроси" #. dbwvM #: python_locations.xhp @@ -2246,7 +2213,7 @@ msgctxt "" "par_id801636114790638\n" "help.text" msgid "The containers are accessible in all %PRODUCTNAME programs through the user interface. Go to <menuitem>Tools > Macros > Organize Macros > Python</menuitem>, to open the Python Macros dialog." -msgstr "" +msgstr "Контейнерите са достъпни във всички програми на %PRODUCTNAME чрез потребителския интерфейс. Изберете <menuitem>Инструменти > Макроси > Управление на макроси > Python</menuitem>, за да отворите диалога „Макроси на Python“." #. FU5EC #: python_locations.xhp @@ -2255,7 +2222,7 @@ msgctxt "" "par_id801636114808666\n" "help.text" msgid "Three library containers are shown in the Macro From list:" -msgstr "" +msgstr "В списъка „Макроси“ се виждат три контейнера за библиотеки:" #. RnBRr #: python_locations.xhp @@ -2264,7 +2231,7 @@ msgctxt "" "par_id321636114854594\n" "help.text" msgid "<emph>My Macros:</emph> personal macros available for the %PRODUCTNAME user" -msgstr "" +msgstr "<emph>Моите макроси:</emph> лични макроси, достъпни за потребителя на %PRODUCTNAME" #. BB8K2 #: python_locations.xhp @@ -2273,7 +2240,7 @@ msgctxt "" "par_id471636114847530\n" "help.text" msgid "<emph>%PRODUCTNAME Macros:</emph> system macros distributed with LibreOffice for every computer user" -msgstr "" +msgstr "<emph>Макроси на %PRODUCTNAME:</emph> системни макроси, разпространявани с LibreOffice за всички потребители" #. kVY4C #: python_locations.xhp @@ -2282,7 +2249,7 @@ msgctxt "" "par_id191636114858218\n" "help.text" msgid "<emph>Document macros:</emph> every document can contain macro libraries available in that document for all users" -msgstr "" +msgstr "<emph>Макроси в документ:</emph> всеки документ може да съдържа библиотеки с макроси, налични в този документ за всички потребители." #. iEtmS #: python_locations.xhp @@ -2309,7 +2276,7 @@ msgctxt "" "hd_id591544049572647\n" "help.text" msgid "%PRODUCTNAME Macros" -msgstr "" +msgstr "Макроси на %PRODUCTNAME" #. xBzRT #: python_locations.xhp @@ -2426,7 +2393,7 @@ msgctxt "" "par_id181544209916707\n" "help.text" msgid "Python macros can be organized in libraries, modules and macros. Use the Macro Library hierarchy as a guide when creating or installing new macros in module files, new module files in library folders or new library folders in containers." -msgstr "" +msgstr "Макросите на Python могат да бъдат организирани в библиотеки, модули и макроси. Използвайте фигурата „Йерархия на библиотека от макроси“ като ориентир, когато създавате или инсталирате нови макроси във файлове с модули, нови файлове с модули в папки с библиотеки или нови папки с библиотеки в контейнери." #. Zcfxg #: python_platform.xhp @@ -3551,7 +3518,7 @@ msgctxt "" "par_id851633601202270\n" "help.text" msgid "From a full-featured %PRODUCTNAME installed package, use either Basic or Python:" -msgstr "" +msgstr "От пълнофункционална инсталация на %PRODUCTNAME използвайте Basic или Python:" #. 5HhXz #: python_shell.xhp @@ -3560,7 +3527,7 @@ msgctxt "" "N0121\n" "help.text" msgid "Using a Basic macro" -msgstr "" +msgstr "Използване на макрос на Basic" #. KhWLk #: python_shell.xhp @@ -3569,7 +3536,7 @@ msgctxt "" "N0127\n" "help.text" msgid "Using a Python macro" -msgstr "" +msgstr "Използване на макрос на Python" #. 3FCJH #: python_shell.xhp @@ -3578,7 +3545,7 @@ msgctxt "" "N0141\n" "help.text" msgid "Example output" -msgstr "" +msgstr "Примерен резултат" #. MxDtE #: python_shell.xhp @@ -3587,7 +3554,7 @@ msgctxt "" "N0142\n" "help.text" msgid "<image src=\"media/helpimg/python/python_interactive_console.png\" id=\"N0143\"><alt id=\"N0143\">Python Interactive Console</alt></image>" -msgstr "" +msgstr "<image src=\"media/helpimg/python/python_interactive_console.png\" id=\"N0143\"><alt id=\"N0143\">Интерактивна конзола на Python</alt></image>" #. fk6sx #: python_shell.xhp @@ -3596,7 +3563,7 @@ msgctxt "" "hd_id381633446811095\n" "help.text" msgid "Using the Terminal" -msgstr "" +msgstr "Използване на терминала" #. CNFdD #: python_shell.xhp @@ -3605,7 +3572,7 @@ msgctxt "" "par_id801633601715910\n" "help.text" msgid "From a %PRODUCTNAME copy included in a GNU/Linux platform, use the terminal as shown:" -msgstr "" +msgstr "От копие на %PRODUCTNAME, включено в платформа GNU/Linux, можете да използвате терминала, както е показано:" #. vWPwe #: python_shell.xhp @@ -3614,7 +3581,7 @@ msgctxt "" "par_id531633444780190\n" "help.text" msgid "<literal>whereis</literal> or <literal>type</literal> terminal commands help locate Python interactive console:" -msgstr "" +msgstr "Командите <literal>whereis</literal> и <literal>type</literal> помагат за намиране на интерактивната конзола на Python:" #. 8Ei5d #: python_shell.xhp @@ -3623,7 +3590,7 @@ msgctxt "" "hd_id311633513620803\n" "help.text" msgid "Alternative console" -msgstr "" +msgstr "Алтернативна конзола" #. d8DCA #: python_shell.xhp @@ -3632,7 +3599,7 @@ msgctxt "" "par_id81632760673283\n" "help.text" msgid "Use <link href=\"https://extensions.libreoffice.org/extensions/apso-alternative-script-organizer-for-Python\" name=\"APSO extension\">APSO extension</link> console as an alternative:" -msgstr "" +msgstr "Като алтернатива можете да използвате конзолата на <link href=\"https://extensions.libreoffice.org/extensions/apso-alternative-script-organizer-for-Python\" name=\"APSO extension\">разширението APSO</link>:" #. 6h9CS #: python_shell.xhp @@ -3641,7 +3608,7 @@ msgctxt "" "N0144\n" "help.text" msgid "<image src=\"media/helpimg/python/python_shell.png\" id=\"N0144\"><alt id=\"N0144\">APSO console</alt></image>" -msgstr "" +msgstr "<image src=\"media/helpimg/python/python_shell.png\" id=\"N0144\"><alt id=\"N0144\">Конзола на APSO</alt></image>" #. MxGkV #: python_shell.xhp @@ -3650,4 +3617,4 @@ msgctxt "" "par_id351633599611244\n" "help.text" msgid "<link href=\"text/sbasic/shared/03/sf_exception.xhp?#PythonShell\" name=\"PythonShell method\"><literal>PythonShell</literal></link> function in <link href=\"text/sbasic/shared/03/sf_exception.xhp\" name=\"ScriptForge.Exception service\"><literal>ScriptForge.Exception</literal></link> service" -msgstr "" +msgstr "Функция <link href=\"text/sbasic/shared/03/sf_exception.xhp?#PythonShell\" name=\"PythonShell method\"><literal>PythonShell</literal></link> в услугата <link href=\"text/sbasic/shared/03/sf_exception.xhp\" name=\"ScriptForge.Exception service\"><literal>ScriptForge.Exception</literal></link>" diff --git a/source/bg/helpcontent2/source/text/sbasic/shared.po b/source/bg/helpcontent2/source/text/sbasic/shared.po index a135d5afb94..bd70856541f 100644 --- a/source/bg/helpcontent2/source/text/sbasic/shared.po +++ b/source/bg/helpcontent2/source/text/sbasic/shared.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-11-24 12:02+0100\n" +"POT-Creation-Date: 2021-12-20 13:20+0100\n" "PO-Revision-Date: 2021-06-26 11:04+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" @@ -8440,14 +8440,14 @@ msgctxt "" msgid "sVar = MsgBox( \"Las Vegas\",256 + 16 + 2,\"Dialog title\")" msgstr "sVar = MsgBox(\"Лас Вегас\", 256 + 16 + 2, \"Заглавие на диалога\")" -#. mos4Z +#. ubeYB #: 03010102.xhp msgctxt "" "03010102.xhp\n" "par_id051220170242005479\n" "help.text" -msgid "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")" -msgstr "sVar = MsgBox(\"Лас Вегас\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Заглавие на диалога\")" +msgid "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYIGNORE, \"Dialog title\")" +msgstr "" #. BaStC #: 03010103.xhp @@ -8809,15 +8809,6 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис:" -#. qNGaq -#: 03010301.xhp -msgctxt "" -"03010301.xhp\n" -"par_id3149457\n" -"help.text" -msgid "Blue (Color As Long)" -msgstr "Blue (Color As Long)" - #. 6NsAv #: 03010301.xhp msgctxt "" @@ -8944,15 +8935,6 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис:" -#. yGCYn -#: 03010302.xhp -msgctxt "" -"03010302.xhp\n" -"par_id3153969\n" -"help.text" -msgid "Green (Color As Long)" -msgstr "Green (Color As Long)" - #. q3DPS #: 03010302.xhp msgctxt "" @@ -9079,15 +9061,6 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис:" -#. 3nHCU -#: 03010303.xhp -msgctxt "" -"03010303.xhp\n" -"par_id3150448\n" -"help.text" -msgid "Red (ColorNumber As Long)" -msgstr "Red (Color As Long)" - #. nbbWR #: 03010303.xhp msgctxt "" @@ -9223,15 +9196,6 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис:" -#. scoHN -#: 03010304.xhp -msgctxt "" -"03010304.xhp\n" -"par_id3151042\n" -"help.text" -msgid "QBColor (ColorNumber As Integer)" -msgstr "QBColor (ColorNumber As Integer)" - #. 32yR4 #: 03010304.xhp msgctxt "" @@ -9241,15 +9205,6 @@ msgctxt "" msgid "Return value:" msgstr "Връщана стойност:" -#. MNPy2 -#: 03010304.xhp -msgctxt "" -"03010304.xhp\n" -"par_id3154685\n" -"help.text" -msgid "Long" -msgstr "Long" - #. Z9k2a #: 03010304.xhp msgctxt "" @@ -9493,15 +9448,6 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис:" -#. rd647 -#: 03010305.xhp -msgctxt "" -"03010305.xhp\n" -"par_id3155132\n" -"help.text" -msgid "RGB (Red, Green, Blue)" -msgstr "RGB (Red, Green, Blue – червено, зелено, синьо)" - #. T8jX4 #: 03010305.xhp msgctxt "" @@ -9511,15 +9457,6 @@ msgctxt "" msgid "Return value:" msgstr "Връщана стойност:" -#. MRb5q -#: 03010305.xhp -msgctxt "" -"03010305.xhp\n" -"par_id3159153\n" -"help.text" -msgid "Long" -msgstr "Long" - #. FRE8M #: 03010305.xhp msgctxt "" @@ -9709,15 +9646,6 @@ msgctxt "" msgid "<image src=\"media/helpimg/sbasic/Close_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Close Statement diagram</alt></image>" msgstr "<image src=\"media/helpimg/sbasic/Close_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Диаграма на оператора Close</alt></image>" -#. FEDAa -#: 03020101.xhp -msgctxt "" -"03020101.xhp\n" -"par_id3147265\n" -"help.text" -msgid "Close [[#]fileNum [, [#]fileNum2 [,...]]]" -msgstr "Close [[#]fileNum [, [#]fileNum2 [,...]]]" - #. gdqMu #: 03020101.xhp msgctxt "" @@ -10087,15 +10015,6 @@ msgctxt "" msgid "<image src=\"media/helpimg/sbasic/Get_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Get Statement diagram</alt></image>" msgstr "<image src=\"media/helpimg/sbasic/Get_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Диаграма на оператора Get</alt></image>" -#. xBhKA -#: 03020201.xhp -msgctxt "" -"03020201.xhp\n" -"par_id3150792\n" -"help.text" -msgid "Get [#]fileNum, [recordNum|filePos], variable" -msgstr "Get [#]fileNum, [recordNum|filePos], variable" - #. UM9CG #: 03020201.xhp msgctxt "" @@ -10519,15 +10438,6 @@ msgctxt "" msgid "<image src=\"media/helpimg/sbasic/Put_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Put Statement diagram</alt></image>" msgstr "<image src=\"media/helpimg/sbasic/Put_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Диаграма на оператора Put</alt></image>" -#. RBpeh -#: 03020204.xhp -msgctxt "" -"03020204.xhp\n" -"par_id3155132\n" -"help.text" -msgid "Put [#]fileNum, [recordNum|filePos], variable" -msgstr "Put [#]fileNum, [recordNum|filePos], variable" - #. bSFd2 #: 03020204.xhp msgctxt "" @@ -10735,15 +10645,6 @@ msgctxt "" msgid "Determines if the file pointer has reached the end of a file." msgstr "Определя дали файловият указател е достигнал края на файла." -#. KmauZ -#: 03020301.xhp -msgctxt "" -"03020301.xhp\n" -"par_id3147399\n" -"help.text" -msgid "Eof (intexpression As Integer)" -msgstr "Eof (IntExpression As Integer)" - #. 4WM7u #: 03020301.xhp msgctxt "" @@ -10816,15 +10717,6 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис:" -#. K5Bo8 -#: 03020302.xhp -msgctxt "" -"03020302.xhp\n" -"par_id3150768\n" -"help.text" -msgid "Loc(FileNumber)" -msgstr "Loc(FileNumber)" - #. 2TN73 #: 03020302.xhp msgctxt "" @@ -10834,15 +10726,6 @@ msgctxt "" msgid "Return value:" msgstr "Връщана стойност:" -#. bUFYD -#: 03020302.xhp -msgctxt "" -"03020302.xhp\n" -"par_id3152578\n" -"help.text" -msgid "Long" -msgstr "Long" - #. CN8kc #: 03020302.xhp msgctxt "" @@ -10915,24 +10798,6 @@ msgctxt "" msgid "Returns the size of an open file in bytes." msgstr "Връща размера на отворен файл в байтове." -#. 43MqD -#: 03020303.xhp -msgctxt "" -"03020303.xhp\n" -"par_id3150359\n" -"help.text" -msgid "Lof (FileNumber)" -msgstr "Lof (FileNumber)" - -#. BwEgF -#: 03020303.xhp -msgctxt "" -"03020303.xhp\n" -"par_id3147230\n" -"help.text" -msgid "Long" -msgstr "Long" - #. BBamj #: 03020303.xhp msgctxt "" @@ -11023,15 +10888,6 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис:" -#. kDJUc -#: 03020304.xhp -msgctxt "" -"03020304.xhp\n" -"par_id3145365\n" -"help.text" -msgid "Seek (FileNumber)" -msgstr "Seek (FileNumber)" - #. CPK2A #: 03020304.xhp msgctxt "" @@ -11041,15 +10897,6 @@ msgctxt "" msgid "Return value:" msgstr "Връщана стойност:" -#. MWoFQ -#: 03020304.xhp -msgctxt "" -"03020304.xhp\n" -"par_id3159156\n" -"help.text" -msgid "Long" -msgstr "Long" - #. agXgn #: 03020304.xhp msgctxt "" @@ -11131,15 +10978,6 @@ msgctxt "" msgid "<image src=\"media/helpimg/sbasic/Seek_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Seek Statement diagram</alt></image>" msgstr "<image src=\"media/helpimg/sbasic/Seek_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Диаграма на оператора Seek</alt></image>" -#. PjcAp -#: 03020305.xhp -msgctxt "" -"03020305.xhp\n" -"par_id3145273\n" -"help.text" -msgid "Seek [#]filePos, {filePos|recordNum}" -msgstr "Seek [#]filePos, {filePos|recordNum}" - #. vwzuK #: 03020305.xhp msgctxt "" @@ -11815,15 +11653,6 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис:" -#. LnQdV -#: 03020406.xhp -msgctxt "" -"03020406.xhp\n" -"par_id3146957\n" -"help.text" -msgid "FileCopy TextFrom As String, TextTo As String" -msgstr "FileCopy TextFrom As String, TextTo As String" - #. CjRbT #: 03020406.xhp msgctxt "" @@ -11914,15 +11743,6 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис:" -#. CPCBG -#: 03020407.xhp -msgctxt "" -"03020407.xhp\n" -"par_id3154124\n" -"help.text" -msgid "FileDateTime (Text As String)" -msgstr "FileDateTime (Text As String)" - #. meGd2 #: 03020407.xhp msgctxt "" @@ -12004,15 +11824,6 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис:" -#. MoBSd -#: 03020408.xhp -msgctxt "" -"03020408.xhp\n" -"par_id3149656\n" -"help.text" -msgid "FileLen (Text As String)" -msgstr "FileLen (Text As String)" - #. LVwBo #: 03020408.xhp msgctxt "" @@ -12022,15 +11833,6 @@ msgctxt "" msgid "Return value:" msgstr "Връщана стойност:" -#. 7CmL7 -#: 03020408.xhp -msgctxt "" -"03020408.xhp\n" -"par_id3156282\n" -"help.text" -msgid "Long" -msgstr "Long" - #. H2KXW #: 03020408.xhp msgctxt "" @@ -12112,15 +11914,6 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис:" -#. 45fLv -#: 03020409.xhp -msgctxt "" -"03020409.xhp\n" -"par_id3150359\n" -"help.text" -msgid "GetAttr (Text As String)" -msgstr "GetAttr (Text As String)" - #. mBMu7 #: 03020409.xhp msgctxt "" @@ -12607,15 +12400,6 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис:" -#. AUhBt -#: 03020412.xhp -msgctxt "" -"03020412.xhp\n" -"par_id3153381\n" -"help.text" -msgid "Name OldName As String As NewName As String" -msgstr "Name OldName As String As NewName As String" - #. 7AwQo #: 03020412.xhp msgctxt "" @@ -12697,15 +12481,6 @@ msgctxt "" msgid "<image src=\"media/helpimg/sbasic/RmDir_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">RmDir Statement diagram</alt></image>" msgstr "<image src=\"media/helpimg/sbasic/RmDir_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Диаграма на оператора RmDir</alt></image>" -#. uE7FC -#: 03020413.xhp -msgctxt "" -"03020413.xhp\n" -"par_id3154367\n" -"help.text" -msgid "RmDir Text As String" -msgstr "RmDir Text As String" - #. 2mpBg #: 03020413.xhp msgctxt "" @@ -12769,15 +12544,6 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис:" -#. CrLq9 -#: 03020414.xhp -msgctxt "" -"03020414.xhp\n" -"par_id3154365\n" -"help.text" -msgid "SetAttr FileName As String, Attribute As Integer" -msgstr "SetAttr FileName As String, Attribute As Integer" - #. 7arWD #: 03020414.xhp msgctxt "" @@ -12940,15 +12706,6 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис:" -#. Tvkos -#: 03020415.xhp -msgctxt "" -"03020415.xhp\n" -"par_id3154685\n" -"help.text" -msgid "FileExists(FileName As String | DirectoryName As String)" -msgstr "FileExists(FileName As String | DirectoryName As String)" - #. iTkt5 #: 03020415.xhp msgctxt "" @@ -13102,15 +12859,6 @@ msgctxt "" msgid "Returns a <emph>Date</emph> value for a specified year, month, or day." msgstr "Връща стойност от тип <emph>Date</emph> за зададена година, месец или ден." -#. 5G7kZ -#: 03030101.xhp -msgctxt "" -"03030101.xhp\n" -"par_id3149670\n" -"help.text" -msgid "DateSerial (year, month, day)" -msgstr "DateSerial (Year, Month, Day)" - #. xroUB #: 03030101.xhp msgctxt "" @@ -14560,15 +14308,6 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис:" -#. cPRUh -#: 03030111.xhp -msgctxt "" -"03030111.xhp\n" -"par_id3149497\n" -"help.text" -msgid "CDateToUnoDate(aDate)" -msgstr "CDateToUnoDate(aDate)" - #. iGwfJ #: 03030111.xhp msgctxt "" @@ -14659,15 +14398,6 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис:" -#. snhBW -#: 03030112.xhp -msgctxt "" -"03030112.xhp\n" -"par_id3149497\n" -"help.text" -msgid "CDateFromUnoDate(aDate)" -msgstr "CDateFromUnoDate(aDate)" - #. B3CDo #: 03030112.xhp msgctxt "" @@ -14758,15 +14488,6 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис:" -#. ABYMv -#: 03030113.xhp -msgctxt "" -"03030113.xhp\n" -"par_id3149497\n" -"help.text" -msgid "CDateToUnoTime(aDate)" -msgstr "CDateToUnoTime(aDate)" - #. N7qeB #: 03030113.xhp msgctxt "" @@ -14857,15 +14578,6 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис:" -#. EQoqi -#: 03030114.xhp -msgctxt "" -"03030114.xhp\n" -"par_id3149497\n" -"help.text" -msgid "CDateFromUnoTime(aTime)" -msgstr "CDateFromUnoTime(aTime)" - #. QreGF #: 03030114.xhp msgctxt "" @@ -14956,15 +14668,6 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис:" -#. TMAGP -#: 03030115.xhp -msgctxt "" -"03030115.xhp\n" -"par_id3149497\n" -"help.text" -msgid "CDateToUnoDateTime(aDate)" -msgstr "CDateToUnoDateTime(aDate)" - #. 9vAhc #: 03030115.xhp msgctxt "" @@ -15055,15 +14758,6 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис:" -#. qhgq3 -#: 03030116.xhp -msgctxt "" -"03030116.xhp\n" -"par_id3149497\n" -"help.text" -msgid "CDateFromUnoDateTime(aDateTime)" -msgstr "CDateFromUnoDateTime(aDateTime)" - #. kjYF8 #: 03030116.xhp msgctxt "" @@ -15145,15 +14839,6 @@ msgctxt "" msgid "Returns the number of date or time intervals between two given date values." msgstr "Връща броя периоди от дати или часове между две зададени стойности – дати." -#. AzmeS -#: 03030120.xhp -msgctxt "" -"03030120.xhp\n" -"par_idN10648\n" -"help.text" -msgid "DateDiff (interval As String, date1 As Date, date2 As Date [, firstDayOfWeek As Integer [, firstWeekOfYear As Integer]]) As Double" -msgstr "DateDiff (interval As String, date1 As Date, date2 As Date [, firstDayOfWeek As Integer [, firstWeekOfYear As Integer]]) As Double" - #. BPDH8 #: 03030120.xhp msgctxt "" @@ -15496,15 +15181,6 @@ msgctxt "" msgid "The DatePart function returns a specified part of a date." msgstr "Функцията DatePart връща зададена част от дата." -#. GWMCJ -#: 03030130.xhp -msgctxt "" -"03030130.xhp\n" -"par_idN105E8\n" -"help.text" -msgid "DatePart (interval As String, date As Date [, firstDayOfWeek As Integer [, firstWeekOfYear As Integer]]) As Long" -msgstr "DatePart (interval As String, date As Date [, firstDayOfWeek As Integer [, firstWeekOfYear As Integer]]) As Long" - #. wi5B9 #: 03030130.xhp msgctxt "" @@ -15667,15 +15343,6 @@ msgctxt "" msgid "This function is the opposite of the <emph>TimeSerial</emph> function. It returns an integer value that represents the hour from a time value that is generated by the <emph>TimeSerial</emph> or the <emph>TimeValue </emph>function. For example, the expression" msgstr "Тази функция е противоположна на <emph>TimeSerial</emph>. Тя връща целочислена стойност, представяща само часовете от стойност за час, генерирана от функцията <emph>TimeSerial</emph> или<emph>TimeValue</emph>. Например изразът" -#. zCCqA -#: 03030201.xhp -msgctxt "" -"03030201.xhp\n" -"par_id3163798\n" -"help.text" -msgid "Print Hour(TimeSerial(12,30,41))" -msgstr "Print Hour(TimeSerial(12,30,41))" - #. n3zH6 #: 03030201.xhp msgctxt "" @@ -15694,15 +15361,6 @@ msgctxt "" msgid "Example:" msgstr "Пример:" -#. iELda -#: 03030201.xhp -msgctxt "" -"03030201.xhp\n" -"par_id3146985\n" -"help.text" -msgid "Sub ExampleHour" -msgstr "Sub ExampleHour" - #. qwk5P #: 03030201.xhp msgctxt "" @@ -15811,15 +15469,6 @@ msgctxt "" msgid "This function is the opposite of the <emph>TimeSerial </emph>function. It returns the minute of the serial time value that is generated by the <emph>TimeSerial</emph> or the <emph>TimeValue </emph>function. For example, the expression:" msgstr "Тази функция е противоположна на <emph>TimeSerial</emph>. Тя връща минутите от стойност за час, генерирана от функцията <emph>TimeSerial</emph> или<emph>TimeValue</emph>. Например изразът" -#. Gr7YY -#: 03030202.xhp -msgctxt "" -"03030202.xhp\n" -"par_id3149262\n" -"help.text" -msgid "Print Minute(TimeSerial(12,30,41))" -msgstr "Print Minute(TimeSerial(12,30,41))" - #. 6ZmVp #: 03030202.xhp msgctxt "" @@ -15838,15 +15487,6 @@ msgctxt "" msgid "Example:" msgstr "Пример:" -#. NEseB -#: 03030202.xhp -msgctxt "" -"03030202.xhp\n" -"par_id3159154\n" -"help.text" -msgid "Sub ExampleMinute" -msgstr "Sub ExampleMinute" - #. uxFus #: 03030202.xhp msgctxt "" @@ -16027,15 +15667,6 @@ msgctxt "" msgid "This function is the opposite of the <emph>TimeSerial </emph>function. It returns the seconds of a serial time value that is generated by the <emph>TimeSerial</emph> or <emph>TimeValue </emph>functions. For example, the expression:" msgstr "Тази функция е противоположна на <emph>TimeSerial</emph>. Тя връща секундите от стойност за час, генерирана от функцията <emph>TimeSerial</emph> или<emph>TimeValue</emph>. Например изразът" -#. Tjkza -#: 03030204.xhp -msgctxt "" -"03030204.xhp\n" -"par_id3153951\n" -"help.text" -msgid "Print Second(TimeSerial(12,30,41))" -msgstr "Print Second(TimeSerial(12, 30, 41))" - #. AMELh #: 03030204.xhp msgctxt "" @@ -16108,15 +15739,6 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис:" -#. rBHrY -#: 03030205.xhp -msgctxt "" -"03030205.xhp\n" -"par_id3150792\n" -"help.text" -msgid "TimeSerial (hour, minute, second)" -msgstr "TimeSerial (Hour, Minute, Second)" - #. mCg7g #: 03030205.xhp msgctxt "" @@ -16315,15 +15937,6 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис:" -#. WPuDv -#: 03030206.xhp -msgctxt "" -"03030206.xhp\n" -"par_id3156282\n" -"help.text" -msgid "TimeValue (Text As String)" -msgstr "TimeValue (Text As String)" - #. NQV5A #: 03030206.xhp msgctxt "" @@ -17584,15 +17197,6 @@ msgctxt "" msgid "<image src=\"media/helpimg/sbasic/On-Error_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">On Error Statement diagram</alt></image>" msgstr "<image src=\"media/helpimg/sbasic/On-Error_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Диаграма на оператора On Error</alt></image>" -#. CKJJr -#: 03050500.xhp -msgctxt "" -"03050500.xhp\n" -"par_id3145173\n" -"help.text" -msgid "On [Local] Error {GoTo Labelname | GoTo 0 | Resume Next}" -msgstr "On [Local] Error {GoTo Labelname | GoTo 0 | Resume Next}" - #. CmqUN #: 03050500.xhp msgctxt "" @@ -17737,15 +17341,6 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис:" -#. jairQ -#: 03060100.xhp -msgctxt "" -"03060100.xhp\n" -"par_id3156344\n" -"help.text" -msgid "Result = Expression1 And Expression2" -msgstr "Result = Expression1 And Expression2" - #. Nfu49 #: 03060100.xhp msgctxt "" @@ -17899,15 +17494,6 @@ msgctxt "" msgid "Syntax:" msgstr "Синтаксис:" -#. m9bM6 -#: 03060200.xhp -msgctxt "" -"03060200.xhp\n" -"par_id3154910\n" -"help.text" -msgid "Result = Expression1 Eqv Expression2" -msgstr "Result = Expression1 Eqv Expression2" - #. 7fkPv #: 03060200.xhp msgctxt "" @@ -19726,22 +19312,22 @@ msgctxt "" msgid "To convert degrees to radians, multiply degrees by <literal>Pi</literal>/180, and to convert radians to degrees, multiply radians by 180/<literal>Pi</literal>." msgstr "" -#. CCzJK +#. yescR #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3149664\n" "help.text" -msgid "grad=(radiant*180)/<literal>Pi</literal>" +msgid "degrees=(radians*180)/<literal>Pi</literal>" msgstr "" -#. EED9X +#. PZTcG #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3153143\n" "help.text" -msgid "radiant=(grad*<literal>Pi</literal>)/180" +msgid "radians=(degrees*<literal>Pi</literal>)/180" msgstr "" #. EFgfE @@ -19897,22 +19483,22 @@ msgctxt "" msgid "To convert degrees to radians, multiply by <literal>Pi</literal>/180. To convert radians to degrees, multiply by 180/<literal>Pi</literal>." msgstr "" -#. L5KFp +#. bAYDk #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3155414\n" "help.text" -msgid "degrees=(radiant*180)/<literal>Pi</literal>" +msgid "degrees=(radians*180)/<literal>Pi</literal>" msgstr "" -#. AdvXG +#. hDLbM #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3146975\n" "help.text" -msgid "radiant=(degrees*<literal>Pi</literal>)/180" +msgid "radians=(degrees*<literal>Pi</literal>)/180" msgstr "" #. AEqBK @@ -25504,13 +25090,49 @@ msgctxt "" msgid "If the argument is a number, it is used as numeric value of the expression." msgstr "" -#. RD4KV +#. UnfBB #: 03100500.xhp msgctxt "" "03100500.xhp\n" "par_id3159416\n" "help.text" -msgid "If the argument is string, the function trims the leading whitespace; then it tries to recognize a number in following characters. These syntaxes are recognized: decimal numbers (with optional leading sign) using decimal and group separators of locale configured in $[officename] (group separators are accepted in any position), with optional exponential notation like \"-12e+1\" (where an optionally signed whole decimal number after e or E or d or D defines power of 10); octal numbers like \"&Onnn...\", where \"nnn...\" after \"&O\" or \"&o\" is sequence of characters up to the next non-alphanumeric character, and must be no longer than 11 digits from 0 to 7; hexadecimal numbers like \"&Hnnn...\", where \"nnn...\" after \"&H\" or \"&h\" is sequence of characters up to the next non-alphanumeric character, and must be no longer than 8 digits from 0 to 9, A to F, or a to f. The rest of the string is ignored. If the string is not recognized, e.g. when after trimming leading whitespace it doesn't start with plus, minus, a decimal digit, or \"&\", or when the sequence after \"&O\" is longer than 11 characters or contains an alphabetic character, the numeric value of expression is 0." +msgid "If the argument is string, the function trims the leading white space; then it tries to recognize a number in following characters. The syntax below are recognized:" +msgstr "" + +#. kj6xg +#: 03100500.xhp +msgctxt "" +"03100500.xhp\n" +"par_id811638383475418\n" +"help.text" +msgid "Decimal numbers (with optional leading sign) using decimal and group separators of locale configured in $[officename] (group separators are accepted in any position), with optional exponential notation like \"-12e+1\" (where an optionally signed whole decimal number after e or E or d or D defines power of 10);" +msgstr "" + +#. GZWV7 +#: 03100500.xhp +msgctxt "" +"03100500.xhp\n" +"par_id361638383494362\n" +"help.text" +msgid "Octal numbers like \"&Onnn...\", where \"nnn...\" after \"&O\" or \"&o\" is sequence no longer than 11 digits, from 0 to 7, up to the next non-alphanumeric character;" +msgstr "" + +#. GUVCt +#: 03100500.xhp +msgctxt "" +"03100500.xhp\n" +"par_id91638383518862\n" +"help.text" +msgid "Hexadecimal numbers like \"&Hnnn...\", where \"nnn...\" after \"&H\" or \"&h\" is sequence of characters up to the next non-alphanumeric character, and must be no longer than 8 digits, from 0 to 9, A to F, or a to f." +msgstr "" + +#. ypDkR +#: 03100500.xhp +msgctxt "" +"03100500.xhp\n" +"par_id61638383582794\n" +"help.text" +msgid "The rest of the string is ignored. If the string is not recognized, e.g. when after trimming leading whitespace it doesn't start with plus, minus, a decimal digit, or \"&\", or when the sequence after \"&O\" is longer than 11 characters or contains an alphabetic character, the numeric value of expression is 0." msgstr "" #. ioj8X @@ -30193,15 +29815,6 @@ msgctxt "" msgid "Asc(string) As Long" msgstr "" -#. s239Q -#: 03120101.xhp -msgctxt "" -"03120101.xhp\n" -"par_id3150669\n" -"help.text" -msgid "Long" -msgstr "" - #. DZtGt #: 03120101.xhp msgctxt "" @@ -30292,15 +29905,6 @@ msgctxt "" msgid "Chr[$](expression As Integer) As String" msgstr "" -#. HnFyY -#: 03120102.xhp -msgctxt "" -"03120102.xhp\n" -"par_id3153824\n" -"help.text" -msgid "String" -msgstr "String" - #. 4nv5b #: 03120102.xhp msgctxt "" @@ -30706,15 +30310,6 @@ msgctxt "" msgid "Returns the Unicode value of the first character in a string expression." msgstr "Връща стойността в Уникод на първия знак от низов израз." -#. re4di -#: 03120111.xhp -msgctxt "" -"03120111.xhp\n" -"par_id3150669\n" -"help.text" -msgid "Long" -msgstr "" - #. sEFFg #: 03120111.xhp msgctxt "" @@ -42640,24 +42235,6 @@ msgctxt "" msgid "Converts <emph>Text</emph> characters to Unicode characters using the default code page of the system." msgstr "Преобразува знаците от <emph>Text</emph> към знаци от Уникод, използвайки подразбираната кодова страница на системата." -#. EhJtA -#: strconv.xhp -msgctxt "" -"strconv.xhp\n" -"par_id901622764984846\n" -"help.text" -msgid "vbFromUnicode" -msgstr "vbFromUnicode" - -#. mn5xD -#: strconv.xhp -msgctxt "" -"strconv.xhp\n" -"par_id281622764984846\n" -"help.text" -msgid "128" -msgstr "128" - #. 4VdbE #: strconv.xhp msgctxt "" @@ -42712,6 +42289,24 @@ msgctxt "" msgid "REM Converts Katakana characters in string to Hiragana characters" msgstr "REM Преобразува знаците от катакана в низа към знаци от хирагана." +#. 9sG37 +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id861622770508875\n" +"help.text" +msgid "REM Assumes CP-1252 encoding associated with en-US locale used in unit tests." +msgstr "" + +#. gcaG4 +#: strconv.xhp +msgctxt "" +"strconv.xhp\n" +"par_id841622770962002\n" +"help.text" +msgid "Print UBound(x) ' 8 characters" +msgstr "" + #. 4wc9E #: thisdbdoc.xhp msgctxt "" diff --git a/source/bg/helpcontent2/source/text/sbasic/shared/02.po b/source/bg/helpcontent2/source/text/sbasic/shared/02.po index b38b7c87240..2de830d69cd 100644 --- a/source/bg/helpcontent2/source/text/sbasic/shared/02.po +++ b/source/bg/helpcontent2/source/text/sbasic/shared/02.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-10-04 19:51+0200\n" -"PO-Revision-Date: 2020-01-24 14:52+0000\n" +"PO-Revision-Date: 2021-12-01 07:38+0000\n" "Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n" -"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared02/bg/>\n" +"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared02/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.8.1\n" "X-POOTLE-MTIME: 1555443484.000000\n" #. 6Kkin @@ -1040,7 +1040,7 @@ msgctxt "" "par_id3147226\n" "help.text" msgid "<image id=\"img_id3147571\" src=\"cmd/lc_choosecontrols.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147571\">Icon Choose Controls</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147571\" src=\"cmd/lc_choosecontrols.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147571\">Икона за избор на контроли</alt></image>" #. DCFsK #: 20000000.xhp @@ -1085,7 +1085,7 @@ msgctxt "" "par_id3153824\n" "help.text" msgid "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157909\">Icon Button</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157909\">Икона за бутон</alt></image>" #. pGofA #: 20000000.xhp @@ -1121,7 +1121,7 @@ msgctxt "" "par_id3154138\n" "help.text" msgid "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3144760\">Icon Image Control</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3144760\">Икона за контрола с изображение</alt></image>" #. VFc83 #: 20000000.xhp @@ -1148,7 +1148,7 @@ msgctxt "" "par_id3155131\n" "help.text" msgid "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150439\">Icon Check Box</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150439\">Икона за поле за отметка</alt></image>" #. QWB7B #: 20000000.xhp @@ -1166,7 +1166,7 @@ msgctxt "" "hd_id3150486\n" "help.text" msgid "Option Button" -msgstr "Превключвател" +msgstr "Бутон за избор" #. KRCpo #: 20000000.xhp @@ -1175,7 +1175,7 @@ msgctxt "" "par_id3155856\n" "help.text" msgid "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146921\">Icon Option Button</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146921\">Икона за бутон за избор</alt></image>" #. FNGHF #: 20000000.xhp @@ -1184,7 +1184,7 @@ msgctxt "" "par_id3153575\n" "help.text" msgid "<ahelp hid=\".uno:Radiobutton\">Adds a button that allows a user to select from a number of options.</ahelp> Grouped option buttons must have consecutive tab order. They are commonly encircled by a group box. If you have two groups of option buttons, you must insert a tab order between the tab orders of the two groups. For example, to the frame of the second group, or to any other control in the dialog, with the exception of another option button." -msgstr "" +msgstr "<ahelp hid=\".uno:Radiobutton\">Добавя бутон, който позволява на потребителя да избере измежду няколко възможности.</ahelp> Групираните бутони за избор трябва да имат последователни индекси за обхождане с Tab. Те обикновено са оградени с групираща рамка. Ако имате две групи от бутони за избор, между индексите за обхождане на двете групи трябва да има поне един индекс на друг елемент. Например, това може да е рамката на втората група или произволна друга контрола в диалога с изключение на друг бутон за избор." #. DaRgN #: 20000000.xhp @@ -1202,7 +1202,7 @@ msgctxt "" "par_id3149300\n" "help.text" msgid "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153415\">Icon Label Field</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153415\">Икона за поле за етикет</alt></image>" #. XA4Aw #: 20000000.xhp @@ -1229,7 +1229,7 @@ msgctxt "" "par_id3153766\n" "help.text" msgid "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148996\">Icon Text Box</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148996\">Икона за текстово поле</alt></image>" #. ruGZ2 #: 20000000.xhp @@ -1256,7 +1256,7 @@ msgctxt "" "par_id3155959\n" "help.text" msgid "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163808\">Icon List Box</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163808\">Икона за списъчно поле</alt></image>" #. CZ7M5 #: 20000000.xhp @@ -1283,7 +1283,7 @@ msgctxt "" "par_id3148418\n" "help.text" msgid "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153200\">Icon Combo Box</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153200\">Икона за комбинирано поле</alt></image>" #. Vdn74 #: 20000000.xhp @@ -1310,7 +1310,7 @@ msgctxt "" "par_id3153781\n" "help.text" msgid "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149530\">Icon Horizontal Scrollbar</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149530\">Икона за хоризонтален плъзгач</alt></image>" #. Vbp2o #: 20000000.xhp @@ -1337,7 +1337,7 @@ msgctxt "" "par_id3150515\n" "help.text" msgid "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150203\">Icon Vertical Scrollbar</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150203\">Икона за вертикален плъзгач</alt></image>" #. NmKDo #: 20000000.xhp @@ -1364,7 +1364,7 @@ msgctxt "" "par_id3151184\n" "help.text" msgid "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151335\">Icon Group Box</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151335\">Икона за групираща рамка</alt></image>" #. aMgsB #: 20000000.xhp @@ -1400,7 +1400,7 @@ msgctxt "" "par_id3159093\n" "help.text" msgid "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150318\">Icon Progress Bar</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150318\">Икона за лентов индикатор</alt></image>" #. AUUic #: 20000000.xhp @@ -1427,7 +1427,7 @@ msgctxt "" "par_id3150888\n" "help.text" msgid "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152872\">Icon Horizontal Line</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152872\">Икона за хоризонтална линия</alt></image>" #. rVrjy #: 20000000.xhp @@ -1454,7 +1454,7 @@ msgctxt "" "par_id3154913\n" "help.text" msgid "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153249\">Icon Vertical Line</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153249\">Икона за вертикална линия</alt></image>" #. aQQuM #: 20000000.xhp @@ -1481,7 +1481,7 @@ msgctxt "" "par_id3148901\n" "help.text" msgid "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151010\">Icon Date Field</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151010\">Икона за поле с дата</alt></image>" #. VU2nc #: 20000000.xhp @@ -1517,7 +1517,7 @@ msgctxt "" "par_id3154338\n" "help.text" msgid "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147077\">Icon Time Field</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147077\">Икона за поле с час</alt></image>" #. 6fSyF #: 20000000.xhp @@ -1544,7 +1544,7 @@ msgctxt "" "par_id3146107\n" "help.text" msgid "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147499\">Icon Numeric Field</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147499\">Икона за числово поле</alt></image>" #. hMT5t #: 20000000.xhp @@ -1571,7 +1571,7 @@ msgctxt "" "par_id3153958\n" "help.text" msgid "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150435\">Icon Currency Field</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150435\">Икона за поле с валута</alt></image>" #. BeFRH #: 20000000.xhp @@ -1598,7 +1598,7 @@ msgctxt "" "par_id3153162\n" "help.text" msgid "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152807\">Icon Formatted Field</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152807\">Икона за форматирано поле</alt></image>" #. QAd5c #: 20000000.xhp @@ -1625,7 +1625,7 @@ msgctxt "" "par_id3150379\n" "help.text" msgid "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150032\">Icon Pattern Field</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150032\">Икона за поле с маска</alt></image>" #. AJhaK #: 20000000.xhp @@ -1652,7 +1652,7 @@ msgctxt "" "par_id3149194\n" "help.text" msgid "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149101\">Icon File Selection</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149101\">Икона за избор на файл</alt></image>" #. 9GHDa #: 20000000.xhp @@ -1670,7 +1670,7 @@ msgctxt "" "hd_id3155912\n" "help.text" msgid "Select" -msgstr "Избор" +msgstr "Избиране" #. 3tedQ #: 20000000.xhp @@ -1679,7 +1679,7 @@ msgctxt "" "par_id3154903\n" "help.text" msgid "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150653\">Icon Select</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150653\">Икона за избиране</alt></image>" #. hAcNy #: 20000000.xhp @@ -1706,7 +1706,7 @@ msgctxt "" "par_id3148725\n" "help.text" msgid "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146874\">Icon Properties</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146874\">Икона за свойства</alt></image>" #. pjygv #: 20000000.xhp @@ -1733,7 +1733,7 @@ msgctxt "" "par_id3147417\n" "help.text" msgid "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148883\">Icon Activate Test Mode</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148883\">Икона за активиране на тестов режим</alt></image>" #. 9gCL9 #: 20000000.xhp @@ -1760,7 +1760,7 @@ msgctxt "" "par_id2320017\n" "help.text" msgid "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2856837\">Manage Language icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2856837\">Икона за управление на езика</alt></image>" #. adqA5 #: 20000000.xhp @@ -1787,7 +1787,7 @@ msgctxt "" "par_id7511520\n" "help.text" msgid "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id285634\">Icon Tree Control</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id285634\">Икона за дървовидна контрола</alt></image>" #. xFjgC #: 20000000.xhp @@ -1814,7 +1814,7 @@ msgctxt "" "par_id7511524\n" "help.text" msgid "<image id=\"Graphic3\" src=\"cmd/sc_insertgridcontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2867837\">Table control icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic3\" src=\"cmd/sc_insertgridcontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2867837\">Икона за таблична контрола</alt></image>" #. XzXwf #: 20000000.xhp @@ -1841,7 +1841,7 @@ msgctxt "" "par_id7511525\n" "help.text" msgid "<image id=\"Graphic3\" src=\"cmd/sc_inserthyperlinkcontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2896837\">Insert hyperlink control icon</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic3\" src=\"cmd/sc_inserthyperlinkcontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2896837\">Икона за вмъкване на контрола за хипервръзка</alt></image>" #. C2Gjm #: 20000000.xhp diff --git a/source/bg/helpcontent2/source/text/sbasic/shared/03.po b/source/bg/helpcontent2/source/text/sbasic/shared/03.po index d365c4a6daa..8e5167150aa 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-11-25 19:33+0100\n" +"POT-Creation-Date: 2021-12-20 13:20+0100\n" "PO-Revision-Date: 2021-07-30 19:17+0000\n" "Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n" "Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/bg/>\n" @@ -2761,13 +2761,13 @@ msgctxt "" msgid "<emph>pages</emph>: The pages to print as a string, like in the user interface. Example: \"1-4;10;15-18\". Default is all pages." msgstr "" -#. FX6mM +#. UxDTL #: sf_base.xhp msgctxt "" "sf_base.xhp\n" "par_id141635436912146\n" "help.text" -msgid "<emph>copies</emph><emph/>: The number of copies. Default is 1." +msgid "<emph>copies</emph>: The number of copies. Default is 1." msgstr "" #. gDM4C @@ -2833,13 +2833,13 @@ msgctxt "" msgid "Typical example:" msgstr "" -#. yrYgm +#. fBDsN #: 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')" +msgid "bas.MsgBox('Display this text in a message box from a Python script')" msgstr "" #. kGyCd @@ -3706,22 +3706,22 @@ msgctxt "" msgid "The <literal>SFDocuments</literal> shared library provides a number of methods and properties to facilitate the management and handling of %PRODUCTNAME documents." msgstr "" -#. r34Cu +#. CBPyB #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id351591014177269\n" "help.text" -msgid "Some methods are generic for all types of documents and are inherited from the <literal>SF_Document</literal> module, whereas other methods that are specific for Calc documents are defined in the <literal>SF_Calc</literal> module." +msgid "The <literal>SFDocuments.Calc</literal> service is a subclass of the <link href=\"text/sbasic/shared/03/sf_document.xhp\" name=\"SF_Document_link\"><literal>SFDocuments.Document</literal></link> service. All methods and properties defined for the <literal>Document</literal> service can also be accessed using a <literal>Calc</literal> service instance." msgstr "" -#. kTVJM +#. 4uAEX #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id591589189364267\n" "help.text" -msgid "The <literal>SF_Calc</literal> module is focused on:" +msgid "The <literal>Calc</literal> service is focused on:" msgstr "" #. Gy8dD @@ -3751,6 +3751,15 @@ msgctxt "" msgid "Copying and importing massive amounts of data" msgstr "" +#. UFCyZ +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id851638217526844\n" +"help.text" +msgid "This help page describes methods and properties that are applicable only to Calc documents." +msgstr "" + #. A47hJ #: sf_calc.xhp msgctxt "" @@ -4165,13 +4174,13 @@ msgctxt "" msgid "Argument" msgstr "" -#. GkAHr +#. H9m2q #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id31582885195238\n" "help.text" -msgid "Type" +msgid "Return type" msgstr "" #. DDSFu @@ -4210,13 +4219,94 @@ msgctxt "" msgid "String or array of strings" msgstr "" -#. KUB6n +#. kAAXc #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id85159240716560\n" "help.text" -msgid "The single selected range as a string or the list of selected ranges as an array" +msgid "The single selected range as a string or the list of selected ranges as an array." +msgstr "" + +#. PFB5D +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id301592407165606\n" +"help.text" +msgid "Yes" +msgstr "" + +#. 5GeyC +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id81592407165545\n" +"help.text" +msgid "SheetName or RangeName as String" +msgstr "" + +#. TBHV2 +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id85159240716828\n" +"help.text" +msgid "Returns the first used cell in a given range or sheet." +msgstr "" + +#. BkCoD +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id301592407166642\n" +"help.text" +msgid "Yes" +msgstr "" + +#. ToQBc +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id81592407165145\n" +"help.text" +msgid "SheetName or RangeName as String" +msgstr "" + +#. boSak +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id85159240716225\n" +"help.text" +msgid "Returns the leftmost column number in a given range or sheet." +msgstr "" + +#. 3AKqL +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id301592407167972\n" +"help.text" +msgid "Yes" +msgstr "" + +#. zf3hK +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id81592407165695\n" +"help.text" +msgid "SheetName or RangeName as String" +msgstr "" + +#. BXscD +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id85159240716128\n" +"help.text" +msgid "Returns the topmost row number in a given range or sheet." msgstr "" #. BHFeu @@ -4237,13 +4327,13 @@ msgctxt "" msgid "RangeName As String" msgstr "" -#. R8spm +#. FhLMF #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id311593094953330\n" "help.text" -msgid "The number of rows (>= 1) in the given range" +msgid "The number of rows (>= 1) in the given range." msgstr "" #. cU3Ah @@ -4255,22 +4345,22 @@ msgctxt "" msgid "Yes" msgstr "" -#. 4bY5E +#. ALJCP #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id501591018870619\n" "help.text" -msgid "SheetName As String" +msgid "SheetName or RangeName as String" msgstr "" -#. XTyXP +#. SNj7Q #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id881582885195976\n" "help.text" -msgid "The last used cell in 'A1' format in the given sheet" +msgid "Returns the last used cell in a given range or sheet." msgstr "" #. 75PEK @@ -4282,22 +4372,22 @@ msgctxt "" msgid "Yes" msgstr "" -#. Cu5Dr +#. 3h43j #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id831592315106202\n" "help.text" -msgid "SheetName As String" +msgid "SheetName or RangeName as String" msgstr "" -#. ZZuih +#. bU5vD #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id791592315106790\n" "help.text" -msgid "The last used column in the given sheet" +msgid "The last used column in a given range or sheet." msgstr "" #. q9Bx7 @@ -4309,22 +4399,22 @@ msgctxt "" msgid "Yes" msgstr "" -#. hn9su +#. r6diM #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id81591025591696\n" "help.text" -msgid "SheetName As String" +msgid "SheetName or RangeName as String" msgstr "" -#. NGNDP +#. SDdEC #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id421591025591509\n" "help.text" -msgid "The last used row in the given sheet" +msgid "The last used row in a given range or sheet." msgstr "" #. 4t3He @@ -4345,13 +4435,13 @@ msgctxt "" msgid "RangeName As String" msgstr "" -#. DSHss +#. 2tmEj #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id571591025591367\n" "help.text" -msgid "A range reference that can be used as argument of methods like <literal>CopyToRange</literal>" +msgid "A range reference that can be used as argument of methods like <literal>CopyToRange</literal>." msgstr "" #. boDiE @@ -4372,13 +4462,13 @@ msgctxt "" msgid "RangeName As String" msgstr "" -#. kdjWP +#. ey2LS #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id571591025599937\n" "help.text" -msgid "Returns the address of the smallest area that contains the specified range so that the area is surrounded by empty cells or sheet edges. This is equivalent to applying the <keycode>Ctrl + *</keycode> shortcut to the given range." +msgid "Returns the address of the smallest area that contains the specified range so that the area is surrounded by empty cells or sheet edges. This is equivalent to applying the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command + *</keycode></caseinline><defaultinline><keycode>Ctrl + *</keycode></defaultinline></switchinline> shortcut to the given range." msgstr "" #. 66iAb @@ -4399,13 +4489,13 @@ msgctxt "" msgid "SheetName As String" msgstr "" -#. JQ3xT +#. 4KoAw #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id731591025591753\n" "help.text" -msgid "A sheet reference that can be used as argument of methods like <literal>CopySheet</literal>" +msgid "A sheet reference that can be used as argument of methods like <literal>CopySheet</literal>." msgstr "" #. HLpEQ @@ -4435,13 +4525,13 @@ msgctxt "" msgid "Array of strings" msgstr "" -#. dpUQH +#. qGsms #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id491591025591370\n" "help.text" -msgid "The list with the names of all existing sheets" +msgid "The list with the names of all existing sheets." msgstr "" #. EaAB2 @@ -4462,13 +4552,13 @@ msgctxt "" msgid "RangeName As String" msgstr "" -#. 2qreU +#. BKFhE #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id681593095062358\n" "help.text" -msgid "The number of columns (>= 1) in the given range" +msgid "The number of columns (>= 1) in the given range." msgstr "" #. cju3B @@ -4489,22 +4579,13 @@ msgctxt "" msgid "RangeName As String" msgstr "" -#. s6c4j +#. VaGpB #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id321592315404430\n" "help.text" -msgid "A <literal>com.sun.star.Table.XCellRange</literal> UNO object" -msgstr "" - -#. DFirg -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"par_id961592315565332\n" -"help.text" -msgid "XSheetCellCursor" +msgid "A <literal>com.sun.star.Table.XCellRange</literal> UNO object." msgstr "" #. nAD2d @@ -4552,22 +4633,22 @@ msgctxt "" msgid "SheetName As String" msgstr "" -#. 8eX6C +#. cJAB7 #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id41592315560095\n" "help.text" -msgid "A <literal>com.sun.star.sheet.XSpreadsheet</literal> UNO object" +msgid "A <literal>com.sun.star.sheet.XSpreadsheet</literal> UNO object." msgstr "" -#. r9Fpc +#. hwjGf #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id321611613059105\n" "help.text" -msgid "Visit LibreOffice API Documentation's website to learn more about <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1table_1_1XCellRange.html\" name=\"XCellRange API\">XCellRange</link>, <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1sheet_1_1XSheetCellCursor.html\" name=\"XSheetCellCursor API\">XSheetCellCursor</link> and <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1sheet_1_1XSpreadsheet.html\" name=\"XSpreadsheet API\">XSpreadsheet</link> UNO objects." +msgid "Visit %PRODUCTNAME API Documentation's website to learn more about <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1table_1_1XCellRange.html\" name=\"XCellRange API\">XCellRange</link>, <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1sheet_1_1XSheetCellCursor.html\" name=\"XSheetCellCursor API\">XSheetCellCursor</link> and <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1sheet_1_1XSpreadsheet.html\" name=\"XSpreadsheet API\">XSpreadsheet</link> UNO objects." msgstr "" #. V5dF8 @@ -4687,13 +4768,13 @@ msgctxt "" msgid "Activating a sheet makes sense only if it is performed on a Calc document. To make sure you have a Calc document at hand you can use the <literal>isCalc</literal> property of the document object, which returns <literal>True</literal> if it is a Calc document and <literal>False</literal> otherwise." msgstr "" -#. 2EffV +#. KWFFF #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id93158919969856\n" "help.text" -msgid "Returns either the list with the names of all chart objects in a given sheet or a single chart service instance." +msgid "Returns either the list with the names of all chart objects in a given sheet or a single <literal>Chart</literal> service instance." msgstr "" #. sBNho @@ -4732,13 +4813,13 @@ msgctxt "" msgid "<emph>chartname</emph>: The user-defined name of the chart object to be returned. If the chart does not have a user-defined name, then the internal object name can be used. If this argument is absent, then the list of chart names in the specified sheet is returned." msgstr "" -#. Bdgw9 +#. C7CSH #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id431635438771588\n" "help.text" -msgid "Use the <menuitem>Navigator</menuitem> sidebar to check the names assigned to charts under the <menuitem>OLE objects</menuitem> category." +msgid "Use the <menuitem>Navigator</menuitem> sidebar to check the names assigned to charts under the <menuitem>OLE objects</menuitem> category." msgstr "" #. zbX9R @@ -5785,13 +5866,202 @@ msgctxt "" msgid "'SheetX.$C$3:$H$7 (A1 offset by two rows and columns with width of 5 rows and 6 columns)" msgstr "" -#. bNqfB +#. GwPQh +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id51592233506021\n" +"help.text" +msgid "Opens a non-modal dialog that can be used to select a range in the document and returns a string containing the selected range." +msgstr "" + +#. CWn2A +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id301637936295380\n" +"help.text" +msgid "This method opens the same dialog that is used by %PRODUCTNAME when the Shrink button is pressed. For example, the <menuitem>Tools - Goal Seek</menuitem> dialog has a Shrink button to the right of the <menuitem>Formula cell</menuitem> field." +msgstr "" + +#. XUoah +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id551637936545121\n" +"help.text" +msgid "This method does not change the current selection." +msgstr "" + +#. tAHiV +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id901592233506001\n" +"help.text" +msgid "<emph>title</emph>: The title of the dialog, as a string." +msgstr "" + +#. Yyn74 +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id781592234124502\n" +"help.text" +msgid "<emph>selection</emph>: An optional range that is initially selected when the dialog is displayed." +msgstr "" + +#. zo7VK +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id971592234138989\n" +"help.text" +msgid "<emph>singlecell</emph>: When <literal>True</literal> (default) only single-cell selection is allowed. When <literal>False</literal> range selection is allowed." +msgstr "" + +#. SqEWv +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id321592234150345\n" +"help.text" +msgid "<emph>closeafterselect</emph>: When <literal>True</literal> (default) the dialog is closed immediately after the selection is made. When <literal>False</literal> the user can change the selection as many times as needed and then manually close the dialog." +msgstr "" + +#. yDiCm +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id51592233503441\n" +"help.text" +msgid "Returns the input string after substituting its token characters by their values in a given range." +msgstr "" + +#. Qu4DK +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id551637936596521\n" +"help.text" +msgid "This method does not change the current selection." +msgstr "" + +#. eEqCY +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id171637938442558\n" +"help.text" +msgid "This method can be used to quickly extract specific parts of a range name, such as the sheet name or first cell column and row, and use them to compose a new range address." +msgstr "" + +#. RAAVz +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id901592233506232\n" +"help.text" +msgid "<emph>inputstr</emph>: The string containing the tokens that will be replaced by the corresponding values in <literal>range</literal>." +msgstr "" + +#. NJdUy +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id781592234161102\n" +"help.text" +msgid "<emph>range</emph>: A <literal>RangeName</literal> from which values will be extracted. If it contains a sheet name, the sheet must exist." +msgstr "" + +#. BgCCD +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id971592234102889\n" +"help.text" +msgid "<emph>tokencharacter</emph>: Character used to identify tokens. By default \"%\" is the token character. The following tokens are accepted:" +msgstr "" + +#. WTDwR +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id261637943912156\n" +"help.text" +msgid "<emph>%S</emph> - The sheet name containing the range, including single quotes when necessary." +msgstr "" + +#. YHLeU +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id441637943912380\n" +"help.text" +msgid "<emph>%R1</emph> - The row number of the top left cell of the range." +msgstr "" + +#. joJi7 +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id521637943912620\n" +"help.text" +msgid "<emph>%C1</emph> - The column letter of the top left cell of the range." +msgstr "" + +#. YAfmV +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id371637943912860\n" +"help.text" +msgid "<emph>%R2</emph> - The row number of the bottom right cell of the range." +msgstr "" + +#. imuBD +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id291637943913116\n" +"help.text" +msgid "<emph>%C2</emph> - The column letter of the bottom right cell of the range." +msgstr "" + +#. gpmpG +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id941637943467476\n" +"help.text" +msgid "The example below extracts each element of the <literal>RangeName</literal> defined in <literal>sRange</literal> and uses them to compose a message." +msgstr "" + +#. nbJ59 +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id241637944350648\n" +"help.text" +msgid "The <literal>Printf</literal> method can be combined with <literal>SetFormula</literal> to create formulas over multiple cells. For instance, consider a table with numeric values in the range \"A1:E10\" from which formulas are to be created to sum the values in each row and place the results in the range \"F1:F10\":" +msgstr "" + +#. foAvd +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"bas_id371637944971921\n" +"help.text" +msgid "' Note the use of the \"$\" character" +msgstr "" + +#. wBpRw #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id156589200121138\n" "help.text" -msgid "This method sends the content of the given sheet to a default printer or a printer defined by the <literal>SetPrinter()</literal> method of the <literal>Document</literal> Service." +msgid "This method sends the contents of the given sheet to the default printer or to the printer defined by the <literal>SetPrinter</literal> method of the <literal>Document</literal> service." msgstr "" #. BaDL9 @@ -5821,13 +6091,13 @@ msgctxt "" msgid "<emph>pages</emph>: The pages to print as a string, like in the user interface. Example: \"1-4;10;15-18\". Default is all pages." msgstr "" -#. i2Rtx +#. DBFDA #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id141635436912146\n" "help.text" -msgid "<emph>copies</emph><emph/>: The number of copies. Default is 1." +msgid "<emph>copies</emph>: The number of copies. Default is 1." msgstr "" #. C8abL @@ -6181,6 +6451,357 @@ msgctxt "" msgid "'D2 contains the formula \"=H2\"" msgstr "" +#. gF7Gb +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id481593880373070\n" +"help.text" +msgid "Moves a given range of cells downwards by inserting empty rows. The current selection is not affected." +msgstr "" + +#. VTxxB +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id801637929435655\n" +"help.text" +msgid "Depending on the value of the <literal>wholerows</literal> argument the inserted rows can either span the width of the specified range or span all columns in the row." +msgstr "" + +#. uvH4j +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id711593880370247\n" +"help.text" +msgid "This method returns a string representing the new location of the initial range." +msgstr "" + +#. cvqws +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id811637929284110\n" +"help.text" +msgid "If the shifted range exceeds the sheet edges, then nothing happens." +msgstr "" + +#. bUdZp +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id891593880376123\n" +"help.text" +msgid "<emph>range</emph>: The range above which rows will be inserted, as a string." +msgstr "" + +#. fVYpB +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id941593880376566\n" +"help.text" +msgid "<emph>wholerow</emph>: If set to <literal>False</literal> (default), then the width of the inserted rows will be the same as the width of the specified <literal>range</literal>. Otherwise, the inserted row will span all columns in the sheet." +msgstr "" + +#. rXzZX +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id551593880373045\n" +"help.text" +msgid "<emph>rows</emph>: The number of rows to be inserted. The default value is the height of the original <literal>range</literal>. The number of rows must be a positive number." +msgstr "" + +#. dacHK +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"bas_id881637931053547\n" +"help.text" +msgid "' Moves the range \"A3:D3\" down by one row; affects only columns A to D" +msgstr "" + +#. v4w3P +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"bas_id661637931232893\n" +"help.text" +msgid "' The inserted row spans all columns in the sheet" +msgstr "" + +#. vsryg +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"bas_id291637931053897\n" +"help.text" +msgid "' Moves the range \"A3:D3\" down by five rows" +msgstr "" + +#. pwuUG +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"bas_id501638218784265\n" +"help.text" +msgid "' Moves the range \"A3:D10\" down by two rows and shows the new location of the original range" +msgstr "" + +#. hVfv3 +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id481593880376255\n" +"help.text" +msgid "Deletes the leftmost columns of a given range and moves to the left all cells to the right of the affected range. The current selection is not affected." +msgstr "" + +#. iawBn +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id801637929460261\n" +"help.text" +msgid "Depending on the value of the <literal>wholecolumns</literal> argument the deleted columns can either span the height of the specified range or span all rows in the column." +msgstr "" + +#. BXEkG +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id711593880371259\n" +"help.text" +msgid "This method returns a string representing the location of the remaining portion of the initial range. If all cells in the original range have been deleted, then an empty string is returned." +msgstr "" + +#. CyRpL +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id891593880376205\n" +"help.text" +msgid "<emph>range</emph>: The range from which cells will be deleted, as a string." +msgstr "" + +#. zWG3Y +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id941593880356026\n" +"help.text" +msgid "<emph>wholecolumn</emph>: If set to <literal>False</literal> (default), then the height of the deleted columns will be the same as the height of the specified <literal>range</literal>. Otherwise, the deleted columns will span all rows in the sheet." +msgstr "" + +#. JLdBr +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id551593880373306\n" +"help.text" +msgid "<emph>columns</emph>: The number of columns to be deleted from the specified <literal>range</literal>. The default value is the width of the original <literal>range</literal>, which is also the maximum value of this argument." +msgstr "" + +#. 8UycD +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"bas_id881637931064919\n" +"help.text" +msgid "' Deletes the range \"B3:B6\"; moves left all cells to the right" +msgstr "" + +#. vM8hB +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"bas_id291637931056991\n" +"help.text" +msgid "' Deletes the first column in the range \"A3:D6\"" +msgstr "" + +#. FPVSg +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"bas_id661637931232569\n" +"help.text" +msgid "' The deleted columns (A to D) spans all rows in the sheet" +msgstr "" + +#. TAB2b +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id481593880373529\n" +"help.text" +msgid "Deletes the topmost rows of a given range and moves upwards all cells below the affected range. The current selection is not affected." +msgstr "" + +#. kb5h3 +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id801637929435361\n" +"help.text" +msgid "Depending on the value of the <literal>wholerows</literal> argument the deleted rows can either span the width of the specified range or span all columns in the row." +msgstr "" + +#. s9Nfb +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id711593880370299\n" +"help.text" +msgid "This method returns a string representing the location of the remaining portion of the initial range. If all cells in the original range have been deleted, then an empty string is returned." +msgstr "" + +#. H5EtV +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id891593880376583\n" +"help.text" +msgid "<emph>range</emph>: The range from which cells will be deleted, as a string." +msgstr "" + +#. JQtGb +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id941593880300966\n" +"help.text" +msgid "<emph>wholerow</emph>: If set to <literal>False</literal> (default), then the width of the deleted rows will be the same as the width of the specified <literal>range</literal>. Otherwise, the deleted row will span all columns in the sheet." +msgstr "" + +#. ueo8E +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id551593880373265\n" +"help.text" +msgid "<emph>rows</emph>: The number of rows to be deleted from the specified <literal>range</literal>. The default value is the height of the original <literal>range</literal>, which is also the maximum value of this argument." +msgstr "" + +#. jHP9x +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"bas_id881637931064667\n" +"help.text" +msgid "' Deletes the range \"A3:D3\"; moves all cells below it by one row up" +msgstr "" + +#. Make5 +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"bas_id291637931056647\n" +"help.text" +msgid "' Deletes the first row in the range \"A3:D6\"" +msgstr "" + +#. APQKA +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"bas_id661637931232493\n" +"help.text" +msgid "' The deleted rows spans all columns in the sheet" +msgstr "" + +#. gKkbB +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id481593880372568\n" +"help.text" +msgid "Moves a given range of cells to the right by inserting empty columns. The current selection is not affected." +msgstr "" + +#. RxvcF +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id801637929335255\n" +"help.text" +msgid "Depending on the value of the <literal>wholecolumns</literal> argument the inserted columns can either span the height of the specified range or span all rows in the column." +msgstr "" + +#. Fh33o +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id711593880372560\n" +"help.text" +msgid "This method returns a string representing the new location of the initial range." +msgstr "" + +#. pLAHD +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id811637929283210\n" +"help.text" +msgid "If the shifted range exceeds the sheet edges, then nothing happens." +msgstr "" + +#. SeAGD +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id891593880370543\n" +"help.text" +msgid "<emph>range</emph>: The range which will have empty columns inserted to its left, as a string." +msgstr "" + +#. KtD6Y +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id941593880373316\n" +"help.text" +msgid "<emph>wholecolumn</emph>: If set to <literal>False</literal> (default), then the height of the inserted columns will be the same as the height of the specified <literal>range</literal>. Otherwise, the inserted columns will span all rows in the sheet." +msgstr "" + +#. fBzCG +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id5515938803791960\n" +"help.text" +msgid "<emph>columns</emph>: The number of columns to be inserted. The default value is the width of the original <literal>range</literal>." +msgstr "" + +#. nmXTU +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"bas_id881637931052587\n" +"help.text" +msgid "' Moves the range \"A3:A6\" right by one column; affects only rows 3 to 6" +msgstr "" + +#. 5mWBq +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"bas_id291637931053225\n" +"help.text" +msgid "' Moves the range \"A3:A6\" right by five columns" +msgstr "" + +#. G53xT +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"bas_id661637931232548\n" +"help.text" +msgid "' The inserted column spans all rows in the sheet" +msgstr "" + #. FrC59 #: sf_calc.xhp msgctxt "" @@ -6523,13 +7144,13 @@ msgctxt "" msgid "Specifies if the chart is displayed with 3D elements. If the value is a string, it must be either \"Bar\", \"Cylinder\", \"Cone\" or \"Pyramid\"." msgstr "" -#. aT4GF +#. HgqhX #: sf_chart.xhp msgctxt "" "sf_chart.xhp\n" "par_id541600788076141\n" "help.text" -msgid "If the boolean <literal>True</literal> value is specified, than the chart is displayed using 3D bars." +msgid "If the boolean <literal>True</literal> value is specified, then the chart is displayed using 3D bars." msgstr "" #. vDs4z @@ -6559,15 +7180,6 @@ msgctxt "" msgid "No" msgstr "" -#. FVExu -#: sf_chart.xhp -msgctxt "" -"sf_chart.xhp\n" -"par_id201633021748455\n" -"help.text" -msgid "Boolean" -msgstr "" - #. AaBHr #: sf_chart.xhp msgctxt "" @@ -8521,6 +9133,60 @@ msgctxt "" msgid "This Python code displays <literal>DlgConvert</literal> modal dialog from <literal>Euro</literal> shared Basic library." msgstr "" +#. HU6Jv +#: sf_dialog.xhp +msgctxt "" +"sf_dialog.xhp\n" +"par_id21598187900349\n" +"help.text" +msgid "Replaces all fixed text strings in a dialog by their translated versions based on a <literal>L10N</literal> service instance. This method translates the following strings:" +msgstr "" + +#. JixXU +#: sf_dialog.xhp +msgctxt "" +"sf_dialog.xhp\n" +"par_id641625855723650\n" +"help.text" +msgid "The method returns <literal>True</literal> if successful." +msgstr "" + +#. v5Zt5 +#: sf_dialog.xhp +msgctxt "" +"sf_dialog.xhp\n" +"par_id61637871260604\n" +"help.text" +msgid "To create a list of translatable strings in a dialog use the <link href=\"text/sbasic/shared/03/sf_l10n.xhp#AddTextsFromDialog\" name=\"AddTextsFromDialog\">AddTextsFromDialog</link> method from the L10N service." +msgstr "" + +#. ECNVg +#: sf_dialog.xhp +msgctxt "" +"sf_dialog.xhp\n" +"par_id451598185776205\n" +"help.text" +msgid "<emph>l10n</emph>: A <literal>L10N</literal> service instance from which translated strings will be retrieved." +msgstr "" + +#. MeJAT +#: sf_dialog.xhp +msgctxt "" +"sf_dialog.xhp\n" +"par_id951620300689850\n" +"help.text" +msgid "The following example loads translated strings and applies them to the dialog \"MyDialog\"." +msgstr "" + +#. p3KMX +#: sf_dialog.xhp +msgctxt "" +"sf_dialog.xhp\n" +"par_id901637872163895\n" +"help.text" +msgid "Read the <link href=\"text/sbasic/shared/03/sf_l10n.xhp\" name=\"L10N\">L10N service</link> help page to learn more about how PO and POT files are handled." +msgstr "" + #. ARCGg #: sf_dialog.xhp msgctxt "" @@ -8953,13 +9619,13 @@ msgctxt "" msgid "Yes" msgstr "" -#. LgGtA +#. rDJFC #: sf_dialogcontrol.xhp msgctxt "" "sf_dialogcontrol.xhp\n" "par_id151598177605296\n" "help.text" -msgid "Specifies the number of rows in a list box or a combo box." +msgid "Specifies the number of rows in a ListBox, a ComboBox or a TableControl." msgstr "" #. kaaLt @@ -8971,13 +9637,13 @@ msgctxt "" msgid "No" msgstr "" -#. JAmaD +#. Ey9iG #: sf_dialogcontrol.xhp msgctxt "" "sf_dialogcontrol.xhp\n" "par_id251588334016874\n" "help.text" -msgid "Specifies which item is selected in a list box or combo box." +msgid "Specifies which item is selected in a ListBox, a ComboBox or a TableControl." msgstr "" #. azv7C @@ -9556,6 +10222,15 @@ msgctxt "" msgid "Must be within the predefined bounds" msgstr "" +#. CVTcE +#: sf_dialogcontrol.xhp +msgctxt "" +"sf_dialogcontrol.xhp\n" +"par_id441598543254951\n" +"help.text" +msgid "One-dimensional array with the data of the currently selected row." +msgstr "" + #. a9AMF #: sf_dialogcontrol.xhp msgctxt "" @@ -10114,6 +10789,105 @@ msgctxt "" msgid "This method is often called from a dialog or control event." msgstr "" +#. it2QN +#: sf_dialogcontrol.xhp +msgctxt "" +"sf_dialogcontrol.xhp\n" +"par_id541638553960464\n" +"help.text" +msgid "Fills a <literal>TableControl</literal> with the given data. All preexisting data is cleared before inserting the new data passed as argument." +msgstr "" + +#. Vmmag +#: sf_dialogcontrol.xhp +msgctxt "" +"sf_dialogcontrol.xhp\n" +"par_id551638554058131\n" +"help.text" +msgid "When the <literal>TableControl</literal> is added to the dialog, it is possible to use the Basic IDE to define whether column and row headers will be shown in the table. If the <literal>TableControl</literal> has column and/or row headers, the first column and/or row in the provided data array are used as labels for the table headers." +msgstr "" + +#. qn4UN +#: sf_dialogcontrol.xhp +msgctxt "" +"sf_dialogcontrol.xhp\n" +"par_id411638569396108\n" +"help.text" +msgid "This method returns <literal>True</literal> when successful." +msgstr "" + +#. LESVB +#: sf_dialogcontrol.xhp +msgctxt "" +"sf_dialogcontrol.xhp\n" +"par_id1001584541257133\n" +"help.text" +msgid "<emph>dataarray</emph>: Data to be entered into the table represented as an Array of Arrays in Basic or a tuple of tuples in Python. The data must include column and row headers if they are to be displayed by the <literal>TableControl</literal>." +msgstr "" + +#. 6AKaJ +#: sf_dialogcontrol.xhp +msgctxt "" +"sf_dialogcontrol.xhp\n" +"par_id1001584541257025\n" +"help.text" +msgid "<emph>widths</emph>: Array containing the relative widths of each column. In other words, <literal>widths = Array(1, 2)</literal> means that the second column is twice as wide as the first one. If the number of values in the array is smaller than the number of columns in the table, then the last value in the array is used to define the width of the remaining columns." +msgstr "" + +#. AEGq3 +#: sf_dialogcontrol.xhp +msgctxt "" +"sf_dialogcontrol.xhp\n" +"par_id1001584541257007\n" +"help.text" +msgid "<emph>alignments</emph>: Defines the alignment in each column as a string in which each character can be \"L\" (Left), \"C\" (Center), \"R\" (Right) or \" \" (whitespace, default, meaning left for strings and right for numeric values). If the length of the string is shorter than the number of columns in the table, then the last character in the string is used to define the alignment of the remaining columns." +msgstr "" + +#. FCNEg +#: sf_dialogcontrol.xhp +msgctxt "" +"sf_dialogcontrol.xhp\n" +"par_id381638569172413\n" +"help.text" +msgid "The following example assumes that the dialog <literal>myDialog</literal> has a <literal>TableControl</literal> named <literal>Grid1</literal> with \"Show header row\" and \"Show column row\" properties set to \"Yes\"." +msgstr "" + +#. N9Byz +#: sf_dialogcontrol.xhp +msgctxt "" +"sf_dialogcontrol.xhp\n" +"par_id171638650502346\n" +"help.text" +msgid "The <literal>Value</literal> property returns the selected row in the table. If no row is selected, an empty Array object is returned. The following code snippet shows how to test if any row is selected in the table." +msgstr "" + +#. C3f3k +#: sf_dialogcontrol.xhp +msgctxt "" +"sf_dialogcontrol.xhp\n" +"bas_id361638651540588\n" +"help.text" +msgid "MsgBox \"No row selected.\"" +msgstr "" + +#. iQ94A +#: sf_dialogcontrol.xhp +msgctxt "" +"sf_dialogcontrol.xhp\n" +"bas_id781638651541028\n" +"help.text" +msgid "MsgBox \"Row \" & oTable.ListIndex & \" is selected.\"" +msgstr "" + +#. yyATt +#: sf_dialogcontrol.xhp +msgctxt "" +"sf_dialogcontrol.xhp\n" +"pyc_id111638569958471\n" +"help.text" +msgid "dlg = CreateScriptService(\"Dialog\", \"GlobalScope\", \"Standard\", \"myDialog\")" +msgstr "" + #. HNmmm #: sf_dialogcontrol.xhp msgctxt "" @@ -11311,13 +12085,103 @@ msgctxt "" msgid "<emph>saveask</emph> : If <literal>True</literal> (default), the user is invited to confirm if the changes should be written on disk. This argument is ignored if the document was not modified." msgstr "" -#. wvxcZ +#. CGKZA +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id156589200123048\n" +"help.text" +msgid "Exports the document directly as a PDF file to the specified location. Returns <literal>True</literal> if the PDF file was successfully created." +msgstr "" + +#. PBk4E +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id811638276067119\n" +"help.text" +msgid "The export options can be set either manually using the <menuitem>File - Export As - Export as PDF</menuitem> dialog or by calling the methods <literal>GetPDFExportOptions</literal> and <literal>SetPDFExportOptions</literal> from the <link href=\"text/sbasic/shared/03/sf_session.xhp\" name=\"SFSession\">Session</link> service." +msgstr "" + +#. SFwEd +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id211635436910641\n" +"help.text" +msgid "<emph>filename</emph>: The full path and file name of the PDF to be created. It must follow the <literal>SF_FileSystem.FileNaming</literal> notation." +msgstr "" + +#. E6KyY +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id141635436912005\n" +"help.text" +msgid "<emph>overwrite</emph>: Specifies if the destination file can be overwritten (Default = <literal>False</literal>). An error will occur if <literal>overwrite</literal> is set to <literal>False</literal> and the destination file already exists." +msgstr "" + +#. d9RRn +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id141635436913587\n" +"help.text" +msgid "<emph>pages</emph><emph/>: String specifying which pages will be exported. This argument uses the same notation as in the dialog <menuitem>File - Export As - Export as PDF</menuitem>." +msgstr "" + +#. kBDPk +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id141635436919655\n" +"help.text" +msgid "<emph>password</emph><emph/>: Specifies a password to open the PDF file." +msgstr "" + +#. joeXi +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id141635436913365\n" +"help.text" +msgid "<emph>watermark</emph>: Text to be used as watermark in the PDF file, which will be drawn in every page of the resulting PDF." +msgstr "" + +#. NmChF +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id301638234284727\n" +"help.text" +msgid "The following example exports the current document as a PDF file, defines a password and overwrites the destination file if it already exists." +msgstr "" + +#. wEW7B +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id311638276257020\n" +"help.text" +msgid "The code snippet below gets the current PDF export options and uses them to create the PDF file." +msgstr "" + +#. 7uUWr +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"bas_id851638277174798\n" +"help.text" +msgid "' Sets to True the option to export comments as PDF notes" +msgstr "" + +#. HNC9m #: sf_document.xhp msgctxt "" "sf_document.xhp\n" "par_id156589200121138\n" "help.text" -msgid "This method sends the content of the document to a default printer or a printer defined by the <literal>SetPrinter</literal> method." +msgid "This method sends the contents of the document to the default printer or to the printer defined by the <literal>SetPrinter</literal> method." msgstr "" #. CJxTR @@ -11338,13 +12202,13 @@ msgctxt "" msgid "<emph>pages</emph>: The pages to print as a string, like in the user interface. Example: \"1-4;10;15-18\". Default is all pages." msgstr "" -#. eD7LB +#. EHtFi #: sf_document.xhp msgctxt "" "sf_document.xhp\n" "par_id141635436912146\n" "help.text" -msgid "<emph>copies</emph><emph/>: The number of copies. Default is 1." +msgid "<emph>copies</emph>: The number of copies. Default is 1." msgstr "" #. Nmwv9 @@ -11392,13 +12256,13 @@ msgctxt "" msgid "The following example runs the \"SelectData\" command in a Calc sheet named \"MyFile.ods\", which will result in the selection of the data area based on the currently selected cell." msgstr "" -#. pbYAn +#. avaEg #: sf_document.xhp msgctxt "" "sf_document.xhp\n" "par_id751611153375195\n" "help.text" -msgid "The example above actually runs the UNO command <literal>uno:SelectData</literal>. Hence, to use the <literal>RunCommand</literal> method it is necessary to remove the \"uno:\" substring." +msgid "The example above actually runs the UNO command <literal>.uno:SelectData</literal>. Hence, to use the <literal>RunCommand</literal> method it is necessary to remove the \".uno:\" substring." msgstr "" #. JRHRS @@ -11617,13 +12481,13 @@ msgctxt "" msgid "<emph>orientation</emph>: Either <literal>PORTRAIT</literal> or <literal>LANDSCAPE</literal>. When absent, left unchanged with respect to the printer settings." msgstr "" -#. H2EDf +#. ENyZH #: sf_document.xhp msgctxt "" "sf_document.xhp\n" "par_id821985205147330\n" "help.text" -msgid "<emph>paperformat</emph>: One of the following string values <literal>A3</literal>, <literal>A4</literal>, <literal>A5</literal>, <literal>LETTER</literal>, <literal>LEGAL</literal>, <literal>TABLOID</literal>. Left unchanged when absent." +msgid "<emph>paperformat</emph>: Specifies the paper format as a string value that can be either <literal>A3</literal>, <literal>A4</literal>, <literal>A5</literal>, <literal>LETTER</literal>, <literal>LEGAL</literal> or <literal>TABLOID</literal>. Left unchanged when absent." msgstr "" #. WCH7E @@ -16792,13 +17656,13 @@ msgctxt "" msgid "The first example reads the current value in a ComboBox containing city names and writes it to a FixedTest control in a Form:" msgstr "" -#. B5QLA +#. 3eh6E #: sf_formcontrol.xhp msgctxt "" "sf_formcontrol.xhp\n" "pyc_id991622562833004\n" "help.text" -msgid "ui = CreateScriptService('ScriptForge.Basic') # Basic-like methods" +msgid "bas = CreateScriptService('ScriptForge.Basic') # Basic-like methods" msgstr "" #. 8jneo @@ -16828,22 +17692,22 @@ msgctxt "" msgid "MsgBox \"Selected option: \" & optControl.Caption" msgstr "" -#. kxKPM +#. YnBgM #: sf_formcontrol.xhp msgctxt "" "sf_formcontrol.xhp\n" "pyc_id991622562822004\n" "help.text" -msgid "ui = CreateScriptService('ScriptForge.Basic') # Basic-like methods" +msgid "bas = CreateScriptService('ScriptForge.Basic') # Basic-like methods" msgstr "" -#. QBAvs +#. TNTT9 #: sf_formcontrol.xhp msgctxt "" "sf_formcontrol.xhp\n" "pyc_id441622562080419\n" "help.text" -msgid "ui.MsgBox('Selected option: ' + control.Caption)" +msgid "bas.MsgBox('Selected option: ' + control.Caption)" msgstr "" #. czP76 @@ -17467,13 +18331,13 @@ msgctxt "" msgid "The <literal>L10N</literal> service is based on the GNU implementation of PO (portable object) files. To learn more about this file format, visit <link href=\"https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html\" name=\"GetText\">GNU gettext Utilities: PO Files</link>." msgstr "" -#. 4CMir +#. DGiG9 #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id91585843652832\n" "help.text" -msgid "This service implements the three methods listed below:" +msgid "This service implements the methods listed below:" msgstr "" #. fBXDW @@ -17485,6 +18349,15 @@ msgctxt "" msgid "<emph>AddText</emph>: Used by the programmer to build a set of strings that will be translated later." msgstr "" +#. BtuQ3 +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id81637866601151\n" +"help.text" +msgid "<emph>AddTextsFromDialog</emph>: Extracts all strings from a <literal>Dialog</literal> service instance." +msgstr "" + #. cm7fq #: sf_l10n.xhp msgctxt "" @@ -17791,6 +18664,96 @@ msgctxt "" msgid "The example below creates a set of strings in English:" msgstr "" +#. rWt7U +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id1001585843659821\n" +"help.text" +msgid "Automatically extracts strings from a dialog and adds them to the list of localizable text strings. The following strings are extracted:" +msgstr "" + +#. bS7ZL +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id621637863440015\n" +"help.text" +msgid "The title of the dialog." +msgstr "" + +#. EBFAC +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id61637863440399\n" +"help.text" +msgid "The caption of the following control types: Button, CheckBox, FixedLine, FixedText, GroupBox and RadioButton." +msgstr "" + +#. uCL85 +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id251637863440626\n" +"help.text" +msgid "Static strings in ListBoxes and ComboBoxes." +msgstr "" + +#. HWkAU +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id811637863596791\n" +"help.text" +msgid "The tooltip or help text displayed when the mouse hovers over the control." +msgstr "" + +#. gKbEN +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id641625855723650\n" +"help.text" +msgid "The method returns <literal>True</literal> if successful." +msgstr "" + +#. Kcowa +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id731637863894577\n" +"help.text" +msgid "The dialog from which strings will be extracted must not be open when the method is called." +msgstr "" + +#. 75EGY +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id911637864050221\n" +"help.text" +msgid "When a <literal>L10N</literal> service instance is created from an existing PO file, use the <link href=\"text/sbasic/shared/03/sf_dialog.xhp#GetTextsFromL10N\" name=\"GetTextsFromL10N\">GetTextsFromL10N</link> method from the <literal>Dialog</literal> service to automatically load all translated strings into the dialog." +msgstr "" + +#. ejhbN +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id391585843652113\n" +"help.text" +msgid "<emph>dialog</emph>: a Dialog service instance corresponding to the dialog from which strings will be extracted." +msgstr "" + +#. QzWzG +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id461614364298983\n" +"help.text" +msgid "The following example extracts all strings from the dialog \"MyDialog\" stored in the \"Standard\" library and exports them to a POT file:" +msgstr "" + #. DqFBf #: sf_l10n.xhp msgctxt "" @@ -18952,15 +19915,6 @@ msgctxt "" msgid "The example below uses the icon \"sc_newdoc.svg\" that is located inside the \"cmd\" folder. The forward slash \"/\" character is used as the path separator regardless of the operating system." msgstr "" -#. HReGj -#: sf_popupmenu.xhp -msgctxt "" -"sf_popupmenu.xhp\n" -"bas_id121636725026678\n" -"help.text" -msgid "myPopup.AddItem(\"Item A\", Icon := \"cmd/sc_newdoc.svg\")" -msgstr "" - #. 2QW4m #: sf_popupmenu.xhp msgctxt "" @@ -19834,6 +20788,42 @@ msgctxt "" msgid "The following examples show how to call the function <literal>odd_integers</literal> from within Basic and Python scripts." msgstr "" +#. pbmij +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id111582816585087\n" +"help.text" +msgid "Returns the current PDF export settings defined in the <menuitem>PDF Options</menuitem> dialog, which can be accessed by choosing <menuitem>File - Export as - Export as PDF</menuitem>." +msgstr "" + +#. K7j2q +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id931638383270026\n" +"help.text" +msgid "Export options set with the <menuitem>PDF Options</menuitem> dialog are kept for future use. Hence <literal>GetPDFExportOptions</literal> returns the settings currently defined. In addition, use <literal>SetPDFExportOptions</literal> to change current PDF export options." +msgstr "" + +#. uFCEq +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id801638383659558\n" +"help.text" +msgid "This method returns a <literal>Dictionary</literal> object wherein each key represent export options and the corresponding values are the current PDF export settings." +msgstr "" + +#. 6kXBe +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id751638383457198\n" +"help.text" +msgid "Read the <link href=\"https://wiki.openoffice.org/wiki/API/Tutorials/PDF_export\" name=\"PDFExport_Wiki\">PDF Export wiki page</link> to learn more about all available options." +msgstr "" + #. Lv4iA #: sf_session.xhp msgctxt "" @@ -20005,6 +20995,60 @@ msgctxt "" msgid "<emph>editmessage</emph>: When <literal>True</literal> (default), the message is edited before being sent." msgstr "" +#. g7zLC +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id111582816583005\n" +"help.text" +msgid "Modifies the PDF export settings defined in the <menuitem>PDF Options</menuitem> dialog, which can be accessed by choosing <menuitem>File - Export as - Export as PDF</menuitem>." +msgstr "" + +#. T2DkW +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id181638385131806\n" +"help.text" +msgid "Calling this method changes the actual values set in the <menuitem>PDF Options</menuitem> dialog, which are used by the <literal>ExportAsPDF</literal> method from the <literal>Document</literal> service." +msgstr "" + +#. FBrKg +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id391638385313847\n" +"help.text" +msgid "This method returns <literal>True</literal> when successful." +msgstr "" + +#. 9BqH3 +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id751638383457321\n" +"help.text" +msgid "Read the <link href=\"https://wiki.openoffice.org/wiki/API/Tutorials/PDF_export\" name=\"PDFExport_Wiki\">PDF Export wiki page</link> to learn more about all available options." +msgstr "" + +#. JhhXU +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id771582816585233\n" +"help.text" +msgid "<emph>pdfoptions</emph>: <literal>Dictionary</literal> object that defines the PDF export settings to be changed. Each key-value pair represents an export option and the value that will be set in the dialog." +msgstr "" + +#. 8DKZK +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id141638386087986\n" +"help.text" +msgid "The following example changes the maximum image resolution to 150 dpi and exports the current document as a PDF file." +msgstr "" + #. HtzHP #: sf_session.xhp msgctxt "" @@ -24352,13 +25396,13 @@ msgctxt "" msgid "In the following examples, the first line gets the names of all forms in the document and the second line retrieves the <literal>Form</literal> object of the form named \"Form_A\"." msgstr "" -#. S5MwC +#. y684J #: sf_writer.xhp msgctxt "" "sf_writer.xhp\n" "par_id31592919577984\n" "help.text" -msgid "Send the content of the document to the printer. The printer might be defined previously by default, by the user or by the <link href=\"text/sbasic/03/sf_document.xhp#SetPrinter\" name=\"SetPrinter method\"><literal>SetPrinter()</literal></link> method of the <link href=\"text/sbasic/03/sf_document.xhp\" name=\"Document service\">Document</link> service. Returns <literal>True</literal> when successful." +msgid "Send the contents of the document to the printer. The printer may be previously defined by default, by the user or by the <link href=\"text/sbasic/03/sf_document.xhp#SetPrinter\" name=\"SetPrinter method\"><literal>SetPrinter</literal></link> method of the <link href=\"text/sbasic/03/sf_document.xhp\" name=\"Document service\">Document</link> service. Returns <literal>True</literal> when successful." msgstr "" #. CKDb5 diff --git a/source/bg/helpcontent2/source/text/scalc/00.po b/source/bg/helpcontent2/source/text/scalc/00.po index 4fb6fe5c1a3..2aad0e83a66 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-09-27 19:09+0200\n" -"PO-Revision-Date: 2021-06-26 11:04+0000\n" +"PO-Revision-Date: 2021-12-01 07:38+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.8.1\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1555408153.000000\n" @@ -969,7 +969,7 @@ msgctxt "" "par_id3150447\n" "help.text" msgid "Shift+F9" -msgstr "" +msgstr "Shift+F9" #. Mn26m #: 00000406.xhp @@ -2103,7 +2103,7 @@ msgctxt "" "par_id281631903136031\n" "help.text" msgid "<variable id=\"edit_comment\">Choose <menuitem>Sheet - Cell Comments - Edit Comment</menuitem></variable>" -msgstr "" +msgstr "<variable id=\"edit_comment\">Изберете <menuitem>Лист - Коментари на клетки - Редактиране на коментар</menuitem>.</variable>" #. rrCWM #: sheet_menu.xhp @@ -2112,7 +2112,7 @@ msgctxt "" "par_id641631903140705\n" "help.text" msgid "<variable id=\"hide_comment\">Choose <menuitem>Sheet - Cell Comments - Hide Comment</menuitem></variable>" -msgstr "" +msgstr "<variable id=\"hide_comment\">Изберете <menuitem>Лист - Коментари на клетки - Скриване на коментар</menuitem>.</variable>" #. YvB6F #: sheet_menu.xhp @@ -2121,7 +2121,7 @@ msgctxt "" "par_id611631903144777\n" "help.text" msgid "<variable id=\"show_comment\">Choose <menuitem>Sheet - Cell Comments - Show Comment</menuitem></variable>" -msgstr "" +msgstr "<variable id=\"show_comment\">Изберете <menuitem>Лист - Коментари на клетки - Показване на коментар</menuitem>.</variable>" #. F4BHH #: sheet_menu.xhp @@ -2130,7 +2130,7 @@ msgctxt "" "par_id961631903149304\n" "help.text" msgid "<variable id=\"delete_comment\">Choose <menuitem>Sheet - Cell Comments - Delete Comment</menuitem></variable>" -msgstr "" +msgstr "<variable id=\"delete_comment\">Изберете <menuitem>Лист - Коментари на клетки - Изтриване на коментар</menuitem>.</variable>" #. NVNhS #: sheet_menu.xhp @@ -2139,4 +2139,4 @@ msgctxt "" "par_id471631903160977\n" "help.text" msgid "<variable id=\"delete_all_comments\">Choose <menuitem>Sheet - Cell Comments - Delete All Comments</menuitem></variable>" -msgstr "" +msgstr "<variable id=\"delete_all_comments\">Изберете <menuitem>Лист - Коментари на клетки - Изтриване на всички коментари</menuitem>.</variable>" diff --git a/source/bg/helpcontent2/source/text/scalc/01.po b/source/bg/helpcontent2/source/text/scalc/01.po index abca3cf8f38..0059d050179 100644 --- a/source/bg/helpcontent2/source/text/scalc/01.po +++ b/source/bg/helpcontent2/source/text/scalc/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-11-25 19:33+0100\n" +"POT-Creation-Date: 2021-12-20 13:20+0100\n" "PO-Revision-Date: 2021-06-26 11:04+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" @@ -14849,13 +14849,13 @@ msgctxt "" msgid "CONVERT_OOO" msgstr "CONVERT_OOO" -#. rE3zF +#. Dx7ki #: 04060106.xhp msgctxt "" "04060106.xhp\n" "par_id0908200902131122\n" "help.text" -msgid "<ahelp hid=\".\">Converts to euros a currency value expressed in one of the legacy currencies of 19 member states of the European Union, and vice versa.</ahelp> The conversion uses the fixed exchange rates at which the legacy currencies entered the euro." +msgid "<ahelp hid=\".\">Converts to euros a currency value expressed in one of the legacy currencies of 19 member states of the Eurozone, and vice versa.</ahelp> The conversion uses the fixed exchange rates at which the legacy currencies entered the euro." msgstr "" #. de7Xa diff --git a/source/bg/helpcontent2/source/text/scalc/04.po b/source/bg/helpcontent2/source/text/scalc/04.po index b8cfcc12a37..9ba521e4d11 100644 --- a/source/bg/helpcontent2/source/text/scalc/04.po +++ b/source/bg/helpcontent2/source/text/scalc/04.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-11-24 12:02+0100\n" -"PO-Revision-Date: 2021-11-18 15:37+0000\n" +"PO-Revision-Date: 2021-12-01 07:38+0000\n" "Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n" "Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc04/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.8.1\n" "X-POOTLE-MTIME: 1555408597.000000\n" #. NQkD7 @@ -734,7 +734,7 @@ msgctxt "" "bm_id3143661\n" "help.text" msgid "<bookmark_value>spreadsheets; duplicate</bookmark_value> <bookmark_value>spreadsheets; quick rename</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>електронни таблици; дублиране</bookmark_value><bookmark_value>електронни таблици; бързо преименуване</bookmark_value>" #. AxVu3 #: 01020000.xhp @@ -743,7 +743,7 @@ msgctxt "" "hd_id271637246984980\n" "help.text" msgid "Copying and Renaming Sheets" -msgstr "" +msgstr "Копиране и преименуване на листове" #. dNyPQ #: 01020000.xhp @@ -752,7 +752,7 @@ msgctxt "" "par_id781637247029711\n" "help.text" msgid "The sheet tabs used to navigate between sheets can be clicked in combination with keyboard keys to perform the following operations:" -msgstr "" +msgstr "Върху етикетите на листове, които се използват за навигация между листовете, може да се щраква в комбинация с клавиши от клавиатурата, за да се извършват следните операции:" #. DDZy3 #: 01020000.xhp @@ -761,7 +761,7 @@ msgctxt "" "par_id741637247123788\n" "help.text" msgid "Shortcut Keys" -msgstr "" +msgstr "Клавиши" #. ZB9vf #: 01020000.xhp @@ -770,7 +770,7 @@ msgctxt "" "par_id731637247123788\n" "help.text" msgid "Effect" -msgstr "" +msgstr "Действие" #. 9SNqY #: 01020000.xhp @@ -779,7 +779,7 @@ msgctxt "" "par_id211637247123788\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Drag sheet tab" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + плъзгане на етикет на лист" #. F7Wju #: 01020000.xhp @@ -788,7 +788,7 @@ msgctxt "" "par_id981637247123788\n" "help.text" msgid "Creates a copy of the sheet whose tab was clicked. The copied sheet is placed at the position where the mouse button was released." -msgstr "" +msgstr "Създава копие на листа, върху чийто етикет е щракнато. Копираният лист се вмъква на позицията, където е отпуснат бутонът на мишката." #. 4BauE #: 01020000.xhp @@ -797,7 +797,7 @@ msgctxt "" "par_id211637247123024\n" "help.text" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Click sheet tab" -msgstr "" +msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> +щракване върху етикет на лист" #. DqgFn #: 01020000.xhp @@ -806,7 +806,7 @@ msgctxt "" "par_id981637247123114\n" "help.text" msgid "Makes the sheet name editable. Edit the sheet name and press <keycode>Enter</keycode> when finished." -msgstr "" +msgstr "Позволява редактиране на името на листа. Редактирайте името на листа и натиснете <keycode>Enter</keycode>, когато приключите." #. TDGrd #: 01020000.xhp diff --git a/source/bg/helpcontent2/source/text/schart/01.po b/source/bg/helpcontent2/source/text/schart/01.po index 164ab9e38c3..a1120230252 100644 --- a/source/bg/helpcontent2/source/text/schart/01.po +++ b/source/bg/helpcontent2/source/text/schart/01.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-09-10 23:11+0200\n" -"PO-Revision-Date: 2020-07-05 05:34+0000\n" +"PO-Revision-Date: 2021-12-01 07:38+0000\n" "Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n" -"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textschart01/bg/>\n" +"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textschart01/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.8.1\n" "X-POOTLE-MTIME: 1548857106.000000\n" #. DsZFP @@ -1598,7 +1598,7 @@ msgctxt "" "par_id4349192\n" "help.text" msgid "To insert a trend line for a data series, first double-click the chart to enter edit mode and select the data series in the chart to which a trend line is to be created." -msgstr "" +msgstr "За да вмъкнете трендова линия за серия от данни, първо щракнете двукратно върху диаграмата, за да преминете в режим на редактиране, и в диаграмата изберете серията от данни, за която да бъде създадена линия на тренда." #. VLWvK #: 04050100.xhp @@ -1607,7 +1607,7 @@ msgctxt "" "par_id801630627531175\n" "help.text" msgid "Choose <item type=\"menuitem\">Insert - Trend Line</item>, or right-click the data series to open the context menu, and choose <item type=\"menuitem\">Insert Trend Line</item>." -msgstr "" +msgstr "Изберете <item type=\"menuitem\">Вмъкване - Трендова линия</item> или щракнете с десния бутон, за да отворите контекстното меню, и изберете <item type=\"menuitem\">Вмъкване на трендова линия</item>." #. osECL #: 04050100.xhp @@ -1634,7 +1634,7 @@ msgctxt "" "par_id801630627733593\n" "help.text" msgid "The menu item <menuitem>Insert - Trend Line</menuitem> is only available when the chart is in edit mode. It will appear grayed out if the chart is in edit mode but no data series is selected." -msgstr "" +msgstr "Командата от менюто <menuitem>Вмъкване - Трендова линия</menuitem> е налична само когато диаграмата е в режим на редактиране. Тя ще се показва в сиво, ако диаграмата е в режим на редактиране, но не е избрана серия от данни." #. EFBBV #: 04050100.xhp diff --git a/source/bg/helpcontent2/source/text/sdatabase.po b/source/bg/helpcontent2/source/text/sdatabase.po index d8c347feda1..541a8f68608 100644 --- a/source/bg/helpcontent2/source/text/sdatabase.po +++ b/source/bg/helpcontent2/source/text/sdatabase.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-11-19 15:44+0100\n" -"PO-Revision-Date: 2021-10-30 09:51+0000\n" +"PO-Revision-Date: 2021-12-08 09:39+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" @@ -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.8.1\n" #. ugSgG #: 02000000.xhp @@ -197,7 +197,6 @@ msgstr "Резултатът от заявка може да съдържа да #. MaoPn #: 02000000.xhp -#, fuzzy msgctxt "" "02000000.xhp\n" "hd_id3159149\n" @@ -6071,7 +6070,7 @@ msgctxt "" "bm_id81623155177507\n" "help.text" msgid "<bookmark_value>database;special settings</bookmark_value><bookmark_value>database settings;SQL92 naming</bookmark_value><bookmark_value>database settings;keyword AS</bookmark_value><bookmark_value>database settings;outer join syntax</bookmark_value><bookmark_value>database settings;special SELECT statements</bookmark_value><bookmark_value>database settings;ODBC date/time</bookmark_value><bookmark_value>database settings;support primary keys</bookmark_value><bookmark_value>database settings;line ends</bookmark_value><bookmark_value>database settings;version columns</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>база от данни;специални настройки</bookmark_value><bookmark_value>настройки на база от данни;наименуване според SQL92</bookmark_value><bookmark_value>настройки на база от данни;ключова дума AS</bookmark_value><bookmark_value>настройки на база от данни;синтаксис за външно съединение</bookmark_value><bookmark_value>настройки на база от данни;специални оператори SELECT</bookmark_value><bookmark_value>настройки на база от данни;дата/час според ODBC</bookmark_value><bookmark_value>настройки на база от данни;поддръжка за първични ключове</bookmark_value><bookmark_value>настройки на база от данни;краища на редове</bookmark_value><bookmark_value>настройки на база от данни;колони с версия</bookmark_value>" #. vCApF #: dabaadvpropdat.xhp @@ -6449,7 +6448,7 @@ msgctxt "" "hd_id621632736570505\n" "help.text" msgid "Respect the result set type from the database driver" -msgstr "" +msgstr "Съблюдаване типа на резултатния набор от драйвера на БД" #. EZkMC #: dabaadvpropdat.xhp @@ -6485,7 +6484,7 @@ msgctxt "" "hd_id421632739992940\n" "help.text" msgid "Rows to scan columns types" -msgstr "" +msgstr "Редове за разпознаване типа на колоните" #. nC3qS #: dabaadvpropdat.xhp @@ -6494,7 +6493,7 @@ msgctxt "" "par_id541632740596622\n" "help.text" msgid "Select the number of rows to let the driver detect the data type." -msgstr "" +msgstr "Изберете броя редове, за да позволите на драйвера да разпознава типа на данните." #. EYaFK #: dabaadvpropgen.xhp diff --git a/source/bg/helpcontent2/source/text/sdraw.po b/source/bg/helpcontent2/source/text/sdraw.po index 3ee2d4b022f..810d915df7f 100644 --- a/source/bg/helpcontent2/source/text/sdraw.po +++ b/source/bg/helpcontent2/source/text/sdraw.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-10-20 13:08+0200\n" -"PO-Revision-Date: 2021-04-20 19:37+0000\n" +"PO-Revision-Date: 2021-12-01 07:38+0000\n" "Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n" "Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/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.8.1\n" "X-POOTLE-MTIME: 1558972026.000000\n" #. dHbww @@ -455,7 +455,7 @@ msgctxt "" "par_idN106C8\n" "help.text" msgid "<link href=\"text/simpress/02/10030200.xhp\" name=\"Gluepoints\">Gluepoints</link>" -msgstr "" +msgstr "<link href=\"text/simpress/02/10030200.xhp\" name=\"Gluepoints\">Точки за съединяване</link>" #. kz8Fw #: main0210.xhp @@ -464,7 +464,7 @@ msgctxt "" "par_idN106D7\n" "help.text" msgid "Enables you to edit gluepoints on your drawing." -msgstr "" +msgstr "Позволява ви да редактирате точките за съединяване в рисунката." #. 3Cwi3 #: main0210.xhp @@ -707,7 +707,7 @@ msgctxt "" "par_id3149124\n" "help.text" msgid "You can connect objects in $[officename] Draw with special lines called \"connectors\" to show the relationship between objects. Connectors attach to gluepoints on drawing objects and remain attached when the connected objects are moved. Connectors are useful for creating organization charts and technical diagrams." -msgstr "" +msgstr "В $[officename] Draw можете да свързвате обекти чрез специални съединителна линии, за да показвате отношенията между тях. Съединителните линии се прикрепват към точките за съединяване на обектите и ги следват, когато свързаните обекти се местят. Те са полезни за създаване на организационни и технически диаграми." #. pLaMp #: main0503.xhp @@ -824,7 +824,7 @@ msgctxt "" "hd_id3149258\n" "help.text" msgid "<link href=\"text/simpress/02/10030200.xhp\" name=\"Gluepoints\">Gluepoints</link>" -msgstr "" +msgstr "<link href=\"text/simpress/02/10030200.xhp\" name=\"Gluepoints\">Точки за съединяване</link>" #. JaiGm #: main_edit.xhp @@ -833,7 +833,7 @@ msgctxt "" "par_id3146315\n" "help.text" msgid "Enables you to edit gluepoints on your drawing." -msgstr "" +msgstr "Позволява ви да редактирате точките за съединяване в рисунката." #. UBmhX #: main_edit.xhp diff --git a/source/bg/helpcontent2/source/text/sdraw/01.po b/source/bg/helpcontent2/source/text/sdraw/01.po index ac26e8e7f0a..453b17873fb 100644 --- a/source/bg/helpcontent2/source/text/sdraw/01.po +++ b/source/bg/helpcontent2/source/text/sdraw/01.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-10-25 12:48+0200\n" -"PO-Revision-Date: 2021-07-01 16:20+0000\n" +"PO-Revision-Date: 2021-12-01 07:38+0000\n" "Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n" "Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw01/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.8.1\n" "X-POOTLE-MTIME: 1558871705.000000\n" #. ybhKD @@ -608,7 +608,7 @@ msgctxt "" "par_id531623515498932\n" "help.text" msgid "Consolidation of lists requires attention to restore the list layout that has been affected by the position of the punctuation. This includes the case of numbering of style \"1.\", where the resulting list items are split after the dot." -msgstr "" +msgstr "Консолидирането на списъци изисква внимателно да се възстанови оформлението на списъка, което е било повлияно от позициите на пунктуацията. Това включва случая с номериране от вида „1.“, при което елементите на получения списък се разделят след точката." #. VwP6B #: consolidatetext.xhp diff --git a/source/bg/helpcontent2/source/text/sdraw/guide.po b/source/bg/helpcontent2/source/text/sdraw/guide.po index b56afa42978..eb101f1b3c1 100644 --- a/source/bg/helpcontent2/source/text/sdraw/guide.po +++ b/source/bg/helpcontent2/source/text/sdraw/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-09-10 23:11+0200\n" -"PO-Revision-Date: 2021-04-20 19:37+0000\n" +"PO-Revision-Date: 2021-12-01 07:38+0000\n" "Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n" "Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsdrawguide/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.8.1\n" "X-POOTLE-MTIME: 1547852731.000000\n" #. cZbDh @@ -770,7 +770,7 @@ msgctxt "" "par_id3166428\n" "help.text" msgid "Choose <emph>Shape - Cross-fading</emph>." -msgstr "" +msgstr "Изберете <emph>Фигура - Преливане</emph>." #. dmA2i #: cross_fading.xhp @@ -2651,7 +2651,7 @@ msgctxt "" "par_id3150716\n" "help.text" msgid "Select the object you want to rotate. On the <emph>Transformations</emph> toolbar in $[officename] Draw or on the <emph>Drawing</emph> bar in $[officename] Impress, click the <emph>Rotate</emph> icon." -msgstr "" +msgstr "Изберете обекта, който искате да завъртите. В лентата <emph>Преобразувания</emph> в $[officename] Draw или <emph>Рисунка</emph> в $[officename] Impress щракнете върху иконата <emph>Въртене</emph>." #. MLBay #: rotate_object.xhp diff --git a/source/bg/helpcontent2/source/text/shared.po b/source/bg/helpcontent2/source/text/shared.po index a2af801e3b0..00d7072364e 100644 --- a/source/bg/helpcontent2/source/text/shared.po +++ b/source/bg/helpcontent2/source/text/shared.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-09-10 23:11+0200\n" -"PO-Revision-Date: 2020-10-30 22:36+0000\n" +"PO-Revision-Date: 2021-12-01 07:38+0000\n" "Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n" -"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared/bg/>\n" +"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textshared/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.8.1\n" "X-POOTLE-MTIME: 1547224396.000000\n" #. DBz3U @@ -257,7 +257,7 @@ msgctxt "" "par_idN1064A\n" "help.text" msgid "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id1619006\">Icon Help</alt></image>" -msgstr "" +msgstr "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id1619006\">Икона за помощ</alt></image>" #. iPjUH #: main0108.xhp @@ -347,7 +347,7 @@ msgctxt "" "hd_id561629934889067\n" "help.text" msgid "Get Involved" -msgstr "" +msgstr "Включване в разработката" #. ZiLDo #: main0108.xhp @@ -356,7 +356,7 @@ msgctxt "" "par_id501629934998665\n" "help.text" msgid "Opens the <link href=\"https://www.libreoffice.org/community/get-involved/\" name=\"get involved\">community Get Involved page</link> in the web browser. The page describe areas of interest where you can collaborate with the %PRODUCTNAME community." -msgstr "" +msgstr "Отваря в уеббраузъра <link href=\"https://www.libreoffice.org/community/get-involved/\" name=\"get involved\">страницата Get Involved</link>. В нея са описани областите, в които можете да си сътрудничите с общността на %PRODUCTNAME." #. YrMYp #: main0108.xhp @@ -365,7 +365,7 @@ msgctxt "" "hd_id431629934866702\n" "help.text" msgid "Donate to %PRODUCTNAME" -msgstr "" +msgstr "Дарение за %PRODUCTNAME" #. xoFgE #: main0108.xhp @@ -374,7 +374,7 @@ msgctxt "" "par_id691629934873388\n" "help.text" msgid "%PRODUCTNAME is Free Software and is made available free of charge." -msgstr "" +msgstr "%PRODUCTNAME е свободен софтуер и се предоставя безплатно." #. GAMwn #: main0108.xhp @@ -383,7 +383,7 @@ msgctxt "" "par_id651629934878405\n" "help.text" msgid "Your donation, which is purely optional, supports our worldwide community." -msgstr "" +msgstr "Дарението ви, което е изцяло по ваш избор, подкрепя нашата световна общност." #. gGbbH #: main0108.xhp @@ -392,7 +392,7 @@ msgctxt "" "par_id611629934882669\n" "help.text" msgid "If you like the software, <link href=\"https://www.libreoffice.org/donate/\" name=\"donation\">please consider a donation</link>." -msgstr "" +msgstr "Ако харесвате софтуера, <link href=\"https://www.libreoffice.org/donate/\" name=\"donation\">моля, обмислете възможността да направите дарение</link>." #. sWFkG #: main0108.xhp @@ -428,7 +428,7 @@ msgctxt "" "par_id5144510\n" "help.text" msgid "<ahelp hid=\".uno:ShowLicense\">Displays the <emph>CREDITS.odt</emph> document which lists the names of individuals who have contributed to OpenOffice.org source code (and whose contributions were imported into %PRODUCTNAME) or %PRODUCTNAME since 2010-09-28.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".uno:ShowLicense\">Показва документа <emph>CREDITS.odt</emph> с имената на сътрудниците, които са допринесли с програмен код за OpenOffice.org (и чиито приноси са включени в %PRODUCTNAME) или %PRODUCTNAME от 2010-09-28 нататък.</ahelp>" #. F8BFu #: main0108.xhp @@ -608,7 +608,7 @@ msgctxt "" "par_idN107D8\n" "help.text" msgid "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153070\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153070\">Икона</alt></image>" #. wcCfo #: main0201.xhp @@ -644,7 +644,7 @@ msgctxt "" "par_idN10855\n" "help.text" msgid "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3174230\">icon What's this?'</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3174230\">Икона „Какво е това?“</alt></image>" #. C6Uid #: main0201.xhp diff --git a/source/bg/helpcontent2/source/text/shared/00.po b/source/bg/helpcontent2/source/text/shared/00.po index 553b4bddfe9..f47646eeee6 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-10-20 13:08+0200\n" -"PO-Revision-Date: 2021-06-13 09:10+0000\n" +"POT-Creation-Date: 2021-12-21 12:38+0100\n" +"PO-Revision-Date: 2021-12-01 07:38+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" @@ -302,7 +302,7 @@ msgctxt "" "hd_id3153760\n" "help.text" msgid "Shrink / Expand" -msgstr "" +msgstr "Свиване / Разгръщане" #. MKk2n #: 00000001.xhp @@ -311,7 +311,7 @@ msgctxt "" "par_id3153087\n" "help.text" msgid "<ahelp hid=\".\">Click the <emph>Shrink</emph> icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the <emph>Expand</emph> icon. Click it to restore the dialog to its original size.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Щракнете върху иконата <emph>Свиване</emph>, за да смалите диалоговия прозорец до размера на входното поле. Така е по-лесно да маркирате нужното обръщение в листа. При това иконата автоматично се превръща в икона <emph>Разгръщане</emph>. Щракнете върху нея, за да върнете първоначалния размер на диалоговия прозорец.</ahelp>" #. XBrSB #: 00000001.xhp @@ -329,7 +329,7 @@ msgctxt "" "par_id3157808\n" "help.text" msgid "<image id=\"img_id3148685\" src=\"formula/res/refinp1.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148685\">Icon shrink</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148685\" src=\"formula/res/refinp1.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148685\">Икона за свиване</alt></image>" #. fdGk2 #: 00000001.xhp @@ -347,7 +347,7 @@ msgctxt "" "par_id3153349\n" "help.text" msgid "<image id=\"img_id3149784\" src=\"formula/res/refinp2.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149784\">Icon Expand</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149784\" src=\"formula/res/refinp2.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149784\">Икона за разгръщане</alt></image>" #. dKe9x #: 00000001.xhp @@ -356,7 +356,7 @@ msgctxt "" "par_id3155628\n" "help.text" msgid "Expand" -msgstr "" +msgstr "Разгръщане" #. JXBBr #: 00000001.xhp @@ -2876,7 +2876,7 @@ msgctxt "" "hd_id381624628286724\n" "help.text" msgid "Focus" -msgstr "" +msgstr "Фокус" #. gNp8p #: 00000005.xhp @@ -2885,7 +2885,7 @@ msgctxt "" "par_id61624628294382\n" "help.text" msgid "In a form document, a control must receive focus from the user in order to become active and perform its tasks. For example, users must give focus to a text box in order to enter text into it." -msgstr "" +msgstr "В документ с формуляр контролите трябва да получават фокус от потребителя, за да се активират и да изпълняват предназначението си. Например, за да въвежда текст в текстово поле, потребителят трябва да активира полето." #. DasRP #: 00000005.xhp @@ -2894,7 +2894,7 @@ msgctxt "" "par_id511624628298935\n" "help.text" msgid "There are several ways to give focus to a control:" -msgstr "" +msgstr "Има няколко начина фокусът да бъде даден на контрола:" #. 2DUBz #: 00000005.xhp @@ -2903,7 +2903,7 @@ msgctxt "" "par_id301624628318973\n" "help.text" msgid "Designate the control with a mouse or any pointing device." -msgstr "" +msgstr "Контролата може да бъде указана с мишка или друго посочващо устройство." #. pXW93 #: 00000005.xhp @@ -2912,7 +2912,7 @@ msgctxt "" "par_id191624628327510\n" "help.text" msgid "Navigate from one control to the next with the keyboard. The document's author may define a tabbing order that specifies the order in which controls will receive focus if the user navigates the document with the keyboard. Once selected, a control may be activated by some other key sequence." -msgstr "" +msgstr "Между контролите може да се осъществява навигация с клавиатурата. Авторът на документа може да зададе ред за обхождането, който определя в какъв ред контролите получават фокуса, когато потребителят обхожда документа с клавиатурата. Веднъж избрана, контролата може да бъде задействана с друга клавишна комбинация." #. PEbNU #: 00000005.xhp @@ -2921,7 +2921,7 @@ msgctxt "" "par_id351624628336039\n" "help.text" msgid "Select a control through an access key (sometimes called \"keyboard shortcut\" or \"keyboard accelerator\")." -msgstr "" +msgstr "Контролите могат да бъдат избирани и чрез клавиши за бърз достъп (наричат се още „бързи клавиши“)." #. KRQQF #: 00000005.xhp @@ -6125,7 +6125,7 @@ msgctxt "" "hd_id911633520416200\n" "help.text" msgid "Include byte-order mark" -msgstr "" +msgstr "Със знак за реда на байтовете" #. 5G2v5 #: 00000215.xhp @@ -6134,7 +6134,7 @@ msgctxt "" "par_id211633520423767\n" "help.text" msgid "For Unicode character set only, a byte order mark (BOM) is a sequence of bytes used to indicate Unicode encoding of a text file. The presence of the UTF-8 BOM is optional and may cause problems with some software, especially legacy software not designed to handle UTF-8." -msgstr "" +msgstr "Само за знаковия набор на Уникод, маркерът за ред на байтовете (BOM, byte order mark) е последователност от байтове, използвана за отбелязване кодировката на текстов файл според стандарта Уникод. Присъствието на маркера за ред на байтовете на UTF-8 не е задължително и може да причини проблеми с някои програми, особено стар софтуер, който не е проектиран да работи с UTF-8." #. PSvbB #: 00000215.xhp @@ -7754,7 +7754,7 @@ msgctxt "" "par_idN1091B\n" "help.text" msgid "<variable id=\"grid\">Choose <menuitem>View - Grid and Helplines</menuitem>.</variable>" -msgstr "" +msgstr "<variable id=\"grid\">Изберете <menuitem>Изглед - Мрежа и помощни линии</menuitem>.</variable>" #. rWXdw #: 00000403.xhp @@ -7799,7 +7799,7 @@ msgctxt "" "par_id3253808\n" "help.text" msgid "<variable id=\"notizkbd\">Press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode>+<keycode>Option</keycode></caseinline><defaultinline><keycode>Ctrl</keycode>+<keycode>Alt</keycode></defaultinline></switchinline>+<keycode>C</keycode>.</variable>" -msgstr "" +msgstr "<variable id=\"notizkbd\">Натиснете <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode>+<keycode>Option</keycode></caseinline><defaultinline><keycode>Ctrl</keycode>+<keycode>Alt</keycode></defaultinline></switchinline>+<keycode>C</keycode>.</variable>" #. 8FMuh #: 00000404.xhp @@ -7871,7 +7871,7 @@ msgctxt "" "par_id3153527\n" "help.text" msgid "<image id=\"img_id3153748\" src=\"cmd/sc_bullet.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153748\">Icon Special character</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153748\" src=\"cmd/sc_bullet.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153748\">Икона за специален знак</alt></image>" #. Kn89R #: 00000404.xhp @@ -7943,7 +7943,7 @@ msgctxt "" "par_id3150254\n" "help.text" msgid "<image id=\"img_id3156305\" src=\"cmd/sc_insobjctrl.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156305\">Icon OLE object</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156305\" src=\"cmd/sc_insobjctrl.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156305\">Икона за OLE обект</alt></image>" #. GTqPV #: 00000404.xhp @@ -7979,7 +7979,7 @@ msgctxt "" "par_id3148559\n" "help.text" msgid "<image id=\"img_id3149933\" src=\"cmd/sc_insertobjectstarmath.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149933\">Icon Formula</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149933\" src=\"cmd/sc_insertobjectstarmath.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149933\">Икона за формула</alt></image>" #. uAbxt #: 00000404.xhp @@ -8069,7 +8069,7 @@ msgctxt "" "par_id3156005\n" "help.text" msgid "<image id=\"img_id3153739\" src=\"cmd/sc_drawchart.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153739\">Icon Chart</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153739\" src=\"cmd/sc_drawchart.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153739\">Икона за диаграма</alt></image>" #. ge7Bf #: 00000404.xhp @@ -8105,7 +8105,7 @@ msgctxt "" "par_id3145594\n" "help.text" msgid "<image id=\"img_id3144764\" src=\"cmd/lc_insertgraphic.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3144764\">Icon Image</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3144764\" src=\"cmd/lc_insertgraphic.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3144764\">Икона за изображение</alt></image>" #. FGuet #: 00000404.xhp @@ -8150,7 +8150,7 @@ msgctxt "" "par_id3168607\n" "help.text" msgid "<image id=\"img_id3147482\" src=\"cmd/sc_insertobjectfloatingframe.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147482\">Icon Floating frame</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147482\" src=\"cmd/sc_insertobjectfloatingframe.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147482\">Икона за плаваща рамка</alt></image>" #. 6RNey #: 00000404.xhp @@ -8213,7 +8213,7 @@ msgctxt "" "par_idN10EA9\n" "help.text" msgid "<image id=\"Graphic3\" src=\"cmd/sc_basicshapes.diamond.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_basicshapes\">Icon Basic shapes</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic3\" src=\"cmd/sc_basicshapes.diamond.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_basicshapes\">Икона за основни фигури</alt></image>" #. cRUvF #: 00000404.xhp @@ -8231,7 +8231,7 @@ msgctxt "" "par_idN10EEE\n" "help.text" msgid "<image id=\"Graphic4\" src=\"cmd/sc_symbolshapes.smiley.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_symbolshapes\">Icon Symbol Shapes</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic4\" src=\"cmd/sc_symbolshapes.smiley.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_symbolshapes\">Икона за фигури - символи</alt></image>" #. raBMx #: 00000404.xhp @@ -8249,7 +8249,7 @@ msgctxt "" "par_idN10F33\n" "help.text" msgid "<image id=\"Graphic41\" src=\"cmd/sc_arrowshapes.left-right-arrow.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_blockarrows\">Icon Block arrows</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic41\" src=\"cmd/sc_arrowshapes.left-right-arrow.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_blockarrows\">Икона за блокови стрелки</alt></image>" #. 8mq6j #: 00000404.xhp @@ -8267,7 +8267,7 @@ msgctxt "" "par_idN10F78\n" "help.text" msgid "<image id=\"Graphic5\" src=\"cmd/sc_flowchartshapes.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_flowcharts\">Icon Flowcharts</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic5\" src=\"cmd/sc_flowchartshapes.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_flowcharts\">Икона за блоксхеми</alt></image>" #. kmLGo #: 00000404.xhp @@ -8285,7 +8285,7 @@ msgctxt "" "par_idN10FBD\n" "help.text" msgid "<image id=\"Graphic6\" src=\"cmd/sc_calloutshapes.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_callouts\">Icon Callouts</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic6\" src=\"cmd/sc_calloutshapes.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_callouts\">Икона за изнесени означения</alt></image>" #. 437R9 #: 00000404.xhp @@ -8303,7 +8303,7 @@ msgctxt "" "par_idN11002\n" "help.text" msgid "<image id=\"Graphic7\" src=\"cmd/sc_starshapes.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_stars\">Icon Stars</alt></image>" -msgstr "" +msgstr "<image id=\"Graphic7\" src=\"cmd/sc_starshapes.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_stars\">Икона за звезди</alt></image>" #. fBLRJ #: 00000404.xhp @@ -10645,6 +10645,15 @@ msgctxt "" msgid "Choose <menuitem>View - Styles</menuitem> <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>(Command+T)</keycode></caseinline><defaultinline><keycode>(F11)</keycode></defaultinline></switchinline> - open context menu of a page style entry and choose <emph>Modify/New - Page</emph> tab." msgstr "Изберете <menuitem>Изглед - Стилове</menuitem> <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>(Command+T)</keycode></caseinline><defaultinline><keycode>(F11)</keycode></defaultinline></switchinline> - отворете контекстното меню на стил за страници и изберете раздела <emph>Промяна/Нов - Страница</emph>." +#. iCz7o +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3133357\n" +"help.text" +msgid "Choose <menuitem>Format - Page Style - Page</menuitem> tab (Writer)." +msgstr "" + #. w3yEG #: 00040500.xhp msgctxt "" @@ -12893,7 +12902,7 @@ msgctxt "" "par_id3145800\n" "help.text" msgid "<variable id=\"image\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Area - Image</menuitem> tab.</variable>" -msgstr "" +msgstr "<variable id=\"image\">Изберете <menuitem>Форматиране - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Текстово поле и фигура - </menuitem></caseinline><caseinline select=\"CALC\"><menuitem>Обект - </menuitem></caseinline></switchinline><menuitem>Област - Изображение</menuitem>.</variable>" #. VRoLs #: 00040502.xhp @@ -13964,7 +13973,7 @@ msgctxt "" "par_id3149948\n" "help.text" msgid "Every <link href=\"text/shared/00/00000005.xhp#docking\" name=\"docked\">docked</link> window has an icon to control the display properties of the window." -msgstr "" +msgstr "Всеки <link href=\"text/shared/00/00000005.xhp#docking\" name=\"docked\">закачен</link> прозорец има икона за управление на екранните му свойства." #. jJcsB #: 01000000.xhp diff --git a/source/bg/helpcontent2/source/text/shared/02.po b/source/bg/helpcontent2/source/text/shared/02.po index 8255273ecff..a3ae955eba0 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-09-10 23:11+0200\n" -"PO-Revision-Date: 2021-05-01 20:37+0000\n" +"PO-Revision-Date: 2021-12-05 23:38+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.8.1\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1562357690.000000\n" @@ -690,7 +690,7 @@ msgctxt "" "par_id3155341\n" "help.text" msgid "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150943\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150943\">Икона</alt></image>" #. Dbydo #: 01170000.xhp @@ -852,7 +852,7 @@ msgctxt "" "par_id3148483\n" "help.text" msgid "<image id=\"img_id3156380\" src=\"cmd/sc_checkbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156380\">Icon Check Box</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3156380\" src=\"cmd/sc_checkbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156380\">Икона за поле за отметка</alt></image>" #. fbJjh #: 01170000.xhp @@ -879,7 +879,7 @@ msgctxt "" "par_id3163665\n" "help.text" msgid "<image id=\"img_id3153266\" src=\"cmd/sc_edit.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153266\">Icon Text Box</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153266\" src=\"cmd/sc_edit.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153266\">Икона за текстово поле</alt></image>" #. p3BAw #: 01170000.xhp @@ -906,7 +906,7 @@ msgctxt "" "par_id3154836\n" "help.text" msgid "<image id=\"img_id3143277\" src=\"cmd/sc_formattedfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143277\">Icon Formatted Field</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3143277\" src=\"cmd/sc_formattedfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143277\">Икона за форматирано поле</alt></image>" #. W4Jis #: 01170000.xhp @@ -942,7 +942,7 @@ msgctxt "" "par_id3145801\n" "help.text" msgid "<image id=\"img_id3151073\" src=\"cmd/sc_insertpushbutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151073\">Icon Push Button</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151073\" src=\"cmd/sc_insertpushbutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151073\">Икона за бутон</alt></image>" #. KTA7G #: 01170000.xhp @@ -978,7 +978,7 @@ msgctxt "" "par_id3152971\n" "help.text" msgid "<image id=\"img_id3152999\" src=\"cmd/sc_radiobutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152999\">Icon Option Button</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152999\" src=\"cmd/sc_radiobutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152999\">Икона за бутон за избор</alt></image>" #. DJdqY #: 01170000.xhp @@ -1005,7 +1005,7 @@ msgctxt "" "par_id3154326\n" "help.text" msgid "<image id=\"img_id3154135\" src=\"cmd/sc_listbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154135\">Icon List Box</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154135\" src=\"cmd/sc_listbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154135\">Икона за списъчно поле</alt></image>" #. Dbwav #: 01170000.xhp @@ -1032,7 +1032,7 @@ msgctxt "" "par_id3149981\n" "help.text" msgid "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148817\">Icon Combo Box</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148817\">Икона за комбинирано поле</alt></image>" #. bUeTF #: 01170000.xhp @@ -1059,7 +1059,7 @@ msgctxt "" "par_id3145295\n" "help.text" msgid "<image id=\"img_id3151017\" src=\"cmd/sc_insertfixedtext.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151017\">Icon Label Field</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151017\" src=\"cmd/sc_insertfixedtext.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151017\">Икона за поле за етикет</alt></image>" #. xAedG #: 01170000.xhp @@ -1104,7 +1104,7 @@ msgctxt "" "par_idN11B65\n" "help.text" msgid "<image id=\"img_id6128727\" src=\"cmd/sc_usewizards.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id6128727\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id6128727\" src=\"cmd/sc_usewizards.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id6128727\">Икона</alt></image>" #. ySzEv #: 01170000.xhp @@ -1149,7 +1149,7 @@ msgctxt "" "par_idN11A64\n" "help.text" msgid "<image id=\"img_id7816400\" src=\"cmd/sc_spinbutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7816400\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id7816400\" src=\"cmd/sc_spinbutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7816400\">Икона</alt></image>" #. rY5Pe #: 01170000.xhp @@ -1185,7 +1185,7 @@ msgctxt "" "par_idN11ACA\n" "help.text" msgid "<image id=\"img_id8203985\" src=\"cmd/sc_scrollbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8203985\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id8203985\" src=\"cmd/sc_scrollbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8203985\">Икона</alt></image>" #. RNigC #: 01170000.xhp @@ -1419,7 +1419,7 @@ msgctxt "" "par_id3159622\n" "help.text" msgid "<image id=\"img_id3154378\" src=\"cmd/sc_imagebutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154378\">Icon image button</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154378\" src=\"cmd/sc_imagebutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154378\">Икона за бутон с изображение</alt></image>" #. B9Era #: 01170000.xhp @@ -1446,7 +1446,7 @@ msgctxt "" "par_id3155869\n" "help.text" msgid "<image id=\"img_id3152381\" src=\"cmd/sc_objectcatalog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152381\">Icon Image Control</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152381\" src=\"cmd/sc_objectcatalog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152381\">Икона за контрола с изображение</alt></image>" #. ZJDNH #: 01170000.xhp @@ -1482,7 +1482,7 @@ msgctxt "" "par_id3149423\n" "help.text" msgid "<image id=\"img_id3150096\" src=\"cmd/sc_adddatefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150096\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150096\" src=\"cmd/sc_adddatefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150096\">Икона</alt></image>" #. sSv2y #: 01170000.xhp @@ -1536,7 +1536,7 @@ msgctxt "" "par_id3153687\n" "help.text" msgid "<image id=\"img_id3155949\" src=\"cmd/sc_timefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155949\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155949\" src=\"cmd/sc_timefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155949\">Икона</alt></image>" #. 7apBh #: 01170000.xhp @@ -1572,7 +1572,7 @@ msgctxt "" "par_id3150531\n" "help.text" msgid "<image id=\"img_id3154344\" src=\"cmd/sc_filecontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154344\">Icon File Selection</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154344\" src=\"cmd/sc_filecontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154344\">Икона за избор на файл</alt></image>" #. 4CELT #: 01170000.xhp @@ -1599,7 +1599,7 @@ msgctxt "" "par_id3149396\n" "help.text" msgid "<image id=\"img_id3153012\" src=\"cmd/sc_insertnumericfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153012\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153012\" src=\"cmd/sc_insertnumericfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153012\">Икона</alt></image>" #. 3jPvp #: 01170000.xhp @@ -1626,7 +1626,7 @@ msgctxt "" "par_id3145324\n" "help.text" msgid "<image id=\"img_id3152866\" src=\"cmd/sc_currencyfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152866\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152866\" src=\"cmd/sc_currencyfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152866\">Икона</alt></image>" #. dc7AD #: 01170000.xhp @@ -1653,7 +1653,7 @@ msgctxt "" "par_id3149742\n" "help.text" msgid "<image id=\"img_id3148924\" src=\"cmd/sc_insertpatternfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148924\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3148924\" src=\"cmd/sc_insertpatternfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148924\">Икона</alt></image>" #. 4SYQW #: 01170000.xhp @@ -1689,7 +1689,7 @@ msgctxt "" "par_id3159334\n" "help.text" msgid "<image id=\"img_id3153790\" src=\"cmd/sc_groupbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153790\">Icon Group Box</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153790\" src=\"cmd/sc_groupbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153790\">Икона за групираща рамка</alt></image>" #. 3Suwy #: 01170000.xhp @@ -1743,7 +1743,7 @@ msgctxt "" "par_id3156402\n" "help.text" msgid "<image id=\"img_id3146324\" src=\"cmd/sc_grid.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146324\">Icon Table Control</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3146324\" src=\"cmd/sc_grid.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146324\">Икона за таблична контрола</alt></image>" #. YNpAD #: 01170000.xhp @@ -1779,7 +1779,7 @@ msgctxt "" "par_idN11B2C\n" "help.text" msgid "<image id=\"img_id5074922\" src=\"cmd/sc_navigationbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id5074922\">Icon Navigation bar</alt></image>" -msgstr "" +msgstr "<image id=\"img_id5074922\" src=\"cmd/sc_navigationbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id5074922\">Икона за навигационна лента</alt></image>" #. dmjpG #: 01170000.xhp @@ -1815,7 +1815,7 @@ msgctxt "" "par_id3150261\n" "help.text" msgid "<image id=\"img_id3149351\" src=\"cmd/sc_autocontrolfocus.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149351\">Icon</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3149351\" src=\"cmd/sc_autocontrolfocus.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149351\">Икона</alt></image>" #. iDFFL #: 01170000.xhp @@ -7350,7 +7350,7 @@ msgctxt "" "par_id3148755\n" "help.text" msgid "<ahelp hid=\".\">The <emph>Changed</emph> event takes place when the control loses the <link href=\"text/shared/00/00000005.xhp#form_focus\" name=\"focus\">focus</link> and the content of the control has changed since it lost the focus.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Събитието <emph>При промяна</emph> възниква, когато контролата загуби <link href=\"text/shared/00/00000005.xhp#form_focus\" name=\"focus\">фокуса</link> и съдържанието ѝ е променено след това.</ahelp>" #. pW2Ah #: 01170103.xhp diff --git a/source/bg/helpcontent2/source/text/shared/guide.po b/source/bg/helpcontent2/source/text/shared/guide.po index 9687ca06bdf..e88535c3757 100644 --- a/source/bg/helpcontent2/source/text/shared/guide.po +++ b/source/bg/helpcontent2/source/text/shared/guide.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-11-24 12:02+0100\n" +"POT-Creation-Date: 2021-12-20 13:21+0100\n" "PO-Revision-Date: 2021-11-20 17:38+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" @@ -5966,13 +5966,13 @@ msgctxt "" msgid "CSV Filter parameters" msgstr "" -#. cvtJM +#. KyLbg #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "bm_id181634740978601\n" "help.text" -msgid "<bookmark_value>CSV;filter options</bookmark_value> <bookmark_value>CSV;import options</bookmark_value> <bookmark_value>CSV;export options</bookmark_value> <bookmark_value>CSV;command line filter options</bookmark_value>" +msgid "<bookmark_value>CSV;filter options</bookmark_value> <bookmark_value>CSV;separator specification line</bookmark_value> <bookmark_value>CSV;import options</bookmark_value> <bookmark_value>CSV;export options</bookmark_value> <bookmark_value>CSV;command line filter options</bookmark_value>" msgstr "" #. szBoK @@ -6326,6 +6326,87 @@ msgctxt "" msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. Determines whether formula expressions starting with a = equal sign character are to be evaluated as formulas or imported as textual data. If <literal>true</literal> evaluate formulas on input. If <literal>false</literal> formulas are input as text. If omitted (not present at all), the default value is <literal>true</literal> to keep the behaviour of old versions' options string that didn't have this token at all. If present and empty (or any other value than <literal>true</literal>) the default value is <literal>false</literal>." msgstr "" +#. DAriB +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"hd_id591638374883162\n" +"help.text" +msgid "Special case of CSV files with separator defined in the first line" +msgstr "" + +#. gpBdg +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id781638374952502\n" +"help.text" +msgid "CSV import and export support a <literal>sep=</literal> and <literal>\"sep=\"</literal> field separator setting. When reading a CSV document, the separator is taken from the initial <literal>sep=</literal> or <literal>\"sep=\"</literal> single field, if that is the only line content." +msgstr "" + +#. q8D8y +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id561638377619263\n" +"help.text" +msgid "When reading a CSV file, the quoted form is preserved as (unquoted) cell content. You see <literal>sep=|</literal> when | is the separator in the first line. In the unquoted form, the separator is discarded because it is a real field separator in the context. You see <literal>sep=</literal> in the first line." +msgstr "" + +#. j5dBK +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id761638377626465\n" +"help.text" +msgid "When writing a CSV file, the existing single top left cell's content such as <literal>sep=|</literal> is adapted to the current separator with the quoted form of <literal>\"sep=|\"</literal> (if quotes / text delimiters aren't set empty and | is the separator) and always uses the ASCII \" double quote character." +msgstr "" + +#. uBq4B +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id61638377631743\n" +"help.text" +msgid "If the line containing the <literal>sep=|</literal> is not to be imported as data, remember to set the <emph>From row</emph> number in the dialog to 2. Note that this line will not be preserved when re-saving." +msgstr "" + +#. oGd5z +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id731638374814029\n" +"help.text" +msgid "\"LETTER\"|\"ANIMAL\"" +msgstr "" + +#. CsfKB +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id801638374818291\n" +"help.text" +msgid "\"a\"|\"aardvark\"" +msgstr "" + +#. t62e9 +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id621638374822275\n" +"help.text" +msgid "\"b\"|\"bear\"" +msgstr "" + +#. G2aQG +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id851638374831208\n" +"help.text" +msgid "\"c\"|\"cow\"" +msgstr "" + #. EFwn3 #: csv_params.xhp msgctxt "" @@ -22283,77 +22364,77 @@ msgctxt "" msgid "Choose <emph>Format - Object - Position and Size </emph>- <emph>Position and Size</emph> tab. Unmark the <emph>Position</emph> or <emph>Size</emph> check box." msgstr "Изберете <emph>Форматиране - Обект - Позиция и размер </emph>- раздел <emph>Позиция и размер</emph>. Изчистете полето <emph>Позиция</emph> или <emph>Размер</emph>." -#. CnLjj +#. dwefM #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "tit\n" "help.text" -msgid "QR Code" -msgstr "QR код" +msgid "QR and Barcode" +msgstr "" -#. Yuk2B +#. 3tty9 #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "bm_id901566317201860\n" "help.text" -msgid "<bookmark_value>QR Code</bookmark_value>" -msgstr "<bookmark_value>QR Код</bookmark_value>" +msgid "<bookmark_value>QR code;barcode</bookmark_value>" +msgstr "" -#. FqKRN +#. 82bgJ #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "hd_id461566315781439\n" "help.text" -msgid "<link href=\"text/shared/guide/qrcode.xhp\" name=\"QR Code\">QR Code</link>" -msgstr "<link href=\"text/shared/guide/qrcode.xhp\" name=\"QR Code\">QR код</link>" +msgid "<link href=\"text/shared/guide/qrcode.xhp\" name=\"QR and Barcode\">QR and Barcode</link>" +msgstr "" -#. YdWKF +#. ztYka #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id381566315781439\n" "help.text" -msgid "Generate QR Code for any text or URL." -msgstr "Генерира QR код от произволен текст или URL." +msgid "Generate linear and matrix codes for any text or URL." +msgstr "" -#. SzeNM +#. UCs5m #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id411566316109551\n" "help.text" -msgid "The QR Code Generation feature helps to create QR codes for any text or URL. The QR code is produced as an image or shape and has all the properties associated with an image." -msgstr "Функцията „Генериране на QR кодове“ ви позволява да създавате QR кодове за произволен текст или URL. QR кодът се изгражда като изображение или графичен обект и има всички свойства, характерни за изображение." +msgid "The QR and Barcode generation feature allows you to encode any text string or URL as a barcode or a QR code and insert it as a graphical object in a document for scanning." +msgstr "" -#. JFjy3 +#. N32UF #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id761566316165430\n" "help.text" -msgid "Choose <menuitem>Insert - Object - QR Code</menuitem>." -msgstr "Изберете <menuitem>Вмъкване - Обект - QR код</menuitem>." +msgid "Choose <menuitem>Insert - Object - QR and Barcode</menuitem>." +msgstr "" -#. vF7bp +#. UCeXG #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "hd_id611566316506278\n" "help.text" -msgid "URL or Text" -msgstr "URL или текст" +msgid "URL or text" +msgstr "" -#. ikC8E +#. q98jw #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id251566316519649\n" "help.text" -msgid "The text from which to generate the QR code." -msgstr "Текстът, от който се генерира QR кодът." +msgid "The text from which to generate the code." +msgstr "" #. 6mj5K #: qrcode.xhp @@ -22427,14 +22508,14 @@ msgctxt "" msgid "Margin" msgstr "Поле" -#. MUEWe +#. PuMhx #: qrcode.xhp msgctxt "" "qrcode.xhp\n" "par_id981566316947064\n" "help.text" -msgid "The width of the margin surrounding the QR code." -msgstr "Ширината на полето около QR кода." +msgid "The width of the margin surrounding the code." +msgstr "" #. kZPNW #: qrcode.xhp @@ -22463,15 +22544,6 @@ msgctxt "" msgid "<image src=\"media/helpimg/qrcode_example.svg\" id=\"img_id991566321218295\" width=\"4cm\" height=\"4cm\"><alt id=\"alt_id401566321218295\">QR code example</alt></image>" msgstr "<image src=\"media/helpimg/qrcode_example.svg\" id=\"img_id991566321218295\" width=\"4cm\" height=\"4cm\"><alt id=\"alt_id401566321218295\">Пример за QR код</alt></image>" -#. zkgFS -#: qrcode.xhp -msgctxt "" -"qrcode.xhp\n" -"par_id441566317415844\n" -"help.text" -msgid "QR code in the <link href=\"https://en.wikipedia.org/wiki/QR_code\" name=\"wikipedia\">Wikipedia</link>" -msgstr "„QR код“ в <link href=\"https://bg.wikipedia.org/wiki/QR_код\" name=\"wikipedia\">Уикипедия</link>" - #. FuBFK #: redaction.xhp msgctxt "" diff --git a/source/bg/helpcontent2/source/text/shared/optionen.po b/source/bg/helpcontent2/source/text/shared/optionen.po index 616540bb2c0..4a28c021730 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-10-25 12:49+0200\n" -"PO-Revision-Date: 2021-11-20 17:38+0000\n" +"PO-Revision-Date: 2021-12-01 07:38+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" @@ -7764,7 +7764,7 @@ msgctxt "" "hd_id1001597323596761\n" "help.text" msgid "Ignore pieces of length" -msgstr "Игнориране поредици с дължина" +msgstr "Игнориране на поредици с дължина" #. jrR5L #: 01040800.xhp diff --git a/source/bg/helpcontent2/source/text/swriter/guide.po b/source/bg/helpcontent2/source/text/swriter/guide.po index 06151dd61fc..60fcd04774d 100644 --- a/source/bg/helpcontent2/source/text/swriter/guide.po +++ b/source/bg/helpcontent2/source/text/swriter/guide.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-11-25 19:34+0100\n" +"POT-Creation-Date: 2021-12-20 13:21+0100\n" "PO-Revision-Date: 2021-11-20 17:38+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" @@ -7765,15 +7765,6 @@ msgctxt "" msgid "Some words contain special characters that %PRODUCTNAME treats as a hyphen. If you do not want such words to be hyphenated, you can insert a special code that prevents hyphenation at the position where the special code is inserted. Proceed as follows:" msgstr "Някои думи съдържат специални знаци, които %PRODUCTNAME третира като тирета. Ако не желаете такива думи да бъдат пренасяни, можете да вмъкнете специален код, забраняващ сричкопренасянето в позицията, където се намира. Направете следното:" -#. 2aXji -#: hyphen_prevent.xhp -msgctxt "" -"hyphen_prevent.xhp\n" -"par_id0302200910262850\n" -"help.text" -msgid "Enable the special features of complex text layout (CTL) languages: Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - Language Settings - Languages</item> and check <emph>Enabled for complex text layout (CTL)</emph>. Click OK." -msgstr "Включете специалните функции за сложни писмености: изберете <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Инструменти - Настройки</item></defaultinline></switchinline><item type=\"menuitem\"> - Езикови настройки - Езици</item> и отметнете <emph>Разрешена поддръжка за сложни писмености</emph>. Натиснете OK." - #. CiY92 #: hyphen_prevent.xhp msgctxt "" @@ -7792,14 +7783,14 @@ msgctxt "" msgid "Choose <menuitem>Insert - Formatting Mark - Word Joiner</menuitem>." msgstr "Изберете <menuitem>Вмъкване - Знак за форматиране - Съединител на думи</menuitem>." -#. 6u4r9 +#. 4qRmW #: hyphen_prevent.xhp msgctxt "" "hyphen_prevent.xhp\n" -"par_id0302200910572128\n" +"par_id501639661322712\n" "help.text" -msgid "Once the special character is inserted, you might disable CTL again. Support of CTL was only necessary to insert the special character." -msgstr "След като специалният знак е вмъкнат, можете да изключите поддръжката за сложни писмености. Тя е необходима само за самото вмъкване." +msgid "The inserted formatting mark will be shown in gray. To remove it, simply place the cursor over the formatting mark and press the <keycode>Del</keycode> key." +msgstr "" #. skDHA #: hyphen_prevent.xhp @@ -15865,6 +15856,15 @@ msgctxt "" msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+P to make the text superscript, and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+B to make the text subscript." msgstr "Натиснете <switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline></defaultinline></switchinline>+Shift+P, за да превърнете текста в горен индекс, или <switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline></defaultinline></switchinline>+Shift+B, за да го превърнете в долен индекс." +#. ALJRV +#: subscript.xhp +msgctxt "" +"subscript.xhp\n" +"par_id3149205\n" +"help.text" +msgid "In the <menuitem>Properties</menuitem> deck of the sidebar, go to the <menuitem>Character</menuitem> area and click the <menuitem>Superscript</menuitem> or <menuitem>Subscript</menuitem> buttons." +msgstr "" + #. VwZA6 #: subscript.xhp msgctxt "" @@ -17260,13 +17260,13 @@ msgctxt "" msgid "To set the behavior of the direct cursor, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatting Aids</emph>." msgstr "За да зададете поведението на свободния курсор, изберете <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Инструменти - Настройки</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Помощ при форматиране</emph>." -#. gJUFG +#. 4MoxW #: text_direct_cursor.xhp msgctxt "" "text_direct_cursor.xhp\n" "par_idN106A3\n" "help.text" -msgid "On the <menuitem>Tools</menuitem> bar, click the <menuitem>Direct Cursor</menuitem> icon <image id=\"img_id3149846\" src=\"cmd/sc_shadowcursor.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149846\">Icon</alt></image>. Alternativelly, enable <emph>Direct Cursor</emph> by going to <menuitem>Edit - Direct Cursor Mode</menuitem>." +msgid "On the <menuitem>Tools</menuitem> bar, click the <menuitem>Direct Cursor</menuitem> icon <image id=\"img_id3149846\" src=\"cmd/sc_shadowcursor.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149846\">Icon</alt></image>. Alternatively, enable <emph>Direct Cursor</emph> by going to <menuitem>Edit - Direct Cursor Mode</menuitem>." msgstr "" #. AmitQ |