From 29d8e91db06164d8b8bd150bd9f4f7a088bc7cc1 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 27 Jul 2007 11:38:59 +0000 Subject: [PATCH] =?UTF-8?q?=EC=98=81=EC=96=B4=20=EB=B2=88=EC=97=AD=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9.=20by=20=EB=82=98=EC=9D=B4=EC=8A=A4=ED=88=AC?= =?UTF-8?q?=EB=8B=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@2065 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- addons/point/conf/info.xml | 5 ++ addons/point_level_icon/conf/info.xml | 6 +++ modules/integration_search/conf/info.xml | 6 +++ modules/integration_search/lang/en.lang.php | 14 ++++++ .../integration_search/skins/default/skin.xml | 6 +++ modules/point/conf/info.xml | 7 +++ modules/point/lang/en.lang.php | 46 +++++++++++++++++++ widgets/newest_images/conf/info.xml | 11 +++++ widgets/newest_images/skins/default/skin.xml | 4 ++ 9 files changed, 105 insertions(+) create mode 100644 modules/integration_search/lang/en.lang.php create mode 100644 modules/point/lang/en.lang.php diff --git a/addons/point/conf/info.xml b/addons/point/conf/info.xml index 9ed4c1544..07c1be8fa 100644 --- a/addons/point/conf/info.xml +++ b/addons/point/conf/info.xml @@ -2,14 +2,19 @@ 포인트 활성화 애드온 ポイントシステム + Addon of activating point 제로 Zero + zero 포인트시스템 모듈에 설정된 내용을 바탕으로 글작성/삭제/댓글작성/삭제/파일업로드/삭제/다운로드등의 행동에 대해서 포인트를 기록합니다. ポイントシステムモジュールで設定された内容を基に、書き込み作成・削除/コメント作成・削除/ファイルアップロード・削除/ダウンロードなどのユーザの活動に対してポイントを記録します。 + + This addon records point on writing/deleting/adding comments/deleting comments/uploading/downloading following to point system module. + diff --git a/addons/point_level_icon/conf/info.xml b/addons/point_level_icon/conf/info.xml index 03997f66a..e5c81cb74 100644 --- a/addons/point_level_icon/conf/info.xml +++ b/addons/point_level_icon/conf/info.xml @@ -2,9 +2,11 @@ 포인트 레벨 아이콘 표시 애드온 ポイントレベルアイコン + Addon for displaying level icon 제로 Zero + zero 포인트 시스템을 사용중일 경우 사용자 이름 앞에 레벨 아이콘을 표시하도록 합니다. 레벨 아이콘은 모듈 > 포인트시스템에서 선택 가능합니다. @@ -12,5 +14,9 @@ ポイントシステムを使用している場合、ユーザ名の前にレベルアイコンを表示させます。レベルアイコンは、「モジュール>ポイントシステム」で選択できます。 + + This addon displays level icon in front of user name when point system is using. + You can choose level icon on Module > Point System. + diff --git a/modules/integration_search/conf/info.xml b/modules/integration_search/conf/info.xml index ea04c53a9..1895ba547 100644 --- a/modules/integration_search/conf/info.xml +++ b/modules/integration_search/conf/info.xml @@ -3,10 +3,12 @@ 통합검색 搜索 統合検索 + Integration Search 제로 zero Zero + zero 선택한 모듈들을 대상으로 통합검색을 지원합니다. 선택된 모듈의 글중 비밀글만 검색을 하지 않고 나머지는 모두 검색을 하기에 공개되지 않은 모듈은 대상에 포함하지 않도록 하셔야 합니다. @@ -18,5 +20,9 @@ 選択されたモジュールを対象に統合検索を行う機能をサポートします。選択されたモジュールのコンテンツ(書き込み)の中で、非公開コンテンツのみ検索から除外されますので、未公開のモジュールは対象にしないようにしてください。 + + It supports integration search for chosen modules. + All articles except secret articles will be searched, so you need to be careful not to include secret module to target . + diff --git a/modules/integration_search/lang/en.lang.php b/modules/integration_search/lang/en.lang.php new file mode 100644 index 000000000..749273f7e --- /dev/null +++ b/modules/integration_search/lang/en.lang.php @@ -0,0 +1,14 @@ + + * @brief English Language Pack (For only basic things) + **/ + + $lang->integration_search = "Integration Search"; + + $lang->sample_code = "Sample Code"; + $lang->about_target_module = "Only chosen modules are the target. Please be careful on setting authority"; + $lang->about_sample_code = "You can add integration search on layout by adding code above"; + $lang->msg_no_keyword = "Input keyword to search"; +?> diff --git a/modules/integration_search/skins/default/skin.xml b/modules/integration_search/skins/default/skin.xml index 0fdb5e291..6a060b334 100644 --- a/modules/integration_search/skins/default/skin.xml +++ b/modules/integration_search/skins/default/skin.xml @@ -3,19 +3,23 @@ 통합 검색 기본 스킨 搜索默认皮肤 統合検索のデフォルトスキン + Default Skin of Integration Search 제로 zero Zero + zero 통합검색 모듈의 기본 스킨 搜索模块的默认皮肤。 統合検索モジュールのデフォルトスキンです。 + Default skin of integration search module 기본 默认 デフォルト + Default @@ -23,9 +27,11 @@ 설명 说明 説明 + Description 검색결과 상단에 결과가 출력됩니다. 显示在搜索结果上端。 検索結果が上段に表示されます。 + Result will be displayed on top of search result. diff --git a/modules/point/conf/info.xml b/modules/point/conf/info.xml index 924c12fbf..e8c71d025 100644 --- a/modules/point/conf/info.xml +++ b/modules/point/conf/info.xml @@ -2,9 +2,11 @@ 포인트 시스템 ポイントシステム + Point System 제로 Zero + zero 글작성/삭제/댓글작성/삭제시에 포인트를 부여할 수 있습니다. 포인트마다 레벨을 지정하여 사용자 이름 앞에 아이콘을 표시할 수도 있습니다. @@ -13,5 +15,10 @@ 書き込み作成・削除/コメント作成・削除の活動に対するポイントを計算するシステムです。ポイントごとレベルを指定してユーザ名の前にアイコンを表示させることができます。但し、ポイントシステムアドオンを「使用」に設定しないと作動しません。 + + You can grant point on writing/deleting/adding comments/deleting comments. + You can also display point icon in front of user name by selecting level on each point. + But to enable these functions, you need to activate point related addons. + diff --git a/modules/point/lang/en.lang.php b/modules/point/lang/en.lang.php new file mode 100644 index 000000000..e6ee3f2d0 --- /dev/null +++ b/modules/point/lang/en.lang.php @@ -0,0 +1,46 @@ + + * @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.
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.
You can just add act value to link module except board/blog with point system.
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 100 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.
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"; +?> diff --git a/widgets/newest_images/conf/info.xml b/widgets/newest_images/conf/info.xml index 0fbc5efac..a8befa3ae 100644 --- a/widgets/newest_images/conf/info.xml +++ b/widgets/newest_images/conf/info.xml @@ -3,50 +3,61 @@ 최근 이미지 출력 最新イメージ表示 图片列表 + Display Newest Images 제로 Zero Zero + zero 작성된 글의 내용에 포함된 이미지를 출력하는 위젯입니다. 作成されたコンテンツの内容に含まれているイメージを表示するウィジェットです。 显示主题当中包含图片的控件。 + This widget will show images in articles. 글 제목 길이 題名の文字数 标题长度 + Length of Subject text 정한 글자수만큼 글 제목을 잘라서 출력합니다. (기본 10자) 指定された文字数分の長さを切り取って表示します。(デフォルト10文字) 显示制定长度标题。 (默认为 10字) + It cuts the length of subject and displays (10 letters as default). (기본 10자) 이미지 가로크기 イメージ横幅 宽度 + Width of Image text 출력될 이미지의 가로크기를 정하실 수 있습니다. (기본 100) 表示されるイメージの横幅のサイズを指定することができます(デフォルト100)。 可以指定要显示的图片宽度。 (默认为 100) + You can set the width of image. (100 as default) 이미지 수 イメージ数 图片数 + Number of Images text 출력될 이미지의 수를 정하실 수 있습니다. (기본 5개) 表示されるイメージの数を指定することができます(デフォルト5個)。 可以指定要显示的图片个数 (默认为 5个) + You can set the number of images to display. (5 as default) 대상 모듈 モジュール 对象模块 + Target Module mid_list 선택하신 모듈에 등록된 글을 대상으로 합니다. チェックされたコンテンツを対象とします。 把被选模块中的主题作为对象。 + Articles on chosen module will be the target. diff --git a/widgets/newest_images/skins/default/skin.xml b/widgets/newest_images/skins/default/skin.xml index a8f6a9386..f80157ef2 100644 --- a/widgets/newest_images/skins/default/skin.xml +++ b/widgets/newest_images/skins/default/skin.xml @@ -3,19 +3,23 @@ 최신 이미지 위젯 기본 스킨 最新イメージ表示のデフォルトスキン 最新图片列表控件默认皮肤 + Newest Image Widget Default Skin 제로 Zero Zero + Zero 최신 이미지 위젯의 기본 스킨입니다. 最新イメージを表示するウィジェットのデフォルトスキンです。 最新图片列表控件的默认皮肤. + This is default skin of newest image widget. 기본 컬러 デフォルトカラー 默认颜色 + Default Color