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/Basic .cvsignore, NONE, 1


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/resources/en_US/Basic .cvsignore, NONE, 1.1 Basic.txt, NONE, 1.1 Makefile.am, NONE, 1.1
Date: Mon, 13 Oct 2003 01:36:29 +0000

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

Added Files:
        .cvsignore Basic.txt Makefile.am 
Log Message:


Add missing resources for the "Microsoft.VisualBasic" assembly.


--- NEW FILE: Makefile.am ---
SUFFIXES = .txt .resources

RESOURCENAME = Microsoft.VisualBasic.resources

RESOURCEFILES = Basic.txt

noinst_DATA = $(RESOURCENAME)

CLEANFILES = $(RESOURCENAME) tempres.txt

if PNET_RESGEN

# Portable.NET's resgen can convert multiple input files.

$(RESOURCENAME): $(RESOURCEFILES)
        "$(RESGEN)" $(RESGEN_FLAGS) $(RESOURCEFILES) $(RESOURCENAME)

else

# Microsoft's resgen can only convert a single input file at a time,
# so we combine everything into one file and then convert.

$(RESOURCENAME): $(RESOURCEFILES)
        cat $(RESOURCEFILES) >tempres.txt
        "$(RESGEN)" $(RESGEN_FLAGS) tempres.txt $(RESOURCENAME)
        rm -f tempres.txt

endif

--- NEW FILE: Basic.txt ---
#
# Basic.txt - Resources for VB.NET.
#
# 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
#
VB_BothBeforeAndAfter=Cannot specify both "Before" and "After" when adding an 
item to a collection
VB_InvalidCollectionIndex=Invalid collection index
VB_KeyAlreadyExists=The specified key already exists in the collection
VB_InvalidErrorNumber=Invalid error number specified
VB_InvalidFileMode=Invalid file mode value specified
VB_InvalidFileAccess=Invalid file access value specified
VB_InvalidFileShare=Invalid file share value specified
VB_InvalidRecordLength=Record length must be between 1 and 32767, inclusive
VB_Obsolete=Obsolete functionality
VB_InvalidRank=Invalid rank specified for array type
VB_InvalidColorIndex=Invalid QB color index specified
VB_NonNegative=Value must not be negative
VB_EmptyString=Cannot specify an empty string
VB_InvalidArrayBound=Invalid array bounds specification
VB_InvalidStringIndex=Invalid string index specification
VB_InvalidStringLength=Invalid string length specification
VB_InvalidCast=Cannot cast from {0} to {1}
VB_IsValueType=Specified object had a value type
VB_ValueIsNull=Argument cannot be null
VB_CommonForType=Could not find a common type for an arithmetic operation
VB_LoopCounterIsNull=Loop counter was not specified
VB_InvalidHexOrOct=Invalid hexadecimal or octal number format
VB_InvalidAddArguments=Invalid arguments to binary addition
VB_InvalidBitAndArguments=Invalid arguments to binary bitwise AND
VB_InvalidBitOrArguments=Invalid arguments to binary bitwise OR
VB_InvalidBitXorArguments=Invalid arguments to binary bitwise XOR
VB_InvalidDivArguments=Invalid arguments to binary division
VB_InvalidIDivArguments=Invalid arguments to binary integer division
VB_InvalidModArguments=Invalid arguments to binary modulus
VB_InvalidMulArguments=Invalid arguments to binary multiplication
VB_InvalidNegArgument=Invalid argument to unary negation
VB_InvalidNotArgument=Invalid argument to unary bitwise NOT
VB_InvalidTstArguments=Invalid arguments to binary test and compare
VB_InvalidPlusArgument=Invalid argument to unary plus
VB_InvalidPowArguments=Invalid arguments to binary power operation
VB_InvalidShiftLeftArguments=Invalid arguments to binary left shift
VB_InvalidShiftRightArguments=Invalid arguments to binary right shift
VB_InvalidSubArguments=Invalid arguments to binary subtraction
VB_InvalidXorArguments=Invalid arguments to binary boolean XOR
VB_InvalidPattern=Invalid "like" pattern
VB_MismatchedRanks=Array ranks are mismatched
VB_MismatchedDimensions=Array dimensions are mismatched
VB_DateTimeRange=DateTime value is out of range

--- NEW FILE: .cvsignore ---
Makefile
Makefile.in
.deps
*.resources
tempres.txt





reply via email to

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