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

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

Issue 9008031: Add JavaScript Harmony flag to chrome://flags (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Change the wording a bit 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 | 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 4969 matching lines...) Expand 10 before | Expand all | Expand 10 after
4980 </message> 4980 </message>
4981 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_DESCRIPTION" desc="Descripti on for the flag to enable platform apps."> 4981 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_DESCRIPTION" desc="Descripti on for the flag to enable platform apps.">
4982 Enable advanced application capabilities. 4982 Enable advanced application capabilities.
4983 </message> 4983 </message>
4984 <message name="IDS_FLAGS_ENABLE_GAMEPAD_NAME" desc="Title for the flag to enable gamepad support."> 4984 <message name="IDS_FLAGS_ENABLE_GAMEPAD_NAME" desc="Title for the flag to enable gamepad support.">
4985 Enable Gamepad 4985 Enable Gamepad
4986 </message> 4986 </message>
4987 <message name="IDS_FLAGS_ENABLE_GAMEPAD_DESCRIPTION" desc="Description for the flag to enable gamepad support."> 4987 <message name="IDS_FLAGS_ENABLE_GAMEPAD_DESCRIPTION" desc="Description for the flag to enable gamepad support.">
4988 This API allows web applications to access data from gamepad devices con nected to the system. 4988 This API allows web applications to access data from gamepad devices con nected to the system.
4989 </message> 4989 </message>
4990 <message name="IDS_FLAGS_ENABLE_JAVASCRIPT_HARMONY_NAME" desc="Title for t he flag to enable JavaScript Harmony features.">
4991 Enable Experimental JavaScript
4992 </message>
4993 <message name="IDS_FLAGS_ENABLE_JAVASCRIPT_HARMONY_DESCRIPTION" desc="Desc ription for the flag to enable JavaScript Harmony features.">
4994 Enable web pages to use experimental JavaScript features.
4995 </message>
4996
4990 4997
4991 <!-- Crashes --> 4998 <!-- Crashes -->
4992 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 4999 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
4993 Crashes 5000 Crashes
4994 </message> 5001 </message>
4995 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 5002 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
4996 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 5003 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
4997 </message> 5004 </message>
4998 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 5005 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
4999 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 5006 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
(...skipping 9757 matching lines...) Expand 10 before | Expand all | Expand 10 after
14757 </messages> 14764 </messages>
14758 <structures fallback_to_english="true"> 14765 <structures fallback_to_english="true">
14759 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14766 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14760 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14767 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14761 </structure> 14768 </structure>
14762 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14769 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14763 </structure> 14770 </structure>
14764 </structures> 14771 </structures>
14765 </release> 14772 </release>
14766 </grit> 14773 </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