BETA

Transvision

Displaying 20 results for the string bug in sk:

Entity sk en-US
Entity # all locales dom • chrome • layout • xul.properties
PINotInProlog
sk
Procesná inštrukcia <?%1$S?> už nemá žiadny efekt mimo prologu (viď bug 360119).
en-US
<?%1$S?> processing instruction does not have any effect outside the prolog anymore (see bug 360119).
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.bug318419.error
sk
ChatZilla zistila vážnu abnormalitu vo svojich interných dátach. Nebude možné odoslať akýkoľvek typ komunikácie, aj keď sa môže zdať, že to ide. Najpravdepodobnejšou príčinou je Mozilla Bug 318419 <https://bugzilla.mozilla.org/show_bug.cgi?id=318419>. MUSÍTE reštartovať hostiteľskú aplikáciu (&brandShortName;), aby bola chyba opravená.
en-US
ChatZilla has detected a serious abnormality in its internal data. You will not be able to send any form of communication at this time, although it might appear you can. The most likely cause is Mozilla Bug 318419 <https://bugzilla.mozilla.org/show_bug.cgi?id=318419>. You MUST restart the host application (&brandShortName;) to fix this.
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.bug318419.warning
sk
ChatZilla zistila možnú abnormalitu vo svojich interných dátach. Nebude možné odoslať akýkoľvek typ komunikácie, aj keď sa môže zdať, že to ide. Najpravdepodobnejšou príčinou je Mozilla Bug 318419 <https://bugzilla.mozilla.org/show_bug.cgi?id=318419>. Odporúča sa reštartovať hostiteľskú aplikáciu (&brandShortName;), aby ste predišli ďalším problémom.
en-US
ChatZilla has detected a potential abnormality in its internal data. You will not be able to send any form of communication at this time, although it might appear you can. The most likely cause is Mozilla Bug 318419 <https://bugzilla.mozilla.org/show_bug.cgi?id=318419>. You are strongly advised to restart the host application (&brandShortName;) to prevent further problems.
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.bugKeyword.help
sk
Môžete definovať niekoľko kľúčových slov pre systém sledovania chýb ako regularány výraz, oddelených znakom "|", napr. bug|issue|case|ticket
en-US
You can define multiple issue tracker keywords as a regular expression perhaps by separating them with "|" e.g. bug|issue|case|ticket
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.bugURL.comment.help
sk
Adresa URL alebo prípona používaná na generovanie odkazov na špecifické komentáre v rámci bugov. V adrese URL je "%1$s" premenná pre číslo bugu alebo alias a "%2$s" je premenná pre číslo komentára. Pri použití prípony je "%s" premenná pre číslo komentára. Text "bug " nasledovaný znakom "#", číslom 1-20 (bug alias) nasledovaný textom " comment " a ďalším číslom bude potom zmenený na odkaz použitím tejto adresy URL alebo prípony.
en-US
The URL or suffix used for links to specific comments within bugs. With a full URL, "%1$s" is replaced with the bug number or alias and "%2$s" with the comment number, respectively. With a suffix, "%s" is replaced with the comment number. The text "bug " followed by a number or "#" and a 1-20 letter word (bug alias) followed by " comment " followed by another number will get turned into a link using this URL or suffix.
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.bugURL.help
sk
Adresa URL, ktorá bude použitá na generovanie odkazov na chyby, kde "%s" bude nahradené číslom chyby alebo aliasom. Text "bug " nasledovaný číslom bude potom zmenený na odkaz použitím tejto adresy URL.
en-US
The URL used for links to bugs. "%s" is replaced with the bug number or alias. The text "bug " followed by a number or "#" and a 1-20 letter word (bug alias) will get turned into a link using this URL.
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.munger.bugzilla-link.help
sk
Prinúti ChatZillu konvertovať sekvencie "bug <číslo>" na odkaz pomocou použitia položky "Adresa URL Bugzilly".
en-US
Makes ChatZilla hyperlink "bug <number>" to the specified bug, using the "Bugzilla URL" as the base link.
Entity # all locales mail • chrome • messenger • localMsgs.properties
pop3AuthInternalError
sk
Počas overenia na serveri POP3 sa vyskytla vnútorná chyba. Toto je vnútorná neočakávaná chyba aplikácie, prosím, nahláste ju ako bug.
en-US
Internal state error during POP3 server authentication. This is an internal, unexpected error in the application, please report it as bug.
Entity # all locales suite • chrome • mailnews • localMsgs.properties
pop3AuthInternalError
sk
Počas overenia na serveri POP3 sa vyskytla vnútorná chyba. Toto je vnútorná neočakávaná chyba aplikácie, prosím, nahláste ju ako bug.
en-US
Internal state error during POP3 server authentication. This is an internal, unexpected error in the application, please report it as bug.
Entity # all locales toolkit • toolkit • about • aboutCompat.ftl
label-more-information
sk
Podrobnosti: Bug { $bug }
en-US
More Information: Bug { $bug }
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
bug-link
sk
bug { $bugNumber }
en-US
bug { $bugNumber }
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
support-blocklisted-bug
sk
Zablokované kvôli známym problémom: <a data-l10n-name="bug-link">bug { $bugNumber }</a>
en-US
Blocklisted due to known issues: <a data-l10n-name="bug-link">bug { $bugNumber }</a>
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-css-constructable-stylesheets-description
sk
Pridanie konštruktora k rozhraniu <a data-l10n-name="mdn-cssstylesheet">CSSStyleSheet</a>, ako aj celý rad súvisiacich zmien, umožňuje priame vytváranie nových šablón štýlov bez nutnosti pridania hárku štýlov do HTML. Takto je oveľa jednoduchšie vytvárať opakovane použiteľné šablóny štýlov na použitie s <a data-l10n-name="mdn-shadowdom">Shadow DOM</a>. Ďalšie informácie nájdete v bugzille, <a data-l10n-name="bugzilla">bug 1520690</a>.
en-US
The addition of a constructor to the <a data-l10n-name="mdn-cssstylesheet">CSSStyleSheet</a> interface as well as a variety of related changes makes it possible to directly create new stylesheets without having to add the sheet to the HTML. This makes it much easier to create reusable stylesheets for use with <a data-l10n-name="mdn-shadowdom">Shadow DOM</a>. See <a data-l10n-name="bugzilla">bug 1520690</a> for more details.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-css-masonry-description
sk
Povolí podporu pre experimentálnu funkciu CSS Masonry Layout. Ďalšie informácie nájdete v <a data-l10n-name="explainer">v podrobnom popise funkcie</a>. Ak chcete poskytnúť spätnú väzbu, komentujte ju <a data-l10n-name="w3c-issue">na GitHube </a> alebo v <a data-l10n-name="bug">bugzille</a>.
en-US
Enables support for the experimental CSS Masonry Layout feature. See the <a data-l10n-name="explainer">explainer</a> for a high level description of the feature. To provide feedback, please comment in <a data-l10n-name="w3c-issue">this GitHub issue</a> or <a data-l10n-name="bug">this bug</a>.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-devtools-color-scheme-simulation-description
sk
Pridáva možnosť simulovať rôzne farebné schémy, čo vám umožňuje testovať media queries <a data-l10n-name="mdn-preferscolorscheme">@prefers-color-scheme</a>. Použitie tejto media query umožní vašej šablóne so štýlmi reagovať na to, či používateľ uprednostňuje svetlé alebo tmavé používateľské rozhranie. Táto funkcia umožňuje otestovať váš kód bez toho, aby ste museli meniť nastavenia v prehliadači (alebo operačnom systéme, ak prehliadač dodržiava nastavenie farebnej schémy v celom systéme). Ďalšie informácie nájdete v bugzille, <a data-l10n-name="bugzilla1">bug 1550804</a> a <a data-l10n-name="bugzilla2">bug 1137699</a>.
en-US
Adds an option to simulate different color schemes allowing you to test <a data-l10n-name="mdn-preferscolorscheme">@prefers-color-scheme</a> media queries. Using this media query lets your stylesheet respond to whether the user prefers a light or dark user interface. This feature lets you test your code without having to change settings in your browser (or operating system, if the browser follows a system-wide color scheme setting). See <a data-l10n-name="bugzilla1">bug 1550804</a> and <a data-l10n-name="bugzilla2">bug 1137699</a> for more details.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-devtools-compatibility-panel-description
sk
Bočný panel nástroja Prieskumník stránky, ktorý zobrazuje podrobné informácie o kompatibilite vašej aplikácie s rôznymi prehliadačmi. Ďalšie informácie nájdete v bugzille, <a data-l10n-name="bugzilla">bug 1584464</a>.
en-US
A side panel for the Page Inspector that shows you information detailing your app’s cross-browser compatibility status. See <a data-l10n-name="bugzilla">bug 1584464</a> for more details.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-devtools-execution-context-selector-description
sk
Táto funkcia zobrazuje tlačidlo na príkazovom riadku konzoly, ktoré umožňuje meniť kontext, v ktorom sa zadaný výraz vykoná. Ďalšie informácie nájdete v bugzille, <a data-l10n-name="bugzilla1">bug 1605154</a> a <a data-l10n-name="bugzilla2">bug 1605153</a>.
en-US
This feature displays a button on the console’s command line that lets you change the context in which the expression you enter will be executed. See <a data-l10n-name="bugzilla1">bug 1605154</a> and <a data-l10n-name="bugzilla2">bug 1605153</a> for more details.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-media-avif-description
sk
Ak je táto funkcia povolená, aplikácia { -brand-short-name } podporuje formát obrazového súboru AV1 (AVIF). Toto je formát súboru statického obrázka, ktorý využíva možnosti algoritmov kompresie videa AV1 na zmenšenie veľkosti obrázka. Ďalšie informácie nájdete v bugzille, <a data-l10n-name="bugzilla">bug 1443863</a>.
en-US
With this feature enabled, { -brand-short-name } supports the AV1 Image File (AVIF) format. This is a still image file format that leverages the capabilities of the AV1 video compression algorithms to reduce image size. See <a data-l10n-name="bugzilla">bug 1443863</a> for more details.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-web-api-inputmode-description
sk
Naša implementácia globálneho atribútu <a data-l10n-name="mdn-inputmode"> inputmode </a> bola aktualizovaná podľa <a data-l10n-name="whatwg"> špecifikácie WHATWG </a>, ale stále musíme urobiť ďalšie zmeny, napríklad sprístupniť ho pre upraviteľný obsah definovaný pomocou atribútu “contenteditable”. Ďalšie informácie nájdete v bugzille, <a data-l10n-name="bugzilla">bug 1205133</a>.
en-US
Our implementation of the <a data-l10n-name="mdn-inputmode">inputmode</a> global attribute has been updated as per <a data-l10n-name="whatwg">the WHATWG specification</a>, but we still need to make other changes too, like making it available on contenteditable content. See <a data-l10n-name="bugzilla">bug 1205133</a> for more details.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-web-gpu-description2
sk
Toto nové API poskytuje podporu na nízkej úrovni pri výpočtoch a grafickom vykresľovaní pomocou <a data-l10n-name="wikipedia">grafického procesora (GPU)</a> zariadenia alebo počítača používateľa. <a data-l10n-name="spec">Špecifikácia</a> sa však stále vyvíja. Ďalšie informácie nájdete v bugzille, <a data-l10n-name="bugzilla">bug 1602129</a>.
en-US
This new API provides low-level support for performing computation and graphics rendering using the <a data-l10n-name="wikipedia">Graphics Processing Unit (GPU)</a> of the user’s device or computer. The <a data-l10n-name="spec">specification</a> is still a work-in-progress. See <a data-l10n-name="bugzilla">bug 1602129</a> for more details.

