diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-pl/toolkit/toolkit/printing/printPreview.ftl | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/l10n-pl/toolkit/toolkit/printing/printPreview.ftl b/l10n-pl/toolkit/toolkit/printing/printPreview.ftl new file mode 100644 index 0000000000..13dc6daf57 --- /dev/null +++ b/l10n-pl/toolkit/toolkit/printing/printPreview.ftl @@ -0,0 +1,73 @@ +# 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 = Poprawiona czytelność + .accesskey = c + .tooltiptext = Układ strony nie może zostać automatycznie uproszczony +printpreview-simplify-page-checkbox-enabled = + .label = { printpreview-simplify-page-checkbox.label } + .accesskey = { printpreview-simplify-page-checkbox.accesskey } + .tooltiptext = Układ strony zmieniony dla większej czytelności +printpreview-close = + .label = Zamknij + .accesskey = Z +printpreview-portrait = + .label = Pionowa + .accesskey = P +printpreview-landscape = + .label = Pozioma + .accesskey = O +printpreview-scale = + .value = Skala: + .accesskey = S +printpreview-shrink-to-fit = + .label = Dostosuj do szerokości strony +printpreview-custom = + .label = Użytkownika… +printpreview-print = + .label = Drukuj… + .accesskey = D +printpreview-of = + .value = z +printpreview-custom-scale-prompt-title = Skalowanie +printpreview-page-setup = + .label = Ustawienia strony… + .accesskey = u +printpreview-page = + .value = Strona: + .accesskey = a + +# Variables +# $sheetNum (integer) - The current sheet number +# $sheetCount (integer) - The total number of sheets to print +printpreview-sheet-of-sheets = { $sheetNum } z { $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 = Pierwsza strona +printpreview-previousarrow = + .label = { $arrow } + .tooltiptext = Poprzednia strona +printpreview-nextarrow = + .label = { $arrow } + .tooltiptext = Następna strona +printpreview-endarrow = + .label = { $arrow } + .tooltiptext = Ostatnia strona + +printpreview-homearrow-button = + .title = Pierwsza strona +printpreview-previousarrow-button = + .title = Poprzednia strona +printpreview-nextarrow-button = + .title = Następna strona +printpreview-endarrow-button = + .title = Ostatnia strona |