es_CL.js 366 B

12345678910111213
  1. OC.L10N.register(
  2. "oauth2",
  3. {
  4. "OAuth 2.0" : "OAuth 2.0",
  5. "OAuth 2.0 clients" : "Clientes OAuth 2.0",
  6. "Name" : "Nombre",
  7. "Redirection URI" : "URI para redirección",
  8. "Client Identifier" : "Identificador del cliente",
  9. "Secret" : "Secreto",
  10. "Add client" : "Agregar cliente",
  11. "Add" : "Agregar"
  12. },
  13. "nplurals=2; plural=(n != 1);");