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

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: Review feedback + added tests. 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
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 8294 matching lines...) Expand 10 before | Expand all | Expand 10 after
8305 </message> 8305 </message>
8306 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_NETWORK"> 8306 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_NETWORK">
8307 Network 8307 Network
8308 </message> 8308 </message>
8309 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_TRANSLATE"> 8309 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_TRANSLATE">
8310 Translate 8310 Translate
8311 </message> 8311 </message>
8312 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_CLOUD_PRINT"> 8312 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_CLOUD_PRINT">
8313 <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> 8313 <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph>
8314 </message> 8314 </message>
8315 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_BACKGROUND">
8316 Background Apps
8317 </message>
8315 8318
8316 <!-- Multiple download warning--> 8319 <!-- Multiple download warning-->
8317 <message name="IDS_MULTI_DOWNLOAD_WARNING" desc="Warning invoked if multip le downloads are attempted without user interaction."> 8320 <message name="IDS_MULTI_DOWNLOAD_WARNING" desc="Warning invoked if multip le downloads are attempted without user interaction.">
8318 This site is attempting to download multiple files. Do you want to allow this? 8321 This site is attempting to download multiple files. Do you want to allow this?
8319 </message> 8322 </message>
8320 <message name="IDS_MULTI_DOWNLOAD_WARNING_ALLOW" desc="Text on the allow b utton in the IDS_MULTI_DOWNLOAD_WARNING dialog"> 8323 <message name="IDS_MULTI_DOWNLOAD_WARNING_ALLOW" desc="Text on the allow b utton in the IDS_MULTI_DOWNLOAD_WARNING dialog">
8321 Allow 8324 Allow
8322 </message> 8325 </message>
8323 <message name="IDS_MULTI_DOWNLOAD_WARNING_DENY" desc="Text on the deny but ton in the IDS_MULTI_DOWNLOAD_WARNING dialog"> 8326 <message name="IDS_MULTI_DOWNLOAD_WARNING_DENY" desc="Text on the deny but ton in the IDS_MULTI_DOWNLOAD_WARNING dialog">
8324 Deny 8327 Deny
(...skipping 4026 matching lines...) Expand 10 before | Expand all | Expand 10 after
12351 </includes> 12354 </includes>
12352 <structures fallback_to_english="true"> 12355 <structures fallback_to_english="true">
12353 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12356 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12354 </structure> 12357 </structure>
12355 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12358 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12356 </structure> 12359 </structure>
12357 </structures> 12360 </structures>
12358 12361
12359 </release> 12362 </release>
12360 </grit> 12363 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698