en_GB.js 2.0 KB

123456789101112131415161718192021222324252627282930313233
  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. "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",
  14. "{user} mentioned you in a comment on “{file}”" : "{user} mentioned you in a comment on “{file}”",
  15. "Edit comment" : "Edit comment",
  16. "Delete comment" : "Delete comment",
  17. "New comment …" : "New comment …",
  18. "Post" : "Post",
  19. "Cancel" : "Cancel",
  20. "[Deleted user]" : "[Deleted user]",
  21. "No comments yet, start the conversation!" : "No comments yet, start the conversation!",
  22. "More comments …" : "More comments …",
  23. "Save" : "Save",
  24. "Allowed characters {count} of {max}" : "Allowed characters: {count} of {max}",
  25. "Error occurred while retrieving comment with ID {id}" : "Error occurred while retrieving comment with ID {id}",
  26. "Error occurred while updating comment with id {id}" : "Error occurred while updating comment with id {id}",
  27. "Error occurred while posting comment" : "Error occurred while posting comment",
  28. "_%n unread comment_::_%n unread comments_" : ["%n unread comment","%n unread comments"],
  29. "Comment" : "Comment",
  30. "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",
  31. "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentioned you in a comment on “%2$s”"
  32. },
  33. "nplurals=2; plural=(n != 1);");