mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 20:08:55 +00:00
Additions for site description
git-svn-id: file:///svn/phpbb/trunk@1266 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
187f55122e
commit
501d150873
3 changed files with 41 additions and 28 deletions
|
@ -101,14 +101,18 @@ $template->set_filenames(array(
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
"S_CONFIG_ACTION" => append_sid("admin_board.$phpEx"),
|
"S_CONFIG_ACTION" => append_sid("admin_board.$phpEx"),
|
||||||
"SITENAME" => $new['sitename'],
|
|
||||||
"L_YES" => $lang['Yes'],
|
"L_YES" => $lang['Yes'],
|
||||||
"L_NO" => $lang['No'],
|
"L_NO" => $lang['No'],
|
||||||
"L_CONFIGURATION_TITLE" => $lang['General_Config'],
|
"L_CONFIGURATION_TITLE" => $lang['General_Config'],
|
||||||
"L_CONFIGURATION_EXPLAIN" => $lang['Config_explain'],
|
"L_CONFIGURATION_EXPLAIN" => $lang['Config_explain'],
|
||||||
"L_GENERAL_SETTINGS" => $lang['General_settings'],
|
"L_GENERAL_SETTINGS" => $lang['General_settings'],
|
||||||
"L_SITE_NAME" => $lang['Site_name'],
|
"L_SITE_NAME" => $lang['Site_name'],
|
||||||
|
"L_SITE_DESCRIPTION" => $lang['Site_desc'],
|
||||||
"L_ACCT_ACTIVATION" => $lang['Acct_activation'],
|
"L_ACCT_ACTIVATION" => $lang['Acct_activation'],
|
||||||
|
|
||||||
|
"SITENAME" => $new['sitename'],
|
||||||
|
"SITE_DESCRIPTION" => $new['site_desc'],
|
||||||
"ACTIVATION_NONE" => USER_ACTIVATION_NONE,
|
"ACTIVATION_NONE" => USER_ACTIVATION_NONE,
|
||||||
"ACTIVATION_NONE_CHECKED" => $activation_none,
|
"ACTIVATION_NONE_CHECKED" => $activation_none,
|
||||||
"ACTIVATION_USER" => USER_ACTIVATION_SELF,
|
"ACTIVATION_USER" => USER_ACTIVATION_SELF,
|
||||||
|
|
|
@ -556,6 +556,7 @@ $lang['Memberships_pending'] = "Memberships pending";
|
||||||
|
|
||||||
$lang['Join_group'] = "Join Group";
|
$lang['Join_group'] = "Join Group";
|
||||||
$lang['No_group_members'] = "This group has no members";
|
$lang['No_group_members'] = "This group has no members";
|
||||||
|
$lang['Group_hidden_members'] = "This group is hidden, you cannot view its membership";
|
||||||
$lang['No_pending_group_members'] = "This group has no pending members";
|
$lang['No_pending_group_members'] = "This group has no pending members";
|
||||||
$lang["Group_joined"] = "You have successfully subscribed to this group<br />You will be notifed when your subscription is approved by the group moderator";
|
$lang["Group_joined"] = "You have successfully subscribed to this group<br />You will be notifed when your subscription is approved by the group moderator";
|
||||||
$lang['Group_request'] = "A request to join your group has been made";
|
$lang['Group_request'] = "A request to join your group has been made";
|
||||||
|
@ -576,8 +577,10 @@ $lang['Remove_selected'] = "Remove Selected";
|
||||||
$lang['Add_member'] = "Add Member";
|
$lang['Add_member'] = "Add Member";
|
||||||
$lang['Not_group_moderator'] = "You are not this groups moderator therefor you cannot preform that action.";
|
$lang['Not_group_moderator'] = "You are not this groups moderator therefor you cannot preform that action.";
|
||||||
|
|
||||||
|
$lang['Login_to_join'] = "Login to join or manage group memberships";
|
||||||
$lang['This_open_group'] = "This is an open group, click to request membership";
|
$lang['This_open_group'] = "This is an open group, click to request membership";
|
||||||
$lang['This_closed_group'] = "This is a closed group, no more users accepted";
|
$lang['This_closed_group'] = "This is a closed group, no more users accepted";
|
||||||
|
$lang['This_hidden_group'] = "This is a hidden group, automatic user addition is not allowed";
|
||||||
$lang['Member_this_group'] = "You are a member of this group";
|
$lang['Member_this_group'] = "You are a member of this group";
|
||||||
$lang['Pending_this_group'] = "Your membership of this group is pending";
|
$lang['Pending_this_group'] = "Your membership of this group is pending";
|
||||||
$lang['Are_group_moderator'] = "You are the group moderator";
|
$lang['Are_group_moderator'] = "You are the group moderator";
|
||||||
|
@ -919,6 +922,7 @@ $lang['General_Config'] = "General Configuration";
|
||||||
$lang['Config_explain'] = "The form below will allow you to customize all the general board options. For User and Forum configurations use the related links on the left hand side.";
|
$lang['Config_explain'] = "The form below will allow you to customize all the general board options. For User and Forum configurations use the related links on the left hand side.";
|
||||||
$lang['General_settings'] = "General Board Settings";
|
$lang['General_settings'] = "General Board Settings";
|
||||||
$lang['Site_name'] = "Site name";
|
$lang['Site_name'] = "Site name";
|
||||||
|
$lang['Site_desc'] = "Site description";
|
||||||
$lang['Acct_activation'] = "Enable account activation";
|
$lang['Acct_activation'] = "Enable account activation";
|
||||||
|
|
||||||
|
|
||||||
|
@ -992,6 +996,7 @@ $lang['group_moderator'] = "Group moderator";
|
||||||
$lang['group_status'] = "Group status";
|
$lang['group_status'] = "Group status";
|
||||||
$lang['group_open'] = "Open group";
|
$lang['group_open'] = "Open group";
|
||||||
$lang['group_closed'] = "Closed group";
|
$lang['group_closed'] = "Closed group";
|
||||||
|
$lang['group_hidden'] = "Hidden group";
|
||||||
$lang['group_delete'] = "Delete group";
|
$lang['group_delete'] = "Delete group";
|
||||||
$lang['group_delete_check'] = "Delete this group";
|
$lang['group_delete_check'] = "Delete this group";
|
||||||
$lang['submit_group_changes'] = "Submit Changes";
|
$lang['submit_group_changes'] = "Submit Changes";
|
||||||
|
|
|
@ -11,6 +11,10 @@
|
||||||
<td class="row1">{L_SITE_NAME}:</td>
|
<td class="row1">{L_SITE_NAME}:</td>
|
||||||
<td class="row2"><input type="text" size="25" maxlength="100" name="sitename" value="{SITENAME}"></td>
|
<td class="row2"><input type="text" size="25" maxlength="100" name="sitename" value="{SITENAME}"></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="row1">{L_SITE_DESCRIPTION}:</td>
|
||||||
|
<td class="row2"><input type="text" size="40" maxlength="255" name="site_desc" value="{SITE_DESCRIPTION}"></td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1">{L_ACCT_ACTIVATION}:</td>
|
<td class="row1">{L_ACCT_ACTIVATION}:</td>
|
||||||
<td class="row2"><input type="radio" name="require_activation" value="{ACTIVATION_NONE}" {ACTIVATION_NONE_CHECKED}>{L_NO}ne <input type="radio" name="require_activation" value="{ACTIVATION_USER}" {ACTIVATION_USER_CHECKED}>User <input type="radio" name="require_activation" value="{ACTIVATION_ADMIN}" {ACTIVATION_ADMIN_CHECKED}>Admin</td>
|
<td class="row2"><input type="radio" name="require_activation" value="{ACTIVATION_NONE}" {ACTIVATION_NONE_CHECKED}>{L_NO}ne <input type="radio" name="require_activation" value="{ACTIVATION_USER}" {ACTIVATION_USER_CHECKED}>User <input type="radio" name="require_activation" value="{ACTIVATION_ADMIN}" {ACTIVATION_ADMIN_CHECKED}>Admin</td>
|
||||||
|
|
Loading…
Add table
Reference in a new issue