# OpenSCADA.DB.FireBird translate to Russian. # This file is distributed under the same license as the OpenSCADA.DB.FireBird package module. # # Roman Savochenko , 2007-2021. # msgid "" msgstr "" "Project-Id-Version: OpenSCADA.DB.FireBird 0.9.7\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-12-08 09:56+0200\n" "PO-Revision-Date: 2007-10-23 12:52+0300\n" "Last-Translator: Roman Savochenko \n" "Language-Team: \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" msgid "DB FireBird" msgstr "БД FireBird" msgid "Roman Savochenko" msgstr "Роман Савоченко" msgid "DB module. Provides support of the DBMS FireBird." msgstr "Модуль БД. Предоставляет поддержку СУБД FireBird." #, c-format msgid "Error dropping the DB '%s': %s" msgstr "Ошибка удаления БД '%s': %s" #, c-format msgid "Error creating the DB '%s': %s" msgstr "Ошибка создания БД '%s': %s" #, c-format msgid "Error opening the table '%s': the DB is disabled." msgstr "Ошибка открытия таблицы '%s': БД отключена." #, c-format msgid "The table '%s' is not present." msgstr "Таблица '%s' отсутствует." #, c-format msgid "Error starting a transaction: %s" msgstr "Ошибка открытия транзакции: %s" #, c-format msgid "Error committing a transaction: %s" msgstr "Ошибка осуществления транзакции: %s" #, c-format msgid "Error allocating a statement: (%d)%s" msgstr "Ошибка размещения выражения: (%d)%s" #, c-format msgid "Error starting a transaction: (%d)%s" msgstr "Ошибка открытия транзакции: (%d)%s" #, c-format msgid "DSQL: error preparing: (%d)%s" msgstr "DSQL: ошибка подготовки: (%d)%s" #, c-format msgid "DSQL: error describing: (%d)%s" msgstr "DSQL: ошибка описания: (%d)%s" #, c-format msgid "Repeated errors of requesting the DB: %s." msgstr "Повторяемые ошибки запроса БД: %s." #, c-format msgid "Error connecting to a DB: %s" msgstr "Ошибка подключения к БД: %s" #, c-format msgid "Error requesting: %s" msgstr "Ошибка запроса: %s" #, c-format msgid "DSQL: error executing: %s" msgstr "DSQL: ошибка исполнения: %s" #, c-format msgid "DSQL: error freeing a statement: %s" msgstr "DSQL: ошибка освобождения выражения: %s" #, c-format msgid "DSQL: error closing a transaction: %s" msgstr "DSQL: ошибка закрытия транзакции: %s" msgid "" "Address to the FireBird DBMS must be written as: \"{file};{user};{pass}[;" "{conTm}]\".\n" "Where:\n" " file - full path to the DB file in the form: \"[{host}:]{filePath}\";\n" " user - DB user;\n" " pass - password of the DB user;\n" " conTm- connection timeout, seconds." msgstr "" "Адрес к СУБД FireBird записывается как: \"{file};{user};{pass}[;{conTm}]\".\n" "Где:\n" " файл - полный путь к файлу БД в формате: \"[{host}:]{filePath}\";\n" " пользователь - пользователь БД;\n" " пароль - пароль пользователя БД;\n" " conTm - таймаут подключения, секунд." msgid "The table is empty." msgstr "Таблица пуста."