Resource file strings cleanup (#581)
[reactos.git] / base / applications / fltmc / lang / uk-UA.rc
index c3cdccf..b0c270a 100644 (file)
@@ -5,17 +5,20 @@ 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"
+               filters     Lists the Filters currently registered in the system\n\n\
+               volumes     Lists all volumes\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"
+    IDS_USAGE_VOLUMES   "Lists all volumes\n"
 END
 
 STRINGTABLE
 BEGIN
     IDS_DISPLAY_FILTERS1    "Filter Name                     Num Instances    Altitude    Frame\n"
     IDS_DISPLAY_FILTERS2    "Filter Name                     Num Instances   Frame\n"
+    IDS_DISPLAY_VOLUMES     "Dos Name                        Volume Name                              FileSystem   Status\n"
 END
 
 STRINGTABLE
@@ -24,4 +27,5 @@ BEGIN
     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"
+    IDS_ERROR_VOLUMES   "Failed to list the volumes (0x%X)\n"
 END