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

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

Issue 7273024: Change a label of the HTML5 multiple file chooser to "Choose One or More Files" (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Change "Choose One or More Files" to "Choose Files" Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | webkit/glue/webkitclient_impl.cc » ('j') | 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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 </message> 260 </message>
261 <message name="IDS_FORM_INPUT_ALT" desc="alt text for &lt;input&gt; elemen ts with no alt, title, or value"> 261 <message name="IDS_FORM_INPUT_ALT" desc="alt text for &lt;input&gt; elemen ts with no alt, title, or value">
262 Submit 262 Submit
263 </message> 263 </message>
264 <message name="IDS_FORM_RESET_LABEL" desc="default label for Reset buttons in forms on web pages"> 264 <message name="IDS_FORM_RESET_LABEL" desc="default label for Reset buttons in forms on web pages">
265 Reset 265 Reset
266 </message> 266 </message>
267 <message name="IDS_FORM_FILE_BUTTON_LABEL" desc="title for file button use d in HTML forms"> 267 <message name="IDS_FORM_FILE_BUTTON_LABEL" desc="title for file button use d in HTML forms">
268 Choose File 268 Choose File
269 </message> 269 </message>
270 <message name="IDS_FORM_MULTIPLE_FILES_BUTTON_LABEL" desc="title for file button used in HTML5 file chooser">
tkent 2011/06/30 00:31:52 The description looks insufficient. We should ment
271 Choose Files
272 </message>
270 <message name="IDS_FORM_FILE_NO_FILE_LABEL" desc="text to display in file button used in HTML forms when no file is selected"> 273 <message name="IDS_FORM_FILE_NO_FILE_LABEL" desc="text to display in file button used in HTML forms when no file is selected">
271 No file chosen 274 No file chosen
272 </message> 275 </message>
273 <message name="IDS_FORM_FILE_NO_FILE_DRAG_LABEL" desc="text to display in file button used in HTML forms when no file is selected to indicate that files c an be dragged onto the file button"> 276 <message name="IDS_FORM_FILE_NO_FILE_DRAG_LABEL" desc="text to display in file button used in HTML forms when no file is selected to indicate that files c an be dragged onto the file button">
274 Drag file here 277 Drag file here
275 </message> 278 </message>
276 <message name="IDS_FORM_FILE_MULTIPLE_UPLOAD" desc="text to display next t o file buttons in HTML forms when 2 or more files are selected for uploading. Th is is not used for a case that just 1 file is selected."> 279 <message name="IDS_FORM_FILE_MULTIPLE_UPLOAD" desc="text to display next t o file buttons in HTML forms when 2 or more files are selected for uploading. Th is is not used for a case that just 1 file is selected.">
277 <ph name="NUMBER_OF_FILES">$1<ex>3</ex></ph> files 280 <ph name="NUMBER_OF_FILES">$1<ex>3</ex></ph> files
278 </message> 281 </message>
279 282
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 Failed to load PDF document 505 Failed to load PDF document
503 </message> 506 </message>
504 507
505 <message name="IDS_PDF_PROGRESS_LOADING" desc="A message displayed on the progress control over PDF page during document loading."> 508 <message name="IDS_PDF_PROGRESS_LOADING" desc="A message displayed on the progress control over PDF page during document loading.">
506 Loading 509 Loading
507 </message> 510 </message>
508 511
509 </messages> 512 </messages>
510 </release> 513 </release>
511 </grit> 514 </grit>
OLDNEW
« no previous file with comments | « no previous file | webkit/glue/webkitclient_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698