mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Move help text below consultation checkbox
This commit is contained in:
parent
1a489a3f1c
commit
81d9f46098
3 changed files with 7 additions and 4 deletions
|
|
@ -15,6 +15,7 @@ $lang->last_post = 'Last post';
|
|||
$lang->board_management = 'Board Management';
|
||||
$lang->search_result = 'Search Result';
|
||||
$lang->consultation = 'Consultation';
|
||||
$lang->use_consultation = 'Use as Consultation Board';
|
||||
$lang->secret = 'Secret';
|
||||
$lang->thisissecret = 'This is a secret article.';
|
||||
$lang->admin_mail = 'Administrator\'s Mail';
|
||||
|
|
@ -36,7 +37,7 @@ $lang->about_use_anonymous_part2 = 'It is more useful if you also hide the nickn
|
|||
$lang->about_anonymous_except_admin = 'The administrator\'s nickname will 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.<br>You can append a number to each variable, like <strong>$DAILYNUM:5</strong> to control the number of digits from 1 to 8.<br>To use hexadecimal digits that include some alphabets, use <strong>STR</strong> instead of <strong>NUM</strong>.';
|
||||
$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.';
|
||||
$lang->about_consultation = 'Members who are not maangers will only see their own articles.<br>When this feature is enabled, non-members cannot read or write any articles on this board.';
|
||||
$lang->about_secret = 'Users will be able to write secret articles or comments.';
|
||||
$lang->about_admin_mail = 'A mail will be sent when an article or comment is submitted. Mails can be sent to mutiple mail addresses if connecting addresses with commas(,).';
|
||||
$lang->about_list_config = 'If using list-style skin, you may arrange items to display. However, this feature might not be availble for non-official skins. If you double-click target items and display items, then you can add / remove them';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue