push c89211be2889db25484c69db361f8abc539b86e2
[wine/hacks.git] / dlls / wininet / wininet_Fr.rc
blob74ee208a7ee72dd47fd306333f072abd2607f27b
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 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  */
25 #include "resource.h"
27 /* UTF-8 */
28 #pragma code_page(65001)
30 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
32 IDD_PROXYDLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 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"
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
52 IDD_AUTHDLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 36, 24, 218, 150
53 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
54 CAPTION "Authentification requise"
55 FONT 8, "MS Shell Dlg"
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
72 STRINGTABLE DISCARDABLE
74   IDS_LANCONNECTION "Connexion réseau local (LAN)"