nextcloud/core/l10n/bg_BG.php

23 lines
805 B
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(
"Settings" => "Настройки",
"seconds ago" => "преди секунди",
"1 minute ago" => "преди 1 минута",
"1 hour ago" => "преди 1 час",
"today" => "днес",
"yesterday" => "вчера",
"last month" => "последният месец",
"last year" => "последната година",
"years ago" => "последните години",
"Error" => "Грешка",
"Share" => "Споделяне",
"Password" => "Парола",
"New password" => "Нова парола",
"Personal" => "Лични",
"Users" => "Потребители",
"Apps" => "Приложения",
"Admin" => "Админ",
"Help" => "Помощ",
"Add" => "Добавяне",
"web services under your control" => "уеб услуги под Ваш контрол"
);