Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

123456789101112131415161718192021222324252627282930313233
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Do you want to add the remote share {name} from {owner}@{remote}?" : "Искате ли да добавите отдалечено споделяне {name} от {owner}@{remote}?",
  5. "Remote share" : "Отдалечено споделяне",
  6. "Remote share password" : "Парола за отдалечено споделяне",
  7. "Cancel" : "Отказ",
  8. "Add remote share" : "Добави отдалечено споделяне",
  9. "Copy" : "Копиране",
  10. "Copied!" : "Копирано!",
  11. "Not supported!" : "Не се поддържа!",
  12. "Press ⌘-C to copy." : "За копиране натиснете ⌘-C",
  13. "Press Ctrl-C to copy." : "За копиране натиснете Ctrl-C",
  14. "Invalid Federated Cloud ID" : "Невалиден Federated Cloud ID",
  15. "Server to server sharing is not enabled on this server" : "Споделяне между сървъри не е разрешено на този сървър.",
  16. "Couldn't establish a federated share." : "Неуспешно осъществяване на федерално споделяне",
  17. "Couldn't establish a federated share, maybe the password was wrong." : "Неуспешно осъществяване на федерално споделяне, можеби паролата е грепна.",
  18. "Not allowed to create a federated share with the same user" : "Не е позволено създаване на федерално споделяне със същият потребител",
  19. "File is already shared with %s" : "Файлът е вече споделен с %s",
  20. "Federated sharing" : "Федерално споделяне",
  21. "Accept" : "Приемам",
  22. "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Споделете с мен, чрез моя #Nextcloud Federated Cloud ID - %s",
  23. "Share with me through my #Nextcloud Federated Cloud ID" : "Споделете с мен, чрез моя #Nextcloud Federated Cloud ID",
  24. "Sharing" : "Споделяне",
  25. "Open documentation" : "Отвори документацията",
  26. "Allow users on this server to receive shares from other servers" : "Позволи на потребители на този сървър да получават споделени папки от други сървъри",
  27. "Your Federated Cloud ID:" : "Вашият Federated Cloud ID:",
  28. "Share it so your friends can share files with you:" : "Споделете, за да могат приятелите ви да споделят файлове, с вас:",
  29. "Add to your website" : "Добавете към вашия уеб сайт",
  30. "Share with me via Nextcloud" : "Споделете с мен, чрез Nextcloud",
  31. "HTML Code:" : "HTML код:"
  32. },
  33. "nplurals=2; plural=(n != 1);");