You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

403 lines
15KB

  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 = Previous Page
  7. pdfjs-previous-button-label = Previous
  8. pdfjs-next-button =
  9. .title = Next Page
  10. pdfjs-next-button-label = Next
  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 = 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. pdfjs-save-button =
  40. .title = Save
  41. pdfjs-save-button-label = Save
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = Download
  45. # Used in Firefox for Android as a label for the download button (“download” is a verb).
  46. # Length of the translation matters since we are in a mobile context, with limited screen estate.
  47. pdfjs-download-button-label = Download
  48. pdfjs-bookmark-button =
  49. .title = Current Page (View URL from Current Page)
  50. pdfjs-bookmark-button-label = Current Page
  51. # Used in Firefox for Android.
  52. pdfjs-open-in-app-button =
  53. .title = Open in app
  54. # Used in Firefox for Android.
  55. # Length of the translation matters since we are in a mobile context, with limited screen estate.
  56. pdfjs-open-in-app-button-label = Open in app
  57. ## Secondary toolbar and context menu
  58. pdfjs-tools-button =
  59. .title = Tools
  60. pdfjs-tools-button-label = Tools
  61. pdfjs-first-page-button =
  62. .title = Go to First Page
  63. pdfjs-first-page-button-label = Go to First Page
  64. pdfjs-last-page-button =
  65. .title = Go to Last Page
  66. pdfjs-last-page-button-label = Go to Last Page
  67. pdfjs-page-rotate-cw-button =
  68. .title = Rotate Clockwise
  69. pdfjs-page-rotate-cw-button-label = Rotate Clockwise
  70. pdfjs-page-rotate-ccw-button =
  71. .title = Rotate Counterclockwise
  72. pdfjs-page-rotate-ccw-button-label = Rotate Counterclockwise
  73. pdfjs-cursor-text-select-tool-button =
  74. .title = Enable Text Selection Tool
  75. pdfjs-cursor-text-select-tool-button-label = Text Selection Tool
  76. pdfjs-cursor-hand-tool-button =
  77. .title = Enable Hand Tool
  78. pdfjs-cursor-hand-tool-button-label = Hand Tool
  79. pdfjs-scroll-page-button =
  80. .title = Use Page Scrolling
  81. pdfjs-scroll-page-button-label = Page Scrolling
  82. pdfjs-scroll-vertical-button =
  83. .title = Use Vertical Scrolling
  84. pdfjs-scroll-vertical-button-label = Vertical Scrolling
  85. pdfjs-scroll-horizontal-button =
  86. .title = Use Horizontal Scrolling
  87. pdfjs-scroll-horizontal-button-label = Horizontal Scrolling
  88. pdfjs-scroll-wrapped-button =
  89. .title = Use Wrapped Scrolling
  90. pdfjs-scroll-wrapped-button-label = Wrapped Scrolling
  91. pdfjs-spread-none-button =
  92. .title = Do not join page spreads
  93. pdfjs-spread-none-button-label = No Spreads
  94. pdfjs-spread-odd-button =
  95. .title = Join page spreads starting with odd-numbered pages
  96. pdfjs-spread-odd-button-label = Odd Spreads
  97. pdfjs-spread-even-button =
  98. .title = Join page spreads starting with even-numbered pages
  99. pdfjs-spread-even-button-label = Even Spreads
  100. ## Document properties dialog
  101. pdfjs-document-properties-button =
  102. .title = Document Properties…
  103. pdfjs-document-properties-button-label = Document Properties…
  104. pdfjs-document-properties-file-name = File name:
  105. pdfjs-document-properties-file-size = File size:
  106. # Variables:
  107. # $size_kb (Number) - the PDF file size in kilobytes
  108. # $size_b (Number) - the PDF file size in bytes
  109. pdfjs-document-properties-kb = { $size_kb } kB ({ $size_b } bytes)
  110. # Variables:
  111. # $size_mb (Number) - the PDF file size in megabytes
  112. # $size_b (Number) - the PDF file size in bytes
  113. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes)
  114. pdfjs-document-properties-title = Title:
  115. pdfjs-document-properties-author = Author:
  116. pdfjs-document-properties-subject = Subject:
  117. pdfjs-document-properties-keywords = Keywords:
  118. pdfjs-document-properties-creation-date = Creation Date:
  119. pdfjs-document-properties-modification-date = Modification Date:
  120. # Variables:
  121. # $date (Date) - the creation/modification date of the PDF file
  122. # $time (Time) - the creation/modification time of the PDF file
  123. pdfjs-document-properties-date-string = { $date }, { $time }
  124. pdfjs-document-properties-creator = Creator:
  125. pdfjs-document-properties-producer = PDF Producer:
  126. pdfjs-document-properties-version = PDF Version:
  127. pdfjs-document-properties-page-count = Page Count:
  128. pdfjs-document-properties-page-size = Page Size:
  129. pdfjs-document-properties-page-size-unit-inches = in
  130. pdfjs-document-properties-page-size-unit-millimeters = mm
  131. pdfjs-document-properties-page-size-orientation-portrait = portrait
  132. pdfjs-document-properties-page-size-orientation-landscape = landscape
  133. pdfjs-document-properties-page-size-name-a-three = A3
  134. pdfjs-document-properties-page-size-name-a-four = A4
  135. pdfjs-document-properties-page-size-name-letter = Letter
  136. pdfjs-document-properties-page-size-name-legal = Legal
  137. ## Variables:
  138. ## $width (Number) - the width of the (current) page
  139. ## $height (Number) - the height of the (current) page
  140. ## $unit (String) - the unit of measurement of the (current) page
  141. ## $name (String) - the name of the (current) page
  142. ## $orientation (String) - the orientation of the (current) page
  143. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  144. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  145. ##
  146. # The linearization status of the document; usually called "Fast Web View" in
  147. # English locales of Adobe software.
  148. pdfjs-document-properties-linearized = Fast Web View:
  149. pdfjs-document-properties-linearized-yes = Yes
  150. pdfjs-document-properties-linearized-no = No
  151. pdfjs-document-properties-close-button = Close
  152. ## Print
  153. pdfjs-print-progress-message = Preparing document for printing…
  154. # Variables:
  155. # $progress (Number) - percent value
  156. pdfjs-print-progress-percent = { $progress }%
  157. pdfjs-print-progress-close-button = Cancel
  158. pdfjs-printing-not-supported = Warning: Printing is not fully supported by this browser.
  159. pdfjs-printing-not-ready = Warning: The PDF is not fully loaded for printing.
  160. ## Tooltips and alt text for side panel toolbar buttons
  161. pdfjs-toggle-sidebar-button =
  162. .title = Toggle Sidebar
  163. pdfjs-toggle-sidebar-notification-button =
  164. .title = Toggle Sidebar (document contains outline/attachments/layers)
  165. pdfjs-toggle-sidebar-button-label = Toggle Sidebar
  166. pdfjs-document-outline-button =
  167. .title = Show Document Outline (double-click to expand/collapse all items)
  168. pdfjs-document-outline-button-label = Document Outline
  169. pdfjs-attachments-button =
  170. .title = Show Attachments
  171. pdfjs-attachments-button-label = Attachments
  172. pdfjs-layers-button =
  173. .title = Show Layers (double-click to reset all layers to the default state)
  174. pdfjs-layers-button-label = Layers
  175. pdfjs-thumbs-button =
  176. .title = Show Thumbnails
  177. pdfjs-thumbs-button-label = Thumbnails
  178. pdfjs-current-outline-item-button =
  179. .title = Find Current Outline Item
  180. pdfjs-current-outline-item-button-label = Current Outline Item
  181. pdfjs-findbar-button =
  182. .title = Find in Document
  183. pdfjs-findbar-button-label = Find
  184. pdfjs-additional-layers = Additional Layers
  185. ## Thumbnails panel item (tooltip and alt text for images)
  186. # Variables:
  187. # $page (Number) - the page number
  188. pdfjs-thumb-page-title =
  189. .title = Page { $page }
  190. # Variables:
  191. # $page (Number) - the page number
  192. pdfjs-thumb-page-canvas =
  193. .aria-label = Thumbnail of Page { $page }
  194. ## Find panel button title and messages
  195. pdfjs-find-input =
  196. .title = Find
  197. .placeholder = Find in document…
  198. pdfjs-find-previous-button =
  199. .title = Find the previous occurrence of the phrase
  200. pdfjs-find-previous-button-label = Previous
  201. pdfjs-find-next-button =
  202. .title = Find the next occurrence of the phrase
  203. pdfjs-find-next-button-label = Next
  204. pdfjs-find-highlight-checkbox = Highlight All
  205. pdfjs-find-match-case-checkbox-label = Match Case
  206. pdfjs-find-match-diacritics-checkbox-label = Match Diacritics
  207. pdfjs-find-entire-word-checkbox-label = Whole Words
  208. pdfjs-find-reached-top = Reached top of document, continued from bottom
  209. pdfjs-find-reached-bottom = Reached end of document, continued from top
  210. # Variables:
  211. # $current (Number) - the index of the currently active find result
  212. # $total (Number) - the total number of matches in the document
  213. pdfjs-find-match-count =
  214. { $total ->
  215. [one] { $current } of { $total } match
  216. *[other] { $current } of { $total } matches
  217. }
  218. # Variables:
  219. # $limit (Number) - the maximum number of matches
  220. pdfjs-find-match-count-limit =
  221. { $limit ->
  222. [one] More than { $limit } match
  223. *[other] More than { $limit } matches
  224. }
  225. pdfjs-find-not-found = Phrase not found
  226. ## Predefined zoom values
  227. pdfjs-page-scale-width = Page Width
  228. pdfjs-page-scale-fit = Page Fit
  229. pdfjs-page-scale-auto = Automatic Zoom
  230. pdfjs-page-scale-actual = Actual Size
  231. # Variables:
  232. # $scale (Number) - percent value for page scale
  233. pdfjs-page-scale-percent = { $scale }%
  234. ## PDF page
  235. # Variables:
  236. # $page (Number) - the page number
  237. pdfjs-page-landmark =
  238. .aria-label = Page { $page }
  239. ## Loading indicator messages
  240. pdfjs-loading-error = An error occurred while loading the PDF.
  241. pdfjs-invalid-file-error = Invalid or corrupted PDF file.
  242. pdfjs-missing-file-error = Missing PDF file.
  243. pdfjs-unexpected-response-error = Unexpected server response.
  244. pdfjs-rendering-error = An error occurred while rendering the page.
  245. ## Annotations
  246. # Variables:
  247. # $date (Date) - the modification date of the annotation
  248. # $time (Time) - the modification time of the annotation
  249. pdfjs-annotation-date-string = { $date }, { $time }
  250. # .alt: This is used as a tooltip.
  251. # Variables:
  252. # $type (String) - an annotation type from a list defined in the PDF spec
  253. # (32000-1:2008 Table 169 – Annotation types).
  254. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  255. pdfjs-text-annotation-type =
  256. .alt = [{ $type } Annotation]
  257. ## Password
  258. pdfjs-password-label = Enter the password to open this PDF file.
  259. pdfjs-password-invalid = Invalid password. Please try again.
  260. pdfjs-password-ok-button = OK
  261. pdfjs-password-cancel-button = Cancel
  262. pdfjs-web-fonts-disabled = Web fonts are disabled: unable to use embedded PDF fonts.
  263. ## Editing
  264. pdfjs-editor-free-text-button =
  265. .title = Text
  266. pdfjs-editor-free-text-button-label = Text
  267. pdfjs-editor-ink-button =
  268. .title = Draw
  269. pdfjs-editor-ink-button-label = Draw
  270. pdfjs-editor-stamp-button =
  271. .title = Add or edit images
  272. pdfjs-editor-stamp-button-label = Add or edit images
  273. pdfjs-editor-highlight-button =
  274. .title = Highlight
  275. pdfjs-editor-highlight-button-label = Highlight
  276. pdfjs-highlight-floating-button =
  277. .title = Highlight
  278. pdfjs-highlight-floating-button1 =
  279. .title = Highlight
  280. .aria-label = Highlight
  281. pdfjs-highlight-floating-button-label = Highlight
  282. ## Remove button for the various kind of editor.
  283. pdfjs-editor-remove-ink-button =
  284. .title = Remove drawing
  285. pdfjs-editor-remove-freetext-button =
  286. .title = Remove text
  287. pdfjs-editor-remove-stamp-button =
  288. .title = Remove image
  289. pdfjs-editor-remove-highlight-button =
  290. .title = Remove highlight
  291. ##
  292. # Editor Parameters
  293. pdfjs-editor-free-text-color-input = Colour
  294. pdfjs-editor-free-text-size-input = Size
  295. pdfjs-editor-ink-color-input = Colour
  296. pdfjs-editor-ink-thickness-input = Thickness
  297. pdfjs-editor-ink-opacity-input = Opacity
  298. pdfjs-editor-stamp-add-image-button =
  299. .title = Add image
  300. pdfjs-editor-stamp-add-image-button-label = Add image
  301. # This refers to the thickness of the line used for free highlighting (not bound to text)
  302. pdfjs-editor-free-highlight-thickness-input = Thickness
  303. pdfjs-editor-free-highlight-thickness-title =
  304. .title = Change thickness when highlighting items other than text
  305. pdfjs-free-text =
  306. .aria-label = Text Editor
  307. pdfjs-free-text-default-content = Start typing…
  308. pdfjs-ink =
  309. .aria-label = Draw Editor
  310. pdfjs-ink-canvas =
  311. .aria-label = User-created image
  312. ## Alt-text dialog
  313. # Alternative text (alt text) helps when people can't see the image.
  314. pdfjs-editor-alt-text-button-label = Alt text
  315. pdfjs-editor-alt-text-edit-button-label = Edit alt text
  316. pdfjs-editor-alt-text-dialog-label = Choose an option
  317. pdfjs-editor-alt-text-dialog-description = Alt text (alternative text) helps when people can’t see the image or when it doesn’t load.
  318. pdfjs-editor-alt-text-add-description-label = Add a description
  319. pdfjs-editor-alt-text-add-description-description = Aim for 1-2 sentences that describe the subject, setting, or actions.
  320. pdfjs-editor-alt-text-mark-decorative-label = Mark as decorative
  321. pdfjs-editor-alt-text-mark-decorative-description = This is used for ornamental images, like borders or watermarks.
  322. pdfjs-editor-alt-text-cancel-button = Cancel
  323. pdfjs-editor-alt-text-save-button = Save
  324. pdfjs-editor-alt-text-decorative-tooltip = Marked as decorative
  325. # .placeholder: This is a placeholder for the alt text input area
  326. pdfjs-editor-alt-text-textarea =
  327. .placeholder = For example, “A young man sits down at a table to eat a meal”
  328. ## Editor resizers
  329. ## This is used in an aria label to help to understand the role of the resizer.
  330. pdfjs-editor-resizer-label-top-left = Top left corner — resize
  331. pdfjs-editor-resizer-label-top-middle = Top middle — resize
  332. pdfjs-editor-resizer-label-top-right = Top right corner — resize
  333. pdfjs-editor-resizer-label-middle-right = Middle right — resize
  334. pdfjs-editor-resizer-label-bottom-right = Bottom right corner — resize
  335. pdfjs-editor-resizer-label-bottom-middle = Bottom middle — resize
  336. pdfjs-editor-resizer-label-bottom-left = Bottom left corner — resize
  337. pdfjs-editor-resizer-label-middle-left = Middle left — resize
  338. ## Color picker
  339. # This means "Color used to highlight text"
  340. pdfjs-editor-highlight-colorpicker-label = Highlight colour
  341. pdfjs-editor-colorpicker-button =
  342. .title = Change colour
  343. pdfjs-editor-colorpicker-dropdown =
  344. .aria-label = Colour choices
  345. pdfjs-editor-colorpicker-yellow =
  346. .title = Yellow
  347. pdfjs-editor-colorpicker-green =
  348. .title = Green
  349. pdfjs-editor-colorpicker-blue =
  350. .title = Blue
  351. pdfjs-editor-colorpicker-pink =
  352. .title = Pink
  353. pdfjs-editor-colorpicker-red =
  354. .title = Red
  355. ## Show all highlights
  356. ## This is a toggle button to show/hide all the highlights.
  357. pdfjs-editor-highlight-show-all-button-label = Show all
  358. pdfjs-editor-highlight-show-all-button =
  359. .title = Show all