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

Side by Side Diff: chrome/app/google_chrome_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
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 specific to 2 <!-- This file contains definitions of strings that are specific to
3 Google Chrome. These strings will be translated for each locale that Google 3 Google Chrome. These strings will be translated for each locale that Google
4 Chrome supports. --> 4 Chrome supports. -->
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/google_chrome_strings.h" type="rc_header"> 9 <output filename="grit/google_chrome_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 </message> 245 </message>
246 <if expr="is_macosx"> 246 <if expr="is_macosx">
247 <!-- Mac 32-bit deprecation --> 247 <!-- Mac 32-bit deprecation -->
248 <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."> 248 <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.">
249 This computer will soon stop receiving Google Chrome updates because i ts hardware is no longer supported. 249 This computer will soon stop receiving Google Chrome updates because i ts hardware is no longer supported.
250 </message> 250 </message>
251 <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."> 251 <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.">
252 This computer will no longer receive Google Chrome updates because its hardware is no longer supported. 252 This computer will no longer receive Google Chrome updates because its hardware is no longer supported.
253 </message> 253 </message>
254 </if> 254 </if>
255 <if expr="is_win">
256 <!-- Windows non-SSE2 deprecation -->
257 <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.">
258 This computer will no longer receive Google Chrome updates because its hardware is no longer supported.
259 </message>
260 </if>
261 <message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu ."> 255 <message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu .">
262 Chrome 256 Chrome
263 </message> 257 </message>
264 <message name="IDS_ACCNAME_TOOLBAR" desc="The accessible name for the appl ication's toolbar."> 258 <message name="IDS_ACCNAME_TOOLBAR" desc="The accessible name for the appl ication's toolbar.">
265 Google Chrome Toolbar 259 Google Chrome Toolbar
266 </message> 260 </message>
267 <!-- Hung Browser Detector --> 261 <!-- Hung Browser Detector -->
268 <if expr="is_win"> 262 <if expr="is_win">
269 <message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dia log box shown when the browser is hung"> 263 <message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dia log box shown when the browser is hung">
270 Google Chrome is unresponsive. Relaunch now? 264 Google Chrome is unresponsive. Relaunch now?
(...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after
1204 Chrome updates automatically so you always have the freshest version. When this download completes, Chrome will restart and you'll be on your way. 1198 Chrome updates automatically so you always have the freshest version. When this download completes, Chrome will restart and you'll be on your way.
1205 </message> 1199 </message>
1206 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> 1200 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen">
1207 Chrome OS terms 1201 Chrome OS terms
1208 </message> 1202 </message>
1209 </if> 1203 </if>
1210 1204
1211 </messages> 1205 </messages>
1212 </release> 1206 </release>
1213 </grit> 1207 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/browser/component_updater/swiftshader_component_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698