blob: b920a89a96e0cf1e17bd6249897f07adf727e7ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="utf-8"?>
<grit-part>
<message name="IDS_ERRORPAGES_SUGGESTION_VISIT_GOOGLE_CACHE" desc="When a page fails to load, sometimes we viewing a version of the page cached on Google's servers.">
Access a <ph name="BEGIN_LINK"><a jsvalues="href:urlCorrection;.jstdata:$this" onmousedown="linkClicked(this.jstdata)"></ph>cached copy<ph name="END_LINK"></a></ph> of <ph name="URL"><span jscontent="originalUrlForDisplay"></span><ex>www.hats-for-goats.com/shiny</ex></ph>
</message>
<message name="IDS_ERRORPAGES_SUGGESTION_CORRECTED_URL" desc="When a page fails to load, sometimes we suggest different URL because we think the one the user entered had a typo.">
Did you mean <ph name="LINK"><a jsvalues="href:urlCorrection;.jstdata:$this" onmousedown="linkClicked(this.jstdata)" jscontent="urlCorrectionForDisplay"></a><ex>www.somewhere-spelled-correctly.com</ex></ph>?
</message>
<message name="IDS_ERRORPAGES_SUGGESTION_ALTERNATE_URL" desc="When a page fails to load, sometimes we suggest different URL (maybe a different page on the same site, or a site with similar content, for example).">
Go to <ph name="LINK"><a jsvalues="href:urlCorrection;.jstdata:$this" onmousedown="linkClicked(this.jstdata)" jscontent="urlCorrectionForDisplay"></a><ex>www.somewhere.com</ex></ph>
</message>
</grit-part>
|