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/System.Drawing .cvsignore,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/resources/en_US/System.Drawing .cvsignore, NONE, 1.1 Makefile.am, NONE, 1.1 System.Drawing.txt, NONE, 1.1
Date: Sun, 12 Oct 2003 21:58:49 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/resources/en_US/System.Drawing
In directory subversions:/tmp/cvs-serv378/resources/en_US/System.Drawing

Added Files:
        .cvsignore Makefile.am System.Drawing.txt 
Log Message:


Add the string resources for "System.Drawing".


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

RESOURCENAME = System.Drawing.resources

RESOURCEFILES = System.Drawing.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: System.Drawing.txt ---
#
# System.Drawing.txt - Resources for the "System.Drawing" assembly.
#
# 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
#
Arg_ColorComponent=Color components must be between 0 and 255, inclusive
Arg_InvalidColor=Invalid color specification
Arg_InvalidCurveOffset=Invalid offset into curve point array
Arg_InvalidCurveSegments=Invalid number of curve segments
Arg_NeedsAtLeastNPoints=Need at least {0} points
Arg_UnknownResource=Unknown resource name
Arg_InvalidPoint=Invalid point specification
Arg_InvalidRectangle=Invalid rectangle specification
Arg_InvalidSize=Invalid size specification
Arg_NotSystemColor=The specified color is not a system color
Arg_PaperSizeNotCustom=Cannot modify the properties of a non-custom paper size
ArgRange_NonNegative=Value must not be negative
Exception_InvalidPrinter=Invalid printer specification
NotSupp_CannotGetDevMode=HDEVMODE values are not supported
NotSupp_CannotGetDevNames=DEVNAMES are not supported

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





reply via email to

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