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

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

Issue 8757007: Implement additional UI changes for dangerous download warnings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years 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. 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 2262 matching lines...) Expand 10 before | Expand all | Expand 10 after
2273 </message> 2273 </message>
2274 </if> 2274 </if>
2275 <message name="IDS_SHOW_ALL_DOWNLOADS" 2275 <message name="IDS_SHOW_ALL_DOWNLOADS"
2276 desc="Link label shown at the corner of the download shelf"> 2276 desc="Link label shown at the corner of the download shelf">
2277 Show all downloads... 2277 Show all downloads...
2278 </message> 2278 </message>
2279 <message name="IDS_DOWNLOAD_STATUS_INTERRUPTED" 2279 <message name="IDS_DOWNLOAD_STATUS_INTERRUPTED"
2280 desc="The download experienced an error and was interrupted, size downloaded/total."> 2280 desc="The download experienced an error and was interrupted, size downloaded/total.">
2281 <ph name="DOWNLOAD_RECEIVED">$1<ex>54kB</ex></ph>/<ph name="DOWNLOAD_TOT AL">$2<ex>154MB</ex></ph>, Interrupted 2281 <ph name="DOWNLOAD_RECEIVED">$1<ex>54kB</ex></ph>/<ph name="DOWNLOAD_TOT AL">$2<ex>154MB</ex></ph>, Interrupted
2282 </message> 2282 </message>
2283 <message name="IDS_DOWNLOAD_SAFE_BROWSING_LEARN_MORE_URL"
2284 desc="URL of help center page that explains download scanning by the safe browsing service."
2285 translateable="false">
2286 http://www.google.com/support/chrome/bin/answer.py?answer=TODO&amp;hl=[G RITLANGCODE]
asanka 2011/11/30 23:39:13 TODO: This will be fixed before commit once I have
2287 </message>
2283 2288
2284 <!-- Download Shelf Items --> 2289 <!-- Download Shelf Items -->
2285 <message name="IDS_DOWNLOAD_STATUS_STARTING" 2290 <message name="IDS_DOWNLOAD_STATUS_STARTING"
2286 desc="When starting a download, let the user know we're starting the download."> 2291 desc="When starting a download, let the user know we're starting the download.">
2287 Starting... 2292 Starting...
2288 </message> 2293 </message>
2289 <message name="IDS_DOWNLOAD_STATUS_IN_PROGRESS" 2294 <message name="IDS_DOWNLOAD_STATUS_IN_PROGRESS"
2290 desc="Size and units downloaded, time remaining."> 2295 desc="Size and units downloaded, time remaining.">
2291 <ph name="DOWNLOAD_RECEIVED">$1<ex>54kB</ex></ph>/<ph name="DOWNLOAD_TOT AL">$2<ex>154MB</ex></ph>, <ph name="TIME_LEFT">$3<ex>5s</ex></ph> 2296 <ph name="DOWNLOAD_RECEIVED">$1<ex>54kB</ex></ph>/<ph name="DOWNLOAD_TOT AL">$2<ex>154MB</ex></ph>, <ph name="TIME_LEFT">$3<ex>5s</ex></ph>
2292 </message> 2297 </message>
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
2439 &amp;Cancel 2444 &amp;Cancel
2440 </message> 2445 </message>
2441 <message name="IDS_DOWNLOAD_MENU_PAUSE_ITEM" 2446 <message name="IDS_DOWNLOAD_MENU_PAUSE_ITEM"
2442 desc="Download context menu pause download"> 2447 desc="Download context menu pause download">
2443 &amp;Pause 2448 &amp;Pause
2444 </message> 2449 </message>
2445 <message name="IDS_DOWNLOAD_MENU_RESUME_ITEM" 2450 <message name="IDS_DOWNLOAD_MENU_RESUME_ITEM"
2446 desc="Download context menu resume download"> 2451 desc="Download context menu resume download">
2447 &amp;Resume 2452 &amp;Resume
2448 </message> 2453 </message>
2454 <message name="IDS_DOWNLOAD_MENU_DISCARD"
2455 desc="Download context menu discard malicious download">
2456 &amp;Discard
2457 </message>
2458 <message name="IDS_DOWNLOAD_MENU_KEEP"
2459 desc="Download context menu keep malicious download">
2460 &amp;Keep
2461 </message>
2462 <message name="IDS_DOWNLOAD_MENU_LEARN_MORE"
2463 desc="Download context menu show information about download sca nning">
2464 &amp;Learn more
2465 </message>
2449 </if> 2466 </if>
2450 <if expr="pp_ifdef('use_titlecase')"> 2467 <if expr="pp_ifdef('use_titlecase')">
2451 <message name="IDS_DOWNLOAD_MENU_OPEN_WHEN_COMPLETE" 2468 <message name="IDS_DOWNLOAD_MENU_OPEN_WHEN_COMPLETE"
2452 desc="In Title Case: Download context menu open when download i s finished"> 2469 desc="In Title Case: Download context menu open when download i s finished">
2453 Open When &amp;Done 2470 Open When &amp;Done
2454 </message> 2471 </message>
2455 <message name="IDS_DOWNLOAD_MENU_OPEN" 2472 <message name="IDS_DOWNLOAD_MENU_OPEN"
2456 desc="In Title Case: Download context menu open download"> 2473 desc="In Title Case: Download context menu open download">
2457 &amp;Open 2474 &amp;Open
2458 </message> 2475 </message>
2459 <message name="IDS_DOWNLOAD_MENU_ALWAYS_OPEN_TYPE" 2476 <message name="IDS_DOWNLOAD_MENU_ALWAYS_OPEN_TYPE"
2460 desc="In Title Case: Download context menu open when download i s finished"> 2477 desc="In Title Case: Download context menu open when download i s finished">
2461 &amp;Always Open Files of This Type 2478 &amp;Always Open Files of This Type
2462 </message> 2479 </message>
2463 <message name="IDS_DOWNLOAD_MENU_CANCEL" 2480 <message name="IDS_DOWNLOAD_MENU_CANCEL"
2464 desc="In Title Case: Download context menu cancel"> 2481 desc="In Title Case: Download context menu cancel">
2465 &amp;Cancel 2482 &amp;Cancel
2466 </message> 2483 </message>
2467 <message name="IDS_DOWNLOAD_MENU_PAUSE_ITEM" 2484 <message name="IDS_DOWNLOAD_MENU_PAUSE_ITEM"
2468 desc="In Title Case: Download context menu pause download"> 2485 desc="In Title Case: Download context menu pause download">
2469 &amp;Pause 2486 &amp;Pause
2470 </message> 2487 </message>
2471 <message name="IDS_DOWNLOAD_MENU_RESUME_ITEM" 2488 <message name="IDS_DOWNLOAD_MENU_RESUME_ITEM"
2472 desc="In Title Case: Download context menu resume download"> 2489 desc="In Title Case: Download context menu resume download">
2473 &amp;Resume 2490 &amp;Resume
2474 </message> 2491 </message>
2492 <message name="IDS_DOWNLOAD_MENU_DISCARD"
2493 desc="In Title Case: Download context menu discard malicious do wnload">
2494 &amp;Discard
2495 </message>
2496 <message name="IDS_DOWNLOAD_MENU_KEEP"
2497 desc="In Title Case: Download context menu keep malicious downl oad">
2498 &amp;Keep
2499 </message>
2500 <message name="IDS_DOWNLOAD_MENU_LEARN_MORE"
2501 desc="In Title Case: Download context menu show information abo ut download scanning">
2502 &amp;Learn More
2503 </message>
2475 </if> 2504 </if>
2476 <!-- GRIT doesn't support nesting <if>...</if> blocks, so these can't --> 2505 <!-- GRIT doesn't support nesting <if>...</if> blocks, so these can't -->
2477 <!-- go within the above titlecase checks, instead markup must use --> 2506 <!-- go within the above titlecase checks, instead markup must use -->
2478 <!-- combined tests for all cases. --> 2507 <!-- combined tests for all cases. -->
2479 <!-- NOTE: the last two (OSX cases) are the same English values, --> 2508 <!-- NOTE: the last two (OSX cases) are the same English values, -->
2480 <!-- but two strings are needed in case some other language --> 2509 <!-- but two strings are needed in case some other language -->
2481 <!-- needs a difference for Title Case support. --> 2510 <!-- needs a difference for Title Case support. -->
2482 <if expr="not is_macosx and not pp_ifdef('use_titlecase')"> 2511 <if expr="not is_macosx and not pp_ifdef('use_titlecase')">
2483 <!-- !Mac & Sentence case --> 2512 <!-- !Mac & Sentence case -->
2484 <message name="IDS_DOWNLOAD_MENU_SHOW" 2513 <message name="IDS_DOWNLOAD_MENU_SHOW"
(...skipping 12156 matching lines...) Expand 10 before | Expand all | Expand 10 after
14641 </messages> 14670 </messages>
14642 <structures fallback_to_english="true"> 14671 <structures fallback_to_english="true">
14643 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14672 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14644 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14673 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14645 </structure> 14674 </structure>
14646 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14675 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14647 </structure> 14676 </structure>
14648 </structures> 14677 </structures>
14649 </release> 14678 </release>
14650 </grit> 14679 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698