mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
27 lines
941 B
Text
27 lines
941 B
Text
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_USAGE "\nValid commands :\n\
|
|
load Loads a Filter driver\n\
|
|
unload Unloads a Filter driver\n\
|
|
filters Lists the Filters currently registered in the system\n\n"
|
|
|
|
IDS_USAGE_LOAD "Loads a filter driver\n"
|
|
IDS_USAGE_UNLOAD "Unloads a filter driver\n"
|
|
IDS_USAGE_FILTERS "Lists all registered filters\n"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_DISPLAY_FILTERS1 "Filter Name Num Instances Altitude Frame\n"
|
|
IDS_DISPLAY_FILTERS2 "Filter Name Num Instances Frame\n"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_ERROR_PRIV "Failed to set the driver load privilige (0x%X)\n"
|
|
IDS_ERROR_FILTERS "Failed to list the filters (0x%X)\n"
|
|
IDS_ERROR_LOAD "Failed to load the filter (0x%X)\n"
|
|
IDS_ERROR_UNLOAD "Failed to unload the filter (0x%X)\n"
|
|
END
|