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

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: Fix message centering. 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') | chrome/browser/ui/cocoa/static_text_view.h » ('J')
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 7311 matching lines...) Expand 10 before | Expand all | Expand 10 after
7322 Search using <ph name="SEARCH_ENGINE">$1<ex>Google</ex></ph> from right here 7322 Search using <ph name="SEARCH_ENGINE">$1<ex>Google</ex></ph> from right here
7323 </message> 7323 </message>
7324 7324
7325 <!-- Sad Tab Strings --> 7325 <!-- Sad Tab Strings -->
7326 <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."> 7326 <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.">
7327 Aw, Snap! 7327 Aw, Snap!
7328 </message> 7328 </message>
7329 <message name="IDS_SAD_TAB_MESSAGE" desc="The message displayed on the sad tab page."> 7329 <message name="IDS_SAD_TAB_MESSAGE" desc="The message displayed on the sad tab page.">
7330 Something went wrong while displaying this webpage. To continue, reload or go to another page. 7330 Something went wrong while displaying this webpage. To continue, reload or go to another page.
7331 </message> 7331 </message>
7332 <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.">
7333 If you're seeing this frequently, try <ph name="HELP_LINK">$1<ex>these s uggestions</ex></ph>.
7334 </message>
7335 <message name="IDS_SAD_TAB_HELP_LINK" desc="The link text displayed on the sad tab page pointing the users to a help article.">
7336 these suggestions
7337 </message>
7332 7338
7333 <!-- Killed Tab Strings --> 7339 <!-- Killed Tab Strings -->
7334 <!-- TODO(gspencer): These are temporary values until real 7340 <!-- TODO(gspencer): These are temporary values until real
7335 values are supplied by UI team. See http://crosbug.com/10711 --> 7341 values are supplied by UI team. See http://crosbug.com/10711 -->
7336 <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."> 7342 <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.">
7337 He's dead, Jim! 7343 He's dead, Jim!
7338 </message> 7344 </message>
7339 <message name="IDS_KILLED_TAB_MESSAGE" desc="The message displayed on the killed tab page."> 7345 <message name="IDS_KILLED_TAB_MESSAGE" desc="The message displayed on the killed tab page.">
7340 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. 7346 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.
7341 </message> 7347 </message>
(...skipping 6187 matching lines...) Expand 10 before | Expand all | Expand 10 after
13529 </messages> 13535 </messages>
13530 <structures fallback_to_english="true"> 13536 <structures fallback_to_english="true">
13531 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13537 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13532 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13538 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13533 </structure> 13539 </structure>
13534 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13540 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13535 </structure> 13541 </structure>
13536 </structures> 13542 </structures>
13537 </release> 13543 </release>
13538 </grit> 13544 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/nibs/SadTab.xib » ('j') | chrome/browser/ui/cocoa/static_text_view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698