mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
ec59ed82f2
- Added French translation svn path=/trunk/; revision=30714
17 lines
453 B
Text
17 lines
453 B
Text
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "Butterflies ScreenSaver\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "butterflies\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "butterflies.scr\0"
|
|
|
|
#include <reactos/version.rc>
|
|
|
|
#include "lang/bg-BG.rc"
|
|
#include "lang/de-DE.rc"
|
|
#include "lang/en-US.rc"
|
|
#include "lang/fr-FR.rc"
|
|
#include "lang/uk-UA.rc"
|