viewer.ftl
258 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 = Naunang Pahina |
| 10 | pdfjs-previous-button-label = Nakaraan |
| 11 | pdfjs-next-button = |
| 12 | .title = Sunod na Pahina |
| 13 | pdfjs-next-button-label = Sunod |
| 14 | # .title: Tooltip for the pageNumber input. |
| 15 | pdfjs-page-input = |
| 16 | .title = Pahina |
| 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 = ng { $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 } ng { $pagesCount }) |
| 25 | pdfjs-zoom-out-button = |
| 26 | .title = Paliitin |
| 27 | pdfjs-zoom-out-button-label = Paliitin |
| 28 | pdfjs-zoom-in-button = |
| 29 | .title = Palakihin |
| 30 | pdfjs-zoom-in-button-label = Palakihin |
| 31 | pdfjs-zoom-select = |
| 32 | .title = Mag-zoom |
| 33 | pdfjs-presentation-mode-button = |
| 34 | .title = Lumipat sa Presentation Mode |
| 35 | pdfjs-presentation-mode-button-label = Presentation Mode |
| 36 | pdfjs-open-file-button = |
| 37 | .title = Magbukas ng file |
| 38 | pdfjs-open-file-button-label = Buksan |
| 39 | pdfjs-print-button = |
| 40 | .title = i-Print |
| 41 | pdfjs-print-button-label = i-Print |
| 42 | |
| 43 | ## Secondary toolbar and context menu |
| 44 | |
| 45 | pdfjs-tools-button = |
| 46 | .title = Mga Kagamitan |
| 47 | pdfjs-tools-button-label = Mga Kagamitan |
| 48 | pdfjs-first-page-button = |
| 49 | .title = Pumunta sa Unang Pahina |
| 50 | pdfjs-first-page-button-label = Pumunta sa Unang Pahina |
| 51 | pdfjs-last-page-button = |
| 52 | .title = Pumunta sa Huling Pahina |
| 53 | pdfjs-last-page-button-label = Pumunta sa Huling Pahina |
| 54 | pdfjs-page-rotate-cw-button = |
| 55 | .title = Paikutin Pakanan |
| 56 | pdfjs-page-rotate-cw-button-label = Paikutin Pakanan |
| 57 | pdfjs-page-rotate-ccw-button = |
| 58 | .title = Paikutin Pakaliwa |
| 59 | pdfjs-page-rotate-ccw-button-label = Paikutin Pakaliwa |
| 60 | pdfjs-cursor-text-select-tool-button = |
| 61 | .title = I-enable ang Text Selection Tool |
| 62 | pdfjs-cursor-text-select-tool-button-label = Text Selection Tool |
| 63 | pdfjs-cursor-hand-tool-button = |
| 64 | .title = I-enable ang Hand Tool |
| 65 | pdfjs-cursor-hand-tool-button-label = Hand Tool |
| 66 | pdfjs-scroll-vertical-button = |
| 67 | .title = Gumamit ng Vertical Scrolling |
| 68 | pdfjs-scroll-vertical-button-label = Vertical Scrolling |
| 69 | pdfjs-scroll-horizontal-button = |
| 70 | .title = Gumamit ng Horizontal Scrolling |
| 71 | pdfjs-scroll-horizontal-button-label = Horizontal Scrolling |
| 72 | pdfjs-scroll-wrapped-button = |
| 73 | .title = Gumamit ng Wrapped Scrolling |
| 74 | pdfjs-scroll-wrapped-button-label = Wrapped Scrolling |
| 75 | pdfjs-spread-none-button = |
| 76 | .title = Huwag pagsamahin ang mga page spread |
| 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 = Mga Odd Spread |
| 81 | pdfjs-spread-even-button = |
| 82 | .title = Pagsamahin ang mga page spread na nagsisimula sa mga even-numbered na pahina |
| 83 | pdfjs-spread-even-button-label = Mga Even Spread |
| 84 | |
| 85 | ## Document properties dialog |
| 86 | |
| 87 | pdfjs-document-properties-button = |
| 88 | .title = Mga Katangian ng Dokumento… |
| 89 | pdfjs-document-properties-button-label = Mga Katangian ng Dokumento… |
| 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 = Pamagat: |
| 101 | pdfjs-document-properties-author = May-akda: |
| 102 | pdfjs-document-properties-subject = Paksa: |
| 103 | pdfjs-document-properties-keywords = Mga keyword: |
| 104 | pdfjs-document-properties-creation-date = Petsa ng Pagkakagawa: |
| 105 | pdfjs-document-properties-modification-date = Petsa ng Pagkakabago: |
| 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 = Tagalikha: |
| 111 | pdfjs-document-properties-producer = PDF Producer: |
| 112 | pdfjs-document-properties-version = PDF Version: |
| 113 | pdfjs-document-properties-page-count = Bilang ng Pahina: |
| 114 | pdfjs-document-properties-page-size = Laki ng Pahina: |
| 115 | pdfjs-document-properties-page-size-unit-inches = pulgada |
| 116 | pdfjs-document-properties-page-size-unit-millimeters = mm |
| 117 | pdfjs-document-properties-page-size-orientation-portrait = patayo |
| 118 | pdfjs-document-properties-page-size-orientation-landscape = pahiga |
| 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 = Oo |
| 140 | pdfjs-document-properties-linearized-no = Hindi |
| 141 | pdfjs-document-properties-close-button = Isara |
| 142 | |
| 143 | |
| 144 | |
| 145 | pdfjs-print-progress-message = Inihahanda ang dokumento para sa pag-print… |
| 146 | # Variables: |
| 147 | # $progress (Number) - percent value |
| 148 | pdfjs-print-progress-percent = { $progress }% |
| 149 | pdfjs-print-progress-close-button = Kanselahin |
| 150 | pdfjs-printing-not-supported = Babala: Hindi pa ganap na suportado ang pag-print sa browser na ito. |
| 151 | pdfjs-printing-not-ready = Babala: Hindi ganap na nabuksan ang PDF para sa pag-print. |
| 152 | |
| 153 | ## Tooltips and alt text for side panel toolbar buttons |
| 154 | |
| 155 | pdfjs-toggle-sidebar-button = |
| 156 | .title = Ipakita/Itago ang Sidebar |
| 157 | pdfjs-toggle-sidebar-notification-button = |
| 158 | .title = Ipakita/Itago ang Sidebar (nagtataglay ang dokumento ng balangkas/mga attachment/mga layer) |
| 159 | pdfjs-toggle-sidebar-button-label = Ipakita/Itago ang Sidebar |
| 160 | pdfjs-document-outline-button = |
| 161 | .title = Ipakita ang Document Outline (mag-double-click para i-expand/collapse ang laman) |
| 162 | pdfjs-document-outline-button-label = Balangkas ng Dokumento |
| 163 | pdfjs-attachments-button = |
| 164 | .title = Ipakita ang mga Attachment |
| 165 | pdfjs-attachments-button-label = Mga attachment |
| 166 | pdfjs-layers-button = |
| 167 | .title = Ipakita ang mga Layer (mag-double click para mareset ang lahat ng layer sa orihinal na estado) |
| 168 | pdfjs-layers-button-label = Mga layer |
| 169 | pdfjs-thumbs-button = |
| 170 | .title = Ipakita ang mga Thumbnail |
| 171 | pdfjs-thumbs-button-label = Mga thumbnail |
| 172 | pdfjs-findbar-button = |
| 173 | .title = Hanapin sa Dokumento |
| 174 | pdfjs-findbar-button-label = Hanapin |
| 175 | pdfjs-additional-layers = Mga Karagdagang Layer |
| 176 | |
| 177 | ## Thumbnails panel item (tooltip and alt text for images) |
| 178 | |
| 179 | # Variables: |
| 180 | # $page (Number) - the page number |
| 181 | pdfjs-thumb-page-title = |
| 182 | .title = Pahina { $page } |
| 183 | # Variables: |
| 184 | # $page (Number) - the page number |
| 185 | pdfjs-thumb-page-canvas = |
| 186 | .aria-label = Thumbnail ng Pahina { $page } |
| 187 | |
| 188 | ## Find panel button title and messages |
| 189 | |
| 190 | pdfjs-find-input = |
| 191 | .title = Hanapin |
| 192 | .placeholder = Hanapin sa dokumento… |
| 193 | pdfjs-find-previous-button = |
| 194 | .title = Hanapin ang nakaraang pangyayari ng parirala |
| 195 | pdfjs-find-previous-button-label = Nakaraan |
| 196 | pdfjs-find-next-button = |
| 197 | .title = Hanapin ang susunod na pangyayari ng parirala |
| 198 | pdfjs-find-next-button-label = Susunod |
| 199 | pdfjs-find-highlight-checkbox = I-highlight lahat |
| 200 | pdfjs-find-match-case-checkbox-label = Itugma ang case |
| 201 | pdfjs-find-entire-word-checkbox-label = Buong salita |
| 202 | pdfjs-find-reached-top = Naabot na ang tuktok ng dokumento, ipinagpatuloy mula sa ilalim |
| 203 | pdfjs-find-reached-bottom = Naabot na ang dulo ng dokumento, ipinagpatuloy mula sa tuktok |
| 204 | pdfjs-find-not-found = Hindi natagpuan ang parirala |
| 205 | |
| 206 | ## Predefined zoom values |
| 207 | |
| 208 | pdfjs-page-scale-width = Lapad ng Pahina |
| 209 | pdfjs-page-scale-fit = Pagkasyahin ang Pahina |
| 210 | pdfjs-page-scale-auto = Automatic Zoom |
| 211 | pdfjs-page-scale-actual = Totoong sukat |
| 212 | # Variables: |
| 213 | # $scale (Number) - percent value for page scale |
| 214 | pdfjs-page-scale-percent = { $scale }% |
| 215 | |
| 216 | ## PDF page |
| 217 | |
| 218 | |
| 219 | ## Loading indicator messages |
| 220 | |
| 221 | pdfjs-loading-error = Nagkaproblema habang niloload ang PDF. |
| 222 | pdfjs-invalid-file-error = Di-wasto o sira ang PDF file. |
| 223 | pdfjs-missing-file-error = Nawawalang PDF file. |
| 224 | pdfjs-unexpected-response-error = Hindi inaasahang tugon ng server. |
| 225 | pdfjs-rendering-error = Nagkaproblema habang nirerender ang pahina. |
| 226 | |
| 227 | ## Annotations |
| 228 | |
| 229 | # Variables: |
| 230 | # $date (Date) - the modification date of the annotation |
| 231 | # $time (Time) - the modification time of the annotation |
| 232 | pdfjs-annotation-date-string = { $date }, { $time } |
| 233 | # .alt: This is used as a tooltip. |
| 234 | # Variables: |
| 235 | # $type (String) - an annotation type from a list defined in the PDF spec |
| 236 | # (32000-1:2008 Table 169 – Annotation types). |
| 237 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" |
| 238 | pdfjs-text-annotation-type = |
| 239 | .alt = [{ $type } Annotation] |
| 240 | |
| 241 | ## Password |
| 242 | |
| 243 | pdfjs-password-label = Ipasok ang password upang buksan ang PDF file na ito. |
| 244 | pdfjs-password-invalid = Maling password. Subukan uli. |
| 245 | pdfjs-password-ok-button = OK |
| 246 | pdfjs-password-cancel-button = Kanselahin |
| 247 | pdfjs-web-fonts-disabled = Naka-disable ang mga Web font: hindi kayang gamitin ang mga naka-embed na PDF font. |
| 248 | |
| 249 | ## Editing |
| 250 | |
| 251 | |
| 252 | ## Alt-text dialog |
| 253 | |
| 254 | |
| 255 | ## Editor resizers |
| 256 | ## This is used in an aria label to help to understand the role of the resizer. |
| 257 | |
| 258 |