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: 8265f3140f7384f175ba8a0d4eaaa2367d489313 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
OC.L10N.register(
    "comments",
    {
    "Comments" : "Komentáře",
    "Unknown user" : "Neznámý uživatel",
    "New comment …" : "Nový komentář ...",
    "Delete comment" : "Smazat komentář",
    "Post" : "Zveřejnit",
    "Cancel" : "Zrušit",
    "Edit comment" : "Upravit komentář",
    "[Deleted user]" : "[Smazaný uživatel]",
    "No comments yet, start the conversation!" : "Zatím bez komentářů, začněte konverzaci!",
    "More comments …" : "Více komentářů ...",
    "Save" : "Uložit",
    "Allowed characters {count} of {max}" : "Povolených znaků {count} z {max}",
    "Error occurred while retrieving comment with id {id}" : "Došlo k chybě při načítání komentáře s id {id}",
    "Error occurred while updating comment with id {id}" : "Došlo k chybě při aktualizování komentáře s id {id}",
    "Error occurred while posting comment" : "Došlo k chybě při zveřejňování komentáře",
    "_%n unread comment_::_%n unread comments_" : ["%n nepřečtený komentář","%n nepřečtené komentáře","%n nepřečtených komentářů"],
    "Comment" : "Komentář",
    "<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",
    "A (now) deleted user mentioned you in a comment on \"%s\"." : "Nyní již smazaný uživatel vás zmínil v komentáři na \"%s\".",
    "%s mentioned you in a comment on \"%s\"." : "%s vás zmínil v komentáři na \"%s\".",
    "Type in a new comment..." : "Zadat nový komentář...",
    "No other comments available" : "Nejsou dostupné žádné další komentáře",
    "More comments..." : "Více komentářů...",
    "{count} unread comments" : "{count} nepřečtených komentářů"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");