[TRANSLATION][CLIPBRD] Italian translation implemented (#344)
[reactos.git] / base / system / subst / resource.h
index a755893..6abc07d 100644 (file)
@@ -1,13 +1,13 @@
 #pragma once
 
-#define RC_STRING_MAX_SIZE          2048
+#define RC_STRING_MAX_SIZE 2048
 
 /* Strings */
-#define IDS_FAILED_WITH_ERROCODE        1001
-#define IDS_USAGE                       1002
-#define IDS_INCORRECT_PARAMETER_COUNT   1003
-#define IDS_INVALID_PARAMETER           1004
-#define IDS_INVALID_PARAMETER2          1005
-#define IDS_DRIVE_ALREAD_SUBSTED        1006
-
-/* EOF */
+#define IDS_FAILED_WITH_ERRORCODE     1001
+#define IDS_USAGE                     1002
+#define IDS_INCORRECT_PARAMETER_COUNT 1003
+#define IDS_INVALID_PARAMETER         1004
+#define IDS_INVALID_PARAMETER2        1005
+#define IDS_PATH_NOT_FOUND            1006
+#define IDS_ACCESS_DENIED             1007
+#define IDS_DRIVE_ALREADY_SUBSTED     1008