aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/kr/feedback.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-12-22 13:22:20 +0100
committerGravatar GitHub <noreply@github.com> 2018-12-22 13:22:20 +0100
commitf0a359619fa2936d66a2b96dd086d4686e7405fa (patch)
treeddad42a7f6813bd458f39d5203d083daad4cc1c5 /app/i18n/kr/feedback.php
parente04804d0f67dd43fd3f072b9a127768ee7b7b56c (diff)
parent4a1a852f457d52fa47191e3f7e3e9073e1324cd9 (diff)
Merge pull request #2186 from FreshRSS/dev1.13.0
FreshRSS 1.13.0
Diffstat (limited to 'app/i18n/kr/feedback.php')
-rw-r--r--app/i18n/kr/feedback.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/i18n/kr/feedback.php b/app/i18n/kr/feedback.php
index 12cd673ff..550904894 100644
--- a/app/i18n/kr/feedback.php
+++ b/app/i18n/kr/feedback.php
@@ -50,11 +50,15 @@ return array(
'no_zip_extension' => 'ZIP 확장 기능을 서버에서 찾을 수 없습니다.',
'zip_error' => 'ZIP 파일을 불러오는 동안 문제가 발생했습니다.',
),
+ 'profile' => array(
+ 'error' => '프로필을 변경할 수 없습니다',
+ 'updated' => '프로필을 변경했습니다',
+ ),
'sub' => array(
'actualize' => '피드를 가져오는 중입니다',
'articles' => array(
- 'marked_read' => 'The selected articles have been marked as read.', //TODO
- 'marked_unread' => 'The articles have been marked as unread.', //TODO
+ 'marked_read' => 'The selected articles have been marked as read.', //TODO - Translation
+ 'marked_unread' => 'The articles have been marked as unread.', //TODO - Translation
),
'category' => array(
'created' => '%s 카테고리가 생성되었습니다.',
@@ -109,8 +113,4 @@ return array(
'error' => '사용자 %s의 정보가 변경되지 않았습니다',
),
),
- 'profile' => array(
- 'error' => '프로필을 변경할 수 없습니다',
- 'updated' => '프로필을 변경했습니다',
- ),
);