mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2993 201d5d3c-b55e-5fd7-737f-ddc643e51545
65 lines
3.3 KiB
PHP
65 lines
3.3 KiB
PHP
<?php
|
|
/**
|
|
* @file modules/widget/lang/en.lang.php
|
|
* @author zero <zero@nzeo.com>
|
|
* @brief widget module- basic language pack
|
|
**/
|
|
|
|
$lang->cmd_generate_code = 'Generate Code';
|
|
|
|
$lang->widget_name = 'Widget Name';
|
|
$lang->widget_maker = 'Widget Developer';
|
|
$lang->widget_history = 'Update History';
|
|
$lang->widget_info = 'Widget Info';
|
|
$lang->widget_code = 'Code';
|
|
$lang->widget_cache = 'Cache';
|
|
|
|
$lang->widget_fix_width = 'Fix Width';
|
|
$lang->widget_width = 'Width';
|
|
$lang->widget_position = 'Position';
|
|
$lang->widget_position_none = 'Next Line';
|
|
$lang->widget_position_left = 'Left';
|
|
$lang->widget_position_right = 'Right';
|
|
$lang->widget_margin = 'Margin';
|
|
$lang->widget_margin_top = 'Top Margin';
|
|
$lang->widget_margin_right = 'Right Margin';
|
|
$lang->widget_margin_bottom = 'Bottom Margin';
|
|
$lang->widget_margin_left= 'Left Margin';
|
|
$lang->about_widget_fix_width = 'Please check to fix the width.';
|
|
$lang->about_widget_width = 'Please set the width of widget.';
|
|
$lang->about_widget_position = 'Please select the position if you want to display many widgets in one line.';
|
|
$lang->about_widget_margin = "You may set the margin of widgets' top, bottom, right and left.";
|
|
$lang->about_widget_cache = 'Cached data can be used during the time you have set.';
|
|
|
|
$lang->generated_code = 'Generated Code';
|
|
|
|
$lang->msg_widget_is_not_exists = '%s widget does not exist.';
|
|
$lang->msg_widget_object_is_null = 'Object of %s widget cannot be created.';
|
|
$lang->msg_widget_proc_is_null = 'proc() of %s widget cannot be executed.';
|
|
|
|
$lang->about_widget_code = 'Please input required value first, and click [Generate Code] button to generate code to add to the template file.';
|
|
$lang->about_widget_code_in_page = 'After entering the required values, click the [Add] button to insert the widget code into the page.';
|
|
$lang->about_widget = "A widget is a small free-standing application used in a layout or page module.\n It can be linked with internal module or external open api. Through its configuration setting, wide application is possible. \n You can directly add a widget by using the [Generate Code] function without using the Zeroboard XE page module or layout module.";
|
|
|
|
$lang->cmd_content_insert = "내용 직접 추가";
|
|
$lang->cmd_box_widget_insert = "상자 위젯 추가";
|
|
$lang->cmd_remove_all_widgets = "내용 모두 지우기";
|
|
|
|
$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_padding = "내부 여백";
|
|
$lang->cmd_widget_border = "위젯 테두리";
|
|
$lang->cmd_widget_border_solid = "실선";
|
|
$lang->cmd_widget_border_dotted = "점선";
|
|
$lang->cmd_widget_background_color = "배경색";
|
|
$lang->cmd_widget_background_image_url = "배경 이미지";
|
|
$lang->cmd_widget_background_image_repeat = "반복";
|
|
$lang->cmd_widget_background_image_no_repeat = "고정";
|
|
$lang->cmd_widget_background_image_x_repeat = "가로 반복";
|
|
$lang->cmd_widget_background_image_y_repeat = "세로 반복";
|
|
$lang->cmd_widget_background_image_x = "가로 위치";
|
|
$lang->cmd_widget_background_image_y = "세로 위치";
|
|
?>
|