mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 07:12:15 +09:00
삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
commit
8326004cb2
2773 changed files with 91485 additions and 0 deletions
10
modules/message/lang/en.lang.php
Normal file
10
modules/message/lang/en.lang.php
Normal 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";
|
||||
?>
|
||||
10
modules/message/lang/jp.lang.php
Normal file
10
modules/message/lang/jp.lang.php
Normal 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 = "メッセージを表示する際のスキンが指定できます。";
|
||||
?>
|
||||
10
modules/message/lang/ko.lang.php
Normal file
10
modules/message/lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/message/lang/ko.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 한국어 언어팩 (기본적인 내용만 수록)
|
||||
**/
|
||||
|
||||
$lang->message = '오류 표시';
|
||||
$lang->about_skin = "메세지 출력시 스킨을 지정하실 수 있습니다.";
|
||||
?>
|
||||
10
modules/message/lang/zh-CN.lang.php
Normal file
10
modules/message/lang/zh-CN.lang.php
Normal 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 = "提示信息时,可以指定皮肤。";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue