Wireless.english.php 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?php
  2. // Version: 2.1 Alpha 1; Wireless
  3. $txt['wireless_error_home'] = 'Board index';
  4. $txt['wireless_options'] = 'Additional options';
  5. $txt['wireless_options_login'] = 'Login';
  6. $txt['wireless_options_logout'] = 'Logout';
  7. $txt['wireless_navigation'] = 'Navigation';
  8. $txt['wireless_navigation_up'] = 'Up one level';
  9. $txt['wireless_navigation_next'] = 'Next page';
  10. $txt['wireless_navigation_prev'] = 'Previous page';
  11. $txt['wireless_navigation_index'] = 'Message Index';
  12. $txt['wireless_navigation_topic'] = 'Back to topic';
  13. $txt['wireless_pm_inbox'] = 'PM inbox';
  14. $txt['wireless_pm_inbox_new'] = 'PM inbox (<span style="color: red;">%1$d new</span>)';
  15. $txt['wireless_pm_by'] = 'by';
  16. $txt['wireless_pm_add_buddy'] = 'Add buddy';
  17. $txt['wireless_pm_select_buddy'] = 'Select a buddy';
  18. $txt['wireless_pm_search_member'] = 'Search member';
  19. $txt['wireless_pm_search_name'] = 'Name';
  20. $txt['wireless_pm_no_recipients'] = 'No recipients (yet)';
  21. $txt['wireless_pm_reply'] = 'Reply';
  22. $txt['wireless_pm_reply_all'] = 'Reply All';
  23. $txt['wireless_pm_reply_to'] = 'Reply to';
  24. $txt['wireless_recent_unread_posts'] = 'Unread posts';
  25. $txt['wireless_recent_unread_replies'] = 'Unread replies';
  26. $txt['wireless_display_edit'] = 'Edit';
  27. $txt['wireless_display_moderate'] = 'Moderate';
  28. $txt['wireless_display_sticky'] = 'Sticky';
  29. $txt['wireless_display_unsticky'] = 'Un-Sticky';
  30. $txt['wireless_display_lock'] = 'Lock';
  31. $txt['wireless_display_unlock'] = 'Unlock';
  32. $txt['wireless_end_code'] = 'End code';
  33. $txt['wireless_end_quote'] = 'End quote';
  34. $txt['wireless_profile_pm'] = 'Send Personal Message';
  35. $txt['wireless_ban_ip'] = 'Ban on IP';
  36. $txt['wireless_ban_hostname'] = 'Ban on Hostname';
  37. $txt['wireless_ban_email'] = 'Ban on Email';
  38. $txt['wireless_additional_info'] = 'Additional Information';
  39. $txt['wireless_go_to_full_version'] = 'Go to full version';
  40. ?>