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

ko.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 704838379fb931c920330ec01e502c524d6e094d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
$TRANSLATIONS = array(
"Can not read the file." => "파일을 읽을 수 없습니다.",
"Invalid file path supplied." => "잘못된 경로를 지정하였습니다.",
"Cannot save file as it has been modified since opening" => "파일을 연 후 수정했기 때문에 저장할 수 없음",
"Insufficient permissions" => "권한 부족",
"File path not supplied" => "파일 경로가 지정되지 않았음",
"File mtime not supplied" => "파일 수정 시간이 지정되지 않았음",
"Save" => "저장",
"Search" => "검색",
"Next" => "다음",
"Clear" => "지우기",
"Saving..." => "저장하는 중...",
"An error occurred!" => "오류가 발생하였습니다!",
"There are unsaved changes in the text editor" => "저장되지 않은 변경 사항이 있습니다.",
"There were unsaved changes, click here to go back" => "저장되지 않은 변경 사항이 있습니다. 여기를 누르면 돌아갑니다"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";