mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Add option to allow robots to read documents
This commit is contained in:
parent
d946d75969
commit
9939b8b747
5 changed files with 24 additions and 13 deletions
|
|
@ -17,6 +17,7 @@ $lang->disable_download = 'Prohibit Downloads';
|
|||
$lang->about_disable_download = 'This will prohibit downloads when there are not enough points. (Exclude image files)';
|
||||
$lang->disable_read_document = 'Prohibit Readings';
|
||||
$lang->about_disable_read_document = 'Users will be unable to read articles when they do not have enough points';
|
||||
$lang->disable_read_document_except_robots = 'Except search robots';
|
||||
$lang->level_point_calc = 'Point Calculation per Point';
|
||||
$lang->expression = 'Please input Javascript formula by using level variable <b>i</b>. ex) Math.pow(i, 2) * 90';
|
||||
$lang->cmd_exp_calc = 'Calculate';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue