This is a list of Resource string for version 0.4.0.5 of Mini-Framework.
MfEnvironment.GetResourceString(), MfEnvironment.GetResourceStringBySection()
Class MyClass extends MfObject
{
__New()
{
if (this.__Class != "MyClass")
{
throw new MfNotSupportedException(MfEnvironment.Instance.GetResourceString("NotSupportedException_Sealed_Class"
, this.__Class))
}
Base.__New()
}
}
[CORE]
Arg_AccessException=Cannot access member.
Arg_ArgumentException=Value does not fall within the expected range.
Arg_ArgumentOutOfRangeException=Specified parameter was out of the range of valid values.
Arg_ArithmeticException=Overflow or underflow in the arithmetic operation.
Arg_ArithmeticExceptionOver=Overflow in the arithmetic operation.
Arg_ArithmeticExceptionUnder=Underflow in the arithmetic operation.
Arg_ArrayPlusOffTooSmall=Destination array is not long enough to copy all the items in the collection. Check array index and length.
Arg_ArrayPlusOffTooBig=Source array is too long to copy all the items in the collection. Check array index and length.
Arg_ArrayTooSmall=Source array is too short. Check array index and length.
Arg_ArrayZeroError=Array must not be of length zero.
Arg_VarOrObj=Var can only be compared to other vars and object can only be compared to other objects.
Arg_DirectoryNotFoundException=Attempted to access a path that is not on the disk.
Arg_DivideByZero=Attempted to divide by zero.
Arg_DriveNotFoundException=Attempted to access a drive that is not available.
Arg_EnumFormatUnderlyingTypeAndObjectMustBeSameType=Enum underlying type and the object must be same type or object. Type passed in was '{0}'; the enum underlying type was '{1}'.
Arg_EnumNotSingleFlag=Must set exactly one flag.
Arg_EnumIllegal=Illegal enum value.
Arg_EnumIllegalVal=Illegal enum value: '{0}'.
Arg_EnumValueNotFound=Requested value '{0}' was not found.
Arg_FormatException=One of the identified items was in an invalid format.
Arg_HexStyleNotSupported=The number style AllowHexSpecifier is not supported on floating point data types.
Arg_IndexOutOfRangeException=Index was outside the bounds of the array.
Arg_InvalidCastException=Specified cast is not valid.
Arg_InvalidOperationException=Operation is not valid due to the current state of the object.
Arg_IOException=I/O error occurred.
Arg_MustBeEnum=Type provided must be an Enum.
Arg_MustContainEnumInfo=Must specify valid information for parsing in the string.
Arg_MustBeType=Type must be a type provided by the runtime.
Arg_NotImplementedException=The method or operation is not implemented.
Arg_NotSupportedException=Specified method is not supported.
Arg_NullReferenceException=Object reference not set to an instance of an object.
Arg_MissingMemberException=Attempted to access a missing member.
Arg_OverflowException=Arithmetic operation resulted in an overflow.
Arg_SystemException=System error.
Arg_VersionString=Version string portion was too short or too long.
Argument_Address="Parameter '{0}' must be specified when passing an address.
Argument_Buffer_Overflow=Attempted action resulted in buffer overflow.
Argument_Error_on_nth=Error reading parameters. Parameter '{0}' resulted in an error.
Argument_nth=Parameter '{0}'
Argument_EnumTypeDoesNotMatch=The parameter type, '{0}', is not the same as the enum type '{1}'.
Argument_Enum_Item_Not_Instance=Not a valid MfEnum.Emum instance.
Argument_EmptyName=Empty name is not legal.
Argument_GenericListType=Expected GenericList of type '{0}'.
Argument_ByteVar=Value of '{0}' is not the correct type. Expected var containing byte.
Argument_BooleanVar=Value of '{0}' is not the correct type. Expected var containing boolean.
Argument_FloatVar=Value of '{0}' is not the correct type. Expected var containing float.
Argument_IntegerVar=Value of '{0}' is not the correct type. Expected var containing integer.
Argument_MinGreaterThenMax=Parameter '{0}' must not be less then parameter '{1}'
Argument_StringVar=Value of '{0}' is not the correct type. Expected var containing string.
Argument_Char_New_Obj=Parameter '{0}' is not the correct type. Expected MfChar instance or MfInteger Instance.
Argument_Incorrect_List=Not a valid list.
Argument_Incorrect_List_Size=List is not a valid size.
Argument_InvalidDigitSubstitution=The DigitSubstitution property must be of a valid member of the DigitShapes enumeration. Valid entries include Context, NativeNational or None.
Argument_InvalidGroupSize=Every element in the value array should be between one and nine, except for the last element, which can be zero.
Argument_InvalidElement_Generic=An element is of the incorrect type.
Argument_InvalidElement_IntOnly=An element that is not an integer has been found. This is not allowed.
Arg_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.
Argument_InvalidNativeDigitCount=The NativeDigits array must contain exactly ten members.
Argument_InvalidNativeDigitValue=Each member of the NativeDigits array must be a single text element (one or more UTF16 code points) with a Unicode Nd (Number, Decimal Digit) property indicating it is a digit.
Argument_InvalidNumberStyles=An undefined NumberStyles value is being used.
Argument_NonMfObjectWithParamName=Parameter '{0}' must be an object that derives from MfObject.
Argument_NonMfType=Only objects Derived from '{0}' are supported.
Argument_Object_Equals=Object to compare is not of the same type.
Argument_TypeInstanceDoesNotMatch=The parameter type, '{0}', is not the same as the instance type '{1}'.
Argument_TypeInstanceEitherOr=The parameter must be of type '{0}' or '{1}'
Argument_TypeInstanceExpected=The parameter, '{0}', was expected to be instance of Type Class.
Argument_TypeNotExpected=The parameter type, '{0}', is the the parameter expected type of '{1}'.
Argument_IncorrectObjType_Generic=Parameter is not of the correct type.
Argument_IncorrectObjType=The parameter, '{0}', is not of the correct type. Expected object type of '{1}'.
Argument_IncorrectObjTypeOr=The parameter, '{0}', is not of the correct type. Expected object type of '{1}' or '{2}'.
Argument_IncorrectTypeOr=The parameter, '{0}', is not as expected. Was expected '{1}' or '{2}'.
Argument_IncorrectMfType=The parameter, '{0}', is not the Expected MfType.
Argument_Count_Not_Equal=Parameter count mismatch. Parameter '{0}' is expected to be the same count as '{1}'.
Argument_Value_Error=Error getting value of parameter: '{0}'
Argument_Empty_String=Error Empty String Value
Argument_Value_Under=Parameter is under the minimum value of '{0}'.
Argument_Value_Under=Parameter is over the maximum value of '{0}'.
Argument_Value_Not_Divisable_By=Parameter must be product of '{0}'.
ArgumentException_KeyExist=An element with the same key already exists in the {0}.
ArgumentException_ObjectCompareTo=Object to compare is not of the same type.
ArgumentException_Not_Found=Parameter Not Found
ArgumentNull_ArrayValue=Found a null value within an array.
ArgumentNull_Generic=Value cannot be null.
ArgumentNull_Key=Key cannot be null.
ArgumentNull_ListValue=Found a null value within a list.
ArgumentNull_Obj=Object cannot be null.
ArgumentNull_Path=Path cannot be null.
ArgumentNull_String=String reference not set to an instance of a String.
ArgumentNull_WithParamName=Parameter '{0}' cannot be null.
ArgumentNull_ResourceKey=Error, Resource Manager was given an empty key.
ArgumentOutOfRange_ActualValue=Parameter out or range. Actual value that caused exception:{0}
ArgumentOutOfRange_AddValue=Value to add was out of range.
ArgumentOutOfRange_ArrayListInsert=Insertion index was out of range. Must be non-negative and less than or equal to size.
ArgumentOutOfRange_BadYearMonthDay=Year, Month, and Day parameters describe an un-representable DateTime.
ArgumentOutOfRange_Bounds_Lower_Upper=Parameter must be between {0} and {1}.
ArgumentOutOfRange_CharCode=CharCode is outside the valid range of chars
ArgumentOutOfRange_Count=Count must be positive and count must refer to a location within the string/array/collection.
ArgumentOutOfRange_GenericPositive=Value must be positive.
ArgumentOutOfRange_Index=Index was out of range. Must be non-negative and less than the size of the collection.
ArgumentOutOfRange_IndexCount=Index and count must refer to a location within the string.
ArgumentOutOfRange_IndexString=Index was out of range. Must be non-negative and less than the length of the string.
ArgumentOutOfRange_IndexLength=Index and length must refer to a location within the string.
ArgumentOutOfRange_LengthString=Length was out of range. Must be non-negative and less than the length of the string.
ArgumentOutOfRange_NeedNonNegNum=Non-negative number required.
ArgumentOutOfRange_NegativeCount=Count cannot be less than zero.
ArgumentOutOfRange_NegativeLength=Length cannot be less than zero.
ArgumentOutOfRange_MustBePositive='{0}' must be greater than zero.
ArgumentOutOfRange_MustBeNonNegNum='{0}' must be non-negative.
ArgumentOutOfRange_Range=Valid values are between {0} and {1}, inclusive.
ArgumentOutOfRange_RoundingDigits=Rounding digits must be between 0 and 15, inclusive.
ArgumentOutOfRange_StartIndex=StartIndex cannot be less than zero.
ArgumentOutOfRange_StartIndexLargerThanLength=startIndex cannot be larger than length of string.
ArgumentOutOfRange_Value_LessThanOne={0} can not be less than one.
ArgumentOutOfRange_Version=Version's parameters must be greater than or equal to zero.
ArgumentOutOfRange_Capacity=Capacity exceeds maximum capacity.
ArgumentOutOfRange_NegativeCapacity=Capacity must be positive.
ArgumentOutOfRange_SmallCapacity=capacity was less than the current size.
ArgumentOutOfRange_SmallMaxCapacity=MaxCapacity must be one or greater.
ArgumentOutOfRange_OffsetOut=Either offset did not refer to a position in the string, or there is an insufficient length of destination character array.
Exception_AddToListWithParams=Error Adding '{0}' to '{1}'.
Exception_AttribAdd=Unable to add Atribute to class.
Exception_CreateInstance=Unable to create instance of '{0}'.
Exception_ClassConstructor=Unable to construct class '{0}'
Exception_EnumAdd=Uanble to add Enum to Enum class.
Exception_Error=[{0}] Error
Exception_General_Error=An error occurred.
Exception_FileRead=Error reading file '{0}'.
Exception_PropertySet=Error setting value of property '{0}'.
Exception_PropertyGet=Error getting value of property '{0}'.
Exception_Unknown=Unknown Error
Exception_FailedToRemove=Failed to remove item.
Exception_UserAppDataLocal=Error locating Current User Local Data folder
Exception_UserAppDataRoaming=Error locating Current User Roaming Data folder
Exception_UserDesktopLocal=Error locating Current User Local Desktop folder
Exception_UserDocumentsLocal=Error locating Current User Local Document folder
Exception_UserPituresLocal=Error locating Current User Local Pictures folder
Exception_UserStartupLocal=Error locating Current User Local Startup folder
Exception_UserStartMenuLocal=Error locating Current User Local Start Menu folder
Exception_UserVideoLocal=Error locating Current User Local Video folder
Exception_UserMusicLocal=Error locating Current User Local Music folder
Exception_UserFavoritesLocal=Error locating Current User Local Favorites folder
Exception_CommonAppDataLocal=Error locating Common App data folder
Exception_CommonDesktopLocal=Error locating Common Desktop folder
Exception_CommonDocumentsLocal=Error locating Common Documents folder
Exception_CommonPicturesLocal=Error locating Common Pictures folder
Exception_CommonMusicLocal=Error locating Common Music folder
Exception_CommonStartMenuLocal=Error locating Common Start Menu folder
Exception_CommonStartUpLocal=Error locating Common StartUp folder
Exception_CommonVideoUpLocal=Error locating Common Video folder
ExInvalidOperationException_InvalidEnum=Invalid Operation. Enum operation can not happen.
FormatException_UnableToLoad_file=Unable to load file. Ensure the file is of the correct format.
FormatException_UnableToLoad=Unable to load {0}. Ensure the {0} is of the correct format.
Format_BadBoolean=String was not recognized as a valid Boolean.
Format_BadBase64Char=The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters.
Format_BadBase64CharArrayLength=Invalid length for a Base-64 char array or string.
Format_Encoding_MisMatch=String are not the same encoding.
Format_ExThrown=Exception was thrown:{0}
Format_BadHex=String was not recognized as a Hex format.
Format_InvalidString=Input string was not in a correct format.
Format_Object=Object
Format_ParmName={0}{1}Parameter Name: {2}
Format_NonObject=NonObject
Format_NonObject_Value=NonObject value({0})
Format_Inheritance_Tree=Inheritance tree{0}{0}
Format_NotExpected=Format is not as expected! Valid formats are {0}
Format_NeedSingleChar=String must be exactly one character long.
InsufficientMemory_MemFailPoint=Insufficient available memory to meet the expected demands of an operation at this time. Please try again later.
IO.FileName_Name=File name: '{0}'
IO.FileNotFound=Unable to find the specified file.
IO.FileAppendError=Error Appending to file:'{1}'
IO.FileCopyError=Copy failed for {0} files.
InvalidCastException_FromTo=Invalid cast from '{0}' to '{1}'
InvalidCastException_ValueToBoolean=Unable to cast value to boolean.
InvalidCastException_ValueToByte=Unable to cast value to byte.
InvalidCastException_ValueToSByte=Unable to cast value to signed byte.
InvalidCastException_ValueToChar=Unable to cast value to char.
InvalidCastException_ValueToFloat=Unable to cast value to float.
InvalidCastException_ValueToInteger=Unable to cast value to 32 bit integer.
InvalidCastException_ValueToBigInt=Unable to cast value to big integer.
InvalidCastException_ValueToInteger_Param=Unable parameter '{0}' to cast value to integer.
InvalidCastException_ValueToInt16=Unable to cast value to 16 bit integer.
InvalidCastException_ValueToInt64=Unable to cast value to 64 bit integer.
InvalidCastException_ValueToUInt16=Unable to cast value to unsigned 16 bit integer.
InvalidCastException_ValueToUInt32=Unable to cast value to unsigned 32 bit integer.
InvalidCastException_ValueToUInt64=Unable to cast value to unsigned 64 bit integer.
InvalidCastException_ValueToNumber=Unable to cast value to number.
InvalidCastException_ValueToString=Unable to cast value to string.
InvalidCastException_ValueToString_Param=Unable parameter '{0}' to cast value to string.
InvalidCastException_Enum_Parse=Unable to Cast Enum '{0}' for parsing.
InvalidCastException_Enum=Unable to Cast Enum from type '{0}'
InvalidOperation_Empty_Quence=Invalid operation, Queue is empty.
InvalidOperation_Empty_Stack=Invalid operation, Stack is empty.
MissingMember_Name=Member '{0}' not found.
NonMfObjectException_General=Non-MfObject error. Only objects Derived from MfObject are supported.
NonMfObjectException_Param=Parameter '{0}' is an object but does not derive from MfObject. Only object derived from MfObject are supported for parameter '{0}'.
NotImplementedException_GetInstance=GetInstance not implemented in parent class.
NotImplementedException_GetValue=GetValue must be implemented in classes derived from Primitive.
NotImplementedException_MethodWithName=The method '{0}' has not been implemented.
NotImplementedException_MethodParentWithName=The method '{0}' has not been implemented in parent class.
NotImplementedException_PropertyWithName=The Property '{0}' has not been implemented in parent class.
NotImplementedException_Typecode=TypeCode is not implements in derived class. Classes derived from primitive class must implement Typecode
NotSupported_StringComparison=The string comparison type passed in is currently not supported.
NotSupportedException_Only32BitOs=This Operation is not supported on this OS. Only supported on 32 Bit OS.
NotSupportedException_AbstractClass={0} is an Abstarct Class and cannot be called drirectly.
NotSupportedException_AddingItem=Error adding item.
NotSupportedException_FlagsAttrib_Missing_Remove=Removing of flag is not support on enums that do not implement FlagsAttribute.
NotSupportedException_KeyNotFound=Key was not found
NotSupportedException_FixedSize=Attempt was made to change a fixed size Collection or Dictionary
NotSupportedException_Latin1Only=Char currently only supports Latin1 Characters ( charcode below 256).
NotSupportedException_MethodOverload=No overloads match for method '{0}' with current parameter arguments.
NotSupportedException_Object_Param_NonAhk=Parameter '{0}' is an object but does not derive from MfObject
NotSupportedException_Primitave_Inherits=Only object types inherited from Primitive is permitted such as Integer, String, Char and Float
NotSupportedException_Readonly_Dictionary=Attempt to set value of a readonly Dictionary
NotSupportedException_Readonly_List=Attempt to set value of a readonly List
NotSupportedException_Readonly_Property=Attempt to set value of readonly Property.
NotSupportedException_Readonly_Instance=This instance is readonly and can not be modified in this way.
NotSupportedException_Readonly_Instance_Class=This instance of {0} is readonly and can not be modified in this way.
NotSupportedException_NonMfObject=Only objects Derived from MfObject are supported.
NotSupportedException_NonAhkType=Only objects Derived from '{0}' are supported.
NotSupportedException_Sealed_Class={0} is a Sealed Class and cannot be extended or inherited.
NotSuppoOverflow_Int64rtedException_Static_Class={0} is a Static Class and does not allow instances.
NotSupportedException_Static_Nethod={0} is a Static Method and does not allow being called in an instance.
NotSupportedException_Static_Method_General=Static Method does not allow being called in an instance.
NullReferenceException_MissingReference=A required reference is missing. Cannot find {0}. Are you missing an Include Statement?
NullReferenceException_Object=Object instance is null.
NullReferenceException_Object_Param=Object '{0}' not set to an instance of Object.
Overflow_General=Overflow Error.
Overflow_SByte=Value was either too large or too small for a signed byte.
Overflow_Byte=Value was either too large or too small for an unsigned byte.
Overflow_Char=Value was either too large or too small for a character.
Overflow_Int16=Value was either too large or too small for an Int16.
Overflow_Int32=Value was either too large or too small for an Int32.
Overflow_Int64=Value was either too large or too small for an Int64.
Overflow_UInt16=Value was either too large or too small for a UInt16.
Overflow_UInt32=Value was either too large or too small for a UInt32.
Overflow_UInt64=Value was either too large or too small for an UInt64.
Overflow_Duration=The duration cannot be returned for MfTimeSpan.MinValue because the absolute value of MfTimeSpan.MinValue exceeds the value of MfTimeSpan.MaxValue.
Overflow_NegateTwosCompNum=Negating the minimum value of a twos complement number is invalid.
Overflow_TimeSpanTooLong=MfTimeSpan overflowed because the duration is too long.
Regex_ErrorWithMsg=Error in Regular Expression: {0}
Regex_MatchLimit=reached match limit
Regex_Recursion=recursion too deep
Regex_ToManyEmptyMatch=too many possible empty-string matches
[SYSTEM]
#NewLine Char Codes
NewLine=13|10
[DATA]
Argument_Object_Param=Expected Index or Column Name!
NotSupportedException_Column_Field_Mismatch=Column and fields do not match. There must be the same number of columns and fields.
Exception_Database_Connection={0}: The connection to the the given Database could not be etablished. Is the following {0} connection string valid?{1}{2}
Exception_Db_Blob_Memorybuffer=You can only store MemorBuffers as BLOB.
Exception_Db_Col_Not_Found_Irr=Irregular params: Column not found: [{0}] in{1}Table Columns:{2}
Exception_Db_Create_Invalid_Handle=Can not create a DataBaseSQLLite instance, because the connection handle is not valid!
Exception_Db_Dll_Get_Table=ERROR: DLLCall sqlite3_get_table failed!
Exception_Db_Dll_Close=ERROR: DLLCall sqlite3_close failed!
Exception_Db_File_Create=ERROR: Unable to create {0}!
Exception_Db_File_Delete=ERROR: Unable to delete {0}!
Exception_Db_File_Locate=ERROR: Unable to find {0}!
Exception_Db_File_Read=ERROR: Unable to read {0}!
Exception_Db_File_Run=ERROR: Error occured running {0}!
Exception_Db_Invalid_Handle=ERROR: Invalid database handle {0}
Exception_Db_Invalid_Handle_Query=Invalid query handle!
Exception_Db_Invalid_Handle_Query_Param=Invalid query handle:{0}
Exception_Db_Invalid_Handle_Rc=ERROR: Invalid database handle {0}{1}Return Code:{2}
Exception_Db_Insert_Many_Fail=InsertMany failed.
Exception_Db_Perpare_Fail=ERROR: DLLCall sqlite3_prepare failed!
Exception_Db_Query_Empty=ERROR: Query result is empty!
Exception_Db_Non_Select_Query=Non Selection Query failed.{0}{1}
Exception_Db_NotSupportted_Version=SQLite ERROR: Version {0} of SQLite3.dll is not supported!
Exception_Db_Recordset_Empty="RecordSet is empty!"
Exception_Db_Reported_Error=ERROR: {0} reported an Error!
Exception_Db_Select=Select Query failed.{0}{1}
Exception_Db_SqliteDll_NotFound=SQLite.Dll not found:{0}{1}
Exception_Db_Sqlite_Lib_Error=ERROR: DLLCall sqlite3_libversion failed!
Exception_Db_Sqlite_FilePath=Filepath to the SQLite Database seems to be invalid.{0}{1}
Exception_Db_Sqlite_Changes_Fail=ERROR: DLLCall sqlite3_changes failed!
Exception_Db_Sqlite_Changes_Total_Fail=ERROR: DLLCall sqlite3_total_changes failed!
Exception_Db_Sqlite_Column_Count_Fail=ERROR: DLLCall sqlite3_column_count failed!
Exception_Db_Sqlite_Column_Name_Fail=ERROR: DLLCall sqlite3_column_name failed!
Exception_Db_Sqlite_Open_Fail=DLLCall sqlite3_open_v2 failed!
Exception_Db_Sqlite_Error_Code_Busy=ERROR: DLLCall sqlite3_busy_timeout failed!
Exception_Db_Sqlite_Error_Code_Fail=ERROR: DLLCall sqlite3_errcode failed!
Exception_Db_Sqlite_Error_Msg_Fail=ERROR: DLLCall sqlite3_errmsg failed!
Exception_Db_Sqlite_Exc_Fail=SQLite_Exec failed.{0}{1}
Exception_Db_Sqlite_Finalize_Fail=ERROR: DLLCall sqlite3_finalize failed!
Exception_Db_Sqlite_Row_Insert_Id_Fail=ERROR: DLLCall sqlite3_last_insert_rowid failed!
Exception_Db_Unknow_Db_Type=The given Database Type is unknown! [{0}].
Exception_Invalid_Denominator=Invalid denominator: {0}
Exception_Invalid_Fraction=Invalid fraction string: {0}
Exception_File_NotExist=File must exist and be readable!
NotSupportedException_DbConnection_ORS=NotSupportedException: There is no valid DB Connection, OpenRecordSet requires a valid connection.
#End of INI