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

Side by Side Diff: content/app/strings/content_strings.grd

Issue 630793002: Add ValidationTooShort localized sring, in preparation for a message displayed when a form input co… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary change from test_blink_web_unit_test_support.cc Created 6 years, 2 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 | content/child/blink_platform_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 content that 4 each locale. Specifically, these are UI strings that are used by content 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 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 </message> 686 </message>
687 <message name="IDS_FORM_VALIDATION_STEP_MISMATCH" desc="Heading or short s entence shown when a form control value in a webpage should be aligned to a step value specified by the page author, but a user speficified non-aligned value. e .g. A number type field, minimum value is 0, and step value is 4. If A user-spec ified value is not a multiple of 4, this warning message is shown."> 687 <message name="IDS_FORM_VALIDATION_STEP_MISMATCH" desc="Heading or short s entence shown when a form control value in a webpage should be aligned to a step value specified by the page author, but a user speficified non-aligned value. e .g. A number type field, minimum value is 0, and step value is 4. If A user-spec ified value is not a multiple of 4, this warning message is shown.">
688 Please enter a valid value. The two nearest valid values are <ph name="V ALID_VALUE_LOW">$1<ex>4</ex></ph> and <ph name="VALID_VALUE_HIGHER">$2<ex>8</ex> </ph>. 688 Please enter a valid value. The two nearest valid values are <ph name="V ALID_VALUE_LOW">$1<ex>4</ex></ph> and <ph name="VALID_VALUE_HIGHER">$2<ex>8</ex> </ph>.
689 </message> 689 </message>
690 <message name="IDS_FORM_VALIDATION_STEP_MISMATCH_CLOSE_TO_LIMIT" desc="Hea ding or short sentence shown when a form control value in a webpage should be al igned to a step value specified by the page author, but a user speficified non-a ligned value. e.g. A number type field, minimum value is 0, and step value is 4. If A user-specified value is not a multiple of 4, this warning message is shown ."> 690 <message name="IDS_FORM_VALIDATION_STEP_MISMATCH_CLOSE_TO_LIMIT" desc="Hea ding or short sentence shown when a form control value in a webpage should be al igned to a step value specified by the page author, but a user speficified non-a ligned value. e.g. A number type field, minimum value is 0, and step value is 4. If A user-specified value is not a multiple of 4, this warning message is shown .">
691 Please enter a valid value. The nearest valid value is <ph name="VALID_V ALUE">$1<ex>0</ex></ph>. 691 Please enter a valid value. The nearest valid value is <ph name="VALID_V ALUE">$1<ex>0</ex></ph>.
692 </message> 692 </message>
693 <message name="IDS_FORM_VALIDATION_TOO_LONG" desc="Heading or short senten ce shown when a form control in a webpage needs to be shorter than a length spec ified by the page author, but a user specified long value."> 693 <message name="IDS_FORM_VALIDATION_TOO_LONG" desc="Heading or short senten ce shown when a form control in a webpage needs to be shorter than a length spec ified by the page author, but a user specified long value.">
694 Please shorten this text to <ph name="MAX_CHARACTERS">$2<ex>100</ex></ph > characters or less (you are currently using <ph name="CURRENT_LENGTH">$1<ex>10 1</ex></ph> characters). 694 Please shorten this text to <ph name="MAX_CHARACTERS">$2<ex>100</ex></ph > characters or less (you are currently using <ph name="CURRENT_LENGTH">$1<ex>10 1</ex></ph> characters).
695 </message> 695 </message>
696 <message name="IDS_FORM_VALIDATION_TOO_SHORT" desc="Heading or short sente nce shown when a form control in a webpage needs to be longer than a length spec ified by the page author, but a user specified short value.">
697 Please lengthen this text to <ph name="MIN_CHARACTERS">$2<ex>101</ex></p h> characters or more (you are currently using <ph name="CURRENT_LENGTH">$1<ex>1 00</ex></ph> characters).
698 </message>
696 699
697 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load"> 700 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load">
698 Couldn't load plug-in. 701 Couldn't load plug-in.
699 </message> 702 </message>
700 703
701 </messages> 704 </messages>
702 </release> 705 </release>
703 </grit> 706 </grit>
OLDNEW
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698