This repository has been archived on 2026-02-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

16 lines
1.5 KiB
PHP
Raw Permalink 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
$select_category = 'Изберете рубрика';
$bad_post = 'Грешка в заявката ! ';
$uca_locale = 'bg';
$uca_no_events = "Нет запланированных событий";
$uca_real_events = "събития:";
$uca_next_events = "Следващи събития:";
$uca_look_events = "Преглед";
$uca_months_events = "[ \"Януари\", \"Февруари\", \"Март\", \"Април\", \"Май\", \"Юни\", \"Юли\", \"Август\", \"Септември\", \"Октомври\", \"Ноември\", \"Декември\" ]";
$uca_monshort_events = "[ \"Яну\", \"Фев\", \"Мар\", \"Апр\", \"Май\", \"Юни\", \"Юли\", \"Авг\", \"Сен\", \"Окт\", \"Ное\", \"Дек\" ]";
$uca_weekdays_events = "[ \"Неделя\", \"Понеделник\", \"Вторник\", \"Сряда\", \"Четвъртък\", \"Петък\", \"Събота\" ]";
$uca_wdayshort_events = "[ \"Нд\", \"Пн\", \"Вт\", \"Ср\", \"Чт\", \"Пт\", \"Сб\" ]";
$uca_wdaymin_events = "[ \"Нд\", \"Пн\", \"Вт\", \"Ср\", \"Чт\", \"Пт\", \"Сб\" ]";
$uca_not_write_file = "Файлът не може да бъде съхранен. Провете правата за запис на директория data-files (Път: /modules/unicalendar/js/data-files)";
$uca_file_not_found = "Файлът не е открит! Проверете в директория /modules/unicalendar/js/data-files/ за наличие на файл data";
?>