영어 - 기존 번역문 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4243 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
supershop 2008-06-06 10:55:46 +00:00
parent 5b726c48e6
commit 3db5501949
4 changed files with 11 additions and 7 deletions

View file

@ -33,9 +33,9 @@
$lang->generated_code = 'Generated Code';
$lang->msg_widget_is_not_exists = '%s does not exist.';
$lang->msg_widget_object_is_null = 'Object of %s could not be created.';
$lang->msg_widget_proc_is_null = 'proc() of %s could not be executed.';
$lang->msg_widget_is_not_exists = "'%s' does not exist.";
$lang->msg_widget_object_is_null = "Object of '%s' could not be created.";
$lang->msg_widget_proc_is_null = "proc() of '%s' could not 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.';