2012-10-30 03:03:08 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2012-11-21 03:03:36 +04:00
|
|
|
"News" => "뉴스",
|
2013-06-20 03:18:47 +04:00
|
|
|
"Can not add feed: Exists already" => "피드를 추가할 수 없음: 이미 존재함",
|
|
|
|
"Can not add feed: URL does not exist or has invalid xml" => "피드를 추가할 수 없음: URL이 존재하지 않거나 XML이 올바르지 않음",
|
|
|
|
"Can not add folder: Exists already" => "폴더를 추가할 수 없음: 이미 존재함",
|
|
|
|
"Undo deletion of %s" => "%s 삭제 실행 취소",
|
|
|
|
"Add Website" => "웹 사이트 추가",
|
|
|
|
"Error: address exists already!" => "오류: 주소가 이미 존재합니다!",
|
|
|
|
"Error: folder exists already" => "오류: 폴더가 이미 존재합니다",
|
2013-02-12 15:54:12 +04:00
|
|
|
"Address" => "주소",
|
|
|
|
"Add" => "추가",
|
2013-06-20 03:18:47 +04:00
|
|
|
"New folder" => "새 폴더",
|
2013-02-12 15:54:12 +04:00
|
|
|
"Folder" => "폴더",
|
2013-04-16 03:04:50 +04:00
|
|
|
"Choose folder" => "폴더 선택",
|
|
|
|
"Folder name" => "폴더 이름",
|
2013-06-20 03:18:47 +04:00
|
|
|
"Back to folder selection" => "폴더 선택으로 돌아가기",
|
|
|
|
"Create folder" => "폴더 만들기",
|
2012-11-22 03:02:59 +04:00
|
|
|
"Starred" => "별표",
|
2013-06-20 03:18:47 +04:00
|
|
|
"Unread articles" => "읽지 않은 ",
|
|
|
|
"All articles" => "모든 ",
|
|
|
|
"Mark read" => "읽은 것으로 표시",
|
2013-04-16 03:04:50 +04:00
|
|
|
"from" => "원본 사이트",
|
|
|
|
"by" => "작성:",
|
2013-07-20 09:18:45 +04:00
|
|
|
"Download" => "다운로드",
|
2012-12-10 03:08:34 +04:00
|
|
|
"Keep unread" => "읽지 않은 글로 두기",
|
2013-06-20 03:18:47 +04:00
|
|
|
"Delete website" => "웹 사이트 삭제",
|
2012-12-10 03:08:34 +04:00
|
|
|
"Collapse" => "접기",
|
2013-02-13 03:03:05 +04:00
|
|
|
"Delete folder" => "폴더 삭제",
|
2013-02-22 03:05:10 +04:00
|
|
|
"Rename folder" => "폴더 이름 바꾸기",
|
2013-02-12 15:54:12 +04:00
|
|
|
"Import" => "가져오기",
|
|
|
|
"Export" => "내보내기",
|
2013-06-20 03:18:47 +04:00
|
|
|
"Error when importing: file does not contain valid OPML" => "가져오기 오류: 파일이 올바른 OPML을 포함하지 않음",
|
2013-09-24 19:52:33 +04:00
|
|
|
"Error when importing: file does not contain valid JSON" => "가져오기 오류: 파일이 올바른 JSON을 포함하지 않음"
|
2012-10-30 03:03:08 +04:00
|
|
|
);
|