summaryrefslogtreecommitdiffstats
path: root/l10n/ko.php
blob: 6d6d4506dde0eee041c370bb3abfb14ce1d77ae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?php $TRANSLATIONS = array(
"News" => "뉴스",
"Can not add feed: Exists already" => "피드를 추가할 수 없음: 이미 존재함",
"Can not add feed: URL does not exist or has invalid xml" => "피드를 추가할 수 없음: URL이 존재하지 않거나 XML이 올바르지 않음",
"Articles without feed" => "피드가 없는 글",
"Can not add folder: Exists already" => "폴더를 추가할 수 없음: 이미 존재함",
" " => " ",
"_" => "_",
"status" => "상태",
"Undo deletion of %s" => "%s 삭제 실행 취소",
"Add Website" => "웹 사이트 추가",
"Error: address exists already!" => "오류: 주소가 이미 존재합니다!",
"Error: folder exists already" => "오류: 폴더가 이미 존재합니다",
"Address" => "주소",
"Add" => "추가",
"New folder" => "새 폴더",
"Folder" => "폴더",
"Choose folder" => "폴더 선택",
"Folder name" => "폴더 이름",
"Back to folder selection" => "폴더 선택으로 돌아가기",
"Create folder" => "폴더 만들기",
"Starred" => "별표",
"Unread articles" => "읽지 않은 글",
"All articles" => "모든 글",
"Mark read" => "읽은 것으로 표시",
"Welcome to the ownCloud News app!" => "ownCloud 뉴스 앱에 오신 것을 환영합니다!",
"read on website" => "웹 사이트에서 읽기",
"star" => "별표",
"from" => "원본 사이트",
"by" => "작성:",
"Download" => "다운로드",
"Keep unread" => "읽지 않은 글로 두기",
"Cancel" => "취소",
"Save" => "저장",
"Delete website" => "웹 사이트 삭제",
"Rename feed" => "피드 이름 바꾸기",
"Collapse" => "접기",
"Delete folder" => "폴더 삭제",
"Rename folder" => "폴더 이름 바꾸기",
"Settings" => "설정",
"Use compact view" => "간략한 보기 사용",
"Subscriptions (OPML)" => "구독 (OPML)",
"Import" => "가져오기",
"Export" => "내보내기",
"Error when importing: file does not contain valid OPML" => "가져오기 오류: 파일이 올바른 OPML을 포함하지 않음",
"Unread/Starred Articles" => "읽지 않은/별표한 글",
"Error when importing: file does not contain valid JSON" => "가져오기 오류: 파일이 올바른 JSON을 포함하지 않음",
"Show read articles" => "읽은 글 보이기",
"Hide read articles" => "읽은 글 숨기기"
);