diff options
Diffstat (limited to 'apps/files_sharing/l10n/bg_BG.php')
-rw-r--r-- | apps/files_sharing/l10n/bg_BG.php | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/bg_BG.php b/apps/files_sharing/l10n/bg_BG.php index 9791c0c1a6a..cd2b7d1e50a 100644 --- a/apps/files_sharing/l10n/bg_BG.php +++ b/apps/files_sharing/l10n/bg_BG.php @@ -1,9 +1,38 @@ <?php $TRANSLATIONS = array( +"Server to server sharing is not enabled on this server" => "Споделяне между сървъри не е разрешено на този сървър.", +"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" => "Име", -"Download" => "Изтегляне" +"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);"; |