reactos/base/applications/cmdutils/reg/rsrc.rc
Hermès Bélusca-Maïto 65ce146169 Create a branch for working on csrss and co.
svn path=/branches/ros-csrss/; revision=57561
2012-10-14 13:04:31 +00:00

60 lines
963 B
Plaintext

#ifdef LANGUAGE_EN_US
#include "En.rc"
#endif
#ifdef LANGUAGE_KO_KR
#include "Ko.rc"
#endif
#ifdef LANGUAGE_NL_NL
#include "Nl.rc"
#endif
#ifdef LANGUAGE_PL_PL
#include "Pl.rc"
#endif
/* UTF-8 */
#ifdef LANGUAGE_BG_BG
#include "Bg.rc"
#endif
#ifdef LANGUAGE_DA_DK
#include "Da.rc"
#endif
#ifdef LANGUAGE_DE_DE
#include "De.rc"
#endif
#ifdef LANGUAGE_ES_ES
#include "Es.rc"
#endif
#ifdef LANGUAGE_FR_FR
#include "Fr.rc"
#endif
#ifdef LANGUAGE_IT_IT
#include "It.rc"
#endif
#ifdef LANGUAGE_JA_JP
#include "Ja.rc"
#endif
#ifdef LANGUAGE_LT_LT
#include "Lt.rc"
#endif
#ifdef LANGUAGE_NO_NO
#include "No.rc"
#endif
#ifdef LANGUAGE_PT_PT
#include "Pt.rc"
#endif
#ifdef LANGUAGE_RO_RO
#include "Ro.rc"
#endif
#ifdef LANGUAGE_RU_RU
#include "Ru.rc"
#endif
#ifdef LANGUAGE_SL_SI
#include "Si.rc"
#endif
#ifdef LANGUAGE_SV_SE
#include "Sv.rc"
#endif
#ifdef LANGUAGE_UK_UA
#include "Uk.rc"
#endif