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

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

Issue 11367002: Add a flag to control whether there is a shortcut for the app list / launcher in the Windows taskba… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added comment Created 8 years, 1 month 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
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 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 </message> 650 </message>
651 </if> 651 </if>
652 <if expr="pp_ifdef('chromeos')"> 652 <if expr="pp_ifdef('chromeos')">
653 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h e needs to restart Chromium OS. Shown next to a button that says 'Restart Now'." > 653 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h e needs to restart Chromium OS. Shown next to a button that says 'Restart Now'." >
654 Your changes will take effect the next time you restart your device. 654 Your changes will take effect the next time you restart your device.
655 </message> 655 </message>
656 <message name="IDS_FLAGS_CHROME_CAPTIVE_PORTAL_DETECTOR" desc="Descripti on for the option of Captive Portal detector."> 656 <message name="IDS_FLAGS_CHROME_CAPTIVE_PORTAL_DETECTOR" desc="Descripti on for the option of Captive Portal detector.">
657 Chromium Captive Portal detector 657 Chromium Captive Portal detector
658 </message> 658 </message>
659 </if> 659 </if>
660 <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.">
661 Show Chromium Apps Launcher.
662 </message>
663 <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.">
664 Show a shortcut to the Chromium Apps Launcher in the Windows TaskBar.
665 </message>
660 666
661 <!-- Obsolete System info bar --> 667 <!-- Obsolete System info bar -->
662 <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."> 668 <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.">
663 Chromium is no longer updating because your operating system is obsolet e. 669 Chromium is no longer updating because your operating system is obsolet e.
664 </message> 670 </message>
665 671
666 <!-- about:memory --> 672 <!-- about:memory -->
667 <if expr="not pp_ifdef('android')"> 673 <if expr="not pp_ifdef('android')">
668 <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"> 674 <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">
669 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. 675 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.
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 and deselect the &quot;Use a proxy server for your LAN&quot; checkbox. 914 and deselect the &quot;Use a proxy server for your LAN&quot; checkbox.
909 </message> 915 </message>
910 </if> 916 </if>
911 917
912 <!-- Chrome OS keyboard overlay--> 918 <!-- Chrome OS keyboard overlay-->
913 <if expr="pp_ifdef('chromeos')"> 919 <if expr="pp_ifdef('chromeos')">
914 <message name="IDS_KEYBOARD_OVERLAY_SHOW_WRENCH_MENU" desc="The text in the keyboard overlay to explain the shortcut that opens the main Chrome menu."> 920 <message name="IDS_KEYBOARD_OVERLAY_SHOW_WRENCH_MENU" desc="The text in the keyboard overlay to explain the shortcut that opens the main Chrome menu.">
915 Show the Chromium menu 921 Show the Chromium menu
916 </message> 922 </message>
917 </if> 923 </if>
924
925 <!-- App list -->
926 <message name="IDS_APP_LIST_SHORTCUT_NAME" desc="Name for the Chromium App List to appear in the taskbar and in any shortcuts to it.">
927 Chromium Apps Launcher
928 </message>
918 </messages> 929 </messages>
919 </release> 930 </release>
920 </grit> 931 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698