en_GB.js 439 B

12345678910111213
  1. OC.L10N.register(
  2. "oauth2",
  3. {
  4. "OAuth 2.0 clients" : "OAuth 2.0 clients",
  5. "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 allows external services to request access to %s.",
  6. "Name" : "Name",
  7. "Redirection URI" : "Redirection URI",
  8. "Client Identifier" : "Client Identifier",
  9. "Secret" : "Secret",
  10. "Add client" : "Add client",
  11. "Add" : "Add"
  12. },
  13. "nplurals=2; plural=(n != 1);");