mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
commit
8326004cb2
2773 changed files with 91485 additions and 0 deletions
33
modules/blog/lang/en.lang.php
Normal file
33
modules/blog/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
* @file en.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief Basic language pack for blog module
|
||||
**/
|
||||
|
||||
// Words used in button
|
||||
$lang->cmd_blog_list = 'Blog list';
|
||||
$lang->cmd_module_config = 'Common blog setting';
|
||||
$lang->cmd_view_info = 'Blog info';
|
||||
$lang->cmd_manage_menu = 'Menu management';
|
||||
$lang->cmd_make_child = 'Add child category';
|
||||
$lang->cmd_enable_move_category = "Change category position (Drag the top menu after selection)";
|
||||
$lang->cmd_remake_cache = 'Rebuild cache file';
|
||||
$lang->cmd_layout_setup = 'Configure layout';
|
||||
$lang->cmd_layout_edit = 'Edit layout';
|
||||
|
||||
// Item
|
||||
$lang->parent_category_name = 'Parent category';
|
||||
$lang->category_name = 'Category';
|
||||
$lang->expand = 'Expand';
|
||||
$lang->category_group_srls = 'Accessable Group';
|
||||
$lang->search_result = 'Search result';
|
||||
|
||||
// blah blah..
|
||||
$lang->about_category_name = 'Please input category name';
|
||||
$lang->about_expand = 'By selecting this option, it will be always expanded';
|
||||
$lang->about_category_group_srls = 'Only the selected group will be able to see current categories. (Manually open xml file to expose)';
|
||||
$lang->about_layout_setup = 'You can manually modify blog layout code. Insert or manage the widget code anywhere you want';
|
||||
$lang->about_blog_category = 'You can make blog categories.<br />When blog category is broken, try rebuilding the cache file manually.';
|
||||
$lang->about_blog = "This is a blog module that can create and manage blog.\nAfter creating a blog, please decorate your blog by category and skin management because this blog module uses layout that is included in the blog skin.\nIf you want to connect other boards inside the blog, use the menu module to create a menu and then connect it with the skin manager";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue