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

Side by Side Diff: components/pdf_strings.grdp

Issue 2108243002: Fix plural message that couldn't be extracted (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Match expectations Created 4 years, 5 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
« no previous file with comments | « no previous file | 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 <grit-part> 2 <grit-part>
3 <if expr="enable_plugins"> 3 <if expr="enable_plugins">
4 <message name="IDS_PDF_NEED_PASSWORD" desc="A message asking the user for a password to open a PDF file."> 4 <message name="IDS_PDF_NEED_PASSWORD" desc="A message asking the user for a password to open a PDF file.">
5 This document is password protected. Please enter a password. 5 This document is password protected. Please enter a password.
6 </message> 6 </message>
7 <message name="IDS_PDF_PASSWORD_SUBMIT" desc="Button label for the buton to submit the PDF password form"> 7 <message name="IDS_PDF_PASSWORD_SUBMIT" desc="Button label for the buton to submit the PDF password form">
8 Submit 8 Submit
9 </message> 9 </message>
10 <message name="IDS_PDF_PASSWORD_INVALID" desc="Error message when an invalid password is entered"> 10 <message name="IDS_PDF_PASSWORD_INVALID" desc="Error message when an invalid password is entered">
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 Zoom in 44 Zoom in
45 </message> 45 </message>
46 <message name="IDS_PDF_TOOLTIP_ZOOM_OUT" desc="Button tooltip for the button which zooms out a PDF, so that the document appears smaller"> 46 <message name="IDS_PDF_TOOLTIP_ZOOM_OUT" desc="Button tooltip for the button which zooms out a PDF, so that the document appears smaller">
47 Zoom out 47 Zoom out
48 </message> 48 </message>
49 <message name="IDS_PDF_LABEL_PAGE_NUMBER" desc="Label for the input field co ntaining the current page number"> 49 <message name="IDS_PDF_LABEL_PAGE_NUMBER" desc="Label for the input field co ntaining the current page number">
50 Page number 50 Page number
51 </message> 51 </message>
52 <message name="IDS_PDF_PAGE_INDEX" desc="Accessible label for each page, des cribing the page number"> 52 <message name="IDS_PDF_PAGE_INDEX" desc="Accessible label for each page, des cribing the page number">
53 {COUNT, plural, 53 {COUNT, plural,
54 =1 {Page 1}
54 other {Page #}} 55 other {Page #}}
55 </message> 56 </message>
56 </if> 57 </if>
57 </grit-part> 58 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698