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 2163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2174 Installing... | 2174 Installing... |
2175 </message> | 2175 </message> |
2176 <message name="IDS_DOWNLOAD_STATUS_OPEN_WHEN_COMPLETE" | 2176 <message name="IDS_DOWNLOAD_STATUS_OPEN_WHEN_COMPLETE" |
2177 desc="Status that the file download will be opened when the download co
mpletes."> | 2177 desc="Status that the file download will be opened when the download co
mpletes."> |
2178 Opening when complete | 2178 Opening when complete |
2179 </message> | 2179 </message> |
2180 <message name="IDS_DOWNLOAD_STATUS_OPENING" | 2180 <message name="IDS_DOWNLOAD_STATUS_OPENING" |
2181 desc="Temporary status shown when a user has clicked to open a do
wnloaded file."> | 2181 desc="Temporary status shown when a user has clicked to open a do
wnloaded file."> |
2182 Opening <ph name="FILE">$1<ex>image.jpg</ex></ph>... | 2182 Opening <ph name="FILE">$1<ex>image.jpg</ex></ph>... |
2183 </message> | 2183 </message> |
2184 <message name="IDS_DOWNLOAD_STATUS_CANCELED" desc="Canceled text."> | 2184 <message name="IDS_DOWNLOAD_STATUS_CANCELED" desc="Text that appears under
the downloaded files that have been canceled."> |
2185 Canceled | 2185 Canceled |
2186 </message> | 2186 </message> |
| 2187 <message name="IDS_DOWNLOAD_STATUS_REMOVED" desc="Text that appears under
the downloaded files that have been removed."> |
| 2188 Removed |
| 2189 </message> |
2187 <message name="IDS_DOWNLOAD_UNCONFIRMED_PREFIX" desc="The prefix used in t
he unconfirmed download file."> | 2190 <message name="IDS_DOWNLOAD_UNCONFIRMED_PREFIX" desc="The prefix used in t
he unconfirmed download file."> |
2188 Unconfirmed | 2191 Unconfirmed |
2189 </message> | 2192 </message> |
2190 | 2193 |
2191 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD" | 2194 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD" |
2192 desc="Message shown to the user to validate the download of a dan
gerous file."> | 2195 desc="Message shown to the user to validate the download of a dan
gerous file."> |
2193 This type of file can harm your computer. Do you want to keep <ph name="
FILE_NAME">$1<ex>malware.exe</ex></ph> anyway? | 2196 This type of file can harm your computer. Do you want to keep <ph name="
FILE_NAME">$1<ex>malware.exe</ex></ph> anyway? |
2194 </message> | 2197 </message> |
2195 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD_EXTENSION" | 2198 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD_EXTENSION" |
2196 desc="Message shown to the user to validate the download of an extensio
n file."> | 2199 desc="Message shown to the user to validate the download of an extensio
n file."> |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2246 Show in folder | 2249 Show in folder |
2247 </message> | 2250 </message> |
2248 </if> | 2251 </if> |
2249 <if expr="os == 'darwin'"> | 2252 <if expr="os == 'darwin'"> |
2250 <message name="IDS_DOWNLOAD_LINK_SHOW" | 2253 <message name="IDS_DOWNLOAD_LINK_SHOW" |
2251 desc="Mac: In the download view, 'Show in Finder' link text"> | 2254 desc="Mac: In the download view, 'Show in Finder' link text"> |
2252 Show in Finder | 2255 Show in Finder |
2253 </message> | 2256 </message> |
2254 </if> | 2257 </if> |
2255 <message name="IDS_DOWNLOAD_TAB_CANCELED" | 2258 <message name="IDS_DOWNLOAD_TAB_CANCELED" |
2256 desc="Cancel link text"> | 2259 desc="Text that appears next to the downloaded files that have be
en canceled"> |
2257 Canceled | 2260 Canceled |
2258 </message> | 2261 </message> |
| 2262 <message name="IDS_DOWNLOAD_FILE_REMOVED" |
| 2263 desc="Text that appears next to the downloaded files that have be
en removed"> |
| 2264 Removed |
| 2265 </message> |
2259 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS_TIME_UNKNOWN" | 2266 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS_TIME_UNKNOWN" |
2260 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"> | 2267 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"> |
2261 <ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2<
ex>40kB</ex></ph> | 2268 <ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2<
ex>40kB</ex></ph> |
2262 </message> | 2269 </message> |
2263 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS" | 2270 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS" |
2264 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"> | 2271 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"> |
2265 <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> | 2272 <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> |
2266 </message> | 2273 </message> |
2267 <message name="IDS_DOWNLOAD_TAB_PROGRESS_SIZE" | 2274 <message name="IDS_DOWNLOAD_TAB_PROGRESS_SIZE" |
2268 desc="Speed and received byte counts (with total)"> | 2275 desc="Speed and received byte counts (with total)"> |
(...skipping 10437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12706 </includes> | 12713 </includes> |
12707 <structures fallback_to_english="true"> | 12714 <structures fallback_to_english="true"> |
12708 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 12715 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
12709 </structure> | 12716 </structure> |
12710 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 12717 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
12711 </structure> | 12718 </structure> |
12712 </structures> | 12719 </structures> |
12713 | 12720 |
12714 </release> | 12721 </release> |
12715 </grit> | 12722 </grit> |
OLD | NEW |