public/pdfjs/web/locale/ko/viewer.properties in pdfjs_viewer-rails-0.0.9 vs public/pdfjs/web/locale/ko/viewer.properties in pdfjs_viewer-rails-0.1.0
- old
+ new
@@ -16,16 +16,19 @@
previous.title=이전 페이지
previous_label=이전
next.title=다음 페이지
next_label=다음
-# LOCALIZATION NOTE (page_label, page_of):
-# These strings are concatenated to form the "Page: X of Y" string.
-# Do not translate "{{pageCount}}", it will be substituted with a number
-# representing the total number of pages.
-page_label=페이지:
-page_of=/{{pageCount}}
+# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
+page.title=페이지
+# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
+# representing the total number of pages in the document.
+of_pages=전체 {{pagesCount}}
+# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
+# will be replaced by a number representing the currently visible page,
+# respectively a number representing the total number of pages in the document.
+page_of_pages=({{pagesCount}} 중 {{pageNumber}})
zoom_out.title=축소
zoom_out_label=축소
zoom_in.title=확대
zoom_in_label=확대
@@ -86,17 +89,23 @@
document_properties_producer=PDF 생성기:
document_properties_version=PDF 버전:
document_properties_page_count=총 페이지:
document_properties_close=닫기
+print_progress_message=문서 출력 준비중…
+# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
+# a numerical per cent value.
+print_progress_percent={{progress}}%
+print_progress_close=취소
+
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
toggle_sidebar.title=탐색창 열고 닫기
toggle_sidebar_label=탐색창 열고 닫기
-outline.title=문서 개요 보기
-outline_label=문서 개요
+document_outline.title=문서 아웃라인 보기(더블 클릭해서 모든 항목 열고 닫기)
+document_outline_label=문서 아웃라인
attachments.title=첨부파일 보기
attachments_label=첨부파일
thumbs.title=미리보기
thumbs_label=미리보기
findbar.title=검색
@@ -168,6 +177,6 @@
password_cancel=취소
printing_not_supported=경고: 이 브라우저는 인쇄를 완전히 지원하지 않습니다.
printing_not_ready=경고: 이 PDF를 인쇄를 할 수 있을 정도로 읽어들이지 못했습니다.
web_fonts_disabled=웹 폰트가 꺼져있음: 내장된 PDF 글꼴을 쓸 수 없습니다.
-document_colors_disabled=PDF 문서의 색상을 쓰지 못하게 되어 있음: \'웹 페이지 자체 색상 사용 허용\'이 브라우저에서 꺼져 있습니다.
+document_colors_not_allowed=PDF 문서의 색상을 쓰지 못하게 되어 있음: '웹 페이지 자체 색상 사용 허용'이 브라우저에서 꺼져 있습니다.