중국어,일본어,영어 추가 번역 및 스페인어 기본 언어파일 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1873 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-05 06:33:23 +00:00
parent 56cffca5dc
commit 19423dd8b2
22 changed files with 585 additions and 198 deletions

View file

@ -3,10 +3,12 @@
<title xml:lang="ko">BlogAPI 애드온</title>
<title xml:lang="jp">BlogAPI 機能拡張</title>
<title xml:lang="zh-CN">BlogAPI Add-on</title>
<title xml:lang="en">Addon for BlogAPI</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="jp">ゼロ</name>
<name xml:lang="zh-CN">zero</name>
<name xml:lang="en">zero</name>
<description xml:lang="ko">
metaWeblog를 지원하는 blogApi애드온입니다.
사용으로 설정하시면 각 모듈마다 RSD 태그를 노출합니다.
@ -25,5 +27,11 @@
api地址 http://安装地址/模块名/api
把状态设定为"启用"才会激活RSD标签及api.
</description>
<description xml:lang="en">
This blogApi addon supports metaWeblog.
Toggling this with use option lets RSD tag be exposed for each module.
URL to the api is http://setup_path/module_name/api.
Only selecting use option enables RSD tag and api to behave.
</description>
</author>
</addon>

View file

@ -3,10 +3,12 @@
<title xml:lang="ko">기본 카운터 애드온</title>
<title xml:lang="jp">基本接続カウンター機能拡張</title>
<title xml:lang="zh-CN">网站访问统计 Add-on</title>
<title xml:lang="en">Addon for basic counter</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="jp">ゼロ</name>
<name xml:lang="zh-CN">zero</name>
<name xml:lang="en">zero</name>
<description xml:lang="ko">
제로보드XE의 기본 카운터 모듈을 이용하여 접속 정보를 기록합니다.
이 애드온을 켜셔야 접속 정보 수집이 됩니다.
@ -19,5 +21,9 @@
zeroboardXE的网站访问统计Add-on是统计网站访问信息的
把状态设定为"启用"才会采集网站访问信息.
</description>
<description xml:lang="en">
This addon logs access information based on the basic counter module within Zeroboard XE.
It is necessary for aggregation of access information to turn on this addon.
</description>
</author>
</addon>

View file

@ -3,10 +3,12 @@
<title xml:lang="ko">사용자 추가 정보 및 커뮤니케이션 기능 활성화</title>
<title xml:lang="jp">会員の追加情報とコミュニケーション機能活性化</title>
<title xml:lang="zh-CN">用户添加信息与Communication功能激活</title>
<title xml:lang="en">Addon for enabling facilities for providing additional information about users and communicating</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="jp">ゼロ</name>
<name xml:lang="zh-CN">zero</name>
<name xml:lang="en">zero</name>
<description xml:lang="ko">
사용자의 정보중 이미지이름, 이미지마크, 서명등을 화면에 출력해주는 애드온입니다.
이런 정보들을 사용하지 않을 경우를 대비하여 별도의 애드온으로 빼어서 실행시간을 줄여줍니다.
@ -36,5 +38,15 @@
4. MemberModel::getMemberMenu 呼出时 对象是会员的情况添加发送信息的功能。
5. MemberModel::getMemberMenu 呼出时 添加好友登录菜单。
</description>
<description xml:lang="en">
Among other information about users, this addon displays image name, image mark, and signature.
In case of you not use this information, this stands apart from basic information so runtime should be reduced.
To expose image name, image mark, and signature, please turn on this addon.
1. Just before displaying user information, this will figure out unique key of member from the definition of "&amp;lt;div class="member_{unique key of member}"&amp;gt;....&amp;lt;/div&amp;gt;" and replace image name and/or image mark if they exsist.
2. Just before displaying, this is gonna locate the definition of "&amp;lt;div class="document_{unique key of member}"&amp;gt;...&amp;lt;/div&amp;gt;" and insert the signature below it.
3. When arrived a new slip, this will popup it.
4. This makes available to send a slip if the target is a member when MemberModel::getMemberMenu is called.
5. This adds a menu for registering as a friend when MemberModel::getMemberMenu is called.
</description>
</author>
</addon>

View file

@ -2,9 +2,11 @@
<addon version="0.1">
<title xml:lang="ko">네이버 검색 연동 애드온</title>
<title xml:lang="zh-CN">韩国naver搜索 Add-On</title>
<title xml:lang="en">Addon for interoperability with the Naver Search</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="zh-CN">제로</name>
<name xml:lang="en">zero</name>
<description xml:lang="ko">
글을 작성시 네이버의 검색서버에 해당 글의 상황을 보냅니다.
내용을 보내는 것이 아니라 글의 url만 보내고 글에서 선택한 공개옵션에 따라서 크롤링을 하게 됩니다.
@ -13,5 +15,9 @@
<description xml:lang="zh-CN">
中文用户不支持此功能
</description>
<description xml:lang="en">
When users post their entry, this will send its url and crawl according to option selected whether to be public when posting.
Interoperating with the Naver Search server enables you to use it for your site search.
</description>
</author>
</addon>

View file

@ -2,9 +2,11 @@
<addon version="0.1">
<title xml:lang="ko">OpenID delegation ID</title>
<title xml:lang="zh-CN">OpenID delegation ID</title>
<title xml:lang="en">Addon for delegating domain name to OpenID</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="zh-CN">zero</name>
<name xml:lang="en">zero</name>
<description xml:lang="ko">
본인의 도메인을 사용하여 오픈아이디로 활용할 수 있도록 합니다.
꼭 설정을 통해서 openid provider관련 값을 입력후 사용해주세요.
@ -13,25 +15,35 @@
使用本人的域名利用分散式的身份识别系统。
必须通过openid provider相关值的设定后再使用。
</description>
<description xml:lang="en">
This addon enables you to use your own domian name as an OpenID.
Just be sure to set the values related with openid provider before using.
</description>
</author>
<extra_vars>
<var name="server">
<title xml:lang="ko">server</title>
<description xml:lang="ko">openid.server 값을 입력해 주세요.</description>
<title xml:lang="zh-CN">server</title>
<title xml:lang="en">server</title>
<description xml:lang="ko">openid.server 값을 입력해 주세요.</description>
<description xml:lang="zh-CN">请输入 openid.server 值。</description>
<description xml:lang="en">Please input your openid.server value.</description>
</var>
<var name="delegate">
<title xml:lang="ko">delegate</title>
<description xml:lang="ko">openid.delegate값을 입력해주세요.</description>
<title xml:lang="ko">delegate</title>
<title xml:lang="zh-CN">delegate</title>
<description xml:lang="ko">openid.delegate값을 입력해주세요.</description>
<description xml:lang="zh-CN">请输入 openid.delegate 值。</description>
<description xml:lang="en">Please input your openid.delegate value.</description>
</var>
<var name="xrds">
<title xml:lang="ko">xrds</title>
<description xml:lang="ko">X-XRDS-Location값을 입력해주세요.</description>
<title xml:lang="zh-CN">xrds</title>
<title xml:lang="en">xrds</title>
<description xml:lang="ko">X-XRDS-Location값을 입력해주세요.</description>
<description xml:lang="zh-CN">请输入 X-XRDS-Location 值</description>
<description xml:lang="en">Please input your X-XRDS-Location value.</description>
</var>
</extra_vars>
</addon>

