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