Frédéric Delanoy : wininet: Update French translation.

Alexandre Julliard julliard at winehq.org
Thu Dec 23 11:28:05 CST 2010


Module: wine
Branch: master
Commit: 79f36b2a08daa235cf6a342898bc344052550931
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=79f36b2a08daa235cf6a342898bc344052550931

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Wed Dec 22 23:42:11 2010 +0100

wininet: Update French translation.

---

 dlls/wininet/wininet_Fr.rc |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/dlls/wininet/wininet_Fr.rc b/dlls/wininet/wininet_Fr.rc
index aa1b463..0cb2a02 100644
--- a/dlls/wininet/wininet_Fr.rc
+++ b/dlls/wininet/wininet_Fr.rc
@@ -69,6 +69,18 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "Annuler", IDCANCEL, 147, 128, 56, 14, WS_GROUP | WS_TABSTOP
 }
 
+IDD_INVCERTDLG DIALOG 3, 24, 250, 86
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Alerte de sécurité"
+FONT 8, "MS Shell Dlg"
+{
+ LTEXT "Le certificat pour ce site pose problème.", -1, 40, 6, 200, 20
+ LTEXT "", IDC_CERT_ERROR, 40, 26, 200, 20
+ LTEXT "Voulez-vous tout de même continuer ?", -1, 40, 46, 200, 20
+ PUSHBUTTON "Oui", IDOK, 40, 66, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
+ PUSHBUTTON "Non", IDCANCEL, 100, 66, 56, 14, WS_GROUP | WS_TABSTOP
+}
+
 STRINGTABLE
 {
   IDS_LANCONNECTION "Connexion réseau local (LAN)"




More information about the wine-cvs mailing list