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_PY.js 399B

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