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

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

[Dotgnu-pnet-commits] pnetlib/resources/ca_ES/System.Net.IrDA IrDA.txt,


From: Adam Ballai <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/resources/ca_ES/System.Net.IrDA IrDA.txt, NONE, 1.1 Makefile.am, NONE, 1.1
Date: Sat, 18 Oct 2003 20:25:26 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/resources/ca_ES/System.Net.IrDA
In directory subversions:/tmp/cvs-serv6770/resources/ca_ES/System.Net.IrDA

Added Files:
        IrDA.txt Makefile.am 
Log Message:

Add ca_ES translation.


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

RESOURCENAME = System.Net.IrDA.resources

RESOURCEFILES = IrDA.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: IrDA.txt ---
#
# IrDA.txt - Resources for IrDA-related errors and exceptions.
#
# 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
#
IrDA_NoDeviceAvailable=No hi ha un dispositiu IrDA disponible
IrDA_NoMatchingDevice=No s'ha pogut trobar el dispositiu IrDA per la conexió
IrDA_InvalidDeviceID=Identificador invàlid de dispositiu IrDA
IrDA_InvalidServiceName=Nom de servei IrDA invàlid
IrDA_ListenerNotStarted=L'oient IrDA no ha estat iniciat





reply via email to

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