diff options
Diffstat (limited to 'apps/user_webdavauth/l10n')
-rw-r--r-- | apps/user_webdavauth/l10n/is.js | 4 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/is.json | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/apps/user_webdavauth/l10n/is.js b/apps/user_webdavauth/l10n/is.js index e6935d9ec76..1a09c2729e5 100644 --- a/apps/user_webdavauth/l10n/is.js +++ b/apps/user_webdavauth/l10n/is.js @@ -2,6 +2,8 @@ OC.L10N.register( "user_webdavauth", { "WebDAV Authentication" : "WebDAV Auðkenni", - "Save" : "Vista" + "Address:" : "Netfang:", + "Save" : "Vista", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Notanda auðkenni verður sent á þetta netfang. Þessi viðbót fer yfir viðbrögð og túlkar HTTP statuscodes 401 og 403 sem ógilda auðkenni, og öll önnur svör sem gilt auðkenni." }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/user_webdavauth/l10n/is.json b/apps/user_webdavauth/l10n/is.json index 69ae2b559dc..08ff2d6df30 100644 --- a/apps/user_webdavauth/l10n/is.json +++ b/apps/user_webdavauth/l10n/is.json @@ -1,5 +1,7 @@ { "translations": { "WebDAV Authentication" : "WebDAV Auðkenni", - "Save" : "Vista" + "Address:" : "Netfang:", + "Save" : "Vista", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Notanda auðkenni verður sent á þetta netfang. Þessi viðbót fer yfir viðbrögð og túlkar HTTP statuscodes 401 og 403 sem ógilda auðkenni, og öll önnur svör sem gilt auðkenni." },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" }
\ No newline at end of file |