3 * French language support
5 * Copyright 1995 Alexandre Julliard
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22 #include "resources.h"
25 #pragma code_page(65001)
27 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
29 SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
31 MENUITEM "&Restauration", 61728
32 MENUITEM "&Déplacement", 61456
33 MENUITEM "Di&mension", 61440
34 MENUITEM "Réduct&ion", 61472
35 MENUITEM "&Agrandissement", 61488
37 MENUITEM "&Fermeture\tAlt-F4", 61536
39 MENUITEM "À propos de &Wine...", 61761
42 EDITMENU MENU LOADONCALL MOVEABLE DISCARDABLE
46 MENUITEM "&Annuler", EM_UNDO
48 MENUITEM "&Couper", WM_CUT
49 MENUITEM "Co&pier", WM_COPY
50 MENUITEM "C&oller", WM_PASTE
51 MENUITEM "E&ffacer", WM_CLEAR
53 MENUITEM "&Tout sélectionner", EM_SETSEL
57 MSGBOX DIALOG 100, 80, 216, 168
58 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
60 ICON "", 1088, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
61 LTEXT "", 100, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
62 PUSHBUTTON "&Ok", 1, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
63 PUSHBUTTON "&Annuler", 2, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
64 PUSHBUTTON "A&bandonner", 3, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
65 PUSHBUTTON "Ré&péter", 4, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
66 PUSHBUTTON "&Ignorer", 5, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
67 PUSHBUTTON "&Oui", 6, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
68 PUSHBUTTON "&Non", 7, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
69 PUSHBUTTON "&Réessayer", 10, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
70 PUSHBUTTON "&Continuer", 11, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
71 PUSHBUTTON "Aide", 9, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
74 MDI_MOREWINDOWS DIALOG FIXED IMPURE 20, 20, 232, 122
75 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
76 CAPTION "Sélection de fenêtre"
77 FONT 8, "MS Shell Dlg"
79 LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
80 DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
81 PUSHBUTTON "Annuler", IDCANCEL, 120, 100, 35, 14
85 STRINGTABLE DISCARDABLE
88 IDS_MDI_MOREWINDOWS "&Plus de fenêtres..."