source: release-kits/wirk3/bin/launch4j/src/net/sf/launch4j/binding/messages_es.properties@ 15023

Last change on this file since 15023 was 15023, checked in by oranfry, 16 years ago

did the bulk of the work on wirk3

File size: 1.5 KB
Line 
1#
2# launch4j :: Cross-platform Java application wrapper for creating Windows native executables
3# Copyright (C) 2005 Grzegorz Kowal
4#
5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 2 of the License, or
8# (at your option) any later version.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with this program; if not, write to the Free Software
17# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18#
19
20OptComponentBinding.must.implement=El componente opcional debe ser implementado
21
22Validator.empty.field=Introduzca: {0}
23Validator.invalid.data=Dato no válido: {0}
24Validator.must.be.in.range={0} debe estar en el rango [{1}-{2}]
25Validator.must.be.at.least={0} deb ser al menos
26Validator.already.exists={0} ya existe.
27Validator.doesnt.exist={0} no existe.
28Validator.exceeds.max.length={0} excede la longitud máxima de {1} caracteres.
29
30Bindings.duplicate.binding=Binding duplicado
31
32JRadioButtonBinding.property.null=La propiedad es nula
33JRadioButtonBinding.nothing.selected=Nada seleccionado
34JRadioButtonBinding.index.out.of.bounds=Índice de botón fuera de límite
Note: See TracBrowser for help on using the repository browser.