viewer.ftl
224 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 = Prethodna strana |
| 10 | pdfjs-previous-button-label = Prethodna |
| 11 | pdfjs-next-button = |
| 12 | .title = Sljedeća strna |
| 13 | pdfjs-next-button-label = Sljedeća |
| 14 | # .title: Tooltip for the pageNumber input. |
| 15 | pdfjs-page-input = |
| 16 | .title = Strana |
| 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 = od { $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 } od { $pagesCount }) |
| 25 | pdfjs-zoom-out-button = |
| 26 | .title = Umanji |
| 27 | pdfjs-zoom-out-button-label = Umanji |
| 28 | pdfjs-zoom-in-button = |
| 29 | .title = Uvećaj |
| 30 | pdfjs-zoom-in-button-label = Uvećaj |
| 31 | pdfjs-zoom-select = |
| 32 | .title = Uvećanje |
| 33 | pdfjs-presentation-mode-button = |
| 34 | .title = Prebaci se u prezentacijski režim |
| 35 | pdfjs-presentation-mode-button-label = Prezentacijski režim |
| 36 | pdfjs-open-file-button = |
| 37 | .title = Otvori fajl |
| 38 | pdfjs-open-file-button-label = Otvori |
| 39 | pdfjs-print-button = |
| 40 | .title = Štampaj |
| 41 | pdfjs-print-button-label = Štampaj |
| 42 | |
| 43 | ## Secondary toolbar and context menu |
| 44 | |
| 45 | pdfjs-tools-button = |
| 46 | .title = Alati |
| 47 | pdfjs-tools-button-label = Alati |
| 48 | pdfjs-first-page-button = |
| 49 | .title = Idi na prvu stranu |
| 50 | pdfjs-first-page-button-label = Idi na prvu stranu |
| 51 | pdfjs-last-page-button = |
| 52 | .title = Idi na zadnju stranu |
| 53 | pdfjs-last-page-button-label = Idi na zadnju stranu |
| 54 | pdfjs-page-rotate-cw-button = |
| 55 | .title = Rotiraj u smjeru kazaljke na satu |
| 56 | pdfjs-page-rotate-cw-button-label = Rotiraj u smjeru kazaljke na satu |
| 57 | pdfjs-page-rotate-ccw-button = |
| 58 | .title = Rotiraj suprotno smjeru kazaljke na satu |
| 59 | pdfjs-page-rotate-ccw-button-label = Rotiraj suprotno smjeru kazaljke na satu |
| 60 | pdfjs-cursor-text-select-tool-button = |
| 61 | .title = Omogući alat za označavanje teksta |
| 62 | pdfjs-cursor-text-select-tool-button-label = Alat za označavanje teksta |
| 63 | pdfjs-cursor-hand-tool-button = |
| 64 | .title = Omogući ručni alat |
| 65 | pdfjs-cursor-hand-tool-button-label = Ručni alat |
| 66 | |
| 67 | ## Document properties dialog |
| 68 | |
| 69 | pdfjs-document-properties-button = |
| 70 | .title = Svojstva dokumenta... |
| 71 | pdfjs-document-properties-button-label = Svojstva dokumenta... |
| 72 | pdfjs-document-properties-file-name = Naziv fajla: |
| 73 | pdfjs-document-properties-file-size = Veličina fajla: |
| 74 | # Variables: |
| 75 | # $size_kb (Number) - the PDF file size in kilobytes |
| 76 | # $size_b (Number) - the PDF file size in bytes |
| 77 | pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bajta) |
| 78 | # Variables: |
| 79 | # $size_mb (Number) - the PDF file size in megabytes |
| 80 | # $size_b (Number) - the PDF file size in bytes |
| 81 | pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bajta) |
| 82 | pdfjs-document-properties-title = Naslov: |
| 83 | pdfjs-document-properties-author = Autor: |
| 84 | pdfjs-document-properties-subject = Predmet: |
| 85 | pdfjs-document-properties-keywords = Ključne riječi: |
| 86 | pdfjs-document-properties-creation-date = Datum kreiranja: |
| 87 | pdfjs-document-properties-modification-date = Datum promjene: |
| 88 | # Variables: |
| 89 | # $date (Date) - the creation/modification date of the PDF file |
| 90 | # $time (Time) - the creation/modification time of the PDF file |
| 91 | pdfjs-document-properties-date-string = { $date }, { $time } |
| 92 | pdfjs-document-properties-creator = Kreator: |
| 93 | pdfjs-document-properties-producer = PDF stvaratelj: |
| 94 | pdfjs-document-properties-version = PDF verzija: |
| 95 | pdfjs-document-properties-page-count = Broj stranica: |
| 96 | pdfjs-document-properties-page-size = Veličina stranice: |
| 97 | pdfjs-document-properties-page-size-unit-inches = u |
| 98 | pdfjs-document-properties-page-size-unit-millimeters = mm |
| 99 | pdfjs-document-properties-page-size-orientation-portrait = uspravno |
| 100 | pdfjs-document-properties-page-size-orientation-landscape = vodoravno |
| 101 | pdfjs-document-properties-page-size-name-a-three = A3 |
| 102 | pdfjs-document-properties-page-size-name-a-four = A4 |
| 103 | pdfjs-document-properties-page-size-name-letter = Pismo |
| 104 | pdfjs-document-properties-page-size-name-legal = Pravni |
| 105 | |
| 106 | ## Variables: |
| 107 | ## $width (Number) - the width of the (current) page |
| 108 | ## $height (Number) - the height of the (current) page |
| 109 | ## $unit (String) - the unit of measurement of the (current) page |
| 110 | ## $name (String) - the name of the (current) page |
| 111 | ## $orientation (String) - the orientation of the (current) page |
| 112 | |
| 113 | pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation }) |
| 114 | pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation }) |
| 115 | |
| 116 | ## |
| 117 | |
| 118 | pdfjs-document-properties-close-button = Zatvori |
| 119 | |
| 120 | |
| 121 | |
| 122 | pdfjs-print-progress-message = Pripremam dokument za štampu… |
| 123 | # Variables: |
| 124 | # $progress (Number) - percent value |
| 125 | pdfjs-print-progress-percent = { $progress }% |
| 126 | pdfjs-print-progress-close-button = Otkaži |
| 127 | pdfjs-printing-not-supported = Upozorenje: Štampanje nije u potpunosti podržano u ovom browseru. |
| 128 | pdfjs-printing-not-ready = Upozorenje: PDF nije u potpunosti učitan za štampanje. |
| 129 | |
| 130 | ## Tooltips and alt text for side panel toolbar buttons |
| 131 | |
| 132 | pdfjs-toggle-sidebar-button = |
| 133 | .title = Uključi/isključi bočnu traku |
| 134 | pdfjs-toggle-sidebar-button-label = Uključi/isključi bočnu traku |
| 135 | pdfjs-document-outline-button = |
| 136 | .title = Prikaži outline dokumenta (dvoklik za skupljanje/širenje svih stavki) |
| 137 | pdfjs-document-outline-button-label = Konture dokumenta |
| 138 | pdfjs-attachments-button = |
| 139 | .title = Prikaži priloge |
| 140 | pdfjs-attachments-button-label = Prilozi |
| 141 | pdfjs-thumbs-button = |
| 142 | .title = Prikaži thumbnailove |
| 143 | pdfjs-thumbs-button-label = Thumbnailovi |
| 144 | pdfjs-findbar-button = |
| 145 | .title = Pronađi u dokumentu |
| 146 | pdfjs-findbar-button-label = Pronađi |
| 147 | |
| 148 | ## Thumbnails panel item (tooltip and alt text for images) |
| 149 | |
| 150 | # Variables: |
| 151 | # $page (Number) - the page number |
| 152 | pdfjs-thumb-page-title = |
| 153 | .title = Strana { $page } |
| 154 | # Variables: |
| 155 | # $page (Number) - the page number |
| 156 | pdfjs-thumb-page-canvas = |
| 157 | .aria-label = Thumbnail strane { $page } |
| 158 | |
| 159 | ## Find panel button title and messages |
| 160 | |
| 161 | pdfjs-find-input = |
| 162 | .title = Pronađi |
| 163 | .placeholder = Pronađi u dokumentu… |
| 164 | pdfjs-find-previous-button = |
| 165 | .title = Pronađi prethodno pojavljivanje fraze |
| 166 | pdfjs-find-previous-button-label = Prethodno |
| 167 | pdfjs-find-next-button = |
| 168 | .title = Pronađi sljedeće pojavljivanje fraze |
| 169 | pdfjs-find-next-button-label = Sljedeće |
| 170 | pdfjs-find-highlight-checkbox = Označi sve |
| 171 | pdfjs-find-match-case-checkbox-label = Osjetljivost na karaktere |
| 172 | pdfjs-find-reached-top = Dostigao sam vrh dokumenta, nastavljam sa dna |
| 173 | pdfjs-find-reached-bottom = Dostigao sam kraj dokumenta, nastavljam sa vrha |
| 174 | pdfjs-find-not-found = Fraza nije pronađena |
| 175 | |
| 176 | ## Predefined zoom values |
| 177 | |
| 178 | pdfjs-page-scale-width = Širina strane |
| 179 | pdfjs-page-scale-fit = Uklopi stranu |
| 180 | pdfjs-page-scale-auto = Automatsko uvećanje |
| 181 | pdfjs-page-scale-actual = Stvarna veličina |
| 182 | # Variables: |
| 183 | # $scale (Number) - percent value for page scale |
| 184 | pdfjs-page-scale-percent = { $scale }% |
| 185 | |
| 186 | ## PDF page |
| 187 | |
| 188 | |
| 189 | ## Loading indicator messages |
| 190 | |
| 191 | pdfjs-loading-error = Došlo je do greške prilikom učitavanja PDF-a. |
| 192 | pdfjs-invalid-file-error = Neispravan ili oštećen PDF fajl. |
| 193 | pdfjs-missing-file-error = Nedostaje PDF fajl. |
| 194 | pdfjs-unexpected-response-error = Neočekivani odgovor servera. |
| 195 | pdfjs-rendering-error = Došlo je do greške prilikom renderiranja strane. |
| 196 | |
| 197 | ## Annotations |
| 198 | |
| 199 | # .alt: This is used as a tooltip. |
| 200 | # Variables: |
| 201 | # $type (String) - an annotation type from a list defined in the PDF spec |
| 202 | # (32000-1:2008 Table 169 – Annotation types). |
| 203 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" |
| 204 | pdfjs-text-annotation-type = |
| 205 | .alt = [{ $type } pribilješka] |
| 206 | |
| 207 | ## Password |
| 208 | |
| 209 | pdfjs-password-label = Upišite lozinku da biste otvorili ovaj PDF fajl. |
| 210 | pdfjs-password-invalid = Pogrešna lozinka. Pokušajte ponovo. |
| 211 | pdfjs-password-ok-button = OK |
| 212 | pdfjs-password-cancel-button = Otkaži |
| 213 | pdfjs-web-fonts-disabled = Web fontovi su onemogućeni: nemoguće koristiti ubačene PDF fontove. |
| 214 | |
| 215 | ## Editing |
| 216 | |
| 217 | |
| 218 | ## Alt-text dialog |
| 219 | |
| 220 | |
| 221 | ## Editor resizers |
| 222 | ## This is used in an aria label to help to understand the role of the resizer. |
| 223 | |
| 224 |