2012-11-02 00:03:14 +01:00
< ? php $TRANSLATIONS = array (
2012-11-22 00:02:59 +01:00
" Unsupported file type for import " => " 가져오기가 지원되지 않는 파일타입 입니다. " ,
" Bookmarks " => " 즐겨찾기 " ,
" Tags " => " 태그 " ,
" Filter by tag " => " 태그로 필터링 " ,
" Edit bookmark " => " 북마크 편집 " ,
" Are you sure you want to remove this tag from every entry? " => " 정말로 이 태그를 모든 엔트리에서 제거하기를 원하십니까? " ,
2012-11-02 00:03:14 +01:00
" Warning " => " 경고 " ,
2012-11-22 00:02:59 +01:00
" Import completed successfully. " => " 가져오기가 성공적으로 끝났습니다. " ,
" Uploading... " => " 업로드중... " ,
" Bookm. " => " Bookm. " ,
" Add a bookmark " => " 북마크 추가 " ,
2012-11-02 00:03:14 +01:00
" Close " => " 닫기 " ,
2012-11-22 00:02:59 +01:00
" The title of the page " => " 페이지의 제목 " ,
" The address of the page " => " 페이지의 주소 " ,
" Description of the page " => " 페이지의 설명 " ,
2012-11-02 00:03:14 +01:00
" Save " => " 저장 " ,
" Delete " => " 삭제 " ,
2012-11-08 00:03:47 +01:00
" Edit " => " 편집 " ,
2012-11-02 00:03:14 +01:00
" Cancel " => " 취소 " ,
2012-11-22 00:02:59 +01:00
" Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly: " => " 웹페이지를 빠르게 북마크하길 원한다면, 당신의 브라우저 북마크에 이것을 드래그 하고 클릭하세요. " ,
" Read later " => " 나중에 읽기 " ,
2012-11-02 00:03:14 +01:00
" Address " => " 주소 " ,
2012-11-09 00:03:56 +01:00
" Add " => " 추가 " ,
2012-11-22 00:02:59 +01:00
" Related Tags " => " 관련된 태그 " ,
2012-11-02 00:03:14 +01:00
" Settings " => " 설정 " ,
2012-11-22 00:02:59 +01:00
" You have no bookmarks " => " 북마크가 없습니다. " ,
" You can also try to import a bookmark file " => " 당신은 즐겨 찾기 파일을 가져올 수 있습니다. " ,
" Bookmarklet " => " 즐겨찾기 모음 " ,
" Export & Import " => " 내보내기 & 가져오기 " ,
2012-11-04 00:03:02 +01:00
" Export " => " 내보내기 " ,
" Import " => " 가져오기 "
2012-11-02 00:03:14 +01:00
);