mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
영어 - 추가 번역 및 기존 번역본 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4334 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ac63084a3b
commit
92d7bea780
3 changed files with 13 additions and 0 deletions
|
|
@ -1,10 +1,15 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<addon version="0.2">
|
<addon version="0.2">
|
||||||
<title xml:lang="ko">댓글알리미 애드온</title>
|
<title xml:lang="ko">댓글알리미 애드온</title>
|
||||||
|
<title xml:lang="en">Comment Notifier Addon</title>
|
||||||
<author email_address="haneul0318@seungyeop.kr" link="http://www.seungyeop.kr" date="2008. 6. 2">
|
<author email_address="haneul0318@seungyeop.kr" link="http://www.seungyeop.kr" date="2008. 6. 2">
|
||||||
<name xml:lang="ko">haneul</name>
|
<name xml:lang="ko">haneul</name>
|
||||||
|
<name xml:lang="en">haneul</name>
|
||||||
<description xml:lang="ko">
|
<description xml:lang="ko">
|
||||||
댓글알리미를 지원하는 애드온입니다.
|
댓글알리미를 지원하는 애드온입니다.
|
||||||
|
</description>
|
||||||
|
<description xml:lang="en">
|
||||||
|
This addon enables Comment Notifier module.
|
||||||
</description>
|
</description>
|
||||||
</author>
|
</author>
|
||||||
</addon>
|
</addon>
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,11 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<module version="0.2" category="accessory">
|
<module version="0.2" category="accessory">
|
||||||
<title xml:lang="ko">댓글알리미</title>
|
<title xml:lang="ko">댓글알리미</title>
|
||||||
|
<title xml:lang="en">Comment Notifier</title>
|
||||||
<author email_address="haneul0318@gmail.com" link="http://seungyeop.kr" date="2008. 06. 02">
|
<author email_address="haneul0318@gmail.com" link="http://seungyeop.kr" date="2008. 06. 02">
|
||||||
<name xml:lang="ko">haneul</name>
|
<name xml:lang="ko">haneul</name>
|
||||||
|
<name xml:lang="en">haneul</name>
|
||||||
<description xml:lang="ko">댓글알리미 모듈입니다.</description>
|
<description xml:lang="ko">댓글알리미 모듈입니다.</description>
|
||||||
|
<description xml:lang="en">Comment Notifier will tell you when there's a new comment</description>
|
||||||
</author>
|
</author>
|
||||||
</module>
|
</module>
|
||||||
|
|
|
||||||
5
modules/tccommentnotify/lang/en.lang.php
Normal file
5
modules/tccommentnotify/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
<?php
|
||||||
|
$lang->commentnotify = 'Comment Notifier';
|
||||||
|
$lang->msg_checked_comment_is_deleted = '%d comment(s) has(have) been deleted';
|
||||||
|
$lang->cmd_delete_checked_comment = 'Delete Selected Items';
|
||||||
|
?>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue