summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/et_EE.js
blob: cba33642bfaa62dd95e14d9d6a09561e1ac5b2b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "comments",
    {
    "You commented" : "Sa kommenteerisid",
    "%1$s commented" : "%1$s kommenteeris",
    "You commented on %2$s" : "Sa kommenteerisid %2$s",
    "%1$s commented on %2$s" : "%1$s kommenteeris %2$s",
    "Comments" : "Kommentaarid",
    "Type in a new comment..." : "Kirjuta uus komentaar...",
    "Delete comment" : "Kustuta kommentaar",
    "Post" : "Postita",
    "Cancel" : "Loobu",
    "Edit comment" : "Muuda kommentaari",
    "[Deleted user]" : "[Kustutatud kasutaja]",
    "No other comments available" : "Ühtegi teist kommentaari pole saadaval",
    "More comments..." : "Veel kommentaare...",
    "Save" : "Salvesta",
    "Allowed characters {count} of {max}" : "Lubatud märkide arv {count}/{max}",
    "{count} unread comments" : "{count} lugemata kommentaari",
    "Comment" : "Kommentaar"
},
"nplurals=2; plural=(n != 1);");