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

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

[Dotgnu-pnet-commits] CVS: pnetlib/resources/en_US/Xsharp .cvsignore,NO


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/resources/en_US/Xsharp .cvsignore,NONE,1.1 Makefile.am,NONE,1.1 Xsharp.txt,NONE,1.1
Date: Wed, 28 May 2003 00:41:09 -0400

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

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


Add the Xsharp resources.


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

--- NEW FILE ---
SUFFIXES = .txt .resources

RESOURCENAME = Xsharp.resources

RESOURCEFILES = Xsharp.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 ---
#
# Xsharp.txt - Default English resources for the Xsharp.dll library.
#
# Copyright (C) 2002, 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
#
X_Exception=An unspecified X exception occurred
X_LibraryNotPresent=X/Windows library is not present, or could not be\nlocated 
on the library search path.
X_CannotOpenTo=Cannot open display: {0}
X_CannotOpen=Cannot open display
X_ConnectionLost=Connection to X server has been lost
X_WidgetDestroyed=The widget has been destroyed
X_PixmapDestroyed=The pixmap has been destroyed
X_BitmapDestroyed=The bitmap has been destroyed
X_GraphicsDestroyed=The graphics object has been destroyed
X_InvalidOperation=An invalid X operation occurred
X_BellPercent=X server bell percentage must be between -100 and 100
X_PointCoordRange=Point co-ordinates are out of range
X_RectCoordRange=Rectangle co-ordinates are out of range
X_PolygonNeeds3Ptrs=Polygons need at least three points specified
X_InvalidPosition=Invalid widget position specified
X_InvalidSize=Invalid widget size specified
X_FillRule=Invalid fill rule value: {0}
X_Function=Invalid function value: {0}
X_LineStyle=Invalid line style value: {0}
X_CapStyle=Invalid line capping style value: {0}
X_JoinStyle=Invalid line join style value: {0}
X_FillStyle=Invalid fill style value: {0}
X_FillRule=Invalid fill rule value: {0}
X_GraphicsIsOutputOnly=Graphics objects can only be created for input/output 
widgets
X_NonRootParent=The parent cannot be the root window
X_NonRootOperation=The requested operation cannot be performed on the root 
window
X_BadEnumeratorPosition=The enumerator is not positioned on an element
X_InvalidPixmapSize=Invalid pixmap size specified
X_InvalidBitmapSize=Invalid bitmap size specified
X_Need2Points=Need at least 2 points in the specified array
X_Need1Point=Need at least 1 point in the specified array
X_MaxReqSizeExceeded=The specified array exceeds the X server's request size
X_Need1Rect=Need at least 1 rectangle in the specified array
X_InvalidIcon=Invalid format for icon resource
X_InvalidFocusChild=Child widget cannot be set as the focus for this top-level 
window





reply via email to

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