2014-10-27 21:18:24 +01:00
< ? php
$TRANSLATIONS = array (
2014-11-27 08:10:23 +01:00
" Bookmarks " => " 책갈피 " ,
" Bookm. " => " 책갈피 " ,
2013-05-12 02:12:37 +02:00
" No file provided for import " => " 가져올 파일을 지정하지 않았음 " ,
2012-12-10 00:08:34 +01:00
" Unsupported file type for import " => " 가져올 수 없는 파일 형식임 " ,
2015-10-18 08:10:41 +02:00
" Some Error happened. " => " 오류가 발생했습니다. " ,
2014-11-28 08:10:17 +01:00
" Error " => " 오류 " ,
2015-07-21 08:10:36 +02:00
" Tags " => " 태그 " ,
2012-11-22 00:02:59 +01:00
" Filter by tag " => " 태그로 필터링 " ,
2015-01-17 08:10:20 +01:00
" Are you sure you want to remove this bookmark? " => " 이 책갈피를 삭제하시겠습니까? " ,
2012-11-02 00:03:14 +01:00
" Warning " => " 경고 " ,
2014-11-27 08:10:23 +01:00
" Are you sure you want to remove this tag from every entry? " => " 모든 항목에서 이 태그를 삭제하시겠습니까? " ,
2013-05-12 02:12:37 +02:00
" Import error " => " 가져오기 오류 " ,
2012-12-10 00:08:34 +01:00
" Import completed successfully. " => " 성공적으로 가져왔습니다. " ,
" Uploading... " => " 업로드 중... " ,
" Add a bookmark " => " 책갈피 추가 " ,
2015-01-17 08:10:20 +01:00
" This URL is already bookmarked! Overwrite? " => " 이 URL이 이미 책갈피에 추가되어 있습니다! 덮어쓰시겠습니까? " ,
2012-12-10 00:08:34 +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-12-10 00:08:34 +01:00
" Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly: " => " 웹 브라우저 책갈피 항목에 다음 링크를 끌어다 놓으면 나중에 볼 웹 페이지를 빠르게 구독할 때 사용할 수 있습니다: " ,
2013-12-24 08:10:53 +01:00
" Add to ownCloud " => " ownCloud에 추가 " ,
2012-11-02 00:03:14 +01:00
" Address " => " 주소 " ,
2015-01-17 08:10:20 +01:00
" Filterable Tags " => " 필터 가능한 태그 " ,
2012-12-10 00:08:34 +01:00
" You have no bookmarks " => " 책갈피가 없습니다 " ,
2015-01-17 08:10:20 +01:00
" You can also import a bookmark file " => " 책갈피 파일을 가져올 수 있습니다 " ,
2012-12-10 00:08:34 +01:00
" Bookmarklet " => " 북마크릿 " ,
2013-12-24 08:10:53 +01:00
" Export & Import " => " 내보내기 및 가져오기 " ,
2012-11-04 00:03:02 +01:00
" Export " => " 내보내기 " ,
" Import " => " 가져오기 "
2012-11-02 00:03:14 +01:00
);
2014-10-27 21:18:24 +01:00
$PLURAL_FORMS = " nplurals=1; plural=0; " ;