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 --- .../localization/sl/toolkit/printing/printUI.ftl | 150 +++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 thunderbird-l10n/sl/localization/sl/toolkit/printing/printUI.ftl (limited to 'thunderbird-l10n/sl/localization/sl/toolkit/printing/printUI.ftl') diff --git a/thunderbird-l10n/sl/localization/sl/toolkit/printing/printUI.ftl b/thunderbird-l10n/sl/localization/sl/toolkit/printing/printUI.ftl new file mode 100644 index 0000000000..3a40aca0a4 --- /dev/null +++ b/thunderbird-l10n/sl/localization/sl/toolkit/printing/printUI.ftl @@ -0,0 +1,150 @@ +# 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 = Tiskanje +# Dialog title to prompt the user for a filename to save print to PDF. +printui-save-to-pdf-title = Shrani kot + +# Variables +# $sheetCount (integer) - Number of paper sheets +printui-sheets-count = + { $sheetCount -> + [one] { $sheetCount } list papirja + [two] { $sheetCount } lista papirja + [few] { $sheetCount } listi papirja + *[other] { $sheetCount } listov papirja + } + +printui-page-range-all = Vse +printui-page-range-current = Trenutna +printui-page-range-odd = Lihe +printui-page-range-even = Sode +printui-page-range-custom = Po meri +printui-page-range-label = Strani +printui-page-range-picker = + .aria-label = Izberite obseg strani +printui-page-custom-range-input = + .aria-label = Vnesite obseg strani po meri + .placeholder = npr. 2-6, 9, 12-16 + +# Section title for the number of copies to print +printui-copies-label = Kopije + +printui-orientation = Usmerjenost +printui-landscape = Ležeče +printui-portrait = Pokončno + +# Section title for the printer or destination device to target +printui-destination-label = Cilj +printui-destination-pdf-label = Shrani v PDF + +printui-more-settings = Več nastavitev +printui-less-settings = Manj nastavitev + +printui-paper-size-label = Velikost papirja + +# Section title (noun) for the print scaling options +printui-scale = Merilo +printui-scale-fit-to-page-width = Prilagodi širini strani +# Label for input control where user can set the scale percentage +printui-scale-pcent = Merilo + +# Section title (noun) for the two-sided print options +printui-two-sided-printing = Obojestransko tiskanje +printui-two-sided-printing-off = Izklopljeno +# Flip the sheet as if it were bound along its long edge. +printui-two-sided-printing-long-edge = Obrni ob daljšem robu +# Flip the sheet as if it were bound along its short edge. +printui-two-sided-printing-short-edge = Obrni ob krajšem robu + +# Section title for miscellaneous print options +printui-options = Možnosti +printui-headers-footers-checkbox = Natisni glave in noge +printui-backgrounds-checkbox = Natisni ozadja + +## 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 = Oblika +# Option for printing the original page. +printui-source-radio = Izvirnik +# Option for printing just the content a user selected prior to printing. +printui-selection-radio = Izbor +# Option for "simplifying" the page by printing the Reader View version. +printui-simplify-page-radio = Poenostavljeno + +## + +printui-color-mode-label = Barvni način +printui-color-mode-color = Barva +printui-color-mode-bw = Črno-belo + +printui-margins = Robovi +printui-margins-default = Privzeto +printui-margins-min = Najmanj +printui-margins-none = Brez +printui-margins-custom-inches = Po meri (palci) +printui-margins-custom-mm = Po meri (mm) +printui-margins-custom-top = Zgoraj +printui-margins-custom-top-inches = Vrh (palci) +printui-margins-custom-top-mm = Zgoraj (mm) +printui-margins-custom-bottom = Spodaj +printui-margins-custom-bottom-inches = Dno (palci) +printui-margins-custom-bottom-mm = Spodaj (mm) +printui-margins-custom-left = Levo +printui-margins-custom-left-inches = Levo (palci) +printui-margins-custom-left-mm = Levo (mm) +printui-margins-custom-right = Desno +printui-margins-custom-right-inches = Desno (palci) +printui-margins-custom-right-mm = Desno (mm) + +printui-system-dialog-link = Natisni s pomočjo pogovornega okna sistema … + +printui-primary-button = Natisni +printui-primary-button-save = Shrani +printui-cancel-button = Prekliči +printui-close-button = Zapri + +printui-loading = Priprava predogleda + +# Reported by screen readers and other accessibility tools to indicate that +# the print preview has focus. +printui-preview-label = + .aria-label = Predogled tiskanja + +printui-pages-per-sheet = Strani na list + +# 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 = Tiskanje … +printui-print-progress-indicator-saving = Shranjevanje … + +## 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 = Letter +printui-paper-legal = Legal +printui-paper-tabloid = Tabloid + +## Error messages shown when a user has an invalid input + +printui-error-invalid-scale = Merilo mora biti število med 10 in 200. +printui-error-invalid-margin = Vnesite veljaven rob za izbrano velikost papirja. +printui-error-invalid-copies = Število kopij mora biti število med 1 in 10000. + +# Variables +# $numPages (integer) - Number of pages +printui-error-invalid-range = Obseg mora biti število med 1 in { $numPages }. +printui-error-invalid-start-overflow = Številka strani "od" mora biti manjša od številke strani "do". -- cgit v1.2.3