Hi Frédéric,<br><br>Le 13 avril 2011 23:16, Frédéric Delanoy <span dir="ltr">&lt;<a href="mailto:frederic.delanoy@gmail.com">frederic.delanoy@gmail.com</a>&gt;</span> a écrit :<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
---<br>
 dlls/inetcpl.cpl/cpl_Fr.rc |   42 +++++++++++++++++++++++++++++++++++++++++-<br>
 1 files changed, 41 insertions(+), 1 deletions(-)<br>
<br>
diff --git a/dlls/inetcpl.cpl/cpl_Fr.rc b/dlls/inetcpl.cpl/cpl_Fr.rc<br>
index 1244ff6..432a8c3 100644<br>
--- a/dlls/inetcpl.cpl/cpl_Fr.rc<br>
+++ b/dlls/inetcpl.cpl/cpl_Fr.rc<br>
@@ -2,7 +2,7 @@<br>
  * Internet control panel applet<br>
  * French language support<br>
  *<br>
- * Copyright 2010 Frédéric Delanoy<br>
+ * Copyright 2010-2011 Frédéric Delanoy<br>
  *<br>
  * This library is free software; you can redistribute it and/or<br>
  * modify it under the terms of the GNU Lesser General Public<br>
@@ -49,6 +49,46 @@ BEGIN<br>
<br>
 END<br>
<br>
+/* &quot;Delete browsing history&quot; dialog */<br>
+IDD_DELETE_HISTORY DIALOG  0, 0, 250, 250<br>
+STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU<br>
+FONT 8, &quot;MS Shell Dlg&quot;<br>
+CAPTION &quot;Effacer l&#39;historique de navigation&quot;<br>
+BEGIN<br>
+<br>
+    AUTOCHECKBOX   &quot;Fichiers internet temporaires\nCopies en cache de pages web, d&#39;images et de certificats.&quot;,<br>
+                    IDC_DELETE_TEMP_FILES, 10, 8, 230, 30, BS_TOP | BS_MULTILINE<br>
+    AUTOCHECKBOX   &quot;Cookies\nFichiers sauvés sur votre ordinateur par des sites web, qui y stockent des informations comme des préférences utilisateur et des informations de connexion&quot;,<br></blockquote><div>You should use sauvegardés instead of sauvés which doesn&#39;t apply to computers. I would also use &quot;qui y stockent des choses comme les préférences utilisateurs et les informations de connexion&quot;. It better follows the original text and avoid a repetition.<br>
 </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
+                    IDC_DELETE_COOKIES, 10, 32, 230, 35, BS_TOP | BS_MULTILINE<br>
+    AUTOCHECKBOX   &quot;Historique\nListe des sites web accédés.&quot;,<br>
+                    IDC_DELETE_HISTORY, 10, 73, 230, 30, BS_TOP | BS_MULTILINE<br>
+    AUTOCHECKBOX   &quot;Données de formulaires\nNoms d&#39;utilisateur et autres informations entrées dans des formulaires.&quot;,<br>
+                    IDC_DELETE_FORM_DATA, 10, 98, 230, 30, BS_TOP | BS_MULTILINE<br>
+    AUTOCHECKBOX   &quot;Mots de passe\nMots de passe entrés dans des formulaires et sauvegardés.&quot;,<br>
+                    IDC_DELETE_PASSWORDS, 10, 128, 230, 30, BS_TOP | BS_MULTILINE<br>
+    DEFPUSHBUTTON  &quot;Annuler&quot;, IDCANCEL, 185, 228, 60, 15, WS_GROUP<br>
+    PUSHBUTTON     &quot;Effacer&quot;, IDOK, 120, 228, 60, 15, WS_GROUP<br>
+<br>
+END<br>
+<br>
+/* &quot;Security&quot; propsheet */<br>
+IDD_SECURITY DIALOG  0, 0, 320, 220<br>
+STYLE WS_CAPTION | WS_CHILD | WS_DISABLED<br>
+FONT 8, &quot;MS Shell Dlg&quot;<br>
+CAPTION &quot;Security&quot;<br>
+BEGIN<br>
+<br>
+    CONTROL     &quot;Listview&quot;, IDC_SEC_LISTVIEW, &quot;SysListView32&quot;,<br>
+                LVS_ICON | LVS_ALIGNLEFT | LVS_AUTOARRANGE | LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER | WS_VSCROLL,<br>
+                4, 4, 312, 58<br>
+    LTEXT       &quot;&quot;, IDC_SEC_ZONE_INFO, 4, 68, 312, 20<br>
+    GROUPBOX    &quot;&quot;, IDC_SEC_GROUP, 4, 88, 312, 126<br>
+    CONTROL     &quot;trackbar&quot;, IDC_SEC_TRACKBAR, &quot;msctls_trackbar32&quot;,<br>
+                TBS_VERT | TBS_AUTOTICKS | TBS_BOTH | TBS_REVERSED, 8, 98, 32, 100<br>
+    LTEXT       &quot;&quot;, IDC_SEC_LEVEL, 48, 102, 180, 12<br>
+    LTEXT       &quot;&quot;, IDC_SEC_LEVEL_INFO, 48, 114, 260, 80<br>
+END<br>
+<br>
 /* &quot;Content&quot; propsheet */<br>
 IDD_CONTENT DIALOG  0, 0, 320, 220<br>
 STYLE WS_CAPTION | WS_CHILD | WS_DISABLED<br>
<font color="#888888">--<br>
1.7.4.3<br>
<br>
<br>
<br>
</font></blockquote></div><br clear="all"><br>-- <br>Nicolas Le Cam<br>