nextcloud-server/core/l10n/bg_BG.php

22 lines
762 B
PHP

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php $TRANSLATIONS = array(
"Settings" => "Настройки",
"seconds ago" => "преди секунди",
"1 minute ago" => "преди 1 минута",
"1 hour ago" => "преди 1 час",
"today" => "днес",
"yesterday" => "вчера",
"last month" => "последният месец",
"last year" => "последната година",
"years ago" => "последните години",
"Error" => "Грешка",
"Share" => "Споделяне",
"Password" => "Парола",
"Personal" => "Лични",
"Users" => "Потребители",
"Apps" => "Приложения",
"Admin" => "Админ",
"Help" => "Помощ",
"Add" => "Добавяне",
"web services under your control" => "уеб услуги под Ваш контрол"
);