Index: components/sad_tab_strings.grdp |
diff --git a/components/sad_tab_strings.grdp b/components/sad_tab_strings.grdp |
new file mode 100644 |
index 0000000000000000000000000000000000000000..12dffc1bc50b3eab20affa19f04a028f07113f65 |
--- /dev/null |
+++ b/components/sad_tab_strings.grdp |
@@ -0,0 +1,38 @@ |
+<?xml version="1.0" encoding="utf-8"?> |
+<grit-part> |
+ |
+ <!-- Sad Tab Strings --> |
+ <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 dismay." formatter_data="android_java"> |
+ Aw, Snap! |
+ </message> |
+ <message name="IDS_SAD_TAB_MESSAGE" desc="The message displayed on the sad tab page." formatter_data="android_java"> |
+ Something went wrong while displaying this webpage. To continue, reload or go to another page. |
+ </message> |
+ <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."> |
+ If you're seeing this frequently, try these <ph name="HELP_LINK">$1<ex>suggestions</ex></ph>. |
+ </message> |
+ <message name="IDS_SAD_TAB_HELP_LINK" desc="The link text displayed on the sad tab page pointing the users to a help article."> |
+ suggestions |
+ </message> |
+ <message name="IDS_SAD_TAB_RELOAD_LABEL" desc="Button label in the sad tab page for reloading a page." formatter_data="android_java"> |
+ Reload |
+ </message> |
+ |
+ <!-- Killed Tab Strings --> |
+ <!-- TODO(gspencer): These are temporary values until real |
+ values are supplied by UI team. See http://crosbug.com/10711 --> |
+ <message name="IDS_KILLED_TAB_TITLE" desc="The title of the killed tab page that is shown when a tab is killed by the OS. This is intended to be a humorous exclamation of dismay."> |
+ He's dead, Jim! |
+ </message> |
+ <message name="IDS_KILLED_TAB_MESSAGE" desc="The message displayed on the killed tab page."> |
+ Either Chrome ran out of memory or the process for the webpage was terminated for some other reason. To continue, reload or go to another page. |
+ </message> |
+ <message name="IDS_KILLED_TAB_FEEDBACK_LINK" desc="The text for the feedback link on the killed tab page."> |
+ Send feedback to help improve Chrome |
+ </message> |
+ <message name="IDS_KILLED_TAB_FEEDBACK_MESSAGE" desc="The text to auto-populate the feedback page with."> |
+Chrome ran out of memory. |
+''' |
+ </message> |
+ |
+</grit-part> |