Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bg_BG.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5ae8aa1bf80ffe424ac3b80484a10b7daca46192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$TRANSLATIONS = array(
"Welcome to %s" => "Добре дошли в %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Вашите лични уеб услуги. Всичките ви файлове, контакти, календар и още, под един покрив.",
"Get the apps to sync your files" => "Изтеглете приложенията, за да синхронизирате файловете си",
"Desktop client" => "Клиент за настолен компютър",
"Android app" => "Андроид приложение",
"iOS app" => "iOS приложение",
"Connect your desktop apps to %s" => "Свържете програмите си на работния плот с %s.",
"Connect your Calendar" => "Свържете календара си",
"Connect your Contacts" => "Свържете контактите си",
"Documentation" => "Документация",
"Access files via WebDAV" => "Достъп до файловете Ви чрез WebDAV",
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "Повече информация в <a target=\"_blank\" href=\"%s\">документацията</a> и на нашата <a target=\"_blank\" href=\"http://owncloud.org\">интернет страница</a>.",
"If you like ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud is a great open software to sync and share your files. \n\t\tYou can freely get it from http://owncloud.org\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">spread the word</a>!" => "Ако харесвате ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud e страхотен свободен софтуер за синхронизаране и споделяне на файловете. \n\t\tМожеш да го изтеглиш свободно от http://owncloud.org\">\n\t\tпрепоръчай го на приятелите си</a>\n\tи <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">кажи на всички</a>!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";