rhymix/modules/krzip/lang/en.php
Min-Soo Kim a3cc3a9781
Update Rhymix English Language Translations
Update Language Files of:
- Common Language File
- Addon Module
- Admin Module
- AutoInstall Module
- Board Module
- Comment Module
- Communication Module
- Document Module
- Editor Module
- File Module
- Korean Postal Code Module
- Notification Center Module
- Point Module
- Poll Module
- RSS Module
- Tag Module
- Recycle Bin Module
- AdminLogging Addon
- PhotoSwipe Addon
- XEdition Layout
- Content Widget
- ncenter_login Widget
- mcontent Widget
2024-12-31 10:41:06 -05:00

20 lines
1.2 KiB
PHP

<?php
$lang->krzip = 'Korean Postal Code';
$lang->cmd_krzip_api_type = 'Select API Provider';
$lang->cmd_krzip_daumapi = 'Daum-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.';