summaryrefslogtreecommitdiffstats
path: root/l10n/ko.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-10-27 16:36:42 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-10-27 16:36:42 -0400
commit6867494f338aed53acadb6a1790112e0235e0ba9 (patch)
treed700caad9d6d3aeb213bcbd94d515bd2b3fdd82f /l10n/ko.php
parent6ed616d793500ded3495ce61b9244c5676ebbb61 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/ko.php')
-rw-r--r--l10n/ko.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/ko.php b/l10n/ko.php
index d0b07b601..d58bfd062 100644
--- a/l10n/ko.php
+++ b/l10n/ko.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Can not add feed: Exists already" => "피드를 추가할 수 없음: 이미 존재함",
"Articles without feed" => "피드가 없는 글",
"Can not add folder: Exists already" => "폴더를 추가할 수 없음: 이미 존재함",
@@ -34,3 +35,4 @@
"Unread/Starred Articles" => "읽지 않은/별표한 글",
"Error when importing: file does not contain valid JSON" => "가져오기 오류: 파일이 올바른 JSON을 포함하지 않음"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";