summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/ko.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/ko.php')
-rw-r--r--apps/files/l10n/ko.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/ko.php b/apps/files/l10n/ko.php
index 069c209ee58..d68fb162d07 100644
--- a/apps/files/l10n/ko.php
+++ b/apps/files/l10n/ko.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Could not move %s - File with this name already exists" => "%s 항목을 이동시키지 못하였음 - 파일 이름이 이미 존재함",
"Could not move %s" => "%s 항목을 이딩시키지 못하였음",
"No file was uploaded. Unknown error" => "파일이 업로드되지 않았습니다. 알 수 없는 오류입니다",
@@ -73,3 +74,4 @@
"files" => "파일",
"Upgrading filesystem cache..." => "파일 시스템 캐시 업그레이드 중..."
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";