You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

es_GT.js 391B

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. "Add client" : "Agregar cliente",
  7. "Name" : "Nombre",
  8. "Redirection URI" : "URI para redirección",
  9. "Add" : "Agregar",
  10. "Client Identifier" : "Identificador del cliente",
  11. "Secret" : "Secreto",
  12. "Delete" : "Borrar"
  13. },
  14. "nplurals=2; plural=(n != 1);");