BETA

Transvision

Filter by folder:

Show all results dom toolkit security

Displaying 2 results for the string event in cs:

Entity cs en-US
Entity # all locales dom • chrome • dom • dom.properties
ServiceWorkerNoFetchHandler
cs
Fetch event handlers musí být přidány během úvodního vykonání workeru.
en-US
Fetch event handlers must be added during the worker script’s initial evaluation.
Entity # all locales toolkit • toolkit • about • aboutGlean.ftl
about-glean-label-for-ping-names
cs
Z předchozího seznamu vyberte příkaz ping, ve kterém se nachází vaše instrumentace. Pokud se nachází v <a data-l10n-name="custom-ping-link">vlastním pingu</a>, vyberte ho. V opačném případě je výchozí pro metriky <code>event</code>. ping <code>events</code>. a výchozí pro všechny ostatní metriky je <code>metrics</code> ping.
en-US
Select from the preceding list the ping your instrumentation is in. If it’s in a <a data-l10n-name="custom-ping-link">custom ping</a>, choose that one. Otherwise, the default for <code>event</code> metrics is the <code>events</code> ping and the default for all other metrics is the <code>metrics</code> ping.

Displaying 31 results for the string event in en-US:

Entity cs en-US
Entity # all locales devtools • client • debugger.properties
eventListenersHeader1
cs
Zarážky posluchače události
en-US
Event Listener Breakpoints
Entity # all locales devtools • client • debugger.properties
eventListenersHeader1.placeholder
cs
Filtr podle typu události
en-US
Filter by event type
Entity # all locales devtools • client • inspector.properties
eventsTooltip.codeIframeTitle
cs
Kód posluchače události “%S”
en-US
“%S” event listener code
Entity # all locales devtools • client • inspector.properties
eventsTooltip.toggleButton.label
cs
Kód posluchače události “%S”
en-US
“%S” event listener code
Entity # all locales devtools • client • inspector.properties
eventsTooltip.toggleListenerLabel
cs
Povolit posluchače událostí “%S”
en-US
Enable “%S” event listener
Entity # all locales devtools • client • inspector.properties
markupView.event.tooltiptext
cs
Posluchač události
en-US
Event listener
Entity # all locales devtools • client • inspector.properties
markupView.event.tooltiptext2
cs
Klepnutím zobrazíte posluchače událostí pro tento prvek
en-US
Click to show event listeners for this element
Entity # all locales devtools • client • netmonitor.properties
netmonitor.ws.toolbar.eventName
cs
Název události
en-US
Event Name
Entity # all locales devtools • client • netmonitor.properties
netmonitor.ws.toolbar.lastEventId
cs
ID poslední události
en-US
Last Event ID
Entity # all locales devtools • client • netmonitor.properties
networkMenu.summary.tooltip.domContentLoaded
cs
Čas, kdy došlo k události „DOMContentLoad“
en-US
Time when “DOMContentLoad” event occurred
Entity # all locales devtools • client • netmonitor.properties
networkMenu.summary.tooltip.load
cs
Čas, kdy došlo k události „load“
en-US
Time when “load” event occurred
Entity # all locales devtools • shared • debugger-paused-reasons.ftl
whypaused-event-breakpoint
cs
Pozastaveno na zarážce události
en-US
Paused on event breakpoint
Entity # all locales devtools • shared • debugger-paused-reasons.ftl
whypaused-pause-on-dom-events
cs
Pozastaveno na posluchači událostí
en-US
Paused on event listener
Entity # all locales dom • chrome • dom • dom.properties
ExecCommandCutCopyDeniedNotInputDriven
cs
Událost document.execCommand('cut'/'copy') byla odmítnuta, protože nebyla vyvolána uživatelskou akcí.
en-US
document.execCommand(‘cut’/‘copy’) was denied because it was not called from inside a short running user-generated event handler.
Entity # all locales dom • chrome • dom • dom.properties
FormSubmissionUntrustedEventWarning
cs
Odeslání formuláře prostřednictvím nedůvěryhodné události odeslání je zastaralé a bude v budoucnu odstraněno.
en-US
Form submission via untrusted submit event is deprecated and will be removed at a future date.
Entity # all locales dom • chrome • dom • dom.properties
FullscreenDeniedMouseEventOnlyLeftBtn
cs
Žádost o zobrazení na celou obrazovku byla zamítnuta, protože metoda Element.requestFullscreen() byla volána uvnitř obslužné rutiny události myši, která nebyla spuštěna levým tlačítkem myši.
en-US
Request for fullscreen was denied because Element.requestFullscreen() was called from inside a mouse event handler not triggered by left mouse button.
Entity # all locales dom • chrome • dom • dom.properties
FullscreenDeniedNotInputDriven
cs
Požadavek na režim celé obrazovky byl zamítnut, protože událost Element.requestFullscreen() nebyla vyvolána uživatelskou akcí.
en-US
Request for fullscreen was denied because Element.requestFullscreen() was not called from inside a short running user-generated event handler.
Entity # all locales dom • chrome • dom • dom.properties
GTK2Conflict2
cs
Událost klávesy není na GTK2 dostupná: key=“%S” modifiers=“%S” id=“%S”
en-US
Key event not available on GTK2: key=“%S” modifiers=“%S” id=“%S”
Entity # all locales dom • chrome • dom • dom.properties
NotificationsRequireUserGesture
cs
Oprávnění k oznámení lze vyžádat pouze uvnitř krátce běžící obsluhy události vytvořené uživatelem.
en-US
The Notification permission may only be requested from inside a short running user-generated event handler.
Entity # all locales dom • chrome • dom • dom.properties
NotificationsRequireUserGestureDeprecationWarning
cs
Vyžadování oprávnění k oznámení mimo krátce běžící obsluhu události vytvořenou uživatelem je zastaralé a v budoucnu nebude podporováno.
en-US
Requesting Notification permission outside a short running user-generated event handler is deprecated and will not be supported in the future.
Entity # all locales dom • chrome • dom • dom.properties
PointerLockDeniedNotInputDriven
cs
Požadavek na uzamčení kurzoru byl zamítnut, protože funkce Element.requestPointerLock() nebyla spuštěna uživatelem vyvolanou událostí a dokument není v režimu celé obrazovky.
en-US
Request for pointer lock was denied because Element.requestPointerLock() was not called from inside a short running user-generated event handler, and the document is not in full screen.
Entity # all locales dom • chrome • dom • dom.properties
PreventDefaultFromPassiveListenerWarning
cs
Ignorování volání ‘preventDefault()’ pro událost type ‘%1$S’ v posluchače registrovaného jako ‘passive’.
en-US
Ignoring ‘preventDefault()’ call on event of type ‘%1$S’ from a listener registered as ‘passive’.
Entity # all locales dom • chrome • dom • dom.properties
RequestStorageAccessUserGesture
cs
Funkci document.requestStorageAccess() lze vyžádat pouze uvnitř krátce běžící obsluhy události vytvořené uživatelem.
en-US
document.requestStorageAccess() may only be requested from inside a short running user-generated event handler.
Entity # all locales dom • chrome • dom • dom.properties
ServiceWorkerNoFetchHandler
cs
Fetch event handlers musí být přidány během úvodního vykonání workeru.
en-US
Fetch event handlers must be added during the worker script’s initial evaluation.
Entity # all locales dom • chrome • dom • dom.properties
WinConflict2
cs
Událost klávesy není na některých rozložení klávesnice dostupná: key=“%S” modifiers=“%S” id=“%S”
en-US
Key event not available on some keyboard layouts: key=“%S” modifiers=“%S” id=“%S”
Entity # all locales dom • chrome • security • csp.properties
CSPEventHandlerScriptViolation
cs
Warning: Source string is missing
en-US
The page’s settings blocked an event handler (%2$S) from being executed because it violates the following directive: “%1$S”
Entity # all locales dom • chrome • security • csp.properties
CSPROEventHandlerScriptViolation
cs
Warning: Source string is missing
en-US
(Report-Only policy) The page’s settings would block an event handler (%2$S) from being executed because it violates the following directive: “%1$S”
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_NO_EVENT
cs
Momentálně není dostupný žádný slot pro události.
en-US
No new slot event is available at this time.
Entity # all locales toolkit • toolkit • about • aboutGlean.ftl
about-glean-label-for-ping-names
cs
Z předchozího seznamu vyberte příkaz ping, ve kterém se nachází vaše instrumentace. Pokud se nachází v <a data-l10n-name="custom-ping-link">vlastním pingu</a>, vyberte ho. V opačném případě je výchozí pro metriky <code>event</code>. ping <code>events</code>. a výchozí pro všechny ostatní metriky je <code>metrics</code> ping.
en-US
Select from the preceding list the ping your instrumentation is in. If it’s in a <a data-l10n-name="custom-ping-link">custom ping</a>, choose that one. Otherwise, the default for <code>event</code> metrics is the <code>events</code> ping and the default for all other metrics is the <code>metrics</code> ping.
Entity # all locales toolkit • toolkit • about • aboutRights.ftl
rights-webservices-term-7
cs
Tyto podmínky se řídí zákony státu Kalifornie, U.S.A., vyjma neshod se zákonnými ustanoveními. Pokud se ukáže, že některá část těchto podmínek je neplatná či nevynutitelná, zůstávají zbylé podmínky v plné platnosti. V případě rozporu mezi touto přeloženou verzí podmínek a anglickou verzí podmínek je autoritativní anglická verze.
en-US
These terms are governed by the laws of the state of California, U.S.A., excluding its conflict of law provisions. If any portion of these terms is held to be invalid or unenforceable, the remaining portions will remain in full force and effect. In the event of a conflict between a translated version of these terms and the English language version, the English language version shall control.
Entity # all locales toolkit • toolkit • neterror • nsserrors.ftl
sec-error-no-event
cs
Momentálně není dostupný žádný slot pro události.
en-US
No new slot event is available at this time.
Please enable JavaScript. Some features won't be available without it.