nextcloud/apps/calendar/l10n/bg_BG.php

41 lines
1.6 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 $TRANSLATIONS = array(
"Timezone changed" => "Часовата зона е сменена",
"Invalid request" => "Невалидна заявка",
"Calendar" => "Календар",
"Does not repeat" => "Не се повтаря",
"Daily" => "Дневно",
"Weekly" => "Седмично",
"Every Weekday" => "Всеки делничен ден",
"Bi-Weekly" => "Двуседмично",
"Monthly" => "Месечно",
"Yearly" => "Годишно",
"All day" => "Всички дни",
"Title" => "Заглавие",
"Week" => "Седмица",
"Month" => "Месец",
"Today" => "Днес",
"Calendars" => "Календари",
"There was a fail, while parsing the file." => "Възникна проблем с разлистването на файла.",
"Choose active calendars" => "Изберете активен календар",
"Download" => "Изтегляне",
"Edit" => "Промяна",
"Edit calendar" => "Промени календар",
"Displayname" => "Екранно име",
"Active" => "Активен",
"Calendar color" => "Цвят на календара",
"Submit" => "Продължи",
"Edit an event" => "Промяна на събитие",
"Title of the Event" => "Наименование",
"Category" => "Категория",
"All Day Event" => "Целодневно събитие",
"From" => "От",
"To" => "До",
"Location" => "Локация",
"Location of the Event" => "Локация",
"Description" => "Описание",
"Description of the Event" => "Описание",
"Repeat" => "Повтори",
"Create a new event" => "Ново събитие",
"Timezone" => "Часова зона"
);