en_GB.js 2.0 KB

123456789101112131415161718192021222324252627282930313233
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Edit comment" : "Edit comment",
  5. "Delete comment" : "Delete comment",
  6. "New comment …" : "New comment …",
  7. "Post" : "Post",
  8. "Cancel" : "Cancel",
  9. "[Deleted user]" : "[Deleted user]",
  10. "Comments" : "Comments",
  11. "No comments yet, start the conversation!" : "No comments yet, start the conversation!",
  12. "More comments …" : "More comments …",
  13. "Save" : "Save",
  14. "Allowed characters {count} of {max}" : "Allowed characters: {count} of {max}",
  15. "Error occurred while retrieving comment with ID {id}" : "Error occurred while retrieving comment with ID {id}",
  16. "Error occurred while updating comment with id {id}" : "Error occurred while updating comment with id {id}",
  17. "Error occurred while posting comment" : "Error occurred while posting comment",
  18. "_%n unread comment_::_%n unread comments_" : ["%n unread comment","%n unread comments"],
  19. "Comment" : "Comment",
  20. "You commented" : "You commented",
  21. "%1$s commented" : "%1$s commented",
  22. "{author} commented" : "{author} commented",
  23. "You commented on %1$s" : "You commented on %1$s",
  24. "You commented on {file}" : "You commented on {file}",
  25. "%1$s commented on %2$s" : "%1$s commented on %2$s",
  26. "{author} commented on {file}" : "{author} commented on {file}",
  27. "<strong>Comments</strong> for files" : "<strong>Comments</strong> for files",
  28. "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",
  29. "{user} mentioned you in a comment on “{file}”" : "{user} mentioned you in a comment on “{file}”",
  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);");