aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/kr/install.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2021-01-23 17:04:01 -0500
committerGravatar GitHub <noreply@github.com> 2021-01-23 23:04:01 +0100
commit3e89086e45669de82c4005e11ded1ce8f60a1bc3 (patch)
tree1178c35dc1cdc3ce4d0055eb9889d597a731b1a0 /app/i18n/kr/install.php
parent297d188a4689f5803fb91282f85646d5823b7e7e (diff)
Add username hint for permissions during install (#3373)
The username is retrieved by 2 different means to support different configurations and architectures. If there is no way to find the username, the "unknown" string is displayed instead. See #2758
Diffstat (limited to 'app/i18n/kr/install.php')
-rw-r--r--app/i18n/kr/install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/kr/install.php b/app/i18n/kr/install.php
index 64d76000d..64e1680a4 100644
--- a/app/i18n/kr/install.php
+++ b/app/i18n/kr/install.php
@@ -92,6 +92,7 @@ return array(
'nok' => '<em>%s</em> 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다.',
'ok' => 'Permissions on the temp directory are good.', // TODO - Translation
),
+ 'unknown_process_username' => 'unknown', // TODO - Translation
'users' => array(
'nok' => '<em>%s</em> 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다.',
'ok' => 'users 디렉토리의 권한이 올바르게 설정되어 있습니다.',