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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/l10n/bg_BG.php')
-rw-r--r--apps/files_sharing/l10n/bg_BG.php40
1 files changed, 0 insertions, 40 deletions
diff --git a/apps/files_sharing/l10n/bg_BG.php b/apps/files_sharing/l10n/bg_BG.php
deleted file mode 100644
index 80af4693898..00000000000
--- a/apps/files_sharing/l10n/bg_BG.php
+++ /dev/null
@@ -1,40 +0,0 @@
-<?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);";