255b79dde030095fb6389a606b2ee9d5ba63cc1d
[reactos.git] / reactos / dll / win32 / wininet / lang / wininet_Fr.rc
1 /*
2 * Wininet
3 * French language support
4 *
5 * Copyright 2003 Mike McCormack for CodeWeavers
6 * Copyright 2003 Vincent Béron
7 * Copyright 2005 Jonathan Ernst
8 * Copyright 2009-2010 Frédéric Delanoy
9 *
10 * This library is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU Lesser General Public
12 * License as published by the Free Software Foundation; either
13 * version 2.1 of the License, or (at your option) any later version.
14 *
15 * This library is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * Lesser General Public License for more details.
19 *
20 * You should have received a copy of the GNU Lesser General Public
21 * License along with this library; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
23 */
24
25 #include "resource.h"
26
27 /* UTF-8 */
28 #pragma code_page(65001)
29
30 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
31
32 IDD_PROXYDLG DIALOG 36, 24, 218, 150
33 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
34 CAPTION "Entrez le mot de passe réseau"
35 FONT 8, "MS Shell Dlg"
36 {
37 LTEXT "Entrez votre nom d'utilisateur et votre mot de passe :", -1, 10, 8, 173, 12
38 LTEXT "Serveur mandataire", -1, 10, 28, 50, 17
39 LTEXT "Domaine", -1, 10, 50, 50, 10
40 LTEXT "Utilisateur", -1, 10, 71, 50, 10
41 LTEXT "Mot de passe", -1, 10, 90, 50, 10
42 LTEXT "", IDC_PROXY, 58, 28, 150, 14, 0
43 LTEXT "", IDC_REALM, 58, 48, 150, 14, 0
44 EDITTEXT IDC_USERNAME, 58, 68, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
45 EDITTEXT IDC_PASSWORD, 58, 88, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
46 CHECKBOX "&Enregistrer ce mot de passe (risqué)", IDC_SAVEPASSWORD,
47 58, 108, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
48 PUSHBUTTON "OK", IDOK, 87, 128, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
49 PUSHBUTTON "Annuler", IDCANCEL, 147, 128, 56, 14, WS_GROUP | WS_TABSTOP
50 }
51
52 IDD_AUTHDLG DIALOG 36, 24, 218, 150
53 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
54 CAPTION "Authentification requise"
55 FONT 8, "MS Shell Dlg"
56 {
57 LTEXT "Entrez votre nom d'utilisateur et votre mot de passe :", -1, 10, 8, 173, 12
58 LTEXT "Serveur", -1, 10, 28, 50, 17
59 LTEXT "Domaine", -1, 10, 50, 50, 10
60 LTEXT "Utilisateur", -1, 10, 71, 50, 10
61 LTEXT "Mot de passe", -1, 10, 90, 50, 10
62 LTEXT "", IDC_SERVER, 58, 28, 150, 14, 0
63 LTEXT "", IDC_REALM, 58, 48, 150, 14, 0
64 EDITTEXT IDC_USERNAME, 58, 68, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
65 EDITTEXT IDC_PASSWORD, 58, 88, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
66 CHECKBOX "&Enregistrer ce mot de passe (risqué)", IDC_SAVEPASSWORD,
67 58, 108, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
68 PUSHBUTTON "OK", IDOK, 87, 128, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
69 PUSHBUTTON "Annuler", IDCANCEL, 147, 128, 56, 14, WS_GROUP | WS_TABSTOP
70 }
71
72 IDD_INVCERTDLG DIALOG 3, 24, 250, 86
73 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
74 CAPTION "Alerte de sécurité"
75 FONT 8, "MS Shell Dlg"
76 {
77 LTEXT "Le certificat pour ce site pose problème.", -1, 40, 6, 200, 20
78 LTEXT "", IDC_CERT_ERROR, 40, 26, 200, 20
79 LTEXT "Voulez-vous tout de même continuer ?", -1, 40, 46, 200, 20
80 PUSHBUTTON "Oui", IDOK, 40, 66, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
81 PUSHBUTTON "Non", IDCANCEL, 100, 66, 56, 14, WS_GROUP | WS_TABSTOP
82 }