Revert, thx Thomas, wasnt sure.
[reactos.git] / reactos / subsys / system / regsvr32 / En.rc
1 #include "resource.h"
2 /*
3 * Moved all hardcoded strings to En.rc.
4 * By Magnus Olsen 2005 magnus@itkonsult-olsen.com
5 */
6
7 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
8 STRINGTABLE DISCARDABLE
9 {
10
11 IDS_UsageMessage, "%s\n\nUsage: regsvr32 [/u] [/s] [/c] [/n] [/i[:cmdline]] dllname\n\
12 /u - Unregister server\n\
13 /s - Silent; display no message boxes\n\
14 /c - Console output\n\
15 /i - Call DllInstall passing it an optional [cmdline]; when used with /u calls dll uninstall\n\
16 /n - Do not call DllRegisterServer; this option must be used with /i"
17
18 IDS_NoDllSpecified, "No DLL name specified."
19
20 IDS_InvalidFlag, "Unrecognized flag: %s"
21
22 IDS_SwitchN_NoI, "Unrecognized flag: /n must be used with the /i switch"
23
24 IDS_DllNotLoaded, "LoadLibrary('%s') failed.\nGetLastError returns 0x%08x."
25
26 IDS_MissingEntry, "%s was loaded, but the %s entry point was not found.\n\n\
27 %s may not be exported, or a corrupt version of %s may be in memory. Consider using PView to detect and remove it."
28
29 IDS_FailureMessage, "%s in %s failed.\nReturn code was: 0x%08x"
30
31 IDS_SuccessMessage "%s in %s succeeded."
32 }