diff options
Diffstat (limited to 'apps/comments/l10n/cs.js')
-rw-r--r-- | apps/comments/l10n/cs.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/comments/l10n/cs.js b/apps/comments/l10n/cs.js index bd06fd63c9e..49f3cc66535 100644 --- a/apps/comments/l10n/cs.js +++ b/apps/comments/l10n/cs.js @@ -15,12 +15,19 @@ OC.L10N.register( "Files app plugin to add comments to files" : "Zásuvný modul do aplikace Soubory pro přidávání komentářů k souborům", "Edit comment" : "Upravit komentář", "Delete comment" : "Smazat komentář", + "Cancel edit" : "Zrušit úpravu", + "Post comment" : "Odeslat komentář", "No comments yet, start the conversation!" : "Zatím bez komentářů, začněte konverzaci!", + "No more messages" : "Žádné další zprávy", "Retry" : "Zkusit znovu", + "Unable to load the comments list" : "Nedaří se načíst seznam komentářů", "_%n unread comment_::_%n unread comments_" : ["%n nepřečtený komentář","%n nepřečtené komentáře","%n nepřečtených komentářů","%n nepřečtené komentáře"], "_1 new comment_::_{unread} new comments_" : ["Jeden nový komentář","{unread} nové komentáře","{unread} nových komentářů","{unread} nové komentáře"], "Comment" : "Komentář", + "An error occurred while trying to edit the comment" : "Došlo k chybě při pokusu o úpravu komentáře", "Comment deleted" : "Komentář smazán", + "An error occurred while trying to delete the comment" : "Došlo k chybě při pokusu o smazání komentáře", + "An error occurred while trying to create the comment" : "Došlo k chybě při pokusu o vytvoření komentáře", "New comment …" : "Nový komentář…", "Post" : "Zveřejnit", "Cancel" : "Storno", |