viewer.ftl 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  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 = Page Afore
  7. pdfjs-previous-button-label = Previous
  8. pdfjs-next-button =
  9. .title = Page Efter
  10. pdfjs-next-button-label = Neist
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Page
  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 = o { $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 } o { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = Zoom Oot
  24. pdfjs-zoom-out-button-label = Zoom Oot
  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 = Flit tae 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 = Prent
  38. pdfjs-print-button-label = Prent
  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 = Gang tae First Page
  45. pdfjs-first-page-button-label = Gang tae First Page
  46. pdfjs-last-page-button =
  47. .title = Gang tae Lest Page
  48. pdfjs-last-page-button-label = Gang tae Lest 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 Coonterclockwise
  54. pdfjs-page-rotate-ccw-button-label = Rotate Coonterclockwise
  55. pdfjs-cursor-text-select-tool-button =
  56. .title = Enable Text Walin Tool
  57. pdfjs-cursor-text-select-tool-button-label = Text Walin Tool
  58. pdfjs-cursor-hand-tool-button =
  59. .title = Enable Haun Tool
  60. pdfjs-cursor-hand-tool-button-label = Haun Tool
  61. pdfjs-scroll-vertical-button =
  62. .title = Yaise Vertical Scrollin
  63. pdfjs-scroll-vertical-button-label = Vertical Scrollin
  64. pdfjs-scroll-horizontal-button =
  65. .title = Yaise Horizontal Scrollin
  66. pdfjs-scroll-horizontal-button-label = Horizontal Scrollin
  67. pdfjs-scroll-wrapped-button =
  68. .title = Yaise Wrapped Scrollin
  69. pdfjs-scroll-wrapped-button-label = Wrapped Scrollin
  70. pdfjs-spread-none-button =
  71. .title = Dinnae jyn page spreids
  72. pdfjs-spread-none-button-label = Nae Spreids
  73. pdfjs-spread-odd-button =
  74. .title = Jyn page spreids stertin wi odd-numbered pages
  75. pdfjs-spread-odd-button-label = Odd Spreids
  76. pdfjs-spread-even-button =
  77. .title = Jyn page spreids stertin wi even-numbered pages
  78. pdfjs-spread-even-button-label = Even Spreids
  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 nemme:
  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 = Subjeck:
  96. pdfjs-document-properties-keywords = Keywirds:
  97. pdfjs-document-properties-creation-date = Date o Makkin:
  98. pdfjs-document-properties-modification-date = Date o Chynges:
  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 = Makker:
  104. pdfjs-document-properties-producer = PDF Producer:
  105. pdfjs-document-properties-version = PDF Version:
  106. pdfjs-document-properties-page-count = Page Coont:
  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 Wab View:
  128. pdfjs-document-properties-linearized-yes = Aye
  129. pdfjs-document-properties-linearized-no = Naw
  130. pdfjs-document-properties-close-button = Sneck
  131. ## Print
  132. pdfjs-print-progress-message = Reddin document fur prentin…
  133. # Variables:
  134. # $progress (Number) - percent value
  135. pdfjs-print-progress-percent = { $progress }%
  136. pdfjs-print-progress-close-button = Stap
  137. pdfjs-printing-not-supported = Tak tent: Prentin isnae richt supportit by this stravaiger.
  138. pdfjs-printing-not-ready = Tak tent: The PDF isnae richt loadit fur prentin.
  139. ## Tooltips and alt text for side panel toolbar buttons
  140. pdfjs-toggle-sidebar-button =
  141. .title = Toggle Sidebaur
  142. pdfjs-toggle-sidebar-notification-button =
  143. .title = Toggle Sidebaur (document conteens ootline/attachments/layers)
  144. pdfjs-toggle-sidebar-button-label = Toggle Sidebaur
  145. pdfjs-document-outline-button =
  146. .title = Kythe Document Ootline (double-click fur tae oot-fauld/in-fauld aw items)
  147. pdfjs-document-outline-button-label = Document Ootline
  148. pdfjs-attachments-button =
  149. .title = Kythe Attachments
  150. pdfjs-attachments-button-label = Attachments
  151. pdfjs-layers-button =
  152. .title = Kythe Layers (double-click fur tae reset aw layers tae the staunart state)
  153. pdfjs-layers-button-label = Layers
  154. pdfjs-thumbs-button =
  155. .title = Kythe Thumbnails
  156. pdfjs-thumbs-button-label = Thumbnails
  157. pdfjs-current-outline-item-button =
  158. .title = Find Current Ootline Item
  159. pdfjs-current-outline-item-button-label = Current Ootline Item
  160. pdfjs-findbar-button =
  161. .title = Find in Document
  162. pdfjs-findbar-button-label = Find
  163. pdfjs-additional-layers = Mair Layers
  164. ## Thumbnails panel item (tooltip and alt text for images)
  165. # Variables:
  166. # $page (Number) - the page number
  167. pdfjs-thumb-page-title =
  168. .title = Page { $page }
  169. # Variables:
  170. # $page (Number) - the page number
  171. pdfjs-thumb-page-canvas =
  172. .aria-label = Thumbnail o Page { $page }
  173. ## Find panel button title and messages
  174. pdfjs-find-input =
  175. .title = Find
  176. .placeholder = Find in document…
  177. pdfjs-find-previous-button =
  178. .title = Airt oot the last time this phrase occurred
  179. pdfjs-find-previous-button-label = Previous
  180. pdfjs-find-next-button =
  181. .title = Airt oot the neist time this phrase occurs
  182. pdfjs-find-next-button-label = Neist
  183. pdfjs-find-highlight-checkbox = Highlicht aw
  184. pdfjs-find-match-case-checkbox-label = Match case
  185. pdfjs-find-entire-word-checkbox-label = Hale Wirds
  186. pdfjs-find-reached-top = Raxed tap o document, went on fae the dowp end
  187. pdfjs-find-reached-bottom = Raxed end o document, went on fae the tap
  188. pdfjs-find-not-found = Phrase no fund
  189. ## Predefined zoom values
  190. pdfjs-page-scale-width = Page Width
  191. pdfjs-page-scale-fit = Page Fit
  192. pdfjs-page-scale-auto = Automatic Zoom
  193. pdfjs-page-scale-actual = Actual Size
  194. # Variables:
  195. # $scale (Number) - percent value for page scale
  196. pdfjs-page-scale-percent = { $scale }%
  197. ## PDF page
  198. # Variables:
  199. # $page (Number) - the page number
  200. pdfjs-page-landmark =
  201. .aria-label = Page { $page }
  202. ## Loading indicator messages
  203. pdfjs-loading-error = An mishanter tuik place while loadin the PDF.
  204. pdfjs-invalid-file-error = No suithfest or camshauchlet PDF file.
  205. pdfjs-missing-file-error = PDF file tint.
  206. pdfjs-unexpected-response-error = Unexpectit server repone.
  207. pdfjs-rendering-error = A mishanter tuik place while renderin the page.
  208. ## Annotations
  209. # Variables:
  210. # $date (Date) - the modification date of the annotation
  211. # $time (Time) - the modification time of the annotation
  212. pdfjs-annotation-date-string = { $date }, { $time }
  213. # .alt: This is used as a tooltip.
  214. # Variables:
  215. # $type (String) - an annotation type from a list defined in the PDF spec
  216. # (32000-1:2008 Table 169 – Annotation types).
  217. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  218. pdfjs-text-annotation-type =
  219. .alt = [{ $type } Annotation]
  220. ## Password
  221. pdfjs-password-label = Inpit the passwird fur tae open this PDF file.
  222. pdfjs-password-invalid = Passwird no suithfest. Gonnae gie it anither shot.
  223. pdfjs-password-ok-button = OK
  224. pdfjs-password-cancel-button = Stap
  225. pdfjs-web-fonts-disabled = Wab fonts are disabled: cannae yaise embeddit PDF fonts.
  226. ## Editing
  227. ## Alt-text dialog
  228. ## Editor resizers
  229. ## This is used in an aria label to help to understand the role of the resizer.