source: other-projects/gs2-java-client/trunk/gnu/getopt/MessagesBundle_cs.properties@ 21017

Last change on this file since 21017 was 2090, checked in by paynter, 23 years ago

GNU Getopts code.

  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1/**************************************************************************
2/* MessagesBundle_cs.properties -- Czech language error messages
3/*
4/* Czech Messages Copyright (c) 1998 by Roman Szturc ([email protected])
5/* These messages are encoded in ISO-8859-2
6/*
7/* This program is free software; you can redistribute it and/or modify
8/* it under the terms of the GNU Library General Public License as published
9/* by the Free Software Foundation; either version 2 of the License or
10/* (at your option) any later version.
11/*
12/* This program is distributed in the hope that it will be useful, but
13/* WITHOUT ANY WARRANTY; without even the implied warranty of
14/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15/* GNU Library General Public License for more details.
16/*
17/* You should have received a copy of the GNU Library General Public License
18/* along with this program; see the file COPYING.LIB. If not, write to
19/* the Free Software Foundation Inc., 59 Temple Place - Suite 330,
20/* Boston, MA 02111-1307 USA
21/**************************************************************************/
22
23getopt.ambigious={0}: volba ''{1}'' je nejednoznaèná
24getopt.arguments1={0}: volba ''--{1}'' nepøipou¹tí argument
25getopt.arguments2={0}: volba ''{1}{2}'' nepøipou¹tí argument
26getopt.requires={0}: volba ''{1}'' vyŸaduje argument
27getopt.unrecognized={0}: nepøípustná volba ''--{1}''
28getopt.unrecognized2={0}: nepøípustná volba ''{1}{2}''
29getopt.illegal={0}: nepøípustná volba -- {1}
30getopt.invalid={0}: neplatná volba -- {1}
31getopt.requires2={0}: volba vyŸaduje argument -- {1}
32getopt.invalidValue=Neplatná hodnota {0} parameteru 'has_arg'
33
Note: See TracBrowser for help on using the repository browser.