1) Added missing strings for italic, underline and strike through.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / messages.properties
1 ###############################################################################
2 # Copyright (c) 2000, 2003 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 ### PHPModel messages.
12
13 ### hierarchy
14 hierarchy.nullProject = Project argument cannot be null.
15 hierarchy.nullRegion = Region cannot be null.
16 hierarchy.nullFocusType = Type focus cannot be null.
17 hierarchy.creating = Creating type hierarchy...
18 hierarchy.creatingOnType = Creating type hierarchy on {0}...
19
20 ### PHP element
21 element.doesNotExist = {0} does not exist.
22 element.invalidClassFileName = Class file name must end with .class.
23 element.cannotReconcile = Must create reconciler on a working copy.
24 element.reconciling = Reconciling...
25 element.attachingSource = Attaching source...
26 element.invalidType = Type is not one of the defined constants.
27 element.classpathCycle = A cycle was detected in the project''s classpath.
28 element.onlyOneJavaModel = Cannot instantiate more than one PHP Model.
29 element.projectDoesNotExist = Project {0} not present
30 element.invalidResourceForProject = Illegal argument - must be one of IProject, IFolder, or IFile
31 element.nullName = Name cannot be null.
32 element.nullType = Type cannot be null.
33 element.illegalParent = Illegal parent argument.
34 element.notPresent = Not present
35
36 ### PHP model operations
37 operation.needElements = Operation requires one or more elements.
38 operation.needName = Operation requires a name.
39 operation.needPath = Operation requires a path.
40 operation.needAbsolutePath = Operation requires an absolute path. Relative path specified was: ''{0}''
41 operation.needString = Operation requires a String.
42 operation.notSupported = Operation not supported for specified element type(s):
43 operation.cancelled = Operation cancelled.
44 operation.nullContainer = Container cannot be null.
45 operation.nullName = Name cannot be null.
46 operation.copyElementProgress = Copying elements...
47 operation.moveElementProgress = Moving elements...
48 operation.renameElementProgress = Renaming elements...
49 operation.copyResourceProgress = Copying resources...
50 operation.moveResourceProgress = Moving resources...
51 operation.renameResourceProgress = Renaming resources...
52 operation.createUnitProgress = Creating a compilation unit...
53 operation.createFieldProgress = Creating a field...
54 operation.createImportsProgress = Creating imports...
55 operation.createInitializerProgress = Creating an initializer...
56 operation.createMethodProgress = Creating a method...
57 operation.createPackageProgress = Creating a package declaration...
58 operation.createPackageFragmentProgress = Creating package fragment(s)...
59 operation.createTypeProgress = Creating a type...
60 operation.deleteElementProgress = Deleting elements...
61 operation.deleteResourceProgress = Deleting resources...
62 operation.cannotRenameDefaultPackage = Default package cannot be renamed.
63 operation.pathOutsideProject = Path ''{0}'' must denote location inside project {1}
64 operation.sortelements = Sorting elements...
65
66 ### working copy
67 workingCopy.commit = Committing working copy...
68
69 ### build status messages
70 build.preparingBuild = Preparing for build
71 build.readStateProgress = Reading saved built state for project {0}
72 build.saveStateProgress = Saving built state for project {0}
73 build.saveStateComplete = Saved in {0} ms
74 build.readingDelta = Reading resource change information for {0}
75 build.analyzingDeltas = Analyzing deltas
76 build.analyzingSources = Analyzing sources
77 build.cleaningOutput = Cleaning output folder
78 build.copyingResources = Copying resources to the output folder
79 build.compiling = Compiling {0}
80 build.foundHeader = Found
81 build.fixedHeader = Fixed
82 build.oneError = 1 error
83 build.oneWarning = 1 warning
84 build.multipleErrors = {0} errors
85 build.multipleWarnings = {0} warnings
86 build.done = Build done
87
88 ### build errors
89 build.wrongFileFormat = Wrong file format.
90 build.cannotSaveState = Error saving last build state for project {0}.
91 build.cannotSaveStates = Error saving build states.
92 build.initializationError = Builder initialization error.
93 build.serializationError = Builder serialization error.
94
95 ### build inconsistencies
96 build.duplicateClassFile = The type {0} is already defined.
97 build.duplicateResource = The resource is a duplicate and was not copied to the output folder.
98 build.inconsistentClassFile = A class file was not written. The project may be inconsistent, if so try refreshing this project and rebuilding it.
99 build.inconsistentProject = The project was not built due to "{0}". Fix the problem, then try refreshing this project and rebuilding it since it may be inconsistent.
100 build.incompleteClassPath = The project was not built since its classpath is incomplete. Cannot find the class file for {0}. Fix the classpath then try rebuilding this project.
101 build.missingSourceFile = The project was not built since the source file {0} could not be read.
102 build.prereqProjectHasClasspathProblems = The project was not built since it depends on {0}, which has classpath problems.
103 build.prereqProjectMustBeRebuilt = The project cannot be built until {0} is rebuilt. Rebuilding all projects is recommended.
104 build.abortDueToClasspathProblems = The project was not built due to classpath errors (incomplete or involved in cycle).
105
106 ### status
107 status.cannotUseDeviceOnPath = Operation requires a path with no device. Path specified was: {0}
108 status.coreException = Core exception.
109 status.defaultPackeReadOnly = Default package is read-only.
110 status.evaluationError = Evaluation error: {0}.
111 status.JDOMError = JDOM error.
112 status.IOException = I/O exception.
113 status.indexOutOfBounds = Index out of bounds.
114 status.invalidContents = Invalid contents specified.
115 status.invalidDestination = Invalid destination: ''{0}''.
116 status.invalidName = Invalid name specified: {0}.
117 status.invalidPackage = Invalid package: {0}.
118 status.invalidPath = Invalid path: ''{0}''.
119 status.invalidProject = Invalid project: {0}.
120 status.invalidResource = Invalid resource: {0}.
121 status.invalidResourceType = Invalid resource type for {0}.
122 status.invalidSibling = Invalid sibling: {0}.
123 status.nameCollision = {0} already exists in target.
124 status.noLocalContents = Cannot find local contents for resource: {0}
125 status.OK = OK
126 status.readOnly = {0} is read-only.
127 status.targetException = Target exception.
128 status.updateConflict = Update conflict.
129
130 ### classpath
131 classpath.buildPath = Build path
132 classpath.cannotNestEntryInEntry = Cannot nest ''{0}'' inside ''{1}''. To enable the nesting exclude ''{2}'' from ''{1}''.
133 classpath.cannotNestEntryInLibrary = Cannot nest ''{0}'' inside library ''{1}''.
134 classpath.cannotNestEntryInOutput = Cannot nest ''{0}'' inside output folder ''{1}''.
135 classpath.cannotNestOutputInEntry = Cannot nest output folder ''{0}'' inside ''{1}''.
136 classpath.cannotNestOutputInOutput = Cannot nest output folder ''{0}'' inside output folder ''{1}''.
137 classpath.cannotReadClasspathFile = Unable to read ''{0}/.classpath'' file.
138 classpath.cannotReferToItself = Project cannot reference itself: {0}
139 classpath.cannotUseDistinctSourceFolderAsOutput = Source folder ''{0}'' cannot output to distinct source folder ''{1}''.
140 classpath.cannotUseLibraryAsOutput = Source folder ''{0}'' cannot output to library ''{1}''.
141 classpath.closedProject = Required project: {0} needs to be open.
142 classpath.couldNotWriteClasspathFile = Could not write ''{0}/.classpath'': {1}
143 classpath.cycle = A cycle was detected in the classpath of project: {0}
144 classpath.duplicateEntryPath = Classpath contains duplicate entry: {0}
145 classpath.illegalContainerPath = Illegal classpath container path: ''{0}'', must have at least one segment (containerID+hints).
146 classpath.illegalEntryInClasspathFile = Illegal entry in ''{0}/.classpath'' file: {1}
147 classpath.illegalLibraryPath = Illegal path for required library: ''{0}''.
148 classpath.illegalProjectPath = Illegal path for required project: ''{0}''.
149 classpath.illegalSourceFolderPath = Illegal path for required source folder: ''{0}''.
150 classpath.illegalVariablePath = Illegal classpath variable path: ''{0}'', must have at least one segment.
151 classpath.invalidClasspathInClasspathFile = Invalid classpath in ''{0}/.classpath'' file: {1}
152 classpath.invalidContainer = Invalid classpath container: {0}
153 classpath.mustEndWithSlash = End exclusion filter ''{0}'' with / to fully exclude ''{1}''.
154 classpath.unboundContainerPath = Unbound classpath container: ''{0}''.
155 classpath.unboundLibrary = Missing required library: ''{0}''.
156 classpath.unboundProject = 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}''.
160 classpath.unboundSourceFolder = Missing required source folder: ''{0}''.
161 classpath.unboundVariablePath = Unbound classpath variable: ''{0}''.
162 classpath.unknownKind = Unknown kind: {0}
163 classpath.xmlFormatError = XML format error in ''{0}/.classpath'' file: {1}
164 classpath.disabledExclusionPatterns = Exclusion patterns are disabled, cannot exclude from entry: ''{0}''.
165 classpath.disabledMultipleOutputLocations = Multiple output locations are disabled, cannot associate entry: ''{0}'' with a specific output.
166
167 ### miscellaneous
168 file.notFound = File not found: ''{0}''.
169 file.badFormat = Bad format.
170 variable.badFormat = Bad format for variables.
171 option.badFormat = Bad format for options.
172 path.nullPath = Path cannot be null.
173 path.mustBeAbsolute = Path must be absolute.
174 cache.invalidLoadFactor = Incorrect load factor
175
176 ### code assist
177 codeAssist.nullRequestor = Requestor cannot be null.
178
179 ### java conventions
180 convention.unit.nullName = Compilation unit name must not be null.
181 convention.unit.notJavaName = Compilation unit name must end with .php.
182 convention.classFile.nullName = .class file name must not be null.
183 convention.classFile.notJavaName = .class file name must end with .class.
184 convention.illegalIdentifier = ''{0}'' is not a valid PHP identifier.
185 convention.import.nullImport = An import declaration must not be null.
186 convention.import.unqualifiedImport = An import declaration must not end with an unqualified *.
187 convention.type.nullName = A PHP type name must not be null.
188 convention.type.nameWithBlanks = A PHP type name must not start or end with a blank.
189 convention.type.dollarName = By convention, PHP type names usually don''t contain the $ character.
190 convention.type.lowercaseName = By convention, PHP type names usually start with an uppercase letter.
191 convention.type.invalidName = The type name ''{0}'' is not a valid identifier.
192 convention.package.nullName = A package name must not be null.
193 convention.package.emptyName = A package name must not be empty.
194 convention.package.dotName = A package name cannot start or end with a dot.
195 convention.package.nameWithBlanks = A package name must not start or end with a blank.
196 convention.package.consecutiveDotsName = A package name must not contain two consecutive dots.
197 convention.package.uppercaseName = By convention, package names usually start with a lowercase letter.
198
199 ### DOM
200 dom.cannotDetail = Unable to generate detailed source indexes.
201 dom.nullTypeParameter = Cannot add parameter with null type
202 dom.nullNameParameter = Cannot add parameter with null name
203 dom.nullReturnType = Return type cannot be null
204 dom.nullExceptionType = Cannot add null exception
205 dom.mismatchArgNamesAndTypes = Types and names must have identical length
206 dom.addNullChild = Attempt to add null child
207 dom.addIncompatibleChild = Attempt to add child of incompatible type
208 dom.addChildWithParent = Attempt to add child that is already parented
209 dom.unableAddChild = Attempt to add child to node that cannot have children
210 dom.addAncestorAsChild = Attempt to add ancestor as child
211 dom.addNullSibling = Attempt to insert null sibling
212 dom.addSiblingBeforeRoot = Attempt to insert sibling before root node
213 dom.addIncompatibleSibling = Attempt to insert sibling of incompatible type
214 dom.addSiblingWithParent = Attempt to insert sibling that is already parented
215 dom.addAncestorAsSibling = Attempt to insert ancestor as sibling
216 dom.addNullInterface = Cannot add null interface
217 dom.nullInterfaces = Illegal to set super interfaces to null
218
219 ### eval
220 eval.needBuiltState = Cannot evaluate if the project has not been built once
221
222 ### correction
223 correction.nullRequestor = Requestor cannot be null.
224 correction.nullUnit = Compilation unit cannot be null.
225
226 ### JDT Adapter
227 ant.jdtadapter.info.usingJdtCompiler = Using JDT compiler
228 ant.jdtadapter.error.missingJDTCompiler = Cannot find the JDT compiler
229 ant.jdtadapter.error.missingJRELIB = Cannot bind the JRE_LIB variable. To solve this problem, you can either set the JRE_LIB variable or use the bootclasspath parameter in your ant javac task
230 ant.jdtadapter.error.ignoringMemoryInitialSize= Since fork is false, ignoring memoryInitialSize setting
231 ant.jdtadapter.error.ignoringMemoryMaximumSize= Since fork is false, ignoring memoryMaximumSize setting
232 ant.jdtadapter.error.compilationFailed = Compilation failed. Compiler errors are available in {0}