Project

General

Profile

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

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

1
/**************************************************************************
2
/* MessagesBundle.properties -- Italian language error messages
3
/*
4
/* Copyright (c) 2005 by Sandro Tosi (matrixhasu@gmail.com)
5
/*
6
/* This program is free software; you can redistribute it and/or modify
7
/* it under the terms of the GNU Library General Public License as published
8
/* by  the Free Software Foundation; either version 2 of the License or
9
/* (at your option) any later version.
10
/*
11
/* This program is distributed in the hope that it will be useful, but
12
/* WITHOUT ANY WARRANTY; without even the implied warranty of
13
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
/* GNU Library General Public License for more details.
15
/*
16
/* You should have received a copy of the GNU Library General Public License
17
/* along with this program; see the file COPYING.LIB.  If not, write to
18
/* the Free Software Foundation Inc., 59 Temple Place - Suite 330,
19
/* Boston, MA  02111-1307 USA
20
/**************************************************************************/
21

    
22
getopt.ambigious={0}: l'opzione ''{1}'' ? ambigua
23
getopt.arguments1={0}: l'opzione ''--{1}'' non ammette un argomento
24
getopt.arguments2={0}: l'opzione ''{1}{2}'' non ammette un argomento
25
getopt.requires={0}: l'opzione ''{1}'' richiede un argomento
26
getopt.unrecognized={0}: opzione non riconosciuta ''--{1}''
27
getopt.unrecognized2={0}: opzione non riconosciuta ''{1}{2}''
28
getopt.illegal={0}: opzione illegale -- {1}
29
getopt.invalid={0}: opzione invalida -- {1}
30
getopt.requires2={0}: l'opzione richiede un argomento -- {1}
31
getopt.invalidValue=Valore non valido {0} per il parametro 'has_arg' 
32