diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-03-02 16:48:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-03-02 16:48:52 +0000 |
commit | 53195b156c68082f1e02e45ba2a266c15ef1bcaa (patch) | |
tree | bdfbc87ca88c341a38fa42b169a204eee6c6647b /apps/comments/l10n/cs.js | |
parent | 0ef15f93c4792306cfb5eee635d8edce7d944691 (diff) | |
download | nextcloud-server-53195b156c68082f1e02e45ba2a266c15ef1bcaa.tar.gz nextcloud-server-53195b156c68082f1e02e45ba2a266c15ef1bcaa.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/cs.js')
-rw-r--r-- | apps/comments/l10n/cs.js | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/apps/comments/l10n/cs.js b/apps/comments/l10n/cs.js new file mode 100644 index 00000000000..da14fcf91b8 --- /dev/null +++ b/apps/comments/l10n/cs.js @@ -0,0 +1,39 @@ +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ář", + "You commented" : "Okomentoval(a) jsi", + "%1$s commented" : "%1$s okomentován", + "{author} commented" : "{author} okomentoval(a)", + "You commented on %1$s" : "Okomentoval(a) jste %1$s", + "You commented on {file}" : "Okomentoval(a) jste {file}", + "%1$s commented on %2$s" : "%1$s okomentoval %2$s", + "{author} commented on {file}" : "{author} okomentoval(a) {file}", + "<strong>Comments</strong> for files" : "<strong>Komentáře</strong> souborů", + "A (now) deleted user mentioned you in a comment on “%s”" : "A (now) deleted user mentioned you in a comment on “%s”", + "A (now) deleted user mentioned you in a comment on “{file}”" : "Nyní již smazaný uživatel vás zmínil v komentáři u \"{file}\"", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s vás zmínil(a) v komentáři u %2$s", + "{user} mentioned you in a comment on “{file}”" : "{user} vás zmínil v komentáři u “{file}”", + "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ářů", + "You commented on %2$s" : "Okomentoval(a) jsi %2$s" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); |