영어 - 기존 번역문 수정 및 위젯 설정 관련 변수 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2315 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
supershop 2007-08-11 12:05:53 +00:00
parent 790328b9ee
commit 2ed83fde65
4 changed files with 27 additions and 27 deletions

View file

@ -14,7 +14,7 @@
$lang->widget_code = 'Code';
$lang->widget_cache = 'Cache';
$lang->widget_fix_width = 'Fix width';
$lang->widget_fix_width = 'Fix Width';
$lang->widget_width = 'Width';
$lang->widget_position = 'Position';
$lang->widget_position_none = 'Next Line';
@ -25,11 +25,11 @@
$lang->widget_margin_right = 'Right Margin';
$lang->widget_margin_bottom = 'Bottom Margin';
$lang->widget_margin_left= 'Left Margin';
$lang->about_widget_fix_width = 'By selecting this option, the width will be fixed.';
$lang->about_widget_width = 'Select the width.';
$lang->about_widget_position = 'You may select the position to layout multiple widgets in a line.';
$lang->about_widget_margin = 'You may select the position to layout multiple widgets in a line.';
$lang->about_widget_cache = 'Cached data can be used during the setted time.';
$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';
@ -37,7 +37,7 @@
$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 = 'After entering the required item value of selected widget, click the [Generate Code] button to get the code so that you can apply to your template file.';
$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_addon = "A widget is very 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->about_addon = "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.";
?>