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

Side by Side Diff: chrome/app/google_chrome_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 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 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 </message> 574 </message>
575 </if> 575 </if>
576 <if expr="pp_ifdef('chromeos')"> 576 <if expr="pp_ifdef('chromeos')">
577 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h e needs to restart Chrome OS. Shown next to a button that says 'Restart Now'."> 577 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h e needs to restart Chrome OS. Shown next to a button that says 'Restart Now'.">
578 Your changes will take effect the next time you restart your device. 578 Your changes will take effect the next time you restart your device.
579 </message> 579 </message>
580 <message name="IDS_FLAGS_CHROME_CAPTIVE_PORTAL_DETECTOR" desc="Descripti on for the option of Captive Portal detector."> 580 <message name="IDS_FLAGS_CHROME_CAPTIVE_PORTAL_DETECTOR" desc="Descripti on for the option of Captive Portal detector.">
581 Chrome Captive Portal detector 581 Chrome Captive Portal detector
582 </message> 582 </message>
583 </if> 583 </if>
584 <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.">
585 Show Chrome Apps Launcher.
586 </message>
587 <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.">
588 Show a shortcut to the Chrome Apps Launcher in the Windows TaskBar.
589 </message>
584 590
585 <!-- Obsolete System info bar --> 591 <!-- Obsolete System info bar -->
586 <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."> 592 <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.">
587 Google Chrome is no longer updating because your operating system is ob solete. 593 Google Chrome is no longer updating because your operating system is ob solete.
588 </message> 594 </message>
589 595
590 <!-- about:memory --> 596 <!-- about:memory -->
591 <if expr="not pp_ifdef('android')"> 597 <if expr="not pp_ifdef('android')">
592 <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"> 598 <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">
593 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. 599 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
832 and deselect the &quot;Use a proxy server for your LAN&quot; checkbox. 838 and deselect the &quot;Use a proxy server for your LAN&quot; checkbox.
833 </message> 839 </message>
834 </if> 840 </if>
835 841
836 <!-- Chrome OS keyboard overlay--> 842 <!-- Chrome OS keyboard overlay-->
837 <if expr="pp_ifdef('chromeos')"> 843 <if expr="pp_ifdef('chromeos')">
838 <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."> 844 <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.">
839 Show the Chrome menu 845 Show the Chrome menu
840 </message> 846 </message>
841 </if> 847 </if>
848
849 <!-- App list -->
850 <message name="IDS_APP_LIST_SHORTCUT_NAME" desc="Name for the Chrome App L ist to appear in the taskbar and in any shortcuts to it.">
851 Chrome Apps Launcher
852 </message>
842 </messages> 853 </messages>
843 </release> 854 </release>
844 </grit> 855 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698