en_GB.js 1.1 KB

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