BETA

Transvision

Displaying 27 results for the string will in rm:

Entity rm en-US
Entity # all locales devtools • client • aboutdebugging.ftl
about-debugging-setup-usb-disabled
rm
Enabling this will download and add the required Android USB debugging components to { -brand-shorter-name }.
en-US
Enabling this will download and add the required Android USB debugging components to { -brand-shorter-name }.
Entity # all locales devtools • client • accessibility.properties
accessibility.disable.enabledTitle
rm
Accessibility service will be turned off for all tabs and windows.
en-US
Accessibility service will be turned off for all tabs and windows.
Entity # all locales devtools • client • accessibility.properties
accessibility.enable.enabledTitle
rm
Accessibility service will be turned on for all tabs and windows.
en-US
Accessibility service will be turned on for all tabs and windows.
Entity # all locales devtools • client • changes.properties
changes.noChangesDescription
rm
Changes to CSS in Inspector will appear here.
en-US
Changes to CSS in Inspector will appear here.
Entity # all locales devtools • client • debugger.properties
showIgnoredSources.tooltip.label
rm
This will show all the ignored sources (which are currently hidden) in the tree.
en-US
This will show all the ignored sources (which are currently hidden) in the tree.
Entity # all locales devtools • client • memory.properties
checkbox.recordAllocationStacks.tooltip
rm
Toggle the recording of allocation stacks. Subsequent heap snapshots will be able to label and group objects created when allocation stack recording is active by their allocation stack. Recording allocation stacks has a performance overhead.
en-US
Toggle the recording of the call stack of when an object was allocated. Subsequent snapshots will be able to group and label objects by call stacks, but only with those objects created after toggling this option. Recording call stacks has a performance overhead.
Entity # all locales devtools • client • netmonitor.properties
netmonitor.toolbar.enablePersistentLogs.tooltip
rm
If you enable this option the requests list will not be cleared each time you navigate to a new page
en-US
If you enable this option the requests list will not be cleared each time you navigate to a new page
Entity # all locales devtools • client • storage.ftl
storage-idb-delete-blocked
rm
Database “{ $dbName }” will be deleted after all connections are closed.
en-US
Database “{ $dbName }” will be deleted after all connections are closed.
Entity # all locales devtools • client • toolbox-options.ftl
options-disable-http-cache-tooltip.title
rm
Turning this option on will disable the HTTP cache for all tabs that have the toolbox open. Service Workers are not affected by this option.
en-US
Turning this option on will disable the HTTP cache for all tabs that have the toolbox open. Service Workers are not affected by this option.
Entity # all locales devtools • client • toolbox-options.ftl
options-disable-javascript-tooltip.title
rm
Turning this option on will disable JavaScript for the current tab. If the tab or the toolbox is closed then this setting will be forgotten.
en-US
Turning this option on will disable JavaScript for the current tab. If the tab or the toolbox is closed then this setting will be forgotten.
Entity # all locales devtools • client • toolbox-options.ftl
options-enable-chrome-tooltip.title
rm
Turning this option on will allow you to use various developer tools in browser context (via Tools > Web Developer > Browser Toolbox) and debug add-ons from the Add-ons Manager
en-US
Turning this option on will allow you to use various developer tools in browser context (via Tools > Web Developer > Browser Toolbox) and debug add-ons from the Add-ons Manager
Entity # all locales devtools • client • toolbox-options.ftl
options-enable-custom-formatters-tooltip.title
rm
Turning this option on will allow sites to define custom formatters for DOM objects
en-US
Turning this option on will allow sites to define custom formatters for DOM objects
Entity # all locales devtools • client • toolbox-options.ftl
options-enable-f12-tooltip.title
rm
Turning this option on will bind the F12 key to open or close the DevTools toolbox
en-US
Turning this option on will bind the F12 key to open or close the DevTools toolbox
Entity # all locales devtools • client • toolbox-options.ftl
options-enable-remote-tooltip2.title
rm
Turning this option on will allow to debug this browser instance remotely
en-US
Turning this option on will allow to debug this browser instance remotely
Entity # all locales devtools • client • toolbox-options.ftl
options-enable-service-workers-http-tooltip.title
rm
Turning this option on will enable the service workers over HTTP for all tabs that have the toolbox open.
en-US
Turning this option on will enable the service workers over HTTP for all tabs that have the toolbox open.
Entity # all locales devtools • client • toolbox-options.ftl
options-show-user-agent-styles-tooltip.title
rm
Turning this on will show default styles that are loaded by the browser.
en-US
Turning this on will show default styles that are loaded by the browser.
Entity # all locales devtools • client • toolbox-options.ftl
options-source-maps-tooltip.title
rm
If you enable this option sources will be mapped in the tools.
en-US
If you enable this option sources will be mapped in the tools.
Entity # all locales devtools • client • toolbox.ftl
toolbox-always-on-top-disabled2.title
rm
This will restart the Developer Tools
en-US
This will restart the Developer Tools
Entity # all locales devtools • client • toolbox.ftl
toolbox-always-on-top-enabled2.title
rm
This will restart the Developer Tools
en-US
This will restart the Developer Tools
Entity # all locales devtools • client • webconsole.properties
webconsole.console.settings.menu.item.autocomplete.tooltip
rm
If you enable this option the input will display suggestions as you type in it
en-US
If you enable this option the input will display suggestions as you type in it
Entity # all locales devtools • client • webconsole.properties
webconsole.console.settings.menu.item.enablePersistentLogs.tooltip
rm
If you enable this option the output will not be cleared each time you navigate to a new page
en-US
If you enable this option the output will not be cleared each time you navigate to a new page
Entity # all locales devtools • client • webconsole.properties
webconsole.console.settings.menu.item.instantEvaluation.tooltip
rm
If you enable this option the input will be instantly evaluated as you type in it
en-US
If you enable this option the input will be instantly evaluated as you type in it
Entity # all locales devtools • client • webconsole.properties
webconsole.console.settings.menu.item.timestamps.tooltip
rm
If you enable this option commands and output in the Web Console will display a timestamp
en-US
If you enable this option commands and output in the Web Console will display a timestamp
Entity # all locales devtools • client • webconsole.properties
webconsole.cssFilterButton.inactive.tooltip
rm
Stylesheets will be reparsed to check for errors. Refresh the page to also see errors from stylesheets modified from Javascript.
en-US
Stylesheets will be reparsed to check for errors. Refresh the page to also see errors from stylesheets modified from Javascript.
Entity # all locales devtools • client • webconsole.properties
webconsole.message.commands.startTracingToProfiler
rm
Started tracing to the Profiler. The traces will be displayed in the profiler on stop.
en-US
Started tracing to the Profiler. The traces will be displayed in the profiler on stop.
Entity # all locales devtools • shared • webconsole-commands.ftl
webconsole-commands-usage-block
rm
:block URL_STRING Start blocking network requests It accepts only one URLSTRING argument, an unquoted string which will be used to block all requests whose URL includes this string. Use :unblock or the Network Monitor request blocking sidebar to undo this.
en-US
:block URL_STRING Start blocking network requests It accepts only one URL_STRING argument, an unquoted string which will be used to block all requests whose URL includes this string. Use :unblock or the Network Monitor request blocking sidebar to undo this.
Entity # all locales dom • chrome • dom • dom.properties
IgnoringWillChangeOverBudgetWarning
rm
Will-change consumescha memia blera memoria. La limita dal budget è la surfatscha dal document multiplitgada cun %1$S (%2$S px). Occurrenzas da will-change vegnan ignoradas sch'ellas surpassan il budget.
en-US
Will-change memory consumption is too high. Budget limit is the document surface area multiplied by %1$S (%2$S px). Occurrences of will-change over the budget will be ignored.

Displaying 200 results for the string will in en-US:

Entity rm en-US
Entity # all locales browser • browser • aboutLogins.ftl
about-logins-confirm-export-dialog-message
rm
Tes pleds-clav vegnan memorisads sco text legibel (p.ex. «M@lPledc1av»), uschia che mintgin che po avrir la datoteca exportada als po vesair.
en-US
Your passwords will be saved as readable text (e.g., BadP@ssw0rd) so anyone who can open the exported file can view them.
Entity # all locales browser • browser • aboutLogins.ftl
about-logins-confirm-remove-all-dialog-message
rm
{ $count -> [1] Uschia vegn allontanà la data d'annunzia che ti has memorisà en { -brand-short-name } e tut ils avertiments da sperditas da datas che cumparan qua. Ti na vegns betg a pudair revocar questa acziun. *[other] Uschia vegnan allontanadas las datas d'annunzia che ti has memorisà en { -brand-short-name } e tut ils avertiments da sperditas da datas che cumparan qua. Ti na vegns betg a pudair revocar questa acziun. }
en-US
{ $count -> [1] This will remove the login you’ve saved to { -brand-short-name } and any breach alerts that appear here. You won’t be able to undo this action. *[other] This will remove the logins you’ve saved to { -brand-short-name } and any breach alerts that appear here. You won’t be able to undo this action. }
Entity # all locales browser • browser • aboutLogins.ftl
about-logins-confirm-remove-all-dialog-message2
rm
{ $count -> [1] Uschia vegn allontanà il pled-clav memorisà en { -brand-short-name } e tut ils avertiments da sperditas da datas. Questa acziun na po betg vegnir revocada. *[other] Uschia vegnan allontanads ils pleds-clav memorisads en { -brand-short-name } e tut ils avertiments da sperditas da datas. Questa acziun na po betg vegnir revocada. }
en-US
{ $count -> [1] This will remove the password saved to { -brand-short-name } and any breach alerts. You cannot undo this action. *[other] This will remove the passwords saved to { -brand-short-name } and any breach alerts. You cannot undo this action. }
Entity # all locales browser • browser • aboutLogins.ftl
about-logins-confirm-remove-all-sync-dialog-message
rm
{ $count -> [1] Uschia vegn allontanada la data d'annunzia che ti has memorisà en { -brand-short-name } sin tut ils apparats sincronisads cun il { -fxaccount-brand-name }. Era avertiments da sperditas da datas che cumparan qua vegnan allontanadas. Ti na vegns betg a pudair revocar questa acziun. *[other] Uschia vegnan allontanadas tut las datas d'annunzia che ti has memorisà en { -brand-short-name } sin tut ils apparats sincronisads cun il { -fxaccount-brand-name }. Era avertiments da sperditas da datas che cumparan qua vegnan allontanadas. Ti na vegns betg a pudair revocar questa acziun. }
en-US
{ $count -> [1] This will remove the login you’ve saved to { -brand-short-name } on all devices synced to your { -fxaccount-brand-name }. This will also remove breach alerts that appear here. You won’t be able to undo this action. *[other] This will remove all logins you’ve saved to { -brand-short-name } on all devices synced to your { -fxaccount-brand-name }. This will also remove breach alerts that appear here. You won’t be able to undo this action. }
Entity # all locales browser • browser • aboutLogins.ftl
about-logins-confirm-remove-all-sync-dialog-message3
rm
{ $count -> [1] Uschia vegn allontanà il pled-clav memorisà en { -brand-short-name } sin tut tes apparats sincronisads. Era avertiments da sperditas da datas che cumparan qua vegnan allontanadas. Ti na pos betg revocar questa acziun. *[other] Uschia vegnan allontanads ils pleds-clav memorisads en { -brand-short-name } sin tut tes apparats sincronisads. Era avertiments da sperditas da datas che cumparan qua vegnan allontanadas. Ti na pos betg revocar questa acziun. }
en-US
{ $count -> [1] This will remove the password saved to { -brand-short-name } on all your synced devices. This will also remove any breach alerts that appear here. You cannot undo this action. *[other] This will remove all passwords saved to { -brand-short-name } on all your synced devices. This will also remove any breach alerts that appear here. You cannot undo this action. }
Entity # all locales browser • browser • aboutLogins.ftl
confirm-discard-changes-dialog-message
rm
Tut las modificaziuns betg memorisadas van a perder.
en-US
All unsaved changes will be lost.
Entity # all locales browser • browser • aboutLogins.ftl
login-list-intro-description
rm
Pleds-clav memorisads en { -brand-product-name } cumparan qua.
en-US
When you save a password in { -brand-product-name }, it will show up here.
Entity # all locales browser • browser • aboutPrivateBrowsing.ftl
about-private-browsing-cookie-banners-promo-message
rm
Lubescha a { -brand-short-name } da respunder automaticamain a pop-ups da cookies per tai. Uschia pos ti puspè navigar senza distracziun. { -brand-short-name } vegn a refusar sche pussaivel tut las dumondas.
en-US
Let { -brand-short-name } automatically answer cookie pop-ups for you so you can get back to distraction-free browsing. { -brand-short-name } will reject all requests if possible.
Entity # all locales browser • browser • aboutRestartRequired.ftl
window-restoration-info
rm
Tias fanestras e tes tabs vegnan subit restaurads, cun excepziun da quels anonims.
en-US
Your windows and tabs will be quickly restored, but private ones will not.
Entity # all locales browser • browser • aboutTabCrashed.ftl
crashed-request-help
rm
Ans gidas?
en-US
Will you help us?
Entity # all locales browser • browser • aboutUnloads.ftl
about-unloads-intro
rm
{ -brand-short-name } ha ina funcziun che stgargia automaticamain tabs per evitar che l'applicaziun collabeschia en consequenza da mancanza da memoria, en cas che la memoria disponibla dal sistem è insuffizienta. Il proxim tab che vegn stgargià, vegn tschernì a basa da plirs attributs. Questa pagina mussa co { -brand-short-name } priorisescha tabs e tgenin tab che vegn stgargià en cas che la funcziun da stgargiada vegn lantschada. Ti pos lantschar manualmain la stgargiada da tabs cun cliccar sin il buttun <em>Stgargiar</em> sutvart.
en-US
{ -brand-short-name } has a feature that automatically unloads tabs to prevent the application from crashing due to insufficient memory when the system’s available memory is low. The next tab to be unloaded is chosen based on multiple attributes. This page shows how { -brand-short-name } prioritizes tabs and which tab will be unloaded when tab unloading is triggered. You can trigger tab unloading manually by clicking the <em>Unload</em> button below.
Entity # all locales browser • browser • appMenuNotifications.ftl
appmenu-update-restart-message2
rm
Va per la versiun la pli nova da { -brand-shorter-name }. Fanestras e tabs averts vegnan restaurads.
en-US
Get the latest version of { -brand-shorter-name }. Open tabs and windows will be restored.
Entity # all locales browser • browser • backgroundtasks • defaultagent.ftl
default-browser-agent-task-description
rm
L'incumbensa «default browser agent» controllescha sch'il navigatur predefinì mida da { -brand-short-name } ad in auter navigatur. Sche la midada succeda sut circumstanzas dubiusas, vegn l'utilisader dumandà da midar enavos a { -brand-short-name } (sin il pli duas giadas). Questa incumbensa è vegnida installada automaticamain da { -brand-short-name } e vegn reinstallada cura che { -brand-short-name } vegn actualisà. Per deactivar questa incumbensa, mida la valur da la preferenza «default-browser-agent.enabled» sin la pagina about:config u modifitgescha la «enterprise policy» da { -brand-short-name } «DisableDefaultBrowserAgent».
en-US
The Default Browser Agent task checks when the default changes from { -brand-short-name } to another browser. If the change happens under suspicious circumstances, it will prompt users to change back to { -brand-short-name } no more than two times. This task is installed automatically by { -brand-short-name }, and is reinstalled when { -brand-short-name } updates. To disable this task, update the “default-browser-agent.enabled” preference on the about:config page or the { -brand-short-name } enterprise policy setting “DisableDefaultBrowserAgent”.
Entity # all locales browser • browser • browser.ftl
firefox-relay-offer-what-relay-provides
rm
Tut ils e-mails tramess a tes alias vegnan renviads a <strong>{ $useremail }</strong> (nun che ti decidias d'als bloccar).
en-US
All emails sent to your email masks will be forwarded to <strong>{ $useremail }</strong> (unless you decide to block them).
Entity # all locales browser • browser • browser.ftl
popup-all-windows-shared
rm
Tut las fanestras visiblas sin tes visur vegnan cundivididas.
en-US
All visible windows on your screen will be shared.
Entity # all locales browser • browser • featureCallout.ftl
callout-firefox-view-recently-closed-subtitle
rm
Tut tes tabs serrads vegnan a cumparair qua a moda magica. Uschia na stos ti mai avair tema da serrar per sbagl ina website.
en-US
All your closed tabs will magically show up here. Never worry about accidentally closing a site again.
Entity # all locales browser • browser • firefoxView.ftl
firefoxview-history-empty-description
rm
Durant che ti navigheschas, vegnan las paginas che ti visitas, mussadas qua.
en-US
As you browse, the pages you visit will be listed here.
Entity # all locales browser • browser • newtab • asrouter.ftl
spotlight-public-wifi-vpn-body
rm
Per zuppentar tia posiziun ed activitad da navigaziun, considerescha l'utilisaziun dad ina rait privata virtuala (VPN). Ella gida da ta proteger cura che ti navigheschas en lieus publics sco eroports e cafés.
en-US
To hide your location and browsing activity, consider a Virtual Private Network. It will help keep you protected when browsing in public places like airports and coffee shops.
Entity # all locales browser • browser • panicButton.ftl
panic-button-action-desc
rm
Sche ti cuntinueschas, vegnan:
en-US
Proceeding will:
Entity # all locales browser • browser • places.ftl
places-forget-about-this-site-confirmation-msg
rm
Questa acziun allontanescha las datas en connex cun { $hostOrBaseDomain }, inclus la cronologia, ils cookies, il cache e las preferenzas dal cuntegn. Segnapaginas e pleds-clav correspundents na vegnan betg allontanads. Vuls ti propi cuntinuar?
en-US
This action will remove data related to { $hostOrBaseDomain } including history, cookies, cache and content preferences. Related bookmarks and passwords will not be removed. Are you sure you want to proceed?
Entity # all locales browser • browser • places.ftl
places-locked-prompt
rm
Il sistem da segnapaginas e la cronologia na funcziunan betg, perquai che ina da las datotecas { -brand-short-name } vegn utilisada dad in'autra applicaziun. Tscherts programs da segirezza (antivirus etc.) pon chaschunar quest problem.
en-US
The bookmarks and history system will not be functional because one of { -brand-short-name }’s files is in use by another application. Some security software can cause this problem.
Entity # all locales browser • browser • placesPrompts.ftl
places-bookmarks-restore-alert
rm
Quest pass vegn a remplazzar tut ils segnapaginas actuals cun la copia da segirezza. Es ti segir?
en-US
This will replace all of your current bookmarks with the backup. Are you sure?
Entity # all locales browser • browser • preferences • clearSiteData.ftl
clear-site-data-cache-info
rm
Las paginas web vegnan a stuair rechargiar ils maletgs e las datas
en-US
Will require websites to reload images and data
Entity # all locales browser • browser • preferences • clearSiteData.ftl
clear-site-data-description
rm
Cun stizzar tut ils cookies e tut las datas da websites memorisadas da { -brand-short-name } vegnas ti eventualmain deconnectà da tschertas websites e cuntegn da web offline vegn stizzà. Las infurmaziuns d'annunzia vegnan preservadas era sch'il cache vegn svidà.
en-US
Clearing all cookies and site data stored by { -brand-short-name } may sign you out of websites and remove offline web content. Clearing cache data will not affect your logins.
Entity # all locales browser • browser • preferences • connection.ftl
connection-proxy-autologin-checkbox.tooltiptext
rm
Questa opziun t'autentifitgescha automaticamain tar proxies sche ti has memorisà las datas d'access. L'autentificaziun manuala è necessaria sch'i dat ina errur.
en-US
This option silently authenticates you to proxies when you have saved credentials for them. You will be prompted if authentication fails.
Entity # all locales browser • browser • preferences • connection.ftl
connection-proxy-autologin.tooltip
rm
Questa opziun t'autentifitgescha automaticamain tar proxies sche ti has memorisà las datas d'access. L'autentificaziun manuala è necessaria sch'i dat ina errur.
en-US
This option silently authenticates you to proxies when you have saved credentials for them. You will be prompted if authentication fails.
Entity # all locales browser • browser • preferences • languages.ftl
browser-languages-description
rm
{ -brand-short-name } vegn a duvrar l'emprima lingua sco standard e sche necessari las linguas suandantas tenor lur successiun en la glista.
en-US
{ -brand-short-name } will display the first language as your default and will display alternate languages if necessary in the order they appear.
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-exceptions-saved-logins-desc
rm
Las infurmaziuns d'annunzia per las suandantas websites na vegnan betg memorisadas
en-US
Logins for the following websites will not be saved
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-site-camera-disable-desc
rm
Qua tras vegn impedì ch'ina pagina betg menziunada survart ta dumondia la permissiun da pudair acceder a tia camera. Cun bloccar l'access a tia camera vegnan eventualmain tangadas tschertas funcziuns da paginas d'internet.
en-US
This will prevent any websites not listed above from requesting permission to access your camera. Blocking access to your camera may break some website features.
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-site-location-disable-desc
rm
Qua tras vegn impedì ch'ina pagina betg menziunada survart ta dumondia la permissiun da pudair acceder a tia posiziun geografica. Cun bloccar l'access a tia posiziun vegnan eventualmain tangadas tschertas funcziuns da paginas d'internet.
en-US
This will prevent any websites not listed above from requesting permission to access your location. Blocking access to your location may break some website features.
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-site-microphone-disable-desc
rm
Qua tras vegn impedì ch'ina pagina betg menziunada survart ta dumondia la permissiun da pudair acceder a tes microfon. Cun bloccar l'access a tes microfon vegnan eventualmain tangadas tschertas funcziuns da paginas d'internet.
en-US
This will prevent any websites not listed above from requesting permission to access your microphone. Blocking access to your microphone may break some website features.
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-site-notification-disable-desc
rm
Qua tras vegn impedì ch'ina pagina betg menziunada survart ta dumondia la permissiun da pudair trametter communicaziuns. Cun bloccar communicaziuns vegnan eventualmain tangadas tschertas funcziuns da paginas d'internet.
en-US
This will prevent any websites not listed above from requesting permission to send notifications. Blocking notifications may break some website features.
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-site-xr-disable-desc
rm
Qua tras vegn impedì ch'ina pagina betg menziunada survart ta dumondia la permissiun da pudair acceder a tes apparats da realitad virtuala. Cun bloccar l'access a tes apparats da realitad virtuala vegnan eventualmain tangadas tschertas funcziuns da paginas d'internet.
en-US
This will prevent any websites not listed above from requesting permission to access your virtual reality devices. Blocking access to your virtual reality devices may break some website features.
Entity # all locales browser • browser • preferences • preferences.ftl
collection-health-report-telemetry-disabled
rm
Ti na permettas betg pli a { -vendor-short-name } da registrar datas davart la tecnica e l'interacziun. Tut las datas dal passà vegnan stizzadas entaifer 30 dis.
en-US
You’re no longer allowing { -vendor-short-name } to capture technical and interaction data. All past data will be deleted within 30 days.
Entity # all locales browser • browser • preferences • preferences.ftl
containers-disable-alert-desc
rm
{ $tabCount -> [one] Sche ti deactiveschas ils tabs da container vegn { $tabCount } tab da container serrà. Es ti segir che ti vuls deactivar ils tabs da container? *[other] Sche ti deactiveschas ils tabs da container vegnan { $tabCount } tabs da container serrads. Es ti segir che ti vuls deactivar ils tabs da container? }
en-US
{ $tabCount -> [one] If you disable Container Tabs now, { $tabCount } container tab will be closed. Are you sure you want to disable Container Tabs? *[other] If you disable Container Tabs now, { $tabCount } container tabs will be closed. Are you sure you want to disable Container Tabs? }
Entity # all locales browser • browser • preferences • preferences.ftl
containers-remove-alert-msg
rm
{ $count -> [one] Sche ti allontaneschas ussa quest container vegn { $count } tab da container serrà. Es ti segir che ti vuls allontanar quest container? *[other] Sche ti allontaneschas ussa quest container vegnan { $count } tabs da container serrads. Es ti segir che ti vuls allontanar quest container? }
en-US
{ $count -> [one] If you remove this Container now, { $count } container tab will be closed. Are you sure you want to remove this Container? *[other] If you remove this Container now, { $count } container tabs will be closed. Are you sure you want to remove this Container? }
Entity # all locales browser • browser • preferences • preferences.ftl
content-blocking-etp-standard-desc
rm
Equiliber tranter protecziun e prestaziun. Paginas chargian normal.
en-US
Balanced for protection and performance. Pages will load normally.
Entity # all locales browser • browser • preferences • preferences.ftl
content-blocking-reload-description
rm
Igl è necessari da rechargiar ils tabs per applitgar las midadas.
en-US
You will need to reload your tabs to apply these changes.
Entity # all locales browser • browser • preferences • preferences.ftl
history-dontremember-description
rm
{ -brand-short-name } vegn ad utilisar las medemas preferenzas sco en il modus privat e na vegn betg a far ina cronologia da tia navigaziun en l'internet.
en-US
{ -brand-short-name } will use the same settings as private browsing, and will not remember any history as you browse the Web.
Entity # all locales browser • browser • preferences • preferences.ftl
history-remember-description
rm
{ -brand-short-name } memorisescha las adressas da las paginas d'internet visitadas, da las telechargiadas sco era infurmaziuns endatadas en formulars e maschinas da tschertgar.
en-US
{ -brand-short-name } will remember your browsing, download, form, and search history.
Entity # all locales browser • browser • preferences • preferences.ftl
history-remember-label
rm
{ -brand-short-name } vegn a
en-US
{ -brand-short-name } will
Entity # all locales browser • browser • preferences • preferences.ftl
httpsonly-description
rm
HTTPS porscha ina connexiun segira, criptada tranter { -brand-short-name } e las websites che ti visitas. Las bleras websites sustegnan HTTPS e sch'il modus «mo HTTPS» è activà, connectescha { -brand-short-name } automaticamain cun HTTPS.
en-US
HTTPS provides a secure, encrypted connection between { -brand-short-name } and the websites you visit. Most websites support HTTPS, and if HTTPS-Only Mode is enabled, then { -brand-short-name } will upgrade all connections to HTTPS.
Entity # all locales browser • browser • preferences • preferences.ftl
performance-limit-content-process-enabled-desc
rm
Process da cuntegn supplementars pon augmentar la prestaziun sche ti utiliseschas plirs tabs, ma els dovran era dapli memoria.
en-US
Additional content processes can improve performance when using multiple tabs, but will also use more memory.
Entity # all locales browser • browser • preferences • preferences.ftl
preferences-doh-strict-desc
rm
{ -brand-short-name } vegn adina ad utilisar in DNS segirà. Ti vesas in avis che avertescha dal ristg per la segirezza avant l'utilisaziun dal DNS da tes sistem.
en-US
{ -brand-short-name } will always use secure DNS. You’ll see a security risk warning before we use your system DNS.
Entity # all locales browser • browser • preferences • preferences.ftl
preferences-doh-strict-detailed-desc-3
rm
Sch'il DNS segirà n'è betg disponibel, na vegnan websites betg a chargiar u betg a funcziunar endretg
en-US
If secure DNS is not available sites will not load or function properly
Entity # all locales browser • browser • preferences • preferences.ftl
search-suggestions-cant-show
rm
Propostas da tschertgar na vegnan betg mussadas en la trav d'adressas perquai che ti has configurà { -brand-short-name } uschia che la cronologia na vegn betg memorisada.
en-US
Search suggestions will not be shown in location bar results because you have configured { -brand-short-name } to never remember history.
Entity # all locales browser • browser • preferences • preferences.ftl
sitedata-delete-on-close-private-browsing
rm
En il modus privat permanent vegnan cookies e datas da websites adina stizzadas cura che { -brand-short-name } vegn terminà.
en-US
In permanent private browsing mode, cookies and site data will always be cleared when { -brand-short-name } is closed.
Entity # all locales browser • browser • preferences • preferences.ftl
sitedata-option-block-all.label
rm
Tut ils cookies (impedescha che tschertas websites funcziunian)
en-US
All cookies (will cause websites to break)
Entity # all locales browser • browser • preferences • preferences.ftl
sync-choose-dialog-subtitle
rm
Modificaziuns da la glista dad elements da sincronisar vegnan applitgadas a tut ils apparats connectads.
en-US
Changes to the list of items to sync will be reflected across all your connected devices.
Entity # all locales browser • browser • preferences • preferences.ftl
update-application-warning-cross-user-setting
rm
Quest parameter pertutga tut ils contos da Windows e profils da { -brand-short-name } che utiliseschan questa installaziun da { -brand-short-name }.
en-US
This setting will apply to all Windows accounts and { -brand-short-name } profiles using this installation of { -brand-short-name }.
Entity # all locales browser • browser • preferences • selectBookmark.ftl
select-bookmark-desc
rm
Tscherna per plaschair in segnapagina sco pagina da partenza. Sche ti tschernas in ordinatur, vegnan averts sco tabs ils segnapaginas en quest ordinatur.
en-US
Choose a Bookmark to be your Home Page. If you choose a folder, the Bookmarks in that folder will be opened in Tabs.
Entity # all locales browser • browser • preferences • siteDataSettings.ftl
site-data-removing-table
rm
Ils cookies e las datas da las suandantas websites vegnan stizzadas
en-US
Cookies and site data for the following websites will be removed
Entity # all locales browser • browser • preferences • translation.ftl
translation-languages-disabled-desc
rm
Per suandantas linguas na vegnan offeridas naginas translaziuns
en-US
Translation will not be offered for the following languages
Entity # all locales browser • browser • preferences • translation.ftl
translation-sites-disabled-desc
rm
Per suandantas paginas na vegnan offeridas naginas translaziuns
en-US
Translation will not be offered for the following sites
Entity # all locales browser • browser • protections.ftl
monitor-breaches-resolved-description
rm
Sche tia adressa cumpara en ina nova sperdita da datas, ta faschain nus a savair.
en-US
If your email appears in any new breaches, we will let you know.
Entity # all locales browser • browser • protections.ftl
monitor-no-breaches-description
rm
Ti na cumparas en naginas sperditas da datas enconuschentas. Sche quai sa mida, ta faschain nus a savair.
en-US
You have no known breaches. If that changes, we will let you know.
Entity # all locales browser • browser • protectionsPanel.ftl
protections-panel-content-blocking-breakage-report-view-description
rm
La bloccada da cuntegn po chaschunar problems cun tschertas websites. L'annunzia da problems gida a meglierar { -brand-short-name } per tuts. Quest rapport vegn tramess a Mozilla ed includa in URL, sco era infurmaziuns davart la configuraziun da tes navigatur. <label data-l10n-name="learn-more">Ulteriuras infurmaziuns</label>
en-US
Blocking certain trackers can cause problems with some websites. Reporting these problems helps make { -brand-short-name } better for everyone. Sending this report will send a URL and information about your browser settings to Mozilla. <label data-l10n-name="learn-more">Learn more</label>
Entity # all locales browser • browser • protectionsPanel.ftl
protections-panel-content-blocking-breakage-report-view-description2
rm
La bloccada da cuntegn po chaschunar problems cun tschertas websites. L'annunzia da problems gida a meglierar { -brand-short-name } per tuts. Quest rapport vegn tramess a { -vendor-short-name } ed includa in URL, sco era infurmaziuns davart la configuraziun da tes navigatur.
en-US
Blocking certain trackers can cause problems with some websites. Reporting these problems helps make { -brand-short-name } better for everyone. Sending this report will send a URL and information about your browser settings to { -vendor-short-name }.
Entity # all locales browser • browser • protectionsPanel.ftl
protections-panel-cookie-banner-blocker-view-turn-on-description
rm
Activescha la bloccada e { -brand-short-name } vegn ad empruvar da refusar automaticamain bandieras da cookies sin questa website.
en-US
Turn on and { -brand-short-name } will try to automatically refuse cookie banners on this site.
Entity # all locales browser • browser • protectionsPanel.ftl
protections-panel-cookie-banner-view-cookie-clear-warning
rm
{ -brand-short-name } vegn a stizzar ils cookies da questa website ed actualisar la pagina. L'eliminaziun da tut ils cookies po ta deconnectar u svidar eventuals chanasters da cumpra.
en-US
{ -brand-short-name } will clear this site’s cookies and refresh the page. Clearing all cookies may sign you out or empty shopping carts.
Entity # all locales browser • browser • safeMode.ftl
troubleshoot-mode-description
rm
Utilisescha quest modus spezial da { -brand-short-name } per analisar sbagls. Tias extensiuns e persunalisaziuns vegnan temporarmain deactivadas.
en-US
Use this special mode of { -brand-short-name } to diagnose issues. Your extensions and customizations will be temporarily disabled.
Entity # all locales browser • browser • sanitize.ftl
sanitize-everything-warning
rm
L'entira cronologia vegn stizzada.
en-US
All history will be cleared.
Entity # all locales browser • browser • sanitize.ftl
sanitize-selected-warning
rm
Tut ils elements tschernids vegnan stizzads.
en-US
All selected items will be cleared.
Entity # all locales browser • browser • shopping.ftl
shopping-analysis-explainer-intro2
rm
Nus utilisain tecnologia dad intelligenza artifiziala da { -fakespot-brand-full-name } per controllar quant fidablas che las recensiuns da products èn. Questa analisa gida mo a giuditgar la qualitad da las recensiuns, betg la qualitad dals products.
en-US
We use AI technology from { -fakespot-brand-full-name } to check the reliability of product reviews. This will only help you assess review quality, not product quality.
Entity # all locales browser • browser • sync.ftl
fxa-signout-dialog-body
rm
Las datas sincronisadas restan en tes conto.
en-US
Synced data will remain in your account.
Entity # all locales browser • browser • sync.ftl
sync-disconnect-dialog-body
rm
{ -brand-product-name } chala da sincronisar tes conto, ma naginas da las datas da navigaziun na vegnan stizzadas da quest apparat.
en-US
{ -brand-product-name } will stop syncing your account but won’t delete any of your browsing data on this device.
Entity # all locales browser • browser • translations.ftl
translations-settings-always-translate-langs-description
rm
La translaziun vegn exequida automaticamain per las suandantas linguas
en-US
Translation will happen automatically for the following languages
Entity # all locales browser • browser • translations.ftl
translations-settings-never-translate-langs-description
rm
La translaziun na vegn betg offrida per las suandantas linguas
en-US
Translation will not be offered for the following languages
Entity # all locales browser • browser • translations.ftl
translations-settings-never-translate-sites-description
rm
La translaziun na vegn betg offrida per las suandantas websites
en-US
Translation will not be offered for the following sites
Entity # all locales browser • browser • webrtcIndicator.ftl
webrtc-reason-for-no-permanent-allow-insecure
rm
Tia connexiun a questa pagina n'è betg segira. Per ta proteger permetta { -brand-short-name } l'access mo per questa sesida.
en-US
Your connection to this site is not secure. To protect you, { -brand-short-name } will only allow access for this session.
Entity # all locales browser • chrome • browser • browser.properties
privacy.spoof_english
rm
Sche ti midas la preferenza da lingua en englais daventi pli grev dad identifitgar tai en l'internet e ti pos augmentar la protecziun da datas. Vuls ti dumandar versiuns englaisas da paginas d'internet (ord vista rumantscha: na)?
en-US
Changing your language setting to English will make you more difficult to identify and enhance your privacy. Do you want to request English language versions of web pages?
Entity # all locales browser • chrome • browser • browser.properties
troubleshootModeRestartPromptMessage
rm
Tias extensiuns, tes designs e tes parameters persunalisads vegnan deactivads temporarmain.
en-US
Your extensions, themes, and custom settings will be temporarily disabled.
Entity # all locales browser • chrome • browser • downloads • downloads.properties
unblockTypeMalware
rm
Questa datoteca cuntegna in virus u autra malware che vegn a donnegiar tes computer.
en-US
This file contains a virus or other malware that will harm your computer.
Entity # all locales browser • chrome • browser • siteData.properties
clearSiteDataPromptText
rm
Cun tscherner «Stizzar uss» vegnan tut ils cookies e tut las datas da websites memorisadas da %S stizzadas. Qua tras vegns ti eventualmain deconnectà da tschertas websites e cuntegn da web offline vegn stizzà.
en-US
Selecting ‘Clear Now’ will clear all cookies and site data stored by %S. This may sign you out of websites and remove offline web content.
Entity # all locales browser • chrome • browser • syncSetup.properties
relinkVerify.description
rm
In auter utilisader è pli baud s'annunzià tar Sync cun quest computer. Cun s'annunziar vegnan cumbinads ils segnapaginas, pleds-clav ed auters parameters cun quells da %S
en-US
A different user was previously signed in to Sync on this computer. Signing in will merge this browser’s bookmarks, passwords and other settings with %S
Entity # all locales browser • chrome • overrides • appstrings.properties
confirmRepostPrompt
rm
Per visualisar questa pagina sto %S danovamain trametter tschertas datas. Qua tras vegnan las acziuns gist exequidas (per exempel ina tschertga u in'empustaziun) repetidas.
en-US
To display this page, %S must send information that will repeat any action (such as a search or order confirmation) that was performed earlier.
Entity # all locales browser • chrome • overrides • appstrings.properties
redirectLoop
rm
Firefox ha constatà ch'il server renviescha la dumonda per questa adressa uschè ch'ella na po mai vegnir terminada.
en-US
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
Entity # all locales browser • defaultagent • defaultagent_localized.ini
DefaultBrowserAgentTaskDescription
rm
L'incumbensa «default browser agent» controllescha sch'il navigatur predefinì mida da %MOZ_APP_DISPLAYNAME% ad in auter navigatur. Sche la midada succeda sut circumstanzas dubiusas, vegn l'utilisader dumandà da midar enavos a %MOZ_APP_DISPLAYNAME% (sin il pli duas giadas). Questa incumbensa è vegnida installada automaticamain da %MOZ_APP_DISPLAYNAME% e vegn reinstallada cura che %MOZ_APP_DISPLAYNAME% vegn actualisà. Per deactivar questa incumbensa, mida la valur da la preferenza «default-browser-agent.enabled» sin la pagina about:config u modifitgescha la «enterprise policy» da %MOZ_APP_DISPLAYNAME% «DisableDefaultBrowserAgent».
en-US
The Default Browser Agent task checks when the default changes from %MOZ_APP_DISPLAYNAME% to another browser. If the change happens under suspicious circumstances, it will prompt users to change back to %MOZ_APP_DISPLAYNAME% no more than two times. This task is installed automatically by %MOZ_APP_DISPLAYNAME%, and is reinstalled when %MOZ_APP_DISPLAYNAME% updates. To disable this task, update the “default-browser-agent.enabled” preference on the about:config page or the %MOZ_APP_DISPLAYNAME% enterprise policy setting “DisableDefaultBrowserAgent”.
Entity # all locales browser • extensions • formautofill • formautofill.properties
saveCreditCardMessage
rm
Vuls ti che %S memoriseschia questa carta da credit? (Il code da segirezza na vegn betg memorisà.)
en-US
Would you like %S to save this credit card? (Security code will not be saved)
Entity # all locales browser • installer • custom.properties
OPTIONAL_COMPONENTS_DESC
rm
Il 'Servetsch da mantegniment' lubescha dad actualisar $BrandShortName automaticamain senza interrumper la lavur.
en-US
The Maintenance Service will allow you to update $BrandShortName silently in the background.
Entity # all locales browser • installer • custom.properties
OPTION_STANDARD_DESC
rm
$BrandShortName vegn installà cun las opziuns las pli usitadas dal program.
en-US
$BrandShortName will be installed with the most common options.
Entity # all locales browser • installer • custom.properties
SUMMARY_INSTALLED_TO
rm
$BrandShortName vegn installà en il suandant ordinatur:
en-US
$BrandShortName will be installed to the following location:
Entity # all locales browser • installer • custom.properties
UN_CONFIRM_UNINSTALLED_FROM
rm
$BrandShortName vegn deinstallà dal suandant lieu:
en-US
$BrandShortName will be uninstalled from the following location:
Entity # all locales browser • installer • custom.properties
UN_REFRESH_PAGE_EXPLANATION
rm
Sche ti has problems cun $BrandShortName, po ina reinizialisaziun gidar.\n\nQuesta operaziun restaurescha ils parameters predefinids ed allontanescha supplements. Cumenza da nov cun prestaziun optimala.
en-US
If you’re having problems with $BrandShortName, a refresh can help.\n\nThis will restore the default settings and remove add-ons. Start fresh for optimal performance.
Entity # all locales browser • installer • mui.properties
MUI_TEXT_WELCOME_INFO_TEXT
rm
Quest assistent ta guida tras l'installaziun da $BrandFullNameDA.\n\nNus recumandain da serrar tut ils auters programs avant che cumenzar l'installaziun. Quai pussibilitescha d'actualisar tschertas datotecas dal sistem senza stuair reaviar tes computer.\n\n$_CLICK
en-US
This wizard will guide you through the installation of $BrandFullNameDA.\n\nIt is recommended that you close all other applications before starting Setup. This will make it possible to update relevant system files without having to reboot your computer.\n\n$_CLICK
Entity # all locales browser • installer • mui.properties
MUI_UNTEXT_WELCOME_INFO_TEXT
rm
Quest assistent ta gida cun la deinstallaziun da $BrandFullNameDA.\n\nControllescha che $BrandFullNameDA n'è betg pli activ avant che cumenzar la deinstallaziun.\n\n$_CLICK
en-US
This wizard will guide you through the uninstallation of $BrandFullNameDA.\n\nBefore starting the uninstallation, make sure $BrandFullNameDA is not running.\n\n$_CLICK
Entity # all locales browser • installer • nsisstrings.properties
STUB_CANCEL_PROMPT_MESSAGE
rm
Cun interrumper na vegn $BrandShortName betg installà.
en-US
If you cancel, $BrandShortName will not be installed.
Entity # all locales browser • installer • nsisstrings.properties
STUB_INSTALLING_BODY2
rm
$BrandShortName è pront en pauc mument.
en-US
$BrandShortName will be ready in just a few moments.
Entity # all locales browser • installer • override.properties
DirText
rm
Il program d'installaziun vegn ad installar $BrandFullNameDA en il suandant ordinatur. Sche ti vuls installar en in auter ordinatur, clicca sin Tschertgar en e tscherna in auter. $_CLICK
en-US
Setup will install $BrandFullNameDA in the following folder. To install in a different folder, click Browse and select another folder. $_CLICK
Entity # all locales browser • installer • override.properties
UninstallingText
rm
$BrandFullNameDA vegn a vegnir deinstallà dal suandant ordinatur. $_CLICK
en-US
$BrandFullNameDA will be uninstalled from the following folder. $_CLICK
Entity # all locales browser • updater • updater.ini
InfoText
rm
%MOZ_APP_DISPLAYNAME% installescha las actualisaziuns e vegn ad aviar en pauc temp
en-US
%MOZ_APP_DISPLAYNAME% is installing your updates and will start in a few moments
Entity # all locales devtools • client • aboutdebugging.ftl
about-debugging-setup-usb-disabled
rm
Enabling this will download and add the required Android USB debugging components to { -brand-shorter-name }.
en-US
Enabling this will download and add the required Android USB debugging components to { -brand-shorter-name }.
Entity # all locales devtools • client • accessibility.properties
accessibility.disable.enabledTitle
rm
Accessibility service will be turned off for all tabs and windows.
en-US
Accessibility service will be turned off for all tabs and windows.
Entity # all locales devtools • client • accessibility.properties
accessibility.enable.enabledTitle
rm
Accessibility service will be turned on for all tabs and windows.
en-US
Accessibility service will be turned on for all tabs and windows.
Entity # all locales devtools • client • changes.properties
changes.noChangesDescription
rm
Changes to CSS in Inspector will appear here.
en-US
Changes to CSS in Inspector will appear here.
Entity # all locales devtools • client • debugger.properties
showIgnoredSources.tooltip.label
rm
This will show all the ignored sources (which are currently hidden) in the tree.
en-US
This will show all the ignored sources (which are currently hidden) in the tree.
Entity # all locales devtools • client • memory.properties
checkbox.recordAllocationStacks.tooltip
rm
Toggle the recording of allocation stacks. Subsequent heap snapshots will be able to label and group objects created when allocation stack recording is active by their allocation stack. Recording allocation stacks has a performance overhead.
en-US
Toggle the recording of the call stack of when an object was allocated. Subsequent snapshots will be able to group and label objects by call stacks, but only with those objects created after toggling this option. Recording call stacks has a performance overhead.
Entity # all locales devtools • client • netmonitor.properties
netmonitor.toolbar.enablePersistentLogs.tooltip
rm
If you enable this option the requests list will not be cleared each time you navigate to a new page
en-US
If you enable this option the requests list will not be cleared each time you navigate to a new page
Entity # all locales devtools • client • storage.ftl
storage-idb-delete-blocked
rm
Database “{ $dbName }” will be deleted after all connections are closed.
en-US
Database “{ $dbName }” will be deleted after all connections are closed.
Entity # all locales devtools • client • toolbox-options.ftl
options-disable-http-cache-tooltip.title
rm
Turning this option on will disable the HTTP cache for all tabs that have the toolbox open. Service Workers are not affected by this option.
en-US
Turning this option on will disable the HTTP cache for all tabs that have the toolbox open. Service Workers are not affected by this option.
Entity # all locales devtools • client • toolbox-options.ftl
options-disable-javascript-tooltip.title
rm
Turning this option on will disable JavaScript for the current tab. If the tab or the toolbox is closed then this setting will be forgotten.
en-US
Turning this option on will disable JavaScript for the current tab. If the tab or the toolbox is closed then this setting will be forgotten.
Entity # all locales devtools • client • toolbox-options.ftl
options-enable-chrome-tooltip.title
rm
Turning this option on will allow you to use various developer tools in browser context (via Tools > Web Developer > Browser Toolbox) and debug add-ons from the Add-ons Manager
en-US
Turning this option on will allow you to use various developer tools in browser context (via Tools > Web Developer > Browser Toolbox) and debug add-ons from the Add-ons Manager
Entity # all locales devtools • client • toolbox-options.ftl
options-enable-custom-formatters-tooltip.title
rm
Turning this option on will allow sites to define custom formatters for DOM objects
en-US
Turning this option on will allow sites to define custom formatters for DOM objects
Entity # all locales devtools • client • toolbox-options.ftl
options-enable-f12-tooltip.title
rm
Turning this option on will bind the F12 key to open or close the DevTools toolbox
en-US
Turning this option on will bind the F12 key to open or close the DevTools toolbox
Entity # all locales devtools • client • toolbox-options.ftl
options-enable-remote-tooltip2.title
rm
Turning this option on will allow to debug this browser instance remotely
en-US
Turning this option on will allow to debug this browser instance remotely
Entity # all locales devtools • client • toolbox-options.ftl
options-enable-service-workers-http-tooltip.title
rm
Turning this option on will enable the service workers over HTTP for all tabs that have the toolbox open.
en-US
Turning this option on will enable the service workers over HTTP for all tabs that have the toolbox open.
Entity # all locales devtools • client • toolbox-options.ftl
options-inspector-rules-focus-next-on-enter-tooltip.title
rm
Warning: Source string is missing
en-US
When enabled, hitting the Enter key when editing a selector, a property name or value will move the focus to the next input.
Entity # all locales devtools • client • toolbox-options.ftl
options-show-user-agent-styles-tooltip.title
rm
Turning this on will show default styles that are loaded by the browser.
en-US
Turning this on will show default styles that are loaded by the browser.
Entity # all locales devtools • client • toolbox-options.ftl
options-source-maps-tooltip.title
rm
If you enable this option sources will be mapped in the tools.
en-US
If you enable this option sources will be mapped in the tools.
Entity # all locales devtools • client • toolbox.ftl
toolbox-always-on-top-disabled2.title
rm
This will restart the Developer Tools
en-US
This will restart the Developer Tools
Entity # all locales devtools • client • toolbox.ftl
toolbox-always-on-top-enabled2.title
rm
This will restart the Developer Tools
en-US
This will restart the Developer Tools
Entity # all locales devtools • client • webconsole.properties
webconsole.console.settings.menu.item.autocomplete.tooltip
rm
If you enable this option the input will display suggestions as you type in it
en-US
If you enable this option the input will display suggestions as you type in it
Entity # all locales devtools • client • webconsole.properties
webconsole.console.settings.menu.item.enablePersistentLogs.tooltip
rm
If you enable this option the output will not be cleared each time you navigate to a new page
en-US
If you enable this option the output will not be cleared each time you navigate to a new page
Entity # all locales devtools • client • webconsole.properties
webconsole.console.settings.menu.item.instantEvaluation.tooltip
rm
If you enable this option the input will be instantly evaluated as you type in it
en-US
If you enable this option the input will be instantly evaluated as you type in it
Entity # all locales devtools • client • webconsole.properties
webconsole.console.settings.menu.item.timestamps.tooltip
rm
If you enable this option commands and output in the Web Console will display a timestamp
en-US
If you enable this option commands and output in the Web Console will display a timestamp
Entity # all locales devtools • client • webconsole.properties
webconsole.cssFilterButton.inactive.tooltip
rm
Stylesheets will be reparsed to check for errors. Refresh the page to also see errors from stylesheets modified from Javascript.
en-US
Stylesheets will be reparsed to check for errors. Refresh the page to also see errors from stylesheets modified from Javascript.
Entity # all locales devtools • client • webconsole.properties
webconsole.message.commands.startTracingToProfiler
rm
Started tracing to the Profiler. The traces will be displayed in the profiler on stop.
en-US
Started tracing to the Profiler. The traces will be displayed in the profiler on stop.
Entity # all locales devtools • shared • webconsole-commands.ftl
webconsole-commands-usage-block
rm
:block URL_STRING Start blocking network requests It accepts only one URLSTRING argument, an unquoted string which will be used to block all requests whose URL includes this string. Use :unblock or the Network Monitor request blocking sidebar to undo this.
en-US
:block URL_STRING Start blocking network requests It accepts only one URL_STRING argument, an unquoted string which will be used to block all requests whose URL includes this string. Use :unblock or the Network Monitor request blocking sidebar to undo this.
Entity # all locales dom • chrome • appstrings.properties
confirmRepostPrompt
rm
Per visualisar questa pagina sto l'applicaziun trametter danovamain tschertas datas. Qua tras vegnan las acziuns gist exequidas (per exempel ina tschertga u in'empustaziun) repetidas.
en-US
To display this page, the application must send information that will repeat any action (such as a search or order confirmation) that was performed earlier.
Entity # all locales dom • chrome • dom • dom.properties
AppCacheWarning
rm
L'API Application Cache (AppCache) è antiquada e vegn allontanada proximamain. Considerescha dad utilisar ServiceWorker per porscher la funcziunalitad senza connexiun.
en-US
The Application Cache API (AppCache) is deprecated and will be removed at a future date. Please consider using ServiceWorker for offline support.
Entity # all locales dom • chrome • dom • dom.properties
ComponentsWarning
rm
Betg pli duvrar l'object 'Components', el vegn prest allontanà.
en-US
The Components object is deprecated. It will soon be removed.
Entity # all locales dom • chrome • dom • dom.properties
FormSubmissionUntrustedEventWarning
rm
La spediziun dad in formular via in eveniment «submit» betg fidà è obsoleta e vegn allontanada en l'avegnir.
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
HittingMaxWorkersPerDomain2
rm
I n'è betg reussì dad aviar immediat in worker perquai che auters documents dal medem origin dovran gia il dumber maximal da workers. Il worker è ussa en la colonna da spetga e vegn avià uschespert che auters workers èn a fin.
en-US
A Worker could not be started immediately because other documents in the same origin are already using the maximum number of workers. The Worker is now queued and will be started after some of the other workers have completed.
Entity # all locales dom • chrome • dom • dom.properties
IgnoringWillChangeOverBudgetWarning
rm
Will-change consumescha memia blera memoria. La limita dal budget è la surfatscha dal document multiplitgada cun %1$S (%2$S px). Occurrenzas da will-change vegnan ignoradas sch'ellas surpassan il budget.
en-US
Will-change memory consumption is too high. Budget limit is the document surface area multiplied by %1$S (%2$S px). Occurrences of will-change over the budget will be ignored.
Entity # all locales dom • chrome • dom • dom.properties
ImageBitmapRenderingContext_TransferImageBitmapWarning
rm
ImageBitmapRenderingContext.transferImageBitmap è obsolet e vegn bainprest allontanà. Utilisar ImageBitmapRenderingContext.transferFromImageBitmap.
en-US
ImageBitmapRenderingContext.transferImageBitmap is deprecated and will be removed soon. Use ImageBitmapRenderingContext.transferFromImageBitmap instead.
Entity # all locales dom • chrome • dom • dom.properties
InstallTriggerDeprecatedWarning
rm
InstallTrigger è obsolet e vegn allontanà en l'avegnir.
en-US
InstallTrigger is deprecated and will be removed in the future.
Entity # all locales dom • chrome • dom • dom.properties
InstallTriggerInstallDeprecatedWarning
rm
InstallTrigger.install() è obsolet e vegn allontanà en l'avegnir. Per ulteriur agid: https://extensionworkshop.com/documentation/publish/self-distribution/
en-US
InstallTrigger.install() is deprecated and will be removed in the future. For more help https://extensionworkshop.com/documentation/publish/self-distribution/
Entity # all locales dom • chrome • dom • dom.properties
KillAddonScriptMessage
rm
In script da l'extensiun «%1$S» vegn exequì sin questa pagina e blochescha %2$S.\n\nIl script è eventualmain occupà u ch'el na respunda insumma betg pli. Ti pos ussa interrumper il script u cuntinuar a spetgar ch'el termineschia.
en-US
A script from the extension “%1$S” is running on this page, and making %2$S unresponsive.\n\nIt may be busy, or it may have stopped responding permanently. You can stop the script now, or you can continue to see if it will complete.
Entity # all locales dom • chrome • dom • dom.properties
KillScriptMessage
rm
In script da questa pagina è eventualmain occupà u na respunda betg pli. Ti pos interrumper u laschar cuntinuar il script per guardar, sch'el vegn terminà.
en-US
A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.
Entity # all locales dom • chrome • dom • dom.properties
ManifestImageUnusable
rm
L'element «%1$S» en la posiziun %2$S n'ha nagin intent («purpose») utilisabel e vegn ignorà.
en-US
%1$S item at index %2$S lacks a usable purpose. It will be ignored.
Entity # all locales dom • chrome • dom • dom.properties
MathML_DeprecatedMathSizeValueWarning
rm
Las valurs «small», «normal» e «big» na duessan betg pli vegnir utilisadas per l'attribut «mathsize» e na vegnan betg pli sustegnidas en ina versiun futura.
en-US
“small”, “normal” and “big” are deprecated values for the mathsize attribute and will be removed at a future date.
Entity # all locales dom • chrome • dom • dom.properties
MathML_DeprecatedMathSpaceValue2Warning
rm
La valur da lunghezza «%S» da MathML è obsoleta e vegn allontanada en l'avegnir.
en-US
MathML length value “%S” is deprecated and will be removed at a future date.
Entity # all locales dom • chrome • dom • dom.properties
MathML_DeprecatedMathSpaceValueWarning
rm
Las valurs «veryverythinmathspace», «verythinmathspace», «thinmathspace», «mediummathspace», «thickmathspace», «verythickmathspace» e «veryverythickmathspace» na duessan betg pli vegnir utilisadas per lunghezzas MathML e na vegnan betg pli sustegnidas en ina versiun futura.
en-US
“veryverythinmathspace”, “verythinmathspace”, “thinmathspace”, “mediummathspace”, “thickmathspace”, “verythickmathspace” and “veryverythickmathspace” are deprecated values for MathML lengths and will be removed at a future date.
Entity # all locales dom • chrome • dom • dom.properties
MathML_DeprecatedMathVariantWarning
rm
«mathvariant='%S'» sin elements MathML è obsolet e vegn allontanà en l'avegnir.
en-US
“mathvariant='%S'” on MathML elements is deprecated and will be removed at a future date.
Entity # all locales dom • chrome • dom • dom.properties
MathML_DeprecatedScriptminsizeAttributeWarning
rm
L'attribut da MathML «scriptminsize» na duess betg pli vegnir utilisà. El na vegn betg pli sustegnì en ina versiun futura.
en-US
MathML attribute “scriptminsize” is deprecated and will be removed at a future date.
Entity # all locales dom • chrome • dom • dom.properties
MathML_DeprecatedScriptsizemultiplierAttributeWarning
rm
L'attribut da MathML «scriptsizemultiplier» na duess betg pli vegnir utilisà. El na vegn betg pli sustegnì en ina versiun futura.
en-US
MathML attribute “scriptsizemultiplier” is deprecated and will be removed at a future date.
Entity # all locales dom • chrome • dom • dom.properties
MathML_DeprecatedStixgeneralOperatorStretchingWarning
rm
Il sustegn da la calculaziun dad operaturs MathML stendids cun scrittiras STIXGeneral è obsolet e vegn probablamain allontanà en l'avegnir. Per ulteriuras infurmaziuns davart scrittiras pli novas che vegnan vinavant sustegnidas, vesair %S
en-US
Support for rendering stretched MathML operators with STIXGeneral fonts is deprecated and may be removed at a future date. For details about newer fonts that will continue to be supported, see %S
Entity # all locales dom • chrome • dom • dom.properties
MathML_DeprecatedStyleAttributeWarning
rm
Ils attributs da MathML «background», «color», «fontfamily», «fontsize», «fontstyle» e «fontweight» na duessan betg pli vegnir utilisads e na vegnan betg pli sustegnids en ina versiun futura.
en-US
MathML attributes “background”, “color”, “fontfamily”, “fontsize”, “fontstyle” and “fontweight” are deprecated and will be removed at a future date.
Entity # all locales dom • chrome • dom • dom.properties
MediaEMEInsecureContextDeprecatedWarning
rm
L'utilisaziun dad Encrypted Media Extensions sin %S en in context betg segir (quai vul dir betg HTTPS) è obsoleta e na vegn proximamain betg pli ad esser pussaivla. Considerescha dad utilisar ina connexiun segira sco HTTPS.
en-US
Using Encrypted Media Extensions at %S on an insecure (i.e. non-HTTPS) context is deprecated and will soon be removed. You should consider switching to a secure origin such as HTTPS.
Entity # all locales dom • chrome • dom • dom.properties
MediaEMENoCapabilitiesDeprecatedWarning
rm
Il clom da navigator.requestMediaKeySystemAccess() (sin %S) senza surdar in candidat MediaKeySystemConfiguration che cuntegna audioCapabilities u videoCapabilities è obsolet e vegn proximamain allontanà.
en-US
Calling navigator.requestMediaKeySystemAccess() (at %S) without passing a candidate MediaKeySystemConfiguration containing audioCapabilities or videoCapabilities is deprecated and will soon become unsupported.
Entity # all locales dom • chrome • dom • dom.properties
MediaEMENoCodecsDeprecatedWarning
rm
Il clom da navigator.requestMediaKeySystemAccess() (sin %S) cun surdar in candidat MediaKeySystemConfiguration che cuntegna audioCapabilities u videoCapabilities senza in contentType cun in string “codecs” è obsolet e vegn proximamain allontanà.
en-US
Calling navigator.requestMediaKeySystemAccess() (at %S) passing a candidate MediaKeySystemConfiguration containing audioCapabilities or videoCapabilities without a contentType with a “codecs” string is deprecated and will soon become unsupported.
Entity # all locales dom • chrome • dom • dom.properties
MediaElementAudioSourceNodeCrossOrigin
rm
Il HTMLMediaElement surdà a createMediaElementSource posseda ina resursa cross-origin. Il nuf vegn a producir silenzi.
en-US
The HTMLMediaElement passed to createMediaElementSource has a cross-origin resource, the node will output silence.
Entity # all locales dom • chrome • dom • dom.properties
MediaStreamAudioSourceNodeCrossOrigin
rm
Il MediaStream surdà a createMediaStreamSource posseda ina resursa cross-origin. Il nuf vegn a producir silenzi.
en-US
The MediaStream passed to createMediaStreamSource has a cross-origin resource, the node will output silence.
Entity # all locales dom • chrome • dom • dom.properties
MediaStreamTrackAudioSourceNodeCrossOrigin
rm
Il MediaStreamTrack surdà a createMediaStreamTrackSource è ina resursa cross-origin. Il nuf vegn a generar silenzi.
en-US
The MediaStreamTrack passed to createMediaStreamTrackSource is a cross-origin resource, the node will output silence.
Entity # all locales dom • chrome • dom • dom.properties
NotificationsRequireUserGestureDeprecationWarning
rm
La dumonda da pudair utilisar notificaziuns ordaifer in administratur d'eveniments da curta durada generà da l'utilisader è ina tecnica obsoleta e na vegn betg pli sustegnida en versiuns futuras.
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
PluginHangUIMessage
rm
%S è forsa occupà u ch'el na respunda betg pli. Ti pos ussa interrumper il plug-in u spetgar e guardar sch'il plug-in terminescha.
en-US
%S may be busy, or it may have stopped responding. You can stop the plugin now, or you can continue to see if the plugin will complete.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadEncodingHeader
rm
Il ServiceWorker per il scope «%1$S» n'ha betg pudì decriptar in messadi push. Il chau-pagina «Content-Encoding» sto esser «aesgcm». «aesgcm128» è permess, ma obsolet e vegn bainprest allontanà. Vesair https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 per ulteriuras infurmaziuns.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Content-Encoding‘ header must be ‘aesgcm‘. ‘aesgcm128‘ is allowed, but deprecated and will soon be removed. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadEncryptionKeyHeader
rm
Il ServiceWorker per il scope «%1$S» n'ha betg pudì decriptar in messadi push. Il chau-pagina «Encryption-Key» sto cuntegnair in parameter «dh». Quest chau-pagina è obsolet e vegn bainprest allontanà. Per plaschair utilisar «Crypto-Key» cun «Content-Encoding: aesgcm». Vesair https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 per ulteriuras infurmaziuns.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Encryption-Key’ header must include a ‘dh‘ parameter. This header is deprecated and will soon be removed. Please use ‘Crypto-Key‘ with ‘Content-Encoding: aesgcm‘ instead. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 for more information.
Entity # all locales dom • chrome • dom • dom.properties
SVGFarthestViewportElement
rm
SVGGraphicsElement.farthestViewportElement è obsolet e vegn allontanà en l'avegnir.
en-US
SVGGraphicsElement.farthestViewportElement is deprecated and will be removed at a future date.
Entity # all locales dom • chrome • dom • dom.properties
SVGFarthestViewportElementWarning
rm
Warning: Source string is missing
en-US
SVGGraphicsElement.farthestViewportElement is deprecated and will be removed at a future date.
Entity # all locales dom • chrome • dom • dom.properties
SVGNearestViewportElement
rm
SVGGraphicsElement.nearestViewportElement è obsolet e vegn allontanà en l'avegnir. Utilisescha SVGElement.viewportElement.
en-US
SVGGraphicsElement.nearestViewportElement is deprecated and will be removed at a future date. Use SVGElement.viewportElement instead.
Entity # all locales dom • chrome • dom • dom.properties
SVGNearestViewportElementWarning
rm
Warning: Source string is missing
en-US
SVGGraphicsElement.nearestViewportElement is deprecated and will be removed at a future date. Use SVGElement.viewportElement instead.
Entity # all locales dom • chrome • dom • dom.properties
SizeToContentWarning
rm
sizeToContent() è obsolet e vegn allontanà en l'avegnir.
en-US
sizeToContent() is deprecated and will be removed in the future.
Entity # all locales dom • chrome • layout • HtmlForm.properties
ForgotFileEnctypeWarning
rm
Il formular cuntegna in invit d'entrada per datotecas, ma method=POST e enctype=multipart/form-data mancan en quest formular. La datoteca na po betg vegnir tramessa.
en-US
Form contains a file input, but is missing method=POST and enctype=multipart/form-data on the form. The file will not be sent.
Entity # all locales dom • chrome • layout • css.properties
PENeverMatchingHostSelector
rm
Il selectur :host en «%S» n'è mai senza funcziuns e la correspundenza n'è mai dada. Has ti vulì utilisar :host()?
en-US
:host selector in ‘%S’ is not featureless and will never match. Maybe you intended to use :host()?
Entity # all locales dom • chrome • layout • htmlparser.properties
errDeepTree
rm
L'arber dal document è memia profund. La profunditad vegn reducida a 513 elements.
en-US
The document tree is too deep. The tree will be flattened to be 513 elements deep.
Entity # all locales dom • chrome • security • csp.properties
duplicateDirective
rm
Chattà ina directiva dubla %1$S. Tuttas auter che l'emprima instanza vegnan ignoradas.
en-US
Duplicate %1$S directives detected. All but the first instance will be ignored.
Entity # all locales dom • chrome • security • csp.properties
notSupportingDirective
rm
La directiva '%1$S' na vegn betg sustegnida. Ella e las valurs vegnan ignoradas.
en-US
Not supporting directive ‘%1$S’. Directive and values will be ignored.
Entity # all locales dom • chrome • security • csp.properties
reportURInotInReportOnlyHeader
rm
Questa pagina (%1$S) ha ina directiva da mo rapportar senza ina URI da rapportar. La CSP na vegn betg a bloccar e na po betg rapportar violaziuns da questa directiva.
en-US
This site (%1$S) has a Report-Only policy without a report URI. CSP will not block and cannot report violations of this policy.
Entity # all locales dom • chrome • security • security.properties
BothAllowTopNavigationAndUserActivationPresent
rm
In iframe che dispona tant da allow-top-navigation sco da allow-top-navigation-by-user-activation per ses attribut sandbox vegn a permetter la navigaziun al nivel superiur.
en-US
An iframe which has both allow-top-navigation and allow-top-navigation-by-user-activation for its sandbox attribute will permit top navigations.
Entity # all locales dom • chrome • security • security.properties
CORSAllowHeaderFromPreflightDeprecation
rm
Avis dumonda cross-origin: La directiva da medem origin na lubescha prest betg pli da leger la resursa lontana sin %1$S. (Motiv: Sche «Access-Control-Allow-Headers» è «*», n'è il chau-pagina «Authorization» betg cuvert. Per includer il chau-pagina «Authorization», sto el vegnir menziunà explicitamain en il chau-pagina CORS «Access-Control-Allow-Headers»).
en-US
Cross-Origin Request Warning: The Same Origin Policy will disallow reading the remote resource at %1$S soon. (Reason: When the `Access-Control-Allow-Headers` is `*`, the `Authorization` header is not covered. To include the `Authorization` header, it must be explicitly listed in CORS header `Access-Control-Allow-Headers`).
Entity # all locales dom • chrome • security • security.properties
LoadingMixedDisplayObjectSubrequestDeprecation
rm
I vegn scusseglià da chargiar il cuntegn maschadà (malsegir) «%1$S» entaifer in plug-in en ina pagina segirada. En futur vegn quest cumportament bloccà.
en-US
Loading mixed (insecure) content “%1$S” within a plugin on a secure page is discouraged and will be blocked soon.
Entity # all locales dom • chrome • security • security.properties
ReferrerPolicyDisallowRelaxingWarning
rm
Referrer Policy: Directivas main restrictivas, inclus ‘no-referrer-when-downgrade’, ‘origin-when-cross-origin’ ed ‘unsafe-url’, vegnan prest ignoradas per la dumonda tranter websites: %S
en-US
Referrer Policy: Less restricted policies, including ‘no-referrer-when-downgrade’, ‘origin-when-cross-origin’ and ‘unsafe-url’, will be ignored soon for the cross-site request: %S
Entity # all locales netwerk • necko.properties
CookieForeignNoPartitionedWarning
rm
Il cookie «%1$S» vegn prest a vegnir refusà perquai ch’el è ester e n’ha nagin attribut «Partitioned».
en-US
Cookie “%1$S” will soon be rejected because it is foreign and does not have the “Partitioned“ attribute.
Entity # all locales netwerk • necko.properties
CookieLaxForcedForBeta2
rm
Il cookie «%1$S» n'ha betg ina valur valida per l'attribut «SameSite». Cookies senza l'attribut «SameSite» u cun ina valur nunvalida vegnan prest tractads sco «Lax». Quai munta ch'il cookie na vegn betg pli tramess en contexts da terzas partidas. Sch'igl è essenzial per tia applicaziun che quest cookie stat a disposiziun en tals contexts, agiuntescha per plaschair l'attribut «SameSite=None». Per ulteriuras infurmaziuns davart l'attribut «SameSite», leger %2$S
en-US
Cookie “%1$S” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read %2$S
Entity # all locales netwerk • necko.properties
CookieRejectedNonRequiresSecureForBeta3
rm
Il cookie «%1$S» vegn prest a vegnir refusà perquai che l'attribut «SameSite» ha la valur «None» senza l'attribut «secure». Per ulteriuras infurmaziuns davart l'attribut «SameSite», consultar %2$S
en-US
Cookie “%1$S” will be soon rejected because it has the “SameSite” attribute set to “None” without the “secure” attribute. To know more about the “SameSite“ attribute, read %2$S
Entity # all locales security • manager • chrome • pipnss • pipnss.properties
certErrorNotYetValidNow
rm
Il certificat vala pir a partir dals %1$S. Ussa èsi ils %2$S.
en-US
The certificate will not be valid until %1$S. The current time is %2$S.
Entity # all locales security • manager • security • certificates • certManager.ftl
delete-ca-cert-confirm
rm
Ti has dumandà da stizzar quests certificats CA. Per certificats integrads vegn tut la fidanza allontanada, cun il medem effect. Es ti segir che ti vuls stizzar u betg pli fidar?
en-US
You have requested to delete these CA certificates. For built-in certificates all trust will be removed, which has the same effect. Are you sure you want to delete or distrust?
Entity # all locales security • manager • security • certificates • certManager.ftl
delete-ca-cert-impact
rm
Sche ti stizzas u na fidas betg pli ad in certificat dad in post da certificaziun (CA) na vegn questa applicaziun betg pli a fidar a certificats emess da quest post.
en-US
If you delete or distrust a certificate authority (CA) certificate, this application will no longer trust any certificates issued by that CA.
Entity # all locales security • manager • security • certificates • certManager.ftl
delete-email-cert-impact
rm
Sche ti stizzas in certificat dad e-mail d'ina persuna, na pos ti betg pli trametter e-mails criptads a questa persuna.
en-US
If you delete a person’s e-mail certificate, you will no longer be able to send encrypted e-mail to that person.
Entity # all locales security • manager • security • certificates • certManager.ftl
exception-mgr-supplemental-warning
rm
Bancas seriusas, fatschentas ed autras paginas uffizialas na vegnan betg a dumandar tai da far talas chaussas.
en-US
Legitimate banks, stores, and other public sites will not ask you to do this.
Entity # all locales security • manager • security • pippki • pippki.ftl
pippki-pw-empty-warning
rm
Tes pleds-clav memorisads e tias clavs privatas na vegnan betg protegids.
en-US
Your stored passwords and private keys will not be protected.
Entity # all locales security • manager • security • pippki • pippki.ftl
reset-primary-password-text
rm
Sche tes pled-clav universal vegn redefinì, perdas ti tut tes pleds-clav memorisads da web e dad e-mail, tes certificats persunals e tias clavs privatas. Vuls ti propi redefinir tes pled-clav universal?
en-US
If you reset your Primary Password, all your stored web and e-mail passwords, personal certificates, and private keys will be forgotten. Are you sure you want to reset your Primary Password?
Entity # all locales security • manager • security • pippki • pippki.ftl
set-password-reminder
rm
Impurtant: sche ti emblidas tes pled-clav da segirezza dal certificat, na pos ti pli tard betg pli restaurar questa copia da segirezza. Al notescha per plaschair en in lieu segir.
en-US
Important: If you forget your certificate backup password, you will not be able to restore this backup later. Please record it in a safe location.
Entity # all locales toolkit • chrome • global • aboutStudies.properties
disabledList
rm
Voilà, ina glista da studis, als quals ti has participà. I na vegn lantschà nagin studi nov.
en-US
This is a list of studies that you have participated in. No new studies will run.
Entity # all locales toolkit • chrome • global • browser.properties
formPostSecureToInsecureWarning.message
rm
Las infurmaziuns che ti has endatà sin questa pagina vegnan tramessas cun ina connexiun betg segirada. Terzas persunas las pon eventualmain leger.\n\nEs ti segir che ti vuls trametter questas infurmaziuns?
en-US
The information you have entered on this page will be sent over an insecure connection and could be read by a third party.\n\nAre you sure you want to send this information?
Entity # all locales toolkit • chrome • global • commonDialogs.properties
EnterCredentialsCrossOrigin
rm
Questa website ta dumonda da s'annunziar. Attenziun: Tias datas d'annunzia vegnan cundividas cun %S, betg cun la website che ti visitas actualmain.
en-US
This site is asking you to sign in. Warning: Your login information will be shared with %S, not the website you are currently visiting.
Entity # all locales toolkit • chrome • global • commonDialogs.properties
EnterUserPasswordForCrossOrigin2
rm
%1$S dumonda tes num d'utilisader e pled-clav. ATTENZIUN: Il pled-clav na vegn betg tramess a la pagina che ti visitas actualmain!
en-US
%1$S is requesting your username and password. WARNING: Your password will not be sent to the website you are currently visiting!
Entity # all locales toolkit • chrome • mozapps • profile • profileSelection.properties
deleteProfileConfirm
rm
Cun stizzar il profil vegn quel allontanà da la glista dals profils disponibels e na po BETG vegnir reconstruì. Ti pos opziunalmain era stizzar tut las datas dal profil, incl. ils parameters e las datas persunalas memorisadas. Questa opziun stizza il suandant ordinatur incl. ses cuntegn cumplet:\n\n"%S"\n\nATTENZIUN: quest pass na po BETG vegnir revocà!\n\nVuls ti stizzar las datas dal profil?
en-US
Deleting a profile will remove the profile from the list of available profiles and cannot be undone.\nYou may also choose to delete the profile data files, including your settings, certificates and other user-related data. This option will delete the folder “%S” and cannot be undone.\nWould you like to delete the profile data files?
Entity # all locales toolkit • chrome • mozapps • profile • profileSelection.properties
restartMessageUnlockerMac
rm
Ina copia da %S vegn gia exequida. La copia %S averta vegn terminada per pudair avrir questa copia.
en-US
A copy of %S is already open. The running copy of %S will quit in order to open this one.
Entity # all locales toolkit • chrome • passwordmgr • passwordmgr.properties
generatedPasswordWillBeSaved
rm
%S vegn a memorisar quest pled-clav per questa website.
en-US
%S will save this password for this website.
Entity # all locales toolkit • crashreporter • aboutcrashes.ftl
delete-submitted-description
rm
Quai stizza la glista d'annunzias da collaps tramessas, na stizza dentant betg las datas tramessas. Igl è impussibel da revocar quest pass.
en-US
This will remove the list of submitted crash reports but will not delete the submitted data. This cannot be undone.
Entity # all locales toolkit • crashreporter • aboutcrashes.ftl
delete-unsubmitted-description
rm
Quai stizza tut las annunzias da collaps betg tramessas e na po betg pli vegnir revocà.
en-US
This will delete all unsubmitted crash reports and cannot be undone.
Entity # all locales toolkit • crashreporter • crashreporter.ftl
crashreporter-submit-status
rm
Tes rapport davart il collaps vegn a vegnir tramess avant che serrar u reaviar.
en-US
Your crash report will be submitted before you quit or restart.
Entity # all locales toolkit • crashreporter • crashreporter.ini
ReportPreSubmit2
rm
Tes rapport davart il collaps vegn a vegnir tramess avant che serrar u reaviar.
en-US
Your crash report will be submitted before you quit or restart.
Entity # all locales toolkit • toolkit • about • aboutAddons.ftl
addon-detail-private-browsing-help
rm
Sche permess ha questa extensiun access a tias activitads online en il modus privat. <a data-l10n-name="learn-more">Ulteriuras infurmaziuns</a>
en-US
When allowed, the extension will have access to your online activities while private browsing. <a data-l10n-name="learn-more">Learn more</a>
Entity # all locales toolkit • toolkit • about • aboutAddons.ftl
addon-detail-quarantined-domains-help
rm
Sche permess, ha l'extensiun access a websites bloccadas da { -vendor-short-name }. Mo permetter sche ti ta fidas da questa extensiun.
en-US
When allowed, the extension will have access to sites restricted by { -vendor-short-name }. Allow only if you trust this extension.
Entity # all locales toolkit • toolkit • about • aboutAddons.ftl
details-notification-gmp-pending
rm
{ $name } vegn installà en curt mument.
en-US
{ $name } will be installed shortly.
Entity # all locales toolkit • toolkit • about • aboutAddons.ftl
details-notification-gmp-pending2.message
rm
{ $name } vegn installà en curt mument.
en-US
{ $name } will be installed shortly.
Entity # all locales toolkit • toolkit • about • aboutAddons.ftl
install-postponed-message
rm
Questa extensiun vegn actualisada cura che { -brand-short-name } vegn reavià.
en-US
This extension will be updated when { -brand-short-name } restarts.
Entity # all locales toolkit • toolkit • about • aboutAddons.ftl
install-postponed-message2.message
rm
Questa extensiun vegn actualisada cura che { -brand-short-name } vegn reavià.
en-US
This extension will be updated when { -brand-short-name } restarts.
Entity # all locales toolkit • toolkit • about • aboutGlean.ftl
about-glean-label-for-controls-submit
rm
Smatga sin il buttun precedent per attribuir tes tags a tut ils pings { -glean-brand-name } e trametter il ping tschernì. (Tut ils pings tramess suenter quest mument enfin che l'applicaziun vegn reaviada vegnan marcads cun il tag <code>{ $debug-tag }</code>.)
en-US
Press the preceding button to tag all { -glean-brand-name } pings with your tag and submit the selected ping. (All pings submitted from then until you restart the application will be tagged with <code>{ $debug-tag }</code>.)
Entity # all locales toolkit • toolkit • about • aboutGlean.ftl
about-glean-label-for-log-pings
rm
(Facultativ. Tscherna la chaschetta da controlla precedenta sche ti vuls che pings vegnian era protocollads sch'els vegnan tramess. Ultra da quai èsi necessari dad <a data-l10n-name="enable-logging-link">activar la protocollaziun</a>.)
en-US
(Optional. Check the preceding box if you want pings to also be logged when they are submitted. You will additionally need to <a data-l10n-name="enable-logging-link">enable logging</a>.)
Entity # all locales toolkit • toolkit • about • aboutGlean.ftl
about-glean-upload-fake-enabled
rm
Il transferiment da datas è deactivà, ma nus schain manzegnas e communitgain a { glean-sdk-brand-name } ch'el saja activà per che las datas vegnian tuttina registradas localmain. Attenziun: Sch'i vegn definì in tag da debugadi, vegnan ils pings transferids en <a data-l10n-name="glean-debug-ping-viewer">{ glean-debug-ping-viewer-brand-name }</a>, independentamain dals parameters.
en-US
Data upload is disabled, but we’re lying and telling the { glean-sdk-brand-name } it is enabled so that data is still recorded locally. Note: If you set a debug tag, pings will be uploaded to the <a data-l10n-name="glean-debug-ping-viewer">{ glean-debug-ping-viewer-brand-name }</a> regardless of settings.
Entity # all locales toolkit • toolkit • about • aboutHttpsOnlyError.ftl
about-httpsonly-explanation-continue
rm
Sche ti cuntinueschas, vegn il modus mo HTTPS deactivà temporarmain per questa website.
en-US
If you continue, HTTPS-Only Mode will be turned off temporarily for this site.
Entity # all locales toolkit • toolkit • about • aboutProfiles.ftl
profiles-delete-profile-confirm
rm
«Stizzar il profil» allontanescha il profil da la glista dals profils disponibels. I n'è betg pussaivel da revocar questa acziun. Ti pos tscherner dad era stizzar las datotecas dal profil, inclus ils parameters, ils cretificats ed autras datas da l'utilisader. Questa opziun vegn a stizzar l'ordinatur "{ $dir }" e na po betg vegnir revocada. Vuls ti stizzar las datotecas dal profil?
en-US
Deleting a profile will remove the profile from the list of available profiles and cannot be undone. You may also choose to delete the profile data files, including your settings, certificates and other user-related data. This option will delete the folder “{ $dir }” and cannot be undone. Would you like to delete the profile data files?
Entity # all locales toolkit • toolkit • about • aboutRights.ftl
rights-webservices-term-5
rm
<strong>Nun che la lescha vertenta pretendia, na pon ni ils { -vendor-short-name }, ni ses contribuents, ni ses concessiunaris u distributurs esser responsabels per inquals donns indirects u spezials, donns entras effects laterals u donns che resultan da l'utilisaziun da { -brand-short-name } u dals servetschs. La responsabladad globala sa restrenscha a maximalmain $500 (tschintgtschient dollars). Tschertas giurisdicziuns na permettan betg l'exclusiun u la limitaziun da tscherts donns, uschia che questas exclusiuns u limitaziuns na pertutgan eventualmain betg tai.</strong>
en-US
<strong>Except as required by law, { -vendor-short-name }, its contributors, licensors, and distributors will not be liable for any indirect, special, incidental, consequential, punitive, or exemplary damages arising out of or in any way relating to the use of { -brand-short-name } and the Services. The collective liability under these terms will not exceed $500 (five hundred dollars). Some jurisdictions do not allow the exclusion or limitation of certain damages, so this exclusion and limitation may not apply to you.</strong>
Entity # all locales toolkit • toolkit • about • aboutRights.ftl
rights-webservices-term-7
rm
Questas cundiziuns vegnan protegidas da las leschas dal stadi da California, USA, exclus las normas giuridicas che stattan en conflict cun quellas. Sche singulas disposiziuns da questas cundiziuns avessan dad esser senza effect u nunpratitgablas, valan vinavant las ulteriuras cundiziuns. En cas d'in conflict tranter la versiun translatada e la versiun englaisa da questas cundiziuns, vala la versiun englaisa.
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 • about • aboutSupport.ftl
startup-cache-dialog-body2
rm
Qua tras na vegnan ni tes parameters midads ni tias extensiuns allontanadas.
en-US
This will not change your settings or remove extensions.
Entity # all locales toolkit • toolkit • about • aboutTelemetry.ftl
about-telemetry-full-sql-warning
rm
REMARTGA: Il debugging da SQL plaun è activà. Eventualmain vegnan entirs strings da SQL mussads sutvart. Quels na vegnan dentant betg tramess a Telemetry.
en-US
NOTE: Slow SQL debugging is enabled. Full SQL strings may be displayed below but they will not be submitted to Telemetry.
Please enable JavaScript. Some features won't be available without it.