mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
Added/Updated Taiwanese
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7668 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e761d9958e
commit
c436aad6b0
14 changed files with 48 additions and 25 deletions
|
|
@ -1,12 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module version="0.2">
|
||||
<title xml:lang="ko">Syndication</title>
|
||||
<title xml:lang="zh-TW">聯合供搞</title>
|
||||
<description xml:lang="ko">검색서비스업체와 직접 통신을 통해 컨텐츠를 잘 검색되도록 하는 Syndication 규약을 따라 정보를 주고받는 모듈</description>
|
||||
<description xml:lang="zh-TW">검색서비스업체와 직접 통신을 통해 컨텐츠를 잘 검색되도록 하는 Syndication 규약을 따라 정보를 주고받는 모듈</description>
|
||||
<version>1.0</version>
|
||||
<date>2010-06-23</date>
|
||||
<category>interlock</category>
|
||||
|
||||
<author email_address="developers@xpressengine.com" link="http://www.xpressengine.com">
|
||||
<name xml:lang="ko">NHN</name>
|
||||
<name xml:lang="zh-TW">NHN</name>
|
||||
</author>
|
||||
</module>
|
||||
|
|
|
|||
16
modules/syndication/lang/zh-TW.lang.php
Normal file
16
modules/syndication/lang/zh-TW.lang.php
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
$lang->syndication = '聯合供搞';
|
||||
$lang->about_syndication = '신디케이션이란 검색 서비스 업체와 syndication 이라는 표준 규약을 통해서 보다 더 잘 검색되게 하는 기능입니다.<br/>최소한의 요청만으로 효과적으로 컨텐츠를 검색 서비스 업체와 동기화합니다';
|
||||
|
||||
$lang->syndication_service = '供稿服務';
|
||||
$lang->about_syndication_service = '提供根據標準協議的聯合供搞服務。<br/>[應用] 透過 Ping 的方式';
|
||||
|
||||
$lang->my_syndication_url = '供稿網址';
|
||||
$lang->about_my_syndication_url = '신디케이션 정보를 제공할때 사용되는 사이트의 주소를 입력해주세요. 이 주소는 대표 주소를 이용해주시고 가능한 바꾸시지 않는 것이 좋습니다';
|
||||
|
||||
$lang->except_module = '제외시킬 모듈';
|
||||
$lang->about_except_module = '신디케이션 대상에서 제외시켜 검색서비스 업체와 동기화를 시키지 않을 모듈을 선택해주세요';
|
||||
|
||||
$lang->msg_site_url_is_null = '請輸入網站網址';
|
||||
$lang->success_applied = '적용되었습니다';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue