You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@ -1,43 +1,21 @@
|
||||
//
|
||||
// SR.cs: Manually collected resource strings for ReferenceSources
|
||||
//
|
||||
// Authors:
|
||||
// Alexander Köplinger <alex.koeplinger@outlook.com>
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining
|
||||
// a copy of this software and associated documentation files (the
|
||||
// "Software"), to deal in the Software without restriction, including
|
||||
// without limitation the rights to use, copy, modify, merge, publish,
|
||||
// distribute, sublicense, and/or sell copies of the Software, and to
|
||||
// permit persons to whom the Software is furnished to do so, subject to
|
||||
// the following conditions:
|
||||
//
|
||||
// The above copyright notice and this permission notice shall be
|
||||
// included in all copies or substantial portions of the Software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
// This file was generated by txt2sr tool
|
||||
//
|
||||
|
||||
partial class SR
|
||||
{
|
||||
public const string ArgumentOutOfRange_MustBeNonNeg = "ArgumentOutOfRange_MustBeNonNeg";
|
||||
public const string Argument_InvalidHexStyle = "Argument_InvalidHexStyle";
|
||||
public const string Argument_InvalidNumberStyles = "Argument_InvalidNumberStyles";
|
||||
public const string Argument_MustBeBigInt = "Argument_MustBeBigInt";
|
||||
public const string Format_InvalidFormatSpecifier = "Format_InvalidFormatSpecifier";
|
||||
public const string Format_TooLarge = "Format_TooLarge";
|
||||
public const string Overflow_BigIntInfinity = "Overflow_BigIntInfinity";
|
||||
public const string Overflow_Decimal = "Overflow_Decimal";
|
||||
public const string Overflow_Int32 = "Overflow_Int32";
|
||||
public const string Overflow_Int64 = "Overflow_Int64";
|
||||
public const string Overflow_NotANumber = "Overflow_NotANumber";
|
||||
public const string Overflow_ParseBigInteger = "Overflow_ParseBigInteger";
|
||||
public const string Overflow_UInt32 = "Overflow_UInt32";
|
||||
public const string Overflow_UInt64 = "Overflow_UInt64";
|
||||
public const string Argument_InvalidNumberStyles = "An undefined NumberStyles value is being used.";
|
||||
public const string Argument_InvalidHexStyle = "With the AllowHexSpecifier bit set in the enum bit field, the only other valid bits that can be combined into the enum value must be a subset of those in HexNumber.";
|
||||
public const string Argument_MustBeBigInt = "The parameter must be a BigInteger.";
|
||||
public const string Format_InvalidFormatSpecifier = "Format specifier was invalid.";
|
||||
public const string Format_TooLarge = "The value is too large to be represented by this format specifier.";
|
||||
public const string ArgumentOutOfRange_MustBeNonNeg = "The number must be greater than or equal to zero.";
|
||||
public const string Overflow_BigIntInfinity = "BigInteger cannot represent infinity.";
|
||||
public const string Overflow_NotANumber = "The value is not a number.";
|
||||
public const string Overflow_ParseBigInteger = "The value could not be parsed.";
|
||||
public const string Overflow_Int32 = "Value was either too large or too small for an Int32.";
|
||||
public const string Overflow_Int64 = "Value was either too large or too small for an Int64.";
|
||||
public const string Overflow_UInt32 = "Value was either too large or too small for a UInt32.";
|
||||
public const string Overflow_UInt64 = "Value was either too large or too small for a UInt64.";
|
||||
public const string Overflow_Decimal = "Value was either too large or too small for a Decimal.";
|
||||
}
|
||||
|
Reference in New Issue
Block a user