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

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

Issue 10911141: Adds localized strings for accessibility of input type "time" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch 3 - Simplify message description and make labels Capital and use plural for time fields, e.g.… Created 8 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 | « no previous file | webkit/glue/webkitplatformsupport_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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 <message name="IDS_AX_CHECKED_CHECK_BOX_ACTION_VERB" desc="Verb stating th e action that will occur when a checked checkbox is clicked, as used by accessib ility."> 307 <message name="IDS_AX_CHECKED_CHECK_BOX_ACTION_VERB" desc="Verb stating th e action that will occur when a checked checkbox is clicked, as used by accessib ility.">
308 uncheck 308 uncheck
309 </message> 309 </message>
310 <message name="IDS_AX_UNCHECKED_CHECK_BOX_ACTION_VERB" desc="Verb stating the action that will occur when an unchecked checkbox is clicked, as used by acc essibility."> 310 <message name="IDS_AX_UNCHECKED_CHECK_BOX_ACTION_VERB" desc="Verb stating the action that will occur when an unchecked checkbox is clicked, as used by acc essibility.">
311 check 311 check
312 </message> 312 </message>
313 <message name="IDS_AX_LINK_ACTION_VERB" desc="Verb stating the action that will occur when a link is clicked, as used by accessibility."> 313 <message name="IDS_AX_LINK_ACTION_VERB" desc="Verb stating the action that will occur when a link is clicked, as used by accessibility.">
314 jump 314 jump
315 </message> 315 </message>
316 316
317 <message name="IDS_AX_AM_PM_FIELD_TEXT" desc="Accessible description of th e AM/PM field in a date/time control">
318 AM/PM
319 </message>
320
321 <message name="IDS_AX_DAY_OF_MONTH_FIELD_TEXT" desc="Accessible descriptio n of the day of month field in a date/time control">
322 Day
323 </message>
324
325 <message name="IDS_AX_DATE_TIME_FIELD_EMPTY_VALUE_TEXT" desc="Accessible d escription of empty value of field in a date/time control">
326 blank
327 </message>
328
329 <message name="IDS_AX_HOUR_FIELD_TEXT" desc="Accessible description of the hour field in a date/time control">
330 Hours
331 </message>
332
333 <message name="IDS_AX_MILLISECOND_FIELD_TEXT" desc="Accessible description of the millisecond field in a date/time control">
334 Milliseconds
335 </message>
336
337 <message name="IDS_AX_MINUTE_FIELD_TEXT" desc="Accessible description of t he minute field in a date/time control">
338 Minutes
339 </message>
340
341 <message name="IDS_AX_MONTH_FIELD_TEXT" desc="Accessible description of th e month field in a date/time control">
342 Month
343 </message>
344
345 <message name="IDS_AX_SECOND_FIELD_TEXT" desc="Accessible description of t he second field in a date/time control">
346 Seconds
347 </message>
348
349 <message name="IDS_AX_WEEK_OF_YEAR_FIELD_TEXT" desc="Accessible descriptio n of the week of year field in a date/time control">
350 Week
351 </message>
352
353 <message name="IDS_AX_YEAR_FIELD_TEXT" desc="Accessible description of the year field in a date/time control">
354 Year
355 </message>
356
317 <message name="IDS_KEYGEN_HIGH_GRADE_KEY" desc="High-grade cryptographic k ey size menu item"> 357 <message name="IDS_KEYGEN_HIGH_GRADE_KEY" desc="High-grade cryptographic k ey size menu item">
318 2048 (High Grade) 358 2048 (High Grade)
319 </message> 359 </message>
320 <message name="IDS_KEYGEN_MED_GRADE_KEY" desc="Medium-grade cryptographic key size menu item"> 360 <message name="IDS_KEYGEN_MED_GRADE_KEY" desc="Medium-grade cryptographic key size menu item">
321 1024 (Medium Grade) 361 1024 (Medium Grade)
322 </message> 362 </message>
323 363
324 <message name="IDS_FORM_VALIDATION_VALUE_MISSING_MULTIPLE_FILE" desc="Head ing or short sentence shown when a file upload control in a webpage requires one or more files selected, but the user didn't specify any files."> 364 <message name="IDS_FORM_VALIDATION_VALUE_MISSING_MULTIPLE_FILE" desc="Head ing or short sentence shown when a file upload control in a webpage requires one or more files selected, but the user didn't specify any files.">
325 Please select one or more files. 365 Please select one or more files.
326 </message> 366 </message>
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 Loading 468 Loading
429 </message> 469 </message>
430 470
431 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load"> 471 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load">
432 Couldn't load plug-in. 472 Couldn't load plug-in.
433 </message> 473 </message>
434 474
435 </messages> 475 </messages>
436 </release> 476 </release>
437 </grit> 477 </grit>
OLDNEW
« no previous file with comments | « no previous file | webkit/glue/webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698