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

id.js « l10n « user_webdavauth « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a7902dbf3b2e2b44916bfd86ee2879cf18ffd6cd (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "user_webdavauth",
    {
    "WebDAV Authentication" : "Otentikasi WebDAV",
    "Save" : "Simpan",
    "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." : "Kredensial pengguna akan dikirim ke alamat ini. Pengaya ini memeriksa respon dan akan menafsirkan kode status HTTP 401 dan 403 sebagai kredensial yang tidak valid, dan semua tanggapan lain akan dianggap sebagai kredensial yang valid."
},
"nplurals=1; plural=0;");