viewer.ftl
248 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 = དྲ་ངོས་སྔོན་མ |
| 10 | pdfjs-previous-button-label = སྔོན་མ |
| 11 | pdfjs-next-button = |
| 12 | .title = དྲ་ངོས་རྗེས་མ |
| 13 | pdfjs-next-button-label = རྗེས་མ |
| 14 | # .title: Tooltip for the pageNumber input. |
| 15 | pdfjs-page-input = |
| 16 | .title = ཤོག་ངོས |
| 17 | # Variables: |
| 18 | # $pagesCount (Number) - the total number of pages in the document |
| 19 | # This string follows an input field with the number of the page currently displayed. |
| 20 | pdfjs-of-pages = of { $pagesCount } |
| 21 | # Variables: |
| 22 | # $pageNumber (Number) - the currently visible page |
| 23 | # $pagesCount (Number) - the total number of pages in the document |
| 24 | pdfjs-page-of-pages = ({ $pageNumber } of { $pagesCount }) |
| 25 | pdfjs-zoom-out-button = |
| 26 | .title = Zoom Out |
| 27 | pdfjs-zoom-out-button-label = Zoom Out |
| 28 | pdfjs-zoom-in-button = |
| 29 | .title = Zoom In |
| 30 | pdfjs-zoom-in-button-label = Zoom In |
| 31 | pdfjs-zoom-select = |
| 32 | .title = Zoom |
| 33 | pdfjs-presentation-mode-button = |
| 34 | .title = Switch to Presentation Mode |
| 35 | pdfjs-presentation-mode-button-label = Presentation Mode |
| 36 | pdfjs-open-file-button = |
| 37 | .title = Open File |
| 38 | pdfjs-open-file-button-label = Open |
| 39 | pdfjs-print-button = |
| 40 | .title = Print |
| 41 | pdfjs-print-button-label = Print |
| 42 | |
| 43 | ## Secondary toolbar and context menu |
| 44 | |
| 45 | pdfjs-tools-button = |
| 46 | .title = Tools |
| 47 | pdfjs-tools-button-label = Tools |
| 48 | pdfjs-first-page-button = |
| 49 | .title = Go to First Page |
| 50 | pdfjs-first-page-button-label = Go to First Page |
| 51 | pdfjs-last-page-button = |
| 52 | .title = Go to Last Page |
| 53 | pdfjs-last-page-button-label = Go to Last Page |
| 54 | pdfjs-page-rotate-cw-button = |
| 55 | .title = Rotate Clockwise |
| 56 | pdfjs-page-rotate-cw-button-label = Rotate Clockwise |
| 57 | pdfjs-page-rotate-ccw-button = |
| 58 | .title = Rotate Counterclockwise |
| 59 | pdfjs-page-rotate-ccw-button-label = Rotate Counterclockwise |
| 60 | pdfjs-cursor-text-select-tool-button = |
| 61 | .title = Enable Text Selection Tool |
| 62 | pdfjs-cursor-text-select-tool-button-label = Text Selection Tool |
| 63 | pdfjs-cursor-hand-tool-button = |
| 64 | .title = Enable Hand Tool |
| 65 | pdfjs-cursor-hand-tool-button-label = Hand Tool |
| 66 | pdfjs-scroll-vertical-button = |
| 67 | .title = Use Vertical Scrolling |
| 68 | pdfjs-scroll-vertical-button-label = Vertical Scrolling |
| 69 | pdfjs-scroll-horizontal-button = |
| 70 | .title = Use Horizontal Scrolling |
| 71 | pdfjs-scroll-horizontal-button-label = Horizontal Scrolling |
| 72 | pdfjs-scroll-wrapped-button = |
| 73 | .title = Use Wrapped Scrolling |
| 74 | pdfjs-scroll-wrapped-button-label = Wrapped Scrolling |
| 75 | pdfjs-spread-none-button = |
| 76 | .title = Do not join page spreads |
| 77 | pdfjs-spread-none-button-label = No Spreads |
| 78 | pdfjs-spread-odd-button = |
| 79 | .title = Join page spreads starting with odd-numbered pages |
| 80 | pdfjs-spread-odd-button-label = Odd Spreads |
| 81 | pdfjs-spread-even-button = |
| 82 | .title = Join page spreads starting with even-numbered pages |
| 83 | pdfjs-spread-even-button-label = Even Spreads |
| 84 | |
| 85 | ## Document properties dialog |
| 86 | |
| 87 | pdfjs-document-properties-button = |
| 88 | .title = Document Properties… |
| 89 | pdfjs-document-properties-button-label = Document Properties… |
| 90 | pdfjs-document-properties-file-name = File name: |
| 91 | pdfjs-document-properties-file-size = File size: |
| 92 | # Variables: |
| 93 | # $size_kb (Number) - the PDF file size in kilobytes |
| 94 | # $size_b (Number) - the PDF file size in bytes |
| 95 | pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes) |
| 96 | # Variables: |
| 97 | # $size_mb (Number) - the PDF file size in megabytes |
| 98 | # $size_b (Number) - the PDF file size in bytes |
| 99 | pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes) |
| 100 | pdfjs-document-properties-title = Title: |
| 101 | pdfjs-document-properties-author = Author: |
| 102 | pdfjs-document-properties-subject = Subject: |
| 103 | pdfjs-document-properties-keywords = Keywords: |
| 104 | pdfjs-document-properties-creation-date = Creation Date: |
| 105 | pdfjs-document-properties-modification-date = Modification Date: |
| 106 | # Variables: |
| 107 | # $date (Date) - the creation/modification date of the PDF file |
| 108 | # $time (Time) - the creation/modification time of the PDF file |
| 109 | pdfjs-document-properties-date-string = { $date }, { $time } |
| 110 | pdfjs-document-properties-creator = Creator: |
| 111 | pdfjs-document-properties-producer = PDF Producer: |
| 112 | pdfjs-document-properties-version = PDF Version: |
| 113 | pdfjs-document-properties-page-count = Page Count: |
| 114 | pdfjs-document-properties-page-size = Page Size: |
| 115 | pdfjs-document-properties-page-size-unit-inches = in |
| 116 | pdfjs-document-properties-page-size-unit-millimeters = mm |
| 117 | pdfjs-document-properties-page-size-orientation-portrait = portrait |
| 118 | pdfjs-document-properties-page-size-orientation-landscape = landscape |
| 119 | pdfjs-document-properties-page-size-name-a-three = A3 |
| 120 | pdfjs-document-properties-page-size-name-a-four = A4 |
| 121 | pdfjs-document-properties-page-size-name-letter = Letter |
| 122 | pdfjs-document-properties-page-size-name-legal = Legal |
| 123 | |
| 124 | ## Variables: |
| 125 | ## $width (Number) - the width of the (current) page |
| 126 | ## $height (Number) - the height of the (current) page |
| 127 | ## $unit (String) - the unit of measurement of the (current) page |
| 128 | ## $name (String) - the name of the (current) page |
| 129 | ## $orientation (String) - the orientation of the (current) page |
| 130 | |
| 131 | pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation }) |
| 132 | pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation }) |
| 133 | |
| 134 | ## |
| 135 | |
| 136 | # The linearization status of the document; usually called "Fast Web View" in |
| 137 | # English locales of Adobe software. |
| 138 | pdfjs-document-properties-linearized = Fast Web View: |
| 139 | pdfjs-document-properties-linearized-yes = Yes |
| 140 | pdfjs-document-properties-linearized-no = No |
| 141 | pdfjs-document-properties-close-button = Close |
| 142 | |
| 143 | |
| 144 | |
| 145 | pdfjs-print-progress-message = Preparing document for printing… |
| 146 | # Variables: |
| 147 | # $progress (Number) - percent value |
| 148 | pdfjs-print-progress-percent = { $progress }% |
| 149 | pdfjs-print-progress-close-button = Cancel |
| 150 | pdfjs-printing-not-supported = Warning: Printing is not fully supported by this browser. |
| 151 | pdfjs-printing-not-ready = Warning: The PDF is not fully loaded for printing. |
| 152 | |
| 153 | ## Tooltips and alt text for side panel toolbar buttons |
| 154 | |
| 155 | pdfjs-toggle-sidebar-button = |
| 156 | .title = Toggle Sidebar |
| 157 | pdfjs-toggle-sidebar-button-label = Toggle Sidebar |
| 158 | pdfjs-document-outline-button = |
| 159 | .title = Show Document Outline (double-click to expand/collapse all items) |
| 160 | pdfjs-document-outline-button-label = Document Outline |
| 161 | pdfjs-attachments-button = |
| 162 | .title = Show Attachments |
| 163 | pdfjs-attachments-button-label = Attachments |
| 164 | pdfjs-thumbs-button = |
| 165 | .title = Show Thumbnails |
| 166 | pdfjs-thumbs-button-label = Thumbnails |
| 167 | pdfjs-findbar-button = |
| 168 | .title = Find in Document |
| 169 | pdfjs-findbar-button-label = Find |
| 170 | |
| 171 | ## Thumbnails panel item (tooltip and alt text for images) |
| 172 | |
| 173 | # Variables: |
| 174 | # $page (Number) - the page number |
| 175 | pdfjs-thumb-page-title = |
| 176 | .title = Page { $page } |
| 177 | # Variables: |
| 178 | # $page (Number) - the page number |
| 179 | pdfjs-thumb-page-canvas = |
| 180 | .aria-label = Thumbnail of Page { $page } |
| 181 | |
| 182 | ## Find panel button title and messages |
| 183 | |
| 184 | pdfjs-find-input = |
| 185 | .title = Find |
| 186 | .placeholder = Find in document… |
| 187 | pdfjs-find-previous-button = |
| 188 | .title = Find the previous occurrence of the phrase |
| 189 | pdfjs-find-previous-button-label = Previous |
| 190 | pdfjs-find-next-button = |
| 191 | .title = Find the next occurrence of the phrase |
| 192 | pdfjs-find-next-button-label = Next |
| 193 | pdfjs-find-highlight-checkbox = Highlight all |
| 194 | pdfjs-find-match-case-checkbox-label = Match case |
| 195 | pdfjs-find-entire-word-checkbox-label = Whole words |
| 196 | pdfjs-find-reached-top = Reached top of document, continued from bottom |
| 197 | pdfjs-find-reached-bottom = Reached end of document, continued from top |
| 198 | pdfjs-find-not-found = Phrase not found |
| 199 | |
| 200 | ## Predefined zoom values |
| 201 | |
| 202 | pdfjs-page-scale-width = Page Width |
| 203 | pdfjs-page-scale-fit = Page Fit |
| 204 | pdfjs-page-scale-auto = Automatic Zoom |
| 205 | pdfjs-page-scale-actual = Actual Size |
| 206 | # Variables: |
| 207 | # $scale (Number) - percent value for page scale |
| 208 | pdfjs-page-scale-percent = { $scale }% |
| 209 | |
| 210 | ## PDF page |
| 211 | |
| 212 | |
| 213 | ## Loading indicator messages |
| 214 | |
| 215 | pdfjs-loading-error = An error occurred while loading the PDF. |
| 216 | pdfjs-invalid-file-error = Invalid or corrupted PDF file. |
| 217 | pdfjs-missing-file-error = Missing PDF file. |
| 218 | pdfjs-unexpected-response-error = Unexpected server response. |
| 219 | pdfjs-rendering-error = An error occurred while rendering the page. |
| 220 | |
| 221 | ## Annotations |
| 222 | |
| 223 | # .alt: This is used as a tooltip. |
| 224 | # Variables: |
| 225 | # $type (String) - an annotation type from a list defined in the PDF spec |
| 226 | # (32000-1:2008 Table 169 – Annotation types). |
| 227 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" |
| 228 | pdfjs-text-annotation-type = |
| 229 | .alt = [{ $type } Annotation] |
| 230 | |
| 231 | ## Password |
| 232 | |
| 233 | pdfjs-password-label = Enter the password to open this PDF file. |
| 234 | pdfjs-password-invalid = Invalid password. Please try again. |
| 235 | pdfjs-password-ok-button = OK |
| 236 | pdfjs-password-cancel-button = Cancel |
| 237 | pdfjs-web-fonts-disabled = Web fonts are disabled: unable to use embedded PDF fonts. |
| 238 | |
| 239 | ## Editing |
| 240 | |
| 241 | |
| 242 | ## Alt-text dialog |
| 243 | |
| 244 | |
| 245 | ## Editor resizers |
| 246 | ## This is used in an aria label to help to understand the role of the resizer. |
| 247 | |
| 248 |