en_GB.js 470 B

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