1
0

en_GB.js 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Comments",
  5. "Unknown user" : "Unknown user",
  6. "New comment …" : "New comment …",
  7. "Delete comment" : "Delete comment",
  8. "Post" : "Post",
  9. "Cancel" : "Cancel",
  10. "Edit comment" : "Edit comment",
  11. "[Deleted user]" : "[Deleted user]",
  12. "No comments yet, start the conversation!" : "No comments yet, start the conversation!",
  13. "More comments …" : "More comments …",
  14. "Save" : "Save",
  15. "Allowed characters {count} of {max}" : "Allowed characters: {count} of {max}",
  16. "Error occurred while retrieving comment with id {id}" : "Error occurred while retrieving comment with id {id}",
  17. "Error occurred while updating comment with id {id}" : "Error occurred while updating comment with id {id}",
  18. "Error occurred while posting comment" : "Error occurred while posting comment",
  19. "_%n unread comment_::_%n unread comments_" : ["%n unread comment","%n unread comments"],
  20. "Comment" : "Comment",
  21. "You commented" : "You commented",
  22. "%1$s commented" : "%1$s commented",
  23. "{author} commented" : "{author} commented",
  24. "You commented on %1$s" : "You commented on %1$s",
  25. "You commented on {file}" : "You commented on {file}",
  26. "%1$s commented on %2$s" : "%1$s commented on %2$s",
  27. "{author} commented on {file}" : "{author} commented on {file}",
  28. "<strong>Comments</strong> for files" : "<strong>Comments</strong> for files",
  29. "A (now) deleted user mentioned you in a comment on “%s”" : "A (now) deleted user mentioned you in a comment on “%s”",
  30. "A (now) deleted user mentioned you in a comment on “{file}”" : "A (now) deleted user mentioned you in a comment on “{file}”",
  31. "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentioned you in a comment on “%2$s”",
  32. "{user} mentioned you in a comment on “{file}”" : "{user} mentioned you in a comment on “{file}”",
  33. "Type in a new comment..." : "Type a new comment...",
  34. "No other comments available" : "No other comments available",
  35. "More comments..." : "More comments...",
  36. "{count} unread comments" : "{count} unread comments",
  37. "You commented on %2$s" : "You commented on %2$s"
  38. },
  39. "nplurals=2; plural=(n != 1);");