summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/lv.js
blob: 78665af9a469bc87afd32fd3af2780622b8d8f86 (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "comments",
    {
    "Cancel" : "Atcelt",
    "Save" : "Saglabāt",
    "Comment" : "Komentārs"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");