mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[AVIFIL32]
* Move the resource files to the lang folder. svn path=/trunk/; revision=60019
This commit is contained in:
parent
0baa230380
commit
074c447003
25 changed files with 24 additions and 24 deletions
|
@ -47,74 +47,74 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||||
* in one of the specific files.
|
* in one of the specific files.
|
||||||
*/
|
*/
|
||||||
#ifdef LANGUAGE_CS_CZ
|
#ifdef LANGUAGE_CS_CZ
|
||||||
#include "avifile_Cs.rc"
|
#include "lang/avifile_Cs.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_EN_US
|
#ifdef LANGUAGE_EN_US
|
||||||
#include "avifile_En.rc"
|
#include "lang/avifile_En.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_ES_ES
|
#ifdef LANGUAGE_ES_ES
|
||||||
#include "avifile_Es.rc"
|
#include "lang/avifile_Es.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_HE_IL
|
#ifdef LANGUAGE_HE_IL
|
||||||
#include "avifile_He.rc"
|
#include "lang/avifile_He.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_HU_HU
|
#ifdef LANGUAGE_HU_HU
|
||||||
#include "avifile_Hu.rc"
|
#include "lang/avifile_Hu.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_IT_IT
|
#ifdef LANGUAGE_IT_IT
|
||||||
#include "avifile_It.rc"
|
#include "lang/avifile_It.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_NL_NL
|
#ifdef LANGUAGE_NL_NL
|
||||||
#include "avifile_Nl.rc"
|
#include "lang/avifile_Nl.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_NO_NO
|
#ifdef LANGUAGE_NO_NO
|
||||||
#include "avifile_No.rc"
|
#include "lang/avifile_No.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_PL_PL
|
#ifdef LANGUAGE_PL_PL
|
||||||
#include "avifile_Pl.rc"
|
#include "lang/avifile_Pl.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_SV_SE
|
#ifdef LANGUAGE_SV_SE
|
||||||
#include "avifile_Sv.rc"
|
#include "lang/avifile_Sv.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_TR_TR
|
#ifdef LANGUAGE_TR_TR
|
||||||
#include "avifile_Tr.rc"
|
#include "lang/avifile_Tr.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_DA_DK
|
#ifdef LANGUAGE_DA_DK
|
||||||
#include "avifile_Da.rc"
|
#include "lang/avifile_Da.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_DE_DE
|
#ifdef LANGUAGE_DE_DE
|
||||||
#include "avifile_De.rc"
|
#include "lang/avifile_De.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_FR_FR
|
#ifdef LANGUAGE_FR_FR
|
||||||
#include "avifile_Fr.rc"
|
#include "lang/avifile_Fr.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_JA_JP
|
#ifdef LANGUAGE_JA_JP
|
||||||
#include "avifile_Ja.rc"
|
#include "lang/avifile_Ja.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_KO_KR
|
#ifdef LANGUAGE_KO_KR
|
||||||
#include "avifile_Ko.rc"
|
#include "lang/avifile_Ko.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_LT_LT
|
#ifdef LANGUAGE_LT_LT
|
||||||
#include "avifile_Lt.rc"
|
#include "lang/avifile_Lt.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_PT_PT
|
#ifdef LANGUAGE_PT_PT
|
||||||
#include "avifile_Pt.rc"
|
#include "lang/avifile_Pt.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_RO_RO
|
#ifdef LANGUAGE_RO_RO
|
||||||
#include "avifile_Ro.rc"
|
#include "lang/avifile_Ro.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_RU_RU
|
#ifdef LANGUAGE_RU_RU
|
||||||
#include "avifile_Ru.rc"
|
#include "lang/avifile_Ru.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_SL_SI
|
#ifdef LANGUAGE_SL_SI
|
||||||
#include "avifile_Si.rc"
|
#include "lang/avifile_Si.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_UK_UA
|
#ifdef LANGUAGE_UK_UA
|
||||||
#include "avifile_Uk.rc"
|
#include "lang/avifile_Uk.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_ZH_CN
|
#ifdef LANGUAGE_ZH_CN
|
||||||
#include "avifile_Zh.rc"
|
#include "lang/avifile_Zh.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_BG_BG
|
#ifdef LANGUAGE_BG_BG
|
||||||
#include "avifile_Bg.rc"
|
#include "lang/avifile_Bg.rc"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue