diff options
Diffstat (limited to 'apps/files_trashbin/l10n/ko.php')
-rw-r--r-- | apps/files_trashbin/l10n/ko.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/ko.php b/apps/files_trashbin/l10n/ko.php index 42ad87e98d2..68845b5472e 100644 --- a/apps/files_trashbin/l10n/ko.php +++ b/apps/files_trashbin/l10n/ko.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Error" => "오류", "Delete permanently" => "영원히 삭제", "Name" => "이름", @@ -9,3 +10,4 @@ "Restore" => "복원", "Delete" => "삭제" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |