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

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

Version: ~ [ 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  * Rumantsch Ladin (Vallader) by mbaur@g26.ethz.ch
  6  * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
  7  *
  8  * This library is free software; you can redistribute it and/or
  9  * modify it under the terms of the GNU Lesser General Public
 10  * License as published by the Free Software Foundation; either
 11  * version 2.1 of the License, or (at your option) any later version.
 12  *
 13  * This library is distributed in the hope that it will be useful,
 14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
 15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 16  * Lesser General Public License for more details.
 17  *
 18  * You should have received a copy of the GNU Lesser General Public
 19  * License along with this library; if not, write to the Free Software
 20  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 21  */
 22 
 23 #include "winhelp_res.h"
 24 
 25 #pragma code_page(65001)
 26 
 27 /* FIXME: This file is in the Vallader Romansh dialect and not in the
 28    official Rumantsch Grischun. */
 29 
 30 /* Menu */
 31 
 32 MAIN_MENU MENU LANGUAGE LANG_ROMANSH, SUBLANG_DEFAULT
 33 {
 34  POPUP "&Datoteca" {
 35   MENUITEM "&Rivir", MNID_FILE_OPEN
 36   MENUITEM SEPARATOR
 37   MENUITEM "&Stampar tema", MNID_FILE_PRINT
 38   MENUITEM "&Installaziun dal stampader...", MNID_FILE_SETUP
 39    MENUITEM SEPARATOR
 40   MENUITEM "&Finir", MNID_FILE_EXIT
 41  }
 42  POPUP "&Lavurar" {
 43    MENUITEM "Capchar", MNID_EDIT_COPYDLG
 44    MENUITEM SEPARATOR
 45    MENUITEM "&Annotaziun...", MNID_EDIT_ANNOTATE
 46  }
 47  POPUP "&Marca" {
 48    MENUITEM "&Definir...", MNID_BKMK_DEFINE
 49  }
 50  POPUP "&Options" {
 51    POPUP        "Help always visible"
 52    BEGIN
 53      MENUITEM "Default",        MNID_OPTS_HELP_DEFAULT
 54      MENUITEM "Visible",        MNID_OPTS_HELP_VISIBLE
 55      MENUITEM "Non visible",    MNID_OPTS_HELP_NONVISIBLE
 56   END
 57   MENUITEM "History",           MNID_OPTS_HISTORY
 58   POPUP    "Fonts"
 59   BEGIN
 60     MENUITEM "Small",           MNID_OPTS_FONTS_SMALL
 61     MENUITEM "Normal",          MNID_OPTS_FONTS_NORMAL
 62     MENUITEM "Large",           MNID_OPTS_FONTS_LARGE
 63   END
 64   MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
 65  }
 66  POPUP "&Ag�d" {
 67    MENUITEM "&Douvrar l'ag�d", MNID_HELP_HELPON
 68    MENUITEM "Ad�na da&vant", MNID_HELP_HELPTOP
 69    MENUITEM SEPARATOR
 70    MENUITEM "I&nfuormaziuns", MNID_HELP_ABOUT
 71 #ifdef WINELIB
 72    MENUITEM "Davart &Wine", MNID_HELP_WINE
 73 #endif
 74  }
 75 }
 76 
 77 /* Strings */
 78 STRINGTABLE DISCARDABLE LANGUAGE LANG_ROMANSH, SUBLANG_DEFAULT
 79 {
 80 STID_WINE_HELP,         "WINE ag�d"
 81 STID_WHERROR,           "SBAGL"
 82 STID_WARNING,           "ATTENZIUN"
 83 STID_INFO,              "INFUORMAZIUN"
 84 STID_NOT_IMPLEMENTED,   "Na implementa"
 85 STID_HLPFILE_ERROR_s,   "Sbagl cun leger la datoteca d'ag�d `%s'"
 86 STID_INDEX,             "&Cuntgn�"
 87 STID_CONTENTS,          "Summary"
 88 STID_BACK,              "&Inavo"
 89 STID_ALL_FILES,         "Tuot las datotecas (*.*)"
 90 STID_HELP_FILES_HLP,    "Datotecas d'ag�d (*.hlp)"
 91 STID_FILE_NOT_FOUND_s   "Cannot find '%s'. Do you want to find this file yourself?"
 92 STID_NO_RICHEDIT        "Cannot find a richedit implementation... Aborting"
 93 STID_PSH_INDEX,         "Help topics: "
 94 }

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