diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-12-23 02:27:33 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-12-23 02:27:33 +0000 |
commit | 1d8da461d596616bd048f73b1e7abf852789198d (patch) | |
tree | 258c12ed41bb6c5ae3f6477aabfe64c813300b78 /apps/comments | |
parent | 4539a7a1204749feb9ed01a4f466af26da42b6a4 (diff) | |
download | nextcloud-server-1d8da461d596616bd048f73b1e7abf852789198d.tar.gz nextcloud-server-1d8da461d596616bd048f73b1e7abf852789198d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/en_GB.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/en_GB.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/comments/l10n/en_GB.js b/apps/comments/l10n/en_GB.js index e8cc2c6f10b..7d0dc55c5eb 100644 --- a/apps/comments/l10n/en_GB.js +++ b/apps/comments/l10n/en_GB.js @@ -27,6 +27,7 @@ OC.L10N.register( "Error occurred while updating comment with id {id}" : "Error occurred while updating comment with id {id}", "Error occurred while posting comment" : "Error occurred while posting comment", "_%n unread comment_::_%n unread comments_" : ["%n unread comment","%n unread comments"], + "_1 new comment_::_{unread} new comments_" : ["1 new comment","{unread} new comments"], "Comment" : "Comment" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/en_GB.json b/apps/comments/l10n/en_GB.json index 32c9cb6e86b..adcd024096b 100644 --- a/apps/comments/l10n/en_GB.json +++ b/apps/comments/l10n/en_GB.json @@ -25,6 +25,7 @@ "Error occurred while updating comment with id {id}" : "Error occurred while updating comment with id {id}", "Error occurred while posting comment" : "Error occurred while posting comment", "_%n unread comment_::_%n unread comments_" : ["%n unread comment","%n unread comments"], + "_1 new comment_::_{unread} new comments_" : ["1 new comment","{unread} new comments"], "Comment" : "Comment" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |