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