mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +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
16
modules/guestbook/lang/en.lang.php
Normal file
16
modules/guestbook/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
/**
|
||||
* @file en.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief Guestbook modules's basic language pack
|
||||
**/
|
||||
|
||||
$lang->board = "Guestbook";
|
||||
|
||||
// Words used in button
|
||||
$lang->cmd_board_list = 'Guestbook List';
|
||||
$lang->cmd_module_config = 'Common Guestbook Configuration';
|
||||
$lang->cmd_view_info = 'Guestbook Info';
|
||||
|
||||
$lang->about_board = "This module is used for creating and managing guestbooks.\nSelect the module's name from the list after creating one to configurate specifically.\nBe careful with guestbook's module name, since it will be the url. (ex : http://domain/zb/?mid=modulename)";
|
||||
?>
|
||||
17
modules/guestbook/lang/es.lang.php
Normal file
17
modules/guestbook/lang/es.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
/**
|
||||
* @file es.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief Paquete lingual para Módulo de boletín
|
||||
**/
|
||||
|
||||
$lang->board = "Boletín";
|
||||
|
||||
// Palabras utiliza en botónes
|
||||
$lang->cmd_board_list = 'Lista de boletín';
|
||||
$lang->cmd_module_config = 'configuración comun de boletínes';
|
||||
$lang->cmd_view_info = 'ver información de boletín';
|
||||
$lang->move_target_module = "Módulo para mover";
|
||||
|
||||
$lang->about_board = "Es el módulo para crear y manejar boletínes.\nDespues de crear un boletín, haga clic en nombre de módulos para configuración mas detallado.\nEl nombre de módulo es nombre de URL, sea cuidoso deseando el nombre. (ej : http://dominio/zb/?mid=nombre de módulo)";
|
||||
?>
|
||||
16
modules/guestbook/lang/jp.lang.php
Normal file
16
modules/guestbook/lang/jp.lang.php
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
/**
|
||||
* @file jp.lang.php
|
||||
* @author zero (zero@nzeo.com) 翻訳:RisaPapa
|
||||
* @brief ゲストブック(guestbook)モジュールの言語パッケージ
|
||||
**/
|
||||
|
||||
$lang->guestbook = "ゲストブック";
|
||||
|
||||
// ボタンに使用する用語
|
||||
$lang->cmd_guestbook_list = 'ゲストブックリスト';
|
||||
$lang->cmd_module_config = 'ゲストブック共通設定';
|
||||
$lang->cmd_view_info = 'ゲストブック情報';
|
||||
|
||||
$lang->about_guestbook = "ゲストブックを作成・管理できるモジュールです。作成後、リストからモジュール名を選択すると詳細な設定ができます。ゲストブックのモジュール名は、接続URLになるため、慎重に入力してください。(例:http://ドメイン/zb/?mid=モジュール名)";
|
||||
?>
|
||||
16
modules/guestbook/lang/ko.lang.php
Normal file
16
modules/guestbook/lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
/**
|
||||
* @file ko.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief 방명록(guestbook) 모듈의 기본 언어팩
|
||||
**/
|
||||
|
||||
$lang->guestbook = "방명록";
|
||||
|
||||
// 버튼에 사용되는 언어
|
||||
$lang->cmd_guestbook_list = '방명록 목록';
|
||||
$lang->cmd_module_config = '방명록 공통 설정';
|
||||
$lang->cmd_view_info = '방명록 정보';
|
||||
|
||||
$lang->about_guestbook = "방명록을 생성하고 관리할 수 있는 방명록 모듈입니다.\n생성하신 후 목록에서 모듈이름을 선택하시면 자세한 설정이 가능합니다.\n방명록의 모듈이름은 접속 url이 되므로 신중하게 입력해주세요. (ex : http://도메인/zb/?mid=모듈이름)";
|
||||
?>
|
||||
16
modules/guestbook/lang/zh-CN.lang.php
Normal file
16
modules/guestbook/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
/**
|
||||
* @file ko.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief 留言本(guestbook)模块语言包
|
||||
**/
|
||||
|
||||
$lang->guestbook = "留言本";
|
||||
|
||||
// 버튼에 사용되는 언어
|
||||
$lang->cmd_guestbook_list = '留言本目录';
|
||||
$lang->cmd_module_config = '留言本共同设置';
|
||||
$lang->cmd_view_info = '留言本信息';
|
||||
|
||||
$lang->about_guestbook = "可生成并管理留言本的模块。\n生成留言本后在留言本目录中点击模块名既可设置更详细的相关项目。\n因留言本的模块名将变成其url中的一部分,所以请慎重填写模块名。 (ex : http://域名/zb/?mid=模块名)";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue