#
# Basic.txt - Resources for VB.NET.
#
# 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
#
VB_BothBeforeAndAfter=No es pot especificar "Before i "After" quan s'afegeix un item a la collecci
VB_InvalidCollectionIndex=Collecci d'index invlids
VB_KeyAlreadyExists=La clau especificada ja existeix a la collecci
VB_InvalidErrorNumber=S'ha especificat un nombre d'error invlid
VB_InvalidFileMode=S'ha especificat un mode de fitxer invlid
VB_InvalidFileAccess=S'ha especificat un valod d'acces invlid al fitxer
VB_InvalidFileShare=S'ha especificat un valor de compartiment de fitxer invlid
VB_InvalidRecordLength=La longitut ha de ser entre 1 i 32767, ambdos inclosos
VB_Obsolete=Funcionalitat obsoleta
VB_InvalidRank=S'ha especificat una fila invalida pel tipus d'array
VB_InvalidColorIndex=S'ha especificat un ndex QBcolor invlid
VB_NonNegative=El valor no pot ser negatiu
VB_EmptyString=No es pot especificar una string nul.la
VB_InvalidArrayBound=Especificaci invlida dels rangs de l'array
VB_InvalidStringIndex=Especificaci invlida de l'ndex a l'string
VB_InvalidStringLength=Longitut invlida de la string
VB_InvalidCast=No es pot moldejar desde {0} find {1}
VB_IsValueType=L'objecte no te un tipus de valor
VB_ValueIsNull=L'argument no pot ser nul
VB_CommonForType=No s'ha pogut trobar un tipus com per a l'operaci aritmtica
VB_LoopCounterIsNull=No s'ha especificat el contador del bucle
VB_InvalidHexOrOct=Format invlid per octal o hexadecimal
VB_InvalidAddArguments=Arguments invlids per un OR
VB_InvalidBitAndArguments=Arguments invlids per un AND binari
VB_InvalidBitOrArguments=Arguments invlids per un OR binari
VB_InvalidBitXorArguments=Arguments invlids per un XOR
VB_InvalidDivArguments=Arguments invlids per a una divisio binaria
VB_InvalidIDivArguments=Arguments invlids per a una divisio d'enters
VB_InvalidModArguments=Invalid arguments to binary modulus
VB_InvalidMulArguments=Arguments invlids per a una multiplicaci
VB_InvalidNegArgument=Argument invlid per a una negaci unria
VB_InvalidNotArgument=Arumgnet invlid per a una negaci binria-unria
VB_InvalidTstArguments=Arguments invlids per a una comparaci binria
VB_InvalidPlusArgument=Argument invlid per a una suma unria
VB_InvalidPowArguments=Arguments invlids per a una potncia binria
VB_InvalidShiftLeftArguments=Arguments invlids per a un desplaament binari cap a l'esquerra
VB_InvalidShiftRightArguments=Arguments invlids per a un desplaament binari cap a la dreta
VB_InvalidSubArguments=Arguments invlids per a una sustracci binria
VB_InvalidXorArguments=Arguments invlids per a un XOR boole
VB_InvalidPattern=Patr "like" invlid
VB_MismatchedRanks=No concorden les files de les arrays
VB_MismatchedDimensions=No concorden les mides de les arrays
VB_DateTimeRange=Valor "DateTime" fora de rang
