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

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

Issue 6954001: Add "Keep chrome running in background" preference. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed problem that was making UI visible on Mac. Created 9 years, 7 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 | « chrome/app/chromium_strings.grd ('k') | chrome/app/google_chrome_strings.grd » ('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. OS values are passed through from Python's sys.platform: 5 locale. OS values are passed through from Python's sys.platform:
6 6
7 win32 - Windows 7 win32 - Windows
8 darwin - Mac 8 darwin - Mac
9 linux2 - Linux (both Views and GTK+) 9 linux2 - Linux (both Views and GTK+)
10 10
(...skipping 8288 matching lines...) Expand 10 before | Expand all | Expand 10 after
8299 </message> 8299 </message>
8300 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_NETWORK"> 8300 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_NETWORK">
8301 Network 8301 Network
8302 </message> 8302 </message>
8303 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_TRANSLATE"> 8303 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_TRANSLATE">
8304 Translate 8304 Translate
8305 </message> 8305 </message>
8306 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_CLOUD_PRINT"> 8306 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_CLOUD_PRINT">
8307 <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> 8307 <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph>
8308 </message> 8308 </message>
8309 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_BACKGROUND">
8310 Background Apps
8311 </message>
8309 8312
8310 <!-- Multiple download warning--> 8313 <!-- Multiple download warning-->
8311 <message name="IDS_MULTI_DOWNLOAD_WARNING" desc="Warning invoked if multip le downloads are attempted without user interaction."> 8314 <message name="IDS_MULTI_DOWNLOAD_WARNING" desc="Warning invoked if multip le downloads are attempted without user interaction.">
8312 This site is attempting to download multiple files. Do you want to allow this? 8315 This site is attempting to download multiple files. Do you want to allow this?
8313 </message> 8316 </message>
8314 <message name="IDS_MULTI_DOWNLOAD_WARNING_ALLOW" desc="Text on the allow b utton in the IDS_MULTI_DOWNLOAD_WARNING dialog"> 8317 <message name="IDS_MULTI_DOWNLOAD_WARNING_ALLOW" desc="Text on the allow b utton in the IDS_MULTI_DOWNLOAD_WARNING dialog">
8315 Allow 8318 Allow
8316 </message> 8319 </message>
8317 <message name="IDS_MULTI_DOWNLOAD_WARNING_DENY" desc="Text on the deny but ton in the IDS_MULTI_DOWNLOAD_WARNING dialog"> 8320 <message name="IDS_MULTI_DOWNLOAD_WARNING_DENY" desc="Text on the deny but ton in the IDS_MULTI_DOWNLOAD_WARNING dialog">
8318 Deny 8321 Deny
(...skipping 4043 matching lines...) Expand 10 before | Expand all | Expand 10 after
12362 </includes> 12365 </includes>
12363 <structures fallback_to_english="true"> 12366 <structures fallback_to_english="true">
12364 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12367 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12365 </structure> 12368 </structure>
12366 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12369 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12367 </structure> 12370 </structure>
12368 </structures> 12371 </structures>
12369 12372
12370 </release> 12373 </release>
12371 </grit> 12374 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698