summaryrefslogtreecommitdiffstats
path: root/l10n/ko.php
blob: d58bfd0620bf1c92244960507f74d87578d4f416 (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
<?php
$TRANSLATIONS = array(
"Can not add feed: Exists already" => "피드를 추가할 수 없음: 이미 존재함",
"Articles without feed" => "피드가 없는 글",
"Can not add folder: Exists already" => "폴더를 추가할 수 없음: 이미 존재함",
"Saved" => "저장됨",
"Refresh" => "새로 고침",
"by" => "작성:",
"from" => "원본 사이트",
"Download" => "다운로드",
"Description" => "종류",
"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" => "설정",
"Keyboard shortcuts" => "단축키",
"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을 포함하지 않음"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";