ia.js 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Do you want to add the remote share {name} from {owner}@{remote}?" : "Esque tu vole adder le Compartir Remote {name} de {owner}@{remote}?",
  5. "Remote share" : "Compartir Remote",
  6. "Remote share password" : "Contrasigno del Compartir Remote",
  7. "Cancel" : "Cancellar",
  8. "Add remote share" : "Adder le Compartir Remote",
  9. "Invalid Federated Cloud ID" : "ID del Nube Federate",
  10. "Server to server sharing is not enabled on this server" : "Le Compartir de Servitor a Servitor non es activate in iste servitor",
  11. "Couldn't establish a federated share." : "Impossibile establir le Compartir Federate.",
  12. "Couldn't establish a federated share, maybe the password was wrong." : "Impossibile establir le Compartir Federate, possibilemente le contrasigno esseva incorrecte.",
  13. "Not allowed to create a federated share with the same user" : "Il non es permittite crear le Compartir Federate con le mesme usator.",
  14. "File is already shared with %s" : "File ja es compartite con %s",
  15. "Could not find share" : "Impossibile trovar le compartite",
  16. "Federated sharing" : "Compartir Federate",
  17. "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Tu recipeva {share} como un compartimento remote de {user} (in nomine de {behalf})",
  18. "You received {share} as a remote share from {user}" : "Tu recipeva {share} como un compartimento remote de {user}",
  19. "Accept" : "Acceptar",
  20. "Decline" : "Refusar",
  21. "Federated Cloud Sharing" : "Compartimento del Nube Federate",
  22. "Sharing" : "Compartente",
  23. "Allow users on this server to receive shares from other servers" : "Permitter usatores in iste servitor a reciper elementos compartite ex altere servitores",
  24. "Search global and public address book for users" : "Cercar pro usatores in adressarios global e public",
  25. "Federated Cloud" : "Nube Federate",
  26. "Your Federated Cloud ID:" : "Tu ID de Nube Federate:",
  27. "Twitter" : "Twitter",
  28. "Add to your website" : "Adde a tu sito web",
  29. "Share with me via Nextcloud" : "Comparti con me via Nextcloud",
  30. "HTML Code:" : "Codice HTML:",
  31. "Share with me through my #Nextcloud Federated Cloud ID" : "Comparti con me per mi ID de Nube Federate #Nextcloud",
  32. "Copied!" : "Copiate!",
  33. "Copy" : "Copiar",
  34. "Not supported!" : "Non supportate!",
  35. "Press ⌘-C to copy." : "Pulsa ⌘-C pro copiar.",
  36. "Press Ctrl-C to copy." : "Pulsa Ctrl-C pro copiar.",
  37. "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Comparti con me per mi ID de Nube Federate #Nextcloud, vide %s",
  38. "Open documentation" : "Documentation aperte"
  39. },
  40. "nplurals=2; plural=(n != 1);");