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

bg_BG.php « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 80af46938986c2d439698a46a6f85e567d644762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?php
$TRANSLATIONS = array(
"Server to server sharing is not enabled on this server" => "Споделяне между сървъри не е разрешено на този сървър.",
"The mountpoint name contains invalid characters." => "Името на mountpoint-a съдържа невалидни символи.",
"Invalid or untrusted SSL certificate" => "Невалиден или ненадежден SSL сертификат",
"Couldn't add remote share" => "Неуспешно добавяне на отдалечена споделена директория.",
"Shared with you" => "Споделено с теб",
"Shared with others" => "Споделено с други",
"Shared by link" => "Споделено с връзка",
"No files have been shared with you yet." => "Все още няма споделени с теб файлове.",
"You haven't shared any files yet." => "Все още не си споделил файлове.",
"You haven't shared any files by link yet." => "Все още не си споделил файлове с връзка.",
"Do you want to add the remote share {name} from {owner}@{remote}?" => "Желаеш ли да добавиш като прикачената папка {name} от {owner}@{remote}?",
"Remote share" => "Прикачена Папка",
"Remote share password" => "Парола за прикачена папка",
"Cancel" => "Отказ",
"Add remote share" => "Добави прикачена папка",
"No ownCloud installation found at {remote}" => "Не е открит инсталиран ownCloud на {remote}.",
"Invalid ownCloud url" => "Невалиден ownCloud интернет адрес.",
"Shared by" => "Споделено от",
"This share is password-protected" => "Тази зона е защитена с парола.",
"The password is wrong. Try again." => "Грешна парола. Опитай отново.",
"Password" => "Парола",
"Name" => "Име",
"Share time" => "Споделено на",
"Sorry, this link doesn’t seem to work anymore." => "Съжаляваме, връзката вече не е активна.",
"Reasons might be:" => "Причините може да са:",
"the item was removed" => "съдържанието е премахнато",
"the link expired" => "връзката е изтекла",
"sharing is disabled" => "споделянето е изключено",
"For more info, please ask the person who sent this link." => "За повече информация, моля питай човека, който е изпратил тази връзка.",
"Add to your ownCloud" => "Добави към своя ownCloud",
"Download" => "Изтегли",
"Download %s" => "Изтегли %s",
"Direct link" => "Директна връзка",
"Remote Shares" => "Прикачени Папки",
"Allow other instances to mount public links shared from this server" => "Разреши други ownCloud сървъри да прикачват папки, споделени посредством връзки, на този сървър.",
"Allow users to mount public link shares" => "Разреши потребители да прикачват папки, споделени посредством връзки."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";