diff options
Diffstat (limited to 'apps/oauth2/l10n/nb.js')
-rw-r--r-- | apps/oauth2/l10n/nb.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/oauth2/l10n/nb.js b/apps/oauth2/l10n/nb.js index 46d0ef8de59..98ca42806c6 100644 --- a/apps/oauth2/l10n/nb.js +++ b/apps/oauth2/l10n/nb.js @@ -3,12 +3,12 @@ OC.L10N.register( { "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0-klienter", - "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 lar eksterne tjenester forespørre tilgang til %s.", "Name" : "Navn", "Redirection URI" : "Videresendings-URI", "Client Identifier" : "Klient-identifikator", "Secret" : "Hemmelighet", "Add client" : "Legg til klient", - "Add" : "Legg til" + "Add" : "Legg til", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 lar eksterne tjenester forespørre tilgang til %s." }, "nplurals=2; plural=(n != 1);"); |