diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-11-20 02:16:19 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-11-20 02:16:19 +0000 |
commit | afa0f2c0d8507018cdf556a1b6f146a9ddaa2b21 (patch) | |
tree | 8205e7a1e04bf55682fccc3d41092b8b6c446be0 /apps/comments/l10n | |
parent | 9707fcf4fe8502cc57b7a524a283bda543bac133 (diff) | |
download | nextcloud-server-afa0f2c0d8507018cdf556a1b6f146a9ddaa2b21.tar.gz nextcloud-server-afa0f2c0d8507018cdf556a1b6f146a9ddaa2b21.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n')
-rw-r--r-- | apps/comments/l10n/cs.js | 2 | ||||
-rw-r--r-- | apps/comments/l10n/cs.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/cs.js b/apps/comments/l10n/cs.js index c0076e0a3bd..135d7f0410f 100644 --- a/apps/comments/l10n/cs.js +++ b/apps/comments/l10n/cs.js @@ -26,7 +26,7 @@ OC.L10N.register( "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ářů","%n nepřečtených 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ář" }, diff --git a/apps/comments/l10n/cs.json b/apps/comments/l10n/cs.json index 298bca37dcc..2cab70ca197 100644 --- a/apps/comments/l10n/cs.json +++ b/apps/comments/l10n/cs.json @@ -24,7 +24,7 @@ "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ářů","%n nepřečtených 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ář" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" |