OLD | NEW |
---|---|
(Empty) | |
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <grit-part> | |
3 | |
4 <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 se rvers."> | |
5 Access a <ph name="BEGIN_LINK"><a jsvalues="href:urlCorrection;.jstdata:$ this" onmousedown="linkClicked(this.jstdata)"></ph>cached copy<ph name="END_L INK"></a></ph> of <ph name="URL"><span jscontent="originalUrlForDisplay "></span><ex>www.hats-for-goats.com/shiny</ex></ph> | |
6 </message> | |
7 <message name="IDS_ERRORPAGES_SUGGESTION_CORRECTED_URL" desc="When a page fail s to load, sometimes we suggest different URL because we think the one the user entered had a typo."> | |
8 Did you mean <ph name="LINK"><a jsvalues="href:urlCorrection;.jstdata:$th is" onmousedown="linkClicked(this.jstdata)" jscontent="urlCorrectionForDisplay"& gt;</a><ex>www.somewhere-spelled-correctly.com</ex></ph>? | |
9 </message> | |
10 <message name="IDS_ERRORPAGES_SUGGESTION_ALTERNATE_URL" desc="When a page fail s to load, sometimes we suggest different URL (maybe a different page on the sam e site, or a site with similar content, for example)."> | |
11 Go to <ph name="LINK"><a jsvalues="href:urlCorrection;.jstdata:$this" onm ousedown="linkClicked(this.jstdata)" jscontent="urlCorrectionForDisplay">< /a><ex>www.somewhere.com</ex></ph> | |
mmenke
2014/09/18 17:50:42
These seem really weird - they call functions from
hashimoto
2014/09/22 09:28:12
Oops, I didn't expect string resources to contain
mmenke
2014/09/23 15:04:34
neterror.js is used on iOS, so it should not be pa
hashimoto
2014/09/24 10:59:41
iOS can depend on content-free part of this compon
| |
12 </message> | |
13 | |
14 </grit-part> | |
OLD | NEW |