#
# Emit.txt - Resources for Reflection.Emit errors.
#
# 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
#
Emit_NoDynamicAssemblies=El motor en temps d'execuci no permet ensemblats dinamics.
Emit_AlreadySaved=Els ensemblats dinmics ja han estat grabats
Emit_ModuleNameInvalid=El nom del mdul dinamic incorrecte
Emit_AssemblyNameInvalid=El nom del ensemblat dinamic incorrecte
Emit_SingleModuleOnly=Multiples mduls en un sol ensemblat no est suportat
Emit_ExternalModule=Fitxer de mdul extern no est suportat
Emit_NameEmpty=El nom no pot estar buit
Emit_InvalidParamNum=Parametre de indexaci invlid
Emit_InvalidTypeAttrs=Tipus d'atributs invlid
Emit_InvalidConstant=Valor de la constant invlid
Emit_NeedExceptionBlock=No esta situat dins del bloc d'excepci
Emit_CatchAfterFinally=El block de 'catch' no pot estar desprs del block final
Emit_NoExceptionClauses=No s'han especificat clausules d'excepcions
Emit_VarArgsWithNonVarArgMethod=Variable arguments specified for a non-variable method
Emit_InvalidLabel=El valor de l'etiqueta s invlid
Emit_LabelAlreadyDefined=L'etiqueta ja ha estat definida
Emit_MissingWriteLine=No s'ha pogut trobar el mtode Console.WriteLine
Emit_NotAnExceptionType=El tipus especificat no s inherent desde System.Exception
Emit_NeedDefaultConstructor=El tipus d'excepci no t un constructor per defecte
Emit_BothStaticAndVirtual=No es poden especificar ambds "static" i "virtual"
Emit_InterfaceMethodAttrs=La interfcie dels atributs del mtode son incorrectes
Emit_BodyAlreadySet=El cos del mtode ja ha estat definit
Emit_CannotHaveBody=Aquest tipus de mtode no pot tenir un cos
Emit_GlobalNonStatic=El mtode global ha de ser de tipus "static"
Emit_CannotImportItem=No es pot importar el item especificat dins de l'ensamblat
Emit_CannotImportRefType=No es poden importar tipus amb "byref"
Emit_GetAlreadyDefined=El mtode "set" ja esta definit en aquesta propietat
Emit_SetAlreadyDefined=El mtode "set" ja esta definit en aquesta propietat
Emit_NeedDynamicModule=El modul no s dinmic
Emit_GenericsNotSupported=Els tipus genrics no estn suportats desde System.Reflection.Emit
Emit_InvalidSigArgument=Argument invlid per la signatura
Emit_TypeAlreadyExists=El tipus especificat ja existeix
Emit_UnderlyingNotSet=El tipus subjacent del tipus "enum" no ha estat definit
Emit_NestingParentNotCreated=El tipus que est aniuant el seu parent no ha estat creat
Emit_TypeInvalid=El tipus dinamic s invlid
Emit_DataSize=Mida incorrecte pel bloc de dades
Emit_OverrideBodyNotInType=La sobreescriptura del cos no est definida en el mateix tipus que la seva declaraci
Emit_PInvokeInInterface=PInvoke methods cannot be defined in interfaces
Emit_PInvokeAbstract=El mtode PInvoke no pot ser abstracte
Emit_NotSimpleUnmanagedType=El tipus no manejat no s simple i necessita ms elements
Emit_NoUnmanagedBaseType=Les bases de tipus no manejades no estan suportades
Emit_NoUnmanagedElementCount=El contador d'elements no manejat no esta especificat
Emit_NotCustom=El tipus no manejat no est especificat
