viewer.ftl 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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 = Página yata
  7. pdfjs-zoom-select =
  8. .title = Nasa´a ka´nu/Nasa´a luli
  9. pdfjs-open-file-button-label = Síne
  10. ## Secondary toolbar and context menu
  11. ## Document properties dialog
  12. # Variables:
  13. # $date (Date) - the creation/modification date of the PDF file
  14. # $time (Time) - the creation/modification time of the PDF file
  15. pdfjs-document-properties-date-string = { $date }, { $time }
  16. ## Variables:
  17. ## $width (Number) - the width of the (current) page
  18. ## $height (Number) - the height of the (current) page
  19. ## $unit (String) - the unit of measurement of the (current) page
  20. ## $name (String) - the name of the (current) page
  21. ## $orientation (String) - the orientation of the (current) page
  22. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  23. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  24. ##
  25. pdfjs-document-properties-linearized-yes = Kuvi
  26. pdfjs-document-properties-close-button = Nakasɨ
  27. ## Print
  28. # Variables:
  29. # $progress (Number) - percent value
  30. pdfjs-print-progress-percent = { $progress }%
  31. pdfjs-print-progress-close-button = Nkuvi-ka
  32. ## Tooltips and alt text for side panel toolbar buttons
  33. pdfjs-findbar-button-label = Nánuku
  34. ## Thumbnails panel item (tooltip and alt text for images)
  35. ## Find panel button title and messages
  36. ## Predefined zoom values
  37. # Variables:
  38. # $scale (Number) - percent value for page scale
  39. pdfjs-page-scale-percent = { $scale }%
  40. ## PDF page
  41. ## Loading indicator messages
  42. ## Annotations
  43. # Variables:
  44. # $date (Date) - the modification date of the annotation
  45. # $time (Time) - the modification time of the annotation
  46. pdfjs-annotation-date-string = { $date }, { $time }
  47. ## Password
  48. pdfjs-password-cancel-button = Nkuvi-ka
  49. ## Editing
  50. ## Alt-text dialog
  51. ## Editor resizers
  52. ## This is used in an aria label to help to understand the role of the resizer.