winhelp: Updated French translation.
authorJonathan Ernst <jonathan@ernstfamily.ch>
Mon, 14 Apr 2008 21:28:16 +0000 (23:28 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 15 Apr 2008 12:33:27 +0000 (14:33 +0200)
programs/winhelp/Fr.rc

index 7318507139591a0cbe8a5f4f933c932ac090f5d3..200b1de8a8e05a541fa9af7737c643ad5c0e526a 100644 (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�?"
 }