HTTP_DealWithProxy: Only add http:// to proxy string when needed.
[wine/multimedia.git] / dlls / wininet / wininet_Fr.rc
blobbf10dc6c97d402fbb38f6dd905f5d5d9068cb94a
1 /*
2  * Wininet
3  * French language support
4  *
5  * Copyright 2003 Mike McCormack for CodeWeavers
6  * Copyright 2003 Vincent Béron
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
21  */
23 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
25 IDD_PROXYDLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 36, 24, 250, 154
26 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
27 CAPTION "Entrez le mot de passe réseau"
28 FONT 8, "Helv"
30  LTEXT "Entrez votre nom d'utilisateur et votre mot de passe :", -1, 40, 6, 150, 15
31  LTEXT "Mandataire", -1, 40, 26, 50, 10
32  LTEXT "Domaine", -1, 40, 46, 50, 10
33  LTEXT "Utilisateur", -1, 40, 66, 50, 10
34  LTEXT "Mot de passe", -1, 40, 86, 50, 10
35  LTEXT "" IDC_PROXY, 80, 26, 150, 14, 0
36  LTEXT "" IDC_REALM, 80, 46, 150, 14, 0
37  EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
38  EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
39  CHECKBOX "&Enregistre ce mot de passe (insécure)", IDC_SAVEPASSWORD,
40            80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
41  PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
42  PUSHBUTTON "Annuler", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP