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

Wine Cross Reference
wine/dlls/user32/resources/user32_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  * User32
  3  * French language support
  4  *
  5  * Copyright 1995 Alexandre Julliard
  6  *
  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.
 11  *
 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.
 16  *
 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
 20  */
 21 
 22 #include "resources.h"
 23 
 24 /* UTF-8 */
 25 #pragma code_page(65001)
 26 
 27 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
 28 
 29 SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
 30 {
 31  MENUITEM "&Restauration", 61728
 32  MENUITEM "&Déplacement", 61456
 33  MENUITEM "Di&mension", 61440
 34  MENUITEM "Réduct&ion", 61472
 35  MENUITEM "&Agrandissement", 61488
 36  MENUITEM SEPARATOR
 37  MENUITEM "&Fermeture\tAlt-F4", 61536
 38  MENUITEM SEPARATOR
 39  MENUITEM "À propos de &Wine...", 61761
 40 }
 41 
 42 EDITMENU MENU LOADONCALL MOVEABLE DISCARDABLE
 43 {
 44         POPUP ""
 45         BEGIN
 46                 MENUITEM "&Annuler", EM_UNDO
 47                 MENUITEM SEPARATOR
 48                 MENUITEM "&Couper", WM_CUT
 49                 MENUITEM "Co&pier", WM_COPY
 50                 MENUITEM "C&oller", WM_PASTE
 51                 MENUITEM "E&ffacer", WM_CLEAR
 52                 MENUITEM SEPARATOR
 53                 MENUITEM "&Tout sélectionner", EM_SETSEL
 54         END
 55 }
 56 
 57 MSGBOX DIALOG 100, 80, 216, 168
 58 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 59 BEGIN
 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
 72 END
 73 
 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"
 78 BEGIN
 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
 82 END
 83 
 84 
 85 STRINGTABLE DISCARDABLE
 86 {
 87     IDS_ERROR "Erreur"
 88     IDS_MDI_MOREWINDOWS "&Plus de fenêtres..."
 89 }

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