mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09: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
17
modules/board/lang/en.lang.php
Normal file
17
modules/board/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
/**
|
||||
* @file en.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief board modules's basic language pack
|
||||
**/
|
||||
|
||||
$lang->board = "board";
|
||||
|
||||
// words used in button
|
||||
$lang->cmd_board_list = 'Board list';
|
||||
$lang->cmd_module_config = 'Common board setting';
|
||||
$lang->cmd_view_info = 'Board info';
|
||||
$lang->move_target_module = "Target module for changing position";
|
||||
|
||||
$lang->about_board = "This module is for creating and managing boards.\nSelect the module's name from the list after creating one to configurate specifically.\nBe careful with board's module name, since it will be the url. (ex : http://domain/zb/?mid=modulename)";
|
||||
?>
|
||||
17
modules/board/lang/es.lang.php
Normal file
17
modules/board/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)";
|
||||
?>
|
||||
17
modules/board/lang/jp.lang.php
Normal file
17
modules/board/lang/jp.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
/**
|
||||
* @file ko.lang.php
|
||||
* @author zero (zero@nzeo.com) 翻訳:RisaPapa
|
||||
* @brief 掲示板(board)モジュールの基本言語パッケージ
|
||||
**/
|
||||
|
||||
$lang->board = "掲示板";
|
||||
|
||||
// ボタンに使用する用語
|
||||
$lang->cmd_board_list = '掲示板リスト';
|
||||
$lang->cmd_module_config = '掲示板共通設定';
|
||||
$lang->cmd_view_info = '掲示板情報';
|
||||
$lang->move_target_module = "移動対象モジュール";
|
||||
|
||||
$lang->about_board = "掲示板を生成、管理できる掲示板モジュールです。生成後、リストからモジュール名を選択すると詳細な設定ができます。掲示板のモジュール名はURLになりますので注意してください。 (ex : http://ドメイン/zb/?mid=モジュール名)";
|
||||
?>
|
||||
17
modules/board/lang/ko.lang.php
Normal file
17
modules/board/lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
/**
|
||||
* @file ko.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief 게시판(board) 모듈의 기본 언어팩
|
||||
**/
|
||||
|
||||
$lang->board = "게시판";
|
||||
|
||||
// 버튼에 사용되는 언어
|
||||
$lang->cmd_board_list = '게시판 목록';
|
||||
$lang->cmd_module_config = '게시판 공통 설정';
|
||||
$lang->cmd_view_info = '게시판 정보';
|
||||
$lang->move_target_module = "이동 대상 모듈";
|
||||
|
||||
$lang->about_board = "게시판을 생성하고 관리할 수 있는 게시판 모듈입니다.\n생성하신 후 목록에서 모듈이름을 선택하시면 자세한 설정이 가능합니다.\n게시판의 모듈이름은 접속 url이 되므로 신중하게 입력해주세요. (ex : http://도메인/zb/?mid=모듈이름)";
|
||||
?>
|
||||
17
modules/board/lang/zh-CN.lang.php
Normal file
17
modules/board/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
/**
|
||||
* @file zh-CN.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief 版面(board) 模块语言包
|
||||
**/
|
||||
|
||||
$lang->board = "版面";
|
||||
|
||||
// 在按钮使用的语言
|
||||
$lang->cmd_board_list = '版面目录';
|
||||
$lang->cmd_module_config = '版面共同设置';
|
||||
$lang->cmd_view_info = '版面信息';
|
||||
$lang->move_target_module = "移动目标模块";
|
||||
|
||||
$lang->about_board = "可生成,管理版面的模块。\n生成版面后,点击模块名即可对其详细设置。";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue