Project

General

Profile

Download (1.75 KB) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / workspace / sitools-update-classpath / out / classes / gnu / getopt / MessagesBundle_fr.properties @ master

1
/**************************************************************************
2
/* MessagesBundle_fr.properties -- French language error messages
3
/*
4
/* Copyright (c) 1999 Free Software Foundation, Inc.
5
/*    Michel Robitaille <robitail@IRO.UMontreal.CA>, 1996,
6
/*    Edouard G. Parmelan <edouard.parmelan@quadratec.fr>, 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

    
25
getopt.ambigious={0}: l'option ''{1}'' est ambigu?
26
getopt.arguments1={0}: l'option ''--{1}'' ne permet pas de param?tre
27
getopt.arguments2={0}: l'option ''{1}{2}'' ne permet pas de param?tre
28
getopt.requires={0}: l'option ''{1}'' requiert un param?tre
29
getopt.unrecognized={0}: option non reconnue ''--{1}''
30
getopt.unrecognized2={0}: option non reconnue ''{1}{2}''
31
getopt.illegal={0}: option ill?gale -- {1}
32
getopt.invalid={0}: option invalide -- {1}
33
getopt.requires2={0}: cette option requiert un param?tre -- {1}
34
getopt.invalidValue=Valeur invalide {0} pour le param?tre 'has_arg'
35