viewer.ftl
88 lines
| 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 | |
| 5 | |
| 6 | ## Main toolbar buttons (tooltips and alt text for images) |
| 7 | |
| 8 | pdfjs-previous-button = |
| 9 | .title = Página yata |
| 10 | pdfjs-zoom-select = |
| 11 | .title = Nasa´a ka´nu/Nasa´a luli |
| 12 | pdfjs-open-file-button-label = Síne |
| 13 | |
| 14 | ## Secondary toolbar and context menu |
| 15 | |
| 16 | |
| 17 | ## Document properties dialog |
| 18 | |
| 19 | # Variables: |
| 20 | # $date (Date) - the creation/modification date of the PDF file |
| 21 | # $time (Time) - the creation/modification time of the PDF file |
| 22 | pdfjs-document-properties-date-string = { $date }, { $time } |
| 23 | |
| 24 | ## Variables: |
| 25 | ## $width (Number) - the width of the (current) page |
| 26 | ## $height (Number) - the height of the (current) page |
| 27 | ## $unit (String) - the unit of measurement of the (current) page |
| 28 | ## $name (String) - the name of the (current) page |
| 29 | ## $orientation (String) - the orientation of the (current) page |
| 30 | |
| 31 | pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation }) |
| 32 | pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation }) |
| 33 | |
| 34 | ## |
| 35 | |
| 36 | pdfjs-document-properties-linearized-yes = Kuvi |
| 37 | pdfjs-document-properties-close-button = Nakasɨ |
| 38 | |
| 39 | |
| 40 | |
| 41 | # Variables: |
| 42 | # $progress (Number) - percent value |
| 43 | pdfjs-print-progress-percent = { $progress }% |
| 44 | pdfjs-print-progress-close-button = Nkuvi-ka |
| 45 | |
| 46 | ## Tooltips and alt text for side panel toolbar buttons |
| 47 | |
| 48 | pdfjs-findbar-button-label = Nánuku |
| 49 | |
| 50 | ## Thumbnails panel item (tooltip and alt text for images) |
| 51 | |
| 52 | |
| 53 | ## Find panel button title and messages |
| 54 | |
| 55 | |
| 56 | ## Predefined zoom values |
| 57 | |
| 58 | # Variables: |
| 59 | # $scale (Number) - percent value for page scale |
| 60 | pdfjs-page-scale-percent = { $scale }% |
| 61 | |
| 62 | ## PDF page |
| 63 | |
| 64 | |
| 65 | ## Loading indicator messages |
| 66 | |
| 67 | |
| 68 | ## Annotations |
| 69 | |
| 70 | # Variables: |
| 71 | # $date (Date) - the modification date of the annotation |
| 72 | # $time (Time) - the modification time of the annotation |
| 73 | pdfjs-annotation-date-string = { $date }, { $time } |
| 74 | |
| 75 | ## Password |
| 76 | |
| 77 | pdfjs-password-cancel-button = Nkuvi-ka |
| 78 | |
| 79 | ## Editing |
| 80 | |
| 81 | |
| 82 | ## Alt-text dialog |
| 83 | |
| 84 | |
| 85 | ## Editor resizers |
| 86 | ## This is used in an aria label to help to understand the role of the resizer. |
| 87 | |
| 88 |