diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-08-28 00:13:18 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-08-28 00:13:18 +0000 |
commit | a4daa91b4277d48b513a3b2e15427305fbf85a93 (patch) | |
tree | 330b6f739f3eb600dbb07ef6d938de9050ad2407 /apps/oauth2/l10n | |
parent | 1769029910b3dc47dd435214b33e9136d02b12e6 (diff) | |
download | nextcloud-server-a4daa91b4277d48b513a3b2e15427305fbf85a93.tar.gz nextcloud-server-a4daa91b4277d48b513a3b2e15427305fbf85a93.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2/l10n')
-rw-r--r-- | apps/oauth2/l10n/nb.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/nb.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/nb.js b/apps/oauth2/l10n/nb.js index ea1d7a57de8..8a7040fecd6 100644 --- a/apps/oauth2/l10n/nb.js +++ b/apps/oauth2/l10n/nb.js @@ -1,6 +1,7 @@ OC.L10N.register( "oauth2", { + "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "URL for videresending må være en fullstendig URL. For eksempel https://yourdomain.com/path", "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0-klienter", "Name" : "Navn", diff --git a/apps/oauth2/l10n/nb.json b/apps/oauth2/l10n/nb.json index 0aec1d3727c..0fa1155655d 100644 --- a/apps/oauth2/l10n/nb.json +++ b/apps/oauth2/l10n/nb.json @@ -1,4 +1,5 @@ { "translations": { + "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "URL for videresending må være en fullstendig URL. For eksempel https://yourdomain.com/path", "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0-klienter", "Name" : "Navn", |