BETA

Transvision

Displaying 40 results for the string for in my:

Entity my en-US
Entity # all locales browser • browser • preferences • connection.ftl
connection-dns-over-https-url-custom.tooltiptext
my
Enter your preferred URL for resolving DNS over HTTPS
en-US
Enter your preferred URL for resolving DNS over HTTPS
Entity # all locales browser • pdfviewer • viewer.properties
print_progress_message
my
Preparing document for printing
en-US
Preparing document for printing
Entity # all locales dom • chrome • dom • dom.properties
FullscreenDeniedContainerNotAllowed
my
Request for full-screen was denied because at least one of the document's containing iframes does not have an "allowfullscreen" attribute.
en-US
Request for fullscreen was denied because at least one of the document’s containing elements is not an iframe or does not have an “allowfullscreen” attribute.
Entity # all locales dom • chrome • dom • dom.properties
JSONCharsetWarning
my
An attempt was made to declare a non-UTF-8 encoding for JSON retrieved using XMLHttpRequest. Only UTF-8 is supported for decoding JSON.
en-US
An attempt was made to declare a non-UTF-8 encoding for JSON retrieved using XMLHttpRequest. Only UTF-8 is supported for decoding JSON.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadCryptoError
my
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. For help with encryption, please see https://developer.mozilla.org/docs/Web/API/Push_API/Using_the_Push_API#Encryption
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. For help with encryption, please see https://developer.mozilla.org/docs/Web/API/Push_API/Using_the_Push_API#Encryption
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadCryptoKeyHeader
my
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Crypto-Key‘ header must include a ‘dh‘ parameter containing the app server’s public key. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 for more information.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Crypto-Key‘ header must include a ‘dh‘ parameter containing the app server’s public key. 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
PushMessageBadEncodingHeader
my
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.
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
PushMessageBadEncryptionHeader
my
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Encryption’ header must include a unique ‘salt‘ parameter for each message. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 for more information.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Encryption’ header must include a unique ‘salt‘ parameter for each message. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadEncryptionKeyHeader
my
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.
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
PushMessageBadPaddingError
my
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. A record in the encrypted message was not padded correctly. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 for more information.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. A record in the encrypted message was not padded correctly. 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
PushMessageBadRecordSize
my
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘rs‘ parameter of the ‘Encryption‘ header must be between %2$S and 2^36-31, or omitted entirely. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 for more information.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘rs‘ parameter of the ‘Encryption‘ header must be between %2$S and 2^36-31, or omitted entirely. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadSalt
my
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘salt‘ parameter in the ‘Encryption‘ header must be base64url-encoded (https://tools.ietf.org/html/rfc7515#appendix-C), and be at least 16 bytes before encoding. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 for more information.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘salt‘ parameter in the ‘Encryption‘ header must be base64url-encoded (https://tools.ietf.org/html/rfc7515#appendix-C), and be at least 16 bytes before encoding. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadSenderKey
my
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘dh‘ parameter in the ‘Crypto-Key‘ header must be the app server’s Diffie-Hellman public key, base64url-encoded (https://tools.ietf.org/html/rfc7515#appendix-C) and in “uncompressed” or “raw” form (65 bytes before encoding). See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 for more information.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘dh‘ parameter in the ‘Crypto-Key‘ header must be the app server’s Diffie-Hellman public key, base64url-encoded (https://tools.ietf.org/html/rfc7515#appendix-C) and in “uncompressed” or “raw” form (65 bytes before encoding). 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
SyncXMLHttpRequestWarning
my
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help http://xhr.spec.whatwg.org/
en-US
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help http://xhr.spec.whatwg.org/
Entity # all locales dom • chrome • dom • dom.properties
UseOfCaptureEventsWarning
my
Use of captureEvents() is deprecated. To upgrade your code, use the DOM 2 addEventListener() method. For more help http://developer.mozilla.org/en/docs/DOM:element.addEventListener
en-US
Use of captureEvents() is deprecated. To upgrade your code, use the DOM 2 addEventListener() method. For more help http://developer.mozilla.org/en/docs/DOM:element.addEventListener
Entity # all locales dom • chrome • dom • dom.properties
UseOfReleaseEventsWarning
my
Use of releaseEvents() is deprecated. To upgrade your code, use the DOM 2 removeEventListener() method. For more help http://developer.mozilla.org/en/docs/DOM:element.removeEventListener
en-US
Use of releaseEvents() is deprecated. To upgrade your code, use the DOM 2 removeEventListener() method. For more help http://developer.mozilla.org/en/docs/DOM:element.removeEventListener
Entity # all locales dom • chrome • layout • css.properties
PEAttSelBadValue
my
Expected identifier or string for value in attribute selector but found '%1$S'.
en-US
Expected identifier or string for value in attribute selector but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
TooLargeDashedRadius
my
Border radius is too large for ‘dashed’ style (the limit is 100000px). Rendering as solid.
en-US
Border radius is too large for ‘dashed’ style (the limit is 100000px). Rendering as solid.
Entity # all locales dom • chrome • layout • css.properties
TooLargeDottedRadius
my
Border radius is too large for ‘dotted’ style (the limit is 100000px). Rendering as solid.
en-US
Border radius is too large for ‘dotted’ style (the limit is 100000px). Rendering as solid.
Entity # all locales dom • chrome • mathml • mathml.properties
AttributeParsingError
my
Error in parsing the value ‘%1$S’ for ‘%2$S’ attribute of <%3$S/>. Attribute ignored.
en-US
Error in parsing the value ‘%1$S’ for ‘%2$S’ attribute of <%3$S/>. Attribute ignored.
Entity # all locales dom • chrome • mathml • mathml.properties
AttributeParsingErrorNoTag
my
Error in parsing the value ‘%1$S’ for ‘%2$S’ attribute. Attribute ignored.
en-US
Error in parsing the value ‘%1$S’ for ‘%2$S’ attribute. Attribute ignored.
Entity # all locales dom • chrome • mathml • mathml.properties
ChildCountIncorrect
my
Invalid markup: Incorrect number of children for <%1$S/> tag.
en-US
Invalid markup: Incorrect number of children for <%1$S/> tag.
Entity # all locales dom • chrome • security • csp.properties
CSPROViolation
my
A violation occurred for a report-only CSP policy (“%1$S”). The behavior was allowed, and a CSP report was sent.
en-US
A violation occurred for a report-only CSP policy (“%1$S”). The behavior was allowed, and a CSP report was sent.
Entity # all locales dom • chrome • security • security.properties
BothAllowScriptsAndSameOriginPresent
my
An iframe which has both allow-scripts and allow-same-origin for its sandbox attribute can remove its sandboxing.
en-US
An iframe which has both allow-scripts and allow-same-origin for its sandbox attribute can remove its sandboxing.
Entity # all locales dom • chrome • security • security.properties
IneligibleResource
my
“%1$S” is not eligible for integrity checks since it’s neither CORS-enabled nor same-origin.
en-US
“%1$S” is not eligible for integrity checks since it’s neither CORS-enabled nor same-origin.
Entity # all locales netwerk • necko.properties
13
my
The TLS handshake finished for %1$S
en-US
The TLS handshake finished for %1$S
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_CA_CERT_USED_AS_END_ENTITY
my
The server uses a certificate with a basic constraints extension identifying it as a certificate authority. For a properly-issued certificate, this should not be the case.
en-US
The server uses a certificate with a basic constraints extension identifying it as a certificate authority. For a properly-issued certificate, this should not be the case.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_OCSP_RESPONSE_FOR_CERT_MISSING
my
The OCSP response does not include a status for the certificate being verified.
en-US
The OCSP response does not include a status for the certificate being verified.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_VALIDITY_TOO_LONG
my
The server presented a certificate that is valid for too long.
en-US
The server presented a certificate that is valid for too long.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SSL_ERROR_RX_SHORT_DTLS_READ
my
Not enough room in buffer for DTLS record.
en-US
Not enough room in buffer for DTLS record.
Entity # all locales security • manager • chrome • pippki • pippki.properties
pageInfo_Privacy_None1
my
The website %S does not support encryption for the page you are viewing.
en-US
The website %S does not support encryption for the page you are viewing.
Entity # all locales toolkit • toolkit • about • aboutAbout.ftl
about-about-note
my
This is a list of “about” pages for your convenience.<br/> Some of them might be confusing. Some are for diagnostic purposes only.<br/> And some are omitted because they require query strings.
en-US
This is a list of “about” pages for your convenience.<br/> Some of them might be confusing. Some are for diagnostic purposes only.<br/> And some are omitted because they require query strings.
Entity # all locales toolkit • toolkit • about • aboutRights.ftl
rights-webservices-term-4
my
<strong>The Services are provided "as-is." { -vendor-short-name }, its contributors, licensors, and distributors, disclaim all warranties, whether express or implied, including without limitation, warranties that the Services are merchantable and fit for your particular purposes. You bear the entire risk as to selecting the Services for your purposes and as to the quality and performance of the Services. Some jurisdictions do not allow the exclusion or limitation of implied warranties, so this disclaimer may not apply to you.</strong>
en-US
<strong>The Services are provided “as-is.” { -vendor-short-name }, its contributors, licensors, and distributors, disclaim all warranties, whether express or implied, including without limitation, warranties that the Services are merchantable and fit for your particular purposes. You bear the entire risk as to selecting the Services for your purposes and as to the quality and performance of the Services. Some jurisdictions do not allow the exclusion or limitation of implied warranties, so this disclaimer may not apply to you.</strong>
Entity # all locales toolkit • toolkit • about • aboutRights.ftl
rights-webservices-term-5
my
<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>
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 • aboutSupport.ftl
page-subtitle
my
This page contains technical information that might be useful when you're trying to solve a problem. If you are looking for answers to common questions about { -brand-short-name }, check out our <a data-l10n-name="support-link">support website</a>.
en-US
This page contains technical information that might be useful when you’re trying to solve a problem. If you are looking for answers to common questions about { -brand-short-name }, check out our <a data-l10n-name="support-link">support website</a>.
Entity # all locales toolkit • toolkit • neterror • nsserrors.ftl
mozilla-pkix-error-ca-cert-used-as-end-entity
my
The server uses a certificate with a basic constraints extension identifying it as a certificate authority. For a properly-issued certificate, this should not be the case.
en-US
The server uses a certificate with a basic constraints extension identifying it as a certificate authority. For a properly-issued certificate, this should not be the case.
Entity # all locales toolkit • toolkit • neterror • nsserrors.ftl
mozilla-pkix-error-ocsp-response-for-cert-missing
my
The OCSP response does not include a status for the certificate being verified.
en-US
The OCSP response does not include a status for the certificate being verified.
Entity # all locales toolkit • toolkit • neterror • nsserrors.ftl
mozilla-pkix-error-validity-too-long
my
The server presented a certificate that is valid for too long.
en-US
The server presented a certificate that is valid for too long.
Entity # all locales toolkit • toolkit • neterror • nsserrors.ftl
ssl-error-rx-short-dtls-read
my
Not enough room in buffer for DTLS record.
en-US
Not enough room in buffer for DTLS record.
Entity # all locales toolkit • toolkit • pdfviewer • viewer.ftl
pdfjs-print-progress-message
my
Preparing document for printing
en-US
Preparing document for printing

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

Entity my en-US
Entity # all locales browser • browser • aboutDialog.ftl
aboutdialog-update-checking-failed
my
Warning: Source string is missing
en-US
Failed to check for updates.
Entity # all locales browser • browser • aboutDialog.ftl
update-checkForUpdatesButton.label
my
မွမ်းမံချက်များရှိ/မရှိ စစ်ဆေးမည်
en-US
Check for updates
Entity # all locales browser • browser • aboutDialog.ftl
update-checkingForUpdates
my
မွမ်းမံချက် အသစ်ရှိမရှိ စစ်နေသည်...
en-US
Checking for updates
Entity # all locales browser • browser • aboutDialog.ftl
update-internal-error2
my
Warning: Source string is missing
en-US
Unable to check for updates due to internal error. Updates available at <label data-l10n-name="manual-link">{ $displayUrl }</label>
Entity # all locales browser • browser • aboutLogins.ftl
about-logins-add-password-tooltip
my
Warning: Source string is missing
en-US
Make sure you’re saving your current password for this site.
Entity # all locales browser • browser • aboutLogins.ftl
about-logins-edit-password-tooltip
my
Warning: Source string is missing
en-US
Make sure you’re saving your current password for this site. Changing the password here does not change it with { $webTitle }.
Entity # all locales browser • browser • aboutLogins.ftl
about-logins-error-message-duplicate-login-with-link
my
{ $loginTitle } အတွက် ဖြည့်သွင်းမှု့ မှာ အသုံးပြုသူအမည် သည် ရှိပြီးသာဖြစ်သည်။ <a data-l10n-name="duplicate-link">ရှိပြီးသား ဖြည့်သွင်းမှု့ ဆီ သွားမလား?</a>
en-US
An entry for { $loginTitle } with that username already exists. <a data-l10n-name="duplicate-link">Go to existing entry?</a>
Entity # all locales browser • browser • aboutLogins.ftl
about-logins-import-dialog-error-conflicting-values-description
my
Warning: Source string is missing
en-US
For example: multiple usernames, passwords, URLs, etc. for one login.
Entity # all locales browser • browser • aboutLogins.ftl
about-logins-import-dialog-error-conflicting-values-title
my
Warning: Source string is missing
en-US
Multiple Conflicting Values for One Login
Entity # all locales browser • browser • aboutLogins.ftl
about-logins-import-dialog-error-file-format-description
my
Warning: Source string is missing
en-US
Incorrect or missing column headers. Make sure the file includes columns for username, password and URL.
Entity # all locales browser • browser • aboutLogins.ftl
about-logins-import-report-row-description-error-multiple-values
my
Warning: Source string is missing
en-US
Error: Multiple values for { $field }
Entity # all locales browser • browser • aboutLogins.ftl
about-logins-login-intro-heading-logged-out2
my
Warning: Source string is missing
en-US
Looking for your saved logins? Turn on sync or import them.
Entity # all locales browser • browser • aboutLogins.ftl
about-logins-origin-tooltip2
my
Warning: Source string is missing
en-US
Enter the full address and make sure it’s an exact match for where you sign in.
Entity # all locales browser • browser • aboutLogins.ftl
login-intro-description2
my
Warning: Source string is missing
en-US
All passwords you save to { -brand-product-name } are encrypted. Plus, we watch out for breaches and alert you if you’re affected. <a data-l10n-name="breach-alert-link">Learn more</a>
Entity # all locales browser • browser • aboutLogins.ftl
login-intro-instructions-fxa-passwords-help
my
Warning: Source string is missing
en-US
Visit <a data-l10n-name="passwords-help-link">passwords support</a> for more help.
Entity # all locales browser • browser • aboutPocket.ftl
pocket-panel-signup-cta-a-fix
my
Warning: Source string is missing
en-US
Your save button for the internet
Entity # all locales browser • browser • aboutPocket.ftl
pocket-panel-signup-signup-cta
my
{ -pocket-brand-name } အတွက် မှတ်ပုံတင်ပါ။ အခမဲ့ဖြစ်ပါသည်။
en-US
Sign up for { -pocket-brand-name }. It’s free.
Entity # all locales browser • browser • aboutPrivateBrowsing.ftl
about-private-browsing-cookie-banners-promo-heading
my
Warning: Source string is missing
en-US
{ -brand-short-name } takes care of cookie banners for you
Entity # all locales browser • browser • aboutPrivateBrowsing.ftl
about-private-browsing-cookie-banners-promo-message
my
Warning: Source string is missing
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 • aboutPrivateBrowsing.ftl
about-private-browsing-focus-promo-text-b
my
Warning: Source string is missing
en-US
Use { -focus-brand-name } for those private searches you don’t want your main mobile browser to see.
Entity # all locales browser • browser • aboutTabCrashed.ftl
crashed-report-sent
my
ပြဿနာ အချက်အား ကြိုတင် တင်ပြခဲ့ပြီး ဖြစ်ပါသည်။ { -brand-short-name } ပိုကောင်းအောင် ပြုလုပ်နိုင်ရန် သင့်ကူညီမှုအား ကျေးဇူးတင်ပါသည်
en-US
Crash report already submitted; thank you for helping make { -brand-short-name } better!
Entity # all locales browser • browser • appExtensionFields.ftl
extension-default-theme-description
my
Warning: Source string is missing
en-US
Follow the operating system setting for buttons, menus, and windows.
Entity # all locales browser • browser • appExtensionFields.ftl
extension-firefox-alpenglow-description
my
Warning: Source string is missing
en-US
Use a colorful appearance for buttons, menus, and windows.
Entity # all locales browser • browser • appmenu.ftl
appmenu-developer-tools-extensions.label
my
Warning: Source string is missing
en-US
Extensions for developers
Entity # all locales browser • browser • appmenu.ftl
profiler-popup-presets-firefox-description
my
Warning: Source string is missing
en-US
Recommended preset for profiling { -brand-shorter-name }.
Entity # all locales browser • browser • appmenu.ftl
profiler-popup-presets-graphics-description
my
Warning: Source string is missing
en-US
Preset for investigating graphics bugs in { -brand-shorter-name }.
Entity # all locales browser • browser • appmenu.ftl
profiler-popup-presets-media-description2
my
Warning: Source string is missing
en-US
Preset for investigating audio and video bugs in { -brand-shorter-name }.
Entity # all locales browser • browser • appmenu.ftl
profiler-popup-presets-networking-description
my
Warning: Source string is missing
en-US
Preset for investigating networking bugs in { -brand-shorter-name }.
Entity # all locales browser • browser • appmenu.ftl
profiler-popup-presets-power-description
my
Warning: Source string is missing
en-US
Preset for investigating power use bugs in { -brand-shorter-name }, with low overhead.
Entity # all locales browser • browser • appmenu.ftl
profiler-popup-presets-web-developer-description
my
Warning: Source string is missing
en-US
Recommended preset for most web app debugging, with low overhead.
Entity # all locales browser • browser • browser.ftl
bookmarks-toolbar-empty-message
my
Warning: Source string is missing
en-US
For quick access, place your bookmarks here on the bookmarks toolbar. <a data-l10n-name="manage-bookmarks">Manage bookmarks</a>
Entity # all locales browser • browser • browser.ftl
content-analysis-indicator-tooltip.tooltiptext
my
Warning: Source string is missing
en-US
Data loss prevention (DLP) by { $agentName }. Click for more info.
Entity # all locales browser • browser • browser.ftl
identity-disable-mixed-content-blocking.label
my
လောလောဆယ် ကာကွယ်မှုကို ပိတ်ထားပါ
en-US
Disable protection for now
Entity # all locales browser • browser • browser.ftl
identity-header-security-with-host.title
my
Warning: Source string is missing
en-US
Connection security for { $host }
Entity # all locales browser • browser • browser.ftl
identity-https-only-info-turn-off2
my
Warning: Source string is missing
en-US
If the page seems broken, you may want to turn off HTTPS-Only Mode for this site to reload using insecure HTTP.
Entity # all locales browser • browser • browser.ftl
identity-https-only-info-turn-off3
my
Warning: Source string is missing
en-US
If the page seems broken, you may want to turn off HTTPS upgrades for this site to reload using insecure HTTP.
Entity # all locales browser • browser • browser.ftl
identity-https-only-info-turn-on2
my
Warning: Source string is missing
en-US
Turn on HTTPS-Only Mode for this site if you want { -brand-short-name } to upgrade the connection when possible.
Entity # all locales browser • browser • browser.ftl
identity-https-only-info-turn-on3
my
Warning: Source string is missing
en-US
Turn on HTTPS upgrades for this site if you want { -brand-short-name } to upgrade the connection when possible.
Entity # all locales browser • browser • browser.ftl
identity-permissions-reload-hint
my
ပြောင်းလဲထားသည့် အပြင်အဆင်များ သက်ရောက်မှုရှိစေရန်အတွက် ယခုစာမျက်နှာကို ပြန်လည်ခေါ်ယူရန် လိုအပ်ကောင်း လိုအပ်နိုင်ပါသည်။
en-US
You may need to reload the page for changes to apply.
Entity # all locales browser • browser • browser.ftl
identity-site-information
my
Warning: Source string is missing
en-US
Site information for { $host }
Entity # all locales browser • browser • browser.ftl
popups-infobar-allow.label
my
{ $uriHost } မှ pop-up များကို ခွင့်ပြုမည်
en-US
Allow pop-ups for { $uriHost }
Entity # all locales browser • browser • browser.ftl
popups-infobar-block.label
my
{ $uriHost } မှ pop-up များကို တားဆီးမည်
en-US
Block pop-ups for { $uriHost }
Entity # all locales browser • browser • browser.ftl
search-one-offs-context-set-as-default-private.label
my
သီးသန့်ဝင်းဒိုးများ၏ ရှာဖွေရေးအင်ဂျင်အဖြစ် သတ်မှတ်ပါ
en-US
Set as Default Search Engine for Private Windows
Entity # all locales browser • browser • browser.ftl
sharing-warning-disable-for-session.label
my
Warning: Source string is missing
en-US
Disable sharing protection for this session
Entity # all locales browser • browser • browser.ftl
urlbar-autoplay-media-blocked.tooltiptext
my
Warning: Source string is missing
en-US
You have blocked autoplay media with sound for this website.
Entity # all locales browser • browser • browser.ftl
urlbar-camera-blocked.tooltiptext
my
ယခုဝဘ်ဆိုက်အတွက် ကင်မရာအသုံးပြုခြင်းကို တားဆီးထားသည်။
en-US
You have blocked your camera for this website.
Entity # all locales browser • browser • browser.ftl
urlbar-canvas-blocked.tooltiptext
my
ယခုဝဘ်ဆိုက်အတွက် canvas data extraction ကို တားဆီးထားသည်။
en-US
You have blocked canvas data extraction for this website.
Entity # all locales browser • browser • browser.ftl
urlbar-geolocation-blocked.tooltiptext
my
ယခုဝဘ်ဆိုက်အတွက် တည်နေရာဆိုင်ရာ အချက်အလက်ကောက်ယူခြင်းကို တားဆီးထားသည်။
en-US
You have blocked location information for this website.
Entity # all locales browser • browser • browser.ftl
urlbar-install-blocked.tooltiptext
my
Warning: Source string is missing
en-US
You have blocked add-on installation for this website.
Entity # all locales browser • browser • browser.ftl
urlbar-microphone-blocked.tooltiptext
my
ယခုဝဘ်ဆိုက်အတွက် မိုက္ကရိုဖုန်းအသုံးပြုခြင်းကို တားဆီးထားသည်။
en-US
You have blocked your microphone for this website.
Entity # all locales browser • browser • browser.ftl
urlbar-midi-blocked.tooltiptext
my
ယခုဝဘ်ဆိုက်အတွက် MIDI အသုံးပြုခြင်းကို တားဆီးထားသည်။
en-US
You have blocked MIDI access for this website.
Entity # all locales browser • browser • browser.ftl
urlbar-persistent-storage-blocked.tooltiptext
my
ယခုဝဘ်ဆိုက်အတွက် အချက်အလက်သိမ်းဆည်းခြင်းကို တားဆီးထားသည်။
en-US
You have blocked persistent storage for this website.
Entity # all locales browser • browser • browser.ftl
urlbar-popup-blocked.tooltiptext
my
ယခုဝဘ်ဆိုက်အတွက် ကင်မရာအသုံးပြုခြင်းကို တားဆီးထားသည်။
en-US
You have blocked pop-ups for this website.
Entity # all locales browser • browser • browser.ftl
urlbar-web-notifications-blocked.tooltiptext
my
ယခုဝဘ်ဆိုက်အတွက် အသိပေးချက်များပြသခြင်းကို တားဆီးထားသည်။
en-US
You have blocked notifications for this website.
Entity # all locales browser • browser • browser.ftl
urlbar-xr-blocked.tooltiptext
my
Warning: Source string is missing
en-US
You have blocked virtual reality device access for this website.
Entity # all locales browser • browser • browserContext.ftl
main-context-menu-keyword.label
my
ဒီရှာဖွေမှုအတွက် အဓိကစာလုံးကို ထည့်ပါ
en-US
Add a Keyword for this Search
Entity # all locales browser • browser • customizeMode.ftl
customize-mode-uidensity-auto-touch-mode-checkbox.label
my
သင်ပုန်းစက်အတွက် တို့ထိပုံစံကို ပြောင်းသုံးပါ
en-US
Use Touch for Tablet Mode
Entity # all locales browser • browser • defaultBrowserNotification.ftl
default-browser-guidance-notification-body-instruction-win11
my
Warning: Source string is missing
en-US
Step 1: Go to Settings > Default apps Step 2: Select “Set default” for { -brand-short-name }
Entity # all locales browser • browser • downloads.ftl
downloads-panel-empty.value
my
လောလောဆယ် ဒေါင်းထားသော ဖိုင်များ မရှိ
en-US
No downloads for this session.
Entity # all locales browser • browser • editBookmarkOverlay.ftl
bookmark-overlay-tags-caption-label
my
Warning: Source string is missing
en-US
Use tags to organize and search for bookmarks from the address bar
Entity # all locales browser • browser • featureCallout.ftl
callout-firefox-view-tab-pickup-subtitle
my
Warning: Source string is missing
en-US
Quickly grab open tabs from your phone and open them here for maximum flow.
Entity # all locales browser • browser • featureCallout.ftl
callout-pdfjs-edit-body-b
my
Warning: Source string is missing
en-US
Skip the search for free online editors. Fill out forms, add comments, or take notes directly in { -brand-short-name }.
Entity # all locales browser • browser • firefoxView.ftl
firefoxview-mobile-promo-primarybutton
my
Warning: Source string is missing
en-US
Get { -brand-product-name } for mobile
Entity # all locales browser • browser • firefoxView.ftl
firefoxview-search-results-empty
my
Warning: Source string is missing
en-US
No results for “{ $query }”
Entity # all locales browser • browser • firefoxView.ftl
firefoxview-search-results-header
my
Warning: Source string is missing
en-US
Search results for “{ $query }”
Entity # all locales browser • browser • firefoxView.ftl
firefoxview-syncedtabs-adddevice-primarybutton
my
Warning: Source string is missing
en-US
Try { -brand-product-name } for mobile
Entity # all locales browser • browser • firefoxView.ftl
firefoxview-tabpickup-adddevice-description
my
Warning: Source string is missing
en-US
Download { -brand-product-name } for mobile and sign in there.
Entity # all locales browser • browser • firefoxView.ftl
firefoxview-tabpickup-adddevice-primarybutton
my
Warning: Source string is missing
en-US
Get { -brand-product-name } for mobile
Entity # all locales browser • browser • firefoxView.ftl
firefoxview-tabpickup-password-locked-description
my
Warning: Source string is missing
en-US
To grab your tabs, you’ll need to enter the Primary Password for { -brand-short-name }.
Entity # all locales browser • browser • fxviewTabList.ftl
fxviewtabrow-options-menu-button.title
my
Warning: Source string is missing
en-US
Options for { $tabTitle }
Entity # all locales browser • browser • migrationWizard.ftl
migration-no-selected-data-label
my
Warning: Source string is missing
en-US
No data selected for import
Entity # all locales browser • browser • migrationWizard.ftl
migration-passwords-from-file
my
Warning: Source string is missing
en-US
Checking file for passwords
Entity # all locales browser • browser • migrationWizard.ftl
migration-wizard-progress-extensions-addons-link
my
Warning: Source string is missing
en-US
Browse extensions for { -brand-short-name }
Entity # all locales browser • browser • newtab • asrouter.ftl
cfr-doorhanger-video-support-body
my
Warning: Source string is missing
en-US
Videos on this site may not play correctly on this version of { -brand-short-name }. For full video support, update { -brand-short-name } now.
Entity # all locales browser • browser • newtab • asrouter.ftl
cookie-banner-blocker-onboarding-header
my
Warning: Source string is missing
en-US
{ -brand-short-name } just refused a cookie banner for you
Entity # all locales browser • browser • newtab • asrouter.ftl
spotlight-better-internet-body
my
Warning: Source string is missing
en-US
When you use { -brand-short-name}, you’re voting for an open and accessible internet that’s better for everyone.
Entity # all locales browser • browser • newtab • newtab.ftl
newtab-discovery-empty-section-topstories-content
my
Warning: Source string is missing
en-US
Check back later for more stories.
Entity # all locales browser • browser • newtab • newtab.ftl
newtab-empty-section-topstories
my
Warning: Source string is missing
en-US
You’ve caught up. Check back later for more top stories from { $provider }. Can’t wait? Select a popular topic to find more great stories from around the web.
Entity # all locales browser • browser • newtab • newtab.ftl
newtab-empty-section-topstories-generic
my
Warning: Source string is missing
en-US
You’ve caught up. Check back later for more stories. Can’t wait? Select a popular topic to find more great stories from around the web.
Entity # all locales browser • browser • newtab • newtab.ftl
newtab-menu-content-tooltip.aria-label
my
Warning: Source string is missing
en-US
Open context menu for { $title }
Entity # all locales browser • browser • newtab • onboarding.ftl
fx100-thank-you-subtitle
my
Warning: Source string is missing
en-US
It’s our 100th release! Thanks for helping us build a better, healthier internet.
Entity # all locales browser • browser • newtab • onboarding.ftl
fx100-upgrade-thank-you-body
my
Warning: Source string is missing
en-US
It’s our 100th release of { -brand-short-name }. Thank <em>you</em> for helping us build a better, healthier internet.
Entity # all locales browser • browser • newtab • onboarding.ftl
fx100-upgrade-thanks-keep-body
my
Warning: Source string is missing
en-US
It’s our 100th release! Thanks for being a part of our community. Keep { -brand-short-name } one click away for the next 100.
Entity # all locales browser • browser • newtab • onboarding.ftl
mr1-onboarding-theme-description-alpenglow.aria-description
my
Warning: Source string is missing
en-US
Use a dynamic, colorful theme for buttons, menus, and windows.
Entity # all locales browser • browser • newtab • onboarding.ftl
mr1-onboarding-theme-description-dark.aria-description
my
Warning: Source string is missing
en-US
Use a dark theme for buttons, menus, and windows.
Entity # all locales browser • browser • newtab • onboarding.ftl
mr1-onboarding-theme-description-light.aria-description
my
Warning: Source string is missing
en-US
Use a light theme for buttons, menus, and windows.
Entity # all locales browser • browser • newtab • onboarding.ftl
mr1-onboarding-theme-description-system.aria-description
my
Warning: Source string is missing
en-US
Follow the operating system theme for buttons, menus, and windows.
Entity # all locales browser • browser • newtab • onboarding.ftl
mr1-onboarding-theme-tooltip-alpenglow.title
my
Warning: Source string is missing
en-US
Use a dynamic, colorful theme for buttons, menus, and windows.
Entity # all locales browser • browser • newtab • onboarding.ftl
mr1-onboarding-theme-tooltip-dark.title
my
Warning: Source string is missing
en-US
Use a dark theme for buttons, menus, and windows.
Entity # all locales browser • browser • newtab • onboarding.ftl
mr1-onboarding-theme-tooltip-light.title
my
Warning: Source string is missing
en-US
Use a light theme for buttons, menus, and windows.
Entity # all locales browser • browser • newtab • onboarding.ftl
mr1-onboarding-theme-tooltip-system.title
my
Warning: Source string is missing
en-US
Follow the operating system theme for buttons, menus, and windows.
Entity # all locales browser • browser • newtab • onboarding.ftl
mr2-onboarding-thank-you-header
my
Warning: Source string is missing
en-US
Thank you for choosing us
Entity # all locales browser • browser • newtab • onboarding.ftl
mr2022-onboarding-existing-pin-header
my
Warning: Source string is missing
en-US
Thank you for loving { -brand-product-name }
Entity # all locales browser • browser • newtab • onboarding.ftl
mr2022-onboarding-gratitude-subtitle
my
Warning: Source string is missing
en-US
Thank you for using { -brand-short-name }, backed by the Mozilla Foundation. With your support, we’re working to make the internet more open, accessible, and better for everyone.
Entity # all locales browser • browser • newtab • onboarding.ftl
mr2022-onboarding-mobile-download-cta-text
my
Warning: Source string is missing
en-US
Scan the QR code to get { -brand-product-name } for mobile or <a data-l10n-name="download-label">send yourself a download link.</a>
Entity # all locales browser • browser • newtab • onboarding.ftl
mr2022-onboarding-mobile-download-image-alt.aria-label
my
Warning: Source string is missing
en-US
Frogs hopping across lily pads with a QR code to download { -brand-product-name } for mobile in the center
Entity # all locales browser • browser • newtab • onboarding.ftl
mr2022-onboarding-no-mobile-download-cta-text
my
Warning: Source string is missing
en-US
Scan the QR code to get { -brand-product-name } for mobile.
Entity # all locales browser • browser • newtab • onboarding.ftl
onboarding-gratitude-security-and-privacy-subtitle
my
Warning: Source string is missing
en-US
Thank you for using { -brand-short-name }, backed by the Mozilla Foundation. With your support, we’re working to make the internet safer and more accessible for everyone.
Entity # all locales browser • browser • newtab • onboarding.ftl
onboarding-live-language-button-label-downloading
my
Warning: Source string is missing
en-US
Downloading the language pack for { $negotiatedLanguage }
Entity # all locales browser • browser • newtab • onboarding.ftl
onboarding-live-language-installing
my
Warning: Source string is missing
en-US
Installing the language pack for { $negotiatedLanguage }
Entity # all locales browser • browser • originControls.ftl
origin-controls-state-hover-run-visit-only
my
Warning: Source string is missing
en-US
Run for this visit only
Entity # all locales browser • browser • originControls.ftl
origin-controls-state-temporary-access
my
Warning: Source string is missing
en-US
Can read and change data for this visit
Entity # all locales browser • browser • pageInfo.ftl
permissions-for.value
my
ခွင့်ပြုချက်များ
en-US
Permissions for:
Entity # all locales browser • browser • pageInfo.ftl
security-view-privacy-passwords-value
my
ဒီဝဘ်ဆိုက်အတွက် စကားဝှက်များကို သိမ်းထားမိပါသလား။
en-US
Have I saved any passwords for this website?
Entity # all locales browser • browser • placesPrompts.ftl
places-load-js-data-url-error
my
Warning: Source string is missing
en-US
For security reasons, “javascript:” or “data:” URLs cannot be loaded from the history window or sidebar.
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-Authentication
my
တစ်ပါတည်းဖြစ်သော အထောက်အထား စစ်ဆေးခြင်းကို ထောက်ပံ့သော ဝဘ်ဆိုက်များအတွက် ၎င်းလုပ်ဆောင်ချက်ကို ပြင်ဆင်သတ်မှတ်ရန်။
en-US
Configure integrated authentication for websites that support it.
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-AutofillAddressEnabled
my
Warning: Source string is missing
en-US
Enable autofill for addresses.
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-AutofillCreditCardEnabled
my
Warning: Source string is missing
en-US
Enable autofill for payment methods.
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-DisableSetAsDesktopBackground
my
Warning: Source string is missing
en-US
Disable the menu command Set as Desktop Background for images.
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-DontCheckDefaultBrowser
my
စဖွင့်ချိန်တွင် ပုံမှန် ဘရောင်ဇာ ဖြစ်မဖြစ် စစ်ဆေး ခြင်း ပိတ်ပါ။
en-US
Disable check for default browser on startup.
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-ExemptDomainFileTypePairsFromFileTypeDownloadWarnings
my
Warning: Source string is missing
en-US
Disable warnings based on file extension for specific file types on domains.
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-LegacyProfiles
my
Warning: Source string is missing
en-US
Disable the feature enforcing a separate profile for each installation.
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-LegacySameSiteCookieBehaviorEnabledForDomainList
my
Warning: Source string is missing
en-US
Revert to legacy SameSite behavior for cookies on specified sites.
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-OfferToSaveLoginsDefault
my
Warning: Source string is missing
en-US
Set the default value for allowing { -brand-short-name } to offer to remember saved logins and passwords. Both true and false values are accepted.
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-PasswordManagerExceptions
my
Warning: Source string is missing
en-US
Prevent { -brand-short-name } from saving passwords for specific sites.
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-Permissions2
my
Warning: Source string is missing
en-US
Configure permissions for camera, microphone, location, notifications, and autoplay.
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-Preferences
my
Warning: Source string is missing
en-US
Set and lock the value for a subset of preferences.
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-RequestedLocales
my
Warning: Source string is missing
en-US
Set the list of requested locales for the application in order of preference.
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-WebsiteFilter
my
Warning: Source string is missing
en-US
Block websites from being visited. See documentation for more details on the format.
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-Windows10SSO
my
Warning: Source string is missing
en-US
Allow Windows single sign-on for Microsoft, work, and school accounts.
Entity # all locales browser • browser • preferences • connection.ftl
connection-dns-over-https-url-custom.tooltiptext
my
Enter your preferred URL for resolving DNS over HTTPS
en-US
Enter your preferred URL for resolving DNS over HTTPS
Entity # all locales browser • browser • preferences • connection.ftl
connection-dns-over-https-url-item-default.tooltiptext
my
HTTPS ပေါ်မှ DNS ရယူချင်း အတွက် URL ကို မူလသတ်မှတ်ချက်အတိုင်း သုံးမည်
en-US
Use the default URL for resolving DNS over HTTPS
Entity # all locales browser • browser • preferences • connection.ftl
connection-proxy-autologin-checkbox.label
my
စကားဝှက် သိမ်းပြီးသားရှိပါက အတည်ပြုခြင်းအတွက် ထပ်မမေးပါနှင့်
en-US
Do not prompt for authentication if password is saved
Entity # all locales browser • browser • preferences • connection.ftl
connection-proxy-autologin-checkbox.tooltiptext
my
ကြားခံဆာဗာများအတွက် အတည်ပြုအချက်အလက်များကို သိမ်းထားပါက ယခုအပြင်အဆင်သည် ကြားခံဆာဗာများနှင့် အတည်ပြုရာတွင် တိတ်ဆိတ်စွာ ဆောင်ရွက်ပေးသည်။ အကယ်၍ အတည်ပြုခြင်း မအောင်မြင်ပါက အတည်ပြုအချက်အလက်ကို တောင်းခံပါမည်။
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.label
my
စကားဝှက် သိမ်းပြီးသားရှိပါက အတည်ပြုခြင်းအတွက် ထပ်မမေးပါနှင့်
en-US
Do not prompt for authentication if password is saved
Entity # all locales browser • browser • preferences • connection.ftl
connection-proxy-autologin.tooltip
my
ကြားခံဆာဗာများအတွက် အတည်ပြုအချက်အလက်များကို သိမ်းထားပါက ယခုအပြင်အဆင်သည် ကြားခံဆာဗာများနှင့် အတည်ပြုရာတွင် တိတ်ဆိတ်စွာ ဆောင်ရွက်ပေးသည်။ အကယ်၍ အတည်ပြုခြင်း မအောင်မြင်ပါက အတည်ပြုအချက်အလက်ကို တောင်းခံပါမည်။
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-https-sharing.label
my
Warning: Source string is missing
en-US
Also use this proxy for HTTPS
Entity # all locales browser • browser • preferences • connection.ftl
connection-proxy-noproxy
my
ယခုအတွက် ကြားခံဆာဗာ မသုံးပါနှင့်
en-US
No proxy for
Entity # all locales browser • browser • preferences • connection.ftl
connection-proxy-option-auto.label
my
ယခုကွန်ယက်အတွက် ကြားခံဆာဗာ အပြင်အဆင်များကို အလိုအလျောက် ရှာပြီး ချိတ်ဆက်ပါ
en-US
Auto-detect proxy settings for this network
Entity # all locales browser • browser • preferences • fonts.ftl
fonts-langgroup-header
my
ယခုအတွက် ဖောင့်
en-US
Fonts for
Entity # all locales browser • browser • preferences • formAutofill.ftl
autofill-country-warning-message
my
Warning: Source string is missing
en-US
Form Autofill is currently available only for certain countries.
Entity # all locales browser • browser • preferences • languages.ftl
browser-languages-search
my
အခြားဘာသာစကားများကို ရှာဖွေပါ...
en-US
Search for more languages
Entity # all locales browser • browser • preferences • languages.ftl
browser-languages-searching.label
my
ဘာသာစကားများအတွက် ရှာဖွေနေသည်...
en-US
Searching for languages
Entity # all locales browser • browser • preferences • languages.ftl
languages-customize-spoof-english.label
my
ကိုယ်ရေးလုံခြုံမှုအတွက် အင်္ဂလိပ်ဗားရှင်းဖြင့် ဝဘ်စာမျက်နှာကို တောင်းခံပါ
en-US
Request English versions of web pages for enhanced privacy
Entity # all locales browser • browser • preferences • languages.ftl
languages-description
my
ဝဘ်စာမျက်နှာများသည် တစ်ခါတစ်ရံ ဘာသာစကားတစ်ခုထက်ပို၍ အသုံးပြုခွင့်ပေးသည်။ ထိုဝဘ်စာမျက်နှာများကို ပြရန် ဘာသာစကားများကို အစဉ်အလိုက် ရွေးပါ။
en-US
Web pages are sometimes offered in more than one language. Choose languages for displaying these web pages, in order of preference
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-autoplay-menu
my
Warning: Source string is missing
en-US
Default for all websites:
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-capabilities-listitem-allow-session.value
my
ယခုအသုံးပြုကာလအတွက် ခွင့်ပြုပါ
en-US
Allow for Session
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-exceptions-cookie-desc
my
သင်သည် မည်သည့် ၀တ်ဆိုက်အား ကွတ်ကီးများနှင့် ဆိုက်ဒေတာများ အမြဲခွင့်မြဲမည် အမြဲငြင်မည် ကို သတ်မှတ်နိုင်သည်။ တိကျသော၀တ်ဆိုက်လိပ်စာအားရိုက်ကာ ပိတ်မည်(သို့)ခွင့်ပြုမည်တစ်ခုခုလုပ်နိုင်သည်။ ဆိုက်လိပ်စာ ကို တိတိကျကျ ရိုက်ကာ ဆက်အလိုက်ဖြစ်စေ အမြဲဖြစ်စေ ခွင့်ပြုနိုင် ငြင်ပယ်နိုင်သည်။
en-US
You can specify which websites are always or never allowed to use cookies and site data. Type the exact address of the site you want to manage and then click Block, Allow for Session, or Allow.
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-exceptions-doh-window.title
my
Warning: Source string is missing
en-US
Website Exceptions for DNS over HTTPS
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-exceptions-etp-window2.title
my
Warning: Source string is missing
en-US
Exceptions for Enhanced Tracking Protection
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-exceptions-https-only-desc
my
Warning: Source string is missing
en-US
You can turn off HTTPS-Only Mode for specific websites. { -brand-short-name } won’t attempt to upgrade the connection to secure HTTPS for those sites. Exceptions do not apply to private windows.
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-exceptions-https-only-desc2
my
Warning: Source string is missing
en-US
You can turn off HTTPS-Only Mode for specific websites. { -brand-short-name } won’t attempt to upgrade the connection to secure HTTPS for those sites.
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-exceptions-saved-logins-desc
my
အောက်ပါဆိုက်များအတွက် ဝင်ရောက်မှုများကို သိမ်းထားမည် မဟုတ်ပါ။
en-US
Logins for the following websites will not be saved
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-exceptions-saved-passwords-desc
my
Warning: Source string is missing
en-US
{ -brand-short-name } won’t save passwords for sites listed here.
Entity # all locales browser • browser • preferences • permissions.ftl
permissions-session.label
my
အသုံးပြုနေစဉ်အတွင်း ခွင့်ပြုပါ
en-US
Allow for Session
Entity # all locales browser • browser • preferences • preferences.ftl
addressbar-suggestions-settings
my
ရှာဖွေရေးယန္တရား၏ အကြံပေးချက်များအတွက် အပြင်အဆင်ကို ပြောင်းလဲရန်
en-US
Change preferences for search engine suggestions
Entity # all locales browser • browser • preferences • preferences.ftl
browsing-search-on-start-typing.label
my
စာစရိုက်သည်နှင့် စရှာပါ
en-US
Search for text when you start typing
Entity # all locales browser • browser • preferences • preferences.ftl
choose-language-description
my
စာမျက်နှာများကို ပြသရန် နှစ်သက်ရာဘာသာစကားကို ရွေးပါ
en-US
Choose your preferred language for displaying pages
Entity # all locales browser • browser • preferences • preferences.ftl
collection-description
my
Warning: Source string is missing
en-US
We strive to provide you with choices and collect only what we need to provide and improve { -brand-short-name } for everyone. We always ask permission before receiving personal information.
Entity # all locales browser • browser • preferences • preferences.ftl
collection-health-report-disabled
my
တည်ဆောက်မှုဆိုင်ရာ ယခုအပြင်အဆင်အတွက် အချက်အလက်အစီရင်ခံခြင်းကို ပိတ်ထားသည်
en-US
Data reporting is disabled for this build configuration
Entity # all locales browser • browser • preferences • preferences.ftl
containers-new-tab-check.label
my
Warning: Source string is missing
en-US
Select a container for each new tab
Entity # all locales browser • browser • preferences • preferences.ftl
content-blocking-and-isolating-etp-warning-description-2
my
Warning: Source string is missing
en-US
This setting may cause some websites to not display content or work correctly. If a site seems broken, you may want to turn off tracking protection for that site to load all content.
Entity # all locales browser • browser • preferences • preferences.ftl
content-blocking-etp-standard-desc
my
Warning: Source string is missing
en-US
Balanced for protection and performance. Pages will load normally.
Entity # all locales browser • browser • preferences • preferences.ftl
cookie-banner-blocker-description
my
Warning: Source string is missing
en-US
When a site asks if they can use cookies in private browsing mode, { -brand-short-name } automatically refuses for you. Only on supported sites.
Entity # all locales browser • browser • preferences • preferences.ftl
forms-ask-to-save-logins.label
my
ဆိုက်များအတွက် ဝင်ရောက်မှုများနှင့် စကားဝှက်များကို မှတ်ရန် မေးပါ
en-US
Ask to save logins and passwords for websites
Entity # all locales browser • browser • preferences • preferences.ftl
forms-breach-alerts.label
my
Warning: Source string is missing
en-US
Show alerts about passwords for breached websites
Entity # all locales browser • browser • preferences • preferences.ftl
forms-windows-sso.label
my
Warning: Source string is missing
en-US
Allow Windows single sign-on for Microsoft, work, and school accounts
Entity # all locales browser • browser • preferences • preferences.ftl
history-remember-option-custom.label
my
မှတ်တမ်းအတွက် စိတ်ကြိုက်အပြင်အဆင်ကို အသုံးပြုမည်
en-US
Use custom settings for history
Entity # all locales browser • browser • preferences • preferences.ftl
preferences-colors-description
my
Warning: Source string is missing
en-US
Override { -brand-short-name }’s default colors for text, website backgrounds, and links.
Entity # all locales browser • browser • preferences • preferences.ftl
preferences-doh-description
my
Warning: Source string is missing
en-US
Domain Name System (DNS) over HTTPS sends your request for a domain name through an encrypted connection, creating a secure DNS and making it harder for others to see which website you’re about to access.
Entity # all locales browser • browser • preferences • preferences.ftl
preferences-doh-description2
my
Warning: Source string is missing
en-US
Domain Name System (DNS) over HTTPS sends your request for a domain name through an encrypted connection, providing a secure DNS and making it harder for others to see which website you’re about to access.
Entity # all locales browser • browser • preferences • preferences.ftl
preferences-web-appearance-choice-tooltip-dark.title
my
Warning: Source string is missing
en-US
Use a dark appearance for website backgrounds and content.
Entity # all locales browser • browser • preferences • preferences.ftl
preferences-web-appearance-choice-tooltip-light.title
my
Warning: Source string is missing
en-US
Use a light appearance for website backgrounds and content.
Entity # all locales browser • browser • preferences • preferences.ftl
preferences-web-appearance-description
my
Warning: Source string is missing
en-US
Some websites adapt their color scheme based on your preferences. Choose which color scheme you’d like to use for those sites.
Entity # all locales browser • browser • preferences • preferences.ftl
search-bar-hidden.label
my
ရှာဖွေရန်နှင့် သွားရောက်ရန် လိပ်စာဘားတန်းကို အသုံးပြုပါ
en-US
Use the address bar for search and navigation
Entity # all locales browser • browser • preferences • preferences.ftl
search-engine-default-private-desc-2
my
Warning: Source string is missing
en-US
Choose a different default search engine for Private Windows only
Entity # all locales browser • browser • preferences • preferences.ftl
search-results-empty-message2
my
Warning: Source string is missing
en-US
Sorry! There are no results in Settings for “<span data-l10n-name="query"></span>”.
Entity # all locales browser • browser • preferences • preferences.ftl
space-alert-under-5gb-message2
my
Warning: Source string is missing
en-US
<strong>{ -brand-short-name } is running out of disk space.</strong> Website contents may not display properly. Visit “Learn more” to optimize your disk usage for better browsing experience.
Entity # all locales browser • browser • preferences • preferences.ftl
suggestions-addressbar-settings-generic2
my
Warning: Source string is missing
en-US
Change settings for other address bar suggestions
Entity # all locales browser • browser • preferences • preferences.ftl
sync-engine-addons.tooltiptext
my
Firefox ဒက်စတော့အတွက် ပေါင်းထည့်ဆော့ဖ်ဝဲများနှင့် အခင်းအကျင်းများ
en-US
Extensions and themes for Firefox desktop
Entity # all locales browser • browser • preferences • preferences.ftl
sync-mobile-promo
my
ထိုစနစ်အတွက် မီးမြေခွေးကို ဆွဲယူကူးပါ၊ <img data-l10n-name="android-icon"/> <a data-l10n-name="android-link">Android</a> သို့မဟုတ် <img data-l10n-name="ios-icon"/> <a data-l10n-name="ios-link">iOS</a> သင့်မိုဘိုင်းလ်ကိရိယာများကို တစ်ပြေးညီဖြစ်စေရန်
en-US
Download Firefox for <img data-l10n-name="android-icon"/> <a data-l10n-name="android-link">Android</a> or <img data-l10n-name="ios-icon"/> <a data-l10n-name="ios-link">iOS</a> to sync with your mobile device.
Entity # all locales browser • browser • preferences • preferences.ftl
update-application-check-choose.label
my
အဆင့်မြှင့်တင်မှုများ ရှိ/မရှိ စစ်ဆေးပါ၊ သို့သော် ၎င်းတို့ကို တပ်ဆင်မည်ဆိုပါက ရွေးချယ်ခွင့်ပေးပါ။
en-US
Check for updates but let you choose to install them
Entity # all locales browser • browser • preferences • preferences.ftl
update-application-description
my
အကောင်းဆုံးစွမ်းရည်၊ တည်ငြိမ်မှုနှင့် လုံခြုံရေး ရရှိစေရန် { -brand-short-name } ကို နောက်ဆုံးပေါ် ဖြစ်စေပါ။
en-US
Keep { -brand-short-name } up to date for the best performance, stability, and security.
Entity # all locales browser • browser • preferences • preferences.ftl
update-application-manual.label
my
အဆင့်မြှင့်တင်မှုများကို ဘယ်သောအခါမှ မစစ်ဆေးပါနှင့် (အကြံမပြုလိုပါ)
en-US
Never check for updates (not recommended)
Entity # all locales browser • browser • preferences • preferences.ftl
use-system-locale.label
my
Warning: Source string is missing
en-US
Use your operating system settings for “{ $localeName }” to format dates, times, numbers, and measurements.
Entity # all locales browser • browser • preferences • siteDataSettings.ftl
site-data-removing-single-desc
my
Warning: Source string is missing
en-US
Removing cookies and site data may log you out of websites. Are you sure you want to remove cookies and site data for <strong>{ $baseDomain }</strong>?
Entity # all locales browser • browser • preferences • siteDataSettings.ftl
site-data-removing-table
my
အောက်ပါဆိုက်များအတွက် ကွတ်ကီးနှင့် ဆိုက်ချက်လက်များကို ဖယ်ရှားပါ
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
my
အောက်ဖော်ပြပါဘာသာစကားများအတွက် ဘာသာပြန်ခြင်းမထောက်ပံ့ထားပါ
en-US
Translation will not be offered for the following languages
Entity # all locales browser • browser • preferences • translation.ftl
translation-sites-disabled-desc
my
အောက်ပါ ဆိုဒ်များသို့ ဘာသာပြန်ခြင်း ပြုလုပ်ပေးမည် မဟုတ်ပါ
en-US
Translation will not be offered for the following sites
Entity # all locales browser • browser • protections.ftl
mobile-app-links
my
Warning: Source string is missing
en-US
{ -brand-product-name } Browser for <a data-l10n-name="android-mobile-inline-link">Android</a> and <a data-l10n-name="ios-mobile-inline-link">iOS</a>
Entity # all locales browser • browser • protections.ftl
monitor-sign-up-link
my
Warning: Source string is missing
en-US
Sign up for breach alerts
Entity # all locales browser • browser • protections.ftl
monitor-sign-up-link.title
my
Warning: Source string is missing
en-US
Sign up for breach alerts on { -monitor-brand-name }
Entity # all locales browser • browser • protections.ftl
monitor-title
my
Warning: Source string is missing
en-US
Look out for data breaches
Entity # all locales browser • browser • protectionsPanel.ftl
protections-panel-content-blocking-breakage-report-view-description
my
Warning: Source string is missing
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-cookie-banner-blocker-view-turn-off-for-site
my
Warning: Source string is missing
en-US
Turn off Cookie Banner Blocker for { $host }?
Entity # all locales browser • browser • protectionsPanel.ftl
protections-panel-cookie-banner-blocker-view-turn-on-for-site
my
Warning: Source string is missing
en-US
Turn on Cookie Banner Blocker for this site?
Entity # all locales browser • browser • protectionsPanel.ftl
protections-panel-cookie-banner-handling-disabled
my
Warning: Source string is missing
en-US
Off for this site
Entity # all locales browser • browser • protectionsPanel.ftl
protections-panel-cookie-banner-handling-enabled
my
Warning: Source string is missing
en-US
On for this site
Entity # all locales browser • browser • protectionsPanel.ftl
protections-panel-cookie-banner-view-turn-off-for-site
my
Warning: Source string is missing
en-US
Turn off Cookie Banner Reduction for { $host }?
Entity # all locales browser • browser • protectionsPanel.ftl
protections-panel-cookie-banner-view-turn-on-for-site
my
Warning: Source string is missing
en-US
Turn on Cookie Banner Reduction for this site?
Entity # all locales browser • browser • protectionsPanel.ftl
protections-panel-etp-off-header
my
Warning: Source string is missing
en-US
Enhanced Tracking Protection is OFF for this site
Entity # all locales browser • browser • protectionsPanel.ftl
protections-panel-etp-on-header
my
Warning: Source string is missing
en-US
Enhanced Tracking Protection is ON for this site
Entity # all locales browser • browser • protectionsPanel.ftl
protections-panel-etp-toggle-off.aria-label
my
Warning: Source string is missing
en-US
Enhanced Tracking Protection: Off for { $host }
Entity # all locales browser • browser • protectionsPanel.ftl
protections-panel-etp-toggle-off.description
my
Warning: Source string is missing
en-US
Off for this site
Entity # all locales browser • browser • protectionsPanel.ftl
protections-panel-etp-toggle-on.aria-label
my
Warning: Source string is missing
en-US
Enhanced Tracking Protection: On for { $host }
Entity # all locales browser • browser • protectionsPanel.ftl
protections-panel-etp-toggle-on.description
my
Warning: Source string is missing
en-US
On for this site
Entity # all locales browser • browser • reportBrokenSite.ftl
report-broken-site-panel-intro
my
Warning: Source string is missing
en-US
Help make { -brand-product-name } better for everyone. { -vendor-short-name } uses the info you send to fix website problems.
Entity # all locales browser • browser • reportBrokenSite.ftl
report-broken-site-panel-report-sent-text
my
Warning: Source string is missing
en-US
Thank you for helping { -brand-product-name } make the web more open, accessible, and better for everyone.
Entity # all locales browser • browser • safebrowsing • blockedSite.ftl
safeb-blocked-harmful-page-short-desc
my
Warning: Source string is missing
en-US
{ -brand-short-name } blocked this page because it might try to install dangerous apps that steal or delete your information (for example, photos, passwords, messages and credit cards).
Entity # all locales browser • browser • safebrowsing • blockedSite.ftl
safeb-blocked-unwanted-page-short-desc
my
{ -brand-short-name } သည် သင့်ကို လှည့်စားကာ သင့် အင်တာနက်သုံးစွဲမှုထိခိုက်စေသော ပရိုဂရမ်များ ထည့်သွင်းရန် ကြိုးစာခြင်း‌‌ကြောင့် ဒီစာမျက်နှာကို ပိတ်ထားသည်။ (ဥပမာအားဖြင့်၊ သင်၏ အဖွင့်စာမျက်နှာ ကိုပြောင်းလဲခြင်းသို့မဟုတ်သင်ကြည့်ရှုသည့်ဆိုဒ်များတွင်အပိုကြော်ငြာများပြခြင်း) ။
en-US
{ -brand-short-name } blocked this page because it might try to trick you into installing programs that harm your browsing experience (for example, by changing your homepage or showing extra ads on sites you visit).
Please enable JavaScript. Some features won't be available without it.