viewer.ftl
258 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 = Əvvəlki səhifə |
| 10 | pdfjs-previous-button-label = Əvvəlkini tap |
| 11 | pdfjs-next-button = |
| 12 | .title = Növbəti səhifə |
| 13 | pdfjs-next-button-label = İrəli |
| 14 | # .title: Tooltip for the pageNumber input. |
| 15 | pdfjs-page-input = |
| 16 | .title = Səhifə |
| 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 = / { $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 } / { $pagesCount }) |
| 25 | pdfjs-zoom-out-button = |
| 26 | .title = Uzaqlaş |
| 27 | pdfjs-zoom-out-button-label = Uzaqlaş |
| 28 | pdfjs-zoom-in-button = |
| 29 | .title = Yaxınlaş |
| 30 | pdfjs-zoom-in-button-label = Yaxınlaş |
| 31 | pdfjs-zoom-select = |
| 32 | .title = Yaxınlaşdırma |
| 33 | pdfjs-presentation-mode-button = |
| 34 | .title = Təqdimat Rejiminə Keç |
| 35 | pdfjs-presentation-mode-button-label = Təqdimat Rejimi |
| 36 | pdfjs-open-file-button = |
| 37 | .title = Fayl Aç |
| 38 | pdfjs-open-file-button-label = Aç |
| 39 | pdfjs-print-button = |
| 40 | .title = Yazdır |
| 41 | pdfjs-print-button-label = Yazdır |
| 42 | |
| 43 | ## Secondary toolbar and context menu |
| 44 | |
| 45 | pdfjs-tools-button = |
| 46 | .title = Alətlər |
| 47 | pdfjs-tools-button-label = Alətlər |
| 48 | pdfjs-first-page-button = |
| 49 | .title = İlk Səhifəyə get |
| 50 | pdfjs-first-page-button-label = İlk Səhifəyə get |
| 51 | pdfjs-last-page-button = |
| 52 | .title = Son Səhifəyə get |
| 53 | pdfjs-last-page-button-label = Son Səhifəyə get |
| 54 | pdfjs-page-rotate-cw-button = |
| 55 | .title = Saat İstiqamətində Fırlat |
| 56 | pdfjs-page-rotate-cw-button-label = Saat İstiqamətində Fırlat |
| 57 | pdfjs-page-rotate-ccw-button = |
| 58 | .title = Saat İstiqamətinin Əksinə Fırlat |
| 59 | pdfjs-page-rotate-ccw-button-label = Saat İstiqamətinin Əksinə Fırlat |
| 60 | pdfjs-cursor-text-select-tool-button = |
| 61 | .title = Yazı seçmə alətini aktivləşdir |
| 62 | pdfjs-cursor-text-select-tool-button-label = Yazı seçmə aləti |
| 63 | pdfjs-cursor-hand-tool-button = |
| 64 | .title = Əl alətini aktivləşdir |
| 65 | pdfjs-cursor-hand-tool-button-label = Əl aləti |
| 66 | pdfjs-scroll-vertical-button = |
| 67 | .title = Şaquli sürüşdürmə işlət |
| 68 | pdfjs-scroll-vertical-button-label = Şaquli sürüşdürmə |
| 69 | pdfjs-scroll-horizontal-button = |
| 70 | .title = Üfüqi sürüşdürmə işlət |
| 71 | pdfjs-scroll-horizontal-button-label = Üfüqi sürüşdürmə |
| 72 | pdfjs-scroll-wrapped-button = |
| 73 | .title = Bükülü sürüşdürmə işlət |
| 74 | pdfjs-scroll-wrapped-button-label = Bükülü sürüşdürmə |
| 75 | pdfjs-spread-none-button = |
| 76 | .title = Yan-yana birləşdirilmiş səhifələri işlətmə |
| 77 | pdfjs-spread-none-button-label = Birləşdirmə |
| 78 | pdfjs-spread-odd-button = |
| 79 | .title = Yan-yana birləşdirilmiş səhifələri tək nömrəli səhifələrdən başlat |
| 80 | pdfjs-spread-odd-button-label = Tək nömrəli |
| 81 | pdfjs-spread-even-button = |
| 82 | .title = Yan-yana birləşdirilmiş səhifələri cüt nömrəli səhifələrdən başlat |
| 83 | pdfjs-spread-even-button-label = Cüt nömrəli |
| 84 | |
| 85 | ## Document properties dialog |
| 86 | |
| 87 | pdfjs-document-properties-button = |
| 88 | .title = Sənəd xüsusiyyətləri… |
| 89 | pdfjs-document-properties-button-label = Sənəd xüsusiyyətləri… |
| 90 | pdfjs-document-properties-file-name = Fayl adı: |
| 91 | pdfjs-document-properties-file-size = Fayl ölçüsü: |
| 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 } bayt) |
| 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 } bayt) |
| 100 | pdfjs-document-properties-title = Başlık: |
| 101 | pdfjs-document-properties-author = Müəllif: |
| 102 | pdfjs-document-properties-subject = Mövzu: |
| 103 | pdfjs-document-properties-keywords = Açar sözlər: |
| 104 | pdfjs-document-properties-creation-date = Yaradılış Tarixi : |
| 105 | pdfjs-document-properties-modification-date = Dəyişdirilmə Tarixi : |
| 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 = Yaradan: |
| 111 | pdfjs-document-properties-producer = PDF yaradıcısı: |
| 112 | pdfjs-document-properties-version = PDF versiyası: |
| 113 | pdfjs-document-properties-page-count = Səhifə sayı: |
| 114 | pdfjs-document-properties-page-size = Səhifə Ölçüsü: |
| 115 | pdfjs-document-properties-page-size-unit-inches = inç |
| 116 | pdfjs-document-properties-page-size-unit-millimeters = mm |
| 117 | pdfjs-document-properties-page-size-orientation-portrait = portret |
| 118 | pdfjs-document-properties-page-size-orientation-landscape = albom |
| 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 = Məktub |
| 122 | pdfjs-document-properties-page-size-name-legal = Hüquqi |
| 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 = Bəli |
| 140 | pdfjs-document-properties-linearized-no = Xeyr |
| 141 | pdfjs-document-properties-close-button = Qapat |
| 142 | |
| 143 | |
| 144 | |
| 145 | pdfjs-print-progress-message = Sənəd çap üçün hazırlanır… |
| 146 | # Variables: |
| 147 | # $progress (Number) - percent value |
| 148 | pdfjs-print-progress-percent = { $progress }% |
| 149 | pdfjs-print-progress-close-button = Ləğv et |
| 150 | pdfjs-printing-not-supported = Xəbərdarlıq: Çap bu səyyah tərəfindən tam olaraq dəstəklənmir. |
| 151 | pdfjs-printing-not-ready = Xəbərdarlıq: PDF çap üçün tam yüklənməyib. |
| 152 | |
| 153 | ## Tooltips and alt text for side panel toolbar buttons |
| 154 | |
| 155 | pdfjs-toggle-sidebar-button = |
| 156 | .title = Yan Paneli Aç/Bağla |
| 157 | pdfjs-toggle-sidebar-notification-button = |
| 158 | .title = Yan paneli çevir (sənəddə icmal/bağlamalar/laylar mövcuddur) |
| 159 | pdfjs-toggle-sidebar-button-label = Yan Paneli Aç/Bağla |
| 160 | pdfjs-document-outline-button = |
| 161 | .title = Sənədin eskizini göstər (bütün bəndləri açmaq/yığmaq üçün iki dəfə klikləyin) |
| 162 | pdfjs-document-outline-button-label = Sənəd strukturu |
| 163 | pdfjs-attachments-button = |
| 164 | .title = Bağlamaları göstər |
| 165 | pdfjs-attachments-button-label = Bağlamalar |
| 166 | pdfjs-layers-button = |
| 167 | .title = Layları göstər (bütün layları ilkin halına sıfırlamaq üçün iki dəfə klikləyin) |
| 168 | pdfjs-layers-button-label = Laylar |
| 169 | pdfjs-thumbs-button = |
| 170 | .title = Kiçik şəkilləri göstər |
| 171 | pdfjs-thumbs-button-label = Kiçik şəkillər |
| 172 | pdfjs-findbar-button = |
| 173 | .title = Sənəddə Tap |
| 174 | pdfjs-findbar-button-label = Tap |
| 175 | pdfjs-additional-layers = Əlavə laylar |
| 176 | |
| 177 | ## Thumbnails panel item (tooltip and alt text for images) |
| 178 | |
| 179 | # Variables: |
| 180 | # $page (Number) - the page number |
| 181 | pdfjs-thumb-page-title = |
| 182 | .title = Səhifə{ $page } |
| 183 | # Variables: |
| 184 | # $page (Number) - the page number |
| 185 | pdfjs-thumb-page-canvas = |
| 186 | .aria-label = { $page } səhifəsinin kiçik vəziyyəti |
| 187 | |
| 188 | ## Find panel button title and messages |
| 189 | |
| 190 | pdfjs-find-input = |
| 191 | .title = Tap |
| 192 | .placeholder = Sənəddə tap… |
| 193 | pdfjs-find-previous-button = |
| 194 | .title = Bir öncəki uyğun gələn sözü tapır |
| 195 | pdfjs-find-previous-button-label = Geri |
| 196 | pdfjs-find-next-button = |
| 197 | .title = Bir sonrakı uyğun gələn sözü tapır |
| 198 | pdfjs-find-next-button-label = İrəli |
| 199 | pdfjs-find-highlight-checkbox = İşarələ |
| 200 | pdfjs-find-match-case-checkbox-label = Böyük/kiçik hərfə həssaslıq |
| 201 | pdfjs-find-entire-word-checkbox-label = Tam sözlər |
| 202 | pdfjs-find-reached-top = Sənədin yuxarısına çatdı, aşağıdan davam edir |
| 203 | pdfjs-find-reached-bottom = Sənədin sonuna çatdı, yuxarıdan davam edir |
| 204 | pdfjs-find-not-found = Uyğunlaşma tapılmadı |
| 205 | |
| 206 | ## Predefined zoom values |
| 207 | |
| 208 | pdfjs-page-scale-width = Səhifə genişliyi |
| 209 | pdfjs-page-scale-fit = Səhifəni sığdır |
| 210 | pdfjs-page-scale-auto = Avtomatik yaxınlaşdır |
| 211 | pdfjs-page-scale-actual = Hazırkı Həcm |
| 212 | # Variables: |
| 213 | # $scale (Number) - percent value for page scale |
| 214 | pdfjs-page-scale-percent = { $scale }% |
| 215 | |
| 216 | ## PDF page |
| 217 | |
| 218 | |
| 219 | ## Loading indicator messages |
| 220 | |
| 221 | pdfjs-loading-error = PDF yüklenərkən bir səhv yarandı. |
| 222 | pdfjs-invalid-file-error = Səhv və ya zədələnmiş olmuş PDF fayl. |
| 223 | pdfjs-missing-file-error = PDF fayl yoxdur. |
| 224 | pdfjs-unexpected-response-error = Gözlənilməz server cavabı. |
| 225 | pdfjs-rendering-error = Səhifə göstərilərkən səhv yarandı. |
| 226 | |
| 227 | ## Annotations |
| 228 | |
| 229 | # Variables: |
| 230 | # $date (Date) - the modification date of the annotation |
| 231 | # $time (Time) - the modification time of the annotation |
| 232 | pdfjs-annotation-date-string = { $date }, { $time } |
| 233 | # .alt: This is used as a tooltip. |
| 234 | # Variables: |
| 235 | # $type (String) - an annotation type from a list defined in the PDF spec |
| 236 | # (32000-1:2008 Table 169 – Annotation types). |
| 237 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" |
| 238 | pdfjs-text-annotation-type = |
| 239 | .alt = [{ $type } Annotasiyası] |
| 240 | |
| 241 | ## Password |
| 242 | |
| 243 | pdfjs-password-label = Bu PDF faylı açmaq üçün parolu daxil edin. |
| 244 | pdfjs-password-invalid = Parol səhvdir. Bir daha yoxlayın. |
| 245 | pdfjs-password-ok-button = Tamam |
| 246 | pdfjs-password-cancel-button = Ləğv et |
| 247 | pdfjs-web-fonts-disabled = Web Şriftlər söndürülüb: yerləşdirilmiş PDF şriftlərini istifadə etmək mümkün deyil. |
| 248 | |
| 249 | ## Editing |
| 250 | |
| 251 | |
| 252 | ## Alt-text dialog |
| 253 | |
| 254 | |
| 255 | ## Editor resizers |
| 256 | ## This is used in an aria label to help to understand the role of the resizer. |
| 257 | |
| 258 |