viewer.ftl 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. # This Source Code Form is subject to the terms of the Mozilla Public
  2. # License, v. 2.0. If a copy of the MPL was not distributed with this
  3. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  4. ## Main toolbar buttons (tooltips and alt text for images)
  5. pdfjs-previous-button =
  6. .title = དྲ་ངོས་སྔོན་མ
  7. pdfjs-previous-button-label = སྔོན་མ
  8. pdfjs-next-button =
  9. .title = དྲ་ངོས་རྗེས་མ
  10. pdfjs-next-button-label = རྗེས་མ
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = ཤོག་ངོས
  14. # Variables:
  15. # $pagesCount (Number) - the total number of pages in the document
  16. # This string follows an input field with the number of the page currently displayed.
  17. pdfjs-of-pages = of { $pagesCount }
  18. # Variables:
  19. # $pageNumber (Number) - the currently visible page
  20. # $pagesCount (Number) - the total number of pages in the document
  21. pdfjs-page-of-pages = ({ $pageNumber } of { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = Zoom Out
  24. pdfjs-zoom-out-button-label = Zoom Out
  25. pdfjs-zoom-in-button =
  26. .title = Zoom In
  27. pdfjs-zoom-in-button-label = Zoom In
  28. pdfjs-zoom-select =
  29. .title = Zoom
  30. pdfjs-presentation-mode-button =
  31. .title = Switch to Presentation Mode
  32. pdfjs-presentation-mode-button-label = Presentation Mode
  33. pdfjs-open-file-button =
  34. .title = Open File
  35. pdfjs-open-file-button-label = Open
  36. pdfjs-print-button =
  37. .title = Print
  38. pdfjs-print-button-label = Print
  39. ## Secondary toolbar and context menu
  40. pdfjs-tools-button =
  41. .title = Tools
  42. pdfjs-tools-button-label = Tools
  43. pdfjs-first-page-button =
  44. .title = Go to First Page
  45. pdfjs-first-page-button-label = Go to First Page
  46. pdfjs-last-page-button =
  47. .title = Go to Last Page
  48. pdfjs-last-page-button-label = Go to Last Page
  49. pdfjs-page-rotate-cw-button =
  50. .title = Rotate Clockwise
  51. pdfjs-page-rotate-cw-button-label = Rotate Clockwise
  52. pdfjs-page-rotate-ccw-button =
  53. .title = Rotate Counterclockwise
  54. pdfjs-page-rotate-ccw-button-label = Rotate Counterclockwise
  55. pdfjs-cursor-text-select-tool-button =
  56. .title = Enable Text Selection Tool
  57. pdfjs-cursor-text-select-tool-button-label = Text Selection Tool
  58. pdfjs-cursor-hand-tool-button =
  59. .title = Enable Hand Tool
  60. pdfjs-cursor-hand-tool-button-label = Hand Tool
  61. pdfjs-scroll-vertical-button =
  62. .title = Use Vertical Scrolling
  63. pdfjs-scroll-vertical-button-label = Vertical Scrolling
  64. pdfjs-scroll-horizontal-button =
  65. .title = Use Horizontal Scrolling
  66. pdfjs-scroll-horizontal-button-label = Horizontal Scrolling
  67. pdfjs-scroll-wrapped-button =
  68. .title = Use Wrapped Scrolling
  69. pdfjs-scroll-wrapped-button-label = Wrapped Scrolling
  70. pdfjs-spread-none-button =
  71. .title = Do not join page spreads
  72. pdfjs-spread-none-button-label = No Spreads
  73. pdfjs-spread-odd-button =
  74. .title = Join page spreads starting with odd-numbered pages
  75. pdfjs-spread-odd-button-label = Odd Spreads
  76. pdfjs-spread-even-button =
  77. .title = Join page spreads starting with even-numbered pages
  78. pdfjs-spread-even-button-label = Even Spreads
  79. ## Document properties dialog
  80. pdfjs-document-properties-button =
  81. .title = Document Properties…
  82. pdfjs-document-properties-button-label = Document Properties…
  83. pdfjs-document-properties-file-name = File name:
  84. pdfjs-document-properties-file-size = File size:
  85. # Variables:
  86. # $size_kb (Number) - the PDF file size in kilobytes
  87. # $size_b (Number) - the PDF file size in bytes
  88. pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes)
  89. # Variables:
  90. # $size_mb (Number) - the PDF file size in megabytes
  91. # $size_b (Number) - the PDF file size in bytes
  92. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes)
  93. pdfjs-document-properties-title = Title:
  94. pdfjs-document-properties-author = Author:
  95. pdfjs-document-properties-subject = Subject:
  96. pdfjs-document-properties-keywords = Keywords:
  97. pdfjs-document-properties-creation-date = Creation Date:
  98. pdfjs-document-properties-modification-date = Modification Date:
  99. # Variables:
  100. # $date (Date) - the creation/modification date of the PDF file
  101. # $time (Time) - the creation/modification time of the PDF file
  102. pdfjs-document-properties-date-string = { $date }, { $time }
  103. pdfjs-document-properties-creator = Creator:
  104. pdfjs-document-properties-producer = PDF Producer:
  105. pdfjs-document-properties-version = PDF Version:
  106. pdfjs-document-properties-page-count = Page Count:
  107. pdfjs-document-properties-page-size = Page Size:
  108. pdfjs-document-properties-page-size-unit-inches = in
  109. pdfjs-document-properties-page-size-unit-millimeters = mm
  110. pdfjs-document-properties-page-size-orientation-portrait = portrait
  111. pdfjs-document-properties-page-size-orientation-landscape = landscape
  112. pdfjs-document-properties-page-size-name-a-three = A3
  113. pdfjs-document-properties-page-size-name-a-four = A4
  114. pdfjs-document-properties-page-size-name-letter = Letter
  115. pdfjs-document-properties-page-size-name-legal = Legal
  116. ## Variables:
  117. ## $width (Number) - the width of the (current) page
  118. ## $height (Number) - the height of the (current) page
  119. ## $unit (String) - the unit of measurement of the (current) page
  120. ## $name (String) - the name of the (current) page
  121. ## $orientation (String) - the orientation of the (current) page
  122. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  123. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  124. ##
  125. # The linearization status of the document; usually called "Fast Web View" in
  126. # English locales of Adobe software.
  127. pdfjs-document-properties-linearized = Fast Web View:
  128. pdfjs-document-properties-linearized-yes = Yes
  129. pdfjs-document-properties-linearized-no = No
  130. pdfjs-document-properties-close-button = Close
  131. ## Print
  132. pdfjs-print-progress-message = Preparing document for printing…
  133. # Variables:
  134. # $progress (Number) - percent value
  135. pdfjs-print-progress-percent = { $progress }%
  136. pdfjs-print-progress-close-button = Cancel
  137. pdfjs-printing-not-supported = Warning: Printing is not fully supported by this browser.
  138. pdfjs-printing-not-ready = Warning: The PDF is not fully loaded for printing.
  139. ## Tooltips and alt text for side panel toolbar buttons
  140. pdfjs-toggle-sidebar-button =
  141. .title = Toggle Sidebar
  142. pdfjs-toggle-sidebar-button-label = Toggle Sidebar
  143. pdfjs-document-outline-button =
  144. .title = Show Document Outline (double-click to expand/collapse all items)
  145. pdfjs-document-outline-button-label = Document Outline
  146. pdfjs-attachments-button =
  147. .title = Show Attachments
  148. pdfjs-attachments-button-label = Attachments
  149. pdfjs-thumbs-button =
  150. .title = Show Thumbnails
  151. pdfjs-thumbs-button-label = Thumbnails
  152. pdfjs-findbar-button =
  153. .title = Find in Document
  154. pdfjs-findbar-button-label = Find
  155. ## Thumbnails panel item (tooltip and alt text for images)
  156. # Variables:
  157. # $page (Number) - the page number
  158. pdfjs-thumb-page-title =
  159. .title = Page { $page }
  160. # Variables:
  161. # $page (Number) - the page number
  162. pdfjs-thumb-page-canvas =
  163. .aria-label = Thumbnail of Page { $page }
  164. ## Find panel button title and messages
  165. pdfjs-find-input =
  166. .title = Find
  167. .placeholder = Find in document…
  168. pdfjs-find-previous-button =
  169. .title = Find the previous occurrence of the phrase
  170. pdfjs-find-previous-button-label = Previous
  171. pdfjs-find-next-button =
  172. .title = Find the next occurrence of the phrase
  173. pdfjs-find-next-button-label = Next
  174. pdfjs-find-highlight-checkbox = Highlight all
  175. pdfjs-find-match-case-checkbox-label = Match case
  176. pdfjs-find-entire-word-checkbox-label = Whole words
  177. pdfjs-find-reached-top = Reached top of document, continued from bottom
  178. pdfjs-find-reached-bottom = Reached end of document, continued from top
  179. pdfjs-find-not-found = Phrase not found
  180. ## Predefined zoom values
  181. pdfjs-page-scale-width = Page Width
  182. pdfjs-page-scale-fit = Page Fit
  183. pdfjs-page-scale-auto = Automatic Zoom
  184. pdfjs-page-scale-actual = Actual Size
  185. # Variables:
  186. # $scale (Number) - percent value for page scale
  187. pdfjs-page-scale-percent = { $scale }%
  188. ## PDF page
  189. ## Loading indicator messages
  190. pdfjs-loading-error = An error occurred while loading the PDF.
  191. pdfjs-invalid-file-error = Invalid or corrupted PDF file.
  192. pdfjs-missing-file-error = Missing PDF file.
  193. pdfjs-unexpected-response-error = Unexpected server response.
  194. pdfjs-rendering-error = An error occurred while rendering the page.
  195. ## Annotations
  196. # .alt: This is used as a tooltip.
  197. # Variables:
  198. # $type (String) - an annotation type from a list defined in the PDF spec
  199. # (32000-1:2008 Table 169 – Annotation types).
  200. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  201. pdfjs-text-annotation-type =
  202. .alt = [{ $type } Annotation]
  203. ## Password
  204. pdfjs-password-label = Enter the password to open this PDF file.
  205. pdfjs-password-invalid = Invalid password. Please try again.
  206. pdfjs-password-ok-button = OK
  207. pdfjs-password-cancel-button = Cancel
  208. pdfjs-web-fonts-disabled = Web fonts are disabled: unable to use embedded PDF fonts.
  209. ## Editing
  210. ## Alt-text dialog
  211. ## Editor resizers
  212. ## This is used in an aria label to help to understand the role of the resizer.