taskmgr: Small update to the Swedish translation.
[wine/multimedia.git] / programs / start / It.rc
blob1e1c47b8836a435f738cec8fd9cc516591d7c417
1 /*
2  * Start
3  * Italian Language Support
4  *
5  * Copyright 2003 Dan Kegel
6  * Copyright 2003 Ivan Leo Puoti
7  * Copyright 2006 Antonio Codazzi
8  * Copyright 2009 Luca Bennati
9  *
10  * This library is free software; you can redistribute it and/or
11  * modify it under the terms of the GNU Lesser General Public
12  * License as published by the Free Software Foundation; either
13  * version 2.1 of the License, or (at your option) any later version.
14  *
15  * This library is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18  * Lesser General Public License for more details.
19  *
20  * You should have received a copy of the GNU Lesser General Public
21  * License along with this library; if not, write to the Free Software
22  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
23  */
25 #include "resources.h"
27 #pragma code_page(65001) /* UTF-8 */
29 LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
31 STRINGTABLE DISCARDABLE
33 STRING_USAGE,                                   "Avvia un programma, o apri un documento con il programma normalmente usato per i files con quell'estensione\n\
34 Usage:\n\
35 start [opzioni] nome_programma [...]\n\
36 start [opzioni] nome_documento\n\
37 \n\
38 Options:\n\
39 /M[inimized] Avvia il programma minimizzato.\n\
40 /MAX[imized] Avvia il programma massimizato.\n\
41 /R[estored]  Avvia il programma normalmente (né minimizzato né massimizzato).\n\
42 /W[ait]      Attendi l'uscita del programma, poi esci con il suo codice di uscita.\n\
43 /Unix        Usa un nome file Unix e apre il file come windows explorer.\n\
44 /ProgIDOpen  Apri un documento usando il seguente progID.\n\
45 /L           Mostra l'accordo di licenza con l'utente finale.\n\
46 \n\
47 start.exe versione 0.2 Copyright (C) 2003, Dan Kegel\n\
48 Start è fornito SENZA GARANZIA di alcun tipo; per ulteriori informazioni eseguire start con l'opzione /L.\n\
49 Questo è software libero, e lo potete redistribuire\n\
50 sotto alcune condizioni; eseguire 'start' con l'opzione /L per ulteriori infomazioni.\n\
53 STRING_LICENSE, "start.exe versione 0.2 Copyright (C) 2003, Dan Kegel\n\
54 Questo programma è software libero; puoi redistribuirlo e/o\n\
55 modificarlo sotto i termini della GNU Lesser Public License\n\
56 così come pubblicata dalla Free Software Foundation; sia la versione 2.1\n\
57 della Licenza, o (a tua scelta) ogni altra versione successiva.\n\
58 \n\
59 Questo programma è distribuito nella speranza che sia utile,\n\
60 ma SENZA ALCUNA GARANZIA; senza neppure la garanzia implicita di\n\
61 COMMERCIABILITÀ o IDONEITÀ PER UN PARTICOLARE SCOPO.  Consulta la\n\
62 GNU Lesser Public License per ulteriori dettagli.\n\
63 \n\
64 Dovresti aver ricevuto una copia della GNU Lesser Public License\n\
65 assieme a questo programma; se no, scrivi a Free Software\n\
66 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.\n\
67 \n\
68 Consulta il file COPYING.LIB per informazioni sulla licenza.\n\
71 STRING_EXECFAIL "Non è stato possibile eseguire l'applicazione, o nessuna applicazione è associata con il file specificato.\nShellExecuteEx fallito"
73 STRING_UNIXFAIL "Non è stato possibile tradurre il nome file Unix in un nome file DOS."