en.php 1.3 KB

123456789101112131415161718192021222324
  1. <?php
  2. return array(
  3. 'tag_tools:follow_tag:menu:on' => "Track new content with this tag",
  4. 'tag_tools:follow_tag:menu:off' => "Stop tracking new content with this tag",
  5. 'tag_tools:js:autocomplete:required' => "Please fill in the required tags",
  6. 'tag_tools:notifications:menu' => "Tag notifications",
  7. 'tag_tools:notifications:description' => "Configure the tags you wish to monitor and if and how you will be notified when new content is created with one of these tags.",
  8. 'tag_tools:notifications:empty' => "You currently follow no tags. If you see a tag you would like to follow. Click the follow tag icon next to the tag.",
  9. 'tag_tools:notification:follow:subject' => "New content with the tag %s",
  10. 'tag_tools:notification:follow:message' => "Hi,
  11. there is new content with the tag %s.
  12. You can see it here: %s",
  13. 'tag_tools:activity:tags' => "Activity based on your tags",
  14. 'tag_tools:widgets:follow_tags:title' => "Following tags",
  15. 'tag_tools:widgets:follow_tags:description' => "Shows the tags that are being followed",
  16. 'tag_tools:widgets:follow_tags:empty' => "This user is currently not following a tag",
  17. 'tag_tools:actions:follow_tag:success:follow' => "You are now following the tag: %s",
  18. 'tag_tools:actions:follow_tag:success:unfollow' => "You are no longer following the tag: %s",
  19. '' => "",
  20. );