Small cleanup for the French progman resources.
This commit is contained in:
parent
5347222b23
commit
ae41dd5331
|
@ -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 "D
|
||||||
{
|
{
|
||||||
LTEXT "Déplacer le programme:", IDIGNORE, 5, 5, 90, 15
|
LTEXT "Déplacer 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"
|
||||||
{
|
{
|
||||||
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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue