mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Syndication API를 XE Core에 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7640 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ee1fc6237a
commit
1675d4c8d9
38 changed files with 1025 additions and 0 deletions
16
modules/syndication/lang/ko.lang.php
Normal file
16
modules/syndication/lang/ko.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