mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
Add admin screen to choose which member menu items to display
This commit is contained in:
parent
4b342a2d9c
commit
00850bc95d
8 changed files with 120 additions and 10 deletions
|
|
@ -1,6 +1,8 @@
|
|||
<?php
|
||||
$lang->member = 'Member';
|
||||
$lang->site = 'Site';
|
||||
$lang->member_default_config = 'Basic Settings';
|
||||
$lang->member_features_config = 'Features';
|
||||
$lang->member_default_info = 'Basic Info';
|
||||
$lang->member_extend_info = 'Additional Info';
|
||||
$lang->default_group_1 = 'Associate Member';
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
<?php
|
||||
$lang->member = '회원';
|
||||
$lang->site = '사이트';
|
||||
$lang->member_default_config = '기본 설정';
|
||||
$lang->member_features_config = '기능 설정';
|
||||
$lang->member_default_info = '기본 정보';
|
||||
$lang->member_extend_info = '추가 정보';
|
||||
$lang->default_group_1 = '준회원';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue