Alerts.english.php 381 B

1234567891011121314
  1. <?php
  2. // Version: 2.1 Alpha 1; Alerts
  3. $txt['topic_na'] = '(private topic)';
  4. $txt['board_na'] = '(private board)';
  5. $txt['unread_alerts'] = 'Unread';
  6. $txt['all_alerts'] = 'All alerts';
  7. $txt['mark_alerts_read'] = 'Mark read';
  8. $txt['alert_settings'] = 'Settings';
  9. $txt['alerts_no_unread'] = 'No unread alerts.';
  10. $txt['alert_msg_like'] = '{member_link} liked your post {msg_msg}';
  11. ?>