Jonathan Ernst : winhelp: Updated French translation.

Alexandre Julliard julliard at winehq.org
Tue Apr 15 08:47:26 CDT 2008


Module: wine
Branch: master
Commit: 62010249c551a3ec59fe9cd5fab6c5ae5e129273
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=62010249c551a3ec59fe9cd5fab6c5ae5e129273

Author: Jonathan Ernst <jonathan at ernstfamily.ch>
Date:   Mon Apr 14 23:28:16 2008 +0200

winhelp: Updated French translation.

---

 programs/winhelp/Fr.rc |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/programs/winhelp/Fr.rc b/programs/winhelp/Fr.rc
index 7318507..200b1de 100644
--- a/programs/winhelp/Fr.rc
+++ b/programs/winhelp/Fr.rc
@@ -3,6 +3,7 @@
  *
  * Copyright 1996 Ulrich Schmid
  * Copyright 2002 Sylvain Petreolle <spetreolle at 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 ?"
 }




More information about the wine-cvs mailing list