Translated using Weblate (Bulgarian)

Currently translated at 76.8% (1998 of 2603)
This commit is contained in:
Pl P 2013-06-07 23:46:48 +02:00 committed by Weblate
parent 0566bbeedd
commit 50e0199206

View File

@ -4,14 +4,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.4-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-06-03 09:16-0400\n"
"PO-Revision-Date: 2013-05-27 18:09+0200\n"
"PO-Revision-Date: 2013-06-07 23:46+0200\n"
"Last-Translator: Pl P <plamen_mbx@yahoo.com>\n"
"Language-Team: Bulgarian <http://l10n.cihar.com/projects/phpmyadmin/4-0/bg/"
">\n"
"Language-Team: Bulgarian <http://l10n.cihar.com/projects/phpmyadmin/4-0/bg/>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bg\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 1.6-dev\n"
@ -1956,7 +1955,7 @@ msgid ""
"A newer version of phpMyAdmin is available and you should consider "
"upgrading. The newest version is %s, released on %s."
msgstr ""
"Налична е нова всесия на phpMyAdmin и трябва да обмислите обневление. Новата "
"Налична е нова версия на phpMyAdmin и трябва да обмислите обновяване. Новата "
"версия е %s, излязла на %s."
#. l10n: Latest available phpMyAdmin version
@ -7812,7 +7811,7 @@ msgstr ""
#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of <code>INSERT</code> statements, use:"
msgstr ""
msgstr "Вместо <code>INSERT</code> изрази, да се използват:"
#: libraries/plugins/export/ExportSql.class.php:311
msgid "<code>INSERT DELAYED</code> statements"
@ -7837,6 +7836,9 @@ msgid ""
"&nbsp; &nbsp; Example: <code>INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)</code>"
msgstr ""
"включване на имената на полетата във всеки <code>INSERT</code> израз <br /> "
"&nbsp; &nbsp; &nbsp; Пример: <code>INSERT INTO tbl_name (col_A,col_B,col_C) "
"VALUES (1,2,3)</code>"
#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
@ -7844,30 +7846,43 @@ msgid ""
"&nbsp; &nbsp; Example: <code>INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)</code>"
msgstr ""
"включване на няколко реда във всеки <code>INSERT</code> израз<br /> &nbsp; "
"&nbsp; &nbsp; Пример: <code>INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)</code>"
#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above<br /> &nbsp; &nbsp; &nbsp; Example: <code>INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)</code>"
msgstr ""
"комбинация от двата горни варианта<br /> &nbsp; &nbsp; &nbsp; Пример: "
"<code>INSERT INTO tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), "
"(7,8,9)</code>"
#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above<br /> &nbsp; &nbsp; &nbsp; Example: <code>INSERT INTO "
"tbl_name VALUES (1,2,3)</code>"
msgstr ""
"нито един от горните варианти<br /> &nbsp; &nbsp; &nbsp; Пример: "
"<code>INSERT INTO tbl_name VALUES (1,2,3)</code>"
#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation <i>(for example, \"abc\" becomes "
"0x616263)</i>"
msgstr ""
"Съхраняване на двоичните полета в шестнадесетичен вид <i>(например, \"abc\" "
"става 0x616263)</i>"
#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC <i>(enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)</i>"
msgstr ""
"Съхраняване на полета от вида TIMESTAMP в UTC формат<i>(позволява полетата "
"TIMESTAMP да бъдат експортирани и четени от сървъри в различни часови "
"пояси)</i>"
#: libraries/plugins/export/ExportSql.class.php:1197
msgid "Constraints for dumped tables"
@ -8216,6 +8231,9 @@ msgid ""
"Enable advanced features in configuration file (<code>config.inc.php</"
"code>), for example by starting from <code>config.sample.inc.php</code>."
msgstr ""
"Включване на допълнителните функции в конфигурационния файл "
"(<code>config.inc.php</code>), започнете с примера в "
"<code>config.sample.inc.php</code>."
#: libraries/relation.lib.php:278
msgid "Re-login to phpMyAdmin to load the updated configuration file."
@ -9503,7 +9521,7 @@ msgstr "Индекс"
#: libraries/structure.lib.php:1398 libraries/structure.lib.php:2060
#: libraries/structure.lib.php:2070
msgid "Spatial"
msgstr ""
msgstr "Пространствен"
#: libraries/structure.lib.php:1408 libraries/structure.lib.php:2062
#: libraries/structure.lib.php:2072
@ -9619,7 +9637,7 @@ msgstr "Добавяне на уникален ключ"
#: libraries/structure.lib.php:2024 libraries/structure.lib.php:2027
msgid "Add SPATIAL index"
msgstr "Добавяне на SPATIAL индекс"
msgstr "Добавяне на пространствен индекс"
#: libraries/structure.lib.php:2030 libraries/structure.lib.php:2033
msgid "Add FULLTEXT index"
@ -10754,6 +10772,10 @@ msgid ""
"it suggests that the server is doing a lot of full index scans; for example, "
"SELECT col1 FROM foo, assuming that col1 is indexed."
msgstr ""
"Брой на четенията на първият запис от индекса. При голяма стойност се "
"подразбира, че сървърът извършва прекалено много пълни сканирания на "
"индекса; например, SELECT col1 FROM foo, при условие, че col1 е индексирано "
"поле."
#: server_status_variables.php:397
msgid ""
@ -11073,6 +11095,8 @@ msgid ""
"The number of tables that have been opened. If opened tables is big, your "
"table cache value is probably too small."
msgstr ""
"Общ брой на отворените таблици. Ако тази стойност е голяма, вероятно имате "
"прекалено малък кеш за таблиците (table_cache)."
#: server_status_variables.php:640
msgid "The number of files that are open."
@ -11700,7 +11724,7 @@ msgstr "-- без --"
#: tbl_gis_visualization.php:135
msgid "Spatial column"
msgstr "Пространствена колона"
msgstr "Пространствено поле"
#: tbl_gis_visualization.php:150
msgid "Redraw"
@ -13004,7 +13028,7 @@ msgstr "Размер на дневника на InnoDB"
msgid ""
"The InnoDB log file size is not an appropriate size, in relation to the "
"InnoDB buffer pool."
msgstr ""
msgstr "Размерът на лог-файла на InnoDB не съответства на буфера на InnoDB."
#: libraries/advisory_rules.txt:440
#, php-format
@ -13026,6 +13050,8 @@ msgid ""
"Your InnoDB log size is at %s%% in relation to the InnoDB buffer pool size, "
"it should not be below 20%%"
msgstr ""
"Размерът на вашият лог-файл на InnoDB е %s%% от размера на буфера на InnoDB, "
"това съотношение не трябва да е по-малко от 20%%"
#: libraries/advisory_rules.txt:443
msgid "Max InnoDB log size"
@ -13033,7 +13059,7 @@ msgstr "Максимален размер на дневника на InnoDB"
#: libraries/advisory_rules.txt:446
msgid "The InnoDB log file size is inadequately large."
msgstr "Дневникът на InnoDB е неоправдано голям."
msgstr "Лог-файла на InnoDB е неоправдано голям."
#: libraries/advisory_rules.txt:447
#, php-format