mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
074c6e9d66
See issue #2669 for more details. svn path=/trunk/; revision=29131
19 lines
398 B
Text
19 lines
398 B
Text
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
{
|
|
IDS_CHARSLOWER, "abcdefghijklmnopqrstuvmxyz"
|
|
IDS_CHARSUPPER, "ABCDEFGHIJKLMNOPQRSTUVMXYZ"
|
|
IDS_SPECIALCHARS, "0123456789.:,;(*!?')"
|
|
}
|
|
|
|
|
|
#include "lang/de-DE.rc"
|
|
#include "lang/en-US.rc"
|
|
#include "lang/es-ES.rc"
|
|
#include "lang/fr-FR.rc"
|
|
#include "lang/ru-RU.rc"
|
|
#include "lang/uk-UA.rc"
|