diff options
Diffstat (limited to 'apps/comments/l10n/cs_CZ.json')
-rw-r--r-- | apps/comments/l10n/cs_CZ.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/comments/l10n/cs_CZ.json b/apps/comments/l10n/cs_CZ.json index 99b454bc486..438fe7208bc 100644 --- a/apps/comments/l10n/cs_CZ.json +++ b/apps/comments/l10n/cs_CZ.json @@ -1,6 +1,19 @@ { "translations": { + "<strong>Comments</strong> for files" : "<strong>Komentáře</strong> souborů", + "%1$s commented" : "%1$s okomentován", + "%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ář" },"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" }
\ No newline at end of file |