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

Wine Cross Reference
wine/programs/winhlp32/Fr.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  * Copyright 2008 Jonathan Ernst
  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 /* UTF-8 */
 26 #pragma code_page(65001)
 27 
 28 /* Menu */
 29 
 30 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
 31 
 32 MAIN_MENU MENU
 33 {
 34  POPUP "&Fichier" {
 35   MENUITEM "&Ouvrir", MNID_FILE_OPEN
 36   MENUITEM SEPARATOR
 37   MENUITEM "&Imprimer", MNID_FILE_PRINT
 38   MENUITEM "&Configuration de l'imprimante...", MNID_FILE_SETUP
 39    MENUITEM SEPARATOR
 40   MENUITEM "&Quitter", MNID_FILE_EXIT
 41  }
 42  POPUP "É&dition" {
 43    MENUITEM "&Copier...", MNID_EDIT_COPYDLG
 44    MENUITEM SEPARATOR
 45    MENUITEM "&Annoter...", MNID_EDIT_ANNOTATE
 46  }
 47  POPUP "&Signets" {
 48    MENUITEM "&Définir...", MNID_BKMK_DEFINE
 49  }
 50  POPUP "&Options" {
 51    POPUP        "Aide toujours visible"
 52    BEGIN
 53      MENUITEM "Par défaut",    MNID_OPTS_HELP_DEFAULT
 54      MENUITEM "Visible",        MNID_OPTS_HELP_VISIBLE
 55      MENUITEM "Non visible",    MNID_OPTS_HELP_NONVISIBLE
 56   END
 57   MENUITEM "Historique",        MNID_OPTS_HISTORY
 58   POPUP    "Polices"
 59   BEGIN
 60     MENUITEM "Petite",          MNID_OPTS_FONTS_SMALL
 61     MENUITEM "Normale",         MNID_OPTS_FONTS_NORMAL
 62     MENUITEM "Grande",          MNID_OPTS_FONTS_LARGE
 63   END
 64   MENUITEM "Utiliser les couleurs système", MNID_OPTS_SYSTEM_COLORS
 65 }
 66  POPUP "Aid&e" {
 67    MENUITEM "&Utiliser l'aide", MNID_HELP_HELPON
 68    MENUITEM "&Toujours visible", MNID_HELP_HELPTOP
 69    MENUITEM SEPARATOR
 70    MENUITEM "&Info...", MNID_HELP_ABOUT
 71 #ifdef WINELIB
 72    MENUITEM "À &propos de Wine", MNID_HELP_WINE
 73 #endif
 74  }
 75 }
 76 
 77 IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
 78 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
 79 FONT 8, "MS Shell Dlg"
 80 CAPTION "Index"
 81 {
 82     LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
 83 }
 84 
 85 IDD_SEARCH DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
 86 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
 87 FONT 8, "MS Shell Dlg"
 88 CAPTION "Recherche"
 89 {
 90     LTEXT  "Pas encore implémenté", -1, 10, 10, 180, 150
 91 }
 92 
 93 /* Strings */
 94 STRINGTABLE DISCARDABLE LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
 95 {
 96 STID_WINE_HELP,         "Aide de Wine"
 97 STID_WHERROR,           "ERREUR"
 98 STID_WARNING,           "ATTENTION"
 99 STID_INFO,              "Information"
100 STID_NOT_IMPLEMENTED,   "Non implémenté"
101 STID_HLPFILE_ERROR_s,   "Une erreur est survenue en lisant le fichier d'aide « %s »"
102 STID_INDEX,             "&Index"
103 STID_CONTENTS,          "Sommaire"
104 STID_BACK,              "&Précédent"
105 STID_ALL_FILES,         "Tous les fichiers (*.*)"
106 STID_HELP_FILES_HLP,    "Fichiers d'aide (*.hlp)"
107 STID_FILE_NOT_FOUND_s   "Impossible de trouver « %s ». Souhaitez-vous rechercher ce fichier vous-même ?"
108 STID_NO_RICHEDIT        "La bibliothèque RichEdit n'a pu être localisée... Abandon"
109 STID_PSH_INDEX,         "Rubriques d'aide : "
110 }
111 
112 CONTEXT_MENU MENU
113 BEGIN
114         POPUP ""
115         BEGIN
116                 MENUITEM "Annotation...",       MNID_CTXT_ANNOTATE
117                 MENUITEM "Copier",              MNID_CTXT_COPY
118                 MENUITEM "Imprimer la rubrique...", MNID_CTXT_PRINT
119                 POPUP    "Polices"
120                 BEGIN
121                         MENUITEM "Petite",      MNID_CTXT_FONTS_SMALL
122                         MENUITEM "Normale",     MNID_CTXT_FONTS_NORMAL
123                         MENUITEM "Grande",      MNID_CTXT_FONTS_LARGE
124                 END
125                 POPUP   "Aide toujours visible"
126                 BEGIN
127                         MENUITEM "Par défaut",  MNID_CTXT_HELP_DEFAULT
128                         MENUITEM "Visible",     MNID_CTXT_HELP_VISIBLE
129                         MENUITEM "Non visible", MNID_CTXT_HELP_NONVISIBLE
130                 END
131                 MENUITEM "Utiliser les couleurs système", MNID_CTXT_SYSTEM_COLORS
132         END
133 END

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