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,37 @@
<?php
/**
* @file modules/document/lang/en.lang.php
* @author zero <zero@nzeo.com>
* @brief Document module's basic language pack
**/
$lang->cmd_delete_checked_document = 'Delete selected';
$lang->msg_cart_is_null = 'Select the articles you wish to delete';
$lang->msg_category_not_moved = 'Unabled to move';
$lang->msg_is_secret = 'This article is secret';
$lang->msg_checked_document_is_deleted = 'Total of %d articles has been deleted';
// Search targets in admin page
$lang->search_target_list = array(
'title' => 'Subject',
'content' => 'Content',
'user_id' => 'User ID',
'member_srl' => 'Member No.',
'user_name' => 'Content',
'nick_name' => 'Content',
'email_address' => 'Email',
'homepage' => 'Homepage',
'is_notice' => 'Notice',
'is_secret' => 'Secret',
'tags' => 'Tag',
'readed_count' => 'Number of Views (Above)',
'voted_count' => 'Number of Votes (Above)',
'comment_count ' => 'Number of Comments (Above)',
'trackback_count ' => 'Number of trackbacks (Above)',
'uploaded_count ' => 'Number of Attachments (Above)',
'regdate' => 'Date',
'last_update' => 'Last Revised',
'ipaddress' => 'IP Address',
);
?>

View file

@ -0,0 +1,37 @@
<?php
/**
* @file modules/document/lang/es.lang.php
* @author zero <zero@nzeo.com>
* @brief Paquete lingual de módulo documento
**/
$lang->cmd_delete_checked_document = 'Eliminar selección';
$lang->msg_cart_is_null = 'Por favor selecciona documento para eliminar';
$lang->msg_category_not_moved = 'No puede mover';
$lang->msg_is_secret = 'es secreto';
$lang->msg_checked_document_is_deleted = 'Eliminado %d documentos';
// Artículo de busqueda en la pantalla de administración
$lang->search_target_list = array(
'title' => 'Título',
'content' => 'Contenido',
'user_id' => 'ID',
'member_srl' => 'Numero de miembro',
'user_name' => 'Nombre de usuario',
'nick_name' => 'Apodo',
'email_address' => 'Correo Electrónico',
'homepage' => 'Pagina de web',
'is_notice' => 'Noticia',
'is_secret' => 'Secreto',
'tags' => 'Etiqueta',
'readed_count' => 'Leido',
'voted_count' => 'Votado',
'comment_count ' => 'Commentarios',
'trackback_count ' => 'Trackback',
'uploaded_count ' => 'Subido',
'regdate' => 'Registrado',
'last_update' => 'Ultimo actualizado',
'ipaddress' => 'Dirección IP',
);
?>

View file

@ -0,0 +1,37 @@
<?php
/**
* @file modules/document/lang/jp.lang.php
* @author zero <zero@nzeo.com> 翻訳RisaPapa
* @brief ドキュメントdocumentモジュルの基本言語パッケージ
**/
$lang->cmd_delete_checked_document = '選択項目削除';
$lang->msg_cart_is_null = '削除する書き込みを選択してください。';
$lang->msg_category_not_moved = '移動することができません。';
$lang->msg_is_secret = '非公開設定の書き込みです。';
$lang->msg_checked_document_is_deleted = '%d個の書き込みが削除されました。';
// 管理者ページで検索する内容
$lang->search_target_list = array(
'title' => 'タイトル',
'content' => '内容',
'user_id' => 'ユーザID',
'member_srl' => '会員番号',
'user_name' => 'ユーザ名',
'nick_name' => 'ニックネーム',
'email_address' => 'メールアドレス',
'homepage' => 'ホームページ',
'is_notice' => 'お知らせ',
'is_secret' => '非公開書き込み',
'tags' => 'タグ',
'readed_count' => '照合数(以上)',
'voted_count' => '推薦数(以上)',
'comment_count ' => 'コメント数(以上)',
'trackback_count ' => 'トラックバック数(以上)',
'uploaded_count ' => '添付ファイル数(以上)',
'regdate' => '登録日',
'last_update' => '最近修正日',
'ipaddress' => 'IPアドレス',
);
?>

View file

@ -0,0 +1,37 @@
<?php
/**
* @file modules/document/lang/ko.lang.php
* @author zero <zero@nzeo.com>
* @brief 문서(document) 모듈의 기본 언어팩
**/
$lang->cmd_delete_checked_document = '선택항목 삭제';
$lang->msg_cart_is_null = '삭제할 글을 선택해주세요';
$lang->msg_category_not_moved = '이동할 수가 없습니다';
$lang->msg_is_secret = '비밀글입니다';
$lang->msg_checked_document_is_deleted = '%d개의 글이 삭제되었습니다';
// 관리자 페이지에서 검색할 대상
$lang->search_target_list = array(
'title' => '제목',
'content' => '내용',
'user_id' => '아이디',
'member_srl' => '회원번호',
'user_name' => '내용',
'nick_name' => '내용',
'email_address' => '이메일',
'homepage' => '홈페이지',
'is_notice' => '공지사항',
'is_secret' => '비밀글',
'tags' => '태그',
'readed_count' => '조회수 (이상)',
'voted_count' => '추천수 (이상)',
'comment_count ' => '코멘트수 (이상)',
'trackback_count ' => '트랙백수 (이상)',
'uploaded_count ' => '첨부파일수 (이상)',
'regdate' => '등록일',
'last_update' => '최근수정일',
'ipaddress' => 'IP 주소',
);
?>

View file

@ -0,0 +1,37 @@
<?php
/**
* @file modules/document/lang/zh-CN.lang.php
* @author zero <zero@nzeo.com>
* @brief 文章(document)模块语言包
**/
$lang->cmd_delete_checked_document = '删除所选项目';
$lang->msg_cart_is_null = '请选择要删除的文章。';
$lang->msg_category_not_moved = '不能移动!';
$lang->msg_is_secret = '这是密帖!';
$lang->msg_checked_document_is_deleted = '删除了%d个文章。';
// 管理页面查找的对象
$lang->search_target_list = array(
'title' => '标题',
'content' => '内容',
'user_id' => 'I D',
'member_srl' => '会员编号',
'user_name' => '姓名',
'nick_name' => '昵称',
'email_address' => '电子邮件',
'homepage' => '主页',
'is_notice' => '公告',
'is_secret' => '密帖',
'tags' => '标签',
'readed_count' => '查看数(以上)',
'voted_count' => '推荐数(以上)',
'comment_count ' => '评论数(以上)',
'trackback_count ' => '引用数(以上)',
'uploaded_count ' => '上传附件数(以上)',
'regdate' => '登录日期',
'last_update' => '最近更新日期',
'ipaddress' => 'IP 地址',
);
?>