viewer.ftl
421 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 | pdfjs-previous-button-label = Предыдущая |
| 11 | pdfjs-next-button = |
| 12 | .title = Следующая страница |
| 13 | pdfjs-next-button-label = Следующая |
| 14 | # .title: Tooltip for the pageNumber input. |
| 15 | pdfjs-page-input = |
| 16 | .title = Страница |
| 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 = Уменьшить |
| 27 | pdfjs-zoom-out-button-label = Уменьшить |
| 28 | pdfjs-zoom-in-button = |
| 29 | .title = Увеличить |
| 30 | pdfjs-zoom-in-button-label = Увеличить |
| 31 | pdfjs-zoom-select = |
| 32 | .title = Масштаб |
| 33 | pdfjs-presentation-mode-button = |
| 34 | .title = Перейти в режим презентации |
| 35 | pdfjs-presentation-mode-button-label = Режим презентации |
| 36 | pdfjs-open-file-button = |
| 37 | .title = Открыть файл |
| 38 | pdfjs-open-file-button-label = Открыть |
| 39 | pdfjs-print-button = |
| 40 | .title = Печать |
| 41 | pdfjs-print-button-label = Печать |
| 42 | pdfjs-save-button = |
| 43 | .title = Со� |
| 44 | ранить |
| 45 | pdfjs-save-button-label = Со� |
| 46 | ранить |
| 47 | # Used in Firefox for Android as a tooltip for the download button (“download” is a verb). |
| 48 | pdfjs-download-button = |
| 49 | .title = Загрузить |
| 50 | # Used in Firefox for Android as a label for the download button (“download” is a verb). |
| 51 | # Length of the translation matters since we are in a mobile context, with limited screen estate. |
| 52 | pdfjs-download-button-label = Загрузить |
| 53 | pdfjs-bookmark-button = |
| 54 | .title = Текущая страница (просмотр URL-адреса с текущей страницы) |
| 55 | pdfjs-bookmark-button-label = Текущая страница |
| 56 | # Used in Firefox for Android. |
| 57 | pdfjs-open-in-app-button = |
| 58 | .title = Открыть в приложении |
| 59 | # Used in Firefox for Android. |
| 60 | # Length of the translation matters since we are in a mobile context, with limited screen estate. |
| 61 | pdfjs-open-in-app-button-label = Открыть в программе |
| 62 | |
| 63 | ## Secondary toolbar and context menu |
| 64 | |
| 65 | pdfjs-tools-button = |
| 66 | .title = Инструменты |
| 67 | pdfjs-tools-button-label = Инструменты |
| 68 | pdfjs-first-page-button = |
| 69 | .title = Перейти на первую страницу |
| 70 | pdfjs-first-page-button-label = Перейти на первую страницу |
| 71 | pdfjs-last-page-button = |
| 72 | .title = Перейти на последнюю страницу |
| 73 | pdfjs-last-page-button-label = Перейти на последнюю страницу |
| 74 | pdfjs-page-rotate-cw-button = |
| 75 | .title = Повернуть по часовой стрелке |
| 76 | pdfjs-page-rotate-cw-button-label = Повернуть по часовой стрелке |
| 77 | pdfjs-page-rotate-ccw-button = |
| 78 | .title = Повернуть против часовой стрелки |
| 79 | pdfjs-page-rotate-ccw-button-label = Повернуть против часовой стрелки |
| 80 | pdfjs-cursor-text-select-tool-button = |
| 81 | .title = Включить Инструмент «Выделение текста» |
| 82 | pdfjs-cursor-text-select-tool-button-label = Инструмент «Выделение текста» |
| 83 | pdfjs-cursor-hand-tool-button = |
| 84 | .title = Включить Инструмент «Рука» |
| 85 | pdfjs-cursor-hand-tool-button-label = Инструмент «Рука» |
| 86 | pdfjs-scroll-page-button = |
| 87 | .title = Использовать прокрутку страниц |
| 88 | pdfjs-scroll-page-button-label = Прокрутка страниц |
| 89 | pdfjs-scroll-vertical-button = |
| 90 | .title = Использовать вертикальную прокрутку |
| 91 | pdfjs-scroll-vertical-button-label = Вертикальная прокрутка |
| 92 | pdfjs-scroll-horizontal-button = |
| 93 | .title = Использовать горизонтальную прокрутку |
| 94 | pdfjs-scroll-horizontal-button-label = Горизонтальная прокрутка |
| 95 | pdfjs-scroll-wrapped-button = |
| 96 | .title = Использовать масштабируемую прокрутку |
| 97 | pdfjs-scroll-wrapped-button-label = Масштабируемая прокрутка |
| 98 | pdfjs-spread-none-button = |
| 99 | .title = Не использовать режим разворотов страниц |
| 100 | pdfjs-spread-none-button-label = Без разворотов страниц |
| 101 | pdfjs-spread-odd-button = |
| 102 | .title = Развороты начинаются с нечётны� |
| 103 | номеров страниц |
| 104 | pdfjs-spread-odd-button-label = Нечётные страницы слева |
| 105 | pdfjs-spread-even-button = |
| 106 | .title = Развороты начинаются с чётны� |
| 107 | номеров страниц |
| 108 | pdfjs-spread-even-button-label = Чётные страницы слева |
| 109 | |
| 110 | ## Document properties dialog |
| 111 | |
| 112 | pdfjs-document-properties-button = |
| 113 | .title = Свойства документа… |
| 114 | pdfjs-document-properties-button-label = Свойства документа… |
| 115 | pdfjs-document-properties-file-name = Имя файла: |
| 116 | pdfjs-document-properties-file-size = Размер файла: |
| 117 | # Variables: |
| 118 | # $size_kb (Number) - the PDF file size in kilobytes |
| 119 | # $size_b (Number) - the PDF file size in bytes |
| 120 | pdfjs-document-properties-kb = { $size_kb } КБ ({ $size_b } байт) |
| 121 | # Variables: |
| 122 | # $size_mb (Number) - the PDF file size in megabytes |
| 123 | # $size_b (Number) - the PDF file size in bytes |
| 124 | pdfjs-document-properties-mb = { $size_mb } МБ ({ $size_b } байт) |
| 125 | pdfjs-document-properties-title = Заголовок: |
| 126 | pdfjs-document-properties-author = Автор: |
| 127 | pdfjs-document-properties-subject = Тема: |
| 128 | pdfjs-document-properties-keywords = Ключевые слова: |
| 129 | pdfjs-document-properties-creation-date = Дата создания: |
| 130 | pdfjs-document-properties-modification-date = Дата изменения: |
| 131 | # Variables: |
| 132 | # $date (Date) - the creation/modification date of the PDF file |
| 133 | # $time (Time) - the creation/modification time of the PDF file |
| 134 | pdfjs-document-properties-date-string = { $date }, { $time } |
| 135 | pdfjs-document-properties-creator = Приложение: |
| 136 | pdfjs-document-properties-producer = Производитель PDF: |
| 137 | pdfjs-document-properties-version = Версия PDF: |
| 138 | pdfjs-document-properties-page-count = Число страниц: |
| 139 | pdfjs-document-properties-page-size = Размер страницы: |
| 140 | pdfjs-document-properties-page-size-unit-inches = дюймов |
| 141 | pdfjs-document-properties-page-size-unit-millimeters = мм |
| 142 | pdfjs-document-properties-page-size-orientation-portrait = книжная |
| 143 | pdfjs-document-properties-page-size-orientation-landscape = альбомная |
| 144 | pdfjs-document-properties-page-size-name-a-three = A3 |
| 145 | pdfjs-document-properties-page-size-name-a-four = A4 |
| 146 | pdfjs-document-properties-page-size-name-letter = Letter |
| 147 | pdfjs-document-properties-page-size-name-legal = Legal |
| 148 | |
| 149 | ## Variables: |
| 150 | ## $width (Number) - the width of the (current) page |
| 151 | ## $height (Number) - the height of the (current) page |
| 152 | ## $unit (String) - the unit of measurement of the (current) page |
| 153 | ## $name (String) - the name of the (current) page |
| 154 | ## $orientation (String) - the orientation of the (current) page |
| 155 | |
| 156 | pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation }) |
| 157 | pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation }) |
| 158 | |
| 159 | ## |
| 160 | |
| 161 | # The linearization status of the document; usually called "Fast Web View" in |
| 162 | # English locales of Adobe software. |
| 163 | pdfjs-document-properties-linearized = Быстрый просмотр в Web: |
| 164 | pdfjs-document-properties-linearized-yes = Да |
| 165 | pdfjs-document-properties-linearized-no = Нет |
| 166 | pdfjs-document-properties-close-button = Закрыть |
| 167 | |
| 168 | |
| 169 | |
| 170 | pdfjs-print-progress-message = Подготовка документа к печати… |
| 171 | # Variables: |
| 172 | # $progress (Number) - percent value |
| 173 | pdfjs-print-progress-percent = { $progress }% |
| 174 | pdfjs-print-progress-close-button = Отмена |
| 175 | pdfjs-printing-not-supported = Предупреждение: В этом браузере не полностью поддерживается печать. |
| 176 | pdfjs-printing-not-ready = Предупреждение: PDF не полностью загружен для печати. |
| 177 | |
| 178 | ## Tooltips and alt text for side panel toolbar buttons |
| 179 | |
| 180 | pdfjs-toggle-sidebar-button = |
| 181 | .title = Показать/скрыть боковую панель |
| 182 | pdfjs-toggle-sidebar-notification-button = |
| 183 | .title = Показать/скрыть боковую панель (документ имеет содержание/вложения/слои) |
| 184 | pdfjs-toggle-sidebar-button-label = Показать/скрыть боковую панель |
| 185 | pdfjs-document-outline-button = |
| 186 | .title = Показать содержание документа (двойной щелчок, чтобы развернуть/свернуть все элементы) |
| 187 | pdfjs-document-outline-button-label = Содержание документа |
| 188 | pdfjs-attachments-button = |
| 189 | .title = Показать вложения |
| 190 | pdfjs-attachments-button-label = Вложения |
| 191 | pdfjs-layers-button = |
| 192 | .title = Показать слои (дважды щёлкните, чтобы сбросить все слои к состоянию по умолчанию) |
| 193 | pdfjs-layers-button-label = Слои |
| 194 | pdfjs-thumbs-button = |
| 195 | .title = Показать миниатюры |
| 196 | pdfjs-thumbs-button-label = Миниатюры |
| 197 | pdfjs-current-outline-item-button = |
| 198 | .title = Найти текущий элемент структуры |
| 199 | pdfjs-current-outline-item-button-label = Текущий элемент структуры |
| 200 | pdfjs-findbar-button = |
| 201 | .title = Найти в документе |
| 202 | pdfjs-findbar-button-label = Найти |
| 203 | pdfjs-additional-layers = Дополнительные слои |
| 204 | |
| 205 | ## Thumbnails panel item (tooltip and alt text for images) |
| 206 | |
| 207 | # Variables: |
| 208 | # $page (Number) - the page number |
| 209 | pdfjs-thumb-page-title = |
| 210 | .title = Страница { $page } |
| 211 | # Variables: |
| 212 | # $page (Number) - the page number |
| 213 | pdfjs-thumb-page-canvas = |
| 214 | .aria-label = Миниатюра страницы { $page } |
| 215 | |
| 216 | ## Find panel button title and messages |
| 217 | |
| 218 | pdfjs-find-input = |
| 219 | .title = Найти |
| 220 | .placeholder = Найти в документе… |
| 221 | pdfjs-find-previous-button = |
| 222 | .title = Найти предыдущее в� |
| 223 | ождение фразы в текст |
| 224 | pdfjs-find-previous-button-label = Назад |
| 225 | pdfjs-find-next-button = |
| 226 | .title = Найти следующее в� |
| 227 | ождение фразы в текст |
| 228 | pdfjs-find-next-button-label = Далее |
| 229 | pdfjs-find-highlight-checkbox = Подсветить все |
| 230 | pdfjs-find-match-case-checkbox-label = С учётом регистра |
| 231 | pdfjs-find-match-diacritics-checkbox-label = С учётом диакритически� |
| 232 | знаков |
| 233 | pdfjs-find-entire-word-checkbox-label = Слова целиком |
| 234 | pdfjs-find-reached-top = Достигнут вер� |
| 235 | документа, продолжено снизу |
| 236 | pdfjs-find-reached-bottom = Достигнут конец документа, продолжено свер� |
| 237 | у |
| 238 | # Variables: |
| 239 | # $current (Number) - the index of the currently active find result |
| 240 | # $total (Number) - the total number of matches in the document |
| 241 | pdfjs-find-match-count = |
| 242 | { $total -> |
| 243 | [one] { $current } из { $total } совпадения |
| 244 | [few] { $current } из { $total } совпадений |
| 245 | *[many] { $current } из { $total } совпадений |
| 246 | } |
| 247 | # Variables: |
| 248 | # $limit (Number) - the maximum number of matches |
| 249 | pdfjs-find-match-count-limit = |
| 250 | { $limit -> |
| 251 | [one] Более { $limit } совпадения |
| 252 | [few] Более { $limit } совпадений |
| 253 | *[many] Более { $limit } совпадений |
| 254 | } |
| 255 | pdfjs-find-not-found = Фраза не найдена |
| 256 | |
| 257 | ## Predefined zoom values |
| 258 | |
| 259 | pdfjs-page-scale-width = По ширине страницы |
| 260 | pdfjs-page-scale-fit = По размеру страницы |
| 261 | pdfjs-page-scale-auto = Автоматически |
| 262 | pdfjs-page-scale-actual = Реальный размер |
| 263 | # Variables: |
| 264 | # $scale (Number) - percent value for page scale |
| 265 | pdfjs-page-scale-percent = { $scale }% |
| 266 | |
| 267 | ## PDF page |
| 268 | |
| 269 | # Variables: |
| 270 | # $page (Number) - the page number |
| 271 | pdfjs-page-landmark = |
| 272 | .aria-label = Страница { $page } |
| 273 | |
| 274 | ## Loading indicator messages |
| 275 | |
| 276 | pdfjs-loading-error = При загрузке PDF произошла ошибка. |
| 277 | pdfjs-invalid-file-error = Некорректный или повреждённый PDF-файл. |
| 278 | pdfjs-missing-file-error = PDF-файл отсутствует. |
| 279 | pdfjs-unexpected-response-error = Неожиданный ответ сервера. |
| 280 | pdfjs-rendering-error = При создании страницы произошла ошибка. |
| 281 | |
| 282 | ## Annotations |
| 283 | |
| 284 | # Variables: |
| 285 | # $date (Date) - the modification date of the annotation |
| 286 | # $time (Time) - the modification time of the annotation |
| 287 | pdfjs-annotation-date-string = { $date }, { $time } |
| 288 | # .alt: This is used as a tooltip. |
| 289 | # Variables: |
| 290 | # $type (String) - an annotation type from a list defined in the PDF spec |
| 291 | # (32000-1:2008 Table 169 – Annotation types). |
| 292 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" |
| 293 | pdfjs-text-annotation-type = |
| 294 | .alt = [Аннотация { $type }] |
| 295 | |
| 296 | ## Password |
| 297 | |
| 298 | pdfjs-password-label = Введите пароль, чтобы открыть этот PDF-файл. |
| 299 | pdfjs-password-invalid = Неверный пароль. Пожалуйста, попробуйте снова. |
| 300 | pdfjs-password-ok-button = OK |
| 301 | pdfjs-password-cancel-button = Отмена |
| 302 | pdfjs-web-fonts-disabled = Веб-шрифты отключены: не удалось задействовать встроенные PDF-шрифты. |
| 303 | |
| 304 | ## Editing |
| 305 | |
| 306 | pdfjs-editor-free-text-button = |
| 307 | .title = Текст |
| 308 | pdfjs-editor-free-text-button-label = Текст |
| 309 | pdfjs-editor-ink-button = |
| 310 | .title = Рисовать |
| 311 | pdfjs-editor-ink-button-label = Рисовать |
| 312 | pdfjs-editor-stamp-button = |
| 313 | .title = Добавить или изменить изображения |
| 314 | pdfjs-editor-stamp-button-label = Добавить или изменить изображения |
| 315 | pdfjs-editor-highlight-button = |
| 316 | .title = Выделение |
| 317 | pdfjs-editor-highlight-button-label = Выделение |
| 318 | pdfjs-highlight-floating-button = |
| 319 | .title = Выделение |
| 320 | pdfjs-highlight-floating-button1 = |
| 321 | .title = Выделение |
| 322 | .aria-label = Выделение |
| 323 | pdfjs-highlight-floating-button-label = Выделение |
| 324 | |
| 325 | ## Remove button for the various kind of editor. |
| 326 | |
| 327 | pdfjs-editor-remove-ink-button = |
| 328 | .title = Удалить рисунок |
| 329 | pdfjs-editor-remove-freetext-button = |
| 330 | .title = Удалить текст |
| 331 | pdfjs-editor-remove-stamp-button = |
| 332 | .title = Удалить изображение |
| 333 | pdfjs-editor-remove-highlight-button = |
| 334 | .title = Удалить выделение |
| 335 | |
| 336 | ## |
| 337 | |
| 338 | # Editor Parameters |
| 339 | pdfjs-editor-free-text-color-input = Цвет |
| 340 | pdfjs-editor-free-text-size-input = Размер |
| 341 | pdfjs-editor-ink-color-input = Цвет |
| 342 | pdfjs-editor-ink-thickness-input = Толщина |
| 343 | pdfjs-editor-ink-opacity-input = Прозрачность |
| 344 | pdfjs-editor-stamp-add-image-button = |
| 345 | .title = Добавить изображение |
| 346 | pdfjs-editor-stamp-add-image-button-label = Добавить изображение |
| 347 | # This refers to the thickness of the line used for free highlighting (not bound to text) |
| 348 | pdfjs-editor-free-highlight-thickness-input = Толщина |
| 349 | pdfjs-editor-free-highlight-thickness-title = |
| 350 | .title = Изменить толщину при выделении элементов, кроме текста |
| 351 | pdfjs-free-text = |
| 352 | .aria-label = Текстовый редактор |
| 353 | pdfjs-free-text-default-content = Начните вводить… |
| 354 | pdfjs-ink = |
| 355 | .aria-label = Редактор рисования |
| 356 | pdfjs-ink-canvas = |
| 357 | .aria-label = Созданное пользователем изображение |
| 358 | |
| 359 | ## Alt-text dialog |
| 360 | |
| 361 | # Alternative text (alt text) helps when people can't see the image. |
| 362 | pdfjs-editor-alt-text-button-label = Альтернативный текст |
| 363 | pdfjs-editor-alt-text-edit-button-label = Изменить альтернативный текст |
| 364 | pdfjs-editor-alt-text-dialog-label = Выберите вариант |
| 365 | pdfjs-editor-alt-text-dialog-description = Альтернативный текст помогает, когда люди не видят изображение или оно не загружается. |
| 366 | pdfjs-editor-alt-text-add-description-label = Добавить описание |
| 367 | pdfjs-editor-alt-text-add-description-description = Старайтесь составлять 1–2 предложения, описывающи� |
| 368 | предмет, обстановку или действия. |
| 369 | pdfjs-editor-alt-text-mark-decorative-label = Отметить как декоративное |
| 370 | pdfjs-editor-alt-text-mark-decorative-description = Используется для декоративны� |
| 371 | изображений, таки� |
| 372 | как рамки или водяные знаки. |
| 373 | pdfjs-editor-alt-text-cancel-button = Отменить |
| 374 | pdfjs-editor-alt-text-save-button = Со� |
| 375 | ранить |
| 376 | pdfjs-editor-alt-text-decorative-tooltip = Помечен как декоративный |
| 377 | # .placeholder: This is a placeholder for the alt text input area |
| 378 | pdfjs-editor-alt-text-textarea = |
| 379 | .placeholder = Например: «Молодой человек садится за стол, чтобы поесть» |
| 380 | |
| 381 | ## Editor resizers |
| 382 | ## This is used in an aria label to help to understand the role of the resizer. |
| 383 | |
| 384 | pdfjs-editor-resizer-label-top-left = Левый вер� |
| 385 | ний угол — изменить размер |
| 386 | pdfjs-editor-resizer-label-top-middle = Ввер� |
| 387 | у посередине — изменить размер |
| 388 | pdfjs-editor-resizer-label-top-right = Вер� |
| 389 | ний правый угол — изменить размер |
| 390 | pdfjs-editor-resizer-label-middle-right = В центре справа — изменить размер |
| 391 | pdfjs-editor-resizer-label-bottom-right = Нижний правый угол — изменить размер |
| 392 | pdfjs-editor-resizer-label-bottom-middle = Внизу посередине — изменить размер |
| 393 | pdfjs-editor-resizer-label-bottom-left = Нижний левый угол — изменить размер |
| 394 | pdfjs-editor-resizer-label-middle-left = В центре слева — изменить размер |
| 395 | |
| 396 | ## Color picker |
| 397 | |
| 398 | # This means "Color used to highlight text" |
| 399 | pdfjs-editor-highlight-colorpicker-label = Цвет выделения |
| 400 | pdfjs-editor-colorpicker-button = |
| 401 | .title = Изменить цвет |
| 402 | pdfjs-editor-colorpicker-dropdown = |
| 403 | .aria-label = Выбор цвета |
| 404 | pdfjs-editor-colorpicker-yellow = |
| 405 | .title = Жёлтый |
| 406 | pdfjs-editor-colorpicker-green = |
| 407 | .title = Зелёный |
| 408 | pdfjs-editor-colorpicker-blue = |
| 409 | .title = Синий |
| 410 | pdfjs-editor-colorpicker-pink = |
| 411 | .title = Розовый |
| 412 | pdfjs-editor-colorpicker-red = |
| 413 | .title = Красный |
| 414 | |
| 415 | ## Show all highlights |
| 416 | ## This is a toggle button to show/hide all the highlights. |
| 417 | |
| 418 | pdfjs-editor-highlight-show-all-button-label = Показать все |
| 419 | pdfjs-editor-highlight-show-all-button = |
| 420 | .title = Показать все |
| 421 |