~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Wine Cross Reference
wine/programs/start/It.rc

Version: ~ [ wine-1.1.33 ] ~ [ wine-1.1.32 ] ~ [ wine-1.1.31 ] ~ [ wine-1.1.30 ] ~ [ wine-1.1.29 ] ~ [ wine-1.1.28 ] ~ [ wine-1.1.27 ] ~ [ wine-1.1.26 ] ~ [ wine-1.1.25 ] ~ [ wine-1.1.24 ] ~ [ wine-1.1.23 ] ~ [ wine-1.1.22 ] ~ [ wine-1.1.21 ] ~ [ wine-1.1.20 ] ~ [ wine-1.1.19 ] ~ [ wine-1.1.18 ] ~ [ wine-1.1.17 ] ~ [ wine-1.1.16 ] ~ [ wine-1.1.15 ] ~ [ wine-1.1.14 ] ~ [ wine-1.1.13 ] ~ [ wine-1.1.12 ] ~ [ wine-1.1.11 ] ~ [ wine-1.1.10 ] ~ [ wine-1.1.9 ] ~ [ wine-1.1.8 ] ~ [ wine-1.1.7 ] ~ [ wine-1.0.1 ] ~ [ wine-1.1.6 ] ~ [ wine-1.1.5 ] ~ [ wine-1.1.4 ] ~ [ wine-1.1.3 ] ~ [ wine-1.1.2 ] ~ [ wine-1.1.1 ] ~ [ wine-1.1.0 ] ~ [ wine-1.0 ] ~

  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  */
 24 
 25 #include "resources.h"
 26 
 27 #pragma code_page(65001) /* UTF-8 */
 28 
 29 LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
 30 
 31 STRINGTABLE DISCARDABLE
 32 {
 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\
 51 "
 52 
 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\
 69 "
 70 
 71 STRING_EXECFAIL "Non è stato possibile eseguire l'applicazione, o nessuna applicazione è associata con il file specificato.\nShellExecuteEx fallito"
 72 
 73 STRING_UNIXFAIL "Non è stato possibile tradurre il nome file Unix in un nome file DOS."
 74 }

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.