12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?php
- // Version: 2.0; Wireless
- $txt['wireless_error_home'] = 'Board index';
- $txt['wireless_options'] = 'Additional options';
- $txt['wireless_options_login'] = 'Login';
- $txt['wireless_options_logout'] = 'Logout';
- $txt['wireless_navigation'] = 'Navigation';
- $txt['wireless_navigation_up'] = 'Up one level';
- $txt['wireless_navigation_next'] = 'Next page';
- $txt['wireless_navigation_prev'] = 'Previous page';
- $txt['wireless_navigation_index'] = 'Message Index';
- $txt['wireless_navigation_topic'] = 'Back to topic';
- $txt['wireless_pm_inbox'] = 'PM inbox';
- $txt['wireless_pm_inbox_new'] = 'PM inbox (<span style="color: red;">%1$d new</span>)';
- $txt['wireless_pm_by'] = 'by';
- $txt['wireless_pm_add_buddy'] = 'Add buddy';
- $txt['wireless_pm_select_buddy'] = 'Select a buddy';
- $txt['wireless_pm_search_member'] = 'Search member';
- $txt['wireless_pm_search_name'] = 'Name';
- $txt['wireless_pm_no_recipients'] = 'No recipients (yet)';
- $txt['wireless_pm_reply'] = 'Reply';
- $txt['wireless_pm_reply_all'] = 'Reply All';
- $txt['wireless_pm_reply_to'] = 'Reply to';
- $txt['wireless_recent_unread_posts'] = 'Unread posts';
- $txt['wireless_recent_unread_replies'] = 'Unread replies';
- $txt['wireless_display_edit'] = 'Edit';
- $txt['wireless_display_moderate'] = 'Moderate';
- $txt['wireless_display_sticky'] = 'Sticky';
- $txt['wireless_display_unsticky'] = 'Un-Sticky';
- $txt['wireless_display_lock'] = 'Lock';
- $txt['wireless_display_unlock'] = 'Unlock';
- $txt['wireless_end_code'] = 'End code';
- $txt['wireless_end_quote'] = 'End quote';
- $txt['wireless_profile_pm'] = 'Send Personal Message';
- $txt['wireless_ban_ip'] = 'Ban on IP';
- $txt['wireless_ban_hostname'] = 'Ban on Hostname';
- $txt['wireless_ban_email'] = 'Ban on Email';
- $txt['wireless_additional_info'] = 'Additional Information';
- $txt['wireless_go_to_full_version'] = 'Go to full version';
- ?>
|