mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
12 lines
252 B
Text
12 lines
252 B
Text
|
|
|
|
#include "lang/en-US.rc"
|
|
#include "lang/de-DE.rc"
|
|
#include "lang/ru-RU.rc"
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
{
|
|
IDS_CHARSLOWER, "abcdefghijklmnopqrstuvmxyz"
|
|
IDS_CHARSUPPER, "ABCDEFGHIJKLMNOPQRSTUVMXYZ"
|
|
IDS_SPECIALCHARS, "0123456789.:,;(*!?')"
|
|
}
|