From 25c11a594e4be9d5a50e28f68141ba17e7516470 Mon Sep 17 00:00:00 2001 From: sanghunjun Date: Tue, 4 Sep 2007 16:14:02 +0000 Subject: [PATCH] =?UTF-8?q?=EC=8A=A4=ED=8E=98=EC=9D=B8=EC=96=B4=20?= =?UTF-8?q?=EB=B2=88=EC=97=AD=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2495 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/ttimporter/conf/info.xml | 69 ++++++++++++++++------------- modules/ttimporter/lang/es.lang.php | 21 +++++++++ 2 files changed, 59 insertions(+), 31 deletions(-) create mode 100644 modules/ttimporter/lang/es.lang.php diff --git a/modules/ttimporter/conf/info.xml b/modules/ttimporter/conf/info.xml index 4ce566322..09ac87fad 100644 --- a/modules/ttimporter/conf/info.xml +++ b/modules/ttimporter/conf/info.xml @@ -1,31 +1,38 @@ - - - TatterTools 데이터 이전 - TatterTools 数据导入 - TTデータ移転 - Transfer data from TatterTools - - 제로 - zero - Zero - Zero - - 태터툴즈의 백업파일을 제로보드XE에 입력을 하는 모듈입니다. - 첨부파일 포함하지 않은 백업파일이 필요합니다. - 첨부파일은 원주소에서 직접 다운로드를 하게 됩니다. - - - 导入TatterTools的备份文件到Zeroboard XE的模块。 - 需要不包含附件的备份文件。 - 附件将在原地址直接下载。 - - - TatterToolsのバックアップファイルをゼロボードXE用にデータの変換を行うモジュールです。添付ファイルを含まないバックアップファイルが必要です。添付ファイルは、元のアドレスからダウンロードします。 - - - Module for inputting TattertTools' backup file to ZeroboardXE. - Backup file without attachment is required. - Attachments will be downloaded from the original address. - - - + + + TatterTools 데이터 이전 + TatterTools 数据导入 + TTデータ移転 + Transfer data from TatterTools + Transferir datos desde la Herramienta Tatter + + 제로 + zero + Zero + Zero + Zero + + 태터툴즈의 백업파일을 제로보드XE에 입력을 하는 모듈입니다. + 첨부파일 포함하지 않은 백업파일이 필요합니다. + 첨부파일은 원주소에서 직접 다운로드를 하게 됩니다. + + + 导入TatterTools的备份文件到Zeroboard XE的模块。 + 需要不包含附件的备份文件。 + 附件将在原地址直接下载。 + + + TatterToolsのバックアップファイルをゼロボードXE用にデータの変換を行うモジュールです。添付ファイルを含まないバックアップファイルが必要です。添付ファイルは、元のアドレスからダウンロードします。 + + + Module for inputting TattertTools' backup file to ZeroboardXE. + Backup file without attachment is required. + Attachments will be downloaded from the original address. + + + Módulo para ingresar archivos de respaldo de la Herramienta Tatter de ZeroboardXE. + Se requiere archivo de respaldo sin archivos adjuntos. + Archivos adjuntos serán descargados directamente desde la dirección original. + + + diff --git a/modules/ttimporter/lang/es.lang.php b/modules/ttimporter/lang/es.lang.php new file mode 100644 index 000000000..7cc9d2bc3 --- /dev/null +++ b/modules/ttimporter/lang/es.lang.php @@ -0,0 +1,21 @@ +ttimporter = "Importar datos de la herramienta Tetter"; + $lang->about_tt_importer = "Usted puede ingresar los datos de la herramienta Tetter dentro del modulo lo que desee.\n El archivo adjunto sera directamento descargado via web, por lo que Usted debe activar el blog original de la herrameienta Tetter."; + + $lang->target_module = "Modulo objetivo"; + $lang->target_file = "Archivo xml objetivo"; + $lang->target_url = "URL del Blog"; + + $lang->cmd_continue = 'Continuar'; + + $lang->msg_no_xml_file = 'No se puede encontrar el archivo XML! Por favor chequee la URL.'; + $lang->msg_invalid_xml_file = 'Tipo de archivo XML invalido!'; + $lang->msg_importing = 'Importando %d datos (si permanece parado mucho tiempo, por favor presiona el boton "Continuar".)'; + $lang->msg_import_finished = '%d datos importados (dependiendo de la condicion, algunos datos pueden no ser importados correctamente.)'; +?>