mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 08:41:39 +09:00
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
39 lines
1.6 KiB
XML
39 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<addon version="0.2">
|
|
<title xml:lang="ko">넘겨보는 사진</title>
|
|
<title xml:lang="en">PhotoSwipe</title>
|
|
<description xml:lang="ko">
|
|
본문 이미지를 하나의 갤러리 처럼 볼 수 있도록 하는 애드온입니다.
|
|
</description>
|
|
<description xml:lang="en">
|
|
Swipe your images of a post on your screen.
|
|
</description>
|
|
<license>MIT License (codes from http://photoswipe.com/), GPLv2 (other codes by Rhymix contributors)</license>
|
|
<version>RX_VERSION</version>
|
|
<date>RX_CORE</date>
|
|
|
|
<author email_address="misol.kr@gmail.com" link="https://github.com/misol">
|
|
<name xml:lang="ko">misol</name>
|
|
<name xml:lang="en">misol</name>
|
|
</author>
|
|
<author email_address="devops@rhymix.org" link="https://github.com/rhymix">
|
|
<name xml:lang="ko">Rhymix contributors</name>
|
|
<name xml:lang="en">Rhymix contributors</name>
|
|
</author>
|
|
<extra_vars>
|
|
<var name="display_name" type="select">
|
|
<title xml:lang="ko">파일이름 출력 설정</title>
|
|
<title xml:lang="en">Display Filenames</title>
|
|
<description xml:lang="ko">넘겨보기 실행시 하단에 파일이름을 출력할 것인지 여부를 선택합니다. 기본값은 사용하도록 되어있습니다.</description>
|
|
<description xml:lang="en">Whether the PhotoSwipe displays the filenames or not. The default is to display.</description>
|
|
<options value="block">
|
|
<title xml:lang="ko">사용</title>
|
|
<title xml:lang="en">Display</title>
|
|
</options>
|
|
<options value="none">
|
|
<title xml:lang="ko">사용 안함</title>
|
|
<title xml:lang="en">Hide</title>
|
|
</options>
|
|
</var>
|
|
</extra_vars>
|
|
</addon>
|