mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
위젯 검출 정규 표현식을 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2892 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f9896fe51a
commit
90aa62a6ac
993 changed files with 9190 additions and 10457 deletions
|
|
@ -9,22 +9,22 @@
|
|||
$lang->level = "Level";
|
||||
|
||||
$lang->about_point_module = "You can grant points on writing/adding comments/uploading/downloading.<br />But point module only configure settings, and the point will be accumulated only when point addon is activated";
|
||||
$lang->about_act_config = "Each module like board/blog has actions such as writing/deleting/adding comments/deleting comments.<br />You can just add act value to link modules with point system except board/blog.<br />Comma(,) will distinguish multiple values.";
|
||||
$lang->about_act_config = "Each module like board/blog has its own actions such as \"writing/deleting/adding comments/deleting comments\".<br />You can just add act values to link modules with point system except board/blog.<br />Comma(,) will distinguish multiple values.";
|
||||
|
||||
$lang->max_level = 'Max Level';
|
||||
$lang->about_max_level = 'You can set the max level. Level icons should be considered and 1000 is the maximum value you can set';
|
||||
$lang->about_max_level = 'You may set the max level. Level icons should be considered and the level of 1000 is the maximum value you can set';
|
||||
|
||||
$lang->level_icon = 'Level Icon';
|
||||
$lang->about_level_icon = 'Path of level icon is ./module/point/icons/[level].gif and max level could be different with icon set. So be careful';
|
||||
$lang->about_level_icon = 'Path of level icon is "./module/point/icons/[level].gif" and max level could be different with icon set. So please be careful';
|
||||
|
||||
$lang->point_name = 'Point Name';
|
||||
$lang->about_point_name = 'You can give point name or unit';
|
||||
$lang->about_point_name = 'You may give a name or unit for point';
|
||||
|
||||
$lang->level_point = 'Level Point';
|
||||
$lang->about_level_point = 'Level will be adjusted when point reaches to each level point or decrease under each level point';
|
||||
$lang->about_level_point = 'Level will be adjusted when point gets to each level point or drops under each level point';
|
||||
|
||||
$lang->disable_download = 'Prohibit Downloads';
|
||||
$lang->about_disable_download = "It will prohibit downloads when there isn't enough point. (Exclude image files)";
|
||||
$lang->about_disable_download = "This will prohibit downloads when there are not enough points. (Exclude image files)";
|
||||
|
||||
$lang->about_module_point = "You can set point for each module and modules which don't have any value will use default point.<br />All point will be restored on acting reverse.";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue