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

Side by Side Diff: chrome/app/google_chrome_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 | « chrome/app/chromium_strings.grd ('k') | 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 <!-- 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 </message> 254 </message>
255 <if expr="is_macosx"> 255 <if expr="is_macosx">
256 <!-- Mac 32-bit deprecation --> 256 <!-- Mac 32-bit deprecation -->
257 <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."> 257 <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.">
258 This computer will soon stop receiving Google Chrome updates because i ts hardware is no longer supported. 258 This computer will soon stop receiving Google Chrome updates because i ts hardware is no longer supported.
259 </message> 259 </message>
260 <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."> 260 <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.">
261 This computer will no longer receive Google Chrome updates because its hardware is no longer supported. 261 This computer will no longer receive Google Chrome updates because its hardware is no longer supported.
262 </message> 262 </message>
263 </if> 263 </if>
264 <if expr="is_win">
265 <!-- Windows non-SSE2 deprecation -->
266 <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.">
267 This computer will soon stop receiving Google Chrome updates because i ts hardware is no longer supported.
268 </message>
269 </if>
264 <message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu ."> 270 <message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu .">
265 Chrome 271 Chrome
266 </message> 272 </message>
267 <message name="IDS_ACCNAME_TOOLBAR" desc="The accessible name for the appl ication's toolbar."> 273 <message name="IDS_ACCNAME_TOOLBAR" desc="The accessible name for the appl ication's toolbar.">
268 Google Chrome Toolbar 274 Google Chrome Toolbar
269 </message> 275 </message>
270 <!-- Hung Browser Detector --> 276 <!-- Hung Browser Detector -->
271 <message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialo g box shown when the browser is hung"> 277 <message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialo g box shown when the browser is hung">
272 Google Chrome is unresponsive. Relaunch now? 278 Google Chrome is unresponsive. Relaunch now?
273 </message> 279 </message>
(...skipping 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
1011 </if> 1017 </if>
1012 1018
1013 <!-- Toast experiment. --> 1019 <!-- Toast experiment. -->
1014 <message name="IDS_TRY_TOAST_SET_DEFAULT" desc="Text of the checkbox to ma ke Chrome the default browser"> 1020 <message name="IDS_TRY_TOAST_SET_DEFAULT" desc="Text of the checkbox to ma ke Chrome the default browser">
1015 Make Google Chrome the default browser 1021 Make Google Chrome the default browser
1016 </message> 1022 </message>
1017 1023
1018 </messages> 1024 </messages>
1019 </release> 1025 </release>
1020 </grit> 1026 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698