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

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

Issue 12211065: Add --enable-usermedia-screen-capturing in about:flags (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/browser/about_flags.cc » ('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 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 7132 matching lines...) Expand 10 before | Expand all | Expand 10 after
7143 </message> 7143 </message>
7144 <message name="IDS_FLAGS_ENABLE_RICH_NOTIFICATIONS_DESCRIPTION" desc="Desc ription for the flag to enable rich notifications."> 7144 <message name="IDS_FLAGS_ENABLE_RICH_NOTIFICATIONS_DESCRIPTION" desc="Desc ription for the flag to enable rich notifications.">
7145 Enable rich templated notifications. Both HTML5 notifications and app no tifications will be shown through new Notification Center. 7145 Enable rich templated notifications. Both HTML5 notifications and app no tifications will be shown through new Notification Center.
7146 </message> 7146 </message>
7147 <message name="IDS_FLAGS_ENABLE_SYNC_DICTIONARY_NAME" desc="Name of about: flags option to turn on dictionary sync."> 7147 <message name="IDS_FLAGS_ENABLE_SYNC_DICTIONARY_NAME" desc="Name of about: flags option to turn on dictionary sync.">
7148 Enable dictionary sync 7148 Enable dictionary sync
7149 </message> 7149 </message>
7150 <message name="IDS_FLAGS_ENABLE_SYNC_DICTIONARY_DESCRIPTION" desc="Descrip tion of about:flags option to turn on dictionary sync."> 7150 <message name="IDS_FLAGS_ENABLE_SYNC_DICTIONARY_DESCRIPTION" desc="Descrip tion of about:flags option to turn on dictionary sync.">
7151 Enabling syncing the custom spelling dictionary. To view data, visit chr ome://settings/editDictionary. 7151 Enabling syncing the custom spelling dictionary. To view data, visit chr ome://settings/editDictionary.
7152 </message> 7152 </message>
7153 <message name="IDS_FLAGS_ENABLE_SCREEN_CAPTURE_NAME" desc="Name of the fla g to enable screen capture support.">
7154 Enable screen capture support in getUserMedia().
7155 </message>
7156 <message name="IDS_FLAGS_ENABLE_SCREEN_CAPTURE_DESCRIPTION" desc="Descript ion of flag to enable screen capture.">
7157 Allow web pages to request access to the screen contents via the getUser Media() API.
7158 </message>
7153 7159
7154 <!-- Crashes --> 7160 <!-- Crashes -->
7155 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 7161 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
7156 Crashes 7162 Crashes
7157 </message> 7163 </message>
7158 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 7164 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
7159 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 7165 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
7160 </message> 7166 </message>
7161 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 7167 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
7162 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 7168 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
(...skipping 8709 matching lines...) Expand 10 before | Expand all | Expand 10 after
15872 15878
15873 <structures fallback_to_english="true"> 15879 <structures fallback_to_english="true">
15874 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15880 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15875 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15881 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15876 </structure> 15882 </structure>
15877 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15883 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15878 </structure> 15884 </structure>
15879 </structures> 15885 </structures>
15880 </release> 15886 </release>
15881 </grit> 15887 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698