mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
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
This commit is contained in:
parent
0e9c44387c
commit
a3cc3a9781
30 changed files with 190 additions and 105 deletions
|
|
@ -1,11 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module version="0.2">
|
||||
<title xml:lang="ko">한국 우편번호</title>
|
||||
<title xml:lang="en">Korean Postal Code</title>
|
||||
<description xml:lang="ko">공개 API를 이용해 우편번호 검색 서비스를 이용합니다.</description>
|
||||
<description xml:lang="en">Module to utilize public postal code searching APIs in South Korea.</description>
|
||||
<version>RX_VERSION</version>
|
||||
<date>RX_CORE</date>
|
||||
|
||||
<author email_address="developers@xpressengine.com" link="http://www.xpressengine.com/">
|
||||
<name xml:lang="ko">NAVER</name>
|
||||
<name xml:lang="en">NAVER</name>
|
||||
</author>
|
||||
</module>
|
||||
|
|
|
|||
20
modules/krzip/lang/en.php
Normal file
20
modules/krzip/lang/en.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?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.';
|
||||
Loading…
Add table
Add a link
Reference in a new issue