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