기본 번역본 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2223 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
FruitsHake 2007-08-06 13:13:54 +00:00
parent 6b6e4caa3e
commit c617752656

View file

@ -25,7 +25,7 @@
$lang->widget_margin_right = 'Right Margin';
$lang->widget_margin_bottom = 'Bottom Margin';
$lang->widget_margin_left= 'Left Margin';
$lang->about_widget_fix_width = 'If you select it, the width will be fixed.';
$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.';
@ -35,7 +35,7 @@
$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 run.';
$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_in_page = 'After entering the required values, click the [Add] button to insert the widget code into the page.';