summaryrefslogtreecommitdiffstats
path: root/l10n/ko.php
blob: a5f32b910a616ec0301853202862e9b29a91c59e (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
<?php $TRANSLATIONS = array(
"Can not add feed: Exists already" => "피드를 추가할 수 없음: 이미 존재함",
"Articles without feed" => "피드가 없는 글",
"Can not add folder: Exists already" => "폴더를 추가할 수 없음: 이미 존재함",
"by" => "작성:",
"from" => "원본 사이트",
"Download" => "다운로드",
"Subscribe" => "구독",
"Web address" => "웹 주소",
"Feed exists already!" => "피드가 이미 존재합니다!",
"Folder" => "폴더",
"New folder" => "새 폴더",
"Folder name" => "폴더 이름",
"Folder exists already!" => "폴더가 이미 존재합니다!",
"Create" => "만들기",
"Rename" => "이름 바꾸기",
"Rename feed" => "피드 이름 바꾸기",
"Delete feed" => "피드 삭제",
"Collapse" => "접기",
"Rename folder" => "폴더 이름 바꾸기",
"Delete folder" => "폴더 삭제",
"Starred" => "별표",
"Unread articles" => "읽지 않은 글",
"All articles" => "모든 글",
"Settings" => "설정",
"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을 포함하지 않음"
);