mshtml: Updated French translation.

This commit is contained in:
Jonathan Ernst 2006-09-08 16:35:58 +02:00 committed by Alexandre Julliard
parent d78f7736f3
commit bef65da0c5
1 changed files with 22 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* MsHTML resources * MsHTML resources
* French Language Support * French Language Support
* *
* Copyright 2005 Jonathan Ernst * Copyright 2005-2006 Jonathan Ernst
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
@ -22,6 +22,27 @@
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
{
IDS_HTMLDISABLED "Le rendu HTML est actuellement désactivé."
IDS_HTMLDOCUMENT "Document HTML"
IDS_DOWNLOADING "Téléchargement..."
IDS_INSTALLING "Installation..."
}
ID_DWL_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 260, 85
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Programme d'installation de Gecko de Wine"
FONT 8, "MS Shell Dlg"
{
LTEXT "Cette application essaie d'afficher une page HTML. Wine requiert la présence du moteur de rendu Gecko de Mozilla" \
"pour afficher cette page. Cliquez sur Installer si vous souhaitez que Wine " \
"télécharge et installe automatiquement Gecko.", ID_DWL_STATUS, 10, 10, 240, 30, SS_CENTER
CONTROL "Progression", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER|PBS_SMOOTH, 10, 40, 240, 12
PUSHBUTTON "Annuler", IDCANCEL, 140, 60, 50, 15, WS_GROUP | WS_TABSTOP
PUSHBUTTON "Installer", ID_DWL_INSTALL, 200, 60, 50, 15, WS_GROUP | WS_TABSTOP
}
/* FIXME: This should be in shdoclc.dll */ /* FIXME: This should be in shdoclc.dll */
IDR_BROWSE_CONTEXT_MENU MENU IDR_BROWSE_CONTEXT_MENU MENU