mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
포인트 모듈에 회원가입시 포인트를 줄 수 있도록 기능 개선
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2718 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
faf518676f
commit
6e3c2b4fb4
10 changed files with 58 additions and 2 deletions
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
$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.";
|
||||
|
||||
$lang->point_signup = 'Signup';
|
||||
$lang->point_insert_document = 'On Writing';
|
||||
$lang->point_delete_document = 'On Deleting';
|
||||
$lang->point_insert_comment = 'On Adding Comments';
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
$lang->about_module_point = "Usted puede definir los puntos para cada módulo y los módulos que no tengan ningun valor usarán punto predefinido.<br />Todos los puntos serán restituidos al actuar en forma contraria.";
|
||||
|
||||
$lang->point_signup = 'Fecha del';
|
||||
$lang->point_insert_document = 'Al escribir documento';
|
||||
$lang->point_delete_document = 'Al borrar documento';
|
||||
$lang->point_insert_comment = 'Al agregar comentarios';
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
$lang->about_module_point = 'モジュール別にポイントを指定することができますが、指定されていないモジュールでは、デフォルトポイントが使用されます。すべてのポイント数は、反対のアクションを行った際には原状復帰されます。';
|
||||
|
||||
$lang->point_signup = '加入';
|
||||
$lang->point_insert_document = '書き込み作成';
|
||||
$lang->point_delete_document = '書き込み削除';
|
||||
$lang->point_insert_comment = 'コメント作成';
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
$lang->about_module_point = '모듈별로 포인트를 지정할 수 있으며 지정되지 않은 모듈은 기본 포인트를 이용하게 됩니다<br />모든 점수는 반대 행동을 하였을 경우 원상복귀 됩니다.';
|
||||
|
||||
$lang->point_signup = '가입';
|
||||
$lang->point_insert_document = '글 작성';
|
||||
$lang->point_delete_document = '글 삭제';
|
||||
$lang->point_insert_comment = '댓글 작성';
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
$lang->about_module_point = '可以分别对各模块进行积分设置,没有被设置的模块将使用默认值。<br />所有积分在相反动作下恢复原始值。即:发表新帖后再删除得到的积分为0分。';
|
||||
|
||||
$lang->point_signup = '注册';
|
||||
$lang->point_insert_document = '发表新帖';
|
||||
$lang->point_delete_document = '删除主题';
|
||||
$lang->point_insert_comment = '发表评论';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue