mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
commit
8326004cb2
2773 changed files with 91485 additions and 0 deletions
22
modules/krzip/lang/en.lang.php
Normal file
22
modules/krzip/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/krzip/lang/en.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief English language pack (Only basic contents are listed)
|
||||
**/
|
||||
|
||||
// normal words
|
||||
$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";
|
||||
|
||||
// error messages
|
||||
$lang->msg_not_exists_addr = "Target for searching doesn't exist";
|
||||
$lang->msg_fail_to_socket_open = "Unabled to connect to zip code checking server";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue