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

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: Minor cleanup in SadTabController. Created 9 years, 4 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
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 7172 matching lines...) Expand 10 before | Expand all | Expand 10 after
7183 Search using <ph name="SEARCH_ENGINE">$1<ex>Google</ex></ph> from right here 7183 Search using <ph name="SEARCH_ENGINE">$1<ex>Google</ex></ph> from right here
7184 </message> 7184 </message>
7185 7185
7186 <!-- Sad Tab Strings --> 7186 <!-- Sad Tab Strings -->
7187 <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."> 7187 <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.">
7188 Aw, Snap! 7188 Aw, Snap!
7189 </message> 7189 </message>
7190 <message name="IDS_SAD_TAB_MESSAGE" desc="The message displayed on the sad tab page."> 7190 <message name="IDS_SAD_TAB_MESSAGE" desc="The message displayed on the sad tab page.">
7191 Something went wrong while displaying this webpage. To continue, reload or go to another page. 7191 Something went wrong while displaying this webpage. To continue, reload or go to another page.
7192 </message> 7192 </message>
7193 <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.">
7194 If you're seeing this frequently, try <ph name="HELP_LINK">$1<ex>these s uggestions</ex></ph>.
7195 </message>
7196 <message name="IDS_SAD_TAB_HELP_LINK" desc="The link text displayed on the sad tab page pointing the users to a help article.">
7197 these suggestions
7198 </message>
7193 7199
7194 <!-- Killed Tab Strings --> 7200 <!-- Killed Tab Strings -->
7195 <!-- TODO(gspencer): These are temporary values until real 7201 <!-- TODO(gspencer): These are temporary values until real
7196 values are supplied by UI team. See http://crosbug.com/10711 --> 7202 values are supplied by UI team. See http://crosbug.com/10711 -->
7197 <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."> 7203 <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.">
7198 He's dead, Jim! 7204 He's dead, Jim!
7199 </message> 7205 </message>
7200 <message name="IDS_KILLED_TAB_MESSAGE" desc="The message displayed on the killed tab page."> 7206 <message name="IDS_KILLED_TAB_MESSAGE" desc="The message displayed on the killed tab page.">
7201 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. 7207 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.
7202 </message> 7208 </message>
(...skipping 6118 matching lines...) Expand 10 before | Expand all | Expand 10 after
13321 </includes> 13327 </includes>
13322 <structures fallback_to_english="true"> 13328 <structures fallback_to_english="true">
13323 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13329 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13324 </structure> 13330 </structure>
13325 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13331 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13326 </structure> 13332 </structure>
13327 </structures> 13333 </structures>
13328 13334
13329 </release> 13335 </release>
13330 </grit> 13336 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/nibs/SadTab.xib » ('j') | chrome/browser/ui/cocoa/tab_contents/sad_tab_view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698