From ae41dd53318a1ac06cd1b4a127bfa64c15d51a81 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vincent=20B=C3=A9ron?= Date: Thu, 31 Oct 2002 22:03:20 +0000 Subject: [PATCH] Small cleanup for the French progman resources. --- programs/progman/Fr.rc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/programs/progman/Fr.rc b/programs/progman/Fr.rc index 6bcf94409b5..bab898a17fe 100644 --- a/programs/progman/Fr.rc +++ b/programs/progman/Fr.rc @@ -56,8 +56,8 @@ MAIN_MENU MENU LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL MENUITEM SEPARATOR POPUP "&Info..." { - MENUITEM "&License", PM_LICENSE - MENUITEM "&NO WARRANTY", PM_NO_WARRANTY + MENUITEM "&Licence", PM_LICENSE + MENUITEM "AUCUNE &GARANTIE", PM_NO_WARRANTY MENUITEM "&A propos de WINE", PM_ABOUT_WINE } } @@ -88,7 +88,7 @@ CAPTION "D { LTEXT "Déplacer le programme:", IDIGNORE, 5, 5, 90, 15 LTEXT "", PM_PROGRAM, 95, 5, 90, 15 -LTEXT "A partir du groupe:", IDIGNORE, 5, 13, 90, 15 +LTEXT "À partir du groupe:", IDIGNORE, 5, 13, 90, 15 LTEXT "", PM_FROM_GROUP, 95, 13, 90, 15 LTEXT "&Vers le groupe:", PM_TO_GROUP_TXT, 5, 28, 140, 15 COMBOBOX PM_TO_GROUP, 5, 38, 140, 50, WS_TABSTOP | CBS_DROPDOWNLIST @@ -106,11 +106,11 @@ CAPTION "Copier un programme" { LTEXT "Copier le programme:", IDIGNORE, 5, 5, 90, 15 LTEXT "", PM_PROGRAM, 95, 5, 90, 15 -LTEXT "A partir du groupe:", IDIGNORE, 5, 13, 90, 15 +LTEXT "À partir du groupe:", IDIGNORE, 5, 13, 90, 15 LTEXT "", PM_FROM_GROUP, 95, 13, 90, 15 LTEXT "&Vers le groupe:", PM_TO_GROUP_TXT, 5, 28, 140, 15 COMBOBOX PM_TO_GROUP, 5, 38, 140, 50, WS_TABSTOP | CBS_DROPDOWNLIST -DEFPUSHBUTTON "&Vers le groupe:", IDOK, 185, 5, 60, 15, WS_TABSTOP +DEFPUSHBUTTON "OK", IDOK, 185, 5, 60, 15, WS_TABSTOP PUSHBUTTON "Annuler", IDCANCEL, 185, 25, 60, 15, WS_TABSTOP PUSHBUTTON "&Aide", PM_HELP, 185, 45, 60, 15, WS_TABSTOP } -- 2.11.4.GIT