diff options
Diffstat (limited to 'apps/comments/l10n/cs.js')
-rw-r--r-- | apps/comments/l10n/cs.js | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/apps/comments/l10n/cs.js b/apps/comments/l10n/cs.js index 2a87dd8fcf6..1c8d69c14e5 100644 --- a/apps/comments/l10n/cs.js +++ b/apps/comments/l10n/cs.js @@ -9,6 +9,8 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s okomentoval(a) %2$s", "{author} commented on {file}" : "{author} okomentoval(a) {file}", "<strong>Comments</strong> for files" : "<strong>Komentáře</strong> k souborům", + "Files" : "Soubory", + "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Byli jste zmíněni u souboru „{file}“, v komentáři od účtu, který byl později smazán", "{user} mentioned you in a comment on \"{file}\"" : "{user} vás zmínil(a) v komentáři u „{file}“", "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ář", @@ -19,19 +21,16 @@ OC.L10N.register( "Post comment" : "Odeslat komentář", "@ for mentions, : for emoji, / for smart picker" : "@ pro zmínění, : pro emotikony, / pro inteligentní výběr", "Could not reload comments" : "Znovunačtení komentářů se nezdařilo", + "Failed to mark comments as read" : "Nepodařilo se označit komentáře jako přečtené", + "Unable to load the comments list" : "Nedaří se načíst seznam 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", - "Failed to mark comments as read" : "Nepodařilo se označit komentáře jako přečtené", - "Unable to load the comments list" : "Nedaří se načíst seznam komentářů", "_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", - "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Byli jste zmíněni u souboru „{file}“, v komentáři od uživatele, který byl později smazán", - "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "„@“ pro zmínění, „:“ pro emotikony, „/“ pro inteligentní výběr", - "_%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"] + "An error occurred while trying to create the comment" : "Došlo k chybě při pokusu o vytvoření komentáře" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |