home *** CD-ROM | disk | FTP | other *** search
/ BUG 4 / BUGCD1997_05.BIN / aplic / visualj / vjtrial.exe / RCDATA / CABINET / javaidl.exe / string.txt next >
Text File  |  1997-01-23  |  15KB  |  325 lines

  1. 1    Internal Compiler Error
  2. 2    Out of memory
  3. 3    Invalid code: '%s'
  4. 4    Cannot open class file '%s' for reading
  5. 5    Cannot open class file '%s' for writing
  6. 6    Cannot read class file '%s'
  7. 7    Cannot write class file '%s'
  8. 8    Cannot locate class file '%s'
  9. 9    Class file '%s' contains invalid data
  10. 10    Syntax error
  11. 11    Expected ':'
  12. 12    Expected ';'
  13. 13    Expected '('
  14. 14    Expected ')'
  15. 15    Expected ']'
  16. 16    Expected '{'
  17. 17    Expected '}'
  18. 18    Expected 'while'
  19. 19    Expected identifier
  20. 20    Expected 'class' or 'interface'
  21. 21    Expected type specifier
  22. 22    Expected end of file
  23. 23    Expected 'catch' or 'finally'
  24. 24    Expected method body
  25. 25    Expected statement
  26. 26    Expected Unicode escape sequence
  27. 27    Identifier too long
  28. 28    Invalid number
  29. 29    Invalid character
  30. 30    Invalid character constant
  31. 31    Invalid escape character
  32. 32    Unterminated string constant
  33. 33    Unterminated comment
  34. 34    Nested comment
  35. 35    Initializer block must be declared 'static'
  36. 36    A data member cannot be 'native', 'abstract' or 'synchronized'
  37. 37    A method cannot be 'transient' or 'volatile'
  38. 38    'final' members must be initialized
  39. 39    'finally' cannot be mixed with 'catch'
  40. 40    Cannot define body for abstract/native methods
  41. 41    Duplicate modifier
  42. 42    Only classes can implement interfaces
  43. 43    Redeclaration of member '%s'
  44. 44    Cannot find definition for class '%s'
  45. 45    '%s' is not a class name
  46. 46    '%s' is not an interface name
  47. 47    '%s' is not a package name
  48. 48    Cannot extend final class '%s'
  49. 49    Undefined name '%s'
  50. 50    '%s' is not a member of '%s'
  51. 51    Undefined package '%s'
  52. 52    The class '%s' has not been imported
  53. 53    Ambiguous name: '%s' and '%s'
  54. 54    Methods '%s' and '%s' differ only in return type
  55. 55    A constructor may not specify a return type
  56. 56    Missing return type specification
  57. 57    Class file '%s' doesn't contain class '%s'
  58. 58    Cannot have a variable of type 'void'
  59. 59    Cannot reference member '%s' without an object
  60. 60    Invalid forward reference to member '%s'
  61. 61    The members '%s' and '%s' differ in return type only
  62. 62    Attempt to reduce access level of member '%s'
  63. 63    Declare the class abstract, or implement abstract member '%s'
  64. 64    Local variable '%s' shadows another local variable
  65. 65    Cannot assign to this expression
  66. 66    'this' can only be used in non-static methods
  67. 67    Cannot convert '%s' to '%s'
  68. 68    Cannot implicitly convert '%s' to '%s'
  69. 69    Cannot apply '.' operator to an operand of type '%s'
  70. 70    Need argument list for call to member '%s'
  71. 71    Cannot use argument list with '%s'
  72. 72    '%s' is not a member of class '%s'
  73. 73    '%s' cannot access member '%s'
  74. 74    Operator cannot be applied to '%s' and '%s' values
  75. 75    Invalid call
  76. 76    Too many arguments for method '%s'
  77. 77    Not enough arguments for method '%s'
  78. 78    Class '%s' doesn't have a method that matches '%s'
  79. 79    Ambiguity between '%s' and '%s'
  80. 80    Value for argument '%s' cannot be converted from '%s' in call to '%s'
  81. 81    Value for argument %s cannot be converted from '%s' in call to '%s'
  82. 82    Class '%s' doesn't have a constructor that matches '%s'
  83. 83    'super()' may only be called within a constructor
  84. 84    Cannot return a value from a 'void' method
  85. 85    Expected return value of type '%s'
  86. 86    '[]' cannot be applied to a value of type '%s'
  87. 87    The 'goto' statement is not currently supported by Java
  88. 88    Switch expression may not have type '%s'
  89. 89    Already had 'case %s:'
  90. 90    Already had 'default'
  91. 91    'case' outside of switch statement
  92. 92    Constant expression expected
  93. 93    'break' only allowed in loops and switch statements
  94. 94    Label '%s' not found
  95. 95    'continue' only allowed in loop
  96. 96    Class value expected
  97. 97    Class or array expected
  98. 98    Attempt to access non-existent member of '%s'
  99. 99    The 'toString' method must return 'String'
  100. 100    Cannot throw '%s' - the type does not inherit from 'Throwable'
  101. 101    The type '%s' does not inherit from 'Throwable'
  102. 102    Handler for '%s' hidden by earlier handler for '%s'
  103. 103    Cannot override final method '%s'
  104. 104    Unreachable statement or declaration
  105. 105    Method '%s' must return a value
  106. 106    Class '%s' has a circular dependency
  107. 107    Missing array dimension
  108. 108    Cannot 'new' an instance of type '%s'
  109. 109    Cannot 'new' an instance of abstract class '%s'
  110. 110    Cannot 'new' an interface '%s'
  111. 111    Invalid use of array initializer
  112. 112    Cannot assign final variable '%s'
  113. 113    Call to constructor must be first in constructor
  114. 114    Cannot reference 'this' in constructor call
  115. 115    Cannot call constructor recursively
  116. 116    Variable '%s' may be used before initialization
  117. 117    Cannot declare a class to be 'private'
  118. 118    Too many local variables in method - must be <= 256
  119. 119    Too much code in method
  120. 120    Divide or mod by zero
  121. 121    Unable to recover from previous error(s)
  122. 122    Exception '%s' not caught or declared by '%s'
  123. 123    Multiple inheritance of classes is not supported
  124. 124    Operator cannot be applied to '%s' values
  125. 125    'finally' without 'try'
  126. 126    'catch' without 'try'
  127. 127    'else' without 'if'
  128. 128    Cannot declare an interface to be 'final'
  129. 129    Cannot declare a class to be 'abstract' and 'final'
  130. 130    Cannot declare an interface method to be 'native', 'static', 'synchronized', or 'final'
  131. 131    Cannot declare a method to be '%s' and '%s'
  132. 132    Cannot declare a field to be '%s' and '%s'
  133. 133    Constructors cannot be declared 'native', 'abstract', 'static', 'synchronized', or 'final'
  134. 134    Interfaces cannot have constructors
  135. 135    Interface data members cannot be declared 'transient', 'volatile', 'private', or 'protected'
  136. 136    Public class '%s' should not be defined in '%s'
  137. 137    Code page %d not supported
  138. 138    Interface cannot have static initializer
  139. 139    Invalid label
  140. 140    Cannot override static method '%s'
  141. 141    Argument cannot have type void
  142. 142    Cannot make direct (non-virtual) call to abstract method '%s'
  143. 143    Cannot throw exception '%s' from initializer '%s'
  144. 144    Cannot find definition for interface '%s'
  145. 145    Output directory too long: '%s%s%s'
  146. 146    Cannot create output directory '%s'
  147. 147    Cannot access private member '%s' in class '%s' from '%s'
  148. 148    Cannot reference instance method '%s' before superclass constructor has been called
  149. 149    The value '%s' cannot be represented by type '%s'
  150. 150    Cannot have repeated interface '%s'
  151. 151    Variable '%s' is already defined in this method
  152. 152    Ambiguous reference to '%s' in interfaces '%s' and '%s'
  153. 153    Could not load type library '%s' -- LoadTypeLib() failed
  154. 154    Could not get library attribute
  155. 155    Could not get library name
  156. 156    Could not load library %s looking for %s
  157. 157    Could not load type %s from library %s
  158. 158    Class '%s' already defined
  159. 159    '@' must be followed by the response file name
  160. 160    response file '%s' could not be opened
  161. 161    Cannot open source file: '%s'
  162. 162    Failed to initialize compiler - maybe you didn't set the class path?
  163. 163    Array '%s' missing array index
  164. 164    Ambiguous import of class '%s' from more than one package
  165. 165    Cannot throw exception '%s' from method '%s' -- it is not a subclass of any exceptions thrown from overloaded method '%s'
  166. 166    Cannot access member '%s' in class '%s' from '%s' -- it is in a different package
  167. 167    Non static methods can't be overriden by a static method
  168. 168    The declaration of an abstract method must appear within an abstract class
  169. 169    Cannot access '%s' -- only public classes and interfaces in other packages can be accessed.
  170. 170    Cannot load predefined class  '%s' -- is CLASSPATH set correctly?
  171. 171    Could not load type %d from library %s
  172. 172    Could not load type %s.%s from library %s
  173. 173    Found class '%s' in package '%s' rather than package '%s'
  174. 174    Cannot find path specifier for trusted .class files.
  175. 175    Cannot invoke method on 'null' literal
  176. 176    Duplicate label '%s' nested inside another label with same name
  177. 177    Cannot open class file %s
  178. 178    Bad format for %s. Required format: 8-4-4-4-12 (numbers of hexadecimal digits)
  179. 179    Cannot process IDL file %s
  180. 180    %s is an interface file. Specify a class file.
  181. 181    Cannot create IDL file %s
  182. 182    Cannot create TLB file %s
  183. 183    Cannot create REG file %s
  184. 184    Cannot register component using %s
  185. 185    Too many parameters. JavaIDL takes only one parameter.
  186. 186    With the switch /w-, a class file must be given as the parameter.
  187. 187    The class %s is a Java-callable wrapper for an ActiveX component.
  188. 188    When using the /IDL and /w- command-line switches, use the %s switch to specify the UUID.
  189. 190    IID %s was not found in type library generated from %s
  190. 191    Cannot find C-preprocessor executable %s
  191. 192    Cannot find include directory %s
  192. 5001    Local variable '%s' is initialized but never used
  193. 5002    Compiler option '%s' not supported
  194. 5003    Ignoring unknown compiler option '%s'
  195. 5004    Missing argument for compiler option '%s'
  196. 5005    Package '%s' was already implicitly imported
  197. 5006    'private protected' not supported, using 'protected'
  198. 5007    Non standard conversion from '%s' to '%s'
  199. 5008    method %s contains data types that cannot be accurately and safely represented in Java. The method will not be converted.
  200. 5009    method %s is not compatible with Automation
  201. 5010    Ignoring switch %s since switch %s was specified
  202. 5011    Method %s contains types that are not translatable between COM and Java. The method was not converted.
  203. 5012    Duplicate method name %s, not converted
  204. 5013    %s %s was not found in the type library generated from %s.
  205. 5014    The CLSID specified in %s was not found in the type library generated from %s.
  206. 10001        Loading class: %s
  207. 10002        Loading class: %s (referenced in %s)
  208. 10003        Creating class %s
  209. 10004        %s is out of date or does not exist
  210. 10005        Generating file %s
  211. 10006    Parsing %s:
  212. 10007    Compiling %s:
  213. 10008    Creating Java interfaces for ActiveX component
  214. 10009    Registering ActiveX component, using %s
  215. 10010        Spawning process to do command: %s
  216. 10011    Verifying input files
  217. 10012        Parsing class file %s
  218. 10013    Creating IDL file to describe class %s
  219. 10014    Creating Registry entry file for Java ActiveX component %s
  220. 20002    Copyright (C) Microsoft Corp 1996. All rights reserved.\n
  221. 20021    Using classpath:\n    %s\n
  222. 20022    warning
  223. 20023    error
  224. 20024    fatal error
  225. 20033    Microsoft (R) Visual J++ ActiveX Component Wizard for Java Version %1u.%02u.%04u\n
  226. 20034    Usage: JAVAIDL [options] <filename>
  227. 20035     /d               create dual interface <default=dispinterface>
  228. 20036     /t[-]            compile IDL to TLB file <default=on>
  229. 20037     /r[-]            register class <default=on>
  230. 20038     /IDL <filename>  use the IDL file <filename>
  231. 20039     /TLB <filename>  name the TLB file <filename>
  232. 20040     /REG <filename>  name the REG file <filename>
  233. 20041     /LibName <name>  name the library <name>
  234. 20042     /CLSID <UUID>    use this UUID for the class ID
  235. 20043     /IID <UUID>      use this UUID for the interface ID
  236. 20044     /LIBID <UUID>    use this UUID for the library ID
  237. 20045     /w[-]            wizard interface <default=on>
  238. 20046     /v               verbose <default=off>
  239. 20047    Type Library
  240. 20048    Interface
  241. 20049    Method
  242. 20050    Object
  243. 20051    *** Change your Java source file to include the following code fragment ***
  244. 20052    *** Change the target directory for the project to <windows>\Java\Lib,\n   where <windows> is your Windows 95 or Windows NT installation directory ***
  245. 20053    *** Recompile the Java source file ***
  246. 20054     /CL <filename>   specify the C preprocessor <default=CL_VJ>
  247. 20055     /EXEPATH <dir>   specify the location of the tools
  248. 20056     /INCL <dir>      specify the location of the IDL files
  249. 20057          // skipping method %s - contains non-translatable types
  250. 20058    Select the Interface
  251. 20059    Select the coclass
  252. 20060    Class
  253. 61440    Open
  254. 61441    Save As
  255. 61442    All Files (*.*)
  256. 61443    Untitled
  257. 61446    an unnamed file
  258. 61457    &Hide
  259. 61472    No error message is available.
  260. 61473    An unsupported operation was attempted.
  261. 61474    A required resource was unavailable.
  262. 61475    Out of memory.
  263. 61476    An unknown error has occurred.
  264. 61696    Invalid filename.
  265. 61697    Failed to open document.
  266. 61698    Failed to save document.
  267. 61699    Save changes to %1?
  268. 61700    Failed to create empty document.
  269. 61701    The file is too large to open.
  270. 61702    Could not start print job.
  271. 61703    Failed to launch help.
  272. 61704    Internal application error.
  273. 61705    Command failed.
  274. 61706    Insufficient memory to perform operation.
  275. 61707    System registry entries have been removed and the INI file (if any) was deleted.
  276. 61708    Not all of the system registry entries (or INI file) were removed.
  277. 61709    This program requires the file %s, which was not found on this system.
  278. 61710    This program is linked to the missing export %s in the file %s. This machine may have an incompatible version of %s.
  279. 61712    Please enter an integer.
  280. 61713    Please enter a number.
  281. 61714    Please enter an integer between %1 and %2.
  282. 61715    Please enter a number between %1 and %2.
  283. 61716    Please enter no more than %1 characters.
  284. 61717    Please select a button.
  285. 61718    Please enter an integer between 0 and 255.
  286. 61719    Please enter a positive integer.
  287. 61720    Please enter a date and/or time.
  288. 61721    Please enter a currency.
  289. 61728    Unexpected file format.
  290. 61729    %1\nCannot find this file.\nPlease verify that the correct path and file name are given.
  291. 61730    Destination disk drive is full.
  292. 61731    Unable to read from %1, it is opened by someone else.
  293. 61732    Unable to write to %1, it is read-only or opened by someone else.
  294. 61733    An unexpected error occurred while reading %1.
  295. 61734    An unexpected error occurred while writing %1.
  296. 61836    Unable to read write-only property.
  297. 61837    Unable to write read-only property.
  298. 61840    Unable to load mail system support.
  299. 61841    Mail system DLL is invalid.
  300. 61842    Send Mail failed to send message.
  301. 61856    No error occurred.
  302. 61857    An unknown error occurred while accessing %1.
  303. 61858    %1 was not found.
  304. 61859    %1 contains an invalid path.
  305. 61860    %1 could not be opened because there are too many open files.
  306. 61861    Access to %1 was denied.
  307. 61862    An invalid file handle was associated with %1.
  308. 61863    %1 could not be removed because it is the current directory.
  309. 61864    %1 could not be created because the directory is full.
  310. 61865    Seek failed on %1
  311. 61866    A hardware I/O error was reported while accessing %1.
  312. 61867    A sharing violation occurred while accessing %1.
  313. 61868    A locking violation occurred while accessing %1.
  314. 61869    Disk full while accessing %1.
  315. 61870    An attempt was made to access %1 past its end.
  316. 61872    No error occurred.
  317. 61873    An unknown error occurred while accessing %1.
  318. 61874    An attempt was made to write to the reading %1.
  319. 61875    An attempt was made to access %1 past its end.
  320. 61876    An attempt was made to read from the writing %1.
  321. 61877    %1 has a bad format.
  322. 61878    %1 contained an unexpected object.
  323. 61879    %1 contains an incorrect schema.
  324. 61888    pixels
  325.