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

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

Version: ~ [ wine-1.1.41 ] ~ [ wine-1.1.40 ] ~ [ wine-1.1.39 ] ~ [ wine-1.1.38 ] ~ [ wine-1.1.37 ] ~ [ wine-1.1.36 ] ~ [ wine-1.1.35 ] ~ [ wine-1.1.34 ] ~ [ 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  * Help Viewer
  3  *
  4  * Copyright 1996 Ulrich Schmid
  5  * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
  6  *
  7  * This library is free software; you can redistribute it and/or
  8  * modify it under the terms of the GNU Lesser General Public
  9  * License as published by the Free Software Foundation; either
 10  * version 2.1 of the License, or (at your option) any later version.
 11  *
 12  * This library is distributed in the hope that it will be useful,
 13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
 14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 15  * Lesser General Public License for more details.
 16  *
 17  * You should have received a copy of the GNU Lesser General Public
 18  * License along with this library; if not, write to the Free Software
 19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 20  */
 21 
 22 #include "winhelp_res.h"
 23 
 24 #pragma code_page(65001)
 25 
 26 /* Menu */
 27 
 28 MAIN_MENU MENU LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
 29 {
 30  POPUP "&File" {
 31   MENUITEM "&Apri...", MNID_FILE_OPEN
 32   MENUITEM SEPARATOR
 33   MENUITEM "S&tampa", MNID_FILE_PRINT
 34   MENUITEM "&Installazione stampante...", MNID_FILE_SETUP
 35    MENUITEM SEPARATOR
 36   MENUITEM "&Esci", MNID_FILE_EXIT
 37  }
 38  POPUP "&Modifica" {
 39    MENUITEM "&Copia...", MNID_EDIT_COPYDLG
 40    MENUITEM SEPARATOR
 41    MENUITEM "&Annota...", MNID_EDIT_ANNOTATE
 42  }
 43  POPUP "&Segnalibro" {
 44    MENUITEM "&Definisci...", MNID_BKMK_DEFINE
 45  }
 46  POPUP "&Opzioni" {
 47    POPUP        "Aiuto sempre visibile"
 48    BEGIN
 49      MENUITEM "Predefinito",    MNID_OPTS_HELP_DEFAULT
 50      MENUITEM "Visibile",       MNID_OPTS_HELP_VISIBLE
 51      MENUITEM "Non visibile",   MNID_OPTS_HELP_NONVISIBLE
 52   END
 53   MENUITEM "Cronologia",                MNID_OPTS_HISTORY
 54   POPUP    "Caratteri"
 55   BEGIN
 56     MENUITEM "Piccolo",         MNID_OPTS_FONTS_SMALL
 57     MENUITEM "Normale",         MNID_OPTS_FONTS_NORMAL
 58     MENUITEM "Grande",          MNID_OPTS_FONTS_LARGE
 59   END
 60   MENUITEM "Usa colori di sistema",     MNID_OPTS_SYSTEM_COLORS
 61  }
 62  POPUP "&?" {
 63    MENUITEM "&Aiuto sulla guida", MNID_HELP_HELPON
 64    MENUITEM "Sempre in primo &piano", MNID_HELP_HELPTOP
 65    MENUITEM SEPARATOR
 66    MENUITEM "&Informazioni su...", MNID_HELP_ABOUT
 67 #ifdef WINELIB
 68    MENUITEM "&Informazioni su WINE", MNID_HELP_WINE
 69 #endif
 70  }
 71 }
 72 
 73 /* Strings */
 74 
 75 STRINGTABLE DISCARDABLE LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
 76 {
 77 STID_WINE_HELP,         "Guida di WINE"
 78 STID_WHERROR,           "ERRORE"
 79 STID_WARNING,           "ATTENZIONE"
 80 STID_INFO,              "Informazione"
 81 STID_NOT_IMPLEMENTED,   "Non ancora implementato"
 82 STID_HLPFILE_ERROR_s,   "Errore di lettura del file della Guida `%s'"
 83 STID_INDEX,             "Indice"
 84 STID_CONTENTS,          "&Sommario"
 85 STID_BACK,              "&Precedente"
 86 STID_ALL_FILES,         "Tutti i file (*.*)"
 87 STID_HELP_FILES_HLP,    "File della Guida (*.hlp)"
 88 STID_FILE_NOT_FOUND_s   "Non è stato possibile trovare '%s'. Vuoi cercare questo file?"
 89 STID_NO_RICHEDIT        "Non è stato possibile trovare un'implementazione richedit... Annullando"
 90 STID_PSH_INDEX,         "Argomenti di aiuto: "
 91 }

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