Commit ae41dd53 authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

Small cleanup for the French progman resources.

parent 5347222b
...@@ -56,8 +56,8 @@ MAIN_MENU MENU LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL ...@@ -56,8 +56,8 @@ MAIN_MENU MENU LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
MENUITEM SEPARATOR MENUITEM SEPARATOR
POPUP "&Info..." { POPUP "&Info..." {
MENUITEM "&License", PM_LICENSE MENUITEM "&Licence", PM_LICENSE
MENUITEM "&NO WARRANTY", PM_NO_WARRANTY MENUITEM "AUCUNE &GARANTIE", PM_NO_WARRANTY
MENUITEM "&A propos de WINE", PM_ABOUT_WINE MENUITEM "&A propos de WINE", PM_ABOUT_WINE
} }
} }
...@@ -88,7 +88,7 @@ CAPTION "Dplacer un programme" ...@@ -88,7 +88,7 @@ CAPTION "Dplacer un programme"
{ {
LTEXT "Dplacer le programme:", IDIGNORE, 5, 5, 90, 15 LTEXT "Dplacer le programme:", IDIGNORE, 5, 5, 90, 15
LTEXT "", PM_PROGRAM, 95, 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 "", PM_FROM_GROUP, 95, 13, 90, 15
LTEXT "&Vers le groupe:", PM_TO_GROUP_TXT, 5, 28, 140, 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 COMBOBOX PM_TO_GROUP, 5, 38, 140, 50, WS_TABSTOP | CBS_DROPDOWNLIST
...@@ -106,11 +106,11 @@ CAPTION "Copier un programme" ...@@ -106,11 +106,11 @@ CAPTION "Copier un programme"
{ {
LTEXT "Copier le programme:", IDIGNORE, 5, 5, 90, 15 LTEXT "Copier le programme:", IDIGNORE, 5, 5, 90, 15
LTEXT "", PM_PROGRAM, 95, 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 "", PM_FROM_GROUP, 95, 13, 90, 15
LTEXT "&Vers le groupe:", PM_TO_GROUP_TXT, 5, 28, 140, 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 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 "Annuler", IDCANCEL, 185, 25, 60, 15, WS_TABSTOP
PUSHBUTTON "&Aide", PM_HELP, 185, 45, 60, 15, WS_TABSTOP PUSHBUTTON "&Aide", PM_HELP, 185, 45, 60, 15, WS_TABSTOP
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment