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);");
|