diff options
Diffstat (limited to 'apps/oauth2/l10n/nb.js')
-rw-r--r-- | apps/oauth2/l10n/nb.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/oauth2/l10n/nb.js b/apps/oauth2/l10n/nb.js index 00f4914626e..ea1d7a57de8 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 %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", + "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 lar eksterne tjenester forespørre tilgang til %s.", + "Redirection URI" : "Videresendings-URI", + "Secret" : "Hemmelighet", "Add" : "Legg til" }, "nplurals=2; plural=(n != 1);"); |