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 --- .../is/toolkit/printing/printPreview.ftl | 72 ++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 thunderbird-l10n/is/localization/is/toolkit/printing/printPreview.ftl (limited to 'thunderbird-l10n/is/localization/is/toolkit/printing/printPreview.ftl') diff --git a/thunderbird-l10n/is/localization/is/toolkit/printing/printPreview.ftl b/thunderbird-l10n/is/localization/is/toolkit/printing/printPreview.ftl new file mode 100644 index 0000000000..ca6ba6f4b7 --- /dev/null +++ b/thunderbird-l10n/is/localization/is/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 = Einfalda síðu + .accesskey = i + .tooltiptext = Ekki er hægt að einfalda þessa síðu +printpreview-simplify-page-checkbox-enabled = + .label = { printpreview-simplify-page-checkbox.label } + .accesskey = { printpreview-simplify-page-checkbox.accesskey } + .tooltiptext = Breyta útliti til að auðveldara sé að lesa +printpreview-close = + .label = Loka + .accesskey = L +printpreview-portrait = + .label = Skammsnið + .accesskey = S +printpreview-landscape = + .label = Langsnið + .accesskey = L +printpreview-scale = + .value = Skali: + .accesskey = S +printpreview-shrink-to-fit = + .label = Minnka svo passi á síðu +printpreview-custom = + .label = Sérsnið… +printpreview-print = + .label = Prenta… + .accesskey = P +printpreview-of = + .value = af +printpreview-custom-scale-prompt-title = Sérsniðinn skali +printpreview-page-setup = + .label = Uppsetning síðu… + .accesskey = U +printpreview-page = + .value = Bls: + .accesskey = B + +# Variables +# $sheetNum (integer) - The current sheet number +# $sheetCount (integer) - The total number of sheets to print +printpreview-sheet-of-sheets = { $sheetNum } af { $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 = Fyrsta síða +printpreview-previousarrow = + .label = { $arrow } + .tooltiptext = Fyrri síða +printpreview-nextarrow = + .label = { $arrow } + .tooltiptext = Næsta síða +printpreview-endarrow = + .label = { $arrow } + .tooltiptext = Seinasta síða +printpreview-homearrow-button = + .title = Fyrsta síða +printpreview-previousarrow-button = + .title = Fyrri síða +printpreview-nextarrow-button = + .title = Næsta síða +printpreview-endarrow-button = + .title = Síðasta síða -- cgit v1.2.3