mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
b1f260e487
Bug 3172 Updated spanish translation for Shell32.dll by Javier Remacha (remialdo@gmail.com) Bug 3173 Bulgarian language update for ReactOS by (sstpr@narod.ru) Bug 3174 Bulgarian language update of RosApps by (sstpr@narod.ru) Bug 3175 Czech translation: usetup by (radekliska@gmail.com) svn path=/trunk/; revision=32901
21 lines
484 B
Text
21 lines
484 B
Text
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
/* define language neutral resources */
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
/* include localised resources */
|
|
#include "lang/bg-BG.rc"
|
|
#include "lang/en-GB.rc"
|
|
#include "lang/en-US.rc"
|
|
#include "lang/es-ES.rc"
|
|
#include "lang/fr-FR.rc"
|
|
#include "lang/id-ID.rc"
|
|
#include "lang/it-IT.rc"
|
|
#include "lang/nb-NO.rc"
|
|
#include "lang/pl-PL.rc"
|
|
#include "lang/ru-RU.rc"
|
|
#include "lang/sk-SK.rc"
|
|
#include "lang/th-TH.rc"
|
|
#include "lang/uk-UA.rc"
|