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 10646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12968 </includes> | 12972 </includes> |
12969 <structures fallback_to_english="true"> | 12973 <structures fallback_to_english="true"> |
12970 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 12974 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
12971 </structure> | 12975 </structure> |
12972 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 12976 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
12973 </structure> | 12977 </structure> |
12974 </structures> | 12978 </structures> |
12975 | 12979 |
12976 </release> | 12980 </release> |
12977 </grit> | 12981 </grit> |
OLD | NEW |