nl.js 455 B

12345678910111213
  1. OC.L10N.register(
  2. "oauth2",
  3. {
  4. "OAuth 2.0 clients" : "OAuth 2.0 Clients",
  5. "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 staat externe services toe om toegang te vragen aan %s",
  6. "Name" : "Naam",
  7. "Redirection URI" : "Omeiding URI",
  8. "Client Identifier" : "Client identificatie",
  9. "Secret" : "Geheim",
  10. "Add client" : "Voeg client toe",
  11. "Add" : "Toevoegen"
  12. },
  13. "nplurals=2; plural=(n != 1);");