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

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

Issue 7328026: Add --enable-panels flag to about:flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed tabs in .grd file. Created 9 years, 5 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 4358 matching lines...) Expand 10 before | Expand all | Expand 10 after
4369 </message> 4369 </message>
4370 <message name="IDS_FLAGS_PRERENDER_FROM_OMNIBOX_DESCRIPTION" desc="Descrip tion for the flag to prerender from the omnibox"> 4370 <message name="IDS_FLAGS_PRERENDER_FROM_OMNIBOX_DESCRIPTION" desc="Descrip tion for the flag to prerender from the omnibox">
4371 Prerender suggestions given in the omnibox. 4371 Prerender suggestions given in the omnibox.
4372 </message> 4372 </message>
4373 <message name="IDS_FLAGS_ENABLE_ADDITIONAL_AUTOFILL_FEEDBACK_NAME" desc="T itle for the flag to enable prompts for Autofill feedback"> 4373 <message name="IDS_FLAGS_ENABLE_ADDITIONAL_AUTOFILL_FEEDBACK_NAME" desc="T itle for the flag to enable prompts for Autofill feedback">
4374 Send additional Autofill feedback 4374 Send additional Autofill feedback
4375 </message> 4375 </message>
4376 <message name="IDS_FLAGS_ENABLE_ADDITIONAL_AUTOFILL_FEEDBACK_DESCRIPTION" desc="Description for the flag to enable prompts for Autofill feedback"> 4376 <message name="IDS_FLAGS_ENABLE_ADDITIONAL_AUTOFILL_FEEDBACK_DESCRIPTION" desc="Description for the flag to enable prompts for Autofill feedback">
4377 Help improve Autofill. With this enabled, Chrome will occasionally prom pt you to send additional feedback to the Autofill team. 4377 Help improve Autofill. With this enabled, Chrome will occasionally prom pt you to send additional feedback to the Autofill team.
4378 </message> 4378 </message>
4379 <message name="IDS_FLAGS_ENABLE_PANELS_NAME" desc="Name of the 'Enable Pan e
4380 ls' lab.">
4381 Panels
4382 </message>
4383 <message name="IDS_FLAGS_ENABLE_PANELS_DESCRIPTION" desc="Description for the flag to enable Panel windows.">
4384 Enable experimental extensions to open Panel windows outside of the brow ser frame.
4385 </message>
4379 4386
4380 <!-- Crashes --> 4387 <!-- Crashes -->
4381 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 4388 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
4382 Crashes 4389 Crashes
4383 </message> 4390 </message>
4384 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 4391 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
4385 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 4392 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
4386 </message> 4393 </message>
4387 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 4394 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
4388 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 4395 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
(...skipping 8521 matching lines...) Expand 10 before | Expand all | Expand 10 after
12910 </includes> 12917 </includes>
12911 <structures fallback_to_english="true"> 12918 <structures fallback_to_english="true">
12912 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12919 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12913 </structure> 12920 </structure>
12914 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12921 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12915 </structure> 12922 </structure>
12916 </structures> 12923 </structures>
12917 12924
12918 </release> 12925 </release>
12919 </grit> 12926 </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