Displaying 27 results for the string bug in en-US:

Entity sk en-US
Entity # all locales browser • profile • bookmarks.inc
bugzilla
sk
Nahlásenie chýb Mozille
en-US
Mozilla Bug Tracker
Entity # all locales devtools • client • netmonitor.properties
netmonitor.errorpanel.fileBugButton
sk
Nahlásiť chybu
en-US
File Bug Report
Entity # all locales devtools • client • webconsole.properties
webconsole.message.componentDidCatch.label
sk
Warning: Source string is missing
en-US
[DEVTOOLS ERROR] We’re sorry, we couldn’t render the message. This shouldn’t have happened - please file a bug at %S with the message metadata in the description.
Entity # all locales dom • chrome • layout • xul.properties
PINotInProlog
sk
Procesná inštrukcia <?%1$S?> už nemá žiadny efekt mimo prologu (viď bug 360119).
en-US
<?%1$S?> processing instruction does not have any effect outside the prolog anymore (see bug 360119).
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.bug318419.error
sk
ChatZilla zistila vážnu abnormalitu vo svojich interných dátach. Nebude možné odoslať akýkoľvek typ komunikácie, aj keď sa môže zdať, že to ide. Najpravdepodobnejšou príčinou je Mozilla Bug 318419 <https://bugzilla.mozilla.org/show_bug.cgi?id=318419>. MUSÍTE reštartovať hostiteľskú aplikáciu (&brandShortName;), aby bola chyba opravená.
en-US
ChatZilla has detected a serious abnormality in its internal data. You will not be able to send any form of communication at this time, although it might appear you can. The most likely cause is Mozilla Bug 318419 <https://bugzilla.mozilla.org/show_bug.cgi?id=318419>. You MUST restart the host application (&brandShortName;) to fix this.
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.bug318419.warning
sk
ChatZilla zistila možnú abnormalitu vo svojich interných dátach. Nebude možné odoslať akýkoľvek typ komunikácie, aj keď sa môže zdať, že to ide. Najpravdepodobnejšou príčinou je Mozilla Bug 318419 <https://bugzilla.mozilla.org/show_bug.cgi?id=318419>. Odporúča sa reštartovať hostiteľskú aplikáciu (&brandShortName;), aby ste predišli ďalším problémom.
en-US
ChatZilla has detected a potential abnormality in its internal data. You will not be able to send any form of communication at this time, although it might appear you can. The most likely cause is Mozilla Bug 318419 <https://bugzilla.mozilla.org/show_bug.cgi?id=318419>. You are strongly advised to restart the host application (&brandShortName;) to prevent further problems.
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.bugKeyword.help
sk
Môžete definovať niekoľko kľúčových slov pre systém sledovania chýb ako regularány výraz, oddelených znakom "|", napr. bug|issue|case|ticket
en-US
You can define multiple issue tracker keywords as a regular expression perhaps by separating them with "|" e.g. bug|issue|case|ticket
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.bugKeyword.label
sk
Kľúčové slová bugu
en-US
Bug Keywords
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.bugURL.comment.help
sk
Adresa URL alebo prípona používaná na generovanie odkazov na špecifické komentáre v rámci bugov. V adrese URL je "%1$s" premenná pre číslo bugu alebo alias a "%2$s" je premenná pre číslo komentára. Pri použití prípony je "%s" premenná pre číslo komentára. Text "bug " nasledovaný znakom "#", číslom 1-20 (bug alias) nasledovaný textom " comment " a ďalším číslom bude potom zmenený na odkaz použitím tejto adresy URL alebo prípony.
en-US
The URL or suffix used for links to specific comments within bugs. With a full URL, "%1$s" is replaced with the bug number or alias and "%2$s" with the comment number, respectively. With a suffix, "%s" is replaced with the comment number. The text "bug " followed by a number or "#" and a 1-20 letter word (bug alias) followed by " comment " followed by another number will get turned into a link using this URL or suffix.
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.bugURL.help
sk
Adresa URL, ktorá bude použitá na generovanie odkazov na chyby, kde "%s" bude nahradené číslom chyby alebo aliasom. Text "bug " nasledovaný číslom bude potom zmenený na odkaz použitím tejto adresy URL.
en-US
The URL used for links to bugs. "%s" is replaced with the bug number or alias. The text "bug " followed by a number or "#" and a 1-20 letter word (bug alias) will get turned into a link using this URL.
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.munger.bugzilla-link.help
sk
Prinúti ChatZillu konvertovať sekvencie "bug <číslo>" na odkaz pomocou použitia položky "Adresa URL Bugzilly".
en-US
Makes ChatZilla hyperlink "bug <number>" to the specified bug, using the "Bugzilla URL" as the base link.
Entity # all locales mail • chrome • messenger • localMsgs.properties
pop3AuthInternalError
sk
Počas overenia na serveri POP3 sa vyskytla vnútorná chyba. Toto je vnútorná neočakávaná chyba aplikácie, prosím, nahláste ju ako bug.
en-US
Internal state error during POP3 server authentication. This is an internal, unexpected error in the application, please report it as bug.
Entity # all locales suite • chrome • mailnews • localMsgs.properties
pop3AuthInternalError
sk
Počas overenia na serveri POP3 sa vyskytla vnútorná chyba. Toto je vnútorná neočakávaná chyba aplikácie, prosím, nahláste ju ako bug.
en-US
Internal state error during POP3 server authentication. This is an internal, unexpected error in the application, please report it as bug.
Entity # all locales suite • chrome • mailnews • start.dtd
info_bugs.label
sk
<a href="https://developer.mozilla.org/docs/Mozilla/Projects/MailNews">Radi uvítame vaše hlásenia chýb a žiadosti o nové funkcie</a>, ale predtým si prečítajte <a id="releaseNotesURL" href="">poznámky k vydaniu</a> a zadajte požiadavku do systému <a href="https://bugzilla.mozilla.org/query.cgi">Bugzilla</a>.
en-US
<a href="https://developer.mozilla.org/docs/Mozilla/Projects/MailNews">We</a> welcome bug reports and feature requests, but please read the <a id="releaseNotesURL" href="">release notes</a> and query <a href="https://bugzilla.mozilla.org/query.cgi">Bugzilla</a> first.
Entity # all locales toolkit • toolkit • about • aboutCompat.ftl
label-more-information
sk
Podrobnosti: Bug { $bug }
en-US
More Information: Bug { $bug }
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
bug-link
sk
bug { $bugNumber }
en-US
bug { $bugNumber }
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
support-blocklisted-bug
sk
Zablokované kvôli známym problémom: <a data-l10n-name="bug-link">bug { $bugNumber }</a>
en-US
Blocklisted due to known issues: <a data-l10n-name="bug-link">bug { $bugNumber }</a>
Entity # all locales toolkit • toolkit • about • abuseReports.ftl
abuse-report-broken-suggestions-extension
sk
Zdá sa, že ste objavili chybu. Okrem odoslania hlásenia nám v riešení problému pomôže, ak kontaktujete aj autora rozšírenia. <a data-l10n-name="support-link">Navštívte stránky rozšírenia</a>, kde na autora nájdete kontakt.
en-US
It sounds like you’ve identified a bug. In addition to submitting a report here, the best way to get a functionality issue resolved is to contact the extension developer. <a data-l10n-name="support-link">Visit the extension’s website</a> to get the developer information.
Entity # all locales toolkit • toolkit • about • abuseReports.ftl
abuse-report-broken-suggestions-theme
sk
Zdá sa, že ste objavili chybu. Okrem odoslania hlásenia nám v riešení problému pomôže, ak kontaktujete aj autora témy vzhľadu. <a data-l10n-name="support-link">Navštívte stránky témy vzhľadu</a>, kde na autora nájdete kontakt.
en-US
It sounds like you’ve identified a bug. In addition to submitting a report here, the best way to get a functionality issue resolved is to contact the theme developer. <a data-l10n-name="support-link">Visit the theme’s website</a> to get the developer information.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-css-constructable-stylesheets-description
sk
Pridanie konštruktora k rozhraniu <a data-l10n-name="mdn-cssstylesheet">CSSStyleSheet</a>, ako aj celý rad súvisiacich zmien, umožňuje priame vytváranie nových šablón štýlov bez nutnosti pridania hárku štýlov do HTML. Takto je oveľa jednoduchšie vytvárať opakovane použiteľné šablóny štýlov na použitie s <a data-l10n-name="mdn-shadowdom">Shadow DOM</a>. Ďalšie informácie nájdete v bugzille, <a data-l10n-name="bugzilla">bug 1520690</a>.
en-US
The addition of a constructor to the <a data-l10n-name="mdn-cssstylesheet">CSSStyleSheet</a> interface as well as a variety of related changes makes it possible to directly create new stylesheets without having to add the sheet to the HTML. This makes it much easier to create reusable stylesheets for use with <a data-l10n-name="mdn-shadowdom">Shadow DOM</a>. See <a data-l10n-name="bugzilla">bug 1520690</a> for more details.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-css-masonry-description
sk
Povolí podporu pre experimentálnu funkciu CSS Masonry Layout. Ďalšie informácie nájdete v <a data-l10n-name="explainer">v podrobnom popise funkcie</a>. Ak chcete poskytnúť spätnú väzbu, komentujte ju <a data-l10n-name="w3c-issue">na GitHube </a> alebo v <a data-l10n-name="bug">bugzille</a>.
en-US
Enables support for the experimental CSS Masonry Layout feature. See the <a data-l10n-name="explainer">explainer</a> for a high level description of the feature. To provide feedback, please comment in <a data-l10n-name="w3c-issue">this GitHub issue</a> or <a data-l10n-name="bug">this bug</a>.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-devtools-color-scheme-simulation-description
sk
Pridáva možnosť simulovať rôzne farebné schémy, čo vám umožňuje testovať media queries <a data-l10n-name="mdn-preferscolorscheme">@prefers-color-scheme</a>. Použitie tejto media query umožní vašej šablóne so štýlmi reagovať na to, či používateľ uprednostňuje svetlé alebo tmavé používateľské rozhranie. Táto funkcia umožňuje otestovať váš kód bez toho, aby ste museli meniť nastavenia v prehliadači (alebo operačnom systéme, ak prehliadač dodržiava nastavenie farebnej schémy v celom systéme). Ďalšie informácie nájdete v bugzille, <a data-l10n-name="bugzilla1">bug 1550804</a> a <a data-l10n-name="bugzilla2">bug 1137699</a>.
en-US
Adds an option to simulate different color schemes allowing you to test <a data-l10n-name="mdn-preferscolorscheme">@prefers-color-scheme</a> media queries. Using this media query lets your stylesheet respond to whether the user prefers a light or dark user interface. This feature lets you test your code without having to change settings in your browser (or operating system, if the browser follows a system-wide color scheme setting). See <a data-l10n-name="bugzilla1">bug 1550804</a> and <a data-l10n-name="bugzilla2">bug 1137699</a> for more details.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-devtools-compatibility-panel-description
sk
Bočný panel nástroja Prieskumník stránky, ktorý zobrazuje podrobné informácie o kompatibilite vašej aplikácie s rôznymi prehliadačmi. Ďalšie informácie nájdete v bugzille, <a data-l10n-name="bugzilla">bug 1584464</a>.
en-US
A side panel for the Page Inspector that shows you information detailing your app’s cross-browser compatibility status. See <a data-l10n-name="bugzilla">bug 1584464</a> for more details.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-devtools-execution-context-selector-description
sk
Táto funkcia zobrazuje tlačidlo na príkazovom riadku konzoly, ktoré umožňuje meniť kontext, v ktorom sa zadaný výraz vykoná. Ďalšie informácie nájdete v bugzille, <a data-l10n-name="bugzilla1">bug 1605154</a> a <a data-l10n-name="bugzilla2">bug 1605153</a>.
en-US
This feature displays a button on the console’s command line that lets you change the context in which the expression you enter will be executed. See <a data-l10n-name="bugzilla1">bug 1605154</a> and <a data-l10n-name="bugzilla2">bug 1605153</a> for more details.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-media-avif-description
sk
Ak je táto funkcia povolená, aplikácia { -brand-short-name } podporuje formát obrazového súboru AV1 (AVIF). Toto je formát súboru statického obrázka, ktorý využíva možnosti algoritmov kompresie videa AV1 na zmenšenie veľkosti obrázka. Ďalšie informácie nájdete v bugzille, <a data-l10n-name="bugzilla">bug 1443863</a>.
en-US
With this feature enabled, { -brand-short-name } supports the AV1 Image File (AVIF) format. This is a still image file format that leverages the capabilities of the AV1 video compression algorithms to reduce image size. See <a data-l10n-name="bugzilla">bug 1443863</a> for more details.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-web-api-inputmode-description
sk
Naša implementácia globálneho atribútu <a data-l10n-name="mdn-inputmode"> inputmode </a> bola aktualizovaná podľa <a data-l10n-name="whatwg"> špecifikácie WHATWG </a>, ale stále musíme urobiť ďalšie zmeny, napríklad sprístupniť ho pre upraviteľný obsah definovaný pomocou atribútu “contenteditable”. Ďalšie informácie nájdete v bugzille, <a data-l10n-name="bugzilla">bug 1205133</a>.
en-US
Our implementation of the <a data-l10n-name="mdn-inputmode">inputmode</a> global attribute has been updated as per <a data-l10n-name="whatwg">the WHATWG specification</a>, but we still need to make other changes too, like making it available on contenteditable content. See <a data-l10n-name="bugzilla">bug 1205133</a> for more details.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-web-gpu-description2
sk
Toto nové API poskytuje podporu na nízkej úrovni pri výpočtoch a grafickom vykresľovaní pomocou <a data-l10n-name="wikipedia">grafického procesora (GPU)</a> zariadenia alebo počítača používateľa. <a data-l10n-name="spec">Špecifikácia</a> sa však stále vyvíja. Ďalšie informácie nájdete v bugzille, <a data-l10n-name="bugzilla">bug 1602129</a>.
en-US
This new API provides low-level support for performing computation and graphics rendering using the <a data-l10n-name="wikipedia">Graphics Processing Unit (GPU)</a> of the user’s device or computer. The <a data-l10n-name="spec">specification</a> is still a work-in-progress. See <a data-l10n-name="bugzilla">bug 1602129</a> for more details.
Please enable JavaScript. Some features won't be available without it.