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: 2449943e08452daf85300e5e7ba0bba0c6df9623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"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>."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";