summaryrefslogtreecommitdiffstats
path: root/l10n/ko.php
blob: ab626085f68cca98991fd6f85c5f546a03083e9f (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
<?php $TRANSLATIONS = array(
"News" => "뉴스",
"Add Website" => "웹사이트 추가",
"Address" => "주소",
"Add" => "추가",
"New folder" => "새로운 폴더",
"Folder" => "폴더",
"Choose folder" => "폴더 선택",
"Folder name" => "폴더 이름",
"Starred" => "별표",
"Unread articles" => "읽지 않은 항목",
"All articles" => "모든 항목",
"from" => "원본 사이트",
"by" => "작성:",
"Cant play audio format" => "오디오 포맷을 재생할 수 없습니다.",
"Keep unread" => "읽지 않은 글로 두기",
"Collapse" => "접기",
"Delete folder" => "폴더 삭제",
"Rename folder" => "폴더 이름 바꾸기",
"Import / Export OPML" => "가져오기 / 내보내기 OPML",
"Import" => "가져오기",
"Export" => "내보내기",
"Show all" => "모두 보기",
"Show only unread" => "읽지 않은 글만 보기"
);