Your IP : 216.73.216.48
<?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/>.
/**
* Strings for component 'block_myoverview', language 'bg', branch 'MOODLE_37_STABLE'
*
* @package block_myoverview
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$string['addtofavourites'] = 'Отбележи този курс';
$string['all'] = 'Всички';
$string['card'] = 'Плочки';
$string['defaulttab'] = 'Таб по подразбиране';
$string['defaulttab_desc'] = 'Този таб ще бъде показан когато потребителят за пръв път отвори своя преглед на курсовете. Когато потребителят се връща втори, трети и последващ път към своя преглед на курсовете, последният активен таб се запомня и показва по подразбиране.';
$string['favourites'] = 'Отбелязани';
$string['future'] = 'Бъдещи';
$string['hiddencourses'] = 'Скрити';
$string['inprogress'] = 'В прогрес';
$string['lastaccessed'] = 'Последно достъпвани';
$string['list'] = 'Списък';
$string['morecourses'] = 'Още курсове';
$string['myoverview:myaddinstance'] = 'Добави нов блок за преглед на курсовете към "Моето табло"';
$string['next30days'] = 'Следващите 30 дена';
$string['next7days'] = 'Следващите 7 дена';
$string['nocourses'] = 'Няма курсове';
$string['nocoursesfuture'] = 'Няма бъдещи курсове';
$string['nocoursesinprogress'] = 'Няма курсове в прогрес';
$string['nocoursespast'] = 'Няма минали курсове';
$string['noevents'] = 'Няма предстоящи дейности';
$string['past'] = 'Минали';
$string['pluginname'] = 'Преглед на курсовете';
$string['recentlyoverdue'] = 'Наскоро просрочени';
$string['removefromfavourites'] = 'Не показвай този курс като отбелязан';
$string['sortbycourses'] = 'Сортиране по курсове';
$string['sortbydates'] = 'Сортиране по дати';
$string['summary'] = 'Резюмета';
$string['timeline'] = 'График';
$string['title'] = 'Име на курс';
$string['viewcourse'] = 'Прегледай курса';
$string['viewcoursename'] = 'Прегледай курс {$a}';