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
25 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
30 MENUITEM "&Ouvrir", MNID_FILE_OPEN
32 MENUITEM "&Imprimer", MNID_FILE_PRINT
33 MENUITEM "&Configuration de l'imprimante...", MNID_FILE_SETUP
35 MENUITEM "&Quitter", MNID_FILE_EXIT
38 MENUITEM "&Copier...", MNID_EDIT_COPYDLG
40 MENUITEM "&Annotation...", MNID_EDIT_ANNOTATE
43 MENUITEM "&Définir...", MNID_BKMK_DEFINE
46 POPUP "Aide toujours visible"
48 MENUITEM "Par défaut", MNID_OPTS_HELP_DEFAULT
49 MENUITEM "Visible", MNID_OPTS_HELP_VISIBLE
50 MENUITEM "Non visible", MNID_OPTS_HELP_NONVISIBLE
52 MENUITEM "Historique", MNID_OPTS_HISTORY
55 MENUITEM "Petite", MNID_OPTS_FONTS_SMALL
56 MENUITEM "Normale", MNID_OPTS_FONTS_NORMAL
57 MENUITEM "Grande", MNID_OPTS_FONTS_LARGE
59 MENUITEM "Utiliser les couleurs système", MNID_OPTS_SYSTEM_COLORS
62 MENUITEM "&Utiliser l'aide", MNID_HELP_HELPON
63 MENUITEM "&Toujours visible", MNID_HELP_HELPTOP
65 MENUITEM "&Info...", MNID_HELP_ABOUT
67 MENUITEM "À &propos de WINE", MNID_HELP_WINE
72 IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
73 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
74 FONT 8, "MS Shell Dlg"
77 LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
78 PUSHBUTTON "&OK", IDOK, 40, 170, 50, 12
79 PUSHBUTTON "&Annuler", IDCANCEL, 120, 170, 50, 12
83 STRINGTABLE DISCARDABLE LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
85 STID_WINE_HELP, "Aide de WINE"
86 STID_WHERROR, "ERREUR"
87 STID_WARNING, "ATTENTION"
88 STID_INFO, "Information"
89 STID_NOT_IMPLEMENTED, "Non implémenté"
90 STID_HLPFILE_ERROR_s, "Une erreur est survenue en lisant le fichier d'aide « %s »"
91 STID_CONTENTS, "&Index"
92 STID_SEARCH, "&Rechercher"
93 STID_BACK, "&Précédent"
94 STID_TOPICS, "&Sujets"
95 STID_ALL_FILES, "Tous fichiers (*.*)"
96 STID_HELP_FILES_HLP, "Fichiers d'aide (*.hlp)"
97 STID_FILE_NOT_FOUND_s "Impossible de trouver « %s ». Souhaitez-vous rechercher ce fichier vous-même ?"
98 STID_NO_RICHEDIT "La bibliothèque RichEdit n'a pu être localisée... Abandon"
105 MENUITEM "Annotation...", MNID_CTXT_ANNOTATE
106 MENUITEM "Copier", MNID_CTXT_COPY
107 MENUITEM "Imprimer la rubrique...", MNID_CTXT_PRINT
110 MENUITEM "Petite", MNID_CTXT_FONTS_SMALL
111 MENUITEM "Normale", MNID_CTXT_FONTS_NORMAL
112 MENUITEM "Grande", MNID_CTXT_FONTS_LARGE
114 POPUP "Aide toujours visible"
116 MENUITEM "Par défaut", MNID_CTXT_HELP_DEFAULT
117 MENUITEM "Visible", MNID_CTXT_HELP_VISIBLE
118 MENUITEM "Non visible", MNID_CTXT_HELP_NONVISIBLE
120 MENUITEM "Utiliser les couleurs système", MNID_CTXT_SYSTEM_COLORS