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

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

Issue 459603003: Cleanup: Remove unneeded SSE2 checks and unused code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, fix win build Created 6 years, 3 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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 </message> 322 </message>
323 <if expr="is_macosx"> 323 <if expr="is_macosx">
324 <!-- Mac 32-bit deprecation --> 324 <!-- Mac 32-bit deprecation -->
325 <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."> 325 <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.">
326 This computer will soon stop receiving Chromium updates because its ha rdware is no longer supported. 326 This computer will soon stop receiving Chromium updates because its ha rdware is no longer supported.
327 </message> 327 </message>
328 <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."> 328 <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.">
329 This computer will no longer receive Chromium updates because its hard ware is no longer supported. 329 This computer will no longer receive Chromium updates because its hard ware is no longer supported.
330 </message> 330 </message>
331 </if> 331 </if>
332 <if expr="is_win">
333 <!-- Windows non-SSE2 deprecation -->
334 <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.">
335 This computer will no longer receive Chromium updates because its hard ware is no longer supported.
336 </message>
337 </if>
338 <message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu ."> 332 <message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu .">
339 Chromium 333 Chromium
340 </message> 334 </message>
341 <message name="IDS_ACCNAME_TOOLBAR" desc="The accessible name for the appl ication's toolbar."> 335 <message name="IDS_ACCNAME_TOOLBAR" desc="The accessible name for the appl ication's toolbar.">
342 Chromium Toolbar 336 Chromium Toolbar
343 </message> 337 </message>
344 <!-- Hung Browser Detector --> 338 <!-- Hung Browser Detector -->
345 <if expr="is_win"> 339 <if expr="is_win">
346 <message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dia log box shown when the browser is hung"> 340 <message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dia log box shown when the browser is hung">
347 Chromium is unresponsive. Relaunch now? 341 Chromium is unresponsive. Relaunch now?
(...skipping 932 matching lines...) Expand 10 before | Expand all | Expand 10 after
1280 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way. 1274 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way.
1281 </message> 1275 </message>
1282 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> 1276 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen">
1283 Chromium OS terms 1277 Chromium OS terms
1284 </message> 1278 </message>
1285 </if> 1279 </if>
1286 1280
1287 </messages> 1281 </messages>
1288 </release> 1282 </release>
1289 </grit> 1283 </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