aboutsummaryrefslogtreecommitdiff
path: root/source/bg/helpcontent2/source/text/sbasic/shared.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/bg/helpcontent2/source/text/sbasic/shared.po')
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/shared.po24
1 files changed, 12 insertions, 12 deletions
diff --git a/source/bg/helpcontent2/source/text/sbasic/shared.po b/source/bg/helpcontent2/source/text/sbasic/shared.po
index 8005f9905a4..0977b656b74 100644
--- a/source/bg/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bg/helpcontent2/source/text/sbasic/shared.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-07-04 16:53+0200\n"
-"PO-Revision-Date: 2016-09-24 20:29+0000\n"
+"POT-Creation-Date: 2016-11-09 14:10+0100\n"
+"PO-Revision-Date: 2016-10-13 08:52+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1474748943.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1476348734.000000\n"
#: 00000002.xhp
msgctxt ""
@@ -173,8 +173,8 @@ msgctxt ""
"par_id3150324\n"
"110\n"
"help.text"
-msgid "URL notation does not allow certain special characters to be used. These are either replaced by other characters or encoded. A slash (<emph>/</emph>) is used as a path separator. For example, a file referred to as <emph>C:\\My File.sxw</emph> on the local host in \"Windows notation\" becomes <emph>file:///C|/My%20File.sxw</emph> in URL notation."
-msgstr "Синтаксисът на URL не позволява използването на някои специални знаци. Те или се заместват с други, или се кодират. Наклонената черта (<emph>/</emph>) се използва като разделител в пътища. Например файлът, посочен като <emph>C:\\My File.sxw</emph> в локалния компютър чрез синтаксиса на Windows, се цитира като <emph>file:///C|/My%20File.sxw</emph> според синтаксиса на URL."
+msgid "URL notation does not allow certain special characters to be used. These are either replaced by other characters or encoded. A slash (<emph>/</emph>) is used as a path separator. For example, a file referred to as <emph>C:\\My File.odt</emph> on the local host in \"Windows notation\" becomes <emph>file:///C|/My%20File.odt</emph> in URL notation."
+msgstr ""
#: 00000003.xhp
msgctxt ""
@@ -2818,7 +2818,7 @@ msgctxt ""
"6\n"
"help.text"
msgid "Libraries serve as a tool for organizing modules, and can either be attached to a document or a template. When the document or a template is saved, all modules contained in the library are automatically saved as well."
-msgstr "Библиотеките служат за организиране на модули и могат да бъдат прикрепени или към документ, или към шаблон. Когато документът и шаблонът дбъде съхранен, автоматично се запазват и всички модули от библиотеката."
+msgstr "Библиотеките служат за организиране на модули и могат да бъдат прикрепени или към документ, или към шаблон. При записване на документа или шаблона автоматично се записват и всички модули от библиотеката."
#: 01020500.xhp
msgctxt ""
@@ -3064,7 +3064,7 @@ msgctxt ""
"15\n"
"help.text"
msgid "Saving and Loading Basic Source Code"
-msgstr "Съхраняване и зареждане на код на Basic"
+msgstr "Записване и зареждане на код на Basic"
#: 01030200.xhp
msgctxt ""
@@ -3073,7 +3073,7 @@ msgctxt ""
"16\n"
"help.text"
msgid "You can save Basic code in a text file for saving and importing in other programming systems."
-msgstr "Можете да запазвате код на Basic в текстов файл за съхраняване и импортиране в други среди за програмиране."
+msgstr "Можете да запишете код на Basic в текстов файл, за да го импортирате в други среди за програмиране."
#: 01030200.xhp
msgctxt ""
@@ -3091,7 +3091,7 @@ msgctxt ""
"17\n"
"help.text"
msgid "Saving Source Code to a Text File"
-msgstr "Съхраняване на изходен код в текстов файл"
+msgstr "Записване на изходен код в текстов файл"
#: 01030200.xhp
msgctxt ""
@@ -10787,8 +10787,8 @@ msgctxt ""
"03020404.xhp\n"
"par_id3154012\n"
"help.text"
-msgid "To generate a list of all existing files in a specific directory, proceed as follows: The first time you call the Dir function, specify the complete search path for the files, for example, \"D:\\Files\\*.sxw\". If the path is correct and the search finds at least one file, the Dir function returns the name of the first file that matches the search path. To return additional file names that match the path, call Dir again, but with no arguments."
-msgstr "За да получите списък на всички съществуващи файлове в определена директория, направете следното: първо извикайте функцията Dir, като зададете пълния път за търсене на файловете, например \"D:\\Files\\*.sxw\". Ако пътят е правилен и търсенето открие поне един файл, функцията Dir връща името на първия файл, който отговаря на пътя за търсене. За да получите още имена на файлове, които отговарят на пътя, извикайте Dir отново, но без аргументи."
+msgid "To generate a list of all existing files in a specific directory, proceed as follows: The first time you call the Dir function, specify the complete search path for the files, for example, \"D:\\Files\\*.ods\". If the path is correct and the search finds at least one file, the Dir function returns the name of the first file that matches the search path. To return additional file names that match the path, call Dir again, but with no arguments."
+msgstr ""
#: 03020404.xhp
msgctxt ""