diff options
Diffstat (limited to 'apps/files_sharing/l10n/ko.php')
-rw-r--r-- | apps/files_sharing/l10n/ko.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/ko.php b/apps/files_sharing/l10n/ko.php index d2cf52447f1..f3a94a70979 100644 --- a/apps/files_sharing/l10n/ko.php +++ b/apps/files_sharing/l10n/ko.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Password" => "암호", "Submit" => "제출", "%s shared the folder %s with you" => "%s 님이 폴더 %s을(를) 공유하였습니다", @@ -8,3 +9,4 @@ "Cancel upload" => "업로드 취소", "No preview available for" => "다음 항목을 미리 볼 수 없음:" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |