mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 17:29:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1873 201d5d3c-b55e-5fd7-737f-ddc643e51545
21 lines
980 B
PHP
21 lines
980 B
PHP
<?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.)';
|
|
?>
|