에스파냐어, 러시아어 번역

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3656 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
sspa3141 2008-02-14 05:29:21 +00:00
parent eefe8f825f
commit fffcc7d8d6
3 changed files with 9 additions and 2 deletions

View file

@ -16,7 +16,7 @@
$lang->allowed_filesize = 'Límite del tamaño del archivo adjunto'; $lang->allowed_filesize = 'Límite del tamaño del archivo adjunto';
$lang->allowed_attach_size = 'Límite del tamaño total de los archivos adjuntos por documento'; $lang->allowed_attach_size = 'Límite del tamaño total de los archivos adjuntos por documento';
$lang->allowed_filetypes = 'Tipos de archivos permitidos'; $lang->allowed_filetypes = 'Tipos de archivos permitidos';
$lang->enable_download_group = '다운로드 가능 그룹'; $lang->enable_download_group = 'Descargar permitió grupos';
$lang->about_allowed_filesize = 'Puede definir el límite del tamaño del archivo adjunto. (exceptuando el administrador)'; $lang->about_allowed_filesize = 'Puede definir el límite del tamaño del archivo adjunto. (exceptuando el administrador)';
$lang->about_allowed_attach_size = 'Puede definir el límite del tamaño total de los archivos adjuntos por documento. (exceptuando el administrador)'; $lang->about_allowed_attach_size = 'Puede definir el límite del tamaño total de los archivos adjuntos por documento. (exceptuando el administrador)';
@ -26,7 +26,7 @@
$lang->cmd_move_to_document = 'Mover hacia el doncumento'; $lang->cmd_move_to_document = 'Mover hacia el doncumento';
$lang->cmd_download = 'Descargar'; $lang->cmd_download = 'Descargar';
$lang->msg_not_permitted_download = '다운로드 할 수 있는 권한이 없습니다'; $lang->msg_not_permitted_download = 'Usted no tiene ningún permiso para descargar';
$lang->msg_cart_is_null = 'Seleccione el archivo a eliminar'; $lang->msg_cart_is_null = 'Seleccione el archivo a eliminar';
$lang->msg_checked_file_is_deleted = 'Total de %d archivos eliminados'; $lang->msg_checked_file_is_deleted = 'Total de %d archivos eliminados';
$lang->msg_exceeds_limit_size = 'Ha excedido el límite del tamaño total de los archivos adjuntos'; $lang->msg_exceeds_limit_size = 'Ha excedido el límite del tamaño total de los archivos adjuntos';

View file

@ -4,17 +4,20 @@
<title xml:lang="jp">スプリングノート連動</title> <title xml:lang="jp">スプリングノート連動</title>
<title xml:lang="zh-CN">Springnote API</title> <title xml:lang="zh-CN">Springnote API</title>
<title xml:lang="en">Springnote</title> <title xml:lang="en">Springnote</title>
<title xml:lang="es">Springnote</title>
<title xml:lang="ru">Спрингноут</title> <title xml:lang="ru">Спрингноут</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007.11.30"> <author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007.11.30">
<name xml:lang="ko">제로</name> <name xml:lang="ko">제로</name>
<name xml:lang="jp">Zero</name> <name xml:lang="jp">Zero</name>
<name xml:lang="zh-CN">Zero</name> <name xml:lang="zh-CN">Zero</name>
<name xml:lang="en">Zero</name> <name xml:lang="en">Zero</name>
<name xml:lang="es">Zero</name>
<name xml:lang="ru">Zero</name> <name xml:lang="ru">Zero</name>
<description xml:lang="ko">스프링노트의 페이지를 제로보드XE에서 연동하여 출력하는 기능을 가지고 있는 모듈입니다.</description> <description xml:lang="ko">스프링노트의 페이지를 제로보드XE에서 연동하여 출력하는 기능을 가지고 있는 모듈입니다.</description>
<description xml:lang="jp">スプリングートのページをゼロボードXEと連動させて出力する機能のモジュールです。</description> <description xml:lang="jp">スプリングートのページをゼロボードXEと連動させて出力する機能のモジュールです。</description>
<description xml:lang="zh-CN">把Springnote网站页面整合到Zeroboard XE的模块。</description> <description xml:lang="zh-CN">把Springnote网站页面整合到Zeroboard XE的模块。</description>
<description xml:lang="en">This modules links pages of Springnote with ZeroboardXE, and display them.</description> <description xml:lang="en">This modules links pages of Springnote with ZeroboardXE, and display them.</description>
<description xml:lang="es">Esta módulos de enlaces de páginas Springnote con ZeroboardXE, y lo muestra.</description>
<description xml:lang="ru">Этот модуль связывает страницы Springnote с ZeroboardXE, и отображает их.</description> <description xml:lang="ru">Этот модуль связывает страницы Springnote с ZeroboardXE, и отображает их.</description>
</author> </author>
</module> </module>

View file

@ -3,12 +3,16 @@
<grants> <grants>
<grant name="list" default="guest"> <grant name="list" default="guest">
<title xml:lang="ko">목록</title> <title xml:lang="ko">목록</title>
<title xml:lang="es">Lista</title>
<title xml:lang="ru">список</title>
<title xml:lang="zh-CN">目录</title> <title xml:lang="zh-CN">目录</title>
<title xml:lang="jp">リスト</title> <title xml:lang="jp">リスト</title>
<title xml:lang="en">list</title> <title xml:lang="en">list</title>
</grant> </grant>
<grant name="view" default="guest"> <grant name="view" default="guest">
<title xml:lang="ko">열람</title> <title xml:lang="ko">열람</title>
<title xml:lang="es">Opinión</title>
<title xml:lang="ru">мнение</title>
<title xml:lang="zh-CN">查看</title> <title xml:lang="zh-CN">查看</title>
<title xml:lang="jp">閲覧</title> <title xml:lang="jp">閲覧</title>
<title xml:lang="en">view</title> <title xml:lang="en">view</title>