diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-17 14:20:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-29 10:13:50 +0100 |
commit | 9f7c571e401b5a1a59c0ae9faa119da98aa4a184 (patch) | |
tree | 2d52fc7f9dd9b507e38fb4f4e373e0f7a0a9f9fb /apps/files_sharing/l10n/bg_BG.js | |
parent | 2f19de11e4c77b0f9195c3868960d8105541359f (diff) | |
download | nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.tar.gz nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.zip |
update all translation files to js and json
Diffstat (limited to 'apps/files_sharing/l10n/bg_BG.js')
-rw-r--r-- | apps/files_sharing/l10n/bg_BG.js | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/bg_BG.js b/apps/files_sharing/l10n/bg_BG.js new file mode 100644 index 00000000000..fe7c4ecdb9b --- /dev/null +++ b/apps/files_sharing/l10n/bg_BG.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "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" : "Разреши потребители да прикачват папки, споделени посредством връзки." +}, +"nplurals=2; plural=(n != 1);"); |