diff options
Diffstat (limited to 'lib/l10n/ko.php')
-rw-r--r-- | lib/l10n/ko.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/l10n/ko.php b/lib/l10n/ko.php new file mode 100644 index 00000000000..8648eba63b2 --- /dev/null +++ b/lib/l10n/ko.php @@ -0,0 +1,8 @@ +<?php $TRANSLATIONS = array( +"Help" => "도움말", +"Personal" => "개인의", +"Settings" => "설정", +"Users" => "사용자", +"Authentication error" => "인증 오류", +"Text" => "문자 번호" +); |