en.php 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. /*
  3. * English translation for this plugin
  4. */
  5. return array(
  6. 'content_subscriptions:subscribe' => "Subscribe",
  7. 'content_subscriptions:unsubscribe' => "Unsubscribe",
  8. 'admin:upgrades:content_subscriptions' => "Content Subscriptions",
  9. 'content_subscriptions:settings:description' => "Receive notifications when comments get posted on content you subscribed to",
  10. // settings
  11. 'content_subscriptions:settings:likes' => "Auto subscribe to content on Like?",
  12. 'content_subscriptions:settings:likes:description' => "When you Like content also subscribe to updates, the same as when you leave a comment. This only applies when the Likes plugin is enabled.",
  13. // comment notifications
  14. 'content_subscriptions:create:comment:subject' => "New comment on: %s",
  15. 'content_subscriptions:create:comment:summary' => "New comment on: %s",
  16. 'content_subscriptions:create:comment:message' => "Hi %s,
  17. %s commented on %s:
  18. %s
  19. View and comment on the content:
  20. %s",
  21. // actions
  22. 'content_subscriptions:action:subscribe:error:owner' => "You're the owner of the content and can't (un)subscribe for updates",
  23. 'content_subscriptions:action:subscribe:error:subscribe' => "An unknown error occured while subscribing, please try again",
  24. 'content_subscriptions:action:subscribe:error:unsubscribe' => "An unknown error occured while unsubscribing, please try again",
  25. 'content_subscriptions:action:subscribe:success:subscribe' => "You've successfully subscribed to updates of this item",
  26. 'content_subscriptions:action:subscribe:success:unsubscribe' => "You've successfully unsubscribed from updates of this item",
  27. );