git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-12 03:59:52 +00:00
commit 8326004cb2
2773 changed files with 91485 additions and 0 deletions

View file

@ -0,0 +1,46 @@
<?php
/**
* @file modules/point/lang/ko.lang.php
* @author zero <zero@nzeo.com>
* @brief Default language pack of point module
**/
$lang->point = "Point";
$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 action such as writing/deleting/adding comments/deleting comments.<br />You can just add act value to link module except board/blog with point system.<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->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->point_name = 'Point Name';
$lang->about_point_name = 'You can give point name or unit';
$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->disable_download = 'Prohibit Downloads';
$lang->about_disable_download = "It will prohibit downloads when there isn't enough point. (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.";
$lang->point_insert_document = 'On Writing';
$lang->point_delete_document = 'On Deleting';
$lang->point_insert_comment = 'On Adding Comments';
$lang->point_delete_comment = 'On Deleting Comments';
$lang->point_upload_file = 'On Uploading';
$lang->point_delete_file = 'On Deleting Files';
$lang->point_download_file = 'On Downloading Files (Exclude images)';
$lang->cmd_point_config = 'Default Setting';
$lang->cmd_point_module_config = 'Module Setting';
$lang->cmd_point_act_config = 'Act Setting';
$lang->cmd_point_member_list = 'Member Point List';
$lang->msg_cannot_download = "You don't have enough point to download";
?>

View file

@ -0,0 +1,46 @@
<?php
/**
* @file modules/point/lang/jp.lang.php
* @author zero <zero@nzeo.com> 翻訳RisaPapa
* @brief ポイントpointモジュールの基本言語パッケージ
**/
$lang->point = "ポイント";
$lang->level = "レベル";
$lang->about_point_module = "ポイントモジュールでは、書き込み作成/コメント作成/アップロード/ダウンロードなどのユーザの活動に対してポイントの計算を行います。但し、ポイントモジュールでは設定のみを行い、アドオンでポイントシステムを「使用」に設定しなければポイントは累積されません。";
$lang->about_act_config = "掲示板、ブログなどのモジュールごと書き込み作成・削除/コメント作成・削除などのアクションがあります。掲示板/ブログ以外のモジュールにポイントシステムを連動させたい場合は、各機能のアクションの「act値」を追加します。連動は「,(コンマ)」で行います。";
$lang->max_level = '最高レベル';
$lang->about_max_level = '最高レベルを指定することができます。最高レベルは「1000」がマクシマムなので、レベルアイコンに注意が必要です。';
$lang->level_icon = 'レベルアイコン';
$lang->about_level_icon = 'レベルアイコンは、「./modules/point/icons/レベル.gif」で指定されるため、最高レベルとアイコンセットが異なる場合がありますので、注意してください。';
$lang->point_name = 'ポイント名';
$lang->about_point_name = 'ポイントの名前、単位が指定できます。';
$lang->level_point = 'レベルポイント';
$lang->about_level_point = '下の各レベルのポイントが増加したり、減少するとレベルが調節されます。';
$lang->disable_download = 'ダウンロード禁止';
$lang->about_disable_download = 'チェックするとポイントがない場合、ダウンロードを禁止します(イメージファイル除外)。';
$lang->about_module_point = 'モジュール別にポイントを指定することができますが、指定されていないモジュールでは、デフォルトポイントが使用されます。すべてのポイント数は、反対のアクションを行った際には原状復帰されます。';
$lang->point_insert_document = '書き込み作成';
$lang->point_delete_document = '書き込み削除';
$lang->point_insert_comment = 'コメント作成';
$lang->point_delete_comment = 'コメント削除';
$lang->point_upload_file = 'アップロード';
$lang->point_delete_file = 'ファイル削除';
$lang->point_download_file = 'ダウンロード';
$lang->cmd_point_config = 'デフォルト設定';
$lang->cmd_point_module_config = 'モジュール別設定';
$lang->cmd_point_act_config = '機能別アクション設定';
$lang->cmd_point_member_list = '会員ポイントリスト';
$lang->msg_cannot_download = 'ポイントが不足しているため、ダウンロードできません。';
?>

View file

