summaryrefslogtreecommitdiffstats
path: root/l10n/ko.php
blob: b34ba2f384916941848f27993eb1329f99116e4e (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
<?php $TRANSLATIONS = array(
"year" => "년",
"News" => "뉴스",
"no title" => "제목 없음",
"no name" => "이름 없음",
"no body" => "본문 없음",
"subscriptions in ownCloud - News" => "ownCloud 뉴스 구독",
"An error occurred" => "오류가 발생하였습니다.",
"Nice! You have subscribed to " => "좋습니다! 다음 피드를 구독합니다:",
"You had already subscribed to this feed!" => "이 피드를 이미 구독하고 있습니다!",
"New" => "새로 만들기",
"Add Subscription" => "구독 추가",
"Address must not be empty!" => "주소를 입력해야 합니다!",
"Feed exists already!" => "피드가 이미 존재합니다!",
"Could not add feed!" => "피드를 추가할 수 없습니다!",
"Address" => "주소",
"Add" => "추가",
"Folder" => "폴더",
"Starred" => "별표",
"Mark all read" => "모두 읽은 글로 표시",
"Share" => "공유",
"Keep unread" => "읽지 않은 글로 두기",
"Delete feed" => "피드 삭제",
"Collapse" => "접기",
"Delete folder" => "폴더 삭제",
"Rename folder" => "폴더 이름 바꾸기",
"Import" => "가져오기",
"Export" => "내보내기",
"Subscribelet" => "구독물",
"Show only unread" => "읽지 않은 글만 보기",
"Drag this to your browser bookmarks and click on it whenever you want to subscribe to a webpage quickly:" => "웹 브라우저 책갈피 항목에 다음 링크를 끌어다 놓으면 나중에 볼 웹 페이지를 빠르게 구독할 때 사용할 수 있습니다:",
"Subscribe" => "구독"
);