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.

ast.js 1.8KB

1234567891011121314151617181920212223242526272829303132
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Do you want to add the remote share {name} from {owner}@{remote}?" : "¿Quies amestar la compartición remota {name} de {owner}@{remote}?",
  5. "Remote share" : "Compartición remota",
  6. "Remote share password" : "Contraseña de compartición remota",
  7. "Cancel" : "Encaboxar",
  8. "Add remote share" : "Amestar compartición remota",
  9. "Copy" : "Copiar",
  10. "Copied!" : "¡Copióse!",
  11. "Not supported!" : "¡Nun se sofita!",
  12. "Press ⌘-C to copy." : "Primi ⌘-C pa copiar .",
  13. "Press Ctrl-C to copy." : "Primi Ctrl-C pa copiar.",
  14. "Invalid Federated Cloud ID" : "ID non válida de ñube federada",
  15. "Server to server sharing is not enabled on this server" : "Nun s'habilitó la compartición sirvidor a sirvidor nesti sirvidor",
  16. "Couldn't establish a federated share." : "Nun pud afitase una compartición federada.",
  17. "Couldn't establish a federated share, maybe the password was wrong." : "Nun pudo afitase una compartición federada, quiciabes la contraseña tubiere mal.",
  18. "Not allowed to create a federated share with the same user" : "Nun s'almite crear un recursu compartíu federáu col mesmu usuariu",
  19. "File is already shared with %s" : "El ficheru yá ta compartíu con %s",
  20. "Could not find share" : "Nun pudo alcontrase la compartición",
  21. "Federated sharing" : "Compartición federada",
  22. "Accept" : "Aceutar",
  23. "Decline" : "Refugar",
  24. "Federated Cloud Sharing" : "Compartición de ñube federada",
  25. "Sharing" : "Compartiendo",
  26. "Federated file sharing" : "Compartición federada de ficheros",
  27. "Federated Cloud" : "Ñube federada",
  28. "Open documentation" : "Abrir documentación",
  29. "Your Federated Cloud ID:" : "La to ID de ñube federada:",
  30. "HTML Code:" : "Códigu HTML:"
  31. },
  32. "nplurals=2; plural=(n != 1);");