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.Windows.Forms .cvsi


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

Update of /cvsroot/dotgnu-pnet/pnetlib/resources/en_US/System.Windows.Forms
In directory subversions:/tmp/cvs-serv16525/resources/en_US/System.Windows.Forms

Added Files:
        .cvsignore Makefile.am System.Windows.Forms.txt 
Log Message:


Add the string resources for "System.Windows.Forms".


--- NEW FILE: System.Windows.Forms.txt ---
#
# System.Windows.Forms.txt - Resources for the "System.Windows.Forms" 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
#
SWF_CouldNotActivate=Could not activate the specified control
SWF_SettingTopLevelParent=Cannot set the parent of top-level controls
SWF_CircularityDetected=Setting the parent will cause of circularity
SWF_ControlDisposed=Control has already been disposed
SWF_InvalidControlIndex=Control index is out of range
SWF_NotAControl=The specified value is not a control
SWF_ControlNotAChild=The specified control is not a child of this one
SWF_NonNegative=Value must not be negative
SWF_MenuItemIndex=Menu item index is out of range
SWF_InvalidMenuItem=The specified value is not a menu item
SWF_ItemAlreadyInUse=The menu item has already been added to a menu
SWF_MessageBox_OK=OK
SWF_MessageBox_Cancel=Cancel
SWF_MessageBox_Abort=&Abort
SWF_MessageBox_Retry=&Retry
SWF_MessageBox_Ignore=&Ignore
SWF_MessageBox_Yes=&Yes
SWF_MessageBox_No=&No
SWF_InvalidInterval=Invalid timer interval specification
Invalid_CollectionModified=The collection has been modified
Invalid_BadEnumeratorPosition=The enumerator is not positioned on an element

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

RESOURCENAME = System.Windows.Forms.resources

RESOURCEFILES = System.Windows.Forms.txt

EXTRA_DIST = asterisk.ico exclamation.ico hand.ico question.ico

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: .cvsignore ---
Makefile
Makefile.in
.deps
*.resources
tempres.txt





reply via email to

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