OLD | NEW |
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 2291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2302 Paused | 2302 Paused |
2303 </message> | 2303 </message> |
2304 <message name="IDS_DOWNLOAD_PROGRESS_INTERRUPTED" | 2304 <message name="IDS_DOWNLOAD_PROGRESS_INTERRUPTED" |
2305 desc="Indicate the download was interrupted"> | 2305 desc="Indicate the download was interrupted"> |
2306 Interrupted | 2306 Interrupted |
2307 </message> | 2307 </message> |
2308 <message name="IDS_DOWNLOAD_LINK_CLEAR_ALL" | 2308 <message name="IDS_DOWNLOAD_LINK_CLEAR_ALL" |
2309 desc="Clear all downloads link"> | 2309 desc="Clear all downloads link"> |
2310 Clear all | 2310 Clear all |
2311 </message> | 2311 </message> |
| 2312 <message name="IDS_DOWNLOAD_LINK_OPEN_DOWNLOADS_FOLDER" |
| 2313 desc="Open downloads folder link"> |
| 2314 Open downloads folder |
| 2315 </message> |
2312 | 2316 |
2313 <!-- Download Context Menu Items --> | 2317 <!-- Download Context Menu Items --> |
2314 <if expr="not pp_ifdef('use_titlecase')"> | 2318 <if expr="not pp_ifdef('use_titlecase')"> |
2315 <message name="IDS_DOWNLOAD_MENU_OPEN_WHEN_COMPLETE" | 2319 <message name="IDS_DOWNLOAD_MENU_OPEN_WHEN_COMPLETE" |
2316 desc="Download context menu open when download is finished"> | 2320 desc="Download context menu open when download is finished"> |
2317 Open when &done | 2321 Open when &done |
2318 </message> | 2322 </message> |
2319 <message name="IDS_DOWNLOAD_MENU_OPEN" | 2323 <message name="IDS_DOWNLOAD_MENU_OPEN" |
2320 desc="Download context menu open download"> | 2324 desc="Download context menu open download"> |
2321 &Open | 2325 &Open |
(...skipping 10682 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13004 </includes> | 13008 </includes> |
13005 <structures fallback_to_english="true"> | 13009 <structures fallback_to_english="true"> |
13006 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 13010 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
13007 </structure> | 13011 </structure> |
13008 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 13012 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
13009 </structure> | 13013 </structure> |
13010 </structures> | 13014 </structures> |
13011 | 13015 |
13012 </release> | 13016 </release> |
13013 </grit> | 13017 </grit> |
OLD | NEW |