is.js 1.4 KB

1234567891011121314151617
  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" : "Deilt milli þjóna",
  9. "Federation allows you to connect with other trusted servers to exchange the user directory." : "Þjónasamband (federation) gerir þér kleift að tengjast öðrum treystum skýjum til að skiptast á notendaskrám.",
  10. "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 öðrum treystum 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.",
  11. "Trusted servers" : "Treystir þjónar",
  12. "Add server automatically once a federated share was created successfully" : "Bæta þjóni við sjálfkrafa, hafi tekist að búa til sambandssameign",
  13. "+ Add trusted server" : "+ Bæta við treystum þjóni",
  14. "Trusted server" : "Treystur þjónn",
  15. "Add" : "Bæta við"
  16. },
  17. "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");