diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-11-23 02:18:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-11-23 02:18:10 +0000 |
commit | b8074ae007223d6304ac3ba4ada8836c3b344d9e (patch) | |
tree | b19576847866faa92a6fab5d478b2cbe7f4d53ed /apps/comments/l10n/en_GB.js | |
parent | 53195cbf3a11592935cdd83f9cdd50fd378ced04 (diff) | |
download | nextcloud-server-b8074ae007223d6304ac3ba4ada8836c3b344d9e.tar.gz nextcloud-server-b8074ae007223d6304ac3ba4ada8836c3b344d9e.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/comments/l10n/en_GB.js')
-rw-r--r-- | apps/comments/l10n/en_GB.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/comments/l10n/en_GB.js b/apps/comments/l10n/en_GB.js index 3586b5103d5..f199d0a629e 100644 --- a/apps/comments/l10n/en_GB.js +++ b/apps/comments/l10n/en_GB.js @@ -10,14 +10,24 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s commented on %2$s", "{author} commented on {file}" : "{author} commented on {file}", "<strong>Comments</strong> for files" : "<strong>Comments</strong> for files", + "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "You were mentioned on \"{file}\", in a comment by a user that has since been deleted", + "{user} mentioned you in a comment on \"{file}\"" : "{user} mentioned you in a comment on \"{file}\"", "Files app plugin to add comments to files" : "Files app plugin to add comments to files", "Edit comment" : "Edit comment", "Delete comment" : "Delete comment", + "Cancel edit" : "Cancel edit", + "Post comment" : "Post comment", "No comments yet, start the conversation!" : "No comments yet, start the conversation!", + "No more messages" : "No more messages", "Retry" : "Retry", + "Unable to load the comments list" : "Unable to load the comments list", "_%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", + "An error occurred while trying to edit the comment" : "An error occurred while trying to edit the comment", + "Comment deleted" : "Comment deleted", + "An error occurred while trying to delete the comment" : "An error occurred while trying to delete the comment", + "An error occurred while trying to create the comment" : "An error occurred while trying to create the comment", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "You were mentioned on “{file}”, in a comment by a user that has since been deleted", "{user} mentioned you in a comment on “{file}”" : "{user} mentioned you in a comment on “{file}”" }, |