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,10 @@
<?php
/**
* @file modules/message/lang/en.lang.php
* @author zero <zero@nzeo.com>
* @brief English language pack (basic)
**/
$lang->message = 'Show error';
$lang->about_skin = "You can select skins of error messages";
?>

View file

@ -0,0 +1,10 @@
<?php
/**
* @file modules/message/lang/jp.lang.php
* @author zero <zero@nzeo.com> 翻訳RisaPapa
* @brief 日本語言語パッページ(基本的な内容のみ)
**/
$lang->message = 'エラー表示';
$lang->about_skin = "メッセージを表示する際のスキンが指定できます。";
?>

View file

@ -0,0 +1,10 @@
<?php
/**
* @file modules/message/lang/ko.lang.php
* @author zero <zero@nzeo.com>
* @brief 한국어 언어팩 (기본적인 내용만 수록)
**/
$lang->message = '오류 표시';
$lang->about_skin = "메세지 출력시 스킨을 지정하실 수 있습니다.";
?>

View file

@ -0,0 +1,10 @@
<?php
/**
* @file modules/message/lang/zh-CN.lang.php
* @author zero <zero@nzeo.com>
* @brief 简体中文语言包(只收录基本内容)
**/
$lang->message = '错误提示';
$lang->about_skin = "提示信息时,可以指定皮肤。";
?>