Zeile 3 | Zeile 3 |
---|
* MyBB 1.2 English Language Pack * Copyright © 2006 MyBB Group, All Rights Reserved *
|
* MyBB 1.2 English Language Pack * Copyright © 2006 MyBB Group, All Rights Reserved *
|
* $Id: global.lang.php 2186 2006-09-02 13:31:22Z chris $
| * $Id: global.lang.php 3672 2008-02-18 05:58:43Z Tikitiki $
|
*/
$l['redirect_width'] = "50%";
| */
$l['redirect_width'] = "50%";
|
Zeile 94 | Zeile 94 |
---|
$l['insert_attachment_post'] = "Insert Into Post"; $l['new_attachment'] = "New Attachment:"; $l['add_attachment'] = "Add Attachment";
|
$l['insert_attachment_post'] = "Insert Into Post"; $l['new_attachment'] = "New Attachment:"; $l['add_attachment'] = "Add Attachment";
|
$l['post_preview'] = "Post Preview";
| $l['post_preview'] = "Preview";
|
$l['change_user'] = "change user"; $l['post_icon'] = "Post Icon"; $l['no_post_icon'] = "no icon";
| $l['change_user'] = "change user"; $l['post_icon'] = "Post Icon"; $l['no_post_icon'] = "no icon";
|
Zeile 135 | Zeile 135 |
---|
$l['editor_size_x_small'] = "X Small"; $l['editor_size_small'] = "Small"; $l['editor_size_medium'] = "Medium";
|
$l['editor_size_x_small'] = "X Small"; $l['editor_size_small'] = "Small"; $l['editor_size_medium'] = "Medium";
|
| $l['editor_size_large'] = "Large";
|
$l['editor_size_x_large'] = "X Large"; $l['editor_size_xx_large'] = "XX Large"; $l['editor_color_white'] = "White";
| $l['editor_size_x_large'] = "X Large"; $l['editor_size_xx_large'] = "XX Large"; $l['editor_color_white'] = "White";
|
Zeile 184 | Zeile 185 |
---|
$l['postbit_ipaddress_logged'] = "Logged"; $l['postbit_post'] = "Post:"; $l['postbit_reputation'] = "Reputation:";
|
$l['postbit_ipaddress_logged'] = "Logged"; $l['postbit_post'] = "Post:"; $l['postbit_reputation'] = "Reputation:";
|
$l['postbit_website'] = "Visit this users website";
| $l['postbit_website'] = "Visit this user's website";
|
$l['postbit_email'] = "Send this user an email"; $l['postbit_find'] = "Find all posts by this user"; $l['postbit_report'] = "Report this post to a moderator";
| $l['postbit_email'] = "Send this user an email"; $l['postbit_find'] = "Find all posts by this user"; $l['postbit_report'] = "Report this post to a moderator";
|
Zeile 221 | Zeile 222 |
---|
$l['months'] = "Months"; $l['week'] = "Week"; $l['weeks'] = "Weeks";
|
$l['months'] = "Months"; $l['week'] = "Week"; $l['weeks'] = "Weeks";
|
$l['day'] = "Days";
| $l['day'] = "Day";
|
$l['days'] = "Days"; $l['hour'] = "Hour"; $l['hours'] = "Hours";
| $l['days'] = "Days"; $l['hour'] = "Hour"; $l['hours'] = "Hours";
|
Zeile 274 | Zeile 275 |
---|
$l['error_loadlimit'] = "The maximum server load limit has been reached. Please check back later once the server is less busy."; $l['error_boardclosed'] = "This bulletin board is currently closed. The Administrator has specified the reason as to why below."; $l['error_banned'] = "I'm sorry, but you are banned. You may not post, read threads, or access the forum. Please contact your forum administrator should you have any questions.";
|
$l['error_loadlimit'] = "The maximum server load limit has been reached. Please check back later once the server is less busy."; $l['error_boardclosed'] = "This bulletin board is currently closed. The Administrator has specified the reason as to why below."; $l['error_banned'] = "I'm sorry, but you are banned. You may not post, read threads, or access the forum. Please contact your forum administrator should you have any questions.";
|
| $l['invalid_post_code'] = "Authorization code mismatch. Are you accessing this function correctly? Please go back and try again.";
|
$l['ajax_loading'] = "Loading. <br />Please Wait.."; $l['saving_changes'] = "Saving changes..";
| $l['ajax_loading'] = "Loading. <br />Please Wait.."; $l['saving_changes'] = "Saving changes..";
|