mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
#1838 관리자 계정의 익명 적용여부 설정 제공
This commit is contained in:
parent
22182c4c19
commit
75978c77fe
6 changed files with 18 additions and 5 deletions
|
|
@ -4,6 +4,7 @@ $lang->except_notice = 'Exclude Notices';
|
|||
$lang->use_bottom_list = 'Display Bottom List';
|
||||
$lang->customize_bottom_list = 'Customize Bottom List';
|
||||
$lang->use_anonymous = 'Use Anonymous';
|
||||
$lang->anonymous_except_admin = 'Except Admin about Anonymous';
|
||||
$lang->anonymous_name = 'Anonymous Name for Display';
|
||||
$lang->cmd_manage_menu = 'Manage Menus';
|
||||
$lang->list_target_item = 'Target Item';
|
||||
|
|
@ -32,6 +33,7 @@ $lang->about_use_bottom_list = 'Display the list at the bottom when viewing an a
|
|||
$lang->about_customize_bottom_list = 'Calculating the bottom list consumes a lot of server resources.<br />You may be able to reduce DB load by not calculating it exactly when not needed.<br />This should have no effect on SEO.';
|
||||
$lang->about_use_anonymous_part1 = 'Hide the author\'s nickname to turn this board into an anonymous board.';
|
||||
$lang->about_use_anonymous_part2 = 'It is more useful if you also hide the nickname in the skin.<br>Please also turn off document history, or the author\'s information may be revealed by the history.';
|
||||
$lang->about_anonymous_except_admin = 'Administrator members\' nicknames would not be hidden.';
|
||||
$lang->about_anonymous_name = 'You can customize the anonymous name that is displayed instead of the author\'s nickname.<br><b>$NUM</b> will be replaced with a random number that is unique to each member. (e.g. anon_$NUM → anon_12345678)<br><b>$DAILYNUM</b> will be replaced with a random number that is unique to each member but changes every day.<br><b>$DOCNUM</b> will be replaced with a random number that is unique to each member and changes from document to document.<br><b>$DOCDAILYNUM</b> will be replaced with a random number that is unique to each member and changes every day from document to document.';
|
||||
$lang->about_board = 'This module is for creating and managing boards.';
|
||||
$lang->about_consultation = 'Non-administrator members would see their own articles. Non-members would not be able to write articles when using consultation.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue