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

Wine Cross Reference
wine/programs/winhlp32/Wa.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  * Help Viewer
  3  *
  4  * Copyright 1996 Ulrich Schmid
  5  * Copyright 1999 Pablo Saratxaga
  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 #ifdef LANG_WALON
 26 
 27 /* Menu */
 28 
 29 MAIN_MENU MENU LANGUAGE LANG_WALON, SUBLANG_DEFAULT
 30 {
 31  POPUP "&Fitchî" {
 32   MENUITEM "&Drovî...", MNID_FILE_OPEN
 33   MENUITEM SEPARATOR
 34   MENUITEM "&Rexhe", MNID_FILE_PRINT
 35   MENUITEM "&Apontiaedje del scrirece...", MNID_FILE_SETUP
 36    MENUITEM SEPARATOR
 37   MENUITEM "Moussî &Foû", MNID_FILE_EXIT
 38  }
 39  POPUP "&Candjî" {
 40    MENUITEM "&Copyî...", MNID_EDIT_COPYDLG
 41    MENUITEM SEPARATOR
 42    MENUITEM "&Sicrîre...", MNID_EDIT_ANNOTATE
 43  }
 44  POPUP "&Rimårkes" {
 45    MENUITEM "&Defini...", MNID_BKMK_DEFINE
 46  }
 47  POPUP "&Options" {
 48    POPUP        "Help always visible"
 49    BEGIN
 50      MENUITEM "Default",        MNID_OPTS_HELP_DEFAULT
 51      MENUITEM "Visible",        MNID_OPTS_HELP_VISIBLE
 52      MENUITEM "Non visible",    MNID_OPTS_HELP_NONVISIBLE
 53   END
 54   MENUITEM "History",           MNID_OPTS_HISTORY
 55   POPUP    "Fonts"
 56   BEGIN
 57     MENUITEM "Small",           MNID_OPTS_FONTS_SMALL
 58     MENUITEM "Normal",          MNID_OPTS_FONTS_NORMAL
 59     MENUITEM "Large",           MNID_OPTS_FONTS_LARGE
 60   END
 61   MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
 62  }
 63  POPUP "&Aide" {
 64    MENUITEM "&Aide so l' Aide", MNID_HELP_HELPON
 65    MENUITEM "Todi &Visibe", MNID_HELP_HELPTOP
 66    MENUITEM SEPARATOR
 67    MENUITEM "&Informåcion...", MNID_HELP_ABOUT
 68 #ifdef WINELIB
 69    MENUITEM "Å &dfait di WINEE", MNID_HELP_WINE
 70 #endif
 71  }
 72 }
 73 
 74 /* Strings */
 75 
 76 STRINGTABLE DISCARDABLE LANGUAGE LANG_WALON, SUBLANG_DEFAULT
 77 {
 78 STID_WINE_HELP,         "Aidance di WINE"
 79 STID_WHERROR,           "AROKE"
 80 STID_WARNING,           "ADVERTIXHMINT"
 81 STID_INFO,              "Informåcion"
 82 STID_NOT_IMPLEMENTED,   "Nén co possibe"
 83 STID_HLPFILE_ERROR_s,   "Yåk n' a nén stî å moumint di lere li fitchî d' aide `%s'"
 84 STID_INDEX,             "Å&dvins"
 85 STID_CONTENTS,          "Summary"
 86 STID_BACK,              "Èn &Erî"
 87 STID_ALL_FILES,         "Tos les fitchîs (*.*)"
 88 STID_HELP_FILES_HLP,    "Fitchîs d' aide (*.hlp)"
 89 STID_FILE_NOT_FOUND_s   "Cannot find '%s'. Do you want to find this file yourself?"
 90 STID_NO_RICHEDIT        "Cannot find a richedit implementation... Aborting"
 91 STID_PSH_INDEX,         "Help topics: "
 92 }
 93 
 94 #endif  /* LANG_WALON */

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