reactos/dll/win32/avifil32/rsrc.rc
Mas4hmad 9d1ce7c35c [TRANSLATION] Update Indonesian translation (#2037)
Update Indonesian translation for AVIFILE, CLIPBRD and USERENV.
2019-11-27 01:40:51 +01:00

129 lines
3 KiB
Plaintext

/*
* Top level resource file for avifil32.dll
*
* Copyright 2002 Michael Günnewig
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "avifile_private.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* @makedep: avifile.rgs */
1 WINE_REGISTRY avifile.rgs
2 WINE_REGISTRY avifil32_idl.rgs
#define WINE_FILEDESCRIPTION_STR "Wine AVI file support library"
#define WINE_FILENAME_STR "avifil32.dll"
#define WINE_FILEVERSION 4,0,3,1998
#define WINE_FILEVERSION_STR "4.03.1998"
#define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
#include <wine/wine_common_ver.rc>
#include <reactos/manifest_dll.rc>
/* UTF-8 */
#pragma code_page(65001)
/*
* Everything specific to any language goes
* in one of the specific files.
*/
#ifdef LANGUAGE_BG_BG
#include "lang/avifile_Bg.rc"
#endif
#ifdef LANGUAGE_CS_CZ
#include "lang/avifile_Cs.rc"
#endif
#ifdef LANGUAGE_DA_DK
#include "lang/avifile_Da.rc"
#endif
#ifdef LANGUAGE_DE_DE
#include "lang/avifile_De.rc"
#endif
#ifdef LANGUAGE_EN_US
#include "lang/avifile_En.rc"
#endif
#ifdef LANGUAGE_ES_ES
#include "lang/avifile_Es.rc"
#endif
#ifdef LANGUAGE_ET_EE
#include "lang/avifile_Et.rc"
#endif
#ifdef LANGUAGE_FR_FR
#include "lang/avifile_Fr.rc"
#endif
#ifdef LANGUAGE_HE_IL
#include "lang/avifile_He.rc"
#endif
#ifdef LANGUAGE_HU_HU
#include "lang/avifile_Hu.rc"
#endif
#ifdef LANGUAGE_ID_ID
#include "lang/avifile_Id.rc"
#endif
#ifdef LANGUAGE_IT_IT
#include "lang/avifile_It.rc"
#endif
#ifdef LANGUAGE_JA_JP
#include "lang/avifile_Ja.rc"
#endif
#ifdef LANGUAGE_KO_KR
#include "lang/avifile_Ko.rc"
#endif
#ifdef LANGUAGE_LT_LT
#include "lang/avifile_Lt.rc"
#endif
#ifdef LANGUAGE_NL_NL
#include "lang/avifile_Nl.rc"
#endif
#ifdef LANGUAGE_NO_NO
#include "lang/avifile_No.rc"
#endif
#ifdef LANGUAGE_PL_PL
#include "lang/avifile_Pl.rc"
#endif
#ifdef LANGUAGE_PT_PT
#include "lang/avifile_Pt.rc"
#endif
#ifdef LANGUAGE_RO_RO
#include "lang/avifile_Ro.rc"
#endif
#ifdef LANGUAGE_RU_RU
#include "lang/avifile_Ru.rc"
#endif
#ifdef LANGUAGE_SL_SI
#include "lang/avifile_Si.rc"
#endif
#ifdef LANGUAGE_SQ_AL
#include "lang/avifile_Sq.rc"
#endif
#ifdef LANGUAGE_SV_SE
#include "lang/avifile_Sv.rc"
#endif
#ifdef LANGUAGE_TR_TR
#include "lang/avifile_Tr.rc"
#endif
#ifdef LANGUAGE_UK_UA
#include "lang/avifile_Uk.rc"
#endif
#ifdef LANGUAGE_ZH_CN
#include "lang/avifile_Zh.rc"
#endif