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

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

Issue 6247015: Internationalize the prefix of unconfirmed download file. (Closed)
Patch Set: std::wstring Created 9 years, 11 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 2104 matching lines...) Expand 10 before | Expand all | Expand 10 after
2115 desc="Temporary status shown when a user has clicked to open a do wnloaded file."> 2115 desc="Temporary status shown when a user has clicked to open a do wnloaded file.">
2116 Opening <ph name="FILE">$1<ex>image.jpg</ex></ph>... 2116 Opening <ph name="FILE">$1<ex>image.jpg</ex></ph>...
2117 </message> 2117 </message>
2118 <message name="IDS_DOWNLOAD_STATUS_COMPLETE" 2118 <message name="IDS_DOWNLOAD_STATUS_COMPLETE"
2119 desc="Size and units downloaded."> 2119 desc="Size and units downloaded.">
2120 <ph name="DOWNLOAD_SIZE">$1<ex>54kB</ex></ph>, Complete 2120 <ph name="DOWNLOAD_SIZE">$1<ex>54kB</ex></ph>, Complete
2121 </message> 2121 </message>
2122 <message name="IDS_DOWNLOAD_STATUS_CANCELED" desc="Canceled text."> 2122 <message name="IDS_DOWNLOAD_STATUS_CANCELED" desc="Canceled text.">
2123 Canceled 2123 Canceled
2124 </message> 2124 </message>
2125 <message name="IDS_DOWNLOAD_UNCONFIRMED_PREFIX" desc="The prefix used in t he unconfirmed download file.">
2126 Unconfirmed
Randy Smith (Not in Mondays) 2011/01/20 16:41:14 It looks like you're changing the capitalization f
tfarina 2011/01/20 16:48:18 Yes.
Randy Smith (Not in Mondays) 2011/01/20 17:42:12 Ok. Do a grep in the source for other instances o
2127 </message>
2125 2128
2126 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD" 2129 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD"
2127 desc="Message shown to the user to validate the download of a dan gerous file."> 2130 desc="Message shown to the user to validate the download of a dan gerous file.">
2128 This type of file can harm your computer. Are you sure you want to downl oad <ph name="FILE_NAME">$1<ex>malware.exe</ex></ph>? 2131 This type of file can harm your computer. Are you sure you want to downl oad <ph name="FILE_NAME">$1<ex>malware.exe</ex></ph>?
2129 </message> 2132 </message>
2130 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD_EXTENSION" 2133 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD_EXTENSION"
2131 desc="Message shown to the user to validate the download of an extensio n file."> 2134 desc="Message shown to the user to validate the download of an extensio n file.">
2132 Extensions, apps, and themes can harm your computer. Are you sure you wa nt to continue? 2135 Extensions, apps, and themes can harm your computer. Are you sure you wa nt to continue?
2133 </message> 2136 </message>
2134 <message name="IDS_SAVE_DOWNLOAD" 2137 <message name="IDS_SAVE_DOWNLOAD"
(...skipping 9612 matching lines...) Expand 10 before | Expand all | Expand 10 after
11747 </includes> 11750 </includes>
11748 <structures fallback_to_english="true"> 11751 <structures fallback_to_english="true">
11749 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11752 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11750 </structure> 11753 </structure>
11751 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11754 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11752 </structure> 11755 </structure>
11753 </structures> 11756 </structures>
11754 11757
11755 </release> 11758 </release>
11756 </grit> 11759 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/download/download_manager.cc » ('j') | chrome/browser/download/download_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698