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: settings.lang.php 1930 2006-07-12 02:00:11Z chris $
| * $Id: settings.lang.php 3182 2007-06-30 19:40:20Z CraKteR $
|
*/
$l['nav_settings'] = "Board Settings";
| */
$l['nav_settings'] = "Board Settings";
|
Zeile 42 | Zeile 42 |
---|
$l['update_group'] = "Update Group"; $l['group_name'] = "Group Name<br /><small>This is the unique identifying string for this group, which is also used for language variables.</small>"; $l['group_title'] = "Group Title<br /><small>This is the friendly title to show for this group if a custom language variable does not exist.</small>";
|
$l['update_group'] = "Update Group"; $l['group_name'] = "Group Name<br /><small>This is the unique identifying string for this group, which is also used for language variables.</small>"; $l['group_title'] = "Group Title<br /><small>This is the friendly title to show for this group if a custom language variable does not exist.</small>";
|
| $l['group_description'] = "Group Description";
|
$l['add_setting'] = "Add Setting"; $l['modify_setting'] = "Modify Setting"; $l['setting_title'] = "Setting Title";
| $l['add_setting'] = "Add Setting"; $l['modify_setting'] = "Modify Setting"; $l['setting_title'] = "Setting Title";
|
Zeile 65 | Zeile 66 |
---|
$l['setting_edited'] = "The setting has successfully been modified."; $l['group_edited'] = "The setting group has successfully been edited."; $l['group_exists'] = "A setting group with that name already exists. Please choose another one.";
|
$l['setting_edited'] = "The setting has successfully been modified."; $l['group_edited'] = "The setting group has successfully been edited."; $l['group_exists'] = "A setting group with that name already exists. Please choose another one.";
|
| $l['group_add_error'] = "You need to fill in the groups form."; $l['setting_add_error'] = "You need to fill in the setting form.";
|
/** * Translation instructions for settings and setting groups:
| /** * Translation instructions for settings and setting groups:
|