mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2967 201d5d3c-b55e-5fd7-737f-ddc643e51545
22 lines
1,017 B
PHP
22 lines
1,017 B
PHP
<?php
|
|
/**
|
|
* @file modules/page/lang/en.lang.php
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief page module / basic language pack
|
|
**/
|
|
|
|
$lang->page = "Page";
|
|
$lang->about_page = "It is a blog module which you can create a complete page.\nUsing latest or other widgets, you can create a dynamic page. Through the editor component, you can also create a great variety of pages.\nIts URL is same as other module's such as mid=module name.\n If it is selected as a default, it will be the main page of the site.";
|
|
$lang->cmd_page_modify = "Modify";
|
|
|
|
$lang->cmd_content_insert = "내용 직접 추가";
|
|
|
|
$lang->cmd_widget_size = "위젯 크기";
|
|
$lang->cmd_widget_align = "위젯 정렬";
|
|
$lang->cmd_widget_align_left = "왼쪽";
|
|
$lang->cmd_widget_align_right = "오른쪽";
|
|
$lang->cmd_widget_margin = "위젯 여백";
|
|
$lang->cmd_widget_border = "위젯 테두리";
|
|
$lang->cmd_widget_border_solid = "실선";
|
|
$lang->cmd_widget_border_dotted = "점선";
|
|
?>
|