diff options
Diffstat (limited to 'l10n-nn-NO/toolkit/toolkit/printing/printUI.ftl')
-rw-r--r-- | l10n-nn-NO/toolkit/toolkit/printing/printUI.ftl | 148 |
1 files changed, 148 insertions, 0 deletions
diff --git a/l10n-nn-NO/toolkit/toolkit/printing/printUI.ftl b/l10n-nn-NO/toolkit/toolkit/printing/printUI.ftl new file mode 100644 index 0000000000..7abdba5dcf --- /dev/null +++ b/l10n-nn-NO/toolkit/toolkit/printing/printUI.ftl @@ -0,0 +1,148 @@ +# 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/. + +printui-title = Skriv ut +# Dialog title to prompt the user for a filename to save print to PDF. +printui-save-to-pdf-title = Lagre som + +# Variables +# $sheetCount (integer) - Number of paper sheets +printui-sheets-count = + { $sheetCount -> + [one] { $sheetCount } ark + *[other] { $sheetCount } ark + } + +printui-page-range-all = Alle +printui-page-range-current = Gjeldande +printui-page-range-odd = Oddetall +printui-page-range-even = Partall +printui-page-range-custom = Tilpassa +printui-page-range-label = Sider +printui-page-range-picker = + .aria-label = Vel sideområde +printui-page-custom-range-input = + .aria-label = Skriv inn tilpasssa sideområde + .placeholder = t.d. 2-6, 9, 12-16 + +# Section title for the number of copies to print +printui-copies-label = Eksemplar + +printui-orientation = Papirretning +printui-landscape = Ligggjande +printui-portrait = Ståande + +# Section title for the printer or destination device to target +printui-destination-label = Mål +printui-destination-pdf-label = Lagre til PDF + +printui-more-settings = Fleire innstillingar +printui-less-settings = Færre innstillingar + +printui-paper-size-label = Papirstørrelse + +# Section title (noun) for the print scaling options +printui-scale = Skalering +printui-scale-fit-to-page-width = Tilpass til sidebreidda +# Label for input control where user can set the scale percentage +printui-scale-pcent = Skalering + +# Section title (noun) for the two-sided print options +printui-two-sided-printing = Tosidig utskrift +printui-two-sided-printing-off = Av +# Flip the sheet as if it were bound along its long edge. +printui-two-sided-printing-long-edge = Vend på langsida +# Flip the sheet as if it were bound along its short edge. +printui-two-sided-printing-short-edge = Vend på kortsida + +# Section title for miscellaneous print options +printui-options = Innstillingar +printui-headers-footers-checkbox = Skriv ut topptekst og botntekst +printui-backgrounds-checkbox = Skriv ut bakgrunnar + +## The "Format" section, select a version of the website to print. Radio +## options to select between the original page, selected text only, or a version +## where the page is processed with "Reader View". + +# The section title. +printui-source-label = Format +# Option for printing the original page. +printui-source-radio = Original +# Option for printing just the content a user selected prior to printing. +printui-selection-radio = Markering +# Option for "simplifying" the page by printing the Reader View version. +printui-simplify-page-radio = Forenkla + +## + +printui-color-mode-label = Fargemodus +printui-color-mode-color = Farge +printui-color-mode-bw = Svart-kvit + +printui-margins = Margar +printui-margins-default = Standard +printui-margins-min = Minimum +printui-margins-none = Ingen +printui-margins-custom-inches = Eigendefinert (tommar) +printui-margins-custom-mm = Tilpassa (mm) +printui-margins-custom-top = Topp +printui-margins-custom-top-inches = Topp (tommar) +printui-margins-custom-top-mm = Topp (mm) +printui-margins-custom-bottom = Botn +printui-margins-custom-bottom-inches = Botn (tommar) +printui-margins-custom-bottom-mm = Botn (mm) +printui-margins-custom-left = Venstre +printui-margins-custom-left-inches = Venstre (tommar) +printui-margins-custom-left-mm = Venstre (mm) +printui-margins-custom-right = Høgre +printui-margins-custom-right-inches = Høgre (tommar) +printui-margins-custom-right-mm = Høgre (mm) + +printui-system-dialog-link = Skriv ut ved hjelp av systemdialogvindauget… + +printui-primary-button = Skriv ut +printui-primary-button-save = Lagre +printui-cancel-button = Avbryt +printui-close-button = Lat att + +printui-loading = Førebur førehandsvising + +# Reported by screen readers and other accessibility tools to indicate that +# the print preview has focus. +printui-preview-label = + .aria-label = Førehandsvising + +printui-pages-per-sheet = Sider per ark + +# This is shown next to the Print button with an indefinite loading spinner +# when the user prints a page and it is being sent to the printer. +printui-print-progress-indicator = Skriv ut… +printui-print-progress-indicator-saving = Lagrar… + +## Paper sizes that may be supported by the Save to PDF destination: + +printui-paper-a5 = A5 +printui-paper-a4 = A4 +printui-paper-a3 = A3 +printui-paper-a2 = A2 +printui-paper-a1 = A1 +printui-paper-a0 = A0 +printui-paper-b5 = B5 +printui-paper-b4 = B4 +printui-paper-jis-b5 = JIS-B5 +printui-paper-jis-b4 = JIS-B4 +printui-paper-letter = US Letter +printui-paper-legal = US Legal +printui-paper-tabloid = Tabloid + +## Error messages shown when a user has an invalid input + +printui-error-invalid-scale = Skaleringa må vere eit tal mellom 10 og 200. +printui-error-invalid-margin = Skriv inn ein gyldig marg for den valde papirstørrelsen. +printui-error-invalid-copies = Kopital må vere mellom 1 og 10000. + +# Variables +# $numPages (integer) - Number of pages +printui-error-invalid-range = Området må vere eit tal mellom 1 og { $numPages }. +printui-error-invalid-start-overflow = «Frå»-sidetalet må vere mindre enn «til»-sidetalet |