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 471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
482 </message> | 482 </message> |
483 | 483 |
484 <message name="IDS_PDF_LOADING_PROGRESS" desc="A message displayed on the
PDF control to indicate loading progress."> | 484 <message name="IDS_PDF_LOADING_PROGRESS" desc="A message displayed on the
PDF control to indicate loading progress."> |
485 Loading document: <ph name="PAGE_NUMBER">%d<ex>3</ex></ph>/<ph name="NUM
BER_OF_PAGES">%d<ex>15</ex></ph> pages... | 485 Loading document: <ph name="PAGE_NUMBER">%d<ex>3</ex></ph>/<ph name="NUM
BER_OF_PAGES">%d<ex>15</ex></ph> pages... |
486 </message> | 486 </message> |
487 | 487 |
488 <message name="IDS_PDF_PAGE_LOAD_FAILED" desc="A message displayed on the
PDF control to indicate that the PDF document failed to load."> | 488 <message name="IDS_PDF_PAGE_LOAD_FAILED" desc="A message displayed on the
PDF control to indicate that the PDF document failed to load."> |
489 Failed to load PDF document | 489 Failed to load PDF document |
490 </message> | 490 </message> |
491 | 491 |
| 492 <message name="IDS_PDF_PROGRESS_LOADING" desc="A message displayed on the
progress control over PDF page during document loading."> |
| 493 Loading |
| 494 </message> |
| 495 |
492 </messages> | 496 </messages> |
493 </release> | 497 </release> |
494 </grit> | 498 </grit> |
OLD | NEW |