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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 | 361 |
362 <message name="IDS_PDF_NEED_PASSWORD" desc="A message asking the user for
a password to open a PDF file."> | 362 <message name="IDS_PDF_NEED_PASSWORD" desc="A message asking the user for
a password to open a PDF file."> |
363 This document is password protected. Please enter a password. | 363 This document is password protected. Please enter a password. |
364 </message> | 364 </message> |
365 | 365 |
366 <message name="IDS_PDF_PAGE_LOADING" desc="A message displayed on the PDF
page while page is loading."> | 366 <message name="IDS_PDF_PAGE_LOADING" desc="A message displayed on the PDF
page while page is loading."> |
367 Loading... | 367 Loading... |
368 </message> | 368 </message> |
369 | 369 |
370 <message name="IDS_PDF_LOADING_PROGRESS" desc="A message displayed on the
PDF control to indicate loading progress."> | 370 <message name="IDS_PDF_LOADING_PROGRESS" desc="A message displayed on the
PDF control to indicate loading progress."> |
371 Loading document: %d/%d pages... | 371 Loading document: <ph name="PAGE_NUMBER">%d<ex>3</ex></ph>/<ph name="NUM
BER_OF_PAGES">%d<ex>15</ex></ph> pages... |
372 </message> | 372 </message> |
373 </messages> | 373 </messages> |
374 </release> | 374 </release> |
375 </grit> | 375 </grit> |
OLD | NEW |