mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[JSCRIPT]
* Move the resource files to the lang folder. svn path=/trunk/; revision=59988
This commit is contained in:
parent
d32d9c72da
commit
183255b1d4
20 changed files with 19 additions and 20 deletions
|
@ -34,62 +34,61 @@
|
||||||
#include "wine/wine_common_ver.rc"
|
#include "wine/wine_common_ver.rc"
|
||||||
|
|
||||||
#ifdef LANGUAGE_EN_US
|
#ifdef LANGUAGE_EN_US
|
||||||
#include "jscript_En.rc"
|
#include "lang/jscript_En.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_PL_PL
|
#ifdef LANGUAGE_PL_PL
|
||||||
#include "jscript_Pl.rc"
|
#include "lang/jscript_Pl.rc"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* UTF-8 */
|
/* UTF-8 */
|
||||||
#ifdef LANGUAGE_DA_DK
|
#ifdef LANGUAGE_DA_DK
|
||||||
#include "jscript_Da.rc"
|
#include "lang/jscript_Da.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_DE_DE
|
#ifdef LANGUAGE_DE_DE
|
||||||
#include "jscript_De.rc"
|
#include "lang/jscript_De.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_ES_ES
|
#ifdef LANGUAGE_ES_ES
|
||||||
#include "jscript_Es.rc"
|
#include "lang/jscript_Es.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_FR_FR
|
#ifdef LANGUAGE_FR_FR
|
||||||
#include "jscript_Fr.rc"
|
#include "lang/jscript_Fr.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_HE_IL
|
#ifdef LANGUAGE_HE_IL
|
||||||
#include "jscript_He.rc"
|
#include "lang/jscript_He.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_HU_HU
|
#ifdef LANGUAGE_HU_HU
|
||||||
#include "jscript_Hu.rc"
|
#include "lang/jscript_Hu.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_IT_IT
|
#ifdef LANGUAGE_IT_IT
|
||||||
#include "jscript_It.rc"
|
#include "lang/jscript_It.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_JA_JP
|
#ifdef LANGUAGE_JA_JP
|
||||||
#include "jscript_Ja.rc"
|
#include "lang/jscript_Ja.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_KO_KR
|
#ifdef LANGUAGE_KO_KR
|
||||||
#include "jscript_Ko.rc"
|
#include "lang/jscript_Ko.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_LT_LT
|
#ifdef LANGUAGE_LT_LT
|
||||||
#include "jscript_Lt.rc"
|
#include "lang/jscript_Lt.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_NL_NL
|
#ifdef LANGUAGE_NL_NL
|
||||||
#include "jscript_Nl.rc"
|
#include "lang/jscript_Nl.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_NO_NO
|
#ifdef LANGUAGE_NO_NO
|
||||||
#include "jscript_No.rc"
|
#include "lang/jscript_No.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_PT_PT
|
#ifdef LANGUAGE_PT_PT
|
||||||
#include "jscript_Pt.rc"
|
#include "lang/jscript_Pt.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_RO_RO
|
#ifdef LANGUAGE_RO_RO
|
||||||
#include "jscript_Ro.rc"
|
#include "lang/jscript_Ro.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_RU_RU
|
#ifdef LANGUAGE_RU_RU
|
||||||
#include "jscript_Ru.rc"
|
#include "lang/jscript_Ru.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_SL_SI
|
#ifdef LANGUAGE_SL_SI
|
||||||
#include "jscript_Si.rc"
|
#include "lang/jscript_Si.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_UK_UA
|
#ifdef LANGUAGE_UK_UA
|
||||||
#include "jscript_Uk.rc"
|
#include "lang/jscript_Uk.rc"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue