diff forum/Themes/default/languages/Wireless.english.php @ 76:e3e11437ecea website

Add forum code
author Chris Cannam
date Sun, 07 Jul 2013 11:25:48 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/forum/Themes/default/languages/Wireless.english.php	Sun Jul 07 11:25:48 2013 +0200
@@ -0,0 +1,49 @@
+<?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';
+
+?>
\ No newline at end of file