dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnetlib/resources/en_US/runtime Emit.txt, NONE, 1


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/resources/en_US/runtime Emit.txt, NONE, 1.1 Remoting.txt, NONE, 1.1 Arg.txt, 1.46, 1.47 Format.txt, 1.13, 1.14 IO.txt, 1.16, 1.17 Invalid.txt, 1.12, 1.13 Makefile.am, 1.7, 1.8 Security.txt, 1.4, 1.5 Serialize.txt, 1.4, 1.5
Date: Mon, 13 Oct 2003 00:58:28 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/resources/en_US/runtime
In directory subversions:/tmp/cvs-serv25218/resources/en_US/runtime

Modified Files:
        Arg.txt Format.txt IO.txt Invalid.txt Makefile.am Security.txt 
        Serialize.txt 
Added Files:
        Emit.txt Remoting.txt 
Log Message:


Add missing resources and fix tag name spelling mistakes in the source.


Index: Serialize.txt
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/resources/en_US/runtime/Serialize.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Serialize.txt       23 Aug 2003 00:17:57 -0000      1.4
--- Serialize.txt       13 Oct 2003 00:58:26 -0000      1.5
***************
*** 33,34 ****
--- 33,35 ----
  Serialize_DelegateTargetMismatch=The delegate target does not match the 
expected type
  Serialize_DelegateNotPublic=The delegate method is not public
+ Serialize_CannotSerialize=Cannot serialize {0}

Index: Security.txt
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/resources/en_US/runtime/Security.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Security.txt        1 Sep 2003 07:30:33 -0000       1.4
--- Security.txt        13 Oct 2003 00:58:26 -0000      1.5
***************
*** 30,31 ****
--- 30,32 ----
  Security_FullTrustNotPresent=Full trust information is not present
  Security_RootGroupDescription=Root code group that grants access to everything
+ Security_CodeGroupName=Incorrect XML tag name for security code group

Index: Arg.txt
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/resources/en_US/runtime/Arg.txt,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** Arg.txt     22 Aug 2003 06:21:52 -0000      1.46
--- Arg.txt     13 Oct 2003 00:58:25 -0000      1.47
***************
*** 57,62 ****
  Arg_MustBeType=Supplied value must be a valid runtime type
  Arg_MustHaveOneElement=Array must have at least 1 element
! Arg_MistBeSameSize=The two arrays must have the same size
! Arg_MistBeSameRank=The two arrays must have the same number of dimensions
  Arg_InvalidArrayIndex=Array index is invalid
  Arg_LowBoundsMustMatch=The lower bounds of the two arrays must match
--- 57,62 ----
  Arg_MustBeType=Supplied value must be a valid runtime type
  Arg_MustHaveOneElement=Array must have at least 1 element
! Arg_MustBeSameSize=The two arrays must have the same size
! Arg_MustBeSameRank=The two arrays must have the same number of dimensions
  Arg_InvalidArrayIndex=Array index is invalid
  Arg_LowBoundsMustMatch=The lower bounds of the two arrays must match
***************
*** 142,145 ****
--- 142,147 ----
  Arg_InvalidUrl=Invalid URL
  Arg_InvalidMembershipCondition=Invalid code group membership condition
+ Arg_InvalidRegex=Invalid regular expression
+ Arg_ResourceAlreadyPresent=The specified resource is already present
  ArgRange_DecimalScale=Decimal scale factor must be between 0 and 28, inclusive
  ArgRange_YMD=Year, month, day specification is out of range
***************
*** 169,170 ****
--- 171,174 ----
  ArgRange_HijriAdjustment=Hijri adjustment values must be between -2 and 2
  ArgRange_HijriDate=Date value is out of range for the Hijri calendar
+ ArgRange_BufferSize=Buffer size is out of range
+ ArgRange_DateTimeRange=DateTime value is out of range

Index: IO.txt
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/resources/en_US/runtime/IO.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** IO.txt      19 Aug 2003 04:31:19 -0000      1.16
--- IO.txt      13 Oct 2003 00:58:26 -0000      1.17
***************
*** 62,63 ****
--- 62,65 ----
  IO_FixedCapacity=Cannot increase the capacity of this memory stream
  IO_CannotReduceCapacity=Cannot reduce the capacity below the stream's length
+ IO_LockFailed=Failed to acquire lock
+ IO_UnlockFailed=Failed to release lock

