| 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. 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 2195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2206 Show in folder | 2206 Show in folder |
| 2207 </message> | 2207 </message> |
| 2208 </if> | 2208 </if> |
| 2209 <if expr="os == 'darwin'"> | 2209 <if expr="os == 'darwin'"> |
| 2210 <message name="IDS_DOWNLOAD_LINK_SHOW" | 2210 <message name="IDS_DOWNLOAD_LINK_SHOW" |
| 2211 desc="Mac: In the download view, 'Show in Finder' link text"> | 2211 desc="Mac: In the download view, 'Show in Finder' link text"> |
| 2212 Show in Finder | 2212 Show in Finder |
| 2213 </message> | 2213 </message> |
| 2214 </if> | 2214 </if> |
| 2215 <message name="IDS_DOWNLOAD_TAB_CANCELED" | 2215 <message name="IDS_DOWNLOAD_TAB_CANCELED" |
| 2216 desc="Cancel link text"> | 2216 desc="Text that appears next to downloaded files that have been c
anceled"> |
| 2217 Canceled | 2217 Canceled |
| 2218 </message> | 2218 </message> |
| 2219 <message name="IDS_DOWNLOAD_FILE_REMOVED" |
| 2220 desc="Text that appears next to downloaded files that have been r
emoved"> |
| 2221 Removed |
| 2222 </message> |
| 2219 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS_TIME_UNKNOWN" | 2223 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS_TIME_UNKNOWN" |
| 2220 desc="The status text for a download in progress in the download
manager. This includes information such as speed and received byte counts and is
used when we do not know the remaining time"> | 2224 desc="The status text for a download in progress in the download
manager. This includes information such as speed and received byte counts and is
used when we do not know the remaining time"> |
| 2221 <ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2<
ex>40kB</ex></ph> | 2225 <ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2<
ex>40kB</ex></ph> |
| 2222 </message> | 2226 </message> |
| 2223 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS" | 2227 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS" |
| 2224 desc="The status text for a download in progress in the download
manager. This includes information such as speed, received byte counts as well a
s remaining time"> | 2228 desc="The status text for a download in progress in the download
manager. This includes information such as speed, received byte counts as well a
s remaining time"> |
| 2225 <ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2<
ex>40kB</ex></ph>, <ph name="TIME_REMAINING">$3<ex>42 mins left</ex></ph> | 2229 <ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2<
ex>40kB</ex></ph>, <ph name="TIME_REMAINING">$3<ex>42 mins left</ex></ph> |
| 2226 </message> | 2230 </message> |
| 2227 <message name="IDS_DOWNLOAD_TAB_PROGRESS_SIZE" | 2231 <message name="IDS_DOWNLOAD_TAB_PROGRESS_SIZE" |
| 2228 desc="Speed and received byte counts (with total)"> | 2232 desc="Speed and received byte counts (with total)"> |
| (...skipping 10163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12392 </includes> | 12396 </includes> |
| 12393 <structures fallback_to_english="true"> | 12397 <structures fallback_to_english="true"> |
| 12394 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 12398 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
| 12395 </structure> | 12399 </structure> |
| 12396 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 12400 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
| 12397 </structure> | 12401 </structure> |
| 12398 </structures> | 12402 </structures> |
| 12399 | 12403 |
| 12400 </release> | 12404 </release> |
| 12401 </grit> | 12405 </grit> |
| OLD | NEW |