View file

@ -2,9 +2,11 @@
<addon version="0.1">
<title xml:lang="ko">레인보우 링크 애드온</title>
<title xml:lang="zh-CN">Rainbow 链接 Add-On</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<title xml:lang="en">Addon for rainbow links</title>
<author email_address="webmaster@dynamicdrive.com" link="http://dynamicdrive.com" date="2007. 2. 28">
<name xml:lang="ko">dynamicdrive.com</name>
<name xml:lang="zh-CN">dynamicdrive.com</name>
<name xml:lang="en">dynamicdrive.com</name>
<description xml:lang="ko">
rainbow.js를 header에 추가하여 링크가 걸린 글의 색을 무지개색으로 나타냅니다.
이 애드온의 rainbow.js는 &lt;a href=&quot;http://www.dynamicdrive.com&quot; target=&quot;_blank&quot;&gt;Dynamicdrive.com&lt;/a&gt;에 저작권이 있습니다.
@ -13,5 +15,9 @@
把rainbow.js添加在 header使链接显示彩虹色。
此 Add-On的 rainbow.js版权属于 &lt;a href=&quot;http://www.dynamicdrive.com&quot; target=&quot;_blank&quot;&gt;Dynamicdrive.com&lt;/a&gt;
</description>
<description xml:lang="en">
This addon adds a file named "rainbow.js" to headers, then linked text will get chameleon(rainbow) color change effect.
"rainbow.js" Copyrightⓒ2007 &lt;a href=&quot;http://www.dynamicdrive.com&quot; target=&quot;_blank&quot;&gt;Dynamicdrive.com&lt;/a&gt;.
</description>
</author>
</addon>

View file

@ -2,8 +2,10 @@
<addon version="0.1">
<title xml:lang="ko">스팸필터 애드온</title>
<title xml:lang="zh-CN">SpamFilter Add-On</title>
<title xml:lang="en">Addon for filtering spam</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="en">zero</name>
<name xml:lang="zh-CN">zero</name>
<description xml:lang="ko">
SpamFilter 모듈을 이용하여 글/코멘트/트랙백 등록 이전에 스팸 필터링 및 도배 방지를 합니다.
@ -13,5 +15,9 @@
利用SpamFilter 模块防止过滤恶意发表的帖子、评论、引用等功能。
详细的设定在 &quot; SpamFilter 模块里&quot; 设置。
</description>
<description xml:lang="en">
This addon filters spam and prevents users from cluttering before saving entries, comments, or trackbacks to database by setting SpamFilter module.
You can set up more details on &quot;Spam Filter module&quot;.
</description>
</author>
</addon>

View file

