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

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

Issue 8679023: Add about:flags for enabling gamepad. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: remove unneeded sentence Created 9 years 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
« 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 4866 matching lines...) Expand 10 before | Expand all | Expand 10 after
4877 </message> 4877 </message>
4878 <message name="IDS_FLAGS_ENABLE_POINTER_LOCK_DESCRIPTION" desc="Descriptio n for the flag to enable the mouse lock feature."> 4878 <message name="IDS_FLAGS_ENABLE_POINTER_LOCK_DESCRIPTION" desc="Descriptio n for the flag to enable the mouse lock feature.">
4879 Web pages may capture the mouse pointer and remove it from the user's co ntrol. The mouse movement data is directed solely to the web application. Users can escape by pressing the 'Esc' key. 4879 Web pages may capture the mouse pointer and remove it from the user's co ntrol. The mouse movement data is directed solely to the web application. Users can escape by pressing the 'Esc' key.
4880 </message> 4880 </message>
4881 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_NAME" desc="Title for the fl ag to enable platform apps."> 4881 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_NAME" desc="Title for the fl ag to enable platform apps.">
4882 Enable platform apps 4882 Enable platform apps
4883 </message> 4883 </message>
4884 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_DESCRIPTION" desc="Descripti on for the flag to enable platform apps."> 4884 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_DESCRIPTION" desc="Descripti on for the flag to enable platform apps.">
4885 Enable advanced application capabilities. 4885 Enable advanced application capabilities.
4886 </message> 4886 </message>
4887 <message name="IDS_FLAGS_ENABLE_GAMEPAD_NAME" desc="Title for the flag to enable gamepad support.">
4888 Enable Gamepad
4889 </message>
4890 <message name="IDS_FLAGS_ENABLE_GAMEPAD_DESCRIPTION" desc="Description for the flag to enable gamepad support.">
4891 This API allows web applications to access data from gamepad devices con nected to the system.
4892 </message>
4887 4893
4888 <!-- Crashes --> 4894 <!-- Crashes -->
4889 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 4895 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
4890 Crashes 4896 Crashes
4891 </message> 4897 </message>
4892 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 4898 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
4893 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 4899 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
4894 </message> 4900 </message>
4895 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 4901 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
4896 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 4902 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
(...skipping 9748 matching lines...) Expand 10 before | Expand all | Expand 10 after
14645 </messages> 14651 </messages>
14646 <structures fallback_to_english="true"> 14652 <structures fallback_to_english="true">
14647 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14653 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14648 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14654 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14649 </structure> 14655 </structure>
14650 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14656 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14651 </structure> 14657 </structure>
14652 </structures> 14658 </structures>
14653 </release> 14659 </release>
14654 </grit> 14660 </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