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

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

Issue 7633023: Add feedback link to sad tab for killed pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/sad_tab_view.h » ('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 7197 matching lines...) Expand 10 before | Expand all | Expand 10 after
7208 7208
7209 <!-- Killed Tab Strings --> 7209 <!-- Killed Tab Strings -->
7210 <!-- TODO(gspencer): These are temporary values until real 7210 <!-- TODO(gspencer): These are temporary values until real
7211 values are supplied by UI team. See http://crosbug.com/10711 --> 7211 values are supplied by UI team. See http://crosbug.com/10711 -->
7212 <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."> 7212 <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.">
7213 He's dead, Jim! 7213 He's dead, Jim!
7214 </message> 7214 </message>
7215 <message name="IDS_KILLED_TAB_MESSAGE" desc="The message displayed on the killed tab page."> 7215 <message name="IDS_KILLED_TAB_MESSAGE" desc="The message displayed on the killed tab page.">
7216 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. 7216 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.
7217 </message> 7217 </message>
7218 <message name="IDS_KILLED_TAB_FEEDBACK_LINK" desc="The text for the feedba ck link on the killed tab page.">
7219 Send feedback to help improve Chrome
7220 </message>
7221 <message name="IDS_KILLED_TAB_FEEDBACK_MESSAGE" desc="The text to auto-pop ulate the feedback page with.">
7222 Chrome ran out of memory.\n
James Cook 2011/08/12 21:38:03 Does this need a \n, or can you add it in the code
7223 </message>
7218 7224
7219 <!-- Default Browser related messages --> 7225 <!-- Default Browser related messages -->
7220 <message name="IDS_HIDE_ICONS_NOT_SUPPORTED" desc="Message to explain we o nly support uninstall and not hide-icons."> 7226 <message name="IDS_HIDE_ICONS_NOT_SUPPORTED" desc="Message to explain we o nly support uninstall and not hide-icons.">
7221 To hide access to this program, you need to uninstall it by using\n<ph n ame="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/Remove Programs</ex></ph> in Control P anel.\n\nWould you like to start <ph name="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/ Remove Programs</ex></ph>? 7227 To hide access to this program, you need to uninstall it by using\n<ph n ame="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/Remove Programs</ex></ph> in Control P anel.\n\nWould you like to start <ph name="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/ Remove Programs</ex></ph>?
7222 </message> 7228 </message>
7223 7229
7224 <if expr="pp_ifdef('chromeos')"> 7230 <if expr="pp_ifdef('chromeos')">
7225 <message name="IDS_SETTINGS_TITLE" desc="Title for the settings tab."> 7231 <message name="IDS_SETTINGS_TITLE" desc="Title for the settings tab.">
7226 Settings 7232 Settings
7227 </message> 7233 </message>
(...skipping 6094 matching lines...) Expand 10 before | Expand all | Expand 10 after
13322 </includes> 13328 </includes>
13323 <structures fallback_to_english="true"> 13329 <structures fallback_to_english="true">
13324 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13330 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13325 </structure> 13331 </structure>
13326 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13332 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13327 </structure> 13333 </structure>
13328 </structures> 13334 </structures>
13329 13335
13330 </release> 13336 </release>
13331 </grit> 13337 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/sad_tab_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698