mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[MYCOMPUT]
Add French translation svn path=/trunk/; revision=67180
This commit is contained in:
parent
0e17cbc7b8
commit
6abe431f5a
2 changed files with 9 additions and 0 deletions
6
reactos/dll/win32/mycomput/lang/fr-FR.rc
Normal file
6
reactos/dll/win32/mycomput/lang/fr-FR.rc
Normal file
|
@ -0,0 +1,6 @@
|
|||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_MANAGE "Administrer"
|
||||
END
|
|
@ -15,6 +15,9 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
#ifdef LANGUAGE_EN_US
|
||||
#include "lang/en-US.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_FR_FR
|
||||
#include "lang/fr-FR.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_IT_IT
|
||||
#include "lang/it-IT.rc"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue