en_GB.js 1.3 KB

123456789101112131415161718192021222324
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Comments",
  5. "You commented" : "You commented",
  6. "%1$s commented" : "%1$s commented",
  7. "{author} commented" : "{author} commented",
  8. "You commented on %1$s" : "You commented on %1$s",
  9. "You commented on {file}" : "You commented on {file}",
  10. "%1$s commented on %2$s" : "%1$s commented on %2$s",
  11. "{author} commented on {file}" : "{author} commented on {file}",
  12. "<strong>Comments</strong> for files" : "<strong>Comments</strong> for files",
  13. "Files app plugin to add comments to files" : "Files app plugin to add comments to files",
  14. "Edit comment" : "Edit comment",
  15. "Delete comment" : "Delete comment",
  16. "No comments yet, start the conversation!" : "No comments yet, start the conversation!",
  17. "Retry" : "Retry",
  18. "_%n unread comment_::_%n unread comments_" : ["%n unread comment","%n unread comments"],
  19. "_1 new comment_::_{unread} new comments_" : ["1 new comment","{unread} new comments"],
  20. "Comment" : "Comment",
  21. "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",
  22. "{user} mentioned you in a comment on “{file}”" : "{user} mentioned you in a comment on “{file}”"
  23. },
  24. "nplurals=2; plural=(n != 1);");