en_GB.json 1.1 KB

1234567891011121314151617181920212223
  1. { "translations": {
  2. "Delete comment" : "Delete comment",
  3. "Post" : "Post",
  4. "Cancel" : "Cancel",
  5. "Edit comment" : "Edit comment",
  6. "[Deleted user]" : "[Deleted user]",
  7. "Comments" : "Comments",
  8. "Save" : "Save",
  9. "Allowed characters {count} of {max}" : "Allowed characters: {count} of {max}",
  10. "Error occurred while retrieving comment with id {id}" : "Error occurred while retrieving comment with id {id}",
  11. "Error occurred while updating comment with id {id}" : "Error occurred while updating comment with id {id}",
  12. "Error occurred while posting comment" : "Error occurred while posting comment",
  13. "Comment" : "Comment",
  14. "You commented" : "You commented",
  15. "%1$s commented" : "%1$s commented",
  16. "You commented on %2$s" : "You commented on %2$s",
  17. "%1$s commented on %2$s" : "%1$s commented on %2$s",
  18. "Type in a new comment..." : "Type a new comment...",
  19. "No other comments available" : "No other comments available",
  20. "More comments..." : "More comments...",
  21. "{count} unread comments" : "{count} unread comments"
  22. },"pluralForm" :"nplurals=2; plural=(n != 1);"
  23. }