일본어 번역 일부 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5014 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
heemin 2008-11-27 11:07:21 +00:00
parent c8d11da53e
commit e6dd405a42
3 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<skin version="0.2"> <skin version="0.2">
<title xml:lang="ko">PlanetXE 기본 스킨</title> <title xml:lang="ko">PlanetXE 기본 스킨</title>
<title xml:lang="jp">PlanetXE基本スキン</title>
<title xml:lang="zh-CN">PlanetXE默认皮肤</title> <title xml:lang="zh-CN">PlanetXE默认皮肤</title>
<title xml:lang="zh-TW">PlanetXE 基本面板</title> <title xml:lang="zh-TW">PlanetXE 基本面板</title>
<title xml:lang="jp">PlanetXE基本スキン</title>
<description xml:lang="ko"> <description xml:lang="ko">
PlanetXE의 기본 스킨입니다. PlanetXE의 기본 스킨입니다.
</description> </description>

View file

@ -1,7 +1,7 @@
<?php <?php
/** /**
* @file jp.lang.php * @file jp.lang.php
* @author zero (zero@nzeo.com) * @author zero (zero@nzeo.com)翻訳:ミニミ
* @brief スプリングノート(springnote) モジュールの基本言語パッケージ 日本語翻訳RisaPapa * @brief スプリングノート(springnote) モジュールの基本言語パッケージ 日本語翻訳RisaPapa
**/ **/

View file

@ -1,7 +1,7 @@
<?php <?php
/** /**
* @file modules/widget/lang/jp.lang.php * @file modules/widget/lang/jp.lang.php
* @author zero <zero@nzeo.com> 翻訳RisaPapa * @author zero <zero@nzeo.com> 翻訳RisaPapa、ミニミ
* @brief ウィジェットwidgetモジュール基本言語パッケージ * @brief ウィジェットwidgetモジュール基本言語パッケージ
**/ **/
@ -9,7 +9,7 @@
$lang->widget_name = 'ウィジェット名'; $lang->widget_name = 'ウィジェット名';
$lang->widget_maker = 'ウィジェット作者'; $lang->widget_maker = 'ウィジェット作者';
$lang->widget_license = 'License'; $lang->widget_license = 'ライセンス';
$lang->widget_history = '変更内容'; $lang->widget_history = '変更内容';
$lang->widget_info = 'ウィジェット情報'; $lang->widget_info = 'ウィジェット情報';
$lang->widget_code = 'コード'; $lang->widget_code = 'コード';