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

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

Issue 11038021: Implement Chrome Extension TabCapture API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort Created 8 years, 2 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 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 5736 matching lines...) Expand 10 before | Expand all | Expand 10 after
5747 </message> 5747 </message>
5748 <message name="IDS_FLAGS_TOUCH_OPTIMIZED_UI_AUTOMATIC" desc="Option name f or automatic selection of touch optimized UI mode."> 5748 <message name="IDS_FLAGS_TOUCH_OPTIMIZED_UI_AUTOMATIC" desc="Option name f or automatic selection of touch optimized UI mode.">
5749 Automatic 5749 Automatic
5750 </message> 5750 </message>
5751 <message name="IDS_ENABLE_TOUCH_EVENTS_NAME" desc="Title of the enable tou ch-events flag." > 5751 <message name="IDS_ENABLE_TOUCH_EVENTS_NAME" desc="Title of the enable tou ch-events flag." >
5752 Force enable touch events. 5752 Force enable touch events.
5753 </message> 5753 </message>
5754 <message name="IDS_ENABLE_TOUCH_EVENTS_DESCRIPTION" desc="Description of t he enable touch-events flag."> 5754 <message name="IDS_ENABLE_TOUCH_EVENTS_DESCRIPTION" desc="Description of t he enable touch-events flag.">
5755 Enables experimental touch event support regardless of the presence of a physical touch screen capable of generating touch events. 5755 Enables experimental touch event support regardless of the presence of a physical touch screen capable of generating touch events.
5756 </message> 5756 </message>
5757 <message name="IDS_ENABLE_TAB_CAPTURE_NAME" desc="Title of the enable tab capture flag." >
5758 Enable Tab Capture API
5759 </message>
5760 <message name="IDS_ENABLE_TAB_CAPTURE_DESCRIPTION" desc="Description of th e enable tab capture flag.">
5761 Enables experimental tab capture API to generate video streams of tab co ntent.
5762 </message>
5757 <message name="IDS_ENABLE_BACKLOADER_NAME" desc="Title of the enable backg round loader flag." > 5763 <message name="IDS_ENABLE_BACKLOADER_NAME" desc="Title of the enable backg round loader flag." >
5758 Enable background loader component for hosted applications 5764 Enable background loader component for hosted applications
5759 </message> 5765 </message>
5760 <message name="IDS_ENABLE_BACKLOADER_DESCRIPTION" desc="Description of the enable background loader flag."> 5766 <message name="IDS_ENABLE_BACKLOADER_DESCRIPTION" desc="Description of the enable background loader flag.">
5761 Enable background loader component for hosted applications. 5767 Enable background loader component for hosted applications.
5762 </message> 5768 </message>
5763 <message name="IDS_ENABLE_BEZEL_TOUCH_NAME" desc="Title of the enble bezel touch actions flag." > 5769 <message name="IDS_ENABLE_BEZEL_TOUCH_NAME" desc="Title of the enble bezel touch actions flag." >
5764 Enable bezel touch actions 5770 Enable bezel touch actions
5765 </message> 5771 </message>
5766 <message name="IDS_ENABLE_BEZEL_TOUCH_DESCRIPTION" desc="Description of th e enable bezel touch actions flag."> 5772 <message name="IDS_ENABLE_BEZEL_TOUCH_DESCRIPTION" desc="Description of th e enable bezel touch actions flag.">
(...skipping 8902 matching lines...) Expand 10 before | Expand all | Expand 10 after
14669 14675
14670 <structures fallback_to_english="true"> 14676 <structures fallback_to_english="true">
14671 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14677 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14672 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14678 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14673 </structure> 14679 </structure>
14674 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14680 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14675 </structure> 14681 </structure>
14676 </structures> 14682 </structures>
14677 </release> 14683 </release>
14678 </grit> 14684 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/common/extensions/permissions/api_permission.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698