Authors: Américo José Melo <mmodem00@netvisao.pt>, Francois Gouget <fgouget@codeweave...
[wine] / programs / start / It.rc
1 /*
2  * Start
3  * Italian Language Support
4  *
5  * Copyright 2003 Dan Kegel
6  * Copyright 2003 Ivan Leo Puoti
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
21  */
22
23 LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT
24
25 STRINGTABLE DISCARDABLE LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT
26 {
27 STRING_USAGE,                                   "Avvia un programma, o apri un documento con il programma normalmente usato per i programmi con qull'estensione \n\
28 Usage: \n\
29 start [options] nome del programma [...] \n\
30 start [options] nomde del documento \n\
31  \n\
32 Options: \n\
33 /M[inimized] Avvia il programma minimizzato. \n\
34 /MAX[imized] Avvia il programma massimizato. \n\
35 /R[estored]  Avvia il programma normalmente (nè minimizzato nè massimizato). \n\
36 /W[ait]      Attendi l'uscita del programma, poi esci con il suo codice di uscita. \n\
37 /L           Mostra l'accordo di licenza con l'utente finale. \n\
38  \n\
39 start.exe versione 0.2 Copyright (C) 2003, Dan Kegel \n\
40 Start è fornito senza nessuna garanzia, per ulteriori informazioni eseguire start con l'opzione /L. \n\
41 Questo è software libero, e lo potete redistribuire \n\
42 sotto alcune condizioni; eseguire 'start' con l'opzione /L per ulteriori infomazioni. \n\
43 "
44
45 STRING_LICENSE, "start.exe versione 0.2 Copyright (C) 2003, Dan Kegel \n\
46 This program is free software; you can redistribute it and/or \n\
47 modify it under the terms of the GNU Lesser Public License \n\
48 as published by the Free Software Foundation; either version 2.1 \n\
49 of the License, or (at your option) any later version. \n\
50  \n\
51 This program is distributed in the hope that it will be useful, \n\
52 but WITHOUT ANY WARRANTY; without even the implied warranty of \n\
53 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the \n\
54 GNU Lesser Public License for more details. \n\
55  \n\
56 You should have received a copy of the GNU Lesser Public License \n\
57 along with this program; if not, write to the Free Software \n\
58 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. \n\
59  \n\
60 Vedere il file COPYING.LIB per informazioni sulla licenza. \n\
61 "
62
63 STRING_EXECFAIL "Non è stato possibile eseguire l'applicazione, o nessuna applicazione è associata con il file specificato.\nShellExecuteEx fallito"
64 }