diff options
Diffstat (limited to 'l10n-ru/toolkit/toolkit/printing/printDialogs.ftl')
-rw-r--r-- | l10n-ru/toolkit/toolkit/printing/printDialogs.ftl | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/l10n-ru/toolkit/toolkit/printing/printDialogs.ftl b/l10n-ru/toolkit/toolkit/printing/printDialogs.ftl new file mode 100644 index 0000000000..57291fc629 --- /dev/null +++ b/l10n-ru/toolkit/toolkit/printing/printDialogs.ftl @@ -0,0 +1,112 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +print-setup = + .title = Параметры страницы +custom-prompt-title = Настройка… +custom-prompt-prompt = Введите собственный текст колонтитула +basic-tab = + .label = Формат и свойства +advanced-tab = + .label = Поля и колонтитулы +format-group-label = + .value = Формат +orientation-label = + .value = Ориентация: +portrait = + .label = Книжная + .accesskey = н +landscape = + .label = Альбомная + .accesskey = л +scale = + .label = Масштаб: + .accesskey = ш +scale-percent = + .value = % +shrink-to-fit = + .label = Сжать до ширины страницы + .accesskey = ж +options-group-label = + .value = Свойства +print-bg = + .label = Печать фона (цвета и изображения) + .accesskey = ч +margin-group-label-inches = + .value = Поля (дюймов) +margin-group-label-metric = + .value = Поля (миллиметров) +margin-top = + .value = Сверху: + .accesskey = в +margin-top-invisible = + .value = Сверху: +margin-bottom = + .value = Снизу: + .accesskey = и +margin-bottom-invisible = + .value = Снизу: +margin-left = + .value = Слева: + .accesskey = е +margin-left-invisible = + .value = Слева: +margin-right = + .value = Справа: + .accesskey = п +margin-right-invisible = + .value = Справа: +header-footer-label = + .value = Колонтитулы +hf-left-label = + .value = Слева: +hf-center-label = + .value = По центру: +hf-right-label = + .value = Справа: +header-left-tip = + .tooltiptext = Верхний колонтитул (слева) +header-center-tip = + .tooltiptext = Верхний колонтитул (по центру) +header-right-tip = + .tooltiptext = Верхний колонтитул (справа) +footer-left-tip = + .tooltiptext = Нижний колонтитул (слева) +footer-center-tip = + .tooltiptext = Нижний колонтитул (по центру) +footer-right-tip = + .tooltiptext = Нижний колонтитул (справа) +hf-blank = + .label = --пусто-- +hf-title = + .label = Заголовок страницы +hf-url = + .label = Адрес страницы +hf-date-and-time = + .label = Дата и время +hf-page = + .label = Номер страницы +hf-page-and-total = + .label = Страница # из # +hf-custom = + .label = Настроить… +print-preview-window = + .title = Предварительный просмотр +print-title = + .value = Заголовок: +print-preparing = + .value = Подготовка… +print-progress = + .value = Прогресс: +print-window = + .title = Печать +print-complete = + .value = Печать завершена. + +# Variables +# $percent (integer) - Number of printed percentage +print-percent = + .value = { $percent }% +dialog-cancel-label = Отмена +dialog-close-label = Закрыть |