mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
French part for r39980:
- use symbolic names instead of numeric values (made for English and German, other languages needs to change) svn path=/trunk/; revision=40002
This commit is contained in:
parent
360606f98b
commit
39e4f8fc38
1 changed files with 6 additions and 6 deletions
|
@ -43,13 +43,13 @@ END
|
|||
|
||||
SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
|
||||
BEGIN
|
||||
MENUITEM "&Restaurer", 61728
|
||||
MENUITEM "&Déplacer", 61456
|
||||
MENUITEM "&Taille", 61440
|
||||
MENUITEM "Ré&duire", 61472
|
||||
MENUITEM "A&grandir", 61488
|
||||
MENUITEM "&Restaurer", SC_RESTORE
|
||||
MENUITEM "&Déplacer", SC_MOVE
|
||||
MENUITEM "&Taille", SC_SIZE
|
||||
MENUITEM "Ré&duire", SC_MINIMIZE
|
||||
MENUITEM "A&grandir", SC_MAXIMIZE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Fermer\tAlt-F4", 61536
|
||||
MENUITEM "&Fermer\tAlt-F4", SC_CLOSE
|
||||
END
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in a new issue