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

Side by Side Diff: components/new_or_sad_tab_strings.grdp

Issue 2730903006: Add new sad tab strings. (Closed)
Patch Set: code review comments Created 3 years, 9 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
« no previous file with comments | « no previous file | no next file » | 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 <grit-part> 2 <grit-part>
3 3
4 <message name="IDS_DEFAULT_TAB_TITLE" desc="The default title in a tab."> 4 <message name="IDS_DEFAULT_TAB_TITLE" desc="The default title in a tab.">
5 Untitled 5 Untitled
6 </message> 6 </message>
7 7
8 <!-- Sad Tab Strings --> 8 <!-- Sad Tab Strings -->
9 <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." formatter_data="android_java"> 9 <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." formatter_data="android_java">
10 Aw, Snap! 10 Aw, Snap!
(...skipping 18 matching lines...) Expand all
29 suggestions 29 suggestions
30 </message> 30 </message>
31 <message name="IDS_SAD_TAB_RELOAD_LABEL" desc="Button label in the sad tab page for reloading a page." formatter_data="android_java"> 31 <message name="IDS_SAD_TAB_RELOAD_LABEL" desc="Button label in the sad tab page for reloading a page." formatter_data="android_java">
32 Reload 32 Reload
33 </message> 33 </message>
34 <if expr="is_android"> 34 <if expr="is_android">
35 <message name="IDS_SAD_TAB_SEND_FEEDBACK_LABEL" desc="Button label in th e sad tab page for sending feedback. This label replaces the reload button after a crash happens twice in a row." formatter_data="android_java"> 35 <message name="IDS_SAD_TAB_SEND_FEEDBACK_LABEL" desc="Button label in th e sad tab page for sending feedback. This label replaces the reload button after a crash happens twice in a row." formatter_data="android_java">
36 Send Feedback 36 Send Feedback
37 </message> 37 </message>
38 </if> 38 </if>
39 <if expr="is_win">
40 <message name="IDS_SAD_TAB_OOM_TITLE" desc="The title of the sad tab pag e displayed if the tab died due to being out of memory and a reload failed to fi x the issue.">
srahim1 2017/03/03 19:42:08 desc="The title of the web page displayed if conte
Will Harris 2017/03/03 20:22:58 Done.
41 Not enough memory to open this page
42 </message>
43 </if>
44 <message name="IDS_SAD_TAB_RELOAD_TITLE" desc="The title of the sad tab pa ge displayed if a reload failed to fix the issue.">
srahim1 2017/03/03 19:42:08 desc="The title of the web page displayed if conte
yyushkina 2017/03/03 20:03:26 Does this need formatter_data="android_java">
Will Harris 2017/03/03 20:22:57 Done.
Will Harris 2017/03/03 20:22:57 Done.
45 Can't open this page
46 </message>
47 <message name="IDS_SAD_TAB_OOM_MESSAGE_TABS" desc="The message displayed o n the sad tab page if the tab died due to being out of memory, a reload failed t o fix the issue and other tabs are open." formatter_data="android_java">
srahim1 2017/03/03 19:42:08 desc="The message displayed on the web page if con
Will Harris 2017/03/03 20:22:58 Done.
48 Try closing other tabs or programs to free up memory.
49 </message>
50 <message name="IDS_SAD_TAB_OOM_MESSAGE_NOTABS" desc="The message displayed on the sad tab page if the tab died due to being out of memory, a reload failed to fix the issue and no other tabs are open." formatter_data="android_java">
srahim1 2017/03/03 19:42:08 desc="The message displayed on the web page if con
Will Harris 2017/03/03 20:22:57 Done.
51 Try exiting other programs to free up memory.
52 </message>
53 <message name="IDS_SAD_TAB_RELOAD_TRY" desc="The first line of the message displayed on the sad tab page if a reload failed to fix the issue." formatter_d ata="android_java">
srahim1 2017/03/03 19:42:08 desc="The message displayed on the web page if con
54 Try the following tips:
55 </message>
56 <if expr="is_macosx"
57 <message name="IDS_SAD_TAB_RELOAD_INCOGNITO" desc="One of the bullet poi nts displayed on the sad tab page if a reload failed to fix the issue, explainin g to try using an incognito tab." formatter_data="android_java">
srahim1 2017/03/03 19:42:08 desc="One of the bullet points displayed on the we
Will Harris 2017/03/03 20:22:57 Done.
58 Open page in Incognito Mode (⇧⌘N)
srahim1 2017/03/03 19:42:07 Please change to "Incognito mode" with lowercase '
Will Harris 2017/03/03 20:22:57 Done.
59 </message>
60 </if>
61 <if expr="is_win or is_linux or chromeos"
62 <message name="IDS_SAD_TAB_RELOAD_INCOGNITO" desc="One of the bullet poi nts displayed on the sad tab page if a reload failed to fix the issue, explainin g to try using an incognito tab." formatter_data="android_java">
srahim1 2017/03/03 19:42:08 desc="One of the bullet points displayed on the we
Will Harris 2017/03/03 20:22:57 Done.
63 Open page in Incognito Mode (Ctrl-Shift-N)
srahim1 2017/03/03 19:42:07 "Incognito mode" with lowercase m
Will Harris 2017/03/03 20:22:56 Done.
64 </message>
65 </if>
66 <if expr="is_android or is_ios"
67 <message name="IDS_SAD_TAB_RELOAD_INCOGNITO" desc="One of the bullet poi nts displayed on the sad tab page if a reload failed to fix the issue, explainin g to try using an incognito tab." formatter_data="android_java">
srahim1 2017/03/03 19:42:08 desc="One of the bullet points displayed on the we
Will Harris 2017/03/03 20:22:57 Done.
68 Open page in Incognito Mode
srahim1 2017/03/03 19:42:08 "Incognito mode" with lowercase m
Will Harris 2017/03/03 20:22:57 Done.
69 </message>
70 </if>
71 <if expr="is_macosx or chromeos"
72 <message name="IDS_SAD_TAB_RELOAD_CLOSE_TABS" desc="One of the bullet po ints displayed on the sad tab page if a reload failed to fix the issue, and ther e are other open tabs, explaining to try closing tabs or other programs." format ter_data="android_java">
srahim1 2017/03/03 19:42:08 desc="One of the bullet points displayed on the we
Will Harris 2017/03/03 20:22:57 Done.
73 Close other tabs or apps
74 </message>
75 </if>
76 <if expr="is_win or is_linux"
yyushkina 2017/03/03 20:03:27 Should be just is_linux
yyushkina 2017/03/03 20:22:29 Done.
Will Harris 2017/03/03 20:22:58 Done.
77 <message name="IDS_SAD_TAB_RELOAD_CLOSE_TABS" desc="One of the bullet po ints displayed on the sad tab page if a reload failed to fix the issue, and ther e are other open tabs, explaining to try closing tabs or other programs." format ter_data="android_java">
srahim1 2017/03/03 19:42:08 desc="One of the bullet points displayed on the we
Will Harris 2017/03/03 20:22:58 Done.
78 Close other tabs or programs
79 </message>
80 </if>
81 <if expr="is_macosx or chromeos or is_android or is_ios"
82 <message name="IDS_SAD_TAB_RELOAD_CLOSE_NOTABS" desc="One of the bullet points displayed on the sad tab page if a reload failed to fix the issue, and th ere are no other open tabs, explaining to try closing other programs." formatter _data="android_java">
srahim1 2017/03/03 19:42:08 desc="One of the bullet points displayed on the we
Will Harris 2017/03/03 20:22:57 Done.
83 Close other apps
84 </message>
85 </if>
86 <if expr="is_win or is_linux"
yyushkina 2017/03/03 20:03:27 Shouldn't this be only is_linux?
Will Harris 2017/03/03 20:05:29 I changed this to win since it seemed if we ever b
yyushkina 2017/03/03 20:22:29 Ok. That works
Will Harris 2017/03/03 20:22:57 Done.
87 <message name="IDS_SAD_TAB_RELOAD_CLOSE_NOTABS" desc="One of the bullet points displayed on the sad tab page if a reload failed to fix the issue, and th ere are no other open tabs, explaining to try closing other programs." formatter _data="android_java">
srahim1 2017/03/03 19:42:08 desc="One of the bullet points displayed on the we
Will Harris 2017/03/03 20:22:56 Done.
88 Close other programs
89 </message>
90 </if>
91 <message name="IDS_SAD_TAB_RELOAD_RESTART_CHROME" desc="One of the bullet points displayed on the sad tab page if a reload failed to fix the issue, explai ning to try a restart of Chrome." formatter_data="android_java">
92 Restart Chrome
srahim1 2017/03/03 19:42:08 desc="One of the bullet points displayed on the we
Will Harris 2017/03/03 20:22:57 Done. added Chromium/Chrome variant.
93 </message>
94 <if expr="is_win or is_linux or is_maxosx or chromeos"
95 <message name="IDS_SAD_TAB_RELOAD_RESTART_DEVICE" desc="One of the bulle t points displayed on the sad tab page if a reload failed to fix the issue, expl aining to try a restart of device." formatter_data="android_java">
96 Restart your computer
srahim1 2017/03/03 19:42:07 desc="One of the bullet points displayed on the we
Will Harris 2017/03/03 20:22:56 Done.
97 </message>
98 </if>
99 <if expr="is_android or is_ios"
100 <message name="IDS_SAD_TAB_RELOAD_RESTART_DEVICE" desc="One of the bulle t points displayed on the sad tab page if a reload failed to fix the issue, expl aining to try a restart of device." formatter_data="android_java">
srahim1 2017/03/03 19:42:08 desc="One of the bullet points displayed on the we
Will Harris 2017/03/03 20:22:57 Done.
101 Restart your device
102 </message>
103 </if>
104 <message name="IDS_SAD_TAB_UMA_OPTIN" desc="Text beside the checkbox to le t users opt into UMA." formatter_data="android_java">
srahim1 2017/03/03 19:42:08 desc="Text that appears next to a checkbox, allowi
Will Harris 2017/03/03 20:22:57 Done.
105 Automatically send usage statistics and crash reports to Google
106 </message>
39 107
40 <!-- New Tab --> 108 <!-- New Tab -->
41 <message name="IDS_NEW_TAB_TITLE" 109 <message name="IDS_NEW_TAB_TITLE"
42 desc="Title of the new tab page, not to be confused with the acti on of opening a new tab."> 110 desc="Title of the new tab page, not to be confused with the acti on of opening a new tab.">
43 New Tab 111 New Tab
44 </message> 112 </message>
45 <if expr="not is_android"> 113 <if expr="not is_android">
46 <message name="IDS_NEW_TAB_OTR_HEADING" 114 <message name="IDS_NEW_TAB_OTR_HEADING"
47 desc="Heading used when a person opens an OTR window"> 115 desc="Heading used when a person opens an OTR window">
48 You’ve gone incognito 116 You’ve gone incognito
(...skipping 29 matching lines...) Expand all
78 Downloaded files and bookmarks will be kept. 146 Downloaded files and bookmarks will be kept.
79 </message> 147 </message>
80 <message name="IDS_NEW_TAB_OTR_NOT_SAVED_BULLET_POINTS" desc="Bullet point s listing data that are not saved in the Incognito mode. The '#' character in th is text represents a bullet point. Please keep it unchanged and do not add addit ional spaces around it. The text between the pair of '|' characters will be high lighted." formatter_data="android_java"> 148 <message name="IDS_NEW_TAB_OTR_NOT_SAVED_BULLET_POINTS" desc="Bullet point s listing data that are not saved in the Incognito mode. The '#' character in th is text represents a bullet point. Please keep it unchanged and do not add addit ional spaces around it. The text between the pair of '|' characters will be high lighted." formatter_data="android_java">
81 This information |won’t be saved|:#Your browsing history#Your searches#C ookie data 149 This information |won’t be saved|:#Your browsing history#Your searches#C ookie data
82 </message> 150 </message>
83 <message name="IDS_NEW_TAB_OTR_VISIBLE" desc="Bullet points listing entiti es that might be able to see the user's Incognito activity. The '#' character in this text represents a bullet point. Please keep it unchanged and do not add ad ditional spaces around it. The text between the pair of '|' characters will be h ighlighted." formatter_data="android_java"> 151 <message name="IDS_NEW_TAB_OTR_VISIBLE" desc="Bullet points listing entiti es that might be able to see the user's Incognito activity. The '#' character in this text represents a bullet point. Please keep it unchanged and do not add ad ditional spaces around it. The text between the pair of '|' characters will be h ighlighted." formatter_data="android_java">
84 Your activity |might still be visible| to:#Websites you visit#Your emplo yer#Your internet service provider 152 Your activity |might still be visible| to:#Websites you visit#Your emplo yer#Your internet service provider
85 </message> 153 </message>
86 154
87 </grit-part> 155 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698