영어 - 기존 번역본 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2106 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
supershop 2007-08-01 04:40:20 +00:00
parent 12af1fdf18
commit f09e7107f9
9 changed files with 39 additions and 37 deletions

View file

@ -33,8 +33,8 @@
$lang->generated_code = 'Generated Code';
$lang->msg_widget_is_not_exists = '%s widget is not exist.';
$lang->msg_widget_object_is_null = 'The object of %s widget cannot be created.';
$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->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.';