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

Side by Side Diff: chrome/app/chromium_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 | « 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 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 </if> 676 </if>
677 <message name="IDS_FLAGS_SHOW_APP_LIST_SHORTCUT_NAME" desc="Name for the f lag to show the Chromium app list shortcut in the taskbar."> 677 <message name="IDS_FLAGS_SHOW_APP_LIST_SHORTCUT_NAME" desc="Name for the f lag to show the Chromium app list shortcut in the taskbar.">
678 Show Chromium App Launcher. 678 Show Chromium App Launcher.
679 </message> 679 </message>
680 <message name="IDS_FLAGS_SHOW_APP_LIST_SHORTCUT_DESCRIPTION" desc="Descrip tion for the flag to show the Chromium app list shortcut in the taskbar."> 680 <message name="IDS_FLAGS_SHOW_APP_LIST_SHORTCUT_DESCRIPTION" desc="Descrip tion for the flag to show the Chromium app list shortcut in the taskbar.">
681 Show a shortcut to the Chromium App Launcher in the Windows TaskBar. 681 Show a shortcut to the Chromium App Launcher in the Windows TaskBar.
682 </message> 682 </message>
683 683
684 <!-- Obsolete System info bar --> 684 <!-- Obsolete System info bar -->
685 <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."> 685 <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.">
686 Chromium is no longer updating because your operating system is obsolet e. 686 Chromium has stopped updating and no longer supports this version of yo ur operating system.
687 </message> 687 </message>
688 688
689 <!-- about:memory --> 689 <!-- about:memory -->
690 <if expr="not pp_ifdef('android')"> 690 <if expr="not pp_ifdef('android')">
691 <message name="IDS_MEMORY_USAGE_SUMMARY_DESC" desc="Describes the browse r summary table in the about memory page, which shows memory usage for Chromium and any other active browsers." translateable="false"> 691 <message name="IDS_MEMORY_USAGE_SUMMARY_DESC" desc="Describes the browse r summary table in the about memory page, which shows memory usage for Chromium and any other active browsers." translateable="false">
692 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. 692 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.
693 693
694 For Chromium, processes used to display diagnostics information (such as this "a bout:memory") are excluded. 694 For Chromium, processes used to display diagnostics information (such as this "a bout:memory") are excluded.
695 </message> 695 </message>
696 </if> 696 </if>
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
987 987
988 <!-- Chrome OS OOBE Terms of Service screen--> 988 <!-- Chrome OS OOBE Terms of Service screen-->
989 <if expr="pp_ifdef('chromeos')"> 989 <if expr="pp_ifdef('chromeos')">
990 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading at the top of the Terms of Service screen."> 990 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading at the top of the Terms of Service screen.">
991 <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 Chromium OS Terms. 991 <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 Chromium OS Terms.
992 </message> 992 </message>
993 </if> 993 </if>
994 </messages> 994 </messages>
995 </release> 995 </release>
996 </grit> 996 </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