[ Index ] |
PHP Cross Reference of MyBB |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.6 English Language Pack 4 * Copyright 2010 MyBB Group, All Rights Reserved 5 * 6 * $Id: xmlhttp.lang.php 5701 2011-12-07 08:48:12Z Tomm $ 7 */ 8 9 $l['no_new_subject'] = "You did not enter a new subject."; 10 $l['post_moderation'] = "Your post is now under moderation."; 11 $l['post_doesnt_exist'] = "The specified post does not exist."; 12 $l['thread_doesnt_exist'] = "The specified thread does not exist."; 13 $l['thread_closed_edit_subjects'] = "This thread is closed and you may not edit subjects."; 14 $l['no_permission_edit_subject'] = "You do not have permission to edit this thread subject."; 15 $l['thread_closed_edit_message'] = "This thread is closed and you may not edit messages within it."; 16 $l['no_permission_edit_post'] = "You do not have permission to edit this message."; 17 $l['edit_time_limit'] = "You can only edit messages for {1} minutes after they were posted."; 18 $l['postbit_edited'] = "This post was last modified: {1} {2} by"; 19 $l['save_changes'] = "Save Changes"; 20 $l['cancel_edit'] = "Cancel Edit"; 21 $l['captcha_not_exists'] = "The image verification image you are trying to refresh does not exist."; 22 $l['captcha_valid_not_exists'] = "The image verification image you are trying to check does not seem to exist."; 23 $l['captcha_does_not_match'] = "The image verification code that you entered was incorrect. Please enter the code exactly how it appears in the image."; 24 $l['captcha_matches'] = "The image verification code you entered was correct."; 25 $l['banned_username'] = "The username you entered has been disallowed by the administrator"; 26 $l['banned_characters_username'] = "Your username contains one or more invalid characters"; 27 $l['complex_password_fails'] = "Password requires an upper case letter, lower case letter and a number"; 28 $l['username_taken'] = "{1} is already registered by another member"; 29 $l['username_available'] = "{1} is available"; 30 $l['invalid_username'] = "{1} is not the username of a registered member"; 31 $l['valid_username'] = "{1} is a valid referrer."; 32 $l['buddylist_error'] = "It seems like you do not have any buddies on your buddy list. Please add some before trying to use this."; 33 $l['close'] = "Close"; 34 $l['select_buddies'] = "Select Buddies"; 35 $l['select_buddies_desc'] = "To add one or more of your buddies as recipients, select them below and click OK."; 36 $l['selected_recipients'] = "Selected recipients"; 37 $l['ok'] = "OK"; 38 $l['cancel'] = "Cancel"; 39 $l['online'] = "Online"; 40 $l['offline'] = "Offline"; 41 $l['edited_post'] = "Edited Post"; 42 $l['usergroup'] = "Usergroup"; 43 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Oct 8 19:19:50 2013 | Cross-referenced by PHPXref 0.7.1 |