@ -1,214 +1,214 @@
<?php
/**
* common/lang/en.lang.php @file
* @author cero (zero@nzeo.com)
* paquete de la lengua inglesa del @brief (solamente las palabras básicas se incluyen aquí)
**/
<?php
/**
* @file common/lang/en.lang.php
* @author zero (zero@nzeo.com)
* @brief English Language Pack (Only basic words are included here)
**/
//palabras para la acción, que se utiliza básicamente
$lang->cmd_write = 'escribir';
$lang->cmd_reply = 'contestación';
$lang->cmd_delete = 'cancelación';
$lang->cmd_modify = 'modificarse';
$lang->cmd_edit = 'corregir';
$lang->cmd_view = 'visión';
$lang->cmd_view_all = 'Visión Toda';
$lang->cmd_list = 'lista';
$lang->cmd_prev = 'Prev';
$lang->cmd_next = 'después';
$lang->cmd_send_trackback = 'Enviar Trackback';
$lang->cmd_registration = $lang->cmd_submit = 'someter';
$lang->cmd_comment_registration = 'Agregar El Comentario';
$lang->cmd_insert = 'relleno';
$lang->cmd_save = 'excepto';
$lang->cmd_input = 'entrado';
$lang->cmd_search = 'búsqueda';
$lang->cmd_cancel = 'cancelación';
$lang->cmd_back = 'Ir Detrás';
$lang->cmd_vote = 'voto';
$lang->cmd_move = 'movimiento';
$lang->cmd_move_up = 'encima de';
$lang->cmd_move_down = 'abajo';
$lang->cmd_add_indent = 'mella';
$lang->cmd_remove_indent = 'Outdent';
$lang->cmd_management = 'manejar';
$lang->cmd_make = 'crear';
$lang->cmd_select = 'seleccionar';
$lang->cmd_select_all = 'Seleccionar Todos';
$lang->cmd_unselect_all = 'Deselect Todos';
$lang->cmd_close_all = 'Cercano Todos';
$lang->cmd_open_all = 'Abrir Todos';
$lang->cmd_reload = 'recarga';
$lang->cmd_close = 'cercano';
$lang->cmd_open = 'abrirse';
$lang->cmd_setup = 'configurar';
$lang->cmd_apply = 'aplicarse';
$lang->cmd_open_calendar = 'seleccionar una fecha';
$lang->cmd_send = 'enviar';
// words for action, which is basically used
$lang->cmd_write = 'Escribir';
$lang->cmd_reply = 'Contestación';
$lang->cmd_delete = 'Cancelación';
$lang->cmd_modify = 'Modificar';
$lang->cmd_edit = 'Corregir';
$lang->cmd_view = 'Ver';
$lang->cmd_view_all = 'Ver Toda';
$lang->cmd_list = 'List';
$lang->cmd_prev = 'Prev';
$lang->cmd_next = 'Adelante';
$lang->cmd_send_trackback = 'Enviar Trackback';
$lang->cmd_registration = $lang->cmd_submit = 'Someter';
$lang->cmd_comment_registration = 'Agregar El Commentario';
$lang->cmd_insert = 'Insertar';
$lang->cmd_save = 'Guardar';
$lang->cmd_input = 'Entrdada';
$lang->cmd_search = 'Búsqueda';
$lang->cmd_cancel = 'Cancelar';
$lang->cmd_back = 'Ir Detrás';
$lang->cmd_vote = 'Votar';
$lang->cmd_move = 'Mover';
$lang->cmd_move_up = 'Arriba';
$lang->cmd_move_down = 'Abajo';
$lang->cmd_add_indent = 'Agregar Pedido';
$lang->cmd_remove_indent = 'Eliminar Pedido';
$lang->cmd_management = 'Manejar';
$lang->cmd_make = 'Crear';
$lang->cmd_select = 'Seleccionar';
$lang->cmd_select_all = 'Seleccionar Todos';
$lang->cmd_unselect_all = 'Deseleccionar Todos';
$lang->cmd_close_all = 'Cerrar Todos';
$lang->cmd_open_all = 'Abrir Todos';
$lang->cmd_reload = 'Actualizar';
$lang->cmd_close = 'Cerrar';
$lang->cmd_open = 'Abrir';
$lang->cmd_setup = 'Configuración';
$lang->cmd_apply = 'Applicar';
$lang->cmd_open_calendar = 'Seleccionar la fecha';
$lang->cmd_send = 'Enviar';
$lang->enable = 'permitir';
$lang->disable = 'inhabilitar';
$lang->enable = 'Enable';
$lang->disable = 'Disable';
//Palabras De Essencial
$lang->no = 'ningún';
$lang->notice = 'aviso';
$lang->secret = 'secreto';
$lang->category = 'categoría';
$lang->document_srl = 'Doc.Num';
$lang->user_id = 'IDENTIFICACIÓN';
$lang->author = 'autor';
$lang->password = 'contraseña';
$lang->password1 = 'contraseña';
$lang->password2 = 'Confirmar La Contraseña';
$lang->admin_id = 'Identificación Del Admin';
$lang->writer = 'escritor';
$lang->user_name = 'Nombre Del Usuario';
$lang->nick_name = 'Nombre De la Mella';
$lang->email_address = 'email';
$lang->homepage = 'homepage';
$lang->blog = 'Blog';
$lang->birthday = 'fecha de nacimiento';
$lang->browser_title = 'Título Del Browser';
$lang->title = 'título';
$lang->title_content = 'Title+Content';
$lang->content = 'contenido';
$lang->document = 'entrada';
$lang->comment = 'comentario';
$lang->description = 'descripción';
$lang->trackback = 'Trackback';
$lang->tag = 'etiqueta';
$lang->allow_comment = 'Permitir El Comentario';
$lang->lock_comment = 'Comentario Que se traba';
$lang->allow_trackback = 'Permitir Trackback';
$lang->uploaded_file = 'accesorio';
$lang->grant = 'autoridad';
$lang->target = 'blanco';
$lang->total = 'total';
$lang->total_count = 'Total De la Cuenta';
$lang->ipaddress = 'IP ADDRESS';
$lang->path = 'trayectoria';
$lang->cart = 'Artículo Seleccionado';
$lang->friend = 'amigos';
// Essencial Words
$lang->no = 'No';
$lang->notice = 'Aviso';
$lang->secret = 'Secreto';
$lang->category = 'Categoría';
$lang->document_srl = 'Doc.Num';
$lang->user_id = 'Usuario';
$lang->author = 'Autor';
$lang->password = 'Contraseña';
$lang->password1 = 'Contraseña';
$lang->password2 = 'Confirmar la Contraseña';
$lang->admin_id = 'Identificación Del Admin';
$lang->writer = 'Escritor';
$lang->user_name = 'Nombre Del Usuario';
$lang->nick_name = 'Nombre De la Mella';
$lang->email_address = 'Correo Electrónico';
$lang->homepage = 'Página web';
$lang->blog = 'Blog';
$lang->birthday = 'Fecha de Nacimiento';
$lang->browser_title = 'Título del navegador';
$lang->title = 'Título';
$lang->title_content = 'Título+Contenido';
$lang->content = 'Contenido';
$lang->document = 'Entrada';
$lang->comment = 'Commentario';
$lang->description = 'Descripción';
$lang->trackback = 'Trackback';
$lang->tag = 'Etiqueta';
$lang->allow_comment = 'Permitir Commentarios';
$lang->lock_comment = 'Cerrar Commentarios';
$lang->allow_trackback = 'Permitir Trackback';
$lang->uploaded_file = 'Ajuntos';
$lang->grant = 'Autoridad';
$lang->target = 'Objetivo';
$lang->total = 'Total';
$lang->total_count = 'Visitos en Total';
$lang->ipaddress = 'Dirección IP';
$lang->path = 'Paso';
$lang->cart = 'Artículo Selecciónado';
$lang->friend = 'Amigos';
$lang->mid = 'Nombre Del Módulo';
$lang->layout = 'disposición';
$lang->widget = 'Widget';
$lang->module = 'módulo';
$lang->skin = 'tema';
$lang->colorset = 'Colorset';
$lang->extra_vars = 'Vars Adicional';
$lang->mid = 'Module Name';
$lang->layout = 'Layout';
$lang->widget = 'Widget';
$lang->module = 'Módulo';
$lang->skin = 'Tema';
$lang->colorset = 'Colección de colores';
$lang->extra_vars = 'Variables Extra';
$lang->document_url = 'URL De la Entrada';
$lang->trackback_url = 'URL De Trackback';
$lang->blog_name = 'Título De Blog';
$lang->excerpt = 'cita';
$lang->document_url = 'Entrada URL';
$lang->trackback_url = 'Trackback URL';
$lang->blog_name = 'Titulo del Blog';
$lang->excerpt = 'Quotación';
$lang->document_count = 'Cuenta De la Entrada';
$lang->page_count = 'Cuenta De la Página';
$lang->list_count = 'Cuenta De la Lista';
$lang->readed_count = 'Cuenta Referida';
$lang->voted_count = 'Cuenta Votada';
$lang->member_count = 'Cuenta Del Miembro';
$lang->date = 'fecha';
$lang->regdate = 'Fecha Publicada';
$lang->last_update = 'Actualización Pasada';
$lang->signup_date = 'Fecha De Signup';
$lang->last_login = 'Conexión Pasada';
$lang->first_page = 'Primera Página';
$lang->last_page = 'Página Pasada';
$lang->search_target = 'Buscando La Blanco';
$lang->search_keyword = 'Buscando Palabra clave';
$lang->is_default = 'defecto';
$lang->document_count = 'Numeros de la Entradas';
$lang->page_count = 'Cuentas de las Pagínas';
$lang->list_count = 'Cuentas del Listos';
$lang->readed_count = 'Cuentas Referidos';
$lang->voted_count = 'Cuentas Votadas';
$lang->member_count = 'Cuentas de Miembros';
$lang->date = 'Fecha';
$lang->regdate = 'Fecha Publicado';
$lang->last_update = 'Última actualización';
$lang->signup_date = 'Fecha Inscribido';
$lang->last_login = 'Último Entrada';
$lang->first_page = 'Primera Pagína';
$lang->last_page = 'Última Pagína';
$lang->search_target = 'Buscando Objectivo';
$lang->search_keyword = 'Buscando Palabra Clave';
$lang->is_default = 'Prefijado';
$lang->no_documents = 'Ningunas Entradas!';
$lang->no_documents = 'No Entradas!';
$lang->board_manager = 'Tablero Que fija';
$lang->member_manager = 'Miembro Que fija';
$lang->layout_manager = 'Disposición Que fija';
$lang->board_manager = 'Configuración Tablón';
$lang->member_manager = 'Configuración Miembros';
$lang->layout_manager = 'Configuración Diseño';
$lang->use = 'uso';
$lang->notuse = 'disuse';
$lang->not_exists = 'no existió';
$lang->use = 'Usar';
$lang->notuse = 'Desusar';
$lang->not_exists = 'No existe';
$lang->unit_sec = 'sec';
$lang->unit_min = 'minuto';
$lang->unit_hour = 'hora';
$lang->unit_day = 'día';
$lang->unit_week = 'semana';
$lang->unit_month = 'mes';
$lang->unit_year = 'año';
$lang->unit_sec = 'sec';
$lang->unit_min = 'min';
$lang->unit_hour = 'hr';
$lang->unit_day = 'dia';
$lang->unit_week = 'semana';
$lang->unit_month = 'mes';
$lang->unit_year = 'año';
//relacionado con la descripción
// Related to Description
$lang->about_tag = 'cuando mecanografiar las etiquetas, insertando un comma() entre cada etiqueta permite que usted entre las etiquetas múltiples';
$lang->about_layout = 'la\'disposición adorna un aspecto de su módulo que usted podría configurarlo de menú de la disposición en la tapa';
$lang->about_layout = 'disposición adorna un aspecto de su módulo que usted podría configurarlo de menú de la disposición en la tapa';
//relacionado con el mensaje
$lang->msg_call_server = 'solicitando al servidor, esperar por favor';
$lang->msg_db_not_setted = 'la\'configuración del DB tiene no ser fijada';
$lang->msg_invalid_queryid = 'el valor de la identificación de la pregunta especificó mal';
$lang->msg_not_permitted = 'usted no tiene ningún permiso';
$lang->msg_input_password = 'incorporar por favor su contraseña';
$lang->msg_invalid_document = 'Número Inválido De la Entrada';
$lang->msg_invalid_request = 'Petición Inválida';
$lang->msg_invalid_password = 'Contraseña Inválida';
$lang->msg_error_occured = 'El\'Error Ocurrió';
$lang->msg_not_founded = 'la\'blanco no se podía encontrar';
$lang->msg_no_result = 'esta búsqueda no tiene ningún resultado';
// Related to Message
$lang->msg_call_server = 'Solicitando al servidor, espere por favor';
$lang->msg_db_not_setted = 'No tiene la Configuración del DB';
$lang->msg_invalid_queryid = 'El valor de Query ID especificado mal';
$lang->msg_not_permitted = 'Usted no tiene permiso';
$lang->msg_input_password = 'Por favor escribe sus contraseña';
$lang->msg_invalid_document = 'Numero de entrada invalido';
$lang->msg_invalid_request = 'Requesta Invalido';
$lang->msg_invalid_password = 'Contraseñn Invalido';
$lang->msg_error_occured = 'Occurrido Errores';
$lang->msg_not_founded = 'Objetivo no encontrado';
$lang->msg_no_result = 'Esta búsqueda no hay resultado';
$lang->msg_not_permitted_act = 'le no permiten para solicitar la acción para ser ejecutado';
$lang->msg_module_is_not_exists = 'no podría encontrar el módulo que usted solicitó';
$lang->msg_module_is_not_standalone = 'el módulo que usted solicitó no podría comportarse independientemente';
$lang->msg_not_permitted_act = 'Usted no tiene permiso para ejecutar la action';
$lang->msg_module_is_not_exists = 'No podía encontrar el modulo que usted solicitado';
$lang->msg_module_is_not_standalone = 'El modulo usted solicitado no puede ejecutado independientemente';
$lang->success_registed = 'Colocado Con éxito';
$lang->success_updated = 'Puesto al día Con éxito';
$lang->success_deleted = 'Suprimido Con éxito';
$lang->success_voted = 'Votado Con éxito';
$lang->success_moved = 'Movido Con éxito';
$lang->success_sended = 'Enviado Con éxito';
$lang->success_reset = 'Reajustado Con éxito';
$lang->success_leaved = 'Con éxito Seceded';
$lang->success_registed = 'Registrado con Éxito';
$lang->success_updated = 'Actualizado con Éxito';
$lang->success_deleted = 'Boarrado con Éxito';
$lang->success_voted = 'Votado con Éxito';
$lang->success_moved = 'Movido con Éxito';
$lang->success_sended = 'Enviado con Éxito';
$lang->success_reset = 'Reajustado con Éxito';
$lang->success_leaved = 'Abandonó con Éxito';
$lang->fail_to_delete = 'Canceladura Fallada';
$lang->fail_to_move = 'Mudanza Fallada';
$lang->fail_to_delete = 'Supresión Fallada';
$lang->fail_to_move = 'Mover Fallada';
$lang->failed_voted = 'no podía ser votado';
$lang->fail_to_delete_have_children = 'la\'canceladura falló, puesto que hay unas o más contestaciones';
$lang->failed_voted = 'No podía ser votado';
$lang->fail_to_delete_have_children = 'Supresión Fallda. Hay unas o más contestaciones';
$lang->confirm_submit = 'confirmar para someter?';
$lang->confirm_logout = 'confirmar al registro de estado de la máquina?';
$lang->confirm_vote = 'confirmar para votar?';
$lang->confirm_delete = 'confirmar para suprimir?';
$lang->confirm_move = 'confirmar para moverse?';
$lang->confirm_reset = 'confirmar para reajustar?';
$lang->confirm_leave = 'confirmar a Secede?';
$lang->confirm_submit = 'Confirmar para someter?';
$lang->confirm_logout = 'Confirmar para salir?';
$lang->confirm_vote = 'Confirmar para voto?';
$lang->confirm_delete = 'Confirmar de supresión?';
$lang->confirm_move = 'Confirmar para Movido?';
$lang->confirm_reset = 'Confirmar para reajustar?';
$lang->confirm_leave = 'Confirmar para Éxito?';
$lang->column_type = 'Tipo De la Columna';
$lang->column_type_list['text'] ='uno-li\'nea texto';
$lang->column_type_list['homepage'] ='URL';
$lang->column_type_list['email_address'] ='email';
$lang->column_type_list['tel'] ='número de teléfono';
$lang->column_type_list['textarea'] ='textarea multilínea';
$lang->column_type_list['checkbox'] ='checkbox (múltiple selección)';
$lang->column_type_list['select'] ='caja selecta (solo selección)';
$lang->column_type_list['kr_zip'] ='código postal (coreano)';
$lang->column_type_list['date'] ='fecha (yyyy/mm/dd)';
//$lang->column_type_list['jp_zip'] ='código postal (japonés)';
$lang->column_name = 'Nombre De la Columna';
$lang->column_title = 'Título De la Columna';
$lang->default_value = 'Valor Prefijado';
$lang->is_active = 'activado';
$lang->is_required = 'Necesario Entrada';
$lang->column_type = 'Tipo de la Columna';
$lang->column_type_list['text'] = 'Texto una linea';
$lang->column_type_list['homepage'] = 'url';
$lang->column_type_list['email_address'] = 'Correo Electrónico';
$lang->column_type_list['tel'] = 'Numero de fono';
$lang->column_type_list['textarea'] = 'Texto multi-linea';
$lang->column_type_list['checkbox'] = 'checkbox (selecciónes multiples)';
$lang->column_type_list['select'] = 'select box (selección singlar)';
//$lang->column_type_list['kr_zip'] = 'zip code (Korean)';
$lang->column_type_list['date'] = 'fecha (dd/mm/aaaa)';
//$lang->column_type_list['jp_zip'] = 'zip code (Japanese)';
$lang->column_name = 'Nombre de la Columna';
$lang->column_title = 'Título de la Columna';
$lang->default_value = 'Valor Prefijado';
$lang->is_active = 'Activado';
$lang->is_required = 'Entrada Necesario';
//los mensajes alertas para el Javascript que usa por XML filtrarse
$lang->filter->isnull = 'entrar un valor para %s';
$lang->filter->outofrange = 'alinear el lenghth del texto de %s';
$lang->filter->equalto = 'valor inválido asignado para %s';
$lang->filter->invalid_email = '%s consiguió un formato inválido (eg. zbxe@zeroboard.com)';
$lang->filter->invalid_user_id = $lang->filter->invalid_userid = "%s consiguió a tomas inválidas de un format.\\nIt letras, números, y el underbar(ingleses _) de cuál debe comenzar con las letras inglesas";
$lang->filter->invalid_homepage = '%s consiguió un formato inválido (?: http://www.zeroboard.com)';
$lang->filter->invalid_korean = '%s consiguió un formato inválido. Solamente se aceptan las letras coreanas';
$lang->filter->invalid_korean_number = '%s consiguió un formato inválido. Solamente una combinación de letras y de números coreanos se acepta';
$lang->filter->invalid_alpha = '%s consiguió un formato inválido. Solamente se aceptan las letras inglesas';
$lang->filter->invalid_alpha_number = '%s consiguió un formato inválido. Solamente una combinación de letras y de números ingleses se acepta';
$lang->filter->invalid_number = '%s consiguió un formato inválido. Solamente se aceptan los números';
// Alert messages for Javascript using by XML filter
$lang->filter->isnull = 'Entrar un valor para %s';
$lang->filter->outofrange = 'Alinear el lenghth del texto de %s';
$lang->filter->equalto = 'Valor inválido asignado para %s';
$lang->filter->invalid_email = '%s es formateo inválido (eg. zbxe@zeroboard.com)';
$lang->filter->invalid_user_id = $lang->filter->invalid_userid = "%s es formeto inválido.\\nTomas letras, números, y el underbar(ingleses _) de cuál debe comenzar con las letras Alfabeto";
$lang->filter->invalid_homepage = '%s es formateo inválido. (?: http://www.zeroboard.com)';
$lang->filter->invalid_korean = '%s got an invalid format. Solo aceptan las letras Coreanas';
$lang->filter->invalid_korean_number = '%s es formateo inválido. Solamente combinación de letras y de números coreanos se acepta';
$lang->filter->invalid_alpha = '%s es formateo inválido. Solamente se aceptan las alfabeto';
$lang->filter->invalid_alpha_number = '%s es formateo inválido. Solamente se aceptan las alfabeto y números';
$lang->filter->invalid_number = '%s es formateo inválido. Solo aceptan los números.';
?>

View file

@ -2,9 +2,11 @@
<layout version="0.1">
<title xml:lang="ko">견본 레이아웃 (JS 메뉴)</title>
<title xml:lang="zh-CN">样本布局JS 菜单)</title>
<title xml:lang="en">Sample Layout (Menu in JS)</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="zh-CN">zero</name>
<name xml:lang="en">zero</name>
<description xml:lang="ko">
가장 기본적인 기능으로 이루어진 견본 레이아웃입니다.
main_menu, bottom_menu 2개의 메뉴로 구성되어 있으며 각 메뉴의 출력은 javascript 함수를 이용해서 출력합니다.
@ -15,46 +17,61 @@
此布局由 main_menu, bottom_menu 两个菜单构成,每个菜单的呼出方式是利用 javascript 函数显示。
制作布局的时候方便的同时自由度相对落后。
</description>
<description xml:lang="en">
This is a sample layout consists of the most basic features.
It has two menues each named "main_menu" and "bottom_menu", and they are displayed by using Javascript function.
Javascript version is so convenient to create layouts, but reduces the degree of freedom though.
</description>
</author>
<extra_vars>
<var name="colorset" type="select">
<title xml:lang="ko">컬러셋</title>
<title xml:lang="zh-CN">颜色</title>
<title xml:lang="en">Colorset</title>
<description xml:lang="ko">원하시는 컬러셋을 선택해주세요.</description>
<description xml:lang="zh-CN">请选择颜色。</description>
<description xml:lang="en">Please select a colorset you want.</description>
<options name="red">
<title xml:lang="ko">적색</title>
<title xml:lang="zh-CN">红色</title>
<title xml:lang="zh-CN">红色</title>
<title xml:lang="en">Red</title>
<value>red</value>
</options>
<options name="blue">
<title xml:lang="ko">청색</title>
<title xml:lang="zh-CN">青色</title>
<title xml:lang="en">Blue</title>
<value>blue</value>
</options>
</var>
<var name="top_title" type="text">
<title xml:lang="ko">상단 제목</title>
<title xml:lang="zh-CN">顶部标题</title>
<title xml:lang="en">Title on the top</title>
<description xml:lang="ko">레이아웃의 상단에 표시할 제목을 입력하세요.</description>
<description xml:lang="zh-CN">请输入布局顶部显示的标题。(网站名称)</description>
<description xml:lang="en">Please input a title to be displayed on the top of the layout.</description>
</var>
<var name="index_url" type="text">
<title xml:lang="ko">홈 페이지 URL</title>
<title xml:lang="zh-CN">网站 URL</title>
<title xml:lang="en">Home page URL</title>
<description xml:lang="ko">로고나 제목을 클릭시에 이동할 홈 페이지 URL을 입력해 주세요.</description>
<description xml:lang="zh-CN">点击网站LOGO或标题时要移动的页面URL。</description>
<description xml:lang="en">Please input URL to the page that you want to be loaded when a logo or title is clicked.</description>
</var>
</extra_vars>
<menus>
<menu name="main_menu" default="true">
<title xml:lang="ko">주 메뉴</title>
<title xml:lang="zh-CN">主 菜单</title>
<title xml:lang="en">Main menu</title>
<maxdepth>2</maxdepth>
</menu>
<menu name="bottom_menu">
<title xml:lang="ko">하단 메뉴 </title>
<title xml:lang="zh-CN">底部菜单</title>
<title xml:lang="en">Menu on the bottom </title>
<maxdepth>1</maxdepth>
</menu>
</menus>

View file

@ -2,9 +2,13 @@
<layout version="0.1">
<title xml:lang="ko">견본 레이아웃 (PHP 메뉴) </title>
<title xml:lang="zh-CN">样本布局 (PHP 菜单) </title>
<title xml:lang="en">Sample Layout (Menu in PHP)</title>
<title xml:lang="jp">レイアウト見本 (PHP メニュー) </title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="zh-CN">zero</name>
<name xml:lang="en">zero</name>
<name xml:lang="jp">ゼロ</name>
<description xml:lang="ko">
가장 기본적인 기능으로 이루어진 견본 레이아웃입니다.
main_menu, bottom_menu 2개의 메뉴로 구성되어 있으며 각 메뉴의 출력은 php 코드로 하게 됩니다.
@ -15,46 +19,76 @@
此布局由 main_menu, bottom_menu 两个菜单构成,每个菜单的呼出方式是利用 PHP 显示。
制作布局时候复杂的同时自由度相对提高。
</description>
<description xml:lang="en">
This is a sample layout consists of the most basic features.
It has two menues each named "main_menu" and "bottom_menu", and they are displayed by using PHP codes.
PHP version is more complex to create layouts than with Javascript, but increases the degree of freedom though.
</description>
<description xml:lang="jp">
一番基本的な機能で作られているレイアウト見本です。
main_menu, bottom_menu 2個のメニューで構成され、各メニューの出力は php コードになります。
レイアウトを作る時、js menu よりは複雑ですが自由度は高いです。
</description>
</author>
<extra_vars>
<var name="colorset" type="select">
<title xml:lang="ko">컬러셋</title>
<title xml:lang="zh-CN">颜色</title>
<title xml:lang="en">Colorset</title>
<title xml:lang="jp">カラーセット</title>
<description xml:lang="ko">원하시는 컬러셋을 선택해주세요.</description>
<description xml:lang="zh-CN">请选择颜色。</description>
<description xml:lang="en">Please select a colorset you want.</description>
<description xml:lang="jp">希望する色を選択してください。</description>
<options name="red">
<title xml:lang="ko">적색</title>
<title xml:lang="zh-CN">红色</title>
<title xml:lang="en">Red</title>
<title xml:lang="jp">赤色</title>
<value>red</value>
</options>
<options name="blue">
<title xml:lang="ko">청색</title>
<title xml:lang="zh-CN">青色</title>
<title xml:lang="en">Blue</title>
<title xml:lang="jp">青色</title>
<value>blue</value>
</options>
</var>
<var name="top_title" type="text">
<title xml:lang="ko">상단 제목</title>
<title xml:lang="zh-CN">顶部标题</title>
<title xml:lang="en">Title on the top</title>
<title xml:lang="jp">上端タイトル</title>
<description xml:lang="ko">레이아웃의 상단에 표시할 제목을 입력하세요.</description>
<description xml:lang="zh-CN">请输入布局顶部显示的标题。(网站名称)</description>
<description xml:lang="en">Please input a title to be displayed on the top of the layout.</description>
<description xml:lang="jp">レイアウトの上端に表示するタイトルを入力してください。</description>
</var>
<var name="index_url" type="text">
<title xml:lang="ko">홈 페이지 URL</title>
<title xml:lang="zh-CN">网站 URL</title>
<title xml:lang="en">Home page URL</title>
<title xml:lang="jp">ホームページ URL</title>
<description xml:lang="ko">로고나 제목을 클릭시에 이동할 홈 페이지 URL을 입력해 주세요.</description>
<description xml:lang="zh-CN">点击网站LOGO或标题时要移动的页面URL。</description>
<description xml:lang="en">Please input URL to the page that you want to be loaded when a logo or title is clicked.</description>
<description xml:lang="jp">ロゴをクリックした時に移動するホームページのURLを入力してください。</description>
</var>
</extra_vars>
<menus>
<menu name="main_menu" default="true">
<title xml:lang="ko">주 메뉴</title>
<title xml:lang="zh-CN">主菜单</title>
<title xml:lang="en">Main menu</title>
<title xml:lang="jp">メインメニュー</title>
<maxdepth>2</maxdepth>
</menu>
<menu name="bottom_menu">
<title xml:lang="ko">하단 메뉴 </title>
<title xml:lang="zh-CN">底部菜单 </title>
<title xml:lang="en">Menu on the bottom </title>
<title xml:lang="jp">下端メニュー </title>
<maxdepth>1</maxdepth>
</menu>
</menus>

View file

@ -3,44 +3,53 @@
<title xml:lang="ko">zb5beta 사이트 레이아웃</title>
<title xml:lang="zh-CN">zb5beta 网站布局</title>
<title xml:lang="en">zb5beta site's layout</title>
<title xml:lang="jp">zb5beta サイトレイアウト</title>
<author email_address="styx@zeroboard.com" link="http://bystyx.com" date="2007. 2. 28">
<name xml:lang="ko">styx</name>
<name xml:lang="zh-CN">styx</name>
<name xml:lang="en">styx</name>
<name xml:lang="jp">styx</name>
<description xml:lang="ko">zb5beta에서 사용되던 사이트 레이아웃입니다.</description>
<description xml:lang="zh-CN">在zb5beta 使用的布局</description>
<description xml:lang="en">It is layout which used into zb5beta.</description>
<description xml:lang="jp">zb5betaで使われているサイトレイアウトです。</description>
</author>
<extra_vars>
<var name="colorset" type="select">
<title xml:lang="ko">컬러셋</title>
<title xml:lang="zh-CN">颜色</title>
<title xml:lang="en">Colorset</title>
<title xml:lang="jp">カラーセット</title>
<description xml:lang="ko">원하시는 컬러셋을 선택해주세요.</description>
<description xml:lang="zh-CN">请选择颜色。</description>
<description xml:lang="en">Select colorset.</description>
<description xml:lang="jp">希望する色を選択してください。</description>
<options name="blue">
<title xml:lang="ko">파란색</title>
<title xml:lang="zh-CN">蓝色</title>
<title xml:lang="en">Blue</title>
<title xml:lang="jp">青色</title>
<value>blue</value>
</options>
<options name="green">
<title xml:lang="ko">녹색</title>
<title xml:lang="zh-CN">绿色</title>
<title xml:lang="en">Green</title>
<title xml:lang="jp">緑色</title>
<value>green</value>
</options>
<options name="red">
<title xml:lang="ko">빨간색 </title>
<title xml:lang="zh-CN">红色 </title>
<title xml:lang="en">Red </title>
<title xml:lang="jp">赤色</title>
<value>red</value>
</options>
<options name="purple">
<title xml:lang="ko">보라색</title>
<title xml:lang="zh-CN">紫色</title>
<title xml:lang="en">Purple</title>
<title xml:lang="jp">紫色</title>
<value>purple</value>
</options>
</var>
@ -48,25 +57,31 @@
<title xml:lang="ko">로고이미지</title>
<title xml:lang="zh-CN">LOGO图片</title>
<title xml:lang="en">Logo image</title>
<title xml:lang="jp">ロゴのイメージ</title>
<description xml:lang="ko">레이아웃의 상단에 표시될 로고이미지를 입력하세요. (세로길이가 100px인 투명이미지가 가장 어울립니다)</description>
<description xml:lang="zh-CN">请输入布局顶部现实的LOGO图片。 (适合高度 100px的透明LOGO。</description>
<description xml:lang="en">Please put a logo image in the the top of layout. (Transparency image's height 100px is best becoming.)</description>
<description xml:lang="jp">レイアウトの上端に表示されるロゴイメージを入力してください。 (縦幅が100pxである透明イメージが最も合います。)</description>
</var>
<var name="index_url" type="text">
<title xml:lang="ko">홈 페이지 URL</title>
<title xml:lang="zh-CN">网站 URL</title>
<title xml:lang="en">Hompage URL</title>
<title xml:lang="jp">ホームページ URL</title>
<description xml:lang="ko">로고를 클릭시에 이동할 홈 페이지 URL을 입력해 주세요.</description>
<description xml:lang="zh-CN">点击网站LOGO或标题时要移动的页面URL。</description>
<description xml:lang="en">Please put a homepage URL, when you click the logo.</description>
<description xml:lang="jp">ロゴをクリックした時に移動するホームページのURLを入力してください。</description>
</var>
<var name="copyright_text" type="textarea">
<title xml:lang="ko">카피라이트</title>
<title xml:lang="zh-CN">版权信息</title>
<title xml:lang="en">Copyright</title>
<title xml:lang="jp">コピーライト</title>
<description xml:lang="ko">사이트 하단에 표시될 카피라이트를 입력해주세요.</description>
<description xml:lang="zh-CN">请输入网站底部显示的版权信息。</description>
<description xml:lang="en">Please put a copyright in the site's lower column.</description>
<description xml:lang="jp">サイト下端に表示されるコピーライトを入力してください。</description>
</var>
</extra_vars>
<menus>
@ -74,6 +89,7 @@
<title xml:lang="ko">상단 메뉴</title>
<title xml:lang="zh-CN">顶部菜单</title>
<title xml:lang="en">Top menu</title>
<title xml:lang="jp">上端メニュー</title>
<maxdepth>3</maxdepth>
</menu>
</menus>

View file

@ -1,8 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<module version="0.1">
<title xml:lang="ko">메뉴</title>
<title xml:lang="zh-CN">菜单</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="zh-CN">zero</name>
<description xml:lang="ko">레이아웃, 모듈을 연결하는 메뉴를 생성/관리하는 모듈입니다.</description>
<description xml:lang="zh-CN">此模块将生成并管理连接布局,模块的菜单。</description>
</author>
</module>

View 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 = "A skin will be selected when an error message shows";
?>

View file

@ -0,0 +1,65 @@
<?php
/**
* @file modules/module/lang/en.lang.php
* @author zero (zero@nzeo.com)
* @brief English language pack
**/
$lang->module_list = "Module list";
$lang->module_index = "Module list";
$lang->module_category = "Module category";
$lang->module_info = "Module info";
$lang->add_shortcut = "Add to admin menu";
$lang->module_action = "Action";
$lang->module_maker = "Module maker";
$lang->module_history = "Update history";
$lang->category_title = "Category title";
$lang->header_text = 'Header text';
$lang->footer_text = 'Footer text';
$lang->use_category = 'Enable category';
$lang->category_title = 'Category title';
$lang->checked_count = 'No. of checked article';
$lang->skin_default_info = 'Default skin info';
$lang->skin_maker = 'Skin maker';
$lang->skin_maker_homepage = 'Skin maker homepage';
$lang->open_rss = 'Open RSS';
$lang->open_rss_types = array(
'Y' => 'Open all',
'H' => 'Open summary',
'N' => 'Not open',
);
$lang->cmd_add_shortcut = "Add shortcut";
$lang->cmd_install = "Install";
$lang->cmd_update = "Update";
$lang->cmd_manage_category = 'Manage categories';
$lang->cmd_manage_grant = 'Manage grant';
$lang->cmd_manage_skin = 'Manage skins';
$lang->cmd_manage_document = 'Manage articles';
$lang->msg_new_module = "Create new module";
$lang->msg_update_module = "Modify module";
$lang->msg_module_name_exists = "The name already exists. Please try other name.";
$lang->msg_category_is_null = 'No registered category exists.';
$lang->msg_grant_is_null = 'No list exists for grant.';
$lang->msg_no_checked_document = 'No checked articles exist.';
$lang->msg_move_failed = 'Failed to move';
$lang->msg_cannot_delete_for_child = 'Cannot delete a category having child categories.';
$lang->about_browser_title = "It will be shown in the browser title. It will be also used in a RSS/Trackback.";
$lang->about_mid = "The module name will be used like http://address/?mid=ModuleName.\n(only english alphabet,numbers, and underscore(_) are allowed)";
$lang->about_default = "If cheched, the default will be shown when access to the site without no mid value(mid=NoValue).";
$lang->about_module_category = "It enables you to manage it through module category.\n The URL for the module manager is <a href=\"./?module=admin&amp;act=dispModuleAdminCategory\">Manage module > Module category </a>.";
$lang->about_description= 'It is the description only for a manager.';
$lang->about_default = 'If cheched, the default will be shown when access to the site without no mid value(mid=NoValue).';
$lang->about_header_text = 'The contents will be shown on the top of the module.(html tags available)';
$lang->about_footer_text = 'The contents will be shown on the bottom of the module.(html tags available)';
$lang->about_skin = 'You can choose a module skin.';
$lang->about_use_category = 'If checked, category function will be enabled.';
$lang->about_list_count = 'You can set the number of limit to show article in a page.(default is 1)';
$lang->about_page_count = 'You can set the number of page link to move pages in a bottom of page.(default is 10)';
$lang->about_admin_id = 'You can grant a manager to have all permissions to the module.\n You can enter multiple IDs using <br />,(comma) \n(but the module manager cannot access the site admin page.)';
$lang->about_grant = 'If you disable all objects having specific permissions, all members even not logined may have permission.';
$lang->about_open_rss = 'You can select RSS on the current module to be open to the public.\nNo matter the view permission of article , RSS will be open to the public by its option.';
$lang->about_module = "All of Zeroboard XE except the basic library consist of module.\n [Manage module] module will show all installed modules and help you to manage them.\nThrough [Add shortcut] feature, you can manage frequently used modules easily.";
?>

View file

@ -0,0 +1,11 @@
<?php
/**
* @file modules/page/lang/en.lang.php
* @author zero (zero@nzeo.com)
* @brief page module / basic language pack
**/
$lang->page = "Page";
$lang->about_page = "It is a blog module which you can create a complete page.\nUsing latest or other widgets, you can create a dynamic page. Through the editor component, you can also create a great variety of pages.\nIts URL is same as other module's such as mid=module name.\n If it is selected as a default, it will be the main page of the site.";
$lang->cmd_page_modify = "Modify";
?>

View file

@ -0,0 +1,37 @@
<?php
/**
* @file modules/poll/lang/en.lang.php
* @author zero <zero@nzeo.com>
* @brief poll module / basic language pack
**/
$lang->poll = "Poll";
$lang->poll_stop_date = "Poll Expiration Date";
$lang->poll_join_count = "Joined";
$lang->poll_checkcount = "Required items";
$lang->cmd_poll_list = 'View poll list';
$lang->cmd_delete_checked_poll = 'Delete selected poll';
$lang->cmd_apply_poll = 'Apply poll';
$lang->cmd_delete_checked_poll = 'Delete selected poll';
$lang->success_poll = 'Thank you for the poll.';
$lang->msg_already_poll = 'Already polled!';
$lang->msg_cart_is_null = 'Please select a poll to be deleted.';
$lang->msg_checked_poll_is_deleted = '%d poll(s) deleted.';
$lang->msg_check_poll_item = 'Please select a poll item to poll.\n(Required poll item(s) may be different in each poll.)';
$lang->msg_cart_is_null = 'Please select a poll to be deleted.';
$lang->msg_checked_poll_is_deleted = '%d poll(s) deleted.';
$lang->msg_poll_not_exists = 'Selected poll is not exist.';
$lang->cmd_null_item = "No item value exist to post a poll. Please re-try.";
$lang->confirm_poll_submit = "Confirm to submit the poll?";
$lang->search_target_list = array(
'title' => 'Title',
'regdate' => 'Posting date',
'ipaddress' => 'IP Address',
);
?>

View 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.";
?>

View file

@ -0,0 +1,32 @@
<?php
/**
* @file modules/spamfilter/lang/en.lang.php
* @author zero <zero@nzeo.com>
* @brief English Language Pack (basic)
**/
// action related
$lang->cmd_denied_ip = "Black listed IPs";
$lang->cmd_denied_word = "Black listed words";
// general word
$lang->spamfilter = "Spam filter";
$lang->denied_ip = "IP blacklist";
$lang->interval = "Interval for spam process";
$lang->limit_count = "No. of limit";
$lang->check_trackback = "Check trackback";
$lang->word = "word";
// for description word
$lang->about_interval = "It is a time setting to block posting an article within the time.";
$lang->about_limit_count = "If you try to post an article more times over the limit within the setted time,\n it will be recognized as a spam, and your IP will be blocked.";
$lang->about_denied_ip = "Using *, You can block all IP addresses of 127.0.0.* patterned address.";
$lang->about_denied_word = "When you add a word to Black Listed Words,\n you can block an article contained the word not to be posted.";
$lang->about_check_trackback = "Only the trackback by one IP per an article could be allowed.";
// to post a message
$lang->msg_alert_limited_by_config = 'Posting an article within %s second is not allowed.\n If you try it again and again, your IP may be listed as a IP blacklist.';
$lang->msg_alert_denied_word = 'The word "%s" is not allowed to be used.';
$lang->msg_alert_registered_denied_ip = 'Your IP was listed as a IP blacklist,\n so you may have limitations on normal use of this site.\n If you have any questions on that matter, please contact to the site administrator.';
$lang->msg_alert_trackback_denied = 'Only one trackback per an article is allowed.';
?>

View file

@ -0,0 +1,21 @@
<?php
/**
* @file modules/trackback/lang/en.lang.php
* @author zero <zero@nzeo.com>
* @brief trackback module / basic language pack
**/
$lang->cmd_delete_checked_trackback = 'Delete checked trackback(s)';
$lang->msg_cart_is_null = 'Please select a trackback to be deleted.';
$lang->msg_checked_trackback_is_deleted = '%d trackback(s) deleted.';
$lang->search_target_list = array(
'url' => 'Target URL',
'blog_name' => 'Target Site Name',
'title' => 'Title',
'excerpt' => 'Excerpt',
'regdate' => 'Posting Date',
'ipaddress' => 'IP Address',
);
?>

View file

@ -0,0 +1,21 @@
<?php
/**
* @file modules/ttimporter/lang/en.lang.php
* @author zero (zero@nzeo.com)
* @brief Ttimporter module / basic language pack
**/
$lang->ttimporter = "Import Tetter Tools data";
$lang->about_tt_importer = "You can enter this into a module which you want Tetter Tools data.\n The attached file will be directly downloaded via web, so please be sure to enable the original Tetter Tools blog.";
$lang->target_module = "Target module";
$lang->target_file = "Target xml file";
$lang->target_url = "Blog URL";
$lang->cmd_continue = 'Continue';
$lang->msg_no_xml_file = 'Could not find the XML file! Please check the URL.';
$lang->msg_invalid_xml_file = 'Invalid XML file type!';
$lang->msg_importing = 'No. of importing: %d (if stopped long time, please click the "Continue" button.)';
$lang->msg_import_finished = 'No. of imported: %d (according to condition, some data may not be imported properly.)';
?>

View file

@ -0,0 +1,43 @@
<?php
/**
* @file modules/widget/lang/en.lang.php
* @author zero <zero@nzeo.com>
* @brief widget module- basic language pack
**/
$lang->cmd_generate_code = 'Generate Code';
$lang->widget_name = 'Widget name';
$lang->widget_maker = 'Widget maker';
$lang->widget_history = 'Update history';
$lang->widget_info = 'Widget info';
$lang->widget_code = 'Code';
$lang->widget_cache = 'Cache';
$lang->widget_fix_width = 'Fix width';
$lang->widget_width = 'Width';
$lang->widget_position = 'Position';
$lang->widget_position_none = 'Next Line';
$lang->widget_position_left = 'Left';
$lang->widget_position_right = 'Right';
$lang->widget_margin = 'Margin';
$lang->widget_margin_top = 'Top Margin';
$lang->widget_margin_right = 'Right Margin';
$lang->widget_margin_bottom = 'Bottom Margin';
$lang->widget_margin_left= 'Left Margin';
$lang->about_widget_fix_width = 'If you select it, the width will be fixed.';
$lang->about_widget_width = 'Select the width.';
$lang->about_widget_position = 'You may select the position to layout multiple widgets in a line.';
$lang->about_widget_margin = 'You may select the position to layout multiple widgets in a line.';
$lang->about_widget_cache = 'Cached data can be used during the setted time.';
$lang->generated_code = 'Generated Code';
$lang->msg_widget_is_not_exists = '%s widget is not exist.';
$lang->msg_widget_object_is_null = 'The object of %s widget cannot be created.';
$lang->msg_widget_proc_is_null = 'proc() of %s widget cannot be run.';
$lang->about_widget_code = 'After entering the required item value of selected widget, click the [Generate Code] button to get the code so that you can apply to your template file.';
$lang->about_widget_code_in_page = 'After entering the required values, click the [Add] button to insert the widget code into the page.';
$lang->about_addon = "A widget is very small free-standing application used in a layout or page module.\n It can be linked with internal module or external open api. Through its configuration setting, wide application is possible. \n You can directly add a widget by using the [Generate Code] function without using the Zeroboard XE page module or layout module.";
?>

View file

@ -1,9 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<widget version="0.1">
<title xml:lang="ko">로그인 정보 출력</title>
<title xml:lang="zh-CN">输出登陆信息</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="zh-CN">zero</name>
<description xml:lang="ko">로그인 폼이나 로그인 정보를 출력합니다</description>
<description xml:lang="zh-CN">输出登陆信息或者登陆form。</description>
</author>
<extra_vars />
</widget>