mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +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
18
modules/rss/lang/en.lang.php
Normal file
18
modules/rss/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/rss/lang/en.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief English language pack (basic)
|
||||
**/
|
||||
|
||||
// general words
|
||||
$lang->rss_disable = "Disable RSS";
|
||||
$lang->rss_type = "RSS feed type";
|
||||
|
||||
// for description
|
||||
$lang->about_rss_disable = "If checked, RSS will be disabled.";
|
||||
$lang->about_rss_type = "You can assign RSS feed type.";
|
||||
|
||||
// for error message
|
||||
$lang->msg_rss_is_disabled = "RSS function is disabled.";
|
||||
?>
|
||||
18
modules/rss/lang/jp.lang.php
Normal file
18
modules/rss/lang/jp.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/rss/lang/jp.lang.php
|
||||
* @author zero <zero@nzeo.com> 翻訳:RisaPapa
|
||||
* @brief 日本語言語パッケージ(基本的な内容のみ)
|
||||
**/
|
||||
|
||||
// 一般用語
|
||||
$lang->rss_disable = "RSS機能ロック";
|
||||
$lang->rss_type = "出力するRSSタイプ";
|
||||
|
||||
// 説明文
|
||||
$lang->about_rss_disable = "チェックするとRSSの出力を行いません。";
|
||||
$lang->about_rss_type = "出力するRSSタイプを指定することができます。";
|
||||
|
||||
// エラーメッセージ
|
||||
$lang->msg_rss_is_disabled = "RSS機能がロックされています。";
|
||||
?>
|
||||
18
modules/rss/lang/ko.lang.php
Normal file
18
modules/rss/lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/rss/lang/ko.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 한국어 언어팩 (기본적인 내용만 수록)
|
||||
**/
|
||||
|
||||
// 일반 단어들
|
||||
$lang->rss_disable = "RSS 끄기";
|
||||
$lang->rss_type = "출력할 RSS 형식";
|
||||
|
||||
// 설명문
|
||||
$lang->about_rss_disable = "체크하시면 RSS 출력을 하지 않습니다";
|
||||
$lang->about_rss_type = "출력하실 RSS 형식을 지정하실 수 있습니다";
|
||||
|
||||
// 에러 메세지들
|
||||
$lang->msg_rss_is_disabled = "RSS 기능이 잠겨 있습니다";
|
||||
?>
|
||||
18
modules/rss/lang/zh-CN.lang.php
Normal file
18
modules/rss/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/rss/lang/zh-CN.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 简体中文语言包 (只收录基本内容)
|
||||
**/
|
||||
|
||||
// 一般单词
|
||||
$lang->rss_disable = "关闭RSS";
|
||||
$lang->rss_type = "将显示的RSS形式";
|
||||
|
||||
// 说明文
|
||||
$lang->about_rss_disable = "选此项不显示RSS。";
|
||||
$lang->about_rss_type = "可以指定要显示的RSS形式。";
|
||||
|
||||
// 错误提示
|
||||
$lang->msg_rss_is_disabled = "RSS功能处于锁定状态。";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue