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.

af.js 382B

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. "Add client" : "Voeg kliënt toe",
  7. "Name" : "Naam",
  8. "Redirection URI" : "Herverwysings-URI",
  9. "Add" : "Voeg toe",
  10. "Client Identifier" : "Kliëntidentifiseerder",
  11. "Secret" : "Geheim",
  12. "Delete" : "Skrap"
  13. },
  14. "nplurals=2; plural=(n != 1);");