viewer.ftl
220 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 | |
| 45 | ## Secondary toolbar and context menu |
| 46 | |
| 47 | pdfjs-tools-button = |
| 48 | .title = Алатки |
| 49 | pdfjs-tools-button-label = Алатки |
| 50 | pdfjs-first-page-button = |
| 51 | .title = Оди до првата страница |
| 52 | pdfjs-first-page-button-label = Оди до првата страница |
| 53 | pdfjs-last-page-button = |
| 54 | .title = Оди до последната страница |
| 55 | pdfjs-last-page-button-label = Оди до последната страница |
| 56 | pdfjs-page-rotate-cw-button = |
| 57 | .title = Ротирај по стрелките на часовникот |
| 58 | pdfjs-page-rotate-cw-button-label = Ротирај по стрелките на часовникот |
| 59 | pdfjs-page-rotate-ccw-button = |
| 60 | .title = Ротирај спротивно од стрелките на часовникот |
| 61 | pdfjs-page-rotate-ccw-button-label = Ротирај спротивно од стрелките на часовникот |
| 62 | pdfjs-cursor-text-select-tool-button = |
| 63 | .title = Овозможи алатка за избор на текст |
| 64 | pdfjs-cursor-text-select-tool-button-label = Алатка за избор на текст |
| 65 | |
| 66 | ## Document properties dialog |
| 67 | |
| 68 | pdfjs-document-properties-button = |
| 69 | .title = Својства на документот… |
| 70 | pdfjs-document-properties-button-label = Својства на документот… |
| 71 | pdfjs-document-properties-file-name = Име на датотека: |
| 72 | pdfjs-document-properties-file-size = Големина на датотеката: |
| 73 | # Variables: |
| 74 | # $size_kb (Number) - the PDF file size in kilobytes |
| 75 | # $size_b (Number) - the PDF file size in bytes |
| 76 | pdfjs-document-properties-kb = { $size_kb } КБ ({ $size_b } бајти) |
| 77 | # Variables: |
| 78 | # $size_mb (Number) - the PDF file size in megabytes |
| 79 | # $size_b (Number) - the PDF file size in bytes |
| 80 | pdfjs-document-properties-mb = { $size_mb } МБ ({ $size_b } бајти) |
| 81 | pdfjs-document-properties-title = Наслов: |
| 82 | pdfjs-document-properties-author = Автор: |
| 83 | pdfjs-document-properties-subject = Тема: |
| 84 | pdfjs-document-properties-keywords = Клучни зборови: |
| 85 | pdfjs-document-properties-creation-date = Датум на создавање: |
| 86 | pdfjs-document-properties-modification-date = Датум на промена: |
| 87 | # Variables: |
| 88 | # $date (Date) - the creation/modification date of the PDF file |
| 89 | # $time (Time) - the creation/modification time of the PDF file |
| 90 | pdfjs-document-properties-date-string = { $date }, { $time } |
| 91 | pdfjs-document-properties-creator = Креатор: |
| 92 | pdfjs-document-properties-version = Верзија на PDF: |
| 93 | pdfjs-document-properties-page-count = Број на страници: |
| 94 | pdfjs-document-properties-page-size = Големина на страница: |
| 95 | pdfjs-document-properties-page-size-unit-inches = инч |
| 96 | pdfjs-document-properties-page-size-unit-millimeters = мм |
| 97 | pdfjs-document-properties-page-size-orientation-portrait = портрет |
| 98 | pdfjs-document-properties-page-size-orientation-landscape = пејзаж |
| 99 | pdfjs-document-properties-page-size-name-a-three = A3 |
| 100 | pdfjs-document-properties-page-size-name-a-four = A4 |
| 101 | pdfjs-document-properties-page-size-name-letter = Писмо |
| 102 | |
| 103 | ## Variables: |
| 104 | ## $width (Number) - the width of the (current) page |
| 105 | ## $height (Number) - the height of the (current) page |
| 106 | ## $unit (String) - the unit of measurement of the (current) page |
| 107 | ## $name (String) - the name of the (current) page |
| 108 | ## $orientation (String) - the orientation of the (current) page |
| 109 | |
| 110 | pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation }) |
| 111 | pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation }) |
| 112 | |
| 113 | ## |
| 114 | |
| 115 | pdfjs-document-properties-linearized-yes = Да |
| 116 | pdfjs-document-properties-linearized-no = Не |
| 117 | pdfjs-document-properties-close-button = Затвори |
| 118 | |
| 119 | |
| 120 | |
| 121 | pdfjs-print-progress-message = Документ се подготвува за печатење… |
| 122 | # Variables: |
| 123 | # $progress (Number) - percent value |
| 124 | pdfjs-print-progress-percent = { $progress }% |
| 125 | pdfjs-print-progress-close-button = Откажи |
| 126 | pdfjs-printing-not-supported = Предупредување: Печатењето не е целосно поддржано во овој прелистувач. |
| 127 | pdfjs-printing-not-ready = Предупредување: PDF документот не е целосно вчитан за печатење. |
| 128 | |
| 129 | ## Tooltips and alt text for side panel toolbar buttons |
| 130 | |
| 131 | pdfjs-toggle-sidebar-button = |
| 132 | .title = Вклучи странична лента |
| 133 | pdfjs-toggle-sidebar-button-label = Вклучи странична лента |
| 134 | pdfjs-document-outline-button-label = Содржина на документот |
| 135 | pdfjs-attachments-button = |
| 136 | .title = Прикажи додатоци |
| 137 | pdfjs-thumbs-button = |
| 138 | .title = Прикажување на икони |
| 139 | pdfjs-thumbs-button-label = Икони |
| 140 | pdfjs-findbar-button = |
| 141 | .title = Најди во документот |
| 142 | pdfjs-findbar-button-label = Најди |
| 143 | |
| 144 | ## Thumbnails panel item (tooltip and alt text for images) |
| 145 | |
| 146 | # Variables: |
| 147 | # $page (Number) - the page number |
| 148 | pdfjs-thumb-page-title = |
| 149 | .title = Страница { $page } |
| 150 | # Variables: |
| 151 | # $page (Number) - the page number |
| 152 | pdfjs-thumb-page-canvas = |
| 153 | .aria-label = Икона од страница { $page } |
| 154 | |
| 155 | ## Find panel button title and messages |
| 156 | |
| 157 | pdfjs-find-input = |
| 158 | .title = Пронајди |
| 159 | .placeholder = Пронајди во документот… |
| 160 | pdfjs-find-previous-button = |
| 161 | .title = Најди ја пред� |
| 162 | одната појава на фразата |
| 163 | pdfjs-find-previous-button-label = Прет� |
| 164 | одно |
| 165 | pdfjs-find-next-button = |
| 166 | .title = Најди ја следната појава на фразата |
| 167 | pdfjs-find-next-button-label = Следно |
| 168 | pdfjs-find-highlight-checkbox = Означи сѐ |
| 169 | pdfjs-find-match-case-checkbox-label = Токму така |
| 170 | pdfjs-find-entire-word-checkbox-label = Цели зборови |
| 171 | pdfjs-find-reached-top = Барањето стигна до почетокот на документот и почнува од крајот |
| 172 | pdfjs-find-reached-bottom = Барањето стигна до крајот на документот и почнува од почеток |
| 173 | pdfjs-find-not-found = Фразата не е пронајдена |
| 174 | |
| 175 | ## Predefined zoom values |
| 176 | |
| 177 | pdfjs-page-scale-width = Ширина на страница |
| 178 | pdfjs-page-scale-fit = Цела страница |
| 179 | pdfjs-page-scale-auto = Автоматска големина |
| 180 | pdfjs-page-scale-actual = Вистинска големина |
| 181 | # Variables: |
| 182 | # $scale (Number) - percent value for page scale |
| 183 | pdfjs-page-scale-percent = { $scale }% |
| 184 | |
| 185 | ## PDF page |
| 186 | |
| 187 | |
| 188 | ## Loading indicator messages |
| 189 | |
| 190 | pdfjs-loading-error = Настана грешка при вчитувањето на PDF-от. |
| 191 | pdfjs-invalid-file-error = Невалидна или корумпирана PDF датотека. |
| 192 | pdfjs-missing-file-error = Недостасува PDF документ. |
| 193 | pdfjs-unexpected-response-error = Неочекуван одговор од серверот. |
| 194 | pdfjs-rendering-error = Настана грешка при прикажувањето на страницата. |
| 195 | |
| 196 | ## Annotations |
| 197 | |
| 198 | # Variables: |
| 199 | # $date (Date) - the modification date of the annotation |
| 200 | # $time (Time) - the modification time of the annotation |
| 201 | pdfjs-annotation-date-string = { $date }, { $time } |
| 202 | |
| 203 | ## Password |
| 204 | |
| 205 | pdfjs-password-label = Внесете ја лозинката за да ја отворите оваа датотека. |
| 206 | pdfjs-password-invalid = Невалидна лозинка. Обидете се повторно. |
| 207 | pdfjs-password-ok-button = Во ред |
| 208 | pdfjs-password-cancel-button = Откажи |
| 209 | pdfjs-web-fonts-disabled = Интернет фонтовите се оневозможени: не може да се користат вградените PDF фонтови. |
| 210 | |
| 211 | ## Editing |
| 212 | |
| 213 | |
| 214 | ## Alt-text dialog |
| 215 | |
| 216 | |
| 217 | ## Editor resizers |
| 218 | ## This is used in an aria label to help to understand the role of the resizer. |
| 219 | |
| 220 |