MDL-47494 ddwtos: Translate to russian language

This commit is contained in:
Eugene Shwab
2012-06-14 14:01:17 +04:00
parent 5b8460a374
commit ae486a635a
@@ -0,0 +1,35 @@
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Local language pack from http://www.moodle.vsu.ru
*
* @package qtype
* @subpackage ddwtos
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
$string['addmorechoiceblanks'] = 'Шаблоны для ещё {no} вариантов';
$string['answer'] = 'Ответ';
$string['correctansweris'] = 'Верный ответ: {$a}';
$string['infinite'] = 'несколько';
$string['pleaseputananswerineachbox'] = 'Пожалуйста, введите ответ в каждое поле';
$string['pluginname'] = 'Перетаскивание в текст';
$string['pluginnameadding'] = 'Добавить перетаскивание в текст';
$string['pluginnameediting'] = 'Редактирование перетаскивания в текст';
$string['pluginnamesummary'] = 'Пропущенные слова в тексте заполняются с помощью перетаскивания';
$string['pluginname_help'] = 'Напишите текст вопроса как "[[1]] прыгает через [[2]]", затем ниже введите верные слова для меток 1 и 2';