From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../pl/toolkit/printing/printPreview.ftl | 73 ++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 thunderbird-l10n/pl/localization/pl/toolkit/printing/printPreview.ftl (limited to 'thunderbird-l10n/pl/localization/pl/toolkit/printing/printPreview.ftl') diff --git a/thunderbird-l10n/pl/localization/pl/toolkit/printing/printPreview.ftl b/thunderbird-l10n/pl/localization/pl/toolkit/printing/printPreview.ftl new file mode 100644 index 0000000000..13dc6daf57 --- /dev/null +++ b/thunderbird-l10n/pl/localization/pl/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 -- cgit v1.2.3