viewer.ftl 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610
  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. ## Secondary toolbar and context menu
  52. pdfjs-tools-button =
  53. .title = Tools
  54. pdfjs-tools-button-label = Tools
  55. pdfjs-first-page-button =
  56. .title = Go to First Page
  57. pdfjs-first-page-button-label = Go to First Page
  58. pdfjs-last-page-button =
  59. .title = Go to Last Page
  60. pdfjs-last-page-button-label = Go to Last Page
  61. pdfjs-page-rotate-cw-button =
  62. .title = Rotate Clockwise
  63. pdfjs-page-rotate-cw-button-label = Rotate Clockwise
  64. pdfjs-page-rotate-ccw-button =
  65. .title = Rotate Counterclockwise
  66. pdfjs-page-rotate-ccw-button-label = Rotate Counterclockwise
  67. pdfjs-cursor-text-select-tool-button =
  68. .title = Enable Text Selection Tool
  69. pdfjs-cursor-text-select-tool-button-label = Text Selection Tool
  70. pdfjs-cursor-hand-tool-button =
  71. .title = Enable Hand Tool
  72. pdfjs-cursor-hand-tool-button-label = Hand Tool
  73. pdfjs-scroll-page-button =
  74. .title = Use Page Scrolling
  75. pdfjs-scroll-page-button-label = Page Scrolling
  76. pdfjs-scroll-vertical-button =
  77. .title = Use Vertical Scrolling
  78. pdfjs-scroll-vertical-button-label = Vertical Scrolling
  79. pdfjs-scroll-horizontal-button =
  80. .title = Use Horizontal Scrolling
  81. pdfjs-scroll-horizontal-button-label = Horizontal Scrolling
  82. pdfjs-scroll-wrapped-button =
  83. .title = Use Wrapped Scrolling
  84. pdfjs-scroll-wrapped-button-label = Wrapped Scrolling
  85. pdfjs-spread-none-button =
  86. .title = Do not join page spreads
  87. pdfjs-spread-none-button-label = No Spreads
  88. pdfjs-spread-odd-button =
  89. .title = Join page spreads starting with odd-numbered pages
  90. pdfjs-spread-odd-button-label = Odd Spreads
  91. pdfjs-spread-even-button =
  92. .title = Join page spreads starting with even-numbered pages
  93. pdfjs-spread-even-button-label = Even Spreads
  94. ## Document properties dialog
  95. pdfjs-document-properties-button =
  96. .title = Document Properties…
  97. pdfjs-document-properties-button-label = Document Properties…
  98. pdfjs-document-properties-file-name = File name:
  99. pdfjs-document-properties-file-size = File size:
  100. # Variables:
  101. # $kb (Number) - the PDF file size in kilobytes
  102. # $b (Number) - the PDF file size in bytes
  103. pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } KB ({ $b } bytes)
  104. # Variables:
  105. # $mb (Number) - the PDF file size in megabytes
  106. # $b (Number) - the PDF file size in bytes
  107. pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } MB ({ $b } bytes)
  108. # Variables:
  109. # $size_kb (Number) - the PDF file size in kilobytes
  110. # $size_b (Number) - the PDF file size in bytes
  111. pdfjs-document-properties-kb = { $size_kb } kB ({ $size_b } bytes)
  112. # Variables:
  113. # $size_mb (Number) - the PDF file size in megabytes
  114. # $size_b (Number) - the PDF file size in bytes
  115. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes)
  116. pdfjs-document-properties-title = Title:
  117. pdfjs-document-properties-author = Author:
  118. pdfjs-document-properties-subject = Subject:
  119. pdfjs-document-properties-keywords = Keywords:
  120. pdfjs-document-properties-creation-date = Creation Date:
  121. pdfjs-document-properties-modification-date = Modification Date:
  122. # Variables:
  123. # $dateObj (Date) - the creation/modification date and time of the PDF file
  124. pdfjs-document-properties-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  125. # Variables:
  126. # $date (Date) - the creation/modification date of the PDF file
  127. # $time (Time) - the creation/modification time of the PDF file
  128. pdfjs-document-properties-date-string = { $date }, { $time }
  129. pdfjs-document-properties-creator = Creator:
  130. pdfjs-document-properties-producer = PDF Producer:
  131. pdfjs-document-properties-version = PDF Version:
  132. pdfjs-document-properties-page-count = Page Count:
  133. pdfjs-document-properties-page-size = Page Size:
  134. pdfjs-document-properties-page-size-unit-inches = in
  135. pdfjs-document-properties-page-size-unit-millimeters = mm
  136. pdfjs-document-properties-page-size-orientation-portrait = portrait
  137. pdfjs-document-properties-page-size-orientation-landscape = landscape
  138. pdfjs-document-properties-page-size-name-a-three = A3
  139. pdfjs-document-properties-page-size-name-a-four = A4
  140. pdfjs-document-properties-page-size-name-letter = Letter
  141. pdfjs-document-properties-page-size-name-legal = Legal
  142. ## Variables:
  143. ## $width (Number) - the width of the (current) page
  144. ## $height (Number) - the height of the (current) page
  145. ## $unit (String) - the unit of measurement of the (current) page
  146. ## $name (String) - the name of the (current) page
  147. ## $orientation (String) - the orientation of the (current) page
  148. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  149. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  150. ##
  151. # The linearization status of the document; usually called "Fast Web View" in
  152. # English locales of Adobe software.
  153. pdfjs-document-properties-linearized = Fast Web View:
  154. pdfjs-document-properties-linearized-yes = Yes
  155. pdfjs-document-properties-linearized-no = No
  156. pdfjs-document-properties-close-button = Close
  157. ## Print
  158. pdfjs-print-progress-message = Preparing document for printing…
  159. # Variables:
  160. # $progress (Number) - percent value
  161. pdfjs-print-progress-percent = { $progress }%
  162. pdfjs-print-progress-close-button = Cancel
  163. pdfjs-printing-not-supported = Warning: Printing is not fully supported by this browser.
  164. pdfjs-printing-not-ready = Warning: The PDF is not fully loaded for printing.
  165. ## Tooltips and alt text for side panel toolbar buttons
  166. pdfjs-toggle-sidebar-button =
  167. .title = Toggle Sidebar
  168. pdfjs-toggle-sidebar-notification-button =
  169. .title = Toggle Sidebar (document contains outline/attachments/layers)
  170. pdfjs-toggle-sidebar-button-label = Toggle Sidebar
  171. pdfjs-document-outline-button =
  172. .title = Show Document Outline (double-click to expand/collapse all items)
  173. pdfjs-document-outline-button-label = Document Outline
  174. pdfjs-attachments-button =
  175. .title = Show Attachments
  176. pdfjs-attachments-button-label = Attachments
  177. pdfjs-layers-button =
  178. .title = Show Layers (double-click to reset all layers to the default state)
  179. pdfjs-layers-button-label = Layers
  180. pdfjs-thumbs-button =
  181. .title = Show Thumbnails
  182. pdfjs-thumbs-button-label = Thumbnails
  183. pdfjs-current-outline-item-button =
  184. .title = Find Current Outline Item
  185. pdfjs-current-outline-item-button-label = Current Outline Item
  186. pdfjs-findbar-button =
  187. .title = Find in Document
  188. pdfjs-findbar-button-label = Find
  189. pdfjs-additional-layers = Additional Layers
  190. ## Thumbnails panel item (tooltip and alt text for images)
  191. # Variables:
  192. # $page (Number) - the page number
  193. pdfjs-thumb-page-title =
  194. .title = Page { $page }
  195. # Variables:
  196. # $page (Number) - the page number
  197. pdfjs-thumb-page-canvas =
  198. .aria-label = Thumbnail of Page { $page }
  199. ## Find panel button title and messages
  200. pdfjs-find-input =
  201. .title = Find
  202. .placeholder = Find in document…
  203. pdfjs-find-previous-button =
  204. .title = Find the previous occurrence of the phrase
  205. pdfjs-find-previous-button-label = Previous
  206. pdfjs-find-next-button =
  207. .title = Find the next occurrence of the phrase
  208. pdfjs-find-next-button-label = Next
  209. pdfjs-find-highlight-checkbox = Highlight All
  210. pdfjs-find-match-case-checkbox-label = Match Case
  211. pdfjs-find-match-diacritics-checkbox-label = Match Diacritics
  212. pdfjs-find-entire-word-checkbox-label = Whole Words
  213. pdfjs-find-reached-top = Reached top of document, continued from bottom
  214. pdfjs-find-reached-bottom = Reached end of document, continued from top
  215. # Variables:
  216. # $current (Number) - the index of the currently active find result
  217. # $total (Number) - the total number of matches in the document
  218. pdfjs-find-match-count =
  219. { $total ->
  220. [one] { $current } of { $total } match
  221. *[other] { $current } of { $total } matches
  222. }
  223. # Variables:
  224. # $limit (Number) - the maximum number of matches
  225. pdfjs-find-match-count-limit =
  226. { $limit ->
  227. [one] More than { $limit } match
  228. *[other] More than { $limit } matches
  229. }
  230. pdfjs-find-not-found = Phrase not found
  231. ## Predefined zoom values
  232. pdfjs-page-scale-width = Page Width
  233. pdfjs-page-scale-fit = Page Fit
  234. pdfjs-page-scale-auto = Automatic Zoom
  235. pdfjs-page-scale-actual = Actual Size
  236. # Variables:
  237. # $scale (Number) - percent value for page scale
  238. pdfjs-page-scale-percent = { $scale }%
  239. ## PDF page
  240. # Variables:
  241. # $page (Number) - the page number
  242. pdfjs-page-landmark =
  243. .aria-label = Page { $page }
  244. ## Loading indicator messages
  245. pdfjs-loading-error = An error occurred while loading the PDF.
  246. pdfjs-invalid-file-error = Invalid or corrupted PDF file.
  247. pdfjs-missing-file-error = Missing PDF file.
  248. pdfjs-unexpected-response-error = Unexpected server response.
  249. pdfjs-rendering-error = An error occurred while rendering the page.
  250. ## Annotations
  251. # Variables:
  252. # $date (Date) - the modification date of the annotation
  253. # $time (Time) - the modification time of the annotation
  254. pdfjs-annotation-date-string = { $date }, { $time }
  255. # .alt: This is used as a tooltip.
  256. # Variables:
  257. # $type (String) - an annotation type from a list defined in the PDF spec
  258. # (32000-1:2008 Table 169 – Annotation types).
  259. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  260. pdfjs-text-annotation-type =
  261. .alt = [{ $type } Annotation]
  262. # Variables:
  263. # $dateObj (Date) - the modification date and time of the annotation
  264. pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  265. ## Password
  266. pdfjs-password-label = Enter the password to open this PDF file.
  267. pdfjs-password-invalid = Invalid password. Please try again.
  268. pdfjs-password-ok-button = OK
  269. pdfjs-password-cancel-button = Cancel
  270. pdfjs-web-fonts-disabled = Web fonts are disabled: unable to use embedded PDF fonts.
  271. ## Editing
  272. pdfjs-editor-free-text-button =
  273. .title = Text
  274. pdfjs-editor-free-text-button-label = Text
  275. pdfjs-editor-ink-button =
  276. .title = Draw
  277. pdfjs-editor-ink-button-label = Draw
  278. pdfjs-editor-stamp-button =
  279. .title = Add or edit images
  280. pdfjs-editor-stamp-button-label = Add or edit images
  281. pdfjs-editor-highlight-button =
  282. .title = Highlight
  283. pdfjs-editor-highlight-button-label = Highlight
  284. pdfjs-highlight-floating-button1 =
  285. .title = Highlight
  286. .aria-label = Highlight
  287. pdfjs-highlight-floating-button-label = Highlight
  288. pdfjs-editor-signature-button =
  289. .title = Add signature
  290. pdfjs-editor-signature-button-label = Add signature
  291. ## Default editor aria labels
  292. # “Highlight” is a noun, the string is used on the editor for highlights.
  293. pdfjs-editor-highlight-editor =
  294. .aria-label = Highlight editor
  295. # “Drawing” is a noun, the string is used on the editor for drawings.
  296. pdfjs-editor-ink-editor =
  297. .aria-label = Drawing editor
  298. pdfjs-editor-stamp-editor =
  299. .aria-label = Image editor
  300. ## Remove button for the various kind of editor.
  301. pdfjs-editor-remove-ink-button =
  302. .title = Remove drawing
  303. pdfjs-editor-remove-freetext-button =
  304. .title = Remove text
  305. pdfjs-editor-remove-stamp-button =
  306. .title = Remove image
  307. pdfjs-editor-remove-highlight-button =
  308. .title = Remove highlight
  309. pdfjs-editor-remove-signature-button =
  310. .title = Remove signature
  311. ##
  312. # Editor Parameters
  313. pdfjs-editor-free-text-color-input = Colour
  314. pdfjs-editor-free-text-size-input = Size
  315. pdfjs-editor-ink-color-input = Colour
  316. pdfjs-editor-ink-thickness-input = Thickness
  317. pdfjs-editor-ink-opacity-input = Opacity
  318. pdfjs-editor-stamp-add-image-button =
  319. .title = Add image
  320. pdfjs-editor-stamp-add-image-button-label = Add image
  321. # This refers to the thickness of the line used for free highlighting (not bound to text)
  322. pdfjs-editor-free-highlight-thickness-input = Thickness
  323. pdfjs-editor-free-highlight-thickness-title =
  324. .title = Change thickness when highlighting items other than text
  325. pdfjs-editor-add-signature-container =
  326. .aria-label = Signature controls and saved signatures
  327. pdfjs-editor-signature-add-signature-button =
  328. .title = Add new signature
  329. pdfjs-editor-signature-add-signature-button-label = Add new signature
  330. # Used on the button to use an already saved signature.
  331. # Variables:
  332. # $description (String) - a string describing/labeling the signature.
  333. pdfjs-editor-add-saved-signature-button =
  334. .title = Saved signature: { $description }
  335. # .default-content is used as a placeholder in an empty text editor.
  336. pdfjs-free-text2 =
  337. .aria-label = Text Editor
  338. .default-content = Start typing…
  339. pdfjs-free-text =
  340. .aria-label = Text Editor
  341. pdfjs-free-text-default-content = Start typing…
  342. pdfjs-ink =
  343. .aria-label = Draw Editor
  344. pdfjs-ink-canvas =
  345. .aria-label = User-created image
  346. ## Alt-text dialog
  347. pdfjs-editor-alt-text-button-label = Alt text
  348. pdfjs-editor-alt-text-edit-button =
  349. .aria-label = Edit alt text
  350. pdfjs-editor-alt-text-edit-button-label = Edit alt text
  351. pdfjs-editor-alt-text-dialog-label = Choose an option
  352. pdfjs-editor-alt-text-dialog-description = Alt text (alternative text) helps when people can’t see the image or when it doesn’t load.
  353. pdfjs-editor-alt-text-add-description-label = Add a description
  354. pdfjs-editor-alt-text-add-description-description = Aim for 1-2 sentences that describe the subject, setting, or actions.
  355. pdfjs-editor-alt-text-mark-decorative-label = Mark as decorative
  356. pdfjs-editor-alt-text-mark-decorative-description = This is used for ornamental images, like borders or watermarks.
  357. pdfjs-editor-alt-text-cancel-button = Cancel
  358. pdfjs-editor-alt-text-save-button = Save
  359. pdfjs-editor-alt-text-decorative-tooltip = Marked as decorative
  360. # .placeholder: This is a placeholder for the alt text input area
  361. pdfjs-editor-alt-text-textarea =
  362. .placeholder = For example, “A young man sits down at a table to eat a meal”
  363. # Alternative text (alt text) helps when people can't see the image.
  364. pdfjs-editor-alt-text-button =
  365. .aria-label = Alt text
  366. ## Editor resizers
  367. ## This is used in an aria label to help to understand the role of the resizer.
  368. pdfjs-editor-resizer-label-top-left = Top left corner — resize
  369. pdfjs-editor-resizer-label-top-middle = Top middle — resize
  370. pdfjs-editor-resizer-label-top-right = Top right corner — resize
  371. pdfjs-editor-resizer-label-middle-right = Middle right — resize
  372. pdfjs-editor-resizer-label-bottom-right = Bottom right corner — resize
  373. pdfjs-editor-resizer-label-bottom-middle = Bottom middle — resize
  374. pdfjs-editor-resizer-label-bottom-left = Bottom left corner — resize
  375. pdfjs-editor-resizer-label-middle-left = Middle left — resize
  376. pdfjs-editor-resizer-top-left =
  377. .aria-label = Top left corner — resize
  378. pdfjs-editor-resizer-top-middle =
  379. .aria-label = Top middle — resize
  380. pdfjs-editor-resizer-top-right =
  381. .aria-label = Top right corner — resize
  382. pdfjs-editor-resizer-middle-right =
  383. .aria-label = Middle right — resize
  384. pdfjs-editor-resizer-bottom-right =
  385. .aria-label = Bottom right corner — resize
  386. pdfjs-editor-resizer-bottom-middle =
  387. .aria-label = Bottom middle — resize
  388. pdfjs-editor-resizer-bottom-left =
  389. .aria-label = Bottom left corner — resize
  390. pdfjs-editor-resizer-middle-left =
  391. .aria-label = Middle left — resize
  392. ## Color picker
  393. # This means "Color used to highlight text"
  394. pdfjs-editor-highlight-colorpicker-label = Highlight colour
  395. pdfjs-editor-colorpicker-button =
  396. .title = Change colour
  397. pdfjs-editor-colorpicker-dropdown =
  398. .aria-label = Colour choices
  399. pdfjs-editor-colorpicker-yellow =
  400. .title = Yellow
  401. pdfjs-editor-colorpicker-green =
  402. .title = Green
  403. pdfjs-editor-colorpicker-blue =
  404. .title = Blue
  405. pdfjs-editor-colorpicker-pink =
  406. .title = Pink
  407. pdfjs-editor-colorpicker-red =
  408. .title = Red
  409. ## Show all highlights
  410. ## This is a toggle button to show/hide all the highlights.
  411. pdfjs-editor-highlight-show-all-button-label = Show all
  412. pdfjs-editor-highlight-show-all-button =
  413. .title = Show all
  414. ## New alt-text dialog
  415. ## Group note for entire feature: Alternative text (alt text) helps when people can't see the image. This feature includes a tool to create alt text automatically using an AI model that works locally on the user's device to preserve privacy.
  416. # Modal header positioned above a text box where users can edit the alt text.
  417. pdfjs-editor-new-alt-text-dialog-edit-label = Edit alt text (image description)
  418. # Modal header positioned above a text box where users can add the alt text.
  419. pdfjs-editor-new-alt-text-dialog-add-label = Add alt text (image description)
  420. pdfjs-editor-new-alt-text-textarea =
  421. .placeholder = Write your description here…
  422. # This text refers to the alt text box above this description. It offers a definition of alt text.
  423. pdfjs-editor-new-alt-text-description = Short description for people who can’t see the image or when the image doesn’t load.
  424. # This is a required legal disclaimer that refers to the automatically created text inside the alt text box above this text. It disappears if the text is edited by a human.
  425. pdfjs-editor-new-alt-text-disclaimer1 = This alt text was created automatically and may be inaccurate.
  426. pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Learn more
  427. pdfjs-editor-new-alt-text-create-automatically-button-label = Create alt text automatically
  428. pdfjs-editor-new-alt-text-not-now-button = Not now
  429. pdfjs-editor-new-alt-text-error-title = Couldn’t create alt text automatically
  430. pdfjs-editor-new-alt-text-error-description = Please write your own alt text or try again later.
  431. pdfjs-editor-new-alt-text-error-close-button = Close
  432. # Variables:
  433. # $totalSize (Number) - the total size (in MB) of the AI model.
  434. # $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
  435. pdfjs-editor-new-alt-text-ai-model-downloading-progress = Downloading alt text AI model ({ $downloadedSize } of { $totalSize } MB)
  436. .aria-valuetext = Downloading alt text AI model ({ $downloadedSize } of { $totalSize } MB)
  437. # This is a button that users can click to edit the alt text they have already added.
  438. pdfjs-editor-new-alt-text-added-button =
  439. .aria-label = Alt text added
  440. pdfjs-editor-new-alt-text-added-button-label = Alt text added
  441. # This is a button that users can click to open the alt text editor and add alt text when it is not present.
  442. pdfjs-editor-new-alt-text-missing-button =
  443. .aria-label = Missing alt text
  444. pdfjs-editor-new-alt-text-missing-button-label = Missing alt text
  445. # This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
  446. pdfjs-editor-new-alt-text-to-review-button =
  447. .aria-label = Review alt text
  448. pdfjs-editor-new-alt-text-to-review-button-label = Review alt text
  449. # "Created automatically" is a prefix that will be added to the beginning of any alt text that has been automatically generated. After the colon, the user will see/hear the actual alt text description. If the alt text has been edited by a human, this prefix will not appear.
  450. # Variables:
  451. # $generatedAltText (String) - the generated alt-text.
  452. pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = Created automatically: { $generatedAltText }
  453. ## Image alt-text settings
  454. pdfjs-image-alt-text-settings-button =
  455. .title = Image alt text settings
  456. pdfjs-image-alt-text-settings-button-label = Image alt text settings
  457. pdfjs-editor-alt-text-settings-dialog-label = Image alt text settings
  458. pdfjs-editor-alt-text-settings-automatic-title = Automatic alt text
  459. pdfjs-editor-alt-text-settings-create-model-button-label = Create alt text automatically
  460. pdfjs-editor-alt-text-settings-create-model-description = Suggests descriptions to help people who can’t see the image or when the image doesn’t load.
  461. # Variables:
  462. # $totalSize (Number) - the total size (in MB) of the AI model.
  463. pdfjs-editor-alt-text-settings-download-model-label = Alt text AI model ({ $totalSize } MB)
  464. pdfjs-editor-alt-text-settings-ai-model-description = Runs locally on your device so your data stays private. Required for automatic alt text.
  465. pdfjs-editor-alt-text-settings-delete-model-button = Delete
  466. pdfjs-editor-alt-text-settings-download-model-button = Download
  467. pdfjs-editor-alt-text-settings-downloading-model-button = Downloading…
  468. pdfjs-editor-alt-text-settings-editor-title = Alt text editor
  469. pdfjs-editor-alt-text-settings-show-dialog-button-label = Show alt text editor right away when adding an image
  470. pdfjs-editor-alt-text-settings-show-dialog-description = Helps you make sure all your images have alt text.
  471. pdfjs-editor-alt-text-settings-close-button = Close
  472. ## "Annotations removed" bar
  473. pdfjs-editor-undo-bar-message-highlight = Highlight removed
  474. pdfjs-editor-undo-bar-message-freetext = Text removed
  475. pdfjs-editor-undo-bar-message-ink = Drawing removed
  476. pdfjs-editor-undo-bar-message-stamp = Image removed
  477. pdfjs-editor-undo-bar-message-signature = Signature removed
  478. # Variables:
  479. # $count (Number) - the number of removed annotations.
  480. pdfjs-editor-undo-bar-message-multiple =
  481. { $count ->
  482. [one] { $count } annotation removed
  483. *[other] { $count } annotations removed
  484. }
  485. pdfjs-editor-undo-bar-undo-button =
  486. .title = Undo
  487. pdfjs-editor-undo-bar-undo-button-label = Undo
  488. pdfjs-editor-undo-bar-close-button =
  489. .title = Close
  490. pdfjs-editor-undo-bar-close-button-label = Close
  491. ## Add a signature dialog
  492. pdfjs-editor-add-signature-dialog-label = This modal allows the user to create a signature to add to a PDF document. The user can edit the name (which also serves as the alt text), and optionally save the signature for repeated use.
  493. pdfjs-editor-add-signature-dialog-title = Add a signature
  494. ## Tab names
  495. # Type is a verb (you can type your name as signature)
  496. pdfjs-editor-add-signature-type-button = Type
  497. .title = Type
  498. # Draw is a verb (you can draw your signature)
  499. pdfjs-editor-add-signature-draw-button = Draw
  500. .title = Draw
  501. pdfjs-editor-add-signature-image-button = Image
  502. .title = Image
  503. ## Tab panels
  504. pdfjs-editor-add-signature-type-input =
  505. .aria-label = Type your signature
  506. .placeholder = Type your signature
  507. pdfjs-editor-add-signature-draw-placeholder = Draw your signature
  508. pdfjs-editor-add-signature-draw-thickness-range-label = Thickness
  509. # Variables:
  510. # $thickness (Number) - the thickness (in pixels) of the line used to draw a signature.
  511. pdfjs-editor-add-signature-draw-thickness-range =
  512. .title = Drawing thickness: { $thickness }
  513. pdfjs-editor-add-signature-image-placeholder = Drag a file here to upload
  514. pdfjs-editor-add-signature-image-browse-link =
  515. { PLATFORM() ->
  516. [macos] Or choose image files
  517. *[other] Or browse image files
  518. }
  519. ## Controls
  520. pdfjs-editor-add-signature-description-label = Description (alt text)
  521. pdfjs-editor-add-signature-description-input =
  522. .title = Description (alt text)
  523. pdfjs-editor-add-signature-description-default-when-drawing = Signature
  524. pdfjs-editor-add-signature-clear-button-label = Clear signature
  525. pdfjs-editor-add-signature-clear-button =
  526. .title = Clear signature
  527. pdfjs-editor-add-signature-save-checkbox = Save signature
  528. pdfjs-editor-add-signature-save-warning-message = You’ve reached the limit of 5 saved signatures. Remove one to save more.
  529. pdfjs-editor-add-signature-image-upload-error-title = Couldn’t upload image
  530. pdfjs-editor-add-signature-image-upload-error-description = Check your network connection or try another image.
  531. pdfjs-editor-add-signature-error-close-button = Close
  532. ## Dialog buttons
  533. pdfjs-editor-add-signature-cancel-button = Cancel
  534. pdfjs-editor-add-signature-add-button = Add
  535. pdfjs-editor-edit-signature-update-button = Update
  536. ## Main menu for adding/removing signatures
  537. pdfjs-editor-delete-signature-button1 =
  538. .title = Remove saved signature
  539. pdfjs-editor-delete-signature-button-label1 = Remove saved signature
  540. ## Editor toolbar
  541. pdfjs-editor-add-signature-edit-button-label = Edit description
  542. ## Edit signature description dialog
  543. pdfjs-editor-edit-signature-dialog-title = Edit description