Commit 4bf30d13 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

inetcpl.cpl: Update French translation.

parent 0e4e2a37
......@@ -32,3 +32,18 @@ BEGIN
IDS_CPL_NAME "Paramètres Internet"
IDS_CPL_INFO "Configurer le navigateur internet de Wine et d'autres paramètres associés"
END
/* "Content" propsheet */
IDD_CONTENT DIALOG 0, 0, 320, 220
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
FONT 8, "MS Shell Dlg"
CAPTION "Content"
BEGIN
GROUPBOX " Certificats ", IDC_STATIC, 4, 4, 312, 50
LTEXT "Les certificats sont utilisés pour votre identification personnelle, celle d'autorités de certification ou d'éditeurs.",
IDC_STATIC, 58, 14, 252, 18
PUSHBUTTON "Certificats...", IDC_CERT, 146, 34, 80, 14
PUSHBUTTON "Éditeurs...", IDC_CERT_PUBLISHER, 230, 34, 80, 14
END
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment