From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- l10n-cs/browser/browser/firefoxView.ftl | 24 +++++++ l10n-cs/browser/browser/fxviewTabList.ftl | 19 +++++ l10n-cs/browser/browser/menubar.ftl | 2 + l10n-cs/browser/browser/newtab/newtab.ftl | 8 +-- l10n-cs/browser/browser/newtab/onboarding.ftl | 1 + .../browser/policies/policies-descriptions.ftl | 4 ++ l10n-cs/browser/browser/preferences/connection.ftl | 21 +----- .../browser/browser/preferences/preferences.ftl | 18 +++++ l10n-cs/browser/browser/shopping.ftl | 24 +++++++ l10n-cs/browser/browser/sidebarMenu.ftl | 6 +- l10n-cs/browser/browser/webProtocolHandler.ftl | 10 +++ .../chrome/browser/downloads/downloads.properties | 3 +- l10n-cs/devtools/client/debugger.properties | 13 ++++ l10n-cs/devtools/client/toolbox-options.ftl | 11 +++ l10n-cs/devtools/client/toolbox.properties | 6 +- l10n-cs/devtools/client/tooltips.ftl | 9 ++- l10n-cs/dom/chrome/dom/dom.properties | 6 +- l10n-cs/dom/chrome/security/csp.properties | 83 ++++++++++++++++++++++ l10n-cs/dom/chrome/security/security.properties | 3 + l10n-cs/netwerk/necko.properties | 3 + l10n-cs/toolkit/chrome/global/narrate.properties | 10 +++ l10n-cs/toolkit/crashreporter/crashreporter.ftl | 72 +++++++++++++++++++ l10n-cs/toolkit/toolkit/about/aboutReader.ftl | 39 +++++++++- l10n-cs/toolkit/toolkit/about/aboutSupport.ftl | 12 ++++ .../toolkit/contentanalysis/contentanalysis.ftl | 36 ++++++++++ .../toolkit/toolkit/formautofill/formAutofill.ftl | 18 +++++ l10n-cs/toolkit/toolkit/global/arrowscrollbox.ftl | 18 +++++ l10n-cs/toolkit/toolkit/global/processTypes.ftl | 2 + l10n-cs/toolkit/toolkit/global/textActions.ftl | 2 + l10n-cs/toolkit/toolkit/pdfviewer/viewer.ftl | 13 ++++ 30 files changed, 460 insertions(+), 36 deletions(-) create mode 100644 l10n-cs/toolkit/crashreporter/crashreporter.ftl (limited to 'l10n-cs') diff --git a/l10n-cs/browser/browser/firefoxView.ftl b/l10n-cs/browser/browser/firefoxView.ftl index 978807a8f3..4dccf533a6 100644 --- a/l10n-cs/browser/browser/firefoxView.ftl +++ b/l10n-cs/browser/browser/firefoxView.ftl @@ -12,6 +12,8 @@ menu-tools-firefox-view = .label = { -firefoxview-brand-name } .accesskey = F firefoxview-page-title = { -firefoxview-brand-name } +firefoxview-page-heading = + .heading = { -firefoxview-brand-name } firefoxview-page-label = .label = { -firefoxview-brand-name } firefoxview-close-button = @@ -307,3 +309,25 @@ firefoxview-recentlyclosed-empty-description-two = Pokud chcete najít panely z firefoxview-syncedtabs-device-notabs = Na tomto zařízení nejsou otevřeny žádné panely firefoxview-syncedtabs-connect-another-device = Připojit další zařízení +firefoxview-pinned-tabs = + .title = Připnuté panely +firefoxview-tabs = + .title = Panely + +## These tooltips will be displayed when hovering over a pinned tab on the Open Tabs page +## Variables: +## $tabTitle (string) - Title of pinned tab that will be opened when selected + +firefoxview-opentabs-pinned-tab = + .title = Přepne na panel { $tabTitle } +# This tooltip will be shown for a pinned tab whose URL is currently bookmarked. +firefoxview-opentabs-bookmarked-pinned-tab = + .title = Přepne na panel { $tabTitle } ze záložek + +## These tooltips will be displayed when hovering over an unpinned Open Tab +## Variables: +## $url (string) - URL of tab that will be opened when selected + +# This tooltip will be shown for an unpinned tab whose URL is currently bookmarked. +firefoxview-opentabs-bookmarked-tab = + .title = Adresa { $url } ze záložek diff --git a/l10n-cs/browser/browser/fxviewTabList.ftl b/l10n-cs/browser/browser/fxviewTabList.ftl index 885ec7a901..9cbca6060a 100644 --- a/l10n-cs/browser/browser/fxviewTabList.ftl +++ b/l10n-cs/browser/browser/fxviewTabList.ftl @@ -15,6 +15,10 @@ fxviewtabrow-time = { DATETIME($time, timeStyle: "short") } fxviewtabrow-tabs-list-tab = .title = Otevřít { $targetURI } v novém panelu # Variables: +# $tabTitle (string) - Title of tab being closed +fxviewtabrow-close-tab-button = + .title = Zavřít panel { $tabTitle } +# Variables: # $tabTitle (string) - Title of tab being dismissed fxviewtabrow-dismiss-tab-button = .title = Zavřít { $tabTitle } @@ -51,6 +55,14 @@ fxviewtabrow-move-tab-window = Přesunout do nového okna .accesskey = o fxviewtabrow-send-tab = Odeslat panel na zařízení .accesskey = z +fxviewtabrow-pin-tab = Připnout panel + .accesskey = P +fxviewtabrow-unpin-tab = Odepnout panel + .accesskey = O +fxviewtabrow-mute-tab = Vypnout zvuk panelu + .accesskey = V +fxviewtabrow-unmute-tab = Zapnout zvuk panelu + .accesskey = z # Variables: # $tabTitle (string) - Title of the tab to which the context menu is associated fxviewtabrow-options-menu-button = @@ -63,3 +75,10 @@ fxviewtabrow-mute-tab-button = # $tabTitle (string) - Title of tab being unmuted fxviewtabrow-unmute-tab-button = .title = Zapne zvuk u stránky { $tabTitle } + +## Strings below are to be used without context (tab title/URL) on mute/unmute buttons + +fxviewtabrow-mute-tab-button-no-context = + .title = Vypnout zvuk panelu +fxviewtabrow-unmute-tab-button-no-context = + .title = Zapnout zvuk panelu diff --git a/l10n-cs/browser/browser/menubar.ftl b/l10n-cs/browser/browser/menubar.ftl index 7c1dfec73c..4c80e4ebd4 100644 --- a/l10n-cs/browser/browser/menubar.ftl +++ b/l10n-cs/browser/browser/menubar.ftl @@ -151,6 +151,8 @@ menu-view-history-button = .label = Historie menu-view-synced-tabs-sidebar = .label = Synchronizované panely +menu-view-megalist-sidebar = + .label = Hesla menu-view-full-zoom = .label = Velikost stránky .accesskey = V diff --git a/l10n-cs/browser/browser/newtab/newtab.ftl b/l10n-cs/browser/browser/newtab/newtab.ftl index 04e03bd328..d49a7e0199 100644 --- a/l10n-cs/browser/browser/newtab/newtab.ftl +++ b/l10n-cs/browser/browser/newtab/newtab.ftl @@ -45,6 +45,7 @@ newtab-topsites-add-search-engine-header = Přidat vyhledávač newtab-topsites-add-shortcut-header = Nová zkratka newtab-topsites-edit-topsites-header = Upravit top stránku newtab-topsites-edit-shortcut-header = Upravit zkratku +newtab-topsites-add-shortcut-label = Přidat zkratku newtab-topsites-title-label = Název stránky newtab-topsites-title-input = .placeholder = Zadejte název @@ -209,6 +210,8 @@ newtab-empty-section-highlights = Začněte prohlížet a my vám zde ukážeme # Variables: # $provider (string) - Name of the content provider for this section, e.g "Pocket". newtab-empty-section-topstories = Už jste všechno přečetli. Další články ze služby { $provider } tu najdete zase později. Ale pokud se nemůžete dočkat, vyberte své oblíbené téma a podívejte se na další velké články z celého webu. +# Ex. When there are no more story recommendations, in the space where there would have been stories, this is shown instead. +newtab-empty-section-topstories-generic = Už jste všechno přečetli. Další články zde najdete později. Nechcete čekat? Vyberte si oblíbené téma a najděte další skvělé články z celého webu. ## Empty Section (Content Discovery Experience). These show when there are no more stories or when some stories fail to load. @@ -266,12 +269,9 @@ newtab-custom-row-selector = newtab-custom-sponsored-sites = Sponzorované zkratky newtab-custom-pocket-title = Doporučeno službou { -pocket-brand-name } newtab-custom-pocket-subtitle = Výjimečný obsah vybraný službou { -pocket-brand-name }, která je součástí rodiny { -brand-product-name(case: "gen") } -newtab-custom-pocket-toggle = - .label = Doporučeno službou { -pocket-brand-name } - .description = Výjimečný obsah vybraný službou { -pocket-brand-name }, která je součástí rodiny { -brand-product-name(case: "gen") } newtab-custom-stories-toggle = .label = Doporučené články - .description = Výjimečný obsah spravovaný rodinou { -brand-product-name } + .description = Výjimečný obsah spravovaný rodinou { -brand-product-name(case: "gen") } newtab-custom-pocket-sponsored = Sponzorované články newtab-custom-pocket-show-recent-saves = Zobrazit nedávno uložené newtab-custom-recent-title = Nedávná aktivita diff --git a/l10n-cs/browser/browser/newtab/onboarding.ftl b/l10n-cs/browser/browser/newtab/onboarding.ftl index bbdc6d3861..8529275ce0 100644 --- a/l10n-cs/browser/browser/newtab/onboarding.ftl +++ b/l10n-cs/browser/browser/newtab/onboarding.ftl @@ -501,6 +501,7 @@ onboarding-new-user-survey-subtitle = } # When translating "next" it means the next screen in onboarding. onboarding-new-user-survey-next-button-label = Další +onboarding-new-user-survey-legal-link-label = Výběrem “{ onboarding-new-user-survey-next-button-label }” souhlasíte se zásadami ochrany osobních údajů { -brand-product-name(case: "gen") } # When translating "brand new" it means completely new. onboarding-new-user-survey-time-based-option-1 = Jsem nováček onboarding-new-user-survey-time-based-option-2 = Méně než 1 měsíc diff --git a/l10n-cs/browser/browser/policies/policies-descriptions.ftl b/l10n-cs/browser/browser/policies/policies-descriptions.ftl index 705d80dab9..e8acbfb53d 100644 --- a/l10n-cs/browser/browser/policies/policies-descriptions.ftl +++ b/l10n-cs/browser/browser/policies/policies-descriptions.ftl @@ -21,6 +21,8 @@ policy-AppUpdatePin = } policy-AppUpdateURL = Nastavení vlastní URL pro aktualizace aplikace. policy-Authentication = Konfigurace integrované autentizace webových stránek, které ji podporují. +policy-AutofillAddressEnabled = Povolí automatické doplňování adres. +policy-AutofillCreditCardEnabled = Povolí automatické vyplňování metod platby. policy-AutoLaunchProtocolsFromOrigins = Seznam externích protokolů, které lze použít z uvedených originů bez varování uživatele. policy-BackgroundAppUpdate2 = Povolení nebo zákaz aktualizací na pozadí. policy-BlockAboutAddons = Zablokování přístupu do správce doplňků (about:addons). @@ -30,6 +32,7 @@ policy-BlockAboutSupport = Zablokování přístupu na stránku s technickými i policy-Bookmarks = Vytvoření záložek na liště, v nabídce nebo vybrané složce. policy-CaptivePortal = Povolení nebo zakázání podpory captive portálů. policy-CertificatesDescription = Přidat certifikáty nebo použít vestavěné certifikáty. +policy-ContentAnalysis = Povolení nebo zakázání připojení k agentovi pro prevenci ztráty dat. policy-Cookies = Pravidla pro ukládání nebo blokování cookies. # Containers in this context is referring to container tabs in Firefox. policy-Containers = Nastavení pravidel souvisejících s kontejnery. @@ -154,6 +157,7 @@ policy-SSLVersionMax = Nastavení maximální verze SSL. policy-SSLVersionMin = Nastavení minimální verze SSL. policy-StartDownloadsInTempDirectory = Vynutí spuštění stahování v místním dočasném umístění místo výchozího adresáře pro stažené soubory. policy-SupportMenu = Přidání vlastní položky nabídky s nápovědou. +policy-TranslateEnabled = Povolí nebo zakáže překlad webových stránek. policy-UserMessaging = Nezobrazovat uživateli určité zprávy. policy-UseSystemPrintDialog = Vytisknout pomocí systémového dialogu. # “format” refers to the format used for the value of this policy. diff --git a/l10n-cs/browser/browser/preferences/connection.ftl b/l10n-cs/browser/browser/preferences/connection.ftl index 3f3685aa12..5d1439e054 100644 --- a/l10n-cs/browser/browser/preferences/connection.ftl +++ b/l10n-cs/browser/browser/preferences/connection.ftl @@ -9,28 +9,26 @@ connection-window2 = [macos] min-width: 44em *[other] min-width: 49em } - connection-close-key = .key = w - connection-disable-extension = .label = Zakázat rozšíření - connection-proxy-configure = Nastavení proxy serverů pro přístup k internetu - connection-proxy-option-no = .label = Bez proxy serveru .accesskey = y connection-proxy-option-system = .label = Použít nastavení proxy serverů v systému .accesskey = u +connection-proxy-option-wpad = + .label = Použít systémové nastavení Web Proxy Auto-Discovery + .accesskey = P connection-proxy-option-auto = .label = Automatické zjištění konfigurace proxy serverů .accesskey = A connection-proxy-option-manual = .label = Ruční konfigurace proxy serverů .accesskey = k - connection-proxy-http = HTTP proxy .accesskey = H connection-proxy-http-port = Port @@ -38,17 +36,14 @@ connection-proxy-http-port = Port connection-proxy-https-sharing = .label = Použít tento proxy server také pro HTTPS .accesskey = s - connection-proxy-https = HTTPS proxy .accesskey = H connection-proxy-ssl-port = Port .accesskey = o - connection-proxy-socks = SOCKS server .accesskey = C connection-proxy-socks-port = Port .accesskey = t - connection-proxy-socks4 = .label = SOCKS v4 .accesskey = 4 @@ -57,43 +52,33 @@ connection-proxy-socks5 = .accesskey = 5 connection-proxy-noproxy = Nepoužívat pro .accesskey = N - connection-proxy-noproxy-desc = Příklad: .mozilla.org, .net.nz, 192.168.1.0/24 - # Do not translate "localhost", "127.0.0.1/8" and "::1". (You can translate "and".) connection-proxy-noproxy-localhost-desc-2 = Spojení na localhost, 127.0.0.1/8 a ::1 nikdy proxy servery nepoužívají. - connection-proxy-autotype = .label = URL adresa pro automatickou konfiguraci proxy serverů .accesskey = m - connection-proxy-reload = .label = Znovu načíst .accesskey = o - connection-proxy-autologin = .label = Nedotazovat se na autentizaci, pokud je heslo uloženo .accesskey = e .tooltip = Tato volba zajistí provedení tiché autentizace k proxy, pokud pro ni máte uloženy přihlašovací údaje. Pokud autentizace selže, budete na ně dotázání. - connection-proxy-autologin-checkbox = .label = Nedotazovat se na autentizaci, pokud je heslo uloženo .accesskey = e .tooltiptext = Tato volba zajistí provedení tiché autentizace k proxy, pokud pro ni máte uloženy přihlašovací údaje. Pokud autentizace selže, budete na ně dotázání. - connection-proxy-socks-remote-dns = .label = Použít proxy server pro DNS při použití SOCKS v5 .accesskey = d - # Variables: # $name (String) - Display name or URL for the DNS over HTTPS provider connection-dns-over-https-url-item-default = .label = { $name } (výchozí) .tooltiptext = Použít výchozí URL adresu pro službu DNS over HTTPS - connection-dns-over-https-url-custom = .label = Vlastní .accesskey = n .tooltiptext = Zadejte vlastní URL adresu pro službu DNS over HTTPS - connection-dns-over-https-custom-label = Vlastní URL diff --git a/l10n-cs/browser/browser/preferences/preferences.ftl b/l10n-cs/browser/browser/preferences/preferences.ftl index 95ce26ca9a..7567511e5b 100644 --- a/l10n-cs/browser/browser/preferences/preferences.ftl +++ b/l10n-cs/browser/browser/preferences/preferences.ftl @@ -32,6 +32,8 @@ search-input-box2 = .style = width: 15.4em .placeholder = Najít nastavení managed-notice = Tento prohlížeč je spravován vaší organizací. +managed-notice-info-icon = + .alt = Informace category-list = .aria-label = Kategorie pane-general-title = Obecné @@ -316,6 +318,8 @@ preferences-default-zoom-value = preferences-zoom-text-only = .label = Pouze velikost textu .accesskey = t +preferences-text-zoom-override-warning = + .message = Varování: Pokud zvolíte „Pouze velikost textu“ a vaše výchozí velikost není nastavena na 100%, může to způsobit chybné fungování některých stránek nebo obsahu. language-header = Jazyk choose-language-description = Vyberte jazyky pro zobrazování webových stránek choose-button = @@ -675,6 +679,7 @@ home-prefs-recommended-by-header = home-prefs-recommended-by-description-new = Výjimečný obsah vybraný společností { $provider }, která je součástí rodiny { -brand-product-name(case: "gen") } home-prefs-recommended-by-header-generic = .label = Doporučené příběhy +home-prefs-recommended-by-description-generic = Výjimečný obsah od rodiny { -brand-product-name(case: "gen") } ## @@ -821,6 +826,13 @@ sync-mobile-promo = Stáhněte si Firefox pro Zjistit více } .accesskey = c +collection-backlogged-crash-reports = + { -brand-short-name.case-status -> + [with-cases] Odesílat nevyřízená hlášení o pádech { -brand-short-name(case: "gen") } za vás + *[no-cases] Odesílat nevyřízená hlášení o pádech aplikace za vás + } + .accesskey = c privacy-segmentation-section-header = Nové funkce, které zlepšují vaše prohlížení privacy-segmentation-section-description = Když nabízíme funkce, které využívají vaše data, abychom vám poskytli osobnější prožitek: privacy-segmentation-radio-off = diff --git a/l10n-cs/browser/browser/shopping.ftl b/l10n-cs/browser/browser/shopping.ftl index 2ba570971d..54cdd2e010 100644 --- a/l10n-cs/browser/browser/shopping.ftl +++ b/l10n-cs/browser/browser/shopping.ftl @@ -68,6 +68,9 @@ shopping-message-bar-analysis-in-progress-with-amount = Kontrola kvality recenz shopping-message-bar-page-not-supported = .heading = Tyto recenze nemůžeme zkontrolovat .message = Kvalitu recenzí některých typů produktů bohužel nemůžeme kontrolovat. Například dárkové karty a streamovaná videa, hudbu a hry. +shopping-message-bar-keep-closed-header = + .heading = Ponechat zavřené? + .message = Nastavení můžete aktualizovat tak, aby byl nástroj Kontrola recenzí ve výchozím nastavení zavřený. Nyní se otevírá automaticky. shopping-message-bar-keep-closed-dismiss-button = Ne, děkuji shopping-message-bar-keep-closed-accept-button = Ano, ponechat zavřené @@ -95,6 +98,19 @@ shopping-settings-recommendations-toggle = shopping-settings-recommendations-learn-more2 = Občas se vám zobrazí reklamy na příslušné produkty. Inzerujeme pouze produkty se spolehlivými recenzemi. Dozvědět se více shopping-settings-opt-out-button = Vypnout kontrolu recenzí powered-by-fakespot = Kontrolu recenzí zajišťuje { -fakespot-brand-full-name }. +shopping-settings-auto-open-toggle = + .label = Automaticky otevírat Kontrolu recenzí +# Description text for regions where we support three sites. Sites are limited to Amazon, Walmart and Best Buy. +# Variables: +# $firstSite (String) - The first shopping page name +# $secondSite (String) - The second shopping page name +# $thirdSite (String) - The third shopping page name +shopping-settings-auto-open-description-three-sites = Při prohlížení produktů na stránkách { $firstSite }, { $secondSite } a { $thirdSite } +# Description text for regions where we support only one site (e.g. currently used in FR/DE with Amazon). +# Variables: +# $currentSite (String) - The current shopping page name +shopping-settings-auto-open-description-single-site = Při prohlížení produktů na stránce { $currentSite } +shopping-settings-sidebar-enabled-state = Kontrola recenzí je zapnuta ## Strings for the adjusted rating component @@ -186,12 +202,20 @@ shopping-callout-pdp-opted-in-subtitle = Otevřete nástroj pro kontrolu recenz shopping-callout-closed-not-opted-in-title = Jedním klepnutím na spolehlivé recenze shopping-callout-closed-not-opted-in-subtitle = Vyzkoušejte nástroj pro kontrolu recenzí, kdykoli uvidíte cenovku. Získejte rychle informace od skutečných zákazníků — ještě před nákupem. shopping-callout-closed-not-opted-in-revised-title = Jedním klepnutím ke spolehlivým recenzím +shopping-callout-closed-not-opted-in-revised-subtitle = Klepnutím na ikonu cenovky v adresním řádku se dostanete zpět do nástroje Kontrola recenzí. shopping-callout-closed-not-opted-in-revised-button = Rozumím +shopping-callout-not-opted-in-reminder-title = Nakupujte s důvěrou +shopping-callout-not-opted-in-reminder-subtitle = Nejste si jisti, zda jsou recenze produktů skutečné nebo falešné? Pomůže vám nástroj Review Checker od { -brand-product-name(case: "gen") }. shopping-callout-not-opted-in-reminder-open-button = Otevřít kontrolu recenzí shopping-callout-not-opted-in-reminder-close-button = Zavřít shopping-callout-not-opted-in-reminder-ignore-checkbox = Příště se už neptat +shopping-callout-not-opted-in-reminder-img-alt = + .aria-label = Abstraktní ilustrace tří recenzí produktů. Jedna z nich je opatřena varovným symbolem, který naznačuje, že nemusí být důvěryhodná. +shopping-callout-disabled-auto-open-title = Kontrola recenzí je nyní ve výchozím nastavení zavřená +shopping-callout-disabled-auto-open-subtitle = Klepněte na ikonu cenovky v adresním řádku, kdykoli chcete zjistit, zda můžete důvěřovat recenzím produktu. shopping-callout-disabled-auto-open-button = Rozumím shopping-callout-opted-out-title = Kontrola recenzí je vypnuta +shopping-callout-opted-out-subtitle = Chcete-li ji znovu zapnout, klepněte na ikonu cenovky v adresním řádku a postupujte podle pokynů. shopping-callout-opted-out-button = Rozumím ## Onboarding message strings. diff --git a/l10n-cs/browser/browser/sidebarMenu.ftl b/l10n-cs/browser/browser/sidebarMenu.ftl index b034d03f79..878f276bac 100644 --- a/l10n-cs/browser/browser/sidebarMenu.ftl +++ b/l10n-cs/browser/browser/sidebarMenu.ftl @@ -4,15 +4,13 @@ sidebar-menu-bookmarks = .label = Záložky - sidebar-menu-history = .label = Historie - sidebar-menu-synced-tabs = .label = Synchronizované panely - +sidebar-menu-megalist = + .label = Hesla sidebar-menu-close = .label = Zavřít postranní lištu - sidebar-close-button = .tooltiptext = Zavře postranní lištu diff --git a/l10n-cs/browser/browser/webProtocolHandler.ftl b/l10n-cs/browser/browser/webProtocolHandler.ftl index e38cfe9628..f18ae7af8f 100644 --- a/l10n-cs/browser/browser/webProtocolHandler.ftl +++ b/l10n-cs/browser/browser/webProtocolHandler.ftl @@ -16,6 +16,16 @@ protocolhandler-mailto-os-handler-no-button = Teď ne protocolhandler-mailto-handler-notificationbox-always = Vždy otevírat e-mailové odkazy pomocí { $url }? protocolhandler-mailto-handler-yes-confirm = { $url } je nyní výchozí stránkou pro otevírání odkazů, které odesílají e-maily. +protocolhandler-mailto-handler-set-message = + { -brand-short-name.case-status -> + [with-cases] Chcete použít adresu { $url } ve { -brand-short-name(case: "loc") } pokaždé, když klepnete na odkaz otevírající váš e-mail? + *[no-cases] Chcete použít adresu { $url } v aplikaci { -brand-short-name } pokaždé, když klepnete na odkaz otevírající váš e-mail? + } +protocolhandler-mailto-handler-confirm-message = + { -brand-short-name.case-status -> + [with-cases] { $url } ve { -brand-short-name(case: "loc") } je nyní výchozím obslužným programem pro poštu ve vašem počítači. + *[no-cases] { $url } v aplikaci { -brand-short-name } je nyní výchozím obslužným programem pro poštu ve vašem počítači. + } ## diff --git a/l10n-cs/browser/chrome/browser/downloads/downloads.properties b/l10n-cs/browser/chrome/browser/downloads/downloads.properties index b731daed30..b0fe7fc970 100644 --- a/l10n-cs/browser/chrome/browser/downloads/downloads.properties +++ b/l10n-cs/browser/chrome/browser/downloads/downloads.properties @@ -47,7 +47,7 @@ fileDeleted=Soubor byl smazán # LOCALIZATION NOTE (unblockHeaderUnblock, unblockHeaderOpen, # unblockTypeMalware, unblockTypePotentiallyUnwanted2, # unblockTypeUncommon2, unblockTip2, unblockButtonOpen, -# unblockButtonUnblock, unblockButtonConfirmBlock, unblockInsecure2): +# unblockButtonUnblock, unblockButtonConfirmBlock, unblockInsecure3): # These strings are displayed in the dialog shown when the user asks a blocked # download to be unblocked. The severity of the threat is expressed in # descending order by the unblockType strings, it is higher for files detected @@ -58,6 +58,7 @@ unblockTypeMalware=Tento soubor obsahuje virus nebo jiný malware, který poško unblockTypePotentiallyUnwanted2=Tento soubor se tváří jako užitečný nástroj, ale může provést neočekávané změny ve vašich programech a nastavení. unblockTypeUncommon2=Tento soubor není běžně stahován a nemusí být bezpečné ho otevřít. Může obsahovat virus anebo provést neočekávané změny ve vašich programech a nastaveních. unblockInsecure2=Stahování je nabízeno přes HTTP, ačkoliv byl aktuální dokument získán přes zabezpečené spojení HTTPS. Pokud budete pokračovat, stahovaný obsah může být v průběhu stahování poškozen nebo s ním může být manipulováno. +unblockInsecure3=Pokoušíte se stáhnout tento soubor prostřednictvím nezabezpečeného připojení. Pokud budete pokračovat, soubor může být změněn, použit ke krádeži vašich informací nebo k poškození vašeho zařízení. unblockTip2=Můžete vyhledat alternativní zdroj nebo stažení zkusit znovu později. unblockButtonOpen=Otevřít unblockButtonUnblock=Povolit stažení diff --git a/l10n-cs/devtools/client/debugger.properties b/l10n-cs/devtools/client/debugger.properties index 1e139ce1a4..795d27975a 100644 --- a/l10n-cs/devtools/client/debugger.properties +++ b/l10n-cs/devtools/client/debugger.properties @@ -647,6 +647,10 @@ original=originál # input element expressions.placeholder=Přidat sledovaný výraz +# LOCALIZATION NOTE (expressions.placeholder): Placeholder text for expression +# input element +expressions.placeholder2=Přidat výraz + # LOCALIZATION NOTE (expressions.noOriginalScopes): Expressions right sidebar pane message # for when the`map variable names`is off and the debugger is paused in an original source expressions.noOriginalScopes=Mapování názvů původních proměnných je vypnuto. Hodnoty výrazů nemusí být přesné. @@ -767,21 +771,25 @@ sourceFooter.ignoreList=Tento zdroj je na seznamu ignorovaných. Pokud jej chcet # LOCALIZATION NOTE (sourceFooter.sourceMapButton.disabled): Label displayed next to the # Source Map icon displayed in editor footer. # Displayed when Source Maps are disabled. +sourceFooter.sourceMapButton.disabled = Zdrojové mapy jsou vypnuty # LOCALIZATION NOTE (sourceFooter.sourceMapButton.sourceNotMapped): Label displayed next to the # Source Map icon displayed in editor footer. # Displayed when the selected source is a regular source, without any source map. +sourceFooter.sourceMapButton.sourceNotMapped = Nenalezena žádná zdrojová mapa # LOCALIZATION NOTE (sourceFooter.sourceMapButton.isOriginalSource): Label displayed next to the # Source Map icon displayed in editor footer. # Displayed when the selected source is an original source. # i.e. a file which may not be in JavaScript and isn't being executed by Firefox. # This file is transpiled by the web developer into a "bundle" JavaScript file, which is executed by the page. +sourceFooter.sourceMapButton.isOriginalSource = původní soubor # LOCALIZATION NOTE (sourceFooter.sourceMapButton.isBundleSource): Label displayed next to the # Source Map icon displayed in editor footer. # Displayed when the selected source is a bundle. i.e. a file referring to a source map file, # which will be mapped to one or many original sources. +sourceFooter.sourceMapButton.isBundleSource = soubor svazku # LOCALIZATION NOTE (sourceFooter.sourceMapButton.enable): Label displayed in the menu opened # from the Source Map icon displayed in editor footer. @@ -792,22 +800,27 @@ sourceFooter.sourceMapButton.enable = Povolit zdrojové mapy # from the Source Map icon displayed in editor footer. # This controls the settings which will make the debugger automatically show and open original source by default. # This typically happens when you pause or hit a breakpoint. +sourceFooter.sourceMapButton.showOriginalSourceByDefault = Zobrazit a otevřít původní umístění ve výchozím nastavení # LOCALIZATION NOTE (sourceFooter.sourceMapButton.jumpToGeneratedSource): Label displayed in the menu opened # from the Source Map icon displayed in editor footer. # This allows to select the related bundle source, when we are currently selecting an original one. +sourceFooter.sourceMapButton.jumpToGeneratedSource = Přejít na související zdroj svazku # LOCALIZATION NOTE (sourceFooter.sourceMapButton.jumpToOriginalSource): Label displayed in the menu opened # from the Source Map icon displayed in editor footer. # This allows to select the related original source, when we are currently selecting a bundle. +sourceFooter.sourceMapButton.jumpToOriginalSource = Přejít na související původní zdroj # LOCALIZATION NOTE (sourceFooter.sourceMapButton.openSourceMapInNewTab): Label displayed in the menu opened # from the Source Map icon displayed in editor footer. # When selecting a bundle with a valid source map, link to open the source map in a new tab. +sourceFooter.sourceMapButton.openSourceMapInNewTab = Otevřít mapu zdrojů na novém panelu # LOCALIZATION NOTE (sourceFooter.sourceMapButton.title): Tooltip displayed on # the Source Map icon displayed in editor footer. # This is the default title. +sourceFooter.sourceMapButton.title = Stav mapy zdrojů # LOCALIZATION NOTE (sourceFooter.sourceMapButton.loadingTitle): Tooltip displayed on # the Source Map icon displayed in editor footer. diff --git a/l10n-cs/devtools/client/toolbox-options.ftl b/l10n-cs/devtools/client/toolbox-options.ftl index 0d5fae2f1e..36a54ddfaa 100644 --- a/l10n-cs/devtools/client/toolbox-options.ftl +++ b/l10n-cs/devtools/client/toolbox-options.ftl @@ -46,6 +46,8 @@ options-inspector-simplified-highlighters-tooltip = # The label for the checkbox option to make the Enter key move the focus to the next input # when editing a property name or value in the Inspector rules view options-inspector-rules-focus-next-on-enter-label = Přepnout na další vstup pomocí klávesy Enter +options-inspector-rules-focus-next-on-enter-tooltip = + .title = Pokud je tato funkce povolena, stisknutí klávesy Enter při úpravě selektoru, názvu vlastnosti nebo hodnoty přesune fokus na další vstup. ## "Default Color Unit" options for the Inspector @@ -57,6 +59,15 @@ options-default-color-unit-rgb = RGB(A) options-default-color-unit-hwb = HWB options-default-color-unit-name = Názvy barev +## Web Console section + +# The heading +options-webconsole-label = Webová konzole +# The label for the checkbox that toggle whether the Split console is enabled +options-webconsole-split-console-label = Povolit rozdělení konzole +options-webconsole-split-console-tooltip = + .title = Pomocí klávesy Escape otevírat rozdělenou konzoli + ## Style Editor section # The heading diff --git a/l10n-cs/devtools/client/toolbox.properties b/l10n-cs/devtools/client/toolbox.properties index 44eedfec85..e802e1562e 100644 --- a/l10n-cs/devtools/client/toolbox.properties +++ b/l10n-cs/devtools/client/toolbox.properties @@ -160,9 +160,13 @@ toolbox.meatballMenu.button.tooltip=Přizpůsobení nástrojů a získání pomo toolbox.closebutton.tooltip=Zavře nástroje pro vývojáře # LOCALIZATION NOTE (toolbox.errorCountButton.tooltip): This is the tooltip for -# the error count button displayed in the developer tools toolbox. +# the error count button displayed in the developer tools toolbox if the "Enable Split Console" setting is checked. toolbox.errorCountButton.tooltip=Zobrazit rozdělení konzole +# LOCALIZATION NOTE (toolbox.errorCountButtonConsoleTab.tooltip): This is the tooltip for +# the error count button displayed in the developer tools toolbox if the "Enable Split Console" setting is unchecked. +toolbox.errorCountButtonConsoleTab.tooltip=Zobrazí konzoli + # LOCALIZATION NOTE (toolbox.errorCountButton.description): This is the description that # will be used for the error count button in the devTools settings panel. toolbox.errorCountButton.description=Zobrazit počet chyb na stránce diff --git a/l10n-cs/devtools/client/tooltips.ftl b/l10n-cs/devtools/client/tooltips.ftl index 812c36874b..29b6433b7b 100644 --- a/l10n-cs/devtools/client/tooltips.ftl +++ b/l10n-cs/devtools/client/tooltips.ftl @@ -38,6 +38,11 @@ inactive-css-not-table-cell = Vlastnost { $property } nemá ž inactive-scroll-padding-when-not-scroll-container = Vlastnost { $property } nemá žádný vliv na tento prvek, protože není rolovatelný. inactive-css-border-image = Vlastnost { $property } nemá na tento prvek žádný vliv, protože jej nelze použít na vnitřní prvky tabulky, kde je border-collapse nastaven na collapse na nadřazeném prvku tabulky. inactive-css-ruby-element = Vlastnost { $property } nemá na tento prvek žádný vliv, protože se jedná o prvek ruby. Jeho velikost je určena velikostí písma textu ruby. + +## In the Rule View when a CSS property cannot be successfully applied we display +## an icon. When this icon is hovered this message is displayed to explain how +## the problem can be solved. + inactive-css-highlight-pseudo-elements-not-supported = Vlastnost { $property } není podporována na zvýrazněných pseudoprvcích. inactive-css-cue-pseudo-element-not-supported = Vlastnost { $property } není podporována na pseudoprvcích ::cue. # Variables: @@ -53,9 +58,11 @@ inactive-css-text-wrap-balance-fragmented = Vlastnost { $property } tags should +## not be translated. inactive-css-not-grid-or-flex-container-fix = Zkuste přidat display:grid nebo display:flex. { learn-more } +inactive-css-not-grid-or-flex-or-block-container-fix = Zkuste přidat display:grid, display:flex nebo display:block. { learn-more } inactive-css-not-grid-or-flex-container-or-multicol-container-fix = Zkuste přidat display:grid, display:flex nebo columns:2. { learn-more } inactive-css-not-multicol-container-fix = Zkuste přidat buď column-count nebo column-width. { learn-more } inactive-css-not-grid-or-flex-item-fix-3 = Zkuste přidat display:grid, display:flex, display:inline-grid nebo display:inline-flex k rodiči tohoto prvku. { learn-more } diff --git a/l10n-cs/dom/chrome/dom/dom.properties b/l10n-cs/dom/chrome/dom/dom.properties index 4f1d278724..5eb4eda1e0 100644 --- a/l10n-cs/dom/chrome/dom/dom.properties +++ b/l10n-cs/dom/chrome/dom/dom.properties @@ -18,6 +18,7 @@ DebugScriptButton=Otevřít v debuggeru WaitForScriptButton=Počkat DontAskAgain=Příště se už &neptat WindowCloseBlockedWarning=Skripty nemohou zavírat okna, která nebyla pomocí skriptu otevřena. +WindowCloseByScriptBlockedWarning=Skripty mohou uzavřít pouze okna, která byla pomocí skriptu otevřena. OnBeforeUnloadTitle=Opravdu? OnBeforeUnloadMessage2=Tato stránka vás žádá o potvrzení, že ji opravdu chcete opustit. Údaje, které jste vložili, nemusí být uloženy. OnBeforeUnloadStayButton=Zůstat na stránce @@ -309,8 +310,6 @@ WindowContentUntrustedWarning=Atribut ‘content’ objektů Window je zastaral SVGRefLoopWarning=SVG <%S> s ID „%S“ obsahuje cyklické reference. # LOCALIZATION NOTE: The first %S is the tag name of the element in the chain where the chain was broken, the second %S is the element's ID. SVGRefChainLengthExceededWarning=Řetězec referencí SVG <%S> je moc dlouhý a byl opuštěn u prvku s ID „%S“. -# LOCALIZATION NOTE: Do not translate SVGSVGElement.deselectAll. -SVGDeselectAll=Metoda SVGSVGElement.deselectAll je zastaralá, protože duplikuje funkčnost z rozhraní Selection API. # LOCALIZATION NOTE: Do not translate SVGGraphicsElement.nearestViewportElement or SVGElement.viewportElement. SVGNearestViewportElement=SVGGraphicsElement.nearestViewportElement je zastaralý a bude v budoucnu odstraněn. Místo něj použijte SVGElement.viewportElement. # LOCALIZATION NOTE: Do not translate SVGGraphicsElement.farthestViewportElement. @@ -480,9 +479,6 @@ InstallTriggerInstallDeprecatedWarning=Funkce InstallTrigger.install() je zastar # LOCALIZATION NOTE: Do not translate "HTMLOptionsCollection.length". %1$S is the invalid value, %2$S is the current limit. SelectOptionsLengthAssignmentWarning=Odmítnuto rozšířit seznam možností