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,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 input the Tetter Tools data into the module you want.\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.)';
?>