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

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

Issue 7605003: --downloads-new-ui completely disables the download shelf. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 4 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') | chrome/browser/about_flags.cc » ('J')
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 4209 matching lines...) Expand 10 before | Expand all | Expand 10 after
4220 </message> 4220 </message>
4221 <message name="IDS_FLAGS_ENABLE_SHORTCUTS_PROVIDER_DESCRIPTION" desc=" Des cription of the 'Enable better ranking of previously selected shortcuts in omnib ox' lab."> 4221 <message name="IDS_FLAGS_ENABLE_SHORTCUTS_PROVIDER_DESCRIPTION" desc=" Des cription of the 'Enable better ranking of previously selected shortcuts in omnib ox' lab.">
4222 Remembers commonly selected autocomplete results based on the omnibox se arch term and offers those URLs the next time that same search term is typed. 4222 Remembers commonly selected autocomplete results based on the omnibox se arch term and offers those URLs the next time that same search term is typed.
4223 </message> 4223 </message>
4224 <message name="IDS_FLAGS_MEMORY_WIDGET_NAME" desc="Name of the 'Show memor y status' lab."> 4224 <message name="IDS_FLAGS_MEMORY_WIDGET_NAME" desc="Name of the 'Show memor y status' lab.">
4225 Show memory status 4225 Show memory status
4226 </message> 4226 </message>
4227 <message name="IDS_FLAGS_MEMORY_WIDGET_DESCRIPTION" desc="Description of t he 'Show memory status' lab."> 4227 <message name="IDS_FLAGS_MEMORY_WIDGET_DESCRIPTION" desc="Description of t he 'Show memory status' lab.">
4228 Shows the amount of free memory in the status area. Click on the menu fo r more information about system memory. 4228 Shows the amount of free memory in the status area. Click on the menu fo r more information about system memory.
4229 </message> 4229 </message>
4230 <message name="IDS_FLAGS_DISABLE_DOWNLOAD_SHELF_NAME" desc="Title for the flag to disable the download shelf.">
4231 Disable the Download Shelf
4232 </message>
4233 <message name="IDS_FLAGS_DISABLE_DOWNLOAD_SHELF_DESCRIPTION" desc="Descrip tion for the flag to disable the download shelf.">
4234 Never show the download shelf. You must open chrome://downloads in order to monitor and manage downloads, including catching interrupted and dangerous d ownloads.
4235 </message>
4230 <message name="IDS_FLAGS_XSS_AUDITOR_NAME" desc="Description of the 'XSS A uditor' lab."> 4236 <message name="IDS_FLAGS_XSS_AUDITOR_NAME" desc="Description of the 'XSS A uditor' lab.">
4231 XSS Auditor 4237 XSS Auditor
4232 </message> 4238 </message>
4233 <message name="IDS_FLAGS_XSS_AUDITOR_DESCRIPTION" desc="Description of the 'XSS Auditor' lab."> 4239 <message name="IDS_FLAGS_XSS_AUDITOR_DESCRIPTION" desc="Description of the 'XSS Auditor' lab.">
4234 Enables WebKit's XSS Auditor (cross-site scripting protection). This fea ture aims to protect you from certain attacks of malicious web sites. It improve s your security, but it might not be compatible with all web sites. 4240 Enables WebKit's XSS Auditor (cross-site scripting protection). This fea ture aims to protect you from certain attacks of malicious web sites. It improve s your security, but it might not be compatible with all web sites.
4235 </message> 4241 </message>
4236 <message name="IDS_FLAGS_CLOUD_PRINT_PROXY_NAME" desc="Title of the Cloud Print Proxy lab"> 4242 <message name="IDS_FLAGS_CLOUD_PRINT_PROXY_NAME" desc="Title of the Cloud Print Proxy lab">
4237 Cloud Print Proxy 4243 Cloud Print Proxy
4238 </message> 4244 </message>
4239 <message name="IDS_FLAGS_CLOUD_PRINT_PROXY_DESCRIPTION" desc="Description of the Cloud Print Proxy lab"> 4245 <message name="IDS_FLAGS_CLOUD_PRINT_PROXY_DESCRIPTION" desc="Description of the Cloud Print Proxy lab">
(...skipping 9076 matching lines...) Expand 10 before | Expand all | Expand 10 after
13316 </includes> 13322 </includes>
13317 <structures fallback_to_english="true"> 13323 <structures fallback_to_english="true">
13318 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13324 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13319 </structure> 13325 </structure>
13320 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13326 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13321 </structure> 13327 </structure>
13322 </structures> 13328 </structures>
13323 13329
13324 </release> 13330 </release>
13325 </grit> 13331 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/about_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698