Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-12-29 05:26:49 +0300
committerJan Kotas <jkotas@microsoft.com>2017-12-29 06:31:26 +0300
commit6738ef2f1ba5a4ed881b4c325f1f0519ee7e9302 (patch)
tree0cf17169df91c35fc8cf7b04b18f75e1ec0df3fb
parente906434d1acb9acbae6eea9933ecc98c72b5fbdb (diff)
Update resource strings
-rw-r--r--src/System.Private.CoreLib/src/Resources/Strings.resx23
1 files changed, 13 insertions, 10 deletions
diff --git a/src/System.Private.CoreLib/src/Resources/Strings.resx b/src/System.Private.CoreLib/src/Resources/Strings.resx
index 031e9fb49..24977e34b 100644
--- a/src/System.Private.CoreLib/src/Resources/Strings.resx
+++ b/src/System.Private.CoreLib/src/Resources/Strings.resx
@@ -1024,7 +1024,10 @@
<value>String was not recognized as a valid Boolean.</value>
</data>
<data name="Format_BadFormatSpecifier" xml:space="preserve">
- <value>Format specifier was invalid.</value>
+ <value>Format specifier '{0}' was invalid.</value>
+ </data>
+ <data name="Format_NoFormatSpecifier" xml:space="preserve">
+ <value>No format specifiers were provided.</value>
</data>
<data name="Format_BadQuote" xml:space="preserve">
<value>Cannot find a matching quote character for the character '{0}'.</value>
@@ -1513,31 +1516,31 @@
<value>Could not determine the order of year, month, and date from '{0}'.</value>
</data>
<data name="Format_BadDateTime" xml:space="preserve">
- <value>String was not recognized as a valid DateTime.</value>
+ <value>String '{0}' was not recognized as a valid DateTime.</value>
</data>
<data name="Format_BadDateTimeCalendar" xml:space="preserve">
- <value>The DateTime represented by the string is not supported in calendar {0}.</value>
+ <value>The DateTime represented by the string '{0}' is not supported in calendar '{1}'.</value>
</data>
<data name="Format_BadDayOfWeek" xml:space="preserve">
- <value>String was not recognized as a valid DateTime because the day of week was incorrect.</value>
+ <value>String '{0}' was not recognized as a valid DateTime because the day of week was incorrect.</value>
</data>
<data name="Format_DateOutOfRange" xml:space="preserve">
- <value>The DateTime represented by the string is out of range.</value>
+ <value>The DateTime represented by the string '{0}' is out of range.</value>
</data>
<data name="Format_MissingIncompleteDate" xml:space="preserve">
- <value>There must be at least a partial date with a year present in the input.</value>
+ <value>There must be at least a partial date with a year present in the input string '{0}'.</value>
</data>
<data name="Format_OffsetOutOfRange" xml:space="preserve">
- <value>The time zone offset must be within plus or minus 14 hours.</value>
+ <value>The time zone offset of string '{0}' must be within plus or minus 14 hours.</value>
</data>
<data name="Format_RepeatDateTimePattern" xml:space="preserve">
<value>DateTime pattern '{0}' appears more than once with different values.</value>
</data>
- <data name="Format_UnknowDateTimeWord" xml:space="preserve">
- <value>The string was not recognized as a valid DateTime. There is an unknown word starting at index {0}.</value>
+ <data name="Format_UnknownDateTimeWord" xml:space="preserve">
+ <value>The string '{0}' was not recognized as a valid DateTime. There is an unknown word starting at index '{1}'.</value>
</data>
<data name="Format_UTCOutOfRange" xml:space="preserve">
- <value>The UTC representation of the date falls outside the year range 1-9999.</value>
+ <value>The UTC representation of the date '{0}' falls outside the year range 1-9999.</value>
</data>
<data name="RFLCT_Ambiguous" xml:space="preserve">
<value>Ambiguous match found.</value>