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

lv.js « l10n « user_webdavauth « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4fe05c1e1f39354593141a1f8829c1d21cdaf8b0 (plain)
1
2
3
4
5
6
7
OC.L10N.register(
    "user_webdavauth",
    {
    "WebDAV Authentication" : "WebDAV autentifikācija",
    "Save" : "Saglabāt"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");