pnp4nagios/lib/kohana/system/i18n/ru_RU/database.php
2017-05-20 15:26:21 +02:00

16 lines
1.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php defined('SYSPATH') OR die('No direct access allowed.');
$lang = array
(
'undefined_group' => 'Группа %s не определена Вашей конфигурацией.',
'error' => 'Ошибка SQL: %s',
'connection' => 'Не удалось подключиться к базе данных: %s',
'invalid_dsn' => 'Переданный DSN некорректен: %s',
'must_use_set' => 'Необходимо использовать оператор SET в этом запросе.',
'must_use_where' => 'Необходимо использовать оператор WHERE в этом запросе.',
'must_use_table' => 'Необходимо указать таблицу базы данных в этом запросе.',
'table_not_found' => 'Таблица %s не существует в Вашей базе данных.',
'not_implemented' => 'Запрошенный метод, %s, не поддерживается этим драйвером.',
'result_read_only' => 'Результат запроса доступен только для чтения.'
);