1
0

is.js 1.8 KB

12345678910111213141516171819
  1. OC.L10N.register(
  2. "federation",
  3. {
  4. "Added to the list of trusted servers" : "Bætt á lista yfir treysta þjóna",
  5. "Server is already in the list of trusted servers." : "Þjónninn er nú þegar á listanum yfir treysta þjóna.",
  6. "No server to federate with found" : "Enginn þjónn sem hæfur er til skýjasambands fannst",
  7. "Could not add server" : "Gat ekki bætt við þjóni",
  8. "Federation" : "Samband",
  9. "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Þjónasamband (federation) gerir þér kleift að tengjast öðrumtreystum skýjum til að skiptast á notendaskrám. Þetta er til dæmis notað til að sjálfklára nöfn ytri notenda við deilingu sambandssameigna.",
  10. "Add server automatically once a federated share was created successfully" : "Bæta þjóni við sjálfkrafa, hafi tekist að búa til sambandssameign",
  11. "Trusted Servers" : "Treystir þjónar",
  12. "+ Add Nextcloud server" : "+ Bæta við Nextcloud þjóni",
  13. "Nextcloud Server" : "Nextcloud þjónn",
  14. "Server added to the list of trusted Nextclouds" : "Þjóninum bætt við listann yfir treyst Nextcloud-ský",
  15. "No Nextcloud server found" : "Enginn Nextcloud-þjónn fannst",
  16. "Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Þjónasamband (federation) gerir þér kleift að tengjast öðrumtreystum skýjum til að skiptast á notendaskrám. Þetta er til dæmis notað til að sjálfklára nöfn ytri notenda við deilingu sambandssameigna.",
  17. "Trusted Nextcloud Servers" : "Treystir Nextcloud-þjónar"
  18. },
  19. "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");