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

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

Issue 125443002: In-app messaging to communicate the imminent 32-bit deprecation to 32-bit-only users (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 Chromium is made possible by the <ph name="BEGIN_LINK_CHROMIUM">&lt;a ta rget="_blank" href="$1"&gt;</ph>Chromium<ph name="END_LINK_CHROMIUM">&lt;/a&gt;< /ph> open source project and other <ph name="BEGIN_LINK_OSS">&lt;a target="_blan k" href="$2"&gt;</ph>open source software<ph name="END_LINK_OSS">&lt;/a&gt;</ph> . 340 Chromium is made possible by the <ph name="BEGIN_LINK_CHROMIUM">&lt;a ta rget="_blank" href="$1"&gt;</ph>Chromium<ph name="END_LINK_CHROMIUM">&lt;/a&gt;< /ph> open source project and other <ph name="BEGIN_LINK_OSS">&lt;a target="_blan k" href="$2"&gt;</ph>open source software<ph name="END_LINK_OSS">&lt;/a&gt;</ph> .
341 </message> 341 </message>
342 <if expr="pp_ifdef('chromeos')"> 342 <if expr="pp_ifdef('chromeos')">
343 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis played beneath the Chromium open source URLs for Chrome OS."> 343 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis played beneath the Chromium open source URLs for Chrome OS.">
344 Chromium OS is made possible by additional <ph name="BEGIN_LINK_CROS_O SS">&lt;a target="_blank" href="$1"&gt;</ph>open source software<ph name="END_LI NK_CROS_OSS">&lt;/a&gt;</ph>. 344 Chromium OS is made possible by additional <ph name="BEGIN_LINK_CROS_O SS">&lt;a target="_blank" href="$1"&gt;</ph>open source software<ph name="END_LI NK_CROS_OSS">&lt;/a&gt;</ph>.
345 </message> 345 </message>
346 </if> 346 </if>
347 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe l in the About box."> 347 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe l in the About box.">
348 Not used in Chromium. Placeholder to keep resource maps in sync. It expe cts one argument: $1. 348 Not used in Chromium. Placeholder to keep resource maps in sync. It expe cts one argument: $1.
349 </message> 349 </message>
350 <if expr="is_macosx">
351 <!-- Mac 32-bit deprecation -->
352 <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.">
353 This computer will soon stop receiving updates of Chromium because its processor is outdated.
Nico 2014/01/07 00:51:37 Should this contain "32 bit" somewhere?
Mark Mentovai 2014/01/07 17:55:39 Nico wrote:
354 </message>
355 <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.">
356 This computer will no longer receive updates of Chromium because its p rocessor is outdated.
357 </message>
358 </if>
350 <message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu ."> 359 <message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu .">
351 Chromium 360 Chromium
352 </message> 361 </message>
353 <message name="IDS_ACCNAME_TOOLBAR" desc="The accessible name for the appl ication's toolbar."> 362 <message name="IDS_ACCNAME_TOOLBAR" desc="The accessible name for the appl ication's toolbar.">
354 Chromium Toolbar 363 Chromium Toolbar
355 </message> 364 </message>
356 <!-- Hung Browser Detector --> 365 <!-- Hung Browser Detector -->
357 <message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialo g box shown when the browser is hung"> 366 <message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialo g box shown when the browser is hung">
358 Chromium is unresponsive. Relaunch now? 367 Chromium is unresponsive. Relaunch now?
359 </message> 368 </message>
(...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after
1050 </message> 1059 </message>
1051 1060
1052 <!-- ProcessSingleton --> 1061 <!-- ProcessSingleton -->
1053 <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the brow ser cannot start because the profile is in use on a different host."> 1062 <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the brow ser cannot start because the profile is in use on a different host.">
1054 The profile appears to be in use by another Chromium process (<ph name=" PROCESS_ID">$1<ex>12345</ex></ph>) on another computer (<ph name="HOST_NAME">$2< ex>example.com</ex></ph>). Chromium has locked the profile so that it doesn't ge t corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chromium. 1063 The profile appears to be in use by another Chromium process (<ph name=" PROCESS_ID">$1<ex>12345</ex></ph>) on another computer (<ph name="HOST_NAME">$2< ex>example.com</ex></ph>). Chromium has locked the profile so that it doesn't ge t corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chromium.
1055 </message> 1064 </message>
1056 1065
1057 </messages> 1066 </messages>
1058 </release> 1067 </release>
1059 </grit> 1068 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | chrome/browser/mac/system_bitness.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698