diff options
Diffstat (limited to 'apps/files_sharing/l10n/bg.js')
-rw-r--r-- | apps/files_sharing/l10n/bg.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/bg.js b/apps/files_sharing/l10n/bg.js index 8eec7dcaa06..a5bd8a28338 100644 --- a/apps/files_sharing/l10n/bg.js +++ b/apps/files_sharing/l10n/bg.js @@ -54,6 +54,7 @@ OC.L10N.register( "Please specify a valid user" : "Моля въведете валиден потребител", "Please specify a valid group" : "Моля въведете валидна група", "Public link sharing is disabled by the administrator" : "Публичното споделяне на линкове е спряно от администратора", + "Public upload disabled by the administrator" : "Публичното качване е е спряно от администратора", "Invalid date, date format must be YYYY-MM-DD" : "Невалидна дата, форматът е различен от ГГГГ-ММ-ДД", "Please specify a valid circle" : "Моля, изберете валиден кръг", "Not a directory" : "Не е директория", @@ -67,8 +68,11 @@ OC.L10N.register( "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Приложението позволява споделянето на файлове с Nextcloud. Администраторът може да ограничи споделянето само за определени групи. Потретилите с права ще могат да споделят файлове и папки с други потребители и групи от Nextcloud. За споделяне с потребители извън Nextloud администраторът трябва да активира функционалността за споделяне с връзка. Администратора може да наложи ползването на пароли, валидност, споделяне с връзка от сървър към сървър и споделяне от мобилни устройства.\nИзключването на функционалността ще прекрати споделени файлове и папки от сървъра (за потребители, клиенти за синхронизиране и мобилни приложения). Подробна информация ще намерите в документацията на Nextcloud.", "Sharing" : "Споделяне", "Allow editing" : "Разреши редактиране", + "Allow creating" : "Разреши създаването", + "Allow deleting" : "Разреши изтриването", "Allow resharing" : "Може да споделя повторно", "Set expiration date" : "Срок на валидност", + "Enter a date" : "Въведи дата", "Note to recipient" : "Бележка за получателя", "Unshare" : "Прекрати споделянето", "group" : "група", @@ -76,6 +80,7 @@ OC.L10N.register( "remote" : "отдалечен", "remote group" : "отдалечена група", "guest" : "гост", + "Via folder" : "С папка", "Link copied" : "Връзката е копирана", "Copy to clipboard" : "Копирай", "Password protection" : "Password protection", @@ -84,10 +89,14 @@ OC.L10N.register( "Read only" : "Само за четене", "Allow upload and editing" : "За качване и редактиране", "File drop (upload only)" : "Само за качване", + "Hide download" : "Скрий свалянето", "Password protect" : "Защита с парола", "Add another link" : "Добави още една връзка", "Share link" : "Връзка за споделяне", "Resharing is not allowed" : "Повторното споделяне е забранено", + "Name …" : "Име ...", + "Searching …" : "Търсене ...", + "on {server}" : "на {server}", "Link to a file" : "Линк към файл", "Shared" : "Споделен", "Share" : "Сподели", |