Blame view
sources/apps/bookmarks/l10n/ko.php
1.6 KB
|
d1bafeea1
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
<?php $TRANSLATIONS = array( "No file provided for import" => "가져올 파일을 지정하지 않았음", "Unsupported file type for import" => "가져올 수 없는 파일 형식임", "Bookmarks" => "책갈피", "Tags" => "태그", "Filter by tag" => "태그로 필터링", "Edit bookmark" => "책갈피 편집", "Are you sure you want to remove this tag from every entry?" => "모든 항목에서 이 태그를 삭제하시겠습니까?", "Warning" => "경고", "Import error" => "가져오기 오류", "Import completed successfully." => "성공적으로 가져왔습니다.", "Uploading..." => "업로드 중...", "Bookm." => "책갈피", "Add a bookmark" => "책갈피 추가", "Close" => "닫기", "The title of the page" => "페이지 제목", "The address of the page" => "페이지 주소", "Description of the page" => "페이지 설명", "Save" => "저장", "Delete" => "삭제", "Edit" => "편집", "Cancel" => "취소", "Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "웹 브라우저 책갈피 항목에 다음 링크를 끌어다 놓으면 나중에 볼 웹 페이지를 빠르게 구독할 때 사용할 수 있습니다:", |
|
6d9380f96
|
24 |
"Add to ownCloud" => "ownCloud에 추가", |
|
d1bafeea1
|
25 26 27 28 29 30 31 |
"Address" => "주소", "Add" => "추가", "Related Tags" => "관련된 태그", "Settings" => "설정", "You have no bookmarks" => "책갈피가 없습니다", "You can also try to import a bookmark file" => "책갈피 파일을 가져올 수 있습니다", "Bookmarklet" => "북마크릿", |
|
6d9380f96
|
32 |
"Export & Import" => "내보내기 및 가져오기", |
|
d1bafeea1
|
33 34 35 |
"Export" => "내보내기", "Import" => "가져오기" ); |