summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/lv.js
blob: 8230566f319a495283c655d952fb501f93043608 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OC.L10N.register(
    "comments",
    {
    "Comments" : "Komentāri",
    "You commented" : "Tu komentēji",
    "{author} commented" : "{author} komentēja",
    "You commented on %1$s" : "Tu komentēji %1$s",
    "You commented on {file}" : "Tu komentēji {file}",
    "%1$s commented on %2$s" : "%1$s komentēja %2$s",
    "{author} commented on {file}" : "{author} komentārs {file}",
    "<strong>Comments</strong> for files" : "<strong>Komentāri</strong> datnēm",
    "Edit comment" : "Rediģēt komentāru",
    "Delete comment" : "Dzēst komentāru",
    "No comments yet, start the conversation!" : "Vēl nav komentāru, uzsāciet sarunu!",
    "Retry" : "Mēģināt vēlreiz",
    "_%n unread comment_::_%n unread comments_" : ["%n nelasīti komentāri","%n nelasīti komentāri","%n nelasīti komentāri"],
    "Comment" : "Komentārs",
    "%1$s commented" : "%1$s komentēja"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");