viewer.properties 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. # Copyright 2012 Mozilla Foundation
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. # Main toolbar buttons (tooltips and alt text for images)
  15. previous.title=Previous Page
  16. previous_label=Previous
  17. next.title=Next Page
  18. next_label=Next
  19. # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
  20. # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
  21. # representing the total number of pages in the document.
  22. of_pages=of {{pagesCount}}
  23. # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
  24. # will be replaced by a number representing the currently visible page,
  25. # respectively a number representing the total number of pages in the document.
  26. zoom_out.title=Zoom Out
  27. zoom_out_label=Zoom Out
  28. zoom_in.title=Zoom In
  29. zoom_in_label=Zoom In
  30. zoom.title=Zoom
  31. presentation_mode.title=Switch to Presentation Mode
  32. presentation_mode_label=Presentation Mode
  33. open_file.title=Open File
  34. open_file_label=Open
  35. print.title=Print
  36. print_label=Print
  37. download.title=Download
  38. download_label=Download
  39. bookmark.title=Current view (copy or open in new window)
  40. bookmark_label=Current View
  41. # Secondary toolbar and context menu
  42. tools.title=Tools
  43. tools_label=Tools
  44. first_page.title=Go to First Page
  45. first_page.label=Go to First Page
  46. first_page_label=Go to First Page
  47. last_page.title=Go to Last Page
  48. last_page.label=Go to Last Page
  49. last_page_label=Go to Last Page
  50. page_rotate_cw.title=Rotate Clockwise
  51. page_rotate_cw.label=Rotate Clockwise
  52. page_rotate_cw_label=Rotate Clockwise
  53. page_rotate_ccw.title=Rotate Counterclockwise
  54. page_rotate_ccw.label=Rotate Counterclockwise
  55. page_rotate_ccw_label=Rotate Counterclockwise
  56. # Document properties dialog box
  57. document_properties.title=Document Properties…
  58. document_properties_label=Document Properties…
  59. document_properties_file_name=File name:
  60. document_properties_file_size=File size:
  61. # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
  62. # will be replaced by the PDF file size in kilobytes, respectively in bytes.
  63. document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
  64. # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
  65. # will be replaced by the PDF file size in megabytes, respectively in bytes.
  66. document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
  67. document_properties_title=Title:
  68. document_properties_author=Author:
  69. document_properties_subject=Subject:
  70. document_properties_keywords=Keywords:
  71. document_properties_creation_date=Creation Date:
  72. document_properties_modification_date=Modification Date:
  73. # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
  74. # will be replaced by the creation/modification date, and time, of the PDF file.
  75. document_properties_date_string={{date}}, {{time}}
  76. document_properties_creator=Creator:
  77. document_properties_producer=PDF Producer:
  78. document_properties_version=PDF Version:
  79. document_properties_page_count=Page Count:
  80. document_properties_close=Close
  81. # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
  82. # a numerical per cent value.
  83. # Tooltips and alt text for side panel toolbar buttons
  84. # (the _label strings are alt text for the buttons, the .title strings are
  85. # tooltips)
  86. toggle_sidebar.title=Toggle Sidebar
  87. toggle_sidebar_label=Toggle Sidebar
  88. document_outline.title=Show Document Outline (double-click to expand/collapse all items)
  89. document_outline_label=Document Outline
  90. attachments.title=Show Attachments
  91. attachments_label=Attachments
  92. thumbs.title=Show Thumbnails
  93. thumbs_label=Thumbnails
  94. findbar.title=Find in Document
  95. # Thumbnails panel item (tooltip and alt text for images)
  96. # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
  97. # number.
  98. thumb_page_title=Page {{page}}
  99. # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
  100. # number.
  101. thumb_page_canvas=Thumbnail of Page {{page}}
  102. # Find panel button title and messages
  103. find_previous.title=Find the previous occurrence of the phrase
  104. find_previous_label=Previous
  105. find_next.title=Find the next occurrence of the phrase
  106. find_next_label=Next
  107. find_highlight=Highlight all
  108. find_match_case_label=Match case
  109. find_reached_top=Reached top of document, continued from bottom
  110. find_reached_bottom=Reached end of document, continued from top
  111. find_not_found=Phrase not found
  112. # Error panel labels
  113. error_more_info=More Information
  114. error_less_info=Less Information
  115. error_close=Close
  116. # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
  117. # replaced by the PDF.JS version and build ID.
  118. error_version_info=PDF.js v{{version}} (build: {{build}})
  119. # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
  120. # english string describing the error.
  121. error_message=Message: {{message}}
  122. # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
  123. # trace.
  124. error_stack=Stack: {{stack}}
  125. # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
  126. error_file=File: {{file}}
  127. # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
  128. error_line=Line: {{line}}
  129. rendering_error=An error occurred while rendering the page.
  130. # Predefined zoom values
  131. page_scale_width=Page Width
  132. page_scale_fit=Page Fit
  133. page_scale_auto=Automatic Zoom
  134. page_scale_actual=Actual Size
  135. # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
  136. # numerical scale value.
  137. page_scale_percent={{scale}}%
  138. # Loading indicator messages
  139. loading_error_indicator=Error
  140. loading_error=An error occurred while loading the PDF.
  141. invalid_file_error=Invalid or corrupted PDF file.
  142. missing_file_error=Missing PDF file.
  143. unexpected_response_error=Unexpected server response.
  144. # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
  145. # "{{type}}" will be replaced with an annotation type from a list defined in
  146. # the PDF spec (32000-1:2008 Table 169 – Annotation types).
  147. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  148. text_annotation_type.alt=[{{type}} Annotation]
  149. password_label=Enter the password to open this PDF file.
  150. password_invalid=Invalid password. Please try again.
  151. password_ok=OK
  152. printing_not_supported=Warning: Printing is not fully supported by this browser.
  153. printing_not_ready=Warning: The PDF is not fully loaded for printing.
  154. web_fonts_disabled=Web fonts are disabled: unable to use embedded PDF fonts.
  155. document_colors_not_allowed=PDF documents are not allowed to use their own colours: “Allow pages to choose their own colours” is deactivated in the browser.