Sweden-Number/programs/start/It.rc

66 lines
2.8 KiB
Plaintext
Raw Normal View History

2003-09-16 00:21:18 +02:00
/*
* Start
* Italian Language Support
*
* Copyright 2003 Dan Kegel
* Copyright 2003 Ivan Leo Puoti
2006-04-08 00:45:24 +02:00
* Copyright 2006 Antonio Codazzi
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
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
2003-09-16 00:21:18 +02:00
*/
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
2003-09-16 00:21:18 +02:00
STRINGTABLE DISCARDABLE
2003-09-16 00:21:18 +02:00
{
2006-04-08 00:45:24 +02:00
STRING_USAGE, "Avvia un programma, o apri un documento con il programma normalmente usato per i files con quell'estensione \n\
2003-09-16 00:21:18 +02:00
Usage: \n\
2006-04-08 00:45:24 +02:00
start [options] nome_programma [...] \n\
start [options] nome_documento \n\
2003-09-16 00:21:18 +02:00
\n\
Options: \n\
/M[inimized] Avvia il programma minimizzato. \n\
/MAX[imized] Avvia il programma massimizato. \n\
/R[estored] Avvia il programma normalmente (n<> minimizzato n<> massimizato). \n\
/W[ait] Attendi l'uscita del programma, poi esci con il suo codice di uscita. \n\
/L Mostra l'accordo di licenza con l'utente finale. \n\
\n\
start.exe versione 0.2 Copyright (C) 2003, Dan Kegel \n\
2006-04-08 00:45:24 +02:00
Start <20> fornito SENZA GARANZIA di alcun tipo; per ulteriori informazioni eseguire start con l'opzione /L. \n\
2003-09-16 00:21:18 +02:00
Questo <20> software libero, e lo potete redistribuire \n\
sotto alcune condizioni; eseguire 'start' con l'opzione /L per ulteriori infomazioni. \n\
"
STRING_LICENSE, "start.exe versione 0.2 Copyright (C) 2003, Dan Kegel \n\
This program is free software; you can redistribute it and/or \n\
modify it under the terms of the GNU Lesser Public License \n\
as published by the Free Software Foundation; either version 2.1 \n\
of the License, or (at your option) any later version. \n\
\n\
This program is distributed in the hope that it will be useful, \n\
but WITHOUT ANY WARRANTY; without even the implied warranty of \n\
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the \n\
GNU Lesser Public License for more details. \n\
\n\
You should have received a copy of the GNU Lesser Public License \n\
along with this program; if not, write to the Free Software \n\
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \n\
2003-09-16 00:21:18 +02:00
\n\
Vedere il file COPYING.LIB per informazioni sulla licenza. \n\
"
2003-11-17 21:00:33 +01:00
STRING_EXECFAIL "Non <20> stato possibile eseguire l'applicazione, o nessuna applicazione <20> associata con il file specificato.\nShellExecuteEx fallito"
2003-09-16 00:21:18 +02:00
}