mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:52:56 +00:00
[MSHTML]
* Move the resource files to the lang folder. svn path=/trunk/; revision=59986
This commit is contained in:
parent
02cb040946
commit
d336165578
25 changed files with 24 additions and 24 deletions
|
@ -34,78 +34,78 @@
|
||||||
#include <wine/wine_common_ver.rc>
|
#include <wine/wine_common_ver.rc>
|
||||||
|
|
||||||
#ifdef LANGUAGE_BG_BG
|
#ifdef LANGUAGE_BG_BG
|
||||||
#include "Bg.rc"
|
#include "lang/Bg.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_EN_US
|
#ifdef LANGUAGE_EN_US
|
||||||
#include "En.rc"
|
#include "lang/En.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_ES_ES
|
#ifdef LANGUAGE_ES_ES
|
||||||
#include "Es.rc"
|
#include "lang/Es.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_FI_FI
|
#ifdef LANGUAGE_FI_FI
|
||||||
#include "Fi.rc"
|
#include "lang/Fi.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_KO_KR
|
#ifdef LANGUAGE_KO_KR
|
||||||
#include "Ko.rc"
|
#include "lang/Ko.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_NL_NL
|
#ifdef LANGUAGE_NL_NL
|
||||||
#include "Nl.rc"
|
#include "lang/Nl.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_PL_PL
|
#ifdef LANGUAGE_PL_PL
|
||||||
#include "Pl.rc"
|
#include "lang/Pl.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_SV_SE
|
#ifdef LANGUAGE_SV_SE
|
||||||
#include "Sv.rc"
|
#include "lang/Sv.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_TR_TR
|
#ifdef LANGUAGE_TR_TR
|
||||||
#include "Tr.rc"
|
#include "lang/Tr.rc"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* UTF-8 */
|
/* UTF-8 */
|
||||||
#ifdef LANGUAGE_DA_DK
|
#ifdef LANGUAGE_DA_DK
|
||||||
#include "Da.rc"
|
#include "lang/Da.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_DE_DE
|
#ifdef LANGUAGE_DE_DE
|
||||||
#include "De.rc"
|
#include "lang/De.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_FR_FR
|
#ifdef LANGUAGE_FR_FR
|
||||||
#include "Fr.rc"
|
#include "lang/Fr.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_HE_IL
|
#ifdef LANGUAGE_HE_IL
|
||||||
#include "He.rc"
|
#include "lang/He.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_HU_HU
|
#ifdef LANGUAGE_HU_HU
|
||||||
#include "Hu.rc"
|
#include "lang/Hu.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_IT_IT
|
#ifdef LANGUAGE_IT_IT
|
||||||
#include "It.rc"
|
#include "lang/It.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_JA_JP
|
#ifdef LANGUAGE_JA_JP
|
||||||
#include "Ja.rc"
|
#include "lang/Ja.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_LT_LT
|
#ifdef LANGUAGE_LT_LT
|
||||||
#include "Lt.rc"
|
#include "lang/Lt.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_NO_NO
|
#ifdef LANGUAGE_NO_NO
|
||||||
#include "No.rc"
|
#include "lang/No.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_PT_PT
|
#ifdef LANGUAGE_PT_PT
|
||||||
#include "Pt.rc"
|
#include "lang/Pt.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_RO_RO
|
#ifdef LANGUAGE_RO_RO
|
||||||
#include "Ro.rc"
|
#include "lang/Ro.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_RU_RU
|
#ifdef LANGUAGE_RU_RU
|
||||||
#include "Ru.rc"
|
#include "lang/Ru.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_SL_SI
|
#ifdef LANGUAGE_SL_SI
|
||||||
#include "Si.rc"
|
#include "lang/Si.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_UK_UA
|
#ifdef LANGUAGE_UK_UA
|
||||||
#include "Uk.rc"
|
#include "lang/Uk.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_ZH_CN
|
#ifdef LANGUAGE_ZH_CN
|
||||||
#include "Zh.rc"
|
#include "lang/Zh.rc"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue