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

cs_CZ.js « l10n « comments « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 73190bcb567cdf91e6657fb3603cf5b8dc2c78f8 (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>Komentáře</strong> souborů",
    "You commented" : "Okomentoval(a) jsi",
    "%1$s commented" : "%1$s okomentován",
    "You commented on %2$s" : "Okomentoval(a) jsi %2$s",
    "%1$s commented on %2$s" : "%1$s okomentoval %2$s",
    "Comments" : "Komentáře",
    "Type in a new comment..." : "Zadat nový komentář...",
    "Delete comment" : "Smazat komentář",
    "Post" : "Zveřejnit",
    "Cancel" : "Zrušit",
    "Edit comment" : "Upravit komentář",
    "[Deleted user]" : "[Smazaný uživatel]",
    "No other comments available" : "Nejsou dostupné žádné další komentáře",
    "More comments..." : "Více komentářů...",
    "Save" : "Uložit",
    "Allowed characters {count} of {max}" : "Povolených znaků {count} z {max}",
    "{count} unread comments" : "{count} nepřečtených komentářů",
    "Comment" : "Komentář"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");