rhymix/modules/layout/lang/en.lang.php
2007-07-13 02:16:39 +00:00

34 lines
1.7 KiB
PHP

<?php
/**
* @file modules/layout/lang/en.lang.php
* @author zero <zero@nzeo.com>
* @brief Layout module's basic language pack
**/
$lang->cmd_layout_management = 'Layout setting';
$lang->cmd_layout_edit = 'Edit layout';
$lang->cmd_preview = 'Preview';
$lang->cmd_reset = 'Reset';
$lang->layout_name = 'Layout name';
$lang->layout_maker = "Layout maker";
$lang->layout_history = "Updates";
$lang->layout_info = "Layout information";
$lang->layout_list = 'Layout list';
$lang->menu_count = 'Menus';
$lang->downloaded_list = 'Download list';
$lang->layout_preview_content = 'The content gets displayed here';
$lang->not_apply_menu = 'Apply layouts';
$lang->cmd_move_to_installed_list = "View created list";
$lang->about_downloaded_layouts = "List of downloaded layouts";
$lang->about_title = 'Input the title that is easy to verify when connecting to module';
$lang->about_not_apply_menu = 'All connected module\'s layout will be changed by checking this option.';
$lang->about_layout = "Layout module helps you to create the site's layout easily.<br />By using layout setting and menu connection, website's completed shape will display with various modules.<br />* Those layouts which are unabled to delete or modify are the blog or other module's layout. ";
$lang->about_layout_code =
"It will be applied to the service when you save the layout code after editing it.
You must previous the result before saving it.
Refer to <a href=\"#\" onclick=\"winopen('http://trac.zeroboard.com/trac/wiki/TemplateHandler');return false;\">ZeroboardXE Pamphlet</a> for ZeroboardXE's grammer of pamphlet.";
?>