| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 |
| 3 <!-- This file contains definitions of resources that will be translated for | 3 <!-- This file contains definitions of resources that will be translated for |
| 4 each locale. Specifically, these are UI strings that are used by webkit that | 4 each locale. Specifically, these are UI strings that are used by webkit that |
| 5 need to be translated for each locale.--> | 5 need to be translated for each locale.--> |
| 6 | 6 |
| 7 <!-- Some of these strings and string descriptions were taken from | 7 <!-- Some of these strings and string descriptions were taken from |
| 8 WebKit/win/WebCoreLocalizedStrings.cpp so we include the original license | 8 WebKit/win/WebCoreLocalizedStrings.cpp so we include the original license |
| 9 below: | 9 below: |
| 10 | 10 |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 Cancel | 348 Cancel |
| 349 </message> | 349 </message> |
| 350 | 350 |
| 351 <message name="IDS_DEFAULT_PLUGIN_DOWNLOAD_FAILED_MSG" desc="Message displ
ayed by the default plugin when download is failed."> | 351 <message name="IDS_DEFAULT_PLUGIN_DOWNLOAD_FAILED_MSG" desc="Message displ
ayed by the default plugin when download is failed."> |
| 352 Failed to install plug-in from <ph name="URL">$1<ex>http://www.google.co
m/blablah.exe</ex></ph> | 352 Failed to install plug-in from <ph name="URL">$1<ex>http://www.google.co
m/blablah.exe</ex></ph> |
| 353 </message> | 353 </message> |
| 354 | 354 |
| 355 <message name="IDS_DEFAULT_PLUGIN_INSTALLATION_FAILED_MSG" desc="Message d
isplayed by the default plugin when installation is failed."> | 355 <message name="IDS_DEFAULT_PLUGIN_INSTALLATION_FAILED_MSG" desc="Message d
isplayed by the default plugin when installation is failed."> |
| 356 Plug-in installation failed | 356 Plug-in installation failed |
| 357 </message> | 357 </message> |
| 358 |
| 359 <message name="IDS_PDF_NEED_PASSWORD" desc="A message asking the user for
a password to open a PDF file."> |
| 360 This document is password protected. Please enter a password. |
| 361 </message> |
| 358 </messages> | 362 </messages> |
| 359 </release> | 363 </release> |
| 360 </grit> | 364 </grit> |
| OLD | NEW |