gl.js 514 B

1234567891011121314
  1. OC.L10N.register(
  2. "oauth2",
  3. {
  4. "OAuth 2.0" : "OAuth 2.0",
  5. "OAuth 2.0 clients" : "Clientes OAuth 2.0",
  6. "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 permítelle aos servizos externos solicitar acceso ao seu %s.",
  7. "Name" : "Nome",
  8. "Redirection URI" : "URI de redireccionamento",
  9. "Client Identifier" : "Identificador do cliente",
  10. "Secret" : "Secreto",
  11. "Add client" : "Engadir cliente",
  12. "Add" : "Engadir"
  13. },
  14. "nplurals=2; plural=(n != 1);");