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

Wine Cross Reference
wine/programs/clock/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  * Clock (Italian resources)
  3  *
  4  * Copyright 1998 Marcel Baur <mbaur@g26.ethz.ch>
  5  * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
  6  * Copyright 2003 Ivan Leo Puoti
  7  * Copiright 2009 Luca Bennati
  8  *
  9  * This library is free software; you can redistribute it and/or
 10  * modify it under the terms of the GNU Lesser General Public
 11  * License as published by the Free Software Foundation; either
 12  * version 2.1 of the License, or (at your option) any later version.
 13  *
 14  * This library is distributed in the hope that it will be useful,
 15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
 16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 17  * Lesser General Public License for more details.
 18  *
 19  * You should have received a copy of the GNU Lesser General Public
 20  * License along with this library; if not, write to the Free Software
 21  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 22  */
 23 
 24 #include "clock_res.h"
 25 
 26 /* UTF-8 */
 27 #pragma code_page(65001)
 28 
 29 LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
 30 
 31 MAIN_MENU MENU
 32 {
 33  POPUP "&Proprietà" {
 34   MENUITEM "Ana&logico", IDM_ANALOG
 35   MENUITEM "Digi&tale", IDM_DIGITAL
 36   MENUITEM SEPARATOR
 37   MENUITEM "&Carattere...", IDM_FONT
 38   MENUITEM SEPARATOR
 39   MENUITEM "&Nascondi la barra del titolo", IDM_NOTITLE
 40   MENUITEM SEPARATOR
 41   MENUITEM "&Secondi", IDM_SECONDS
 42   MENUITEM "&Data", IDM_DATE
 43   MENUITEM SEPARATOR
 44   MENUITEM "&Sempre in primo piano", IDM_ONTOP
 45  }
 46  POPUP "Inf&o" {
 47   MENUITEM "&Licenza...", IDM_LICENSE
 48   MENUITEM "&Garanzia...", IDM_NOWARRANTY
 49   MENUITEM "&Informazioni sull'orologio...", IDM_ABOUT
 50  }
 51 }
 52 
 53 STRINGTABLE DISCARDABLE
 54 {
 55 IDS_CLOCK, "Orologio"
 56 }
 57 
 58 STRINGTABLE DISCARDABLE LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
 59 {
 60 IDS_LICENSE_CAPTION,            "LICENSE"
 61 IDS_LICENSE,
 62 "Questo programma è software libero; puoi redistribuirlo e/o \
 63 modificarlo sotto i termini della GNU Lesser General Public \
 64 License come pubblicata dalla Free Software Foundation; sia \
 65 la versione 2.1 della Licenza, o (a tua scelta) qualunque altra versione più recente.\n\
 66 Questo programma è distribuito nella speranza che sia utile, \
 67 ma SENZA ALCUNA GARANZIA; anche senza la garanzia implicita di \
 68 COMMERCIABILITÀ o IDONEITÀ PER UNO SCOPO PARTICOLARE. Leggere la GNU \
 69 Lesser General Public License per maggiori dettagli.\n\
 70 Dovresti aver ricevuto una copia della GNU Lesser General Public \
 71 License insieme a questo programma; altrimenti, scrivi alla Free Software \
 72 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA"
 73 
 74 IDS_WARRANTY_CAPTION, "NESSUNA GARANZIA"
 75 IDS_WARRANTY,
 76 "Questo programma è distribuito nella speranza che sia utile, \
 77 ma SENZA ALCUNA GARANZIA; anche senza la garanzia implicita di \
 78 COMMERCIABILITÀ o IDONEITÀ PER UNO SCOPO PARTICOLARE. Leggere la GNU \
 79 Lesser General Public License per maggiori dettagli."
 80 }

~ [ 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.