diff options
Diffstat (limited to 'apps/comments/l10n/cs.js')
-rw-r--r-- | apps/comments/l10n/cs.js | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/apps/comments/l10n/cs.js b/apps/comments/l10n/cs.js index b9860ad83ff..8d3e8dfc3e0 100644 --- a/apps/comments/l10n/cs.js +++ b/apps/comments/l10n/cs.js @@ -1,13 +1,24 @@ OC.L10N.register( "comments", { + "Comments" : "Komentáře", + "You commented" : "Okomentovali jste", + "%1$s commented" : "%1$s okomentován", + "{author} commented" : "{author} okomentoval(a)", + "You commented on %1$s" : "Okomentovali jste %1$s", + "You commented on {file}" : "Okomentovali 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ů", + "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Byli jste zmíněni v souboru “{file}”, v komentáři od uživatele, 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ář", "Delete comment" : "Smazat komentář", "New comment …" : "Nový komentář…", "Post" : "Zveřejnit", "Cancel" : "Storno", "[Deleted user]" : "[Smazaný uživatel]", - "Comments" : "Komentáře", "No comments yet, start the conversation!" : "Zatím bez komentářů, začněte konverzaci!", "More comments …" : "Více komentářů…", "Save" : "Uložit", @@ -17,17 +28,6 @@ OC.L10N.register( "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ářů","%n nepřečtených komentářů"], "Comment" : "Komentář", - "You commented" : "Okomentovali jste", - "%1$s commented" : "%1$s okomentován", - "{author} commented" : "{author} okomentoval(a)", - "You commented on %1$s" : "Okomentovali jste %1$s", - "You commented on {file}" : "Okomentovali 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ů", - "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Byli jste zmíněni v souboru “{file}”, v komentáři od uživatele, 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", "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Byli jste zmíněni v „%s“, v komentáři od uživatele, který byl později smazán", "%1$s mentioned you in a comment on “%2$s”" : "%1$s vás zmínil(a) v komentáři u %2$s" }, |