From efa063821eb88ae867d8b41b2d3b69a7347107bb Mon Sep 17 00:00:00 2001 From: Piwigo-TranslationTeam Date: Mon, 9 Jan 2023 05:26:33 +0100 Subject: [PATCH] Update ko_KR, thanks to opiokane --- language/ko_KR/install.lang.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/language/ko_KR/install.lang.php b/language/ko_KR/install.lang.php index ccfe060b8..dc15cffec 100644 --- a/language/ko_KR/install.lang.php +++ b/language/ko_KR/install.lang.php @@ -49,4 +49,5 @@ $lang['Keep it confidential, it enables you to access administration panel'] = ' $lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo는 .htaccess 파일을 생성하거나 수정하여 PHP 5.2 구성으로 전환하려고 시도 할 수 있습니다.'; $lang['Welcome to your new installation of Piwigo!'] = '새로 설치된 Piwigo에 오신 것을 환영합니다.'; $lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = '호스팅 제공 업체의 지원 내용을 참고하여 직접 PHP 5.2로 전환하는 방법을 찾아야 합니다.'; -$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = '참고 : 직접 구성을 변경한 다음 Piwigo를 다시 시작할 수 있습니다.'; \ No newline at end of file +$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = '참고 : 직접 구성을 변경한 다음 Piwigo를 다시 시작할 수 있습니다.'; +$lang['PHP version %s required (you are running on PHP %s)'] = 'php %s 버전이 필수입니다.(php %s 버전이 설치돼 있습니다)'; \ No newline at end of file