4 * Copyright 1996 Ulrich Schmid
5 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
6 * Copyright 2008 Jonathan Ernst
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.
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.
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
23 #include "winhelp_res.h"
25 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
28 #pragma code_page(65001)
32 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
37 MENUITEM "&Ouvrir", MNID_FILE_OPEN
39 MENUITEM "&Imprimer", MNID_FILE_PRINT
40 MENUITEM "&Configuration de l'imprimante...", MNID_FILE_SETUP
42 MENUITEM "&Quitter", MNID_FILE_EXIT
45 MENUITEM "&Copier...", MNID_EDIT_COPYDLG
47 MENUITEM "&Annoter...", MNID_EDIT_ANNOTATE
50 MENUITEM "&Définir...", MNID_BKMK_DEFINE
53 POPUP "Aide toujours visible"
55 MENUITEM "Par défaut", MNID_OPTS_HELP_DEFAULT
56 MENUITEM "Visible", MNID_OPTS_HELP_VISIBLE
57 MENUITEM "Non visible", MNID_OPTS_HELP_NONVISIBLE
59 MENUITEM "Historique", MNID_OPTS_HISTORY
62 MENUITEM "Petite", MNID_OPTS_FONTS_SMALL
63 MENUITEM "Normale", MNID_OPTS_FONTS_NORMAL
64 MENUITEM "Grande", MNID_OPTS_FONTS_LARGE
66 MENUITEM "Utiliser les couleurs système", MNID_OPTS_SYSTEM_COLORS
69 MENUITEM "&Utiliser l'aide", MNID_HELP_HELPON
70 MENUITEM "&Toujours visible", MNID_HELP_HELPTOP
72 MENUITEM "&A propos de l'Aide de Wine", MNID_HELP_ABOUT
76 IDD_INDEX DIALOG 0, 0, 200, 190
77 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
78 FONT 8, "MS Shell Dlg"
81 LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
84 IDD_SEARCH DIALOG 0, 0, 200, 190
85 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
86 FONT 8, "MS Shell Dlg"
89 LTEXT "Pas encore implémenté", -1, 10, 10, 180, 150
95 STID_WINE_HELP, "Aide de Wine"
96 STID_WHERROR, "ERREUR"
97 STID_WARNING, "ATTENTION"
98 STID_INFO, "Information"
99 STID_NOT_IMPLEMENTED, "Non implémenté"
100 STID_HLPFILE_ERROR_s, "Une erreur est survenue en lisant le fichier d'aide « %s »"
102 STID_CONTENTS, "Sommaire"
103 STID_BACK, "&Précédent"
104 STID_ALL_FILES, "Tous les fichiers (*.*)"
105 STID_HELP_FILES_HLP, "Fichiers d'aide (*.hlp)"
106 STID_FILE_NOT_FOUND_s "Impossible de trouver « %s ». Souhaitez-vous rechercher ce fichier vous-même ?"
107 STID_NO_RICHEDIT "La bibliothèque RichEdit n'a pu être localisée... Abandon"
108 STID_PSH_INDEX, "Rubriques d'aide : "
115 MENUITEM "Annotation...", MNID_CTXT_ANNOTATE
116 MENUITEM "Copier", MNID_CTXT_COPY
117 MENUITEM "Imprimer la rubrique...", MNID_CTXT_PRINT
120 MENUITEM "Petite", MNID_CTXT_FONTS_SMALL
121 MENUITEM "Normale", MNID_CTXT_FONTS_NORMAL
122 MENUITEM "Grande", MNID_CTXT_FONTS_LARGE
124 POPUP "Aide toujours visible"
126 MENUITEM "Par défaut", MNID_CTXT_HELP_DEFAULT
127 MENUITEM "Visible", MNID_CTXT_HELP_VISIBLE
128 MENUITEM "Non visible", MNID_CTXT_HELP_NONVISIBLE
130 MENUITEM "Utiliser les couleurs système", MNID_CTXT_SYSTEM_COLORS