영어 - 기존 번역본 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2357 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
supershop 2007-08-14 03:28:27 +00:00
parent 180a917fe8
commit 8508e4e84c
7 changed files with 32 additions and 17 deletions

View file

@ -6,15 +6,15 @@
**/
// normal words
$lang->krzip = "Korean Zip code";
$lang->krzip = "Korean Zip Code";
$lang->krzip_server_hostname = "Server name for zip code checking";
$lang->krzip_server_port = "Server port for zip code checking";
$lang->krzip_server_query = "Server path for zip code checking";
// descriptions
$lang->about_krzip_server_hostname = "Input the server's domain for checking zip codes and receiving the result list";
$lang->about_krzip_server_port = "Input the server's port number for checking the zip code";
$lang->about_krzip_server_query = "Input the query url that will be requested for checking the zip code";
$lang->about_krzip_server_hostname = "Please input the server's domain for checking zip codes and receiving the result list";
$lang->about_krzip_server_port = "Please input the server's port number for checking the zip code";
$lang->about_krzip_server_query = "Please input the query url that will be requested for checking the zip code";
// error messages
$lang->msg_not_exists_addr = "Target for searching doesn't exist";