mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
20 lines
1.2 KiB
PHP
20 lines
1.2 KiB
PHP
<?php
|
|
$lang->krzip = 'Korean Postal Code';
|
|
$lang->cmd_krzip_api_type = 'Select API Provider';
|
|
$lang->cmd_krzip_daumapi = 'Kakao API';
|
|
$lang->cmd_krzip_epostapi = 'Korea Post API';
|
|
$lang->cmd_krzip_postcodify = 'Postcodify';
|
|
$lang->cmd_krzip_regkey = 'Registration Key';
|
|
$lang->cmd_krzip_postcode = 'Postal Code';
|
|
$lang->cmd_krzip_address = 'Mailing Address';
|
|
$lang->cmd_krzip_detail_address = 'Detailed Address';
|
|
$lang->about_krzip = 'Postal code searching using public APIs for postal codes in South Korea.';
|
|
$lang->about_krzip_api_handler = 'Determining which API will be used to find the postal codes.';
|
|
$lang->about_krzip_epostapi_regkey = 'Entering the registration key from the Korea Post for using their API.';
|
|
$lang->msg_krzip_road_address_expectation = 'Road-Name Based Address: %s';
|
|
$lang->msg_krzip_jibun_address_expectation = 'Land-Lot Based Address: %s';
|
|
$lang->msg_krzip_no_query = 'Please provide a search keyword.';
|
|
$lang->msg_krzip_is_maintenance = 'Under maintenance.';
|
|
$lang->msg_krzip_wrong_regkey = 'This is an invalid registration key.';
|
|
$lang->msg_krzip_no_result = 'There is no found address.';
|
|
$lang->msg_krzip_riddling_wrong = 'Unknown error in the postal code module.';
|