oc.js 1.7 KB

123456789101112131415161718192021222324
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Federated sharing" : "Federated sharing",
  5. "Invalid Federated Cloud ID" : "ID Federated Cloud incorrècte",
  6. "Sharing %s failed, because this item is already shared with %s" : "Lo partiment de %s a fracassat perque aqueste objècte es ja partejat amb %s",
  7. "File is already shared with %s" : "Lo fichièr es ja partejat amb %s",
  8. "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Lo partiment de %s a fracassat : impossible de trobar %s. Benlèu que lo servidor es momentanèament injonhable.",
  9. "Accept" : "Acceptar",
  10. "Decline" : "Refusar",
  11. "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Partejatz amb ieu gràcias a mon identificant Federated Cloud #Nextcloud %s",
  12. "Share with me through my #Nextcloud Federated Cloud ID" : "Partejatz amb ieu gràcias a mon identificant Federated Cloud #Nextcloud",
  13. "Federated Cloud Sharing" : "Federated Cloud Sharing",
  14. "Open documentation" : "Veire la documentacion",
  15. "Allow users on this server to send shares to other servers" : "Autorizar los utilizaires d'aqueste servidor a mandar de partiments cap a d'autres servidors",
  16. "Allow users on this server to receive shares from other servers" : "Autorizar los utilizaires d'aqueste servidor a recebre de partiments d'autres servidors",
  17. "Federated Cloud" : "Federated Cloud",
  18. "Your Federated Cloud ID:" : "Vòstre identificant Federated Cloud :",
  19. "Share it:" : "Partejar :",
  20. "Add to your website" : "Apondre a vòstre site web",
  21. "Share with me via Nextcloud" : "Partejatz amb ieu via Nextcloud",
  22. "HTML Code:" : "Còdi HTML :"
  23. },
  24. "nplurals=2; plural=(n > 1);");