mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4360 201d5d3c-b55e-5fd7-737f-ddc643e51545
66 lines
4.2 KiB
PHP
66 lines
4.2 KiB
PHP
<?php
|
|
/**
|
|
* @file modules/module/lang/en.lang.php
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief English language pack
|
|
**/
|
|
|
|
$lang->module_list = "Modules List";
|
|
$lang->module_index = "Modules List";
|
|
$lang->module_category = "Module Category";
|
|
$lang->module_info = "Module Info";
|
|
$lang->add_shortcut = "Add Shortcuts";
|
|
$lang->module_action = "Actions";
|
|
$lang->module_maker = "Module Developer";
|
|
$lang->module_license = 'License';
|
|
$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 = 'Number of Checked Articles';
|
|
$lang->skin_default_info = 'Default Skin Info';
|
|
$lang->skin_maker = 'Skin Developer';
|
|
$lang->skin_maker_homepage = "Skin Developer's Homepage";
|
|
$lang->module_copy = "Duplicate Module";
|
|
|
|
$lang->header_script = "Header Script";
|
|
$lang->about_header_script = "You can input the html script between <header> and </header> by yourself.<br />You can use <script, <style or <meta tag";
|
|
|
|
$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 Permission';
|
|
$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 another name.";
|
|
$lang->msg_category_is_null = 'There is no registered category.';
|
|
$lang->msg_grant_is_null = 'There is no permission list.';
|
|
$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 + [english alphabet ,numbers, and underscore(_)] are allowed)";
|
|
$lang->about_default = "If checked, 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&act=dispModuleAdminCategory\">Manage module > Module category </a>.";
|
|
$lang->about_description= 'It is the description only for a manager.';
|
|
$lang->about_default = 'If checked, this module will be shown when users access to the site without 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 may 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 20)';
|
|
$lang->about_search_list_count = 'You may set the number of articles to be exposed when you use search or category function. (default is 20)';
|
|
$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 permissions for a specific object, members who has not logged in would get permission.';
|
|
$lang->about_module = "Zeroboard XE consists of modules except basic library.\n [Module Manage] module will show all installed modules and help you to manage them.";
|
|
|
|
$lang->about_extra_vars_default_value = 'If multiple default values are needed, you can link them with comma(,).';
|
|
?>
|