viewer.ftl
280 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 stranica |
| 10 | pdfjs-previous-button-label = Prethodna |
| 11 | pdfjs-next-button = |
| 12 | .title = Sljedeća stranica |
| 13 | pdfjs-next-button-label = Sljedeća |
| 14 | # .title: Tooltip for the pageNumber input. |
| 15 | pdfjs-page-input = |
| 16 | .title = Stranica |
| 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 = Zumiranje |
| 33 | pdfjs-presentation-mode-button = |
| 34 | .title = Prebaci u prezentacijski način rada |
| 35 | pdfjs-presentation-mode-button-label = Prezentacijski način rada |
| 36 | pdfjs-open-file-button = |
| 37 | .title = Otvori datoteku |
| 38 | pdfjs-open-file-button-label = Otvori |
| 39 | pdfjs-print-button = |
| 40 | .title = Ispiši |
| 41 | pdfjs-print-button-label = Ispiši |
| 42 | pdfjs-save-button = |
| 43 | .title = Spremi |
| 44 | pdfjs-save-button-label = Spremi |
| 45 | |
| 46 | ## Secondary toolbar and context menu |
| 47 | |
| 48 | pdfjs-tools-button = |
| 49 | .title = Alati |
| 50 | pdfjs-tools-button-label = Alati |
| 51 | pdfjs-first-page-button = |
| 52 | .title = Idi na prvu stranicu |
| 53 | pdfjs-first-page-button-label = Idi na prvu stranicu |
| 54 | pdfjs-last-page-button = |
| 55 | .title = Idi na posljednju stranicu |
| 56 | pdfjs-last-page-button-label = Idi na posljednju stranicu |
| 57 | pdfjs-page-rotate-cw-button = |
| 58 | .title = Rotiraj u smjeru kazaljke na satu |
| 59 | pdfjs-page-rotate-cw-button-label = Rotiraj u smjeru kazaljke na satu |
| 60 | pdfjs-page-rotate-ccw-button = |
| 61 | .title = Rotiraj obrnutno od smjera kazaljke na satu |
| 62 | pdfjs-page-rotate-ccw-button-label = Rotiraj obrnutno od smjera kazaljke na satu |
| 63 | pdfjs-cursor-text-select-tool-button = |
| 64 | .title = Omogući alat za označavanje teksta |
| 65 | pdfjs-cursor-text-select-tool-button-label = Alat za označavanje teksta |
| 66 | pdfjs-cursor-hand-tool-button = |
| 67 | .title = Omogući ručni alat |
| 68 | pdfjs-cursor-hand-tool-button-label = Ručni alat |
| 69 | pdfjs-scroll-vertical-button = |
| 70 | .title = Koristi okomito pomicanje |
| 71 | pdfjs-scroll-vertical-button-label = Okomito pomicanje |
| 72 | pdfjs-scroll-horizontal-button = |
| 73 | .title = Koristi vodoravno pomicanje |
| 74 | pdfjs-scroll-horizontal-button-label = Vodoravno pomicanje |
| 75 | pdfjs-scroll-wrapped-button = |
| 76 | .title = Koristi kontinuirani raspored stranica |
| 77 | pdfjs-scroll-wrapped-button-label = Kontinuirani raspored stranica |
| 78 | pdfjs-spread-none-button = |
| 79 | .title = Ne izrađuj duplerice |
| 80 | pdfjs-spread-none-button-label = Pojedinačne stranice |
| 81 | pdfjs-spread-odd-button = |
| 82 | .title = Izradi duplerice koje počinju s neparnim stranicama |
| 83 | pdfjs-spread-odd-button-label = Neparne duplerice |
| 84 | pdfjs-spread-even-button = |
| 85 | .title = Izradi duplerice koje počinju s parnim stranicama |
| 86 | pdfjs-spread-even-button-label = Parne duplerice |
| 87 | |
| 88 | ## Document properties dialog |
| 89 | |
| 90 | pdfjs-document-properties-button = |
| 91 | .title = Svojstva dokumenta … |
| 92 | pdfjs-document-properties-button-label = Svojstva dokumenta … |
| 93 | pdfjs-document-properties-file-name = Naziv datoteke: |
| 94 | pdfjs-document-properties-file-size = Veličina datoteke: |
| 95 | # Variables: |
| 96 | # $size_kb (Number) - the PDF file size in kilobytes |
| 97 | # $size_b (Number) - the PDF file size in bytes |
| 98 | pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bajtova) |
| 99 | # Variables: |
| 100 | # $size_mb (Number) - the PDF file size in megabytes |
| 101 | # $size_b (Number) - the PDF file size in bytes |
| 102 | pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bajtova) |
| 103 | pdfjs-document-properties-title = Naslov: |
| 104 | pdfjs-document-properties-author = Autor: |
| 105 | pdfjs-document-properties-subject = Predmet: |
| 106 | pdfjs-document-properties-keywords = Ključne riječi: |
| 107 | pdfjs-document-properties-creation-date = Datum stvaranja: |
| 108 | pdfjs-document-properties-modification-date = Datum promjene: |
| 109 | # Variables: |
| 110 | # $date (Date) - the creation/modification date of the PDF file |
| 111 | # $time (Time) - the creation/modification time of the PDF file |
| 112 | pdfjs-document-properties-date-string = { $date }, { $time } |
| 113 | pdfjs-document-properties-creator = Stvaratelj: |
| 114 | pdfjs-document-properties-producer = PDF stvaratelj: |
| 115 | pdfjs-document-properties-version = PDF verzija: |
| 116 | pdfjs-document-properties-page-count = Broj stranica: |
| 117 | pdfjs-document-properties-page-size = Dimenzije stranice: |
| 118 | pdfjs-document-properties-page-size-unit-inches = in |
| 119 | pdfjs-document-properties-page-size-unit-millimeters = mm |
| 120 | pdfjs-document-properties-page-size-orientation-portrait = uspravno |
| 121 | pdfjs-document-properties-page-size-orientation-landscape = položeno |
| 122 | pdfjs-document-properties-page-size-name-a-three = A3 |
| 123 | pdfjs-document-properties-page-size-name-a-four = A4 |
| 124 | pdfjs-document-properties-page-size-name-letter = Letter |
| 125 | pdfjs-document-properties-page-size-name-legal = Legal |
| 126 | |
| 127 | ## Variables: |
| 128 | ## $width (Number) - the width of the (current) page |
| 129 | ## $height (Number) - the height of the (current) page |
| 130 | ## $unit (String) - the unit of measurement of the (current) page |
| 131 | ## $name (String) - the name of the (current) page |
| 132 | ## $orientation (String) - the orientation of the (current) page |
| 133 | |
| 134 | pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation }) |
| 135 | pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation }) |
| 136 | |
| 137 | ## |
| 138 | |
| 139 | # The linearization status of the document; usually called "Fast Web View" in |
| 140 | # English locales of Adobe software. |
| 141 | pdfjs-document-properties-linearized = Brzi web pregled: |
| 142 | pdfjs-document-properties-linearized-yes = Da |
| 143 | pdfjs-document-properties-linearized-no = Ne |
| 144 | pdfjs-document-properties-close-button = Zatvori |
| 145 | |
| 146 | |
| 147 | |
| 148 | pdfjs-print-progress-message = Pripremanje dokumenta za ispis… |
| 149 | # Variables: |
| 150 | # $progress (Number) - percent value |
| 151 | pdfjs-print-progress-percent = { $progress }% |
| 152 | pdfjs-print-progress-close-button = Odustani |
| 153 | pdfjs-printing-not-supported = Upozorenje: Ovaj preglednik ne podržava u potpunosti ispisivanje. |
| 154 | pdfjs-printing-not-ready = Upozorenje: PDF nije u potpunosti učitan za ispis. |
| 155 | |
| 156 | ## Tooltips and alt text for side panel toolbar buttons |
| 157 | |
| 158 | pdfjs-toggle-sidebar-button = |
| 159 | .title = Prikaži/sakrij bočnu traku |
| 160 | pdfjs-toggle-sidebar-notification-button = |
| 161 | .title = Prikazivanje i sklanjanje bočne trake (dokument sadrži strukturu/privitke/slojeve) |
| 162 | pdfjs-toggle-sidebar-button-label = Prikaži/sakrij bočnu traku |
| 163 | pdfjs-document-outline-button = |
| 164 | .title = Prikaži strukturu dokumenta (dvostruki klik za rasklapanje/sklapanje svih stavki) |
| 165 | pdfjs-document-outline-button-label = Struktura dokumenta |
| 166 | pdfjs-attachments-button = |
| 167 | .title = Prikaži privitke |
| 168 | pdfjs-attachments-button-label = Privitci |
| 169 | pdfjs-layers-button = |
| 170 | .title = Prikaži slojeve (dvoklik za vraćanje svih slojeva u zadano stanje) |
| 171 | pdfjs-layers-button-label = Slojevi |
| 172 | pdfjs-thumbs-button = |
| 173 | .title = Prikaži minijature |
| 174 | pdfjs-thumbs-button-label = Minijature |
| 175 | pdfjs-current-outline-item-button = |
| 176 | .title = Pronađi trenutačni element strukture |
| 177 | pdfjs-current-outline-item-button-label = Trenutačni element strukture |
| 178 | pdfjs-findbar-button = |
| 179 | .title = Pronađi u dokumentu |
| 180 | pdfjs-findbar-button-label = Pronađi |
| 181 | pdfjs-additional-layers = Dodatni slojevi |
| 182 | |
| 183 | ## Thumbnails panel item (tooltip and alt text for images) |
| 184 | |
| 185 | # Variables: |
| 186 | # $page (Number) - the page number |
| 187 | pdfjs-thumb-page-title = |
| 188 | .title = Stranica { $page } |
| 189 | # Variables: |
| 190 | # $page (Number) - the page number |
| 191 | pdfjs-thumb-page-canvas = |
| 192 | .aria-label = Minijatura stranice { $page } |
| 193 | |
| 194 | ## Find panel button title and messages |
| 195 | |
| 196 | pdfjs-find-input = |
| 197 | .title = Pronađi |
| 198 | .placeholder = Pronađi u dokumentu … |
| 199 | pdfjs-find-previous-button = |
| 200 | .title = Pronađi prethodno pojavljivanje ovog izraza |
| 201 | pdfjs-find-previous-button-label = Prethodno |
| 202 | pdfjs-find-next-button = |
| 203 | .title = Pronađi sljedeće pojavljivanje ovog izraza |
| 204 | pdfjs-find-next-button-label = Sljedeće |
| 205 | pdfjs-find-highlight-checkbox = Istankni sve |
| 206 | pdfjs-find-match-case-checkbox-label = Razlikovanje velikih i malih slova |
| 207 | pdfjs-find-entire-word-checkbox-label = Cijele riječi |
| 208 | pdfjs-find-reached-top = Dosegnut početak dokumenta, nastavak s kraja |
| 209 | pdfjs-find-reached-bottom = Dosegnut kraj dokumenta, nastavak s početka |
| 210 | pdfjs-find-not-found = Izraz nije pronađen |
| 211 | |
| 212 | ## Predefined zoom values |
| 213 | |
| 214 | pdfjs-page-scale-width = Prilagodi širini prozora |
| 215 | pdfjs-page-scale-fit = Prilagodi veličini prozora |
| 216 | pdfjs-page-scale-auto = Automatsko zumiranje |
| 217 | pdfjs-page-scale-actual = Stvarna veličina |
| 218 | # Variables: |
| 219 | # $scale (Number) - percent value for page scale |
| 220 | pdfjs-page-scale-percent = { $scale } % |
| 221 | |
| 222 | ## PDF page |
| 223 | |
| 224 | # Variables: |
| 225 | # $page (Number) - the page number |
| 226 | pdfjs-page-landmark = |
| 227 | .aria-label = Stranica { $page } |
| 228 | |
| 229 | ## Loading indicator messages |
| 230 | |
| 231 | pdfjs-loading-error = Došlo je do greške pri učitavanju PDF-a. |
| 232 | pdfjs-invalid-file-error = Neispravna ili oštećena PDF datoteka. |
| 233 | pdfjs-missing-file-error = Nedostaje PDF datoteka. |
| 234 | pdfjs-unexpected-response-error = Neočekivani odgovor poslužitelja. |
| 235 | pdfjs-rendering-error = Došlo je do greške prilikom iscrtavanja stranice. |
| 236 | |
| 237 | ## Annotations |
| 238 | |
| 239 | # Variables: |
| 240 | # $date (Date) - the modification date of the annotation |
| 241 | # $time (Time) - the modification time of the annotation |
| 242 | pdfjs-annotation-date-string = { $date }, { $time } |
| 243 | # .alt: This is used as a tooltip. |
| 244 | # Variables: |
| 245 | # $type (String) - an annotation type from a list defined in the PDF spec |
| 246 | # (32000-1:2008 Table 169 – Annotation types). |
| 247 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" |
| 248 | pdfjs-text-annotation-type = |
| 249 | .alt = [{ $type } Bilješka] |
| 250 | |
| 251 | ## Password |
| 252 | |
| 253 | pdfjs-password-label = Za otvoranje ove PDF datoteku upiši lozinku. |
| 254 | pdfjs-password-invalid = Neispravna lozinka. Pokušaj ponovo. |
| 255 | pdfjs-password-ok-button = U redu |
| 256 | pdfjs-password-cancel-button = Odustani |
| 257 | pdfjs-web-fonts-disabled = Web fontovi su deaktivirani: nije moguće koristiti ugrađene PDF fontove. |
| 258 | |
| 259 | ## Editing |
| 260 | |
| 261 | pdfjs-editor-free-text-button = |
| 262 | .title = Tekst |
| 263 | pdfjs-editor-free-text-button-label = Tekst |
| 264 | # Editor Parameters |
| 265 | pdfjs-editor-free-text-color-input = Boja |
| 266 | pdfjs-editor-free-text-size-input = Veličina |
| 267 | pdfjs-editor-ink-color-input = Boja |
| 268 | pdfjs-editor-ink-thickness-input = Debljina |
| 269 | pdfjs-editor-ink-opacity-input = Neprozirnost |
| 270 | pdfjs-free-text = |
| 271 | .aria-label = Uređivač teksta |
| 272 | pdfjs-free-text-default-content = Počni tipkati … |
| 273 | |
| 274 | ## Alt-text dialog |
| 275 | |
| 276 | |
| 277 | ## Editor resizers |
| 278 | ## This is used in an aria label to help to understand the role of the resizer. |
| 279 | |
| 280 |