1
0

af.js 382 B

1234567891011121314
  1. OC.L10N.register(
  2. "oauth2",
  3. {
  4. "OAuth 2.0" : "OAuth 2.0",
  5. "OAuth 2.0 clients" : "OAuth 2.0-kliënte",
  6. "Name" : "Naam",
  7. "Redirection URI" : "Herverwysings-URI",
  8. "Client Identifier" : "Kliëntidentifiseerder",
  9. "Add client" : "Voeg kliënt toe",
  10. "Add" : "Voeg toe",
  11. "Delete" : "Skrap",
  12. "Secret" : "Geheim"
  13. },
  14. "nplurals=2; plural=(n != 1);");