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

et_EE.js « l10n « comments « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e950b52a14e07aeca491a49460aea665e8f39921 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "comments",
    {
    "<strong>Comments</strong> for files" : "<strong>Kommentaarid</strong> failidele",
    "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);");