source: other-projects/gs2-java-client/trunk/gnu/getopt/MessagesBundle_fr.properties@ 21525

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

GNU Getopts code.

  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 KB
Line 
1/**************************************************************************
2/* MessagesBundle_fr.properties -- French language error messages
3/*
4/* Copyright (c) 1999 Free Software Foundation, Inc.
5/* Michel Robitaille <[email protected]>, 1996,
6/* Edouard G. Parmelan <[email protected]>, 1999.
7/* These messages are encoded in ISO-8859-1
8/*
9/* This program is free software; you can redistribute it and/or modify
10/* it under the terms of the GNU Library General Public License as published
11/* by the Free Software Foundation; either version 2 of the License or
12/* (at your option) any later version.
13/*
14/* This program is distributed in the hope that it will be useful, but
15/* WITHOUT ANY WARRANTY; without even the implied warranty of
16/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17/* GNU Library General Public License for more details.
18/*
19/* You should have received a copy of the GNU Library General Public License
20/* along with this program; see the file COPYING.LIB. If not, write to
21/* the Free Software Foundation Inc., 59 Temple Place - Suite 330,
22/* Boston, MA 02111-1307 USA
23/**************************************************************************/
24
25getopt.ambigious={0}: l'option ''{1}'' est ambiguë
26getopt.arguments1={0}: l'option ''--{1}'' ne permet pas de paramètre
27getopt.arguments2={0}: l'option ''{1}{2}'' ne permet pas de paramètre
28getopt.requires={0}: l'option ''{1}'' requiert un paramètre
29getopt.unrecognized={0}: option non reconnue ''--{1}''
30getopt.unrecognized2={0}: option non reconnue ''{1}{2}''
31getopt.illegal={0}: option illégale -- {1}
32getopt.invalid={0}: option invalide -- {1}
33getopt.requires2={0}: cette option requiert un paramètre -- {1}
34getopt.invalidValue=Valeur invalide {0} pour le paramètre 'has_arg'
35
Note: See TracBrowser for help on using the repository browser.