Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(681)

Side by Side Diff: webkit/glue/webkit_strings.grd

Issue 3335016: Same as 3305029. Fixed compilation error on Linux. Unfortunately try does not... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/glue/webkit_resources.grd ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « webkit/glue/webkit_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698