diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-mk/toolkit/toolkit/printing/printPreview.ftl | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/l10n-mk/toolkit/toolkit/printing/printPreview.ftl b/l10n-mk/toolkit/toolkit/printing/printPreview.ftl new file mode 100644 index 0000000000..62d3dd6063 --- /dev/null +++ b/l10n-mk/toolkit/toolkit/printing/printPreview.ftl @@ -0,0 +1,72 @@ +# 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/. + +printpreview-simplify-page-checkbox = + .label = Поедностави страница + .accesskey = п + .tooltiptext = Оваа страница не може да се поедностави автоматски +printpreview-simplify-page-checkbox-enabled = + .label = { printpreview-simplify-page-checkbox.label } + .accesskey = { printpreview-simplify-page-checkbox.accesskey } + .tooltiptext = Смени распоред за полесно читање +printpreview-close = + .label = Затвори + .accesskey = З +printpreview-portrait = + .label = Портрет + .accesskey = о +printpreview-landscape = + .label = Пејсаж + .accesskey = П +printpreview-scale = + .value = Големина: + .accesskey = Г +printpreview-shrink-to-fit = + .label = На цел лист +printpreview-custom = + .label = Сопствено… +printpreview-print = + .label = Печати… + .accesskey = П +printpreview-of = + .value = од +printpreview-custom-scale-prompt-title = Сопствена големина +printpreview-page-setup = + .label = Поставување на страницата… + .accesskey = у +printpreview-page = + .value = Страница: + .accesskey = а + +# Variables +# $sheetNum (integer) - The current sheet number +# $sheetCount (integer) - The total number of sheets to print +printpreview-sheet-of-sheets = { $sheetNum } од { $sheetCount } + +## Variables +## $percent (integer) - menuitem percent label +## $arrow (String) - UTF-8 arrow character for navigation buttons + +printpreview-percentage-value = + .label = { $percent }% +printpreview-homearrow = + .label = { $arrow } + .tooltiptext = Прва страница +printpreview-previousarrow = + .label = { $arrow } + .tooltiptext = Претходна страница +printpreview-nextarrow = + .label = { $arrow } + .tooltiptext = Следна страница +printpreview-endarrow = + .label = { $arrow } + .tooltiptext = Последна страница +printpreview-homearrow-button = + .title = Прва страница +printpreview-previousarrow-button = + .title = Претходна страница +printpreview-nextarrow-button = + .title = Следна страница +printpreview-endarrow-button = + .title = Последна страница |