Welcome to mirror list, hosted at ThFree Co, Russian Federation.

en_GB.js « l10n « user_webdavauth « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5eaa8449d4df0ad4a0ab19d590c6ca84f67c25ef (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "user_webdavauth",
    {
    "WebDAV Authentication" : "WebDAV Authentication",
    "Address:" : "Address:",
    "Save" : "Save",
    "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." : "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."
},
"nplurals=2; plural=(n != 1);");