source: release-kits/shared/launch4j/src/net/sf/launch4j/binding/messages.properties@ 15024

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

putting launch4j in the shared area

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=Optional component must implement
21
22Validator.empty.field=Enter: {0}
23Validator.invalid.data=Invalid data: {0}
24Validator.must.be.in.range={0} must be in range [{1}-{2}]
25Validator.must.be.at.least={0} must be at least
26Validator.already.exists={0} already exists.
27Validator.doesnt.exist={0} doesn't exist.
28Validator.exceeds.max.length={0} exceeds the maximum length of {1} characters.
29
30Bindings.duplicate.binding=Duplicate binding
31
32JRadioButtonBinding.property.null=Property is null
33JRadioButtonBinding.nothing.selected=Nothing selected
34JRadioButtonBinding.index.out.of.bounds=Button index out of bounds
Note: See TracBrowser for help on using the repository browser.