Skip to content

Commit

Permalink
[embedlite-components] Replace Firefox with Browser in appstrings.pro…
Browse files Browse the repository at this point in the history
…perties. Fixes JB#45654
  • Loading branch information
rainemak committed Nov 17, 2020
1 parent 29481d1 commit 8bc173b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions overrides/appstrings.properties
Expand Up @@ -3,25 +3,25 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

malformedURI2=The URL is not valid and cannot be loaded.
fileNotFound=Firefox can't find the file at %S.
fileNotFound=Browser can't find the file at %S.
fileAccessDenied=The file at %S is not readable.
dnsNotFound2=Firefox can't find the server at %S.
unknownProtocolFound=Firefox doesn't know how to open this address, because one of the following protocols (%S) isn't associated with any program or is not allowed in this context.
connectionFailure=Firefox can't establish a connection to the server at %S.
dnsNotFound2=Browser can't find the server at %S.
unknownProtocolFound=Browser doesn't know how to open this address, because one of the following protocols (%S) isn't associated with any program or is not allowed in this context.
connectionFailure=Browser can't establish a connection to the server at %S.
netInterrupt=The connection to %S was interrupted while the page was loading.
netTimeout=The server at %S is taking too long to respond.
redirectLoop=Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
redirectLoop=Browser has detected that the server is redirecting the request for this address in a way that will never complete.
## LOCALIZATION NOTE (confirmRepostPrompt): In this item, don't translate "%S"
confirmRepostPrompt=To display this page, %S must send information that will repeat any action (such as a search or order confirmation) that was performed earlier.
resendButton.label=Resend
unknownSocketType=Firefox doesn't know how to communicate with the server.
unknownSocketType=Browser doesn't know how to communicate with the server.
netReset=The connection to the server was reset while the page was loading.
notCached=This document is no longer available.
netOffline=Firefox is currently in offline mode and can't browse the Web.
netOffline=Browser is currently in offline mode and can't browse the Web.
isprinting=The document cannot change while Printing or in Print Preview.
deniedPortAccess=This address uses a network port which is normally used for purposes other than Web browsing. Firefox has canceled the request for your protection.
proxyResolveFailure=Firefox is configured to use a proxy server that can't be found.
proxyConnectFailure=Firefox is configured to use a proxy server that is refusing connections.
deniedPortAccess=This address uses a network port which is normally used for purposes other than Web browsing. Browser has canceled the request for your protection.
proxyResolveFailure=Browser is configured to use a proxy server that can't be found.
proxyConnectFailure=Browser is configured to use a proxy server that is refusing connections.
contentEncodingError=The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
unsafeContentType=The page you are trying to view cannot be shown because it is contained in a file type that may not be safe to open. Please contact the website owners to inform them of this problem.
externalProtocolTitle=External Protocol Request
Expand All @@ -36,7 +36,7 @@ deceptiveBlocked=This web page at %S has been reported as a deceptive site and h
unwantedBlocked=The site at %S has been reported as serving unwanted software and has been blocked based on your security preferences.
cspBlocked=This page has a content security policy that prevents it from being loaded in this way.
corruptedContentErrorv2=The site at %S has experienced a network protocol violation that cannot be repaired.
remoteXUL=This page uses an unsupported technology that is no longer available by default in Firefox.
sslv3Used=Firefox cannot guarantee the safety of your data on %S because it uses SSLv3, a broken security protocol.
weakCryptoUsed=The owner of %S has configured their website improperly. To protect your information from being stolen, Firefox has not connected to this website.
remoteXUL=This page uses an unsupported technology that is no longer available by default in Browser.
sslv3Used=Browser cannot guarantee the safety of your data on %S because it uses SSLv3, a broken security protocol.
weakCryptoUsed=The owner of %S has configured their website improperly. To protect your information from being stolen, Browser has not connected to this website.
inadequateSecurityError=The website tried to negotiate an inadequate level of security.

0 comments on commit 8bc173b

Please sign in to comment.