viewer.ftl
247 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 = Īprīkšejā lopa |
| 10 | pdfjs-previous-button-label = Īprīkšejā |
| 11 | pdfjs-next-button = |
| 12 | .title = Nuokomuo lopa |
| 13 | pdfjs-next-button-label = Nuokomuo |
| 14 | # .title: Tooltip for the pageNumber input. |
| 15 | pdfjs-page-input = |
| 16 | .title = Lopa |
| 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 = nu { $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 } nu { $pagesCount }) |
| 25 | pdfjs-zoom-out-button = |
| 26 | .title = Attuolynuot |
| 27 | pdfjs-zoom-out-button-label = Attuolynuot |
| 28 | pdfjs-zoom-in-button = |
| 29 | .title = Pītuvynuot |
| 30 | pdfjs-zoom-in-button-label = Pītuvynuot |
| 31 | pdfjs-zoom-select = |
| 32 | .title = Palelynuojums |
| 33 | pdfjs-presentation-mode-button = |
| 34 | .title = Puorslēgtīs iz Prezentacejis režymu |
| 35 | pdfjs-presentation-mode-button-label = Prezentacejis režyms |
| 36 | pdfjs-open-file-button = |
| 37 | .title = Attaiseit failu |
| 38 | pdfjs-open-file-button-label = Attaiseit |
| 39 | pdfjs-print-button = |
| 40 | .title = Drukuošona |
| 41 | pdfjs-print-button-label = Drukōt |
| 42 | |
| 43 | ## Secondary toolbar and context menu |
| 44 | |
| 45 | pdfjs-tools-button = |
| 46 | .title = Reiki |
| 47 | pdfjs-tools-button-label = Reiki |
| 48 | pdfjs-first-page-button = |
| 49 | .title = Īt iz pyrmū lopu |
| 50 | pdfjs-first-page-button-label = Īt iz pyrmū lopu |
| 51 | pdfjs-last-page-button = |
| 52 | .title = Īt iz piedejū lopu |
| 53 | pdfjs-last-page-button-label = Īt iz piedejū lopu |
| 54 | pdfjs-page-rotate-cw-button = |
| 55 | .title = Pagrīzt pa pulksteni |
| 56 | pdfjs-page-rotate-cw-button-label = Pagrīzt pa pulksteni |
| 57 | pdfjs-page-rotate-ccw-button = |
| 58 | .title = Pagrīzt pret pulksteni |
| 59 | pdfjs-page-rotate-ccw-button-label = Pagrīzt pret pulksteni |
| 60 | pdfjs-cursor-text-select-tool-button = |
| 61 | .title = Aktivizēt teksta izvieles reiku |
| 62 | pdfjs-cursor-text-select-tool-button-label = Teksta izvieles reiks |
| 63 | pdfjs-cursor-hand-tool-button = |
| 64 | .title = Aktivēt rūkys reiku |
| 65 | pdfjs-cursor-hand-tool-button-label = Rūkys reiks |
| 66 | pdfjs-scroll-vertical-button = |
| 67 | .title = Izmontōt vertikalū ritinōšonu |
| 68 | pdfjs-scroll-vertical-button-label = Vertikalō ritinōšona |
| 69 | pdfjs-scroll-horizontal-button = |
| 70 | .title = Izmontōt horizontalū ritinōšonu |
| 71 | pdfjs-scroll-horizontal-button-label = Horizontalō ritinōšona |
| 72 | pdfjs-scroll-wrapped-button = |
| 73 | .title = Izmontōt mārūgojamū ritinōšonu |
| 74 | pdfjs-scroll-wrapped-button-label = Mārūgojamō ritinōšona |
| 75 | pdfjs-spread-none-button = |
| 76 | .title = Naizmontōt lopu atvāruma režimu |
| 77 | pdfjs-spread-none-button-label = Bez atvārumim |
| 78 | pdfjs-spread-odd-button = |
| 79 | .title = Izmontōt lopu atvārumus sōkut nu napōra numeru lopom |
| 80 | pdfjs-spread-odd-button-label = Napōra lopys pa kreisi |
| 81 | pdfjs-spread-even-button = |
| 82 | .title = Izmontōt lopu atvārumus sōkut nu pōra numeru lopom |
| 83 | pdfjs-spread-even-button-label = Pōra lopys pa kreisi |
| 84 | |
| 85 | ## Document properties dialog |
| 86 | |
| 87 | pdfjs-document-properties-button = |
| 88 | .title = Dokumenta īstatiejumi… |
| 89 | pdfjs-document-properties-button-label = Dokumenta īstatiejumi… |
| 90 | pdfjs-document-properties-file-name = Faila nūsaukums: |
| 91 | pdfjs-document-properties-file-size = Faila izmārs: |
| 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 } biti) |
| 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 } biti) |
| 100 | pdfjs-document-properties-title = Nūsaukums: |
| 101 | pdfjs-document-properties-author = Autors: |
| 102 | pdfjs-document-properties-subject = Tema: |
| 103 | pdfjs-document-properties-keywords = Atslāgi vuordi: |
| 104 | pdfjs-document-properties-creation-date = Izveides datums: |
| 105 | pdfjs-document-properties-modification-date = lobuošonys datums: |
| 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 = Radeituojs: |
| 111 | pdfjs-document-properties-producer = PDF producents: |
| 112 | pdfjs-document-properties-version = PDF verseja: |
| 113 | pdfjs-document-properties-page-count = Lopu skaits: |
| 114 | pdfjs-document-properties-page-size = Lopas izmārs: |
| 115 | pdfjs-document-properties-page-size-unit-inches = collas |
| 116 | pdfjs-document-properties-page-size-unit-millimeters = mm |
| 117 | pdfjs-document-properties-page-size-orientation-portrait = portreta orientaceja |
| 118 | pdfjs-document-properties-page-size-orientation-landscape = ainovys orientaceja |
| 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 = Jā |
| 140 | pdfjs-document-properties-linearized-no = Nā |
| 141 | pdfjs-document-properties-close-button = Aiztaiseit |
| 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 = Atceļt |
| 150 | pdfjs-printing-not-supported = Uzmaneibu: Drukuošona nu itei puorlūka dorbojās tikai daleji. |
| 151 | pdfjs-printing-not-ready = Uzmaneibu: PDF nav pilneibā īluodeits drukuošonai. |
| 152 | |
| 153 | ## Tooltips and alt text for side panel toolbar buttons |
| 154 | |
| 155 | pdfjs-toggle-sidebar-button = |
| 156 | .title = Puorslēgt suonu jūslu |
| 157 | pdfjs-toggle-sidebar-button-label = Puorslēgt suonu jūslu |
| 158 | pdfjs-document-outline-button = |
| 159 | .title = Show Document Outline (double-click to expand/collapse all items) |
| 160 | pdfjs-document-outline-button-label = Dokumenta saturs |
| 161 | pdfjs-attachments-button = |
| 162 | .title = Show Attachments |
| 163 | pdfjs-attachments-button-label = Attachments |
| 164 | pdfjs-thumbs-button = |
| 165 | .title = Paruodeit seiktālus |
| 166 | pdfjs-thumbs-button-label = Seiktāli |
| 167 | pdfjs-findbar-button = |
| 168 | .title = Mekleit dokumentā |
| 169 | pdfjs-findbar-button-label = Mekleit |
| 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 = Lopa { $page } |
| 177 | # Variables: |
| 178 | # $page (Number) - the page number |
| 179 | pdfjs-thumb-page-canvas = |
| 180 | .aria-label = Lopys { $page } seiktāls |
| 181 | |
| 182 | ## Find panel button title and messages |
| 183 | |
| 184 | pdfjs-find-input = |
| 185 | .title = Mekleit |
| 186 | .placeholder = Mekleit dokumentā… |
| 187 | pdfjs-find-previous-button = |
| 188 | .title = Atrast īprīkšejū |
| 189 | pdfjs-find-previous-button-label = Īprīkšejā |
| 190 | pdfjs-find-next-button = |
| 191 | .title = Atrast nuokamū |
| 192 | pdfjs-find-next-button-label = Nuokomuo |
| 193 | pdfjs-find-highlight-checkbox = Īkruosuot vysys |
| 194 | pdfjs-find-match-case-checkbox-label = Lelū, mozū burtu jiuteigs |
| 195 | pdfjs-find-reached-top = Sasnīgts dokumenta suokums, turpynojom nu beigom |
| 196 | pdfjs-find-reached-bottom = Sasnīgtys dokumenta beigys, turpynojom nu suokuma |
| 197 | pdfjs-find-not-found = Frāze nav atrosta |
| 198 | |
| 199 | ## Predefined zoom values |
| 200 | |
| 201 | pdfjs-page-scale-width = Lopys plotumā |
| 202 | pdfjs-page-scale-fit = Ītylpynūt lopu |
| 203 | pdfjs-page-scale-auto = Automatiskais izmārs |
| 204 | pdfjs-page-scale-actual = Patīsais izmārs |
| 205 | # Variables: |
| 206 | # $scale (Number) - percent value for page scale |
| 207 | pdfjs-page-scale-percent = { $scale }% |
| 208 | |
| 209 | ## PDF page |
| 210 | |
| 211 | |
| 212 | ## Loading indicator messages |
| 213 | |
| 214 | pdfjs-loading-error = Īluodejūt PDF nūtyka klaida. |
| 215 | pdfjs-invalid-file-error = Nadereigs voi būjuots PDF fails. |
| 216 | pdfjs-missing-file-error = PDF fails nav atrosts. |
| 217 | pdfjs-unexpected-response-error = Unexpected server response. |
| 218 | pdfjs-rendering-error = Attālojūt lopu rodās klaida |
| 219 | |
| 220 | ## Annotations |
| 221 | |
| 222 | # .alt: This is used as a tooltip. |
| 223 | # Variables: |
| 224 | # $type (String) - an annotation type from a list defined in the PDF spec |
| 225 | # (32000-1:2008 Table 169 – Annotation types). |
| 226 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" |
| 227 | pdfjs-text-annotation-type = |
| 228 | .alt = [{ $type } Annotation] |
| 229 | |
| 230 | ## Password |
| 231 | |
| 232 | pdfjs-password-label = Īvodit paroli, kab attaiseitu PDF failu. |
| 233 | pdfjs-password-invalid = Napareiza parole, raugit vēļreiz. |
| 234 | pdfjs-password-ok-button = Labi |
| 235 | pdfjs-password-cancel-button = Atceļt |
| 236 | pdfjs-web-fonts-disabled = Šķārsteikla fonti nav aktivizāti: Navar īgult PDF fontus. |
| 237 | |
| 238 | ## Editing |
| 239 | |
| 240 | |
| 241 | ## Alt-text dialog |
| 242 | |
| 243 | |
| 244 | ## Editor resizers |
| 245 | ## This is used in an aria label to help to understand the role of the resizer. |
| 246 | |
| 247 |