# Russian translation of DBTNG (6.x-1.0-rc4)
# Copyright (c) 2016 by the Russian translation team
#
msgid ""
msgstr ""
"Project-Id-Version: DBTNG (6.x-1.0-rc4)\n"
"POT-Creation-Date: 2016-03-06 22:19+0000\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Language-Team: Russian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=((((n%10)==1)&&((n%100)!=11))?(0):(((((n%10)>=2)&&((n%10)<=4))&&(((n%100)<10)||((n%100)>=20)))?(1):2));\n"

msgid "PostgreSQL"
msgstr "PostgreSQL"
msgid "Database is encoded in UTF-8"
msgstr "База данных в кодировке UTF-8"
msgid ""
"Drupal could not determine the encoding of the database was set to "
"UTF-8"
msgstr ""
"Drupal не может определить кодировку "
"базы, была установлена в UTF-8"
msgid "PostgreSQL has initialized itself."
msgstr "PostgreSQL самоинициализировался."
msgid ""
"Drupal could not be correctly setup with the existing database. Revise "
"any errors."
msgstr ""
"Drupal не может быть корректно настроен с "
"существующей базой данных. Исправьте "
"все ошибки."
msgid "Table %name already exists."
msgstr "Таблица %name уже существует."
msgid "Cannot rename %table to %table_new: table %table doesn't exist."
msgstr ""
"Невозможно переименовать %table в %table_new: "
"Таблица %table не существует."
msgid "Cannot rename %table to %table_new: table %table_new already exists."
msgstr ""
"Невозможно переименовать %table в %table_new: "
"таблица %table_new уже существует."
msgid "Cannot add field %table.%field: table doesn't exist."
msgstr ""
"Невозможно добавить поле %table.%field: "
"таблицы не существует."
msgid "Cannot add field %table.%field: field already exists."
msgstr ""
"Невозможно добавить поле %able.%field: поле "
"уже существует."
msgid "Cannot set default value of field %table.%field: field doesn't exist."
msgstr ""
"Невозможно установить значение по "
"умолчанию для поля  %table.%field: поле не "
"существует."
msgid ""
"Cannot remove default value of field %table.%field: field doesn't "
"exist."
msgstr ""
"Невозможно удалить значение по "
"умолчанию поля %table.%field: поле не "
"существует."
msgid "Cannot add primary key to table %table: table doesn't exist."
msgstr ""
"Невозможно добавить первичный ключ в "
"таблицу %table: таблицы не существует."
msgid "Cannot add primary key to table %table: primary key already exists."
msgstr ""
"Невозможно добавить первичный ключ в "
"таблицу %table: первичный ключ уже "
"существует."
msgid "Cannot add unique key %name to table %table: table doesn't exist."
msgstr ""
"Невозможно добавить уникальный ключ "
"%name в таблицу %table: таблицы не "
"существует."
msgid ""
"Cannot add unique key %name to table %table: unique key already "
"exists."
msgstr ""
"Невозможно добавить уникальный ключ "
"%name в таблицу %table: уникальный ключ уже "
"существует."
msgid "Cannot add index %name to table %table: table doesn't exist."
msgstr ""
"Невозможно добавить индекс %name в "
"таблицу %table: таблицы не существует."
msgid "Cannot add index %name to table %table: index already exists."
msgstr ""
"Невозможно добавить индекс %name в "
"таблицу %table: индекс уже существует."
msgid ""
"Cannot change the definition of field %table.%name: field doesn't "
"exist."
msgstr ""
"Невозможно изменить определение поля "
"%table.%name: поле не существует."
msgid ""
"Cannot rename field %table.%name to %name_new: target field already "
"exists."
msgstr ""
"Невозможно переименовать поле из "
"%table.%name в %name_new: такое поле уже "
"существует."
msgid ""
"The version of PHP you are using has known issues with PostgreSQL. You "
"need to upgrade PHP to 5.2.11, 5.3.1 or greater."
msgstr ""
"В используемой версии PHP есть проблемы "
"с PostgreSQL. Необходимо обновить PHP до "
"версии 5.2.11, 5.3.1 или выше."
msgid "Invalid merge query: no conditions"
msgstr "Ошибка слияния запроса: нет условий"
msgid "MySQL, MariaDB, or equivalent"
msgstr "MySQL, MariaDB или аналог"
msgid "SQLite"
msgstr "SQLite"
msgid "Database file"
msgstr "Файл базы данных"
msgid ""
"The absolute path to the file where @drupal data will be stored. This "
"must be writable by the web server and should exist outside of the web "
"root."
msgstr ""
"Абсолютный путь к файлу, где будут "
"храниться данные @drupal. Должен быть "
"доступен для записи веб-сервером и "
"существовать вне корневого каталога "
"сервера."
msgid "The directory you specified is not writable by the web server."
msgstr ""
"Веб-сервер не может произвести запись "
"в указанный каталог."
msgid ""
"The %setting setting is currently set to '%current_value', but needs "
"to be '%needed_value'. Change this by running the following query: "
"!query"
msgstr ""
"Настройка %setting в настоящий момент "
"имеет значение '%current_value', а должна "
"иметь значение '%needed_value'. Поменять "
"значение можно, выполнив следующий "
"запрос: !query"