@ -0,0 +1,46 @@
<?php
/**
* @file modules/point/lang/ko.lang.php
* @author zero <zero@nzeo.com>
* @brief 포인트 (point) 모듈의 기본 언어팩
**/
$lang->point = "포인트";
$lang->level = "레벨";
$lang->about_point_module = "포인트 모듈은 글작성/댓글작성/업로드/다운로드등의 행동을 할때 포인트를 부여할 수 있습니다.<br />단 포인트 모듈에서는 설정만 할 뿐이고 포인트 애드온을 활성화 시켜야 포인트가 누적이 됩니다";
$lang->about_act_config = "게시판,블로그등의 모듈마다 글작성/삭제/댓글작성/삭제등의 action이 있습니다.<br />게시판/블로그외의 모듈에 포인트 기능 연동을 하고 싶을때는 각 기능에 맞는 act값을 추가해주시면 됩니다.<br />연결은 ,(콤마)로 해주시면 됩니다.";
$lang->max_level = '최고 레벨';
$lang->about_max_level = '최고레벨을 지정하실 수 있습니다. 레벨 아이콘을 염두에 두셔야 하고 최고 레벨은 1000이 한계입니다';
$lang->level_icon = '레벨 아이콘';
$lang->about_level_icon = '레벨아이콘은 ./modules/point/icons/레벨.gif 로 지정되며 최고레벨과 아이콘셋이 다를 수 있으니 주의해주세요';
$lang->point_name = '포인트 명칭';
$lang->about_point_name = '포인트의 이름이나 단위를 정하실 수 있습니다';
$lang->level_point = '레벨 포인트';
$lang->about_level_point = '아래 각 레벨별 포인트에 도달하거나 감소하게 되면 레벨이 조절됩니다';
$lang->disable_download = '다운로드 금지';
$lang->about_disable_download = '포인트가 없을 경우 다운로드를 금지하게 합니다. (이미지파일은 제외입니다)';
$lang->about_module_point = '모듈별로 포인트를 지정할 수 있으며 지정되지 않은 모듈은 기본 포인트를 이용하게 됩니다<br />모든 점수는 반대 행동을 하였을 경우 원상복귀 됩니다.';
$lang->point_insert_document = '글 작성';
$lang->point_delete_document = '글 삭제';
$lang->point_insert_comment = '댓글 작성';
$lang->point_delete_comment = '댓글 삭제';
$lang->point_upload_file = '파일 업로드';
$lang->point_delete_file = '파일 삭제';
$lang->point_download_file = '파일 다운로드 (이미지 제외)';
$lang->cmd_point_config = '기본 설정';
$lang->cmd_point_module_config = '모듈별 설정';
$lang->cmd_point_act_config = '기능별 act 설정';
$lang->cmd_point_member_list = '회원 포인트 목록';
$lang->msg_cannot_download = '포인트가 부족하여 다운로드를 하실 수 없습니다';
?>

View file

@ -0,0 +1,46 @@
<?php
/**
* @file modules/point/lang/ko.lang.php
* @author zero <zero@nzeo.com>
* @brief 积分 (point) 模块简体中文语言包
**/
$lang->point = "积分";
$lang->level = "级别";
$lang->about_point_module = "积分系统可以在发表/删除新帖,发表/删除评论,上传/下载/删除/文件等动作时,付与其相应的积分。<br />积分系统模块只能设置各项积分,不能记录积分。只有激活积分插件后才可以正常记录相关积分。";
$lang->about_act_config = "版面,博客等模块都有发表/删除新帖,发表/删除评论等动作。 <br />要想与版面/博客之外的模块关联积分功能时添加与其各模块功能相适合的act值即可。";
$lang->max_level = '最高级别';
$lang->about_max_level = '可以指定最高级别。级别共设1000级因此制作级别图标时要好好考虑一下。';
$lang->level_icon = '级别图标';
$lang->about_level_icon = '级别图标要以 ./modules/point/icons/级别.gif形式指定有时出现最高级别的图标跟您指定的最高级别图标不同的现象敬请注意。';
$lang->point_name = '积分名';
$lang->about_point_name = '可以指定积分名或积分单位。';
$lang->level_point = '级别积分';
$lang->about_level_point = '积分达到或减少到下列各级别所设置的积分值时,将会自动调节相应级别。';
$lang->disable_download = '禁止下载';
$lang->about_disable_download = '没有积分时,将禁止下载。 (图片除外)';
$lang->about_module_point = '可以分别对各模块进行积分设置,没有被设置的模块将使用默认值。<br />所有积分在相反动作下恢复原始值。即发表新帖后再删除得到的积分为0分。';
$lang->point_insert_document = '发表新帖';
$lang->point_delete_document = '删除主题';
$lang->point_insert_comment = '发表评论';
$lang->point_delete_comment = '删除评论';
$lang->point_upload_file = '上传文件';
$lang->point_delete_file = '删除文件';
$lang->point_download_file = '下载文件 (图片除外)';
$lang->cmd_point_config = '基本设置';
$lang->cmd_point_module_config = '对象模块设置';
$lang->cmd_point_act_config = '功能act设置';
$lang->cmd_point_member_list = '会员积分目录';
$lang->msg_cannot_download = '积分不足无法下载!';
?>