--- NEW FILE: Emit.txt ---
#
# Emit.txt - Resources for Reflection.Emit errors.
#
# Copyright (C) 2003  Southern Storm Software, Pty Ltd.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
#
Emit_NoDynamicAssemblies=Runtime engine does not allow dynamic assemblies
Emit_AlreadySaved=The dynamic assembly has already been saved
Emit_ModuleNameInvalid=The dynamic module name is invalid
Emit_AssemblyNameInvalid=The dynamic assembly name is invalid
Emit_SingleModuleOnly=Multiple modules in a single assembly are not supported
Emit_ExternalModule=External module files are not supported
Emit_NameEmpty=Name cannot be empty
Emit_InvalidParamNum=Invalid parameter index
Emit_InvalidTypeAttrs=Invalid type attributes
Emit_InvalidConstant=Invalid constant value
Emit_NeedExceptionBlock=Not currently within an exception block
Emit_CatchAfterFinally=Catch block cannot be emitted after a finally block
Emit_NoExceptionClauses=No exception clauses were specified
Emit_VarArgsWithNonVarArgMethod=Variable arguments specified for a non-variable 
method
Emit_InvalidLabel=Invalid label value specified
Emit_LabelAlreadyDefined=Label is already defined
Emit_MissingWriteLine=Could not find the Console.WriteLine method
Emit_NotAnExceptionType=Specified type does not inherit from System.Exception
Emit_NeedDefaultConstructor=Exception type does not have a default constructor
Emit_BothStaticAndVirtual=Cannot specify both "static" and "virtual"
Emit_InterfaceMethodAttrs=Interface method attributes are incorrect
Emit_BodyAlreadySet=Method body has already been set
Emit_CannotHaveBody=This type of method cannot have a body
Emit_GlobalNonStatic=Global method must have the "static" attribute
Emit_CannotImportItem=Could not import the specified item into the assembly
Emit_CannotImportRefType=Cannot import "byref" types
Emit_GetAlreadyDefined=The "get" method for this property is already defined
Emit_SetAlreadyDefined=The "set" method for this property is already defined
Emit_NeedDynamicModule=Module is not dynamic
Emit_GenericsNotSupported=Generic types are not supported by 
System.Reflection.Emit
Emit_InvalidSigArgument=Invalid argument for signature
Emit_TypeAlreadyExists=The specified type already exists
Emit_UnderlyingNotSet=The underlying type of an "enum" has not been set
Emit_NestingParentNotCreated=The type's nesting parent has not yet been created
Emit_TypeInvalid=The dynamic type is invalid
Emit_DataSize=Invalid size for data block
Emit_OverrideBodyNotInType=Override body is not defined in the same type as the 
override declaration
Emit_PInvokeInInterface=PInvoke methods cannot be defined in interfaces
Emit_PInvokeAbstract=PInvoke methods cannot be abstract
Emit_NotSimpleUnmanagedType=The unmanaged type is not simple and requires 
further arguments
Emit_NoUnmanagedBaseType=Unmanaged base type is not specified
Emit_NoUnmanagedElementCount=Unmanaged element count is not specified
Emit_NotCustom=Unmanaged type does not specify custom marshaling

Index: Format.txt
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/resources/en_US/runtime/Format.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Format.txt  3 Jun 2003 03:26:47 -0000       1.13
--- Format.txt  13 Oct 2003 00:58:26 -0000      1.14
***************
*** 29,33 ****
  Format_FormatArgNumber=Invalid argument number in format specification
  Format_Base64ArrayChar=Invalid base64 character in input
! Format_TypeTypeException=Invalid type for specified format
  Format_StringException=Invalid format specification
  Format_UnallowedCurrencySymbol=Currency symbol found when not allowed
--- 29,33 ----
  Format_FormatArgNumber=Invalid argument number in format specification
  Format_Base64ArrayChar=Invalid base64 character in input
! Format_TypeException=Invalid type for specified format
  Format_StringException=Invalid format specification
  Format_UnallowedCurrencySymbol=Currency symbol found when not allowed
***************
*** 41,44 ****
--- 41,45 ----
  Format_UnallowedLeadingSign=Leading sign found when not allowed
  Format_UnallowedTrailingSign=Trailing sign found when not allowed
+ Format_UnallowedExponent=Exponent found when not allowed
  Format_TwoSigns=Both leading and trailing signs found
  Format_HexNotSupported=Hexadecimal notation not supported for decimal or 
floating point

Index: Invalid.txt
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/resources/en_US/runtime/Invalid.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Invalid.txt 12 Sep 2003 01:01:05 -0000      1.12
--- Invalid.txt 13 Oct 2003 00:58:26 -0000      1.13
***************
*** 38,39 ****
--- 38,42 ----
  Invalid_PropertyClash=There is already a context property with the specified 
name
  Invalid_ModifyLease=Modifying a lease that is not in the initial state
+ Invalid_ResourceNotString=The specified resource is not a string
+ Invalid_ResourceReaderClosed=The resource reader has already been closed
+ Invalid_ResourceWriterClosed=The resource writer has already been closed

Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/resources/en_US/runtime/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Makefile.am 7 Apr 2003 09:58:38 -0000       1.7
--- Makefile.am 13 Oct 2003 00:58:26 -0000      1.8
***************
*** 7,10 ****
--- 7,11 ----
                                Crypto.txt \
                                DivZero.txt \
+                               Emit.txt \
                                Exception.txt \
                                Format.txt \
***************
*** 13,16 ****
--- 14,18 ----
                                Overflow.txt \
                                Reflection.txt \
+                               Remoting.txt \
                                Security.txt \
                                Serialize.txt

--- NEW FILE: Remoting.txt ---
#
# Remoting.txt - Resources for remoting errors.
#
# Copyright (C) 2003  Southern Storm Software, Pty Ltd.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
#
Remoting_ChannelAlreadyRegistered=The specified channel is already registered
Remoting_SinkNotFoundOnStack=The specified sink was not found on the sink stack
Remoting_SinkStackEmpty=The sink stack is empty
Remoting_SinkStackNonEmpty=The sink stack is not empty





reply via email to

[Prev in Thread] Current Thread [Next in Thread]