diff options
Diffstat (limited to 'apps/comments/l10n/en_GB.js')
-rw-r--r-- | apps/comments/l10n/en_GB.js | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/apps/comments/l10n/en_GB.js b/apps/comments/l10n/en_GB.js index aac6d4c7f86..6a3b6506b3b 100644 --- a/apps/comments/l10n/en_GB.js +++ b/apps/comments/l10n/en_GB.js @@ -1,13 +1,23 @@ OC.L10N.register( "comments", { + "Comments" : "Comments", + "You commented" : "You commented", + "%1$s commented" : "%1$s commented", + "{author} commented" : "{author} commented", + "You commented on %1$s" : "You commented on %1$s", + "You commented on {file}" : "You commented on {file}", + "%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}”", "Edit comment" : "Edit comment", "Delete comment" : "Delete comment", "New comment …" : "New comment …", "Post" : "Post", "Cancel" : "Cancel", "[Deleted user]" : "[Deleted user]", - "Comments" : "Comments", "No comments yet, start the conversation!" : "No comments yet, start the conversation!", "More comments …" : "More comments …", "Save" : "Save", @@ -17,16 +27,6 @@ OC.L10N.register( "Error occurred while posting comment" : "Error occurred while posting comment", "_%n unread comment_::_%n unread comments_" : ["%n unread comment","%n unread comments"], "Comment" : "Comment", - "You commented" : "You commented", - "%1$s commented" : "%1$s commented", - "{author} commented" : "{author} commented", - "You commented on %1$s" : "You commented on %1$s", - "You commented on {file}" : "You commented on {file}", - "%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}”", "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "You were mentioned on “%s”, in a comment by a user that has since been deleted", "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentioned you in a comment on “%2$s”" }, |