Alerts.english.php 1.7 KB

12345678910111213141516171819202122232425
  1. <?php
  2. // Version: 2.1 Alpha 1; Alerts
  3. $txt['topic_na'] = '(private topic)';
  4. $txt['board_na'] = '(private board)';
  5. $txt['all_alerts'] = 'All alerts';
  6. $txt['mark_alerts_read'] = 'Mark read';
  7. $txt['alert_settings'] = 'Settings';
  8. $txt['alerts_no_unread'] = 'No unread alerts.';
  9. $txt['alert_msg_like'] = '{member_link} liked your post {msg_msg}';
  10. $txt['alert_msg_report'] = '{member_link} <a href="{scripturl}{report_link}">reported a post</a> - {msg_msg}';
  11. $txt['alert_msg_report_reply'] = '{member_link} replied to <a href="{scripturl}{report_link}">the report</a> about {msg_msg}';
  12. $txt['alert_profile_report'] = '{member_link} <a href="{scriptur}{report_link}">reported</a> the profile of {profile_msg}';
  13. $txt['alert_profile_report_reply'] = '{member_link} replied to <a href="{scripturl}{report_link}">the report</a> about the profile of {profile_msg}';
  14. $txt['alert_member_register_standard'] = '{member_link} just signed up';
  15. $txt['alert_member_register_approval'] = '{member_link} just signed up (account requires approval)';
  16. $txt['alert_member_register_activation'] = '{member_link} just signed up (account requires activation)';
  17. $txt['alert_member_group_request'] = '{member_link} has <a href="{scripturl}?action=moderate;area=groups;sa=requests">requested</a> to join {group_name}';
  18. $txt['alert_event_new_guest'] = 'A new event, <a href="{scripturl}?action=calendar;event={event_id}">{event_title}</a>, was added to the calendar.';
  19. $txt['alert_event_new'] = '{member_link} added a new event, <a href="{scripturl}?action=calendar;event={event_id}">{event_title}</a> to the calendar.';
  20. $txt['alert_event_new_topic'] = '{member_link} added a new event, {topic_msg}, to the calendar.';
  21. ?>