en_GB.js 1.9 KB

1234567891011121314151617181920212223242526272829303132
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Comments",
  5. "You commented" : "You commented",
  6. "{author} commented" : "{author} commented",
  7. "You commented on %1$s" : "You commented on %1$s",
  8. "You commented on {file}" : "You commented on {file}",
  9. "%1$s commented on %2$s" : "%1$s commented on %2$s",
  10. "{author} commented on {file}" : "{author} commented on {file}",
  11. "<strong>Comments</strong> for files" : "<strong>Comments</strong> for files",
  12. "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",
  13. "{user} mentioned you in a comment on \"{file}\"" : "{user} mentioned you in a comment on \"{file}\"",
  14. "Files app plugin to add comments to files" : "Files app plugin to add comments to files",
  15. "Edit comment" : "Edit comment",
  16. "Delete comment" : "Delete comment",
  17. "Cancel edit" : "Cancel edit",
  18. "Post comment" : "Post comment",
  19. "No comments yet, start the conversation!" : "No comments yet, start the conversation!",
  20. "No more messages" : "No more messages",
  21. "Retry" : "Retry",
  22. "Unable to load the comments list" : "Unable to load the comments list",
  23. "_%n unread comment_::_%n unread comments_" : ["%n unread comment","%n unread comments"],
  24. "_1 new comment_::_{unread} new comments_" : ["1 new comment","{unread} new comments"],
  25. "Comment" : "Comment",
  26. "An error occurred while trying to edit the comment" : "An error occurred while trying to edit the comment",
  27. "Comment deleted" : "Comment deleted",
  28. "An error occurred while trying to delete the comment" : "An error occurred while trying to delete the comment",
  29. "An error occurred while trying to create the comment" : "An error occurred while trying to create the comment",
  30. "%1$s commented" : "%1$s commented"
  31. },
  32. "nplurals=2; plural=(n != 1);");