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 2189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2200 Show in folder | 2200 Show in folder |
2201 </message> | 2201 </message> |
2202 </if> | 2202 </if> |
2203 <if expr="os == 'darwin'"> | 2203 <if expr="os == 'darwin'"> |
2204 <message name="IDS_DOWNLOAD_LINK_SHOW" | 2204 <message name="IDS_DOWNLOAD_LINK_SHOW" |
2205 desc="Mac: In the download view, 'Show in Finder' link text"> | 2205 desc="Mac: In the download view, 'Show in Finder' link text"> |
2206 Show in Finder | 2206 Show in Finder |
2207 </message> | 2207 </message> |
2208 </if> | 2208 </if> |
2209 <message name="IDS_DOWNLOAD_TAB_CANCELED" | 2209 <message name="IDS_DOWNLOAD_TAB_CANCELED" |
2210 desc="Cancel link text"> | 2210 desc="Text that appears next to downloaded files that have been c
anceled"> |
2211 Canceled | 2211 Canceled |
2212 </message> | 2212 </message> |
| 2213 <message name="IDS_DOWNLOAD_FILE_REMOVED" |
| 2214 desc="Text that appears next to downloaded files that have been r
emoved"> |
| 2215 Removed |
| 2216 </message> |
2213 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS_TIME_UNKNOWN" | 2217 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS_TIME_UNKNOWN" |
2214 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"> | 2218 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"> |
2215 <ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2<
ex>40kB</ex></ph> | 2219 <ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2<
ex>40kB</ex></ph> |
2216 </message> | 2220 </message> |
2217 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS" | 2221 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS" |
2218 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"> | 2222 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"> |
2219 <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> | 2223 <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> |
2220 </message> | 2224 </message> |
2221 <message name="IDS_DOWNLOAD_TAB_PROGRESS_SIZE" | 2225 <message name="IDS_DOWNLOAD_TAB_PROGRESS_SIZE" |
2222 desc="Speed and received byte counts (with total)"> | 2226 desc="Speed and received byte counts (with total)"> |
(...skipping 9950 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12173 </includes> | 12177 </includes> |
12174 <structures fallback_to_english="true"> | 12178 <structures fallback_to_english="true"> |
12175 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 12179 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
12176 </structure> | 12180 </structure> |
12177 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 12181 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
12178 </structure> | 12182 </structure> |
12179 </structures> | 12183 </structures> |
12180 | 12184 |
12181 </release> | 12185 </release> |
12182 </grit> | 12186 </grit> |
OLD | NEW |