mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
[NTOBJSHEX]
Add French translation svn path=/trunk/; revision=67244
This commit is contained in:
parent
03aeb818fe
commit
b78384bea9
2 changed files with 11 additions and 0 deletions
7
reactos/dll/shellext/ntobjshex/lang/fr-FR.rc
Normal file
7
reactos/dll/shellext/ntobjshex/lang/fr-FR.rc
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
|
STRINGTABLE
|
||||||
|
BEGIN
|
||||||
|
IDS_NTOBJFLD_NAME "Espace de noms des objets NT"
|
||||||
|
IDS_REGISTRY_NAME "Registre système"
|
||||||
|
END
|
|
@ -31,6 +31,10 @@ IDR_REGISTRYFOLDER REGISTRY "resources/rgs/regfolder.rgs"
|
||||||
#include "lang/en-US.rc"
|
#include "lang/en-US.rc"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef LANGUAGE_EN_US
|
||||||
|
#include "lang/fr-FR.rc"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef LANGUAGE_RO_RO
|
#ifdef LANGUAGE_RO_RO
|
||||||
#include "lang/ro-RO.rc"
|
#include "lang/ro-RO.rc"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue