Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/ko.php')
-rw-r--r--l10n/ko.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/l10n/ko.php b/l10n/ko.php
deleted file mode 100644
index bf1caf4..0000000
--- a/l10n/ko.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"This file is too big to be opened. Please download the file instead." => "이 파일을 열기에 너무 큽니다. 파일을 다운로드하십시오.",
-"Cannot read the file." => "파일을 읽을 수 없습니다.",
-"Invalid file path supplied." => "잘못된 경로를 지정했습니다.",
-"The file is locked." => "이 파일이 잠겨 있습니다.",
-"An internal server error occurred." => "내부 서버 오류가 발생했습니다.",
-"Cannot save file as it has been modified since opening" => "파일을 연 후 수정했기 때문에 저장할 수 없음",
-"Insufficient permissions" => "권한 부족",
-"File path not supplied" => "파일 경로가 지정되지 않았음",
-"File mtime not supplied" => "파일 수정 시간이 지정되지 않았음",
-"saving..." => "저장 중...",
-"saved!" => "저장했습니다!",
-"failed!" => "실패했습니다!",
-"Saved" => "저장됨",
-"There was a problem saving your changes. Click to resume editing." => "변경 사항을 저장할 수 없습니다. 편집을 계속하려면 누르십시오.",
-"An error occurred!" => "오류가 발생했습니다!",
-"Text file" => "텍스트 파일",
-"New text file.txt" => "새 텍스트 파일.txt"
-);
-$PLURAL_FORMS = "nplurals=1; plural=0;";