summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/io.php8
-rw-r--r--lib/l10n/ko.php7
2 files changed, 14 insertions, 1 deletions
diff --git a/lib/l10n/io.php b/lib/l10n/io.php
new file mode 100644
index 00000000000..15f78e0bce6
--- /dev/null
+++ b/lib/l10n/io.php
@@ -0,0 +1,8 @@
+<?php
+$TRANSLATIONS = array(
+"_%n minute ago_::_%n minutes ago_" => array("",""),
+"_%n hour ago_::_%n hours ago_" => array("",""),
+"_%n day go_::_%n days ago_" => array("",""),
+"_%n month ago_::_%n months ago_" => array("","")
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/lib/l10n/ko.php b/lib/l10n/ko.php
index 7923015d125..67429486f06 100644
--- a/lib/l10n/ko.php
+++ b/lib/l10n/ko.php
@@ -61,6 +61,11 @@ $TRANSLATIONS = array(
"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "사용자 명에는 다음과 같은 문자만 사용이 가능합니다: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"",
"A valid username must be provided" => "올바른 사용자 이름을 입력해야 함",
"A valid password must be provided" => "올바른 암호를 입력해야 함",
-"The username is already being used" => "이 사용자명은 현재 사용중입니다"
+"The username is already being used" => "이 사용자명은 현재 사용중입니다",
+"PHP module %s not installed." => "%s PHP 모듈이 설치되지 않았습니다.",
+"PHP %s or higher is required." => "%s 버전의 PHP 혹은 높은 버전을 필요로 합니다.",
+"PostgreSQL >= 9 required" => "PostgreSQL 9 혹은 이상 버전을 필요로합니다",
+"Please upgrade your database version" => "데이터베이스 버전을 업그레이드 하십시오",
+"Error occurred while checking PostgreSQL version" => "PostgreSQL 버전을 확인하던중 오류가 발생하였습니다"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";