en_GB.js 979 B

12345678910111213
  1. OC.L10N.register(
  2. "federation",
  3. {
  4. "Added to the list of trusted servers" : "Added to the list of trusted servers",
  5. "Server is already in the list of trusted servers." : "Server is already in the list of trusted servers.",
  6. "No server to federate found" : "Could not find server to federate",
  7. "Could not add server" : "Could not add server",
  8. "Federation" : "Federation",
  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." : "Federation allows you to connect with other trusted servers to exchange the user directory. For example: to auto-complete external users for federated sharing.",
  10. "Add server automatically once a federated share was created successfully" : "Automatically add server once a federated share is successfully created",
  11. "Trusted Servers" : "Trusted Servers"
  12. },
  13. "nplurals=2; plural=(n != 1);");