mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
074c6e9d66
See issue #2669 for more details. svn path=/trunk/; revision=29131
20 lines
398 B
Plaintext
20 lines
398 B
Plaintext
#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"
|