viewer.ftl
308 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 | одна страница |
| 11 | pdfjs-previous-button-label = Прет� |
| 12 | одна |
| 13 | pdfjs-next-button = |
| 14 | .title = Следећа страница |
| 15 | pdfjs-next-button-label = Следећа |
| 16 | # .title: Tooltip for the pageNumber input. |
| 17 | pdfjs-page-input = |
| 18 | .title = Страница |
| 19 | # Variables: |
| 20 | # $pagesCount (Number) - the total number of pages in the document |
| 21 | # This string follows an input field with the number of the page currently displayed. |
| 22 | pdfjs-of-pages = од { $pagesCount } |
| 23 | # Variables: |
| 24 | # $pageNumber (Number) - the currently visible page |
| 25 | # $pagesCount (Number) - the total number of pages in the document |
| 26 | pdfjs-page-of-pages = ({ $pageNumber } од { $pagesCount }) |
| 27 | pdfjs-zoom-out-button = |
| 28 | .title = Умањи |
| 29 | pdfjs-zoom-out-button-label = Умањи |
| 30 | pdfjs-zoom-in-button = |
| 31 | .title = Увеличај |
| 32 | pdfjs-zoom-in-button-label = Увеличај |
| 33 | pdfjs-zoom-select = |
| 34 | .title = Увеличавање |
| 35 | pdfjs-presentation-mode-button = |
| 36 | .title = Промени на приказ у режиму презентације |
| 37 | pdfjs-presentation-mode-button-label = Режим презентације |
| 38 | pdfjs-open-file-button = |
| 39 | .title = Отвори датотеку |
| 40 | pdfjs-open-file-button-label = Отвори |
| 41 | pdfjs-print-button = |
| 42 | .title = Штампај |
| 43 | pdfjs-print-button-label = Штампај |
| 44 | pdfjs-save-button = |
| 45 | .title = Сачувај |
| 46 | pdfjs-save-button-label = Сачувај |
| 47 | pdfjs-bookmark-button = |
| 48 | .title = Тренутна страница (погледајте URL са тренутне странице) |
| 49 | pdfjs-bookmark-button-label = Тренутна страница |
| 50 | # Used in Firefox for Android. |
| 51 | pdfjs-open-in-app-button = |
| 52 | .title = Отвори у апликацији |
| 53 | # Used in Firefox for Android. |
| 54 | # Length of the translation matters since we are in a mobile context, with limited screen estate. |
| 55 | pdfjs-open-in-app-button-label = Отвори у апликацији |
| 56 | |
| 57 | ## Secondary toolbar and context menu |
| 58 | |
| 59 | pdfjs-tools-button = |
| 60 | .title = Алатке |
| 61 | pdfjs-tools-button-label = Алатке |
| 62 | pdfjs-first-page-button = |
| 63 | .title = Иди на прву страницу |
| 64 | pdfjs-first-page-button-label = Иди на прву страницу |
| 65 | pdfjs-last-page-button = |
| 66 | .title = Иди на последњу страницу |
| 67 | pdfjs-last-page-button-label = Иди на последњу страницу |
| 68 | pdfjs-page-rotate-cw-button = |
| 69 | .title = Ротирај у смеру казаљке на сату |
| 70 | pdfjs-page-rotate-cw-button-label = Ротирај у смеру казаљке на сату |
| 71 | pdfjs-page-rotate-ccw-button = |
| 72 | .title = Ротирај у смеру супротном од казаљке на сату |
| 73 | pdfjs-page-rotate-ccw-button-label = Ротирај у смеру супротном од казаљке на сату |
| 74 | pdfjs-cursor-text-select-tool-button = |
| 75 | .title = Омогући алат за селектовање текста |
| 76 | pdfjs-cursor-text-select-tool-button-label = Алат за селектовање текста |
| 77 | pdfjs-cursor-hand-tool-button = |
| 78 | .title = Омогући алат за померање |
| 79 | pdfjs-cursor-hand-tool-button-label = Алат за померање |
| 80 | pdfjs-scroll-page-button = |
| 81 | .title = Користи скроловање по омоту |
| 82 | pdfjs-scroll-page-button-label = Скроловање странице |
| 83 | pdfjs-scroll-vertical-button = |
| 84 | .title = Користи вертикално скроловање |
| 85 | pdfjs-scroll-vertical-button-label = Вертикално скроловање |
| 86 | pdfjs-scroll-horizontal-button = |
| 87 | .title = Користи � |
| 88 | оризонтално скроловање |
| 89 | pdfjs-scroll-horizontal-button-label = Хоризонтално скроловање |
| 90 | pdfjs-scroll-wrapped-button = |
| 91 | .title = Користи скроловање по омоту |
| 92 | pdfjs-scroll-wrapped-button-label = Скроловање по омоту |
| 93 | pdfjs-spread-none-button = |
| 94 | .title = Немој спајати ширења страница |
| 95 | pdfjs-spread-none-button-label = Без распростирања |
| 96 | pdfjs-spread-odd-button = |
| 97 | .title = Споји ширења страница које почињу непарним бројем |
| 98 | pdfjs-spread-odd-button-label = Непарна распростирања |
| 99 | pdfjs-spread-even-button = |
| 100 | .title = Споји ширења страница које почињу парним бројем |
| 101 | pdfjs-spread-even-button-label = Парна распростирања |
| 102 | |
| 103 | ## Document properties dialog |
| 104 | |
| 105 | pdfjs-document-properties-button = |
| 106 | .title = Параметри документа… |
| 107 | pdfjs-document-properties-button-label = Параметри документа… |
| 108 | pdfjs-document-properties-file-name = Име датотеке: |
| 109 | pdfjs-document-properties-file-size = Величина датотеке: |
| 110 | # Variables: |
| 111 | # $size_kb (Number) - the PDF file size in kilobytes |
| 112 | # $size_b (Number) - the PDF file size in bytes |
| 113 | pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } B) |
| 114 | # Variables: |
| 115 | # $size_mb (Number) - the PDF file size in megabytes |
| 116 | # $size_b (Number) - the PDF file size in bytes |
| 117 | pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } B) |
| 118 | pdfjs-document-properties-title = Наслов: |
| 119 | pdfjs-document-properties-author = Аутор: |
| 120 | pdfjs-document-properties-subject = Тема: |
| 121 | pdfjs-document-properties-keywords = Кључне речи: |
| 122 | pdfjs-document-properties-creation-date = Датум креирања: |
| 123 | pdfjs-document-properties-modification-date = Датум модификације: |
| 124 | # Variables: |
| 125 | # $date (Date) - the creation/modification date of the PDF file |
| 126 | # $time (Time) - the creation/modification time of the PDF file |
| 127 | pdfjs-document-properties-date-string = { $date }, { $time } |
| 128 | pdfjs-document-properties-creator = Стваралац: |
| 129 | pdfjs-document-properties-producer = PDF произвођач: |
| 130 | pdfjs-document-properties-version = PDF верзија: |
| 131 | pdfjs-document-properties-page-count = Број страница: |
| 132 | pdfjs-document-properties-page-size = Величина странице: |
| 133 | pdfjs-document-properties-page-size-unit-inches = ин |
| 134 | pdfjs-document-properties-page-size-unit-millimeters = мм |
| 135 | pdfjs-document-properties-page-size-orientation-portrait = усправно |
| 136 | pdfjs-document-properties-page-size-orientation-landscape = водоравно |
| 137 | pdfjs-document-properties-page-size-name-a-three = А3 |
| 138 | pdfjs-document-properties-page-size-name-a-four = А4 |
| 139 | pdfjs-document-properties-page-size-name-letter = Слово |
| 140 | pdfjs-document-properties-page-size-name-legal = Права |
| 141 | |
| 142 | ## Variables: |
| 143 | ## $width (Number) - the width of the (current) page |
| 144 | ## $height (Number) - the height of the (current) page |
| 145 | ## $unit (String) - the unit of measurement of the (current) page |
| 146 | ## $name (String) - the name of the (current) page |
| 147 | ## $orientation (String) - the orientation of the (current) page |
| 148 | |
| 149 | pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation }) |
| 150 | pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation }) |
| 151 | |
| 152 | ## |
| 153 | |
| 154 | # The linearization status of the document; usually called "Fast Web View" in |
| 155 | # English locales of Adobe software. |
| 156 | pdfjs-document-properties-linearized = Брз веб приказ: |
| 157 | pdfjs-document-properties-linearized-yes = Да |
| 158 | pdfjs-document-properties-linearized-no = Не |
| 159 | pdfjs-document-properties-close-button = Затвори |
| 160 | |
| 161 | |
| 162 | |
| 163 | pdfjs-print-progress-message = Припремам документ за штампање… |
| 164 | # Variables: |
| 165 | # $progress (Number) - percent value |
| 166 | pdfjs-print-progress-percent = { $progress }% |
| 167 | pdfjs-print-progress-close-button = Откажи |
| 168 | pdfjs-printing-not-supported = Упозорење: Штампање није у потпуности подржано у овом прегледачу. |
| 169 | pdfjs-printing-not-ready = Упозорење: PDF није у потпуности учитан за штампу. |
| 170 | |
| 171 | ## Tooltips and alt text for side panel toolbar buttons |
| 172 | |
| 173 | pdfjs-toggle-sidebar-button = |
| 174 | .title = Прикажи додатну палету |
| 175 | pdfjs-toggle-sidebar-notification-button = |
| 176 | .title = Прикажи/сакриј бочну траку (документ садржи контуру/прилоге/слојеве) |
| 177 | pdfjs-toggle-sidebar-button-label = Прикажи додатну палету |
| 178 | pdfjs-document-outline-button = |
| 179 | .title = Прикажи структуру документа (двоструким кликом проширујете/скупљате све ставке) |
| 180 | pdfjs-document-outline-button-label = Контура документа |
| 181 | pdfjs-attachments-button = |
| 182 | .title = Прикажи прилоге |
| 183 | pdfjs-attachments-button-label = Прилози |
| 184 | pdfjs-layers-button = |
| 185 | .title = Прикажи слојеве (дупли клик за враћање сви� |
| 186 | слојева у подразумевано стање) |
| 187 | pdfjs-layers-button-label = Слојеви |
| 188 | pdfjs-thumbs-button = |
| 189 | .title = Прикажи сличице |
| 190 | pdfjs-thumbs-button-label = Сличице |
| 191 | pdfjs-current-outline-item-button = |
| 192 | .title = Пронађите тренутни елемент структуре |
| 193 | pdfjs-current-outline-item-button-label = Тренутна контура |
| 194 | pdfjs-findbar-button = |
| 195 | .title = Пронађи у документу |
| 196 | pdfjs-findbar-button-label = Пронађи |
| 197 | pdfjs-additional-layers = Додатни слојеви |
| 198 | |
| 199 | ## Thumbnails panel item (tooltip and alt text for images) |
| 200 | |
| 201 | # Variables: |
| 202 | # $page (Number) - the page number |
| 203 | pdfjs-thumb-page-title = |
| 204 | .title = Страница { $page } |
| 205 | # Variables: |
| 206 | # $page (Number) - the page number |
| 207 | pdfjs-thumb-page-canvas = |
| 208 | .aria-label = Сличица од странице { $page } |
| 209 | |
| 210 | ## Find panel button title and messages |
| 211 | |
| 212 | pdfjs-find-input = |
| 213 | .title = Пронађи |
| 214 | .placeholder = Пронађи у документу… |
| 215 | pdfjs-find-previous-button = |
| 216 | .title = Пронађи прет� |
| 217 | одно појављивање фразе |
| 218 | pdfjs-find-previous-button-label = Прет� |
| 219 | одна |
| 220 | pdfjs-find-next-button = |
| 221 | .title = Пронађи следеће појављивање фразе |
| 222 | pdfjs-find-next-button-label = Следећа |
| 223 | pdfjs-find-highlight-checkbox = Истакнути све |
| 224 | pdfjs-find-match-case-checkbox-label = Подударања |
| 225 | pdfjs-find-match-diacritics-checkbox-label = Дијакритика |
| 226 | pdfjs-find-entire-word-checkbox-label = Целе речи |
| 227 | pdfjs-find-reached-top = Достигнут вр� |
| 228 | документа, наставио са дна |
| 229 | pdfjs-find-reached-bottom = Достигнуто дно документа, наставио са вр� |
| 230 | а |
| 231 | pdfjs-find-not-found = Фраза није пронађена |
| 232 | |
| 233 | ## Predefined zoom values |
| 234 | |
| 235 | pdfjs-page-scale-width = Ширина странице |
| 236 | pdfjs-page-scale-fit = Прилагоди страницу |
| 237 | pdfjs-page-scale-auto = Аутоматско увеличавање |
| 238 | pdfjs-page-scale-actual = Стварна величина |
| 239 | # Variables: |
| 240 | # $scale (Number) - percent value for page scale |
| 241 | pdfjs-page-scale-percent = { $scale }% |
| 242 | |
| 243 | ## PDF page |
| 244 | |
| 245 | # Variables: |
| 246 | # $page (Number) - the page number |
| 247 | pdfjs-page-landmark = |
| 248 | .aria-label = Страница { $page } |
| 249 | |
| 250 | ## Loading indicator messages |
| 251 | |
| 252 | pdfjs-loading-error = Дошло је до грешке приликом учитавања PDF-а. |
| 253 | pdfjs-invalid-file-error = PDF датотека је неважећа или је оштећена. |
| 254 | pdfjs-missing-file-error = Недостаје PDF датотека. |
| 255 | pdfjs-unexpected-response-error = Неочекиван одговор од сервера. |
| 256 | pdfjs-rendering-error = Дошло је до грешке приликом рендеровања ове странице. |
| 257 | |
| 258 | ## Annotations |
| 259 | |
| 260 | # Variables: |
| 261 | # $date (Date) - the modification date of the annotation |
| 262 | # $time (Time) - the modification time of the annotation |
| 263 | pdfjs-annotation-date-string = { $date }, { $time } |
| 264 | # .alt: This is used as a tooltip. |
| 265 | # Variables: |
| 266 | # $type (String) - an annotation type from a list defined in the PDF spec |
| 267 | # (32000-1:2008 Table 169 – Annotation types). |
| 268 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" |
| 269 | pdfjs-text-annotation-type = |
| 270 | .alt = [{ $type } коментар] |
| 271 | |
| 272 | ## Password |
| 273 | |
| 274 | pdfjs-password-label = Унесите лозинку да бисте отворили овај PDF докуменат. |
| 275 | pdfjs-password-invalid = Неисправна лозинка. Покушајте поново. |
| 276 | pdfjs-password-ok-button = У реду |
| 277 | pdfjs-password-cancel-button = Откажи |
| 278 | pdfjs-web-fonts-disabled = Веб фонтови су онемогућени: не могу користити уграђене PDF фонтове. |
| 279 | |
| 280 | ## Editing |
| 281 | |
| 282 | pdfjs-editor-free-text-button = |
| 283 | .title = Текст |
| 284 | pdfjs-editor-free-text-button-label = Текст |
| 285 | pdfjs-editor-ink-button = |
| 286 | .title = Цртај |
| 287 | pdfjs-editor-ink-button-label = Цртај |
| 288 | # Editor Parameters |
| 289 | pdfjs-editor-free-text-color-input = Боја |
| 290 | pdfjs-editor-free-text-size-input = Величина |
| 291 | pdfjs-editor-ink-color-input = Боја |
| 292 | pdfjs-editor-ink-thickness-input = Дебљина |
| 293 | pdfjs-editor-ink-opacity-input = Опацитет |
| 294 | pdfjs-free-text = |
| 295 | .aria-label = Уређивач текста |
| 296 | pdfjs-free-text-default-content = Почни куцање… |
| 297 | pdfjs-ink = |
| 298 | .aria-label = Уређивач цртежа |
| 299 | pdfjs-ink-canvas = |
| 300 | .aria-label = Кориснички направљена слика |
| 301 | |
| 302 | ## Alt-text dialog |
| 303 | |
| 304 | |
| 305 | ## Editor resizers |
| 306 | ## This is used in an aria label to help to understand the role of the resizer. |
| 307 | |
| 308 |