nextcloud/apps/user_webdavauth/l10n/is.js

10 lines
611 B
JavaScript

OC.L10N.register(
"user_webdavauth",
{
"WebDAV Authentication" : "WebDAV Auðkenni",
"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);");