winhelp: Updated French translation.

This commit is contained in:
Jonathan Ernst 2008-04-14 23:28:16 +02:00 committed by Alexandre Julliard
parent 2d870e27fb
commit 62010249c5
1 changed files with 14 additions and 3 deletions

View File

@ -3,6 +3,7 @@
*
* Copyright 1996 Ulrich Schmid
* Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
* Copyright 2008 Jonathan Ernst
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@ -28,7 +29,7 @@ MAIN_MENU MENU
POPUP "&Fichier" {
MENUITEM "&Ouvrir", MNID_FILE_OPEN
MENUITEM SEPARATOR
MENUITEM "Im&primer", MNID_FILE_PRINT
MENUITEM "&Imprimer", MNID_FILE_PRINT
MENUITEM "&Configuration de l'imprimante...", MNID_FILE_SETUP
MENUITEM SEPARATOR
MENUITEM "&Quitter", MNID_FILE_EXIT
@ -52,8 +53,18 @@ MAIN_MENU MENU
}
}
IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
CAPTION "Index"
{
LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
PUSHBUTTON "&OK", IDOK, 40, 170, 50, 12
PUSHBUTTON "&Annuler", IDCANCEL, 120, 170, 50, 12
}
/* Strings */
STRINGTABLE DISCARDABLE
STRINGTABLE DISCARDABLE LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
{
STID_WINE_HELP, "Aide de WINE"
STID_WHERROR, "ERREUR"
@ -68,5 +79,5 @@ STID_HISTORY, "&Historique"
STID_TOPICS, "&Sujets"
STID_ALL_FILES, "Tous fichiers (*.*)"
STID_HELP_FILES_HLP, "Fichiers d'aide (*.hlp)"
STID_FILE_NOT_FOUND_s "Cannot find '%s'. Do you want to find this file yourself?"
STID_FILE_NOT_FOUND_s "Impossible de trouver « %s ». Souhaitez-vous rechercher ce fichier vous-même ?"
}