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

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

Issue 12230010: Linux: update infobar message shown on systems no longer supported. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 </if> 600 </if>
601 <message name="IDS_FLAGS_SHOW_APP_LIST_SHORTCUT_NAME" desc="Name for the f lag to show the Chrome app list shortcut in the taskbar."> 601 <message name="IDS_FLAGS_SHOW_APP_LIST_SHORTCUT_NAME" desc="Name for the f lag to show the Chrome app list shortcut in the taskbar.">
602 Show Chrome App Launcher. 602 Show Chrome App Launcher.
603 </message> 603 </message>
604 <message name="IDS_FLAGS_SHOW_APP_LIST_SHORTCUT_DESCRIPTION" desc="Descrip tion for the flag to show the Chrome app list shortcut in the taskbar."> 604 <message name="IDS_FLAGS_SHOW_APP_LIST_SHORTCUT_DESCRIPTION" desc="Descrip tion for the flag to show the Chrome app list shortcut in the taskbar.">
605 Show a shortcut to the Chrome App Launcher in the Windows TaskBar. 605 Show a shortcut to the Chrome App Launcher in the Windows TaskBar.
606 </message> 606 </message>
607 607
608 <!-- Obsolete System info bar --> 608 <!-- Obsolete System info bar -->
609 <message name="IDS_SYSTEM_OBSOLETE_MESSAGE" desc="Message shown when your OS is no longer supported. This messages is followed by a 'Learn more' link."> 609 <message name="IDS_SYSTEM_OBSOLETE_MESSAGE" desc="Message shown when your OS is no longer supported. This messages is followed by a 'Learn more' link.">
610 Google Chrome is no longer updating because your operating system is ob solete. 610 Google Chrome has stopped updating and no longer supports this version of your operating system.
611 </message> 611 </message>
612 612
613 <!-- about:memory --> 613 <!-- about:memory -->
614 <if expr="not pp_ifdef('android')"> 614 <if expr="not pp_ifdef('android')">
615 <message name="IDS_MEMORY_USAGE_SUMMARY_DESC" desc="Describes the browse r summary table in the about memory page, which shows memory usage for Google Ch rome and any other active browsers." translateable="false"> 615 <message name="IDS_MEMORY_USAGE_SUMMARY_DESC" desc="Describes the browse r summary table in the about memory page, which shows memory usage for Google Ch rome and any other active browsers." translateable="false">
616 Summary of memory used by currently active browsers. For browsers which use mult iple processes, memory reflects aggregate memory used across all browser process es. 616 Summary of memory used by currently active browsers. For browsers which use mult iple processes, memory reflects aggregate memory used across all browser process es.
617 617
618 For Google Chrome, processes used to display diagnostics information (such as th is "about:memory") are excluded. 618 For Google Chrome, processes used to display diagnostics information (such as th is "about:memory") are excluded.
619 </message> 619 </message>
620 </if> 620 </if>
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 911
912 <!-- Chrome OS OOBE Terms of Service screen--> 912 <!-- Chrome OS OOBE Terms of Service screen-->
913 <if expr="pp_ifdef('chromeos')"> 913 <if expr="pp_ifdef('chromeos')">
914 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading at the top of the Terms of Service screen."> 914 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading at the top of the Terms of Service screen.">
915 <ph name="DOMAIN">$1<ex>example.com</ex></ph> requires that you read a nd accept the following Terms of Service before using this device. These terms d o not expand, modify or limit the Google Chrome OS Terms. 915 <ph name="DOMAIN">$1<ex>example.com</ex></ph> requires that you read a nd accept the following Terms of Service before using this device. These terms d o not expand, modify or limit the Google Chrome OS Terms.
916 </message> 916 </message>
917 </if> 917 </if>
918 </messages> 918 </messages>
919 </release> 919 </release>
920 </grit> 920 </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