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

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

Issue 193493002: Windows non-SSE2 deprecation strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('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 <!-- This file contains definitions of strings that are distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 These strings will not be translated and only english versions will 3 These strings will not be translated and only english versions will
4 be available for now. --> 4 be available for now. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/chromium_strings.h" type="rc_header"> 9 <output filename="grit/chromium_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 </message> 331 </message>
332 <if expr="is_macosx"> 332 <if expr="is_macosx">
333 <!-- Mac 32-bit deprecation --> 333 <!-- Mac 32-bit deprecation -->
334 <message name="IDS_MAC_32_BIT_OBSOLETE_SOON" desc="A message displayed o n an at-launch infobar and About (Help) page warning the user that the computer they are using is about to become unsupported."> 334 <message name="IDS_MAC_32_BIT_OBSOLETE_SOON" desc="A message displayed o n an at-launch infobar and About (Help) page warning the user that the computer they are using is about to become unsupported.">
335 This computer will soon stop receiving Chromium updates because its ha rdware is no longer supported. 335 This computer will soon stop receiving Chromium updates because its ha rdware is no longer supported.
336 </message> 336 </message>
337 <message name="IDS_MAC_32_BIT_OBSOLETE_NOW" desc="A message displayed on an at-launch infobar and About (Help) page warning the user that the computer t hey are using is no longer supported."> 337 <message name="IDS_MAC_32_BIT_OBSOLETE_NOW" desc="A message displayed on an at-launch infobar and About (Help) page warning the user that the computer t hey are using is no longer supported.">
338 This computer will no longer receive Chromium updates because its hard ware is no longer supported. 338 This computer will no longer receive Chromium updates because its hard ware is no longer supported.
339 </message> 339 </message>
340 </if> 340 </if>
341 <if expr="is_win">
342 <!-- Windows non-SSE2 deprecation -->
343 <message name="IDS_WIN_SSE_OBSOLETE_NOW" desc="A message displayed on an at-launch infobar and About (Help) page warning the user that the computer they are using is no longer supported.">
344 This computer will no longer receive Chromium updates because its hard ware is no longer supported.
345 </message>
346 </if>
341 <message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu ."> 347 <message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu .">
342 Chromium 348 Chromium
343 </message> 349 </message>
344 <message name="IDS_ACCNAME_TOOLBAR" desc="The accessible name for the appl ication's toolbar."> 350 <message name="IDS_ACCNAME_TOOLBAR" desc="The accessible name for the appl ication's toolbar.">
345 Chromium Toolbar 351 Chromium Toolbar
346 </message> 352 </message>
347 <!-- Hung Browser Detector --> 353 <!-- Hung Browser Detector -->
348 <message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialo g box shown when the browser is hung"> 354 <message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialo g box shown when the browser is hung">
349 Chromium is unresponsive. Relaunch now? 355 Chromium is unresponsive. Relaunch now?
350 </message> 356 </message>
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
1087 </if> 1093 </if>
1088 1094
1089 <!-- Toast experiment. --> 1095 <!-- Toast experiment. -->
1090 <message name="IDS_TRY_TOAST_SET_DEFAULT" desc="Text of the checkbox to ma ke Chromium the default browser"> 1096 <message name="IDS_TRY_TOAST_SET_DEFAULT" desc="Text of the checkbox to ma ke Chromium the default browser">
1091 Make Chromium the default browser 1097 Make Chromium the default browser
1092 </message> 1098 </message>
1093 1099
1094 </messages> 1100 </messages>
1095 </release> 1101 </release>
1096 </grit> 1102 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698