comctl32: Constify some variables.
[wine] / dlls / mshtml / Fr.rc
1 /*
2  * MsHTML resources
3  * French Language Support
4  *
5  * Copyright 2005-2006 Jonathan Ernst
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
23 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
24
25 STRINGTABLE DISCARDABLE
26 {
27     IDS_HTMLDISABLED    "Le rendu HTML est actuellement désactivé."
28     IDS_HTMLDOCUMENT    "Document HTML"
29     IDS_DOWNLOADING     "Téléchargement..."
30     IDS_INSTALLING      "Installation..."
31 }
32
33 ID_DWL_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE  0, 0, 260, 95
34 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
35 CAPTION "Programme d'installation de Gecko de Wine"
36 FONT 8, "MS Shell Dlg"
37 {
38     LTEXT "Cette application essaie d'afficher une page HTML. Wine requiert la présence du moteur de rendu Gecko de Mozilla" \
39           "pour afficher cette page. Cliquez sur Installer si vous souhaitez que Wine " \
40           "télécharge et installe automatiquement Gecko.", ID_DWL_STATUS, 10, 10, 240, 40, SS_LEFT
41     CONTROL "Progression", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER|PBS_SMOOTH, 10, 50, 240, 12
42     PUSHBUTTON "Annuler", IDCANCEL, 140, 70, 50, 15, WS_GROUP | WS_TABSTOP
43     PUSHBUTTON "Installer", ID_DWL_INSTALL, 200, 70, 50, 15, WS_GROUP | WS_TABSTOP
44 }