You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bg.js 4.1KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Federated sharing" : "Федерално споделяне",
  5. "Do you want to add the remote share {name} from {owner}@{remote}?" : "Искате ли да добавите отдалечено споделяне {name} от {owner}@{remote}?",
  6. "Remote share" : "Отдалечено споделяне",
  7. "Remote share password" : "Парола за отдалечено споделяне",
  8. "Cancel" : "Отказ",
  9. "Add remote share" : "Добави отдалечено споделяне",
  10. "Copy" : "Копиране",
  11. "Copied!" : "Копирано!",
  12. "Not supported!" : "Не се поддържа!",
  13. "Press ⌘-C to copy." : "За копиране натиснете ⌘-C",
  14. "Press Ctrl-C to copy." : "За копиране натиснете Ctrl-C",
  15. "Invalid Federated Cloud ID" : "Невалиден Federated Cloud ID",
  16. "Server to server sharing is not enabled on this server" : "Споделяне между сървъри не е разрешено на този сървър.",
  17. "Couldn't establish a federated share." : "Неуспешно осъществяване на федерално споделяне",
  18. "Couldn't establish a federated share, maybe the password was wrong." : "Неуспешно осъществяване на федерално споделяне, можеби паролата е грепна.",
  19. "Not allowed to create a federated share with the same user" : "Не е позволено създаване на федерално споделяне със същият потребител",
  20. "File is already shared with %s" : "Файлът е вече споделен с %s",
  21. "Accept" : "Приемам",
  22. "Sharing" : "Споделяне",
  23. "Open documentation" : "Отвори документацията",
  24. "Allow users on this server to send shares to other servers" : "Позволи на потребители от този сървър да споделят папки с други сървъри",
  25. "Allow users on this server to receive shares from other servers" : "Позволи на потребители на този сървър да получават споделени папки от други сървъри",
  26. "You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Можете да споделяте с всеки потребител на Nextcloud, ownCloud или Pydio! Просто поставете техния Federated Cloud ID в полето за споделяне. Формата е като имейл адрес: person@cloud.example.com",
  27. "Your Federated Cloud ID:" : "Вашият Federated Cloud ID:",
  28. "Share it so your friends can share files with you:" : "Споделете, за да могат приятелите ви да споделят файлове, с вас:",
  29. "HTML Code:" : "HTML код:",
  30. "The mountpoint name contains invalid characters." : "Името на mountpoint-a съдържа невалидни символи.",
  31. "Not allowed to create a federated share with the owner." : "Не е позволено създаване на федерално споделяне със собственика.",
  32. "Invalid or untrusted SSL certificate" : "Невалиден или недоверен SSL сертификат",
  33. "Could not authenticate to remote share, password might be wrong" : "Неуспешно удостоверяване на отдалеченото споделяне, възможно е паролата да е грешна",
  34. "Storage not valid" : "Невалидно хранилище",
  35. "Couldn't add remote share" : "Неуспешно добавяне на отдалечена споделена директория.",
  36. "Sharing %s failed, because this item is already shared with %s" : "Неуспешно споделяне на %s, защото съдържанието е вече споделено с %s."
  37. },
  38. "nplurals=2; plural=(n != 1);");