diff options
author | Adrian Lang <mail@adrianlang.de> | 2011-05-08 20:55:40 +0200 |
---|---|---|
committer | Adrian Lang <mail@adrianlang.de> | 2011-05-08 20:55:40 +0200 |
commit | 9199737c351d653a1d384cb50ed0d185f6512826 (patch) | |
tree | 2da4dbc0b92a72c767712549b6d90f53b0a3605e /lib/plugins/popularity/lang/ko | |
parent | e68653d8ef3df043761e4042c563d65731f9b9c6 (diff) | |
parent | 2b537ba8dc1863d603770c208ae4f91d4d0877b9 (diff) | |
download | rpg-9199737c351d653a1d384cb50ed0d185f6512826.tar.gz rpg-9199737c351d653a1d384cb50ed0d185f6512826.tar.bz2 |
Merge branch 'master' into stable
Conflicts:
doku.php
Diffstat (limited to 'lib/plugins/popularity/lang/ko')
-rw-r--r-- | lib/plugins/popularity/lang/ko/lang.php | 5 | ||||
-rw-r--r-- | lib/plugins/popularity/lang/ko/submitted.txt | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lib/plugins/popularity/lang/ko/lang.php b/lib/plugins/popularity/lang/ko/lang.php index 91d798a5f..0f1442d53 100644 --- a/lib/plugins/popularity/lang/ko/lang.php +++ b/lib/plugins/popularity/lang/ko/lang.php @@ -10,3 +10,8 @@ */ $lang['name'] = '인기도 조사 (불러오는데 시간이 걸릴 수 있습니다.)'; $lang['submit'] = '자료 보내기'; +$lang['autosubmit'] = '자료를 자동으로 매달 한번씩 보내기'; +$lang['submissionFailed'] = '다음과 같은 이유로 자료 전송에 실패했습니다 :'; +$lang['submitDirectly'] = '아래의 양식에 맞춰 수동으로 작성된 자료를 보낼 수 있습니다'; +$lang['autosubmitError'] = '다음과 같은 이유로 자동 자료 전송에 실패했습니다 :'; +$lang['lastSent'] = '자료가 전송되었습니다'; diff --git a/lib/plugins/popularity/lang/ko/submitted.txt b/lib/plugins/popularity/lang/ko/submitted.txt new file mode 100644 index 000000000..e8b434dc5 --- /dev/null +++ b/lib/plugins/popularity/lang/ko/submitted.txt @@ -0,0 +1,3 @@ +====== 인기도 조사 ====== + +자료 전송이 성공적으로 완료되었습니다
\ No newline at end of file |