Merge remote branch 'pootle/master'
Conflicts: po/ru.po
This commit is contained in:
49
po/ru.po
49
po/ru.po
@@ -4,7 +4,7 @@ msgstr ""
|
|||||||
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
|
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
|
||||||
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
|
||||||
"POT-Creation-Date: 2011-01-29 15:09-0500\n"
|
"POT-Creation-Date: 2011-01-29 15:09-0500\n"
|
||||||
"PO-Revision-Date: 2011-01-25 17:26+0200\n"
|
"PO-Revision-Date: 2011-01-29 16:02+0200\n"
|
||||||
"Last-Translator: Victor Volkov <hanut@php-myadmin.ru>\n"
|
"Last-Translator: Victor Volkov <hanut@php-myadmin.ru>\n"
|
||||||
"Language-Team: russian <ru@li.org>\n"
|
"Language-Team: russian <ru@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -5502,26 +5502,28 @@ msgid ""
|
|||||||
"Enclose table and field names with backquotes <i>(Protects field and table "
|
"Enclose table and field names with backquotes <i>(Protects field and table "
|
||||||
"names formed with special characters or keywords)</i>"
|
"names formed with special characters or keywords)</i>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Заключить имена таблиц и полей в обратные кавычки <i>(защищает имена таблиц "
|
||||||
|
"и полей содержащих специальные символы или зарезервированные слова)</i>"
|
||||||
|
|
||||||
#: libraries/export/sql.php:136
|
#: libraries/export/sql.php:136
|
||||||
msgid "Instead of <code>INSERT</code> statements, use:"
|
msgid "Instead of <code>INSERT</code> statements, use:"
|
||||||
msgstr ""
|
msgstr "Использовать вместо <code>INSERT</code> выражения:"
|
||||||
|
|
||||||
#: libraries/export/sql.php:138
|
#: libraries/export/sql.php:138
|
||||||
msgid "<code>INSERT DELAYED</code> statements"
|
msgid "<code>INSERT DELAYED</code> statements"
|
||||||
msgstr ""
|
msgstr "<code>INSERT DELAYED</code>"
|
||||||
|
|
||||||
#: libraries/export/sql.php:140
|
#: libraries/export/sql.php:140
|
||||||
msgid "<code>INSERT IGNORE</code> statements"
|
msgid "<code>INSERT IGNORE</code> statements"
|
||||||
msgstr ""
|
msgstr "<code>INSERT IGNORE</code>"
|
||||||
|
|
||||||
#: libraries/export/sql.php:147
|
#: libraries/export/sql.php:147
|
||||||
msgid "Function to use when dumping data:"
|
msgid "Function to use when dumping data:"
|
||||||
msgstr ""
|
msgstr "Использовать оператор при сохранении данных:"
|
||||||
|
|
||||||
#: libraries/export/sql.php:151
|
#: libraries/export/sql.php:151
|
||||||
msgid "Syntax to use when inserting data:"
|
msgid "Syntax to use when inserting data:"
|
||||||
msgstr ""
|
msgstr "Использовать синтаксис при вставке данных:"
|
||||||
|
|
||||||
#: libraries/export/sql.php:154
|
#: libraries/export/sql.php:154
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -5529,6 +5531,9 @@ msgid ""
|
|||||||
" Example: <code>INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
|
" Example: <code>INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
|
||||||
"(1,2,3)</code>"
|
"(1,2,3)</code>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"включение имен полей в каждом выражении <code>INSERT</code> <br /> "
|
||||||
|
" Пример: <code>INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
|
||||||
|
"(1,2,3)</code>"
|
||||||
|
|
||||||
#: libraries/export/sql.php:155
|
#: libraries/export/sql.php:155
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -5536,30 +5541,43 @@ msgid ""
|
|||||||
" Example: <code>INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
|
" Example: <code>INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
|
||||||
"(7,8,9)</code>"
|
"(7,8,9)</code>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"включение нескольких строк в каждом выражении <code>INSERT</code><br /> "
|
||||||
|
" Пример: <code>INSERT INTO tbl_name VALUES (1,2,3), "
|
||||||
|
"(4,5,6), (7,8,9)</code>"
|
||||||
|
|
||||||
#: libraries/export/sql.php:156
|
#: libraries/export/sql.php:156
|
||||||
msgid ""
|
msgid ""
|
||||||
"both of the above<br /> Example: <code>INSERT INTO "
|
"both of the above<br /> Example: <code>INSERT INTO "
|
||||||
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)</code>"
|
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)</code>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"комбинация обоих верхних вариантов<br /> Пример: "
|
||||||
|
"<code>INSERT INTO tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), "
|
||||||
|
"(7,8,9)</code>"
|
||||||
|
|
||||||
#: libraries/export/sql.php:157
|
#: libraries/export/sql.php:157
|
||||||
msgid ""
|
msgid ""
|
||||||
"neither of the above<br /> Example: <code>INSERT INTO "
|
"neither of the above<br /> Example: <code>INSERT INTO "
|
||||||
"tbl_name VALUES (1,2,3)</code>"
|
"tbl_name VALUES (1,2,3)</code>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"ни один из выше перечисленных<br /> Пример: "
|
||||||
|
"<code>INSERT INTO tbl_name VALUES (1,2,3)</code>"
|
||||||
|
|
||||||
#: libraries/export/sql.php:167
|
#: libraries/export/sql.php:167
|
||||||
msgid ""
|
msgid ""
|
||||||
"Dump binary columns in hexadecimal notation <i>(for example, \"abc\" becomes "
|
"Dump binary columns in hexadecimal notation <i>(for example, \"abc\" becomes "
|
||||||
"0x616263)</i>"
|
"0x616263)</i>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Сохранение бинарных полей в шестнадцатеричном виде <i>(к примеру, \"abc\" "
|
||||||
|
"станет 0x616263)</i>"
|
||||||
|
|
||||||
#: libraries/export/sql.php:171
|
#: libraries/export/sql.php:171
|
||||||
msgid ""
|
msgid ""
|
||||||
"Dump TIMESTAMP columns in UTC <i>(enables TIMESTAMP columns to be dumped and "
|
"Dump TIMESTAMP columns in UTC <i>(enables TIMESTAMP columns to be dumped and "
|
||||||
"reloaded between servers in different time zones)</i>"
|
"reloaded between servers in different time zones)</i>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Сохранять поля с типом TIMESTAMP в UTC <i>(позволяет сохранить и перенести "
|
||||||
|
"поля с типом TIMESTAMP между серверами находящимися в различных временных "
|
||||||
|
"зонах)</i>"
|
||||||
|
|
||||||
#: libraries/export/sql.php:393 libraries/export/xml.php:34
|
#: libraries/export/sql.php:393 libraries/export/xml.php:34
|
||||||
msgid "Procedures"
|
msgid "Procedures"
|
||||||
@@ -5604,13 +5622,12 @@ msgstr "XML"
|
|||||||
|
|
||||||
#: libraries/export/xml.php:30
|
#: libraries/export/xml.php:30
|
||||||
msgid "Object creation options (all are recommended)"
|
msgid "Object creation options (all are recommended)"
|
||||||
msgstr ""
|
msgstr "Параметры создания объекта (рекомендуется выбрать все)"
|
||||||
|
|
||||||
#: libraries/export/xml.php:40
|
#: libraries/export/xml.php:40
|
||||||
#, fuzzy
|
|
||||||
#| msgid "View"
|
#| msgid "View"
|
||||||
msgid "Views"
|
msgid "Views"
|
||||||
msgstr "Представление"
|
msgstr "Представления"
|
||||||
|
|
||||||
#: libraries/export/xml.php:47
|
#: libraries/export/xml.php:47
|
||||||
msgid "Export contents"
|
msgid "Export contents"
|
||||||
@@ -5674,6 +5691,8 @@ msgid ""
|
|||||||
"The first line of the file contains the table column names <i>(if this is "
|
"The first line of the file contains the table column names <i>(if this is "
|
||||||
"unchecked, the first line will become part of the data)</i>"
|
"unchecked, the first line will become part of the data)</i>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Первая строка файла содержит имена полей таблицы <i>(если данный параметр не "
|
||||||
|
"выбран, то первая строка будет частью данных)</i>"
|
||||||
|
|
||||||
#: libraries/import/csv.php:39
|
#: libraries/import/csv.php:39
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -5681,12 +5700,14 @@ msgid ""
|
|||||||
"database, list the corresponding column names here. Column names must be "
|
"database, list the corresponding column names here. Column names must be "
|
||||||
"separated by commas and not enclosed in quotations."
|
"separated by commas and not enclosed in quotations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Если данные в строках файла расположены не в том же порядке, как в базе "
|
||||||
|
"данных, введите здесь имена полей в соответствующей последовательности. "
|
||||||
|
"Имена полей разделяются запятыми и не должны быть заключены в кавычки."
|
||||||
|
|
||||||
#: libraries/import/csv.php:41
|
#: libraries/import/csv.php:41
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Column names"
|
#| msgid "Column names"
|
||||||
msgid "Column names: "
|
msgid "Column names: "
|
||||||
msgstr "Названия столбцов"
|
msgstr "Названия столбцов:"
|
||||||
|
|
||||||
#: libraries/import/csv.php:60 libraries/import/csv.php:72
|
#: libraries/import/csv.php:60 libraries/import/csv.php:72
|
||||||
#: libraries/import/csv.php:76 libraries/import/csv.php:80
|
#: libraries/import/csv.php:76 libraries/import/csv.php:80
|
||||||
@@ -5700,6 +5721,8 @@ msgid ""
|
|||||||
"Invalid column (%s) specified! Ensure that columns names are spelled "
|
"Invalid column (%s) specified! Ensure that columns names are spelled "
|
||||||
"correctly, separated by commas, and not enclosed in quotes."
|
"correctly, separated by commas, and not enclosed in quotes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Указано ошибочное имя столбца (%s)! Убедитесь, что названия столбцов указаны "
|
||||||
|
"верно, разделены запятыми, и не заключены в кавычки."
|
||||||
|
|
||||||
#: libraries/import/csv.php:179 libraries/import/csv.php:426
|
#: libraries/import/csv.php:179 libraries/import/csv.php:426
|
||||||
#, php-format
|
#, php-format
|
||||||
@@ -5707,10 +5730,10 @@ msgid "Invalid format of CSV input on line %d."
|
|||||||
msgstr "Неправильный формат входных CSV-данных в строке %d."
|
msgstr "Неправильный формат входных CSV-данных в строке %d."
|
||||||
|
|
||||||
#: libraries/import/csv.php:314
|
#: libraries/import/csv.php:314
|
||||||
#, fuzzy, php-format
|
#, php-format
|
||||||
#| msgid "Invalid field count in CSV input on line %d."
|
#| msgid "Invalid field count in CSV input on line %d."
|
||||||
msgid "Invalid column count in CSV input on line %d."
|
msgid "Invalid column count in CSV input on line %d."
|
||||||
msgstr "Неправильное количество полей во входных CSV-данных в строке %d."
|
msgstr "Несоответствие количества столбцов в CSV данных на строке %d."
|
||||||
|
|
||||||
#: libraries/import/docsql.php:27
|
#: libraries/import/docsql.php:27
|
||||||
msgid "DocSQL"
|
msgid "DocSQL"
|
||||||
|
Reference in New Issue
Block a user