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

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: Use views::GridLayout, address Cocoa comments. 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
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 7371 matching lines...) Expand 10 before | Expand all | Expand 10 after
7382 Search using <ph name="SEARCH_ENGINE">$1<ex>Google</ex></ph> from right here 7382 Search using <ph name="SEARCH_ENGINE">$1<ex>Google</ex></ph> from right here
7383 </message> 7383 </message>
7384 7384
7385 <!-- Sad Tab Strings --> 7385 <!-- Sad Tab Strings -->
7386 <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."> 7386 <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.">
7387 Aw, Snap! 7387 Aw, Snap!
7388 </message> 7388 </message>
7389 <message name="IDS_SAD_TAB_MESSAGE" desc="The message displayed on the sad tab page."> 7389 <message name="IDS_SAD_TAB_MESSAGE" desc="The message displayed on the sad tab page.">
7390 Something went wrong while displaying this webpage. To continue, reload or go to another page. 7390 Something went wrong while displaying this webpage. To continue, reload or go to another page.
7391 </message> 7391 </message>
7392 <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.">
7393 If you're seeing this frequently, try <ph name="HELP_LINK">$1<ex>these s uggestions</ex></ph>.
7394 </message>
7395 <message name="IDS_SAD_TAB_HELP_LINK" desc="The link text displayed on the sad tab page pointing the users to a help article.">
7396 these suggestions
7397 </message>
7392 7398
7393 <!-- Killed Tab Strings --> 7399 <!-- Killed Tab Strings -->
7394 <!-- TODO(gspencer): These are temporary values until real 7400 <!-- TODO(gspencer): These are temporary values until real
7395 values are supplied by UI team. See http://crosbug.com/10711 --> 7401 values are supplied by UI team. See http://crosbug.com/10711 -->
7396 <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."> 7402 <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.">
7397 He's dead, Jim! 7403 He's dead, Jim!
7398 </message> 7404 </message>
7399 <message name="IDS_KILLED_TAB_MESSAGE" desc="The message displayed on the killed tab page."> 7405 <message name="IDS_KILLED_TAB_MESSAGE" desc="The message displayed on the killed tab page.">
7400 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. 7406 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.
7401 </message> 7407 </message>
(...skipping 6187 matching lines...) Expand 10 before | Expand all | Expand 10 after
13589 </messages> 13595 </messages>
13590 <structures fallback_to_english="true"> 13596 <structures fallback_to_english="true">
13591 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13597 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13592 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13598 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13593 </structure> 13599 </structure>
13594 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13600 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13595 </structure> 13601 </structure>
13596 </structures> 13602 </structures>
13597 </release> 13603 </release>
13598 </grit> 13604 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/nibs/SadTab.xib » ('j') | chrome/browser/ui/cocoa/hyperlink_text_view.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698