es_AR.js 430 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. "Add client" : "Agregar cliente",
  7. "Name" : "Nombre",
  8. "Redirection URI" : "URI de redirección",
  9. "Add" : "Agregar",
  10. "Client Identifier" : "Identificador del cliente",
  11. "Secret" : "Secreto",
  12. "Delete" : "Eliminar"
  13. },
  14. "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");