Makefile fixup
[org.ibex.tool.git] / src / org / eclipse / jdt / internal / compiler / util / messages.properties
1 ###############################################################################
2 # Copyright (c) 2000, 2004 IBM Corporation and others.
3 # All rights reserved. This program and the accompanying materials 
4 # are made available under the terms of the Common Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/cpl-v10.html
7
8 # Contributors:
9 #     IBM Corporation - initial API and implementation
10 ###############################################################################
11 ### Eclipse Java Core Compiler messages.
12
13 ### compilation
14 compilation.unresolvedProblem =  Unresolved compilation problem: \n
15 compilation.unresolvedProblems = Unresolved compilation problems: \n
16 compilation.request    = [parsing    {2} - #{0}/{1}]
17 compilation.loadBinary = [reading    {0}.class]
18 compilation.process    = [analyzing  {2} - #{0}/{1}]
19 compilation.write      = [writing    {1} - #{0}]
20 compilation.done       = [completed  {2} - #{0}/{1}]
21 compilation.units      = [{0} units compiled]
22 compilation.unit       = [{0} unit compiled]
23 compilation.internalError = Internal compiler error
24
25 ### output
26 output.isFile =  The outDir is a file : {0}
27 output.isFileNotDirectory = The outDir is a file not a directory.
28 output.dirName =  The output dir name is : {0}
29 output.notValidAll =  The outDir is not a valid directory name. All the directories cannot be created.
30 output.fileName =  file name : {0}
31 output.notValid = The outDir is not a valid directory name. The directory cannot be created.
32
33 ### problem
34 problem.noSourceInformation = \n!! no source information available !!
35 problem.atLine = (at line {0})
36
37 ### abort
38 abort.invalidAttribute = SANITY CHECK: Invalid attribute for local variable {0}
39 abort.missingCode = Missing code implementation in the compiler
40 abort.againstSourceModel = Cannot compile against source model {0} issued from {1}
41
42 ### accept
43 accept.cannot = Cannot accept the compilation unit: 
44
45 ### parser
46 parser.incorrectPath = The path for the javadcl.java file is incorrect
47 parser.moveFiles = MOVE FILES IN THE Runtime DIRECTORY OF Parser.class
48 parser.syntaxRecovery = SYNTAX RECOVERY
49 parser.regularParse = REGULAR PARSE
50 parser.missingFile = missing file {0}
51 parser.corruptedFile = corrupted file {0}
52 parser.endOfFile = end of file
53 parser.endOfConstructor = end of constructor
54 parser.endOfMethod = end of method
55 parser.endOfInitializer = end of initializer
56
57 ### binding
58 binding.subclass = anonymous subclass of {0}
59 binding.implementation = anonymous implementation of {0}
60
61 ### ast
62 ast.missingCode = Missing code gen implementation
63
64 ### constant
65 constant.cannotCastedInto =  {0} constant cannot be casted into {1}
66 constant.cannotConvertedTo = {0} constant cannot be converted to {1}
67
68 ### miscellaneous
69 error.undefinedBaseType = Undefined base type: {0}