You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

en_GB.js 977B

1234567891011121314151617181920212223
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Type in a new comment..." : "Type in a new comment...",
  5. "Delete comment" : "Delete comment",
  6. "Post" : "Post",
  7. "Cancel" : "Cancel",
  8. "Edit comment" : "Edit comment",
  9. "[Deleted user]" : "[Deleted user]",
  10. "Comments" : "Comments",
  11. "No other comments available" : "No other comments available",
  12. "More comments..." : "More comments...",
  13. "Save" : "Save",
  14. "Allowed characters {count} of {max}" : "Allowed characters {count} of {max}",
  15. "{count} unread comments" : "{count} unread comments",
  16. "Comment" : "Comment",
  17. "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comments</strong> for files <em>(always listed in stream)</em>",
  18. "You commented" : "You commented",
  19. "%1$s commented" : "%1$s commented",
  20. "You commented on %2$s" : "You commented on %2$s",
  21. "%1$s commented on %2$s" : "%1$s commented on %2$s"
  22. },
  23. "nplurals=2; plural=(n != 1);");