diff options
| author | 2017-06-09 17:39:05 +0900 | |
|---|---|---|
| committer | 2017-06-09 17:39:05 +0900 | |
| commit | 0da72bf22571441a97ed1457a47ee30363253b23 (patch) | |
| tree | fcc61350815f7ff1d1dc621204b34420bc7d68f4 /app/i18n/kr/install.php | |
| parent | 9a65461490dfbbc6db3f89cdebab00a7bb922c7d (diff) | |
Working on install.php and sub.php
Diffstat (limited to 'app/i18n/kr/install.php')
| -rw-r--r-- | app/i18n/kr/install.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/i18n/kr/install.php b/app/i18n/kr/install.php index 40fff37dd..d79810d32 100644 --- a/app/i18n/kr/install.php +++ b/app/i18n/kr/install.php @@ -106,14 +106,14 @@ return array( 'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?', ), 'language' => array( - '_' => 'Language', - 'choose' => 'Choose a language for FreshRSS', - 'defined' => 'Language has been defined.', + '_' => '언어', + 'choose' => 'FreshRSS에서 사용할 언어를 고르세요', + 'defined' => '언어가 설정되었습니다.', ), 'not_deleted' => 'Something went wrong; you must delete the file <em>%s</em> manually.', 'ok' => 'The installation process was successful.', 'step' => 'step %d', 'steps' => 'Steps', - 'title' => 'Installation · FreshRSS', + 'title' => '설치 · FreshRSS', 'this_is_the_end' => 'This is the end', ); |
