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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 1299513002: [Android] Add support for a hung renderer dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 2224 matching lines...) Expand 10 before | Expand all | Expand 10 after
2235 </message> 2235 </message>
2236 <message name="IDS_HELP_CONTEXT_INCOGNITO_LEARN_MORE" translateable="false "> 2236 <message name="IDS_HELP_CONTEXT_INCOGNITO_LEARN_MORE" translateable="false ">
2237 chrome_incognito 2237 chrome_incognito
2238 </message> 2238 </message>
2239 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> 2239 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false">
2240 send_crash_report 2240 send_crash_report
2241 </message> 2241 </message>
2242 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> 2242 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false">
2243 mobile_awsnap 2243 mobile_awsnap
2244 </message> 2244 </message>
2245 <!-- Unresponsive Renderer -->
2246 <message name="IDS_UNRESPONSIVE_RENDERER" desc="An infobar message indicat ing to the user that the current page is unresponsive">
2247 The page has become unresponsive. You can wait for it to become responsi ve or dismiss it.
2248 </message>
2249 <message name="IDS_UNRESPONSIVE_RENDERER_KILL" desc="An infobar button mes sage for killing the unresponsive page">
2250 Kill
gone 2015/08/14 21:05:43 Probably want to use less forceful language. Run
gone 2015/08/14 21:07:28 MAYBE LATER is kind of a joke but not really. Des
jdduke (slow) 2015/08/14 21:22:19 Chrome asks to wait or kill, I basically stole the
2251 </message>
2252 <message name="IDS_UNRESPONSIVE_RENDERER_WAIT" desc="An infobar button mes sage for waiting on the unresponsive page">
2253 Wait
2254 </message>
2245 </messages> 2255 </messages>
2246 </release> 2256 </release>
2247 </grit> 2257 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698