mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
44fece0a7a
See issue #3042 for more details. svn path=/trunk/; revision=32195
21 lines
454 B
Text
21 lines
454 B
Text
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_CHARSLOWER, "abcdefghijklmnopqrstuvmxyz"
|
|
IDS_CHARSUPPER, "ABCDEFGHIJKLMNOPQRSTUVMXYZ"
|
|
IDS_SPECIALCHARS, "0123456789.:,;(*!?')"
|
|
END
|
|
|
|
|
|
#include "lang/bg-BG.rc"
|
|
#include "lang/de-DE.rc"
|
|
#include "lang/en-US.rc"
|
|
#include "lang/es-ES.rc"
|
|
#include "lang/fr-FR.rc"
|
|
#include "lang/pl-PL.rc"
|
|
#include "lang/ru-RU.rc"
|
|
#include "lang/uk-UA.rc"
|