Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import android-components quarantine #826

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,16 @@
]]></string>

<!-- The document title and heading of an error page. -->
<string name="mozac_browser_errorpages_no_internet_title">No internet connection</string>
<string name="mozac_browser_errorpages_no_internet_title" moz:removedIn="133" tools:ignore="UnusedResources">No internet connection</string>
<!-- The document title and heading of an error page. -->
<string name="mozac_browser_errorpages_no_internet_title_2">Looks like there’s a problem with your internet connection</string>
<!-- The main body text of this error page. It will be shown beneath the title -->
<string name="mozac_browser_errorpages_no_internet_message" moz:removedIn="133" tools:ignore="UnusedResources">Check your network connection or try reloading the page in a few moments.</string>
<!-- The main body text of this error page. It will be shown beneath the title -->
<string name="mozac_browser_errorpages_no_internet_message">Check your network connection or try reloading the page in a few moments.</string>
<string name="mozac_browser_errorpages_no_internet_message_2">Try connecting on a different device. Check your modem or router. Disconnect and reconnect to Wi-Fi.</string>
<!-- The document title and heading of an error page. -->
<string name="mozac_browser_errorpages_no_internet_error_code">Error Code: NS_ERROR_OFFLINE</string>

<!-- Text that will show up on the button at the bottom of the error page -->
<string name="mozac_browser_errorpages_no_internet_refresh_button">Reload</string>

Expand Down