RC2 compatibility
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / 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
12 ### JavaModel messages.
13
14 ### hierarchy
15 hierarchy.nullProject = Project argument cannot be null
16 hierarchy.nullRegion = Region cannot be null
17 hierarchy.nullFocusType = Type focus cannot be null
18 hierarchy.creating = Creating type hierarchy...
19 hierarchy.creatingOnType = Creating type hierarchy on {0}...
20
21 ### java element
22 element.doesNotExist = {0} does not exist
23 element.invalidClassFileName = Class file name must end with .class
24 element.reconciling = Reconciling...
25 element.attachingSource = Attaching source...
26 element.invalidType = Type is not one of the defined constants
27 element.invalidResourceForProject = Illegal argument - must be one of IProject, IFolder, or IFile
28 element.nullName = Name cannot be null
29 element.nullType = Type cannot be null
30 element.illegalParent = Illegal parent argument
31 sourcetype.invalidName = The source type has an invalid name: {0}
32
33 ### java model operations
34 operation.needElements = Operation requires one or more elements
35 operation.needName = Operation requires a name
36 operation.needPath = Operation requires a path
37 operation.needAbsolutePath = Operation requires an absolute path. Relative path specified was: ''{0}''
38 operation.needString = Operation requires a String.
39 operation.notSupported = Operation not supported for specified element type(s):
40 operation.cancelled = Operation cancelled
41 operation.nullContainer = Container cannot be null
42 operation.nullName = Name cannot be null
43 operation.copyElementProgress = Copying elements...
44 operation.moveElementProgress = Moving elements...
45 operation.renameElementProgress = Renaming elements...
46 operation.copyResourceProgress = Copying resources...
47 operation.moveResourceProgress = Moving resources...
48 operation.renameResourceProgress = Renaming resources...
49 operation.createUnitProgress = Creating a compilation unit...
50 operation.createFieldProgress = Creating a field...
51 operation.createImportsProgress = Creating imports...
52 operation.createInitializerProgress = Creating an initializer...
53 operation.createMethodProgress = Creating a method...
54 operation.createPackageProgress = Creating a package declaration...
55 operation.createPackageFragmentProgress = Creating package fragment(s)...
56 operation.createTypeProgress = Creating a type...
57 operation.deleteElementProgress = Deleting elements...
58 operation.deleteResourceProgress = Deleting resources...
59 operation.cannotRenameDefaultPackage = Default package cannot be renamed
60 operation.pathOutsideProject = Path ''{0}'' must denote location inside project {1}
61 operation.sortelements = Sorting elements...
62
63 ### working copy
64 workingCopy.commit = Committing working copy...
65
66 ### build status messages
67 build.preparingBuild = Preparing for build
68 build.readStateProgress = Reading saved built state for project {0}
69 build.saveStateProgress = Saving built state for project {0}
70 build.saveStateComplete = Saved in {0} ms
71 build.readingDelta = Reading resource change information for {0}
72 build.analyzingDeltas = Analyzing deltas
73 build.analyzingSources = Analyzing sources
74 build.cleaningOutput = Cleaning output folder
75 build.copyingResources = Copying resources to the output folder
76 build.compiling = Compiling {0}
77 build.foundHeader = Found
78 build.fixedHeader = Fixed
79 build.oneError = 1 error
80 build.oneWarning = 1 warning
81 build.multipleErrors = {0} errors
82 build.multipleWarnings = {0} warnings
83 build.done = Build done
84
85 ### build errors
86 build.wrongFileFormat = Wrong file format
87 build.cannotSaveState = Error saving last build state for project {0}
88 build.cannotSaveStates = Error saving build states
89 build.initializationError = Builder initialization error
90 build.serializationError = Builder serialization error
91
92 ### build inconsistencies
93 build.classFileCollision = Class file collision: {0}
94 build.duplicateClassFile = The type {0} is already defined
95 build.duplicateResource = The resource is a duplicate of {0} and was not copied to the output folder
96 build.inconsistentClassFile = A class file was not written. The project may be inconsistent, if so try refreshing this project and building it
97 build.inconsistentProject = The project was not built due to "{0}". Fix the problem, then try refreshing this project and building it since it may be inconsistent
98 build.incompleteClassPath = The project was not built since its build path is incomplete. Cannot find the class file for {0}. Fix the build path then try building this project
99 build.missingSourceFile = The project was not built since the source file {0} could not be read
100 build.prereqProjectHasClasspathProblems = The project was not built since it depends on {0}, which has build path errors
101 build.prereqProjectMustBeRebuilt = The project cannot be built until its prerequisite {0} is built. Cleaning and building all projects is recommended
102 build.abortDueToClasspathProblems = The project cannot be built until build path errors are resolved
103
104 ### status
105 status.cannotUseDeviceOnPath = Operation requires a path with no device. Path specified was: {0}
106 status.coreException = Core exception
107 status.defaultPackageReadOnly = Default package is read-only
108 status.evaluationError = Evaluation error: {0}
109 status.JDOMError = JDOM error
110 status.IOException = I/O exception
111 status.indexOutOfBounds = Index out of bounds
112 status.invalidContents = Invalid contents specified
113 status.invalidDestination = Invalid destination: ''{0}''
114 status.invalidName = Invalid name specified: {0}
115 status.invalidPackage = Invalid package: {0}
116 status.invalidPath = Invalid path: ''{0}''
117 status.invalidProject = Invalid project: {0}
118 status.invalidResource = Invalid resource: {0}
119 status.invalidResourceType = Invalid resource type for {0}
120 status.invalidSibling = Invalid sibling: {0}
121 status.nameCollision = {0} already exists in target
122 status.noLocalContents = Cannot find local contents for resource: {0}
123 status.OK = OK
124 status.readOnly = {0} is read-only
125 status.targetException = Target exception
126 status.updateConflict = Update conflict
127
128 ### classpath
129 classpath.buildPath = Build path
130 classpath.cannotNestEntryInEntry = Cannot nest ''{0}'' inside ''{1}''. To enable the nesting exclude ''{2}'' from ''{1}''
131 classpath.cannotNestEntryInLibrary = Cannot nest ''{0}'' inside library ''{1}''
132 classpath.cannotNestEntryInOutput = Cannot nest ''{0}'' inside output folder ''{1}''
133 classpath.cannotNestOutputInEntry = Cannot nest output folder ''{0}'' inside ''{1}''
134 classpath.cannotNestOutputInOutput = Cannot nest output folder ''{0}'' inside output folder ''{1}''
135 classpath.cannotReadClasspathFile = Unable to read ''.classpath'' file of project {0}
136 classpath.cannotReferToItself = Project cannot reference itself: {0}
137 classpath.cannotUseDistinctSourceFolderAsOutput = Source folder ''{0}'' in project {2} cannot output to distinct source folder ''{1}''
138 classpath.cannotUseLibraryAsOutput = Source folder ''{0}'' in project {2} cannot output to library ''{1}''
139 classpath.closedProject = Required project: {0} needs to be open
140 classpath.couldNotWriteClasspathFile = Could not write ''.classpath'' file of project {0}: {1}
141 classpath.cycle = A cycle was detected in the build path of project: {0}
142 classpath.duplicateEntryPath = Build path contains duplicate entry: ''{0}'' for project {1}
143 classpath.illegalContainerPath = Illegal classpath container path: ''{0}'' in project {1}, must have at least one segment (containerID+hints)
144 classpath.illegalEntryInClasspathFile = Illegal entry in ''.classpath'' of project {0} file: {1}
145 classpath.illegalLibraryPath = Illegal path for required library: ''{0}'' in project {1}
146 classpath.illegalLibraryArchive = Illegal type of archive for required library: ''{0}'' in project {1}
147 classpath.illegalExternalFolder = Required library cannot denote external folder: ''{0}'' for project {1}
148 classpath.illegalProjectPath = Illegal path for required project: ''{0}'' in project {1}
149 classpath.illegalSourceFolderPath = Illegal path for required source folder: ''{0}'' in project {1}
150 classpath.illegalVariablePath = Illegal classpath variable path: ''{0}'' in project {1}, must have at least one segment
151 classpath.invalidClasspathInClasspathFile = Invalid build path in ''.classpath'' file of project {0}: {1}
152 classpath.invalidContainer = Invalid classpath container: ''{0}'' in project {1}
153 classpath.mustEndWithSlash = End exclusion filter ''{0}'' with / to fully exclude ''{1}''
154 classpath.unboundContainerPath = Unbound classpath container: ''{0}'' in project {1}
155 classpath.unboundLibrary = Project {1} is missing required library: ''{0}''
156 classpath.unboundProject = Project {1} is missing required PHP project: ''{0}''
157 classpath.settingOutputLocationProgress = Setting output location for: ''{0}''
158 classpath.settingProgress = Setting classpath for: {0}
159 classpath.unboundSourceAttachment = Invalid source attachment: ''{0}'' for required library ''{1}'' in project {1}
160 classpath.unboundSourceFolder = Project {1} is missing required source folder: ''{0}''
161 classpath.unboundVariablePath = Unbound classpath variable: ''{0}'' in project {1}
162 classpath.unknownKind = Unknown kind: ''{0}''
163 classpath.xmlFormatError = XML format error in ''.classpath'' file of project {0}: {1}
164 classpath.disabledInclusionExclusionPatterns = Inclusion or exclusion patterns are disabled in project {1}, cannot selectively include or exclude from entry: ''{0}''
165 classpath.disabledMultipleOutputLocations = Multiple output locations are disabled in project {1}, cannot associate entry: ''{0}'' with a specific output
166 classpath.incompatibleLibraryJDKLevel = Incompatible .class files version in required binaries. Project ''{0}'' is targeting a {1} runtime, but is compiled against ''{2}'' which requires a {3} runtime
167
168 ### miscellaneous
169 file.notFound = File not found: ''{0}''
170 file.badFormat = Bad format
171 path.nullPath = Path cannot be null
172 path.mustBeAbsolute = Path must be absolute
173 cache.invalidLoadFactor = Incorrect load factor
174 savedState.jobName = Processing PHP changes since last activation
175
176 ### java conventions
177 convention.unit.nullName = Compilation unit name must not be null
178 convention.unit.notJavaName = Compilation unit name must end with .php
179 convention.classFile.nullName = .class file name must not be null
180 convention.classFile.notClassFileName = .class file name must end with .class
181 convention.illegalIdentifier = ''{0}'' is not a valid PHP identifier
182 convention.import.nullImport = An import declaration must not be null
183 convention.import.unqualifiedImport = An import declaration must not end with an unqualified *
184 convention.type.nullName = A PHP type name must not be null
185 convention.type.nameWithBlanks = A PHP type name must not start or end with a blank
186 convention.type.dollarName = By convention, PHP type names usually don''t contain the $ character
187 convention.type.lowercaseName = By convention, PHP type names usually start with an uppercase letter
188 convention.type.invalidName = The type name ''{0}'' is not a valid identifier
189 convention.package.nullName = A package name must not be null
190 convention.package.emptyName = A package name must not be empty
191 convention.package.dotName = A package name cannot start or end with a dot
192 convention.package.nameWithBlanks = A package name must not start or end with a blank
193 convention.package.consecutiveDotsName = A package name must not contain two consecutive dots
194 convention.package.uppercaseName = By convention, package names usually start with a lowercase letter
195
196 ### DOM
197 dom.cannotDetail = Unable to generate detailed source indexes
198 dom.nullTypeParameter = Cannot add parameter with null type
199 dom.nullNameParameter = Cannot add parameter with null name
200 dom.nullReturnType = Return type cannot be null
201 dom.nullExceptionType = Cannot add null exception
202 dom.mismatchArgNamesAndTypes = Types and names must have identical length
203 dom.addNullChild = Attempt to add null child
204 dom.addIncompatibleChild = Attempt to add child of incompatible type
205 dom.addChildWithParent = Attempt to add child that is already parented
206 dom.unableAddChild = Attempt to add child to node that cannot have children
207 dom.addAncestorAsChild = Attempt to add ancestor as child
208 dom.addNullSibling = Attempt to insert null sibling
209 dom.addSiblingBeforeRoot = Attempt to insert sibling before root node
210 dom.addIncompatibleSibling = Attempt to insert sibling of incompatible type
211 dom.addSiblingWithParent = Attempt to insert sibling that is already parented
212 dom.addAncestorAsSibling = Attempt to insert ancestor as sibling
213 dom.addNullInterface = Cannot add null interface
214 dom.nullInterfaces = Illegal to set super interfaces to null
215
216 ### correction
217 correction.nullRequestor = Requestor cannot be null
218 correction.nullUnit = Compilation unit cannot be null
219
220 ### Eclipse Java Core Search messages.
221
222 engine.searching = Searching...
223 exception.wrongFormat = Wrong format
224 process.name = PHP indexing
225 manager.filesToIndex = {0} files to index
226 manager.indexingInProgress = PHP indexing in progress
227
228 ### Disassembler messages
229
230 ### disassembler
231 disassembler.description = Default classfile disassembler
232 disassembler.opentypedeclaration =\ {
233 disassembler.closetypedeclaration = }
234 disassembler.parametername = arg
235 disassembler.endofmethodheader = ;
236 disassembler.begincommentline = //\ 
237 disassembler.fieldhasconstant =\ =\ 
238 disassembler.endoffieldheader = ;
239 disassembler.sourceattributeheader = Compiled from 
240 disassembler.enclosingmethodheader = Enclosing Method:
241 disassembler.exceptiontableheader = Exception Table:
242 disassembler.linenumberattributeheader = Line numbers:
243 disassembler.localvariabletableattributeheader = Local variable table:
244 disassembler.localvariabletypetableattributeheader = Local variable type table:
245 disassembler.arraydimensions = []
246 disassembler.innerattributesheader = Inner classes:
247 disassembler.inner_class_info_name = inner class info:
248 disassembler.outer_class_info_name = outer class info:
249 disassembler.inner_name = inner name:
250 disassembler.inner_accessflags = accessflags: 
251 disassembler.genericattributeheader = Attribute:\ 
252 disassembler.genericattributename = Name: 
253 disassembler.genericattributelength =\ Length: 
254 disassembler.signatureattributeheader = Signature:\ 
255 disassembler.identation = \  
256 disassembler.constantpoolindex =\ #
257 disassembler.classmemberseparator = .
258 disassembler.space = \ 
259 disassembler.comma = ,
260 disassembler.openinnerclassentry = [
261 disassembler.closeinnerclassentry = ]
262 disassembler.deprecated =\ (deprecated)
263
264 ### classfileformat decoding
265 classfileformat.versiondetails =\ (version {0} : {1}.{2}, {3})
266 classfileformat.methoddescriptor =Method descriptor 
267 classfileformat.fieldddescriptor =Field descriptor 
268 classfileformat.maxStack = Stack: 
269 classfileformat.maxLocals = Locals: 
270 classfileformat.superflagisnotset = no super bit
271 classfileformat.superflagisset = super bit
272 classfileformat.clinitname = {}
273
274 ### string displayed for each opcode
275 classformat.invokeinterfacemethod =\ <Interface method 
276 classformat.invokeinterfacemethodclose = >
277 classformat.invokespecialconstructor =\ <Constructor 
278 classformat.invokespecialconstructorclose = >
279 classformat.invokespecialmethod =\ <Method 
280 classformat.invokespecialmethodclose = >
281 classformat.invokestaticmethod =\ <Method 
282 classformat.invokestaticmethodclose = >
283 classformat.invokevirtualmethod =\ <Method 
284 classformat.invokevirtualmethodclose = >
285 classformat.getfield = \ <Field 
286 classformat.getfieldclose = >
287 classformat.getstatic = \ <Field 
288 classformat.getstaticclose = >
289 classformat.putstatic =\ <Field 
290 classformat.putstaticclose = >
291 classformat.putfield =\ <Field 
292 classformat.putfieldclose = >
293 classformat.nargs =\ [nargs : 
294 classformat.interfacemethodrefindex = ] #
295 classfileformat.anyexceptionhandler=any
296 classfileformat.fielddescriptorindex=#
297 classfileformat.exceptiontablefrom=[pc: 
298 classfileformat.exceptiontableto=, pc: 
299 classfileformat.exceptiontablegoto=] -> 
300 classfileformat.exceptiontablewhen =\ when : 
301 classfileformat.linenumbertablefrom=[pc: 
302 classfileformat.linenumbertableto=, line: 
303 classfileformat.linenumbertableclose=]
304 classfileformat.localvariabletablefrom=[pc: 
305 classfileformat.localvariabletableto=, pc: 
306 classfileformat.localvariabletablelocalname=] local: 
307 classfileformat.localvariabletablelocalindex=\ index: 
308 classfileformat.localvariabletablelocaltype=\ type: