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

Wine Cross Reference
wine/dlls/wininet/wininet_Fr.rc

Version: ~ [ 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  * 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  */
 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 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"
 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 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"
 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 STRINGTABLE DISCARDABLE
 73 {
 74   IDS_LANCONNECTION "Connexion réseau local (LAN)"
 75 }

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