글 조회시 포인트 차감 또는 증감 할 수 있도록 기능 추가. 모듈 업데이트 필요. 중복 부과 안됨

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3501 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-01-08 07:35:51 +00:00
parent 860cb7e686
commit 480d7582f2
14 changed files with 76 additions and 12 deletions

View file

@ -44,6 +44,7 @@
$lang->point_upload_file = 'On Uploading';
$lang->point_delete_file = 'On Deleting Files';
$lang->point_download_file = 'On Downloading Files (Exclude images)';
$lang->point_read_document = 'On Reading';
$lang->cmd_point_config = 'Default Setting';

View file

@ -44,6 +44,7 @@
$lang->point_upload_file = 'Al subri archivos';
$lang->point_delete_file = 'Al borrar archivos';
$lang->point_download_file = 'Al descargar archivos (Excepto imágenes)';
$lang->point_read_document = '게시글 조회';
$lang->cmd_point_config = 'Configuración predefinida';

View file

@ -44,6 +44,7 @@
$lang->point_upload_file = 'アップロード';
$lang->point_delete_file = 'ファイル削除';
$lang->point_download_file = 'ダウンロード';
$lang->point_read_document = '게시글 조회';
$lang->cmd_point_config = 'デフォルト設定';

View file

@ -44,6 +44,7 @@
$lang->point_upload_file = '파일 업로드';
$lang->point_delete_file = '파일 삭제';
$lang->point_download_file = '파일 다운로드 (이미지 제외)';
$lang->point_read_document = '게시글 조회';
$lang->cmd_point_config = '기본 설정';

View file

@ -44,6 +44,7 @@
$lang->point_upload_file = 'При закачке файлов';
$lang->point_delete_file = 'При скачке файлов';
$lang->point_download_file = 'При скачке файлов (кроме изображений)';
$lang->point_read_document = '게시글 조회';
$lang->cmd_point_config = 'Настройки по умолчанию';

View file

@ -44,6 +44,7 @@
$lang->point_upload_file = '上传文件';
$lang->point_delete_file = '删除文件';
$lang->point_download_file = '下载文件 (图片除外)';
$lang->point_read_document = '게시글 조회';
$lang->cmd_point_config = '基本设置';