1234567891011121314 |
- OC.L10N.register(
- "oauth2",
- {
- "OAuth 2.0" : "OAuth 2.0",
- "OAuth 2.0 clients" : "OAuth 2.0 klienter",
- "Name" : "Navn",
- "Client Identifier" : "Klient ID",
- "Add client" : "Tilføj klient",
- "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 tillader eksterne services at forespørge adgang til din %s.",
- "Redirection URI" : "Viderestilling URI",
- "Secret" : "Hemmelighed",
- "Add" : "Tilføj"
- },
- "nplurals=2; plural=(n != 1);");
|