is.js 5.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Federated sharing" : "Deiling milli þjóna (skýjasambandssameign)",
  5. "Do you want to add the remote share {name} from {owner}@{remote}?" : "Viltu bæta við fjartengdri sameign {name} frá {owner}@{remote}?",
  6. "Remote share" : "Fjartengd sameign",
  7. "Remote share password" : "Lykilorð fjartengdrar sameignar",
  8. "Cancel" : "Hætta við",
  9. "Add remote share" : "Bæta við fjartengdri sameign",
  10. "Copy" : "Afrita",
  11. "Copied!" : "Afritað!",
  12. "Not supported!" : "Ekki stutt!",
  13. "Press ⌘-C to copy." : "Ýttu á ⌘-C til að afrita.",
  14. "Press Ctrl-C to copy." : "Ýttu á Ctrl-C til að afrita.",
  15. "Invalid Federated Cloud ID" : "Ógilt skýjasambandsauðkenni (Federated Cloud ID)",
  16. "Server to server sharing is not enabled on this server" : "Deiling frá þjóni til þjóns er ekki virk á þessum þjóni",
  17. "Couldn't establish a federated share." : "Gat ekki bætt við skýjasambandssameign.",
  18. "Couldn't establish a federated share, maybe the password was wrong." : "Gat ekki bætt við skýjasambandssameign, hugsanlega var lykilorðið ekki rétt.",
  19. "Federated Share request was successful, you will receive a invitation. Check your notifications." : "Beiðni um skýjasambandssameign tókst, þú munt fá boðskort. Athugaður skilaboð til þín.",
  20. "The mountpoint name contains invalid characters." : "Heiti tengipunktsins inniheldur ógilda stafi.",
  21. "Not allowed to create a federated share with the owner." : "Ekki er heimilt að búa til skýjasambandssameign með eigandanum.",
  22. "Invalid or untrusted SSL certificate" : "Ógilt eða vantreyst SSL-skilríki",
  23. "Could not authenticate to remote share, password might be wrong" : "Gat ekki auðkennt á fjartengdri sameign, lykilorð gæti verið rangt",
  24. "Storage not valid" : "Geymslan er ekki gild",
  25. "Federated Share successfully added" : "Tókst að bæta við skýjasambandssameign",
  26. "Couldn't add remote share" : "Gat ekki bætt við fjartengdri sameign",
  27. "Sharing %s failed, because this item is already shared with %s" : "Deiling %s mistókst, því þessu atriði er þegar deilt með %s",
  28. "Not allowed to create a federated share with the same user" : "Ekki er heimilt að búa til skýjasambandssameign með sama notanda",
  29. "File is already shared with %s" : "Skránni er þegar deilt með %s",
  30. "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Deiling %s mistókst, gat ekki fundið %s, hugsanlega er þjónninn ekki tiltækur í augnablikinu eða að hann notar sjálfundirritað skilríki.",
  31. "Could not find share" : "Gat ekki fundið sameign",
  32. "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Þú tókst við \"%3$s\" sem fjartengdri sameign frá %1$s (fyrir hönd %2$s)",
  33. "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Þú tókst við {share} sem fjartengdri sameign frá {user} (fyrir hönd {behalf})",
  34. "You received \"%3$s\" as a remote share from %1$s" : "Þú tókst við \"%3$s\" sem fjartengdri sameign frá %1$s",
  35. "You received {share} as a remote share from {user}" : "Þú tókst við {share} sem fjartengdri sameign frá {user}",
  36. "Accept" : "Samþykkja",
  37. "Decline" : "Hafna",
  38. "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Deila með mér í gegnum víðværa skýjasambandsauðkennið mitt #Nextcloud Federated Cloud ID, sjá %s",
  39. "Share with me through my #Nextcloud Federated Cloud ID" : "Deila með mér í gegnum víðværa skýjasambandsauðkennið mitt #Nextcloud Federated Cloud ID",
  40. "Federated Cloud Sharing" : "Deiling með skýjasambandi",
  41. "Open documentation" : "Opna hjálparskjöl",
  42. "Allow users on this server to send shares to other servers" : "Leyfa notendum á þessum þjóni að senda sameignir til annarra þjóna",
  43. "Allow users on this server to receive shares from other servers" : "Leyfa notendum á þessum þjóni að taka á móti sameignum frá öðrum þjónum",
  44. "Search global and public address book for users" : "Leita að notendum í víðværri og opinberri vistfangaskrá",
  45. "Federated Cloud" : "Skýjasamband (federated)",
  46. "Your Federated Cloud ID:" : "Skýjasambandsauðkennið þitt (Federated Cloud ID):",
  47. "Share it:" : "Deila því:",
  48. "Add to your website" : "Bæta við vefsvæðið þitt",
  49. "Share with me via Nextcloud" : "Deila með mér í gegnum Nextcloud",
  50. "HTML Code:" : "HTML-kóði:",
  51. "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Deiling %s mistókst, gat ekki fundið %s, hugsanlega er þjónninn ekki tiltækur í augnablikinu.",
  52. "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Þú tókst við \"/%3$s\" sem fjartengdri sameign frá %1$s (fyrir hönd %2$s)",
  53. "You received \"/%3$s\" as a remote share from %1$s" : "Þú tókst við \"/%3$s\" sem fjartengdri sameign frá %1$s"
  54. },
  55. "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");