Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(714)

Side by Side Diff: chrome/app/generated_resources.grd

Issue 7610011: Update Sad Tab help text and link. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and merge. Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/app/nibs/SadTab.xib » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 7390 matching lines...) Expand 10 before | Expand all | Expand 10 after
7401 Search using <ph name="SEARCH_ENGINE">$1<ex>Google</ex></ph> from right here 7401 Search using <ph name="SEARCH_ENGINE">$1<ex>Google</ex></ph> from right here
7402 </message> 7402 </message>
7403 7403
7404 <!-- Sad Tab Strings --> 7404 <!-- Sad Tab Strings -->
7405 <message name="IDS_SAD_TAB_TITLE" desc="The title of the sad tab page that is shown when a tab crashes. This is intended to be a humorous exclamation of d ismay."> 7405 <message name="IDS_SAD_TAB_TITLE" desc="The title of the sad tab page that is shown when a tab crashes. This is intended to be a humorous exclamation of d ismay.">
7406 Aw, Snap! 7406 Aw, Snap!
7407 </message> 7407 </message>
7408 <message name="IDS_SAD_TAB_MESSAGE" desc="The message displayed on the sad tab page."> 7408 <message name="IDS_SAD_TAB_MESSAGE" desc="The message displayed on the sad tab page.">
7409 Something went wrong while displaying this webpage. To continue, reload or go to another page. 7409 Something went wrong while displaying this webpage. To continue, reload or go to another page.
7410 </message> 7410 </message>
7411 <message name="IDS_SAD_TAB_HELP_MESSAGE" desc="The help message displayed on the sad tab page, with IDS_SAD_TAB_HELP_LINK embedded as a link to help.">
7412 If you're seeing this frequently, try <ph name="HELP_LINK">$1<ex>these s uggestions</ex></ph>.
7413 </message>
7414 <message name="IDS_SAD_TAB_HELP_LINK" desc="The link text displayed on the sad tab page pointing the users to a help article.">
7415 these suggestions
7416 </message>
7411 7417
7412 <!-- Killed Tab Strings --> 7418 <!-- Killed Tab Strings -->
7413 <!-- TODO(gspencer): These are temporary values until real 7419 <!-- TODO(gspencer): These are temporary values until real
7414 values are supplied by UI team. See http://crosbug.com/10711 --> 7420 values are supplied by UI team. See http://crosbug.com/10711 -->
7415 <message name="IDS_KILLED_TAB_TITLE" desc="The title of the killed tab pag e that is shown when a tab is killed by the OS. This is intended to be a humorou s exclamation of dismay."> 7421 <message name="IDS_KILLED_TAB_TITLE" desc="The title of the killed tab pag e that is shown when a tab is killed by the OS. This is intended to be a humorou s exclamation of dismay.">
7416 He's dead, Jim! 7422 He's dead, Jim!
7417 </message> 7423 </message>
7418 <message name="IDS_KILLED_TAB_MESSAGE" desc="The message displayed on the killed tab page."> 7424 <message name="IDS_KILLED_TAB_MESSAGE" desc="The message displayed on the killed tab page.">
7419 Either Chrome ran out of memory or the process for the webpage was termi nated for some other reason. To continue, reload or go to another page. 7425 Either Chrome ran out of memory or the process for the webpage was termi nated for some other reason. To continue, reload or go to another page.
7420 </message> 7426 </message>
(...skipping 6181 matching lines...) Expand 10 before | Expand all | Expand 10 after
13602 </messages> 13608 </messages>
13603 <structures fallback_to_english="true"> 13609 <structures fallback_to_english="true">
13604 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13610 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13605 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13611 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13606 </structure> 13612 </structure>
13607 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13613 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13608 </structure> 13614 </structure>
13609 </structures> 13615 </structures>
13610 </release> 13616 </release>
13611 </grit> 13617 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/nibs/SadTab.xib » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698