blob: a19ee4c950204c9cb124aa125047de052adbbdc1 [file] [log] [blame]
Stephan Herrmann7b7062f2010-04-01 19:56:59 +00001###############################################################################
2# Copyright (c) 2000, 2009 IBM Corporation and others.
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# IBM Corporation - initial API and implementation
10###############################################################################
11
12### JavaModel messages.
13
14### hierarchy
15hierarchy_nullProject = Project argument cannot be null
16hierarchy_nullRegion = Region cannot be null
17hierarchy_nullFocusType = Type focus cannot be null
18hierarchy_creating = Creating type hierarchy...
19hierarchy_creatingOnType = Creating type hierarchy on {0}...
20
21### java element
22element_doesNotExist = {0} does not exist
23element_notOnClasspath = {0} is not on its project''s build path
24element_invalidClassFileName = {0} is not a valid class file name
25element_reconciling = Reconciling...
26element_attachingSource = Attaching source...
27element_invalidResourceForProject = Illegal argument - must be one of IProject, IFolder, or IFile
28element_nullName = Name cannot be null
29element_nullType = Type cannot be null
30element_illegalParent = Illegal parent argument
31
32### java model operations
33operation_needElements = Operation requires one or more elements
34operation_needName = Operation requires a name
35operation_needPath = Operation requires a path
36operation_needAbsolutePath = Operation requires an absolute path. Relative path specified was: ''{0}''
37operation_needString = Operation requires a String.
38operation_notSupported = Operation not supported for specified element type(s):
39operation_cancelled = Operation cancelled
40operation_nullContainer = Container cannot be null
41operation_nullName = Name cannot be null
42operation_copyElementProgress = Copying elements...
43operation_moveElementProgress = Moving elements...
44operation_renameElementProgress = Renaming elements...
45operation_copyResourceProgress = Copying resources...
46operation_moveResourceProgress = Moving resources...
47operation_renameResourceProgress = Renaming resources...
48operation_createUnitProgress = Creating a compilation unit...
49operation_createFieldProgress = Creating a field...
50operation_createImportsProgress = Creating imports...
51operation_createInitializerProgress = Creating an initializer...
52operation_createMethodProgress = Creating a method...
53operation_createPackageProgress = Creating a package declaration...
54operation_createPackageFragmentProgress = Creating package fragment(s)...
55operation_createTypeProgress = Creating a type...
56operation_deleteElementProgress = Deleting elements...
57operation_deleteResourceProgress = Deleting resources...
58operation_cannotRenameDefaultPackage = Default package cannot be renamed
59operation_pathOutsideProject = Path ''{0}'' must denote location inside project ''{1}''
60operation_sortelements = Sorting elements...
61
62### working copy
63workingCopy_commit = Committing working copy...
64
65### build status messages
66build_preparingBuild = Preparing to build {0}
67build_readStateProgress = Reading saved build state for project {0}
68build_saveStateProgress = Saving build state for project {0}
69build_saveStateComplete = Saved in {0} ms
70build_readingDelta = Reading resource change information for {0}
71build_analyzingDeltas = Analyzing deltas
72build_analyzingSources = Analyzing sources
73build_cleaningOutput = Cleaning output folder for {0}
74build_copyingResources = Copying resources to the output folder
75build_compiling = Compiling {0}
76build_foundHeader = Found
77build_fixedHeader = Fixed
78build_oneError = 1 error
79build_oneWarning = 1 warning
80build_multipleErrors = {0} errors
81build_multipleWarnings = {0} warnings
82build_done = Build done
83
84### build errors
85build_wrongFileFormat = Wrong file format
86build_cannotSaveState = Error saving last build state for project {0}
87build_cannotSaveStates = Error saving build states
88build_initializationError = Builder initialization error
89build_serializationError = Builder serialization error
90
91### build inconsistencies
92build_classFileCollision = Class file collision: {0}
93build_duplicateClassFile = The type {0} is already defined
94build_duplicateResource = The resource is a duplicate of {0} and was not copied to the output folder
95build_inconsistentClassFile = A class file was not written. The project may be inconsistent, if so try refreshing this project and building it
96build_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
97build_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
98build_missingSourceFile = The project was not built since the source file {0} could not be read
99build_prereqProjectHasClasspathProblems = The project was not built since it depends on {0}, which has build path errors
100build_prereqProjectMustBeRebuilt = The project cannot be built until its prerequisite {0} is built. Cleaning and building all projects is recommended
101build_abortDueToClasspathProblems = The project cannot be built until build path errors are resolved
102
103### status
104status_cannotUseDeviceOnPath = Operation requires a path with no device. Path specified was: {0}
105status_coreException = Core exception
106status_defaultPackageReadOnly = Default package is read-only
107status_evaluationError = Evaluation error: {0}
108status_JDOMError = JDOM error
109status_IOException = I/O exception
110status_indexOutOfBounds = Index out of bounds
111status_invalidContents = Invalid contents specified
112status_invalidDestination = Invalid destination: ''{0}''
113status_invalidName = Invalid name specified: {0}
114status_invalidPackage = Invalid package: {0}
115status_invalidPath = Invalid path: ''{0}''
116status_invalidProject = Invalid project: {0}
117status_invalidResource = Invalid resource: {0}
118status_invalidResourceType = Invalid resource type for {0}
119status_invalidSibling = Invalid sibling: {0}
120status_nameCollision = {0} already exists in target
121status_noLocalContents = Cannot find local contents for resource: {0}
122status_OK = OK
123status_readOnly = {0} is read-only
124status_targetException = Target exception
125status_updateConflict = Update conflict
126status_cannot_retrieve_attached_javadoc = Cannot retrieve the attached javadoc for {0}{1}
127status_unknown_javadoc_format = Unknown javadoc format for {0}
128
129### classpath
130classpath_buildPath = Build path
131classpath_cannotNestEntryInEntry = Cannot nest ''{0}'' inside ''{1}''. To enable the nesting exclude ''{2}'' from ''{1}''
132classpath_cannotNestEntryInEntryNoExclusion= Cannot nest ''{0}'' inside ''{1}''. To allow the nesting enable use of exclusion patterns in the preferences of project ''{1}'' and exclude ''{2}'' from ''{1}''
133classpath_cannotNestEntryInLibrary = Cannot nest ''{0}'' inside library ''{1}''
134classpath_cannotNestEntryInOutput = Cannot nest ''{0}'' inside output folder ''{1}''
135classpath_cannotNestOutputInEntry = Cannot nest output folder ''{0}'' inside ''{1}''
136classpath_cannotNestOutputInOutput = Cannot nest output folder ''{0}'' inside output folder ''{1}''
137classpath_cannotReadClasspathFile = Unable to read ''.classpath'' file of project ''{0}''
138classpath_cannotReferToItself = Project ''{0}'' cannot reference itself
139classpath_cannotUseDistinctSourceFolderAsOutput = Source folder ''{0}'' in project ''{2}'' cannot output to distinct source folder ''{1}''
140classpath_cannotUseLibraryAsOutput = Source folder ''{0}'' in project ''{2}'' cannot output to library ''{1}''
141classpath_closedProject = Required project ''{0}'' needs to be open
142classpath_couldNotWriteClasspathFile = Could not write ''.classpath'' file of project ''{0}'': {1}
143classpath_cycle = A cycle was detected in the build path of project ''{0}''
144classpath_duplicateEntryPath = Build path contains duplicate entry: ''{0}'' for project ''{1}''
145classpath_illegalContainerPath = Illegal classpath container path: ''{0}'' in project ''{1}'', must have at least one segment (containerID+hints)
146classpath_illegalEntryInClasspathFile = Illegal entry in ''.classpath'' of project ''{0}'' file: {1}
147classpath_illegalLibraryPath = Illegal path for required library: ''{0}'' in project ''{1}''
148classpath_illegalLibraryPathInContainer = Illegal path for required library: ''{0}'' in the {1}
149classpath_illegalLibraryArchive = Illegal type of archive for required library: ''{0}'' in project ''{1}''
150classpath_illegalExternalFolder = Required library cannot denote external folder: ''{0}'' for project ''{1}''
151classpath_illegalExternalFolderInContainer = Required library cannot denote external folder: ''{0}'' in the {1}
152classpath_illegalProjectPath = Illegal path for required project: ''{0}'' in project ''{1}''
153classpath_illegalSourceFolderPath = Illegal path for required source folder: ''{0}'' in project ''{1}''
154classpath_illegalVariablePath = Illegal classpath variable path: ''{0}'' in project ''{1}'', must have at least one segment
155classpath_invalidClasspathInClasspathFile = Invalid build path in ''.classpath'' file of project ''{0}'': {1}
156classpath_invalidContainer = Invalid classpath container: ''{0}'' in project ''{1}''
157classpath_mustEndWithSlash = End exclusion filter ''{0}'' with / to fully exclude ''{1}''
158classpath_unboundContainerPath = Unbound classpath container: ''{0}'' in project ''{1}''
159classpath_unboundLibrary = Project ''{1}'' is missing required library: ''{0}''
160classpath_userLibraryInfo = user library ''{0}''
161classpath_containerInfo = container ''{0}''
162classpath_unboundLibraryInContainer = The {1} references non existing library ''{0}''
163classpath_unboundProject = Project ''{1}'' is missing required Java project: ''{0}''
164classpath_settingOutputLocationProgress = Setting output location for: ''{0}''
165classpath_settingProgress = Setting classpath for: {0}
166classpath_unboundSourceAttachment = Invalid source attachment: ''{0}'' for required library ''{1}'' in project ''{2}''
167classpath_unboundSourceAttachmentInContainedLibrary = Invalid source attachment: ''{0}'' for required library ''{1}'' in the {2}
168classpath_unboundSourceFolder = Project ''{1}'' is missing required source folder: ''{0}''
169classpath_unboundVariablePath = Unbound classpath variable: ''{0}'' in project ''{1}''
170classpath_unknownKind = Unknown kind: ''{0}''
171classpath_xmlFormatError = XML format error in ''.classpath'' file of project ''{0}'': {1}
172classpath_disabledInclusionExclusionPatterns = Inclusion or exclusion patterns are disabled in project ''{1}'', cannot selectively include or exclude from entry: ''{0}''
173classpath_disabledMultipleOutputLocations = Multiple output locations are disabled in project ''{1}'', cannot associate entry: ''{0}'' with a specific output
174classpath_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
175classpath_incompatibleLibraryJDKLevelInContainer = Incompatible .class files version in required binaries. Project ''{0}'' is targeting a {1} runtime, but is compiled against ''{2}'' (from the {3}) which requires a {4} runtime
176classpath_duplicateEntryExtraAttribute = Duplicate extra attribute: ''{0}'' in classpath entry ''{1}'' for project ''{2}''
177classpath_deprecated_variable = Classpath variable ''{0}'' in project ''{1}'' is deprecated: {2}
178
179### miscellaneous
180buffer_closed=Buffer is closed
181file_notFound = File not found: ''{0}''
182file_badFormat = Bad format
183path_nullPath = Path cannot be null
184path_mustBeAbsolute = Path must be absolute
185cache_invalidLoadFactor = Incorrect load factor
186savedState_jobName = Processing Java changes since last activation
Stephan Herrmann6c186a42010-04-27 23:21:41 +0000187refreshing_external_folders = Refreshing external folders
Stephan Herrmann7b7062f2010-04-01 19:56:59 +0000188
189## java model initialization
190javamodel_initialization = Initializing Java tooling
191javamodel_initializing_delta_state= Initializing delta state
192javamodel_configuring_searchengine=Configuring search engine
193javamodel_configuring_classpath_containers=Configuring classpath containers
194javamodel_getting_build_state_number=Getting build state version number
195javamodel_configuring=Configuring {0}
196javamodel_building_after_upgrade=Triggering build after upgrade
197javamodel_refreshing_external_jars=Refreshing external archives
198javamodel_resetting_source_attachment_properties=Resetting source attachment properties
199
200### java conventions
201convention_unit_nullName = Compilation unit name must not be null
202convention_unit_notJavaName = Compilation unit name must end with .java, or one of the registered Java-like extensions
203convention_classFile_nullName = .class file name must not be null
204convention_classFile_notClassFileName = .class file name must end with .class
205convention_illegalIdentifier = ''{0}'' is not a valid Java identifier
206convention_import_nullImport = An import declaration must not be null
207convention_import_unqualifiedImport = An import declaration must not end with an unqualified *
208convention_type_nullName = A Java type name must not be null
209convention_type_nameWithBlanks = A Java type name must not start or end with a blank
210convention_type_dollarName = By convention, Java type names usually don't contain the $ character
211convention_type_lowercaseName = By convention, Java type names usually start with an uppercase letter
212convention_type_invalidName = The type name ''{0}'' is not a valid identifier
213convention_package_nullName = A package name must not be null
214convention_package_emptyName = A package name must not be empty
215convention_package_dotName = A package name cannot start or end with a dot
216convention_package_nameWithBlanks = A package name must not start or end with a blank
217convention_package_consecutiveDotsName = A package name must not contain two consecutive dots
218convention_package_uppercaseName = By convention, package names usually start with a lowercase letter
219
220### DOM
221dom_cannotDetail = Unable to generate detailed source indexes
222dom_nullTypeParameter = Cannot add parameter with null type
223dom_nullNameParameter = Cannot add parameter with null name
224dom_nullReturnType = Return type cannot be null
225dom_nullExceptionType = Cannot add null exception
226dom_mismatchArgNamesAndTypes = Types and names must have identical length
227dom_addNullChild = Attempt to add null child
228dom_addIncompatibleChild = Attempt to add child of incompatible type
229dom_addChildWithParent = Attempt to add child that is already parented
230dom_unableAddChild = Attempt to add child to node that cannot have children
231dom_addAncestorAsChild = Attempt to add ancestor as child
232dom_addNullSibling = Attempt to insert null sibling
233dom_addSiblingBeforeRoot = Attempt to insert sibling before root node
234dom_addIncompatibleSibling = Attempt to insert sibling of incompatible type
235dom_addSiblingWithParent = Attempt to insert sibling that is already parented
236dom_addAncestorAsSibling = Attempt to insert ancestor as sibling
237dom_addNullInterface = Cannot add null interface
238dom_nullInterfaces = Illegal to set super interfaces to null
239
240### import rewrite
241importRewrite_processDescription = Updating imports
242
243### correction
244correction_nullRequestor = Requestor cannot be null
245correction_nullUnit = Compilation unit cannot be null
246
247### Eclipse Java Core Search messages.
248
249engine_searching = Searching...
250engine_searching_indexing = Looking through {0} indexes...
251engine_searching_matching = Locating {0} matches...
252exception_wrongFormat = Wrong format
253process_name = Java indexing
254jobmanager_filesToIndex = {1} files to index ({0})
255jobmanager_indexing = Java indexing...
256
257### Disassembler messages
258
259### disassembler
260disassembler_description = Default classfile disassembler
261disassembler_opentypedeclaration =\ '{'
262disassembler_closetypedeclaration = }
263disassembler_parametername = arg
264disassembler_localvariablename = local_{0}
265disassembler_endofmethodheader = ;
266disassembler_begincommentline = //\
267disassembler_fieldhasconstant =\ =\
268disassembler_endoffieldheader = ;
269disassembler_sourceattributeheader = Compiled from\
270disassembler_enclosingmethodheader = Enclosing Method:
271disassembler_exceptiontableheader = Exception Table:
272disassembler_linenumberattributeheader = Line numbers:
273disassembler_localvariabletableattributeheader = Local variable table:
274disassembler_localvariabletypetableattributeheader = Local variable type table:
275disassembler_arraydimensions = []
276disassembler_innerattributesheader = Inner classes:
277disassembler_inner_class_info_name = inner class info:
278disassembler_outer_class_info_name = outer class info:
279disassembler_inner_name = inner name:
280disassembler_inner_accessflags = accessflags:\
281disassembler_genericattributeheader = Attribute: {0} Length: {1}
282disassembler_stackmaptableattributeheader = Stack map table: number of frames {0}
283disassembler_stackmapattributeheader = Stack map : number of frames {0}
284disassembler_signatureattributeheader = // Signature: {0}
285disassembler_indentation = \
286disassembler_constantpoolindex =\ #
287disassembler_space = \
288disassembler_comma = ,
289disassembler_openinnerclassentry = [
290disassembler_closeinnerclassentry = ]
291disassembler_deprecated =\ (deprecated)
292disassembler_constantpoolheader = Constant pool:
293disassembler_constantpool_class = constant #{0} class: #{1} {2}
294disassembler_constantpool_double = constant #{0} double: {1}
295disassembler_constantpool_float = constant #{0} float: {1}
296disassembler_constantpool_integer = constant #{0} integer: {1}
297disassembler_constantpool_long = constant #{0} long: {1}
298disassembler_constantpool_string = constant #{0} string: #{1} "{2}"
299disassembler_constantpool_fieldref = constant #{0} field_ref: #{1}.#{2} {3}.{4} {5}
300disassembler_constantpool_interfacemethodref = constant #{0} interface_method_ref: #{1}.#{2} {3}.{4} {5}
301disassembler_constantpool_methodref = constant #{0} method_ref: #{1}.#{2} {3}.{4} {5}
302disassembler_constantpool_name_and_type = constant #{0} name_and_type: #{1}.#{2} {3} {4}
303disassembler_constantpool_utf8 = constant #{0} utf8: "{1}"
304disassembler_annotationdefaultheader = Annotation Default:\
305disassembler_annotationdefaultvalue= {0} (constant type)
306disassembler_annotationenumvalue = {2}.{3}(enum type #{0}.#{1})
307disassembler_annotationclassvalue = {1} (#{0} class type)
308disassembler_annotationannotationvalue = annotation value =
309disassembler_annotationarrayvaluestart = [
310disassembler_annotationarrayvalueend = ]
311disassembler_annotationentrystart = #{0} @{1}(
312disassembler_annotationentryend = )
313disassembler_annotationcomponent = #{0} {1}=
314disassembler_runtimevisibleannotationsattributeheader= RuntimeVisibleAnnotations:\
315disassembler_runtimeinvisibleannotationsattributeheader= RuntimeInvisibleAnnotations:\
316disassembler_runtimevisibleparameterannotationsattributeheader= RuntimeVisibleParameterAnnotations:\
317disassembler_runtimeinvisibleparameterannotationsattributeheader= RuntimeInvisibleParameterAnnotations:\
318disassembler_parameterannotationentrystart=Number of annotations for parameter {0}: {1}
319disassembler_frame_same_locals_1_stack_item_extended=[pc: {0}, same_locals_1_stack_item_extended, stack: {1}]
320disassembler_frame_chop=[pc: {0}, chop {1} local(s)]
321disassembler_frame_same_frame_extended=[pc: {0}, same_extended]
322disassembler_frame_append=[pc: {0}, append: {1}]
323# {0} = offset delta
324# {1} = number of locals
325# {2} = locals
326# {3} = number of stack items
327# {4} = stack items
328# {5} = line separator + tabs
329disassembler_frame_full_frame=[pc: {0}, full, stack: {4}, locals: {2}]
330disassembler_frame_same_frame=[pc: {0}, same]
331disassembler_frame_same_locals_1_stack_item=[pc: {0}, same_locals_1_stack_item, stack: {1}]
332### classfileformat decoding
333classfileformat_versiondetails =\ (version {0} : {1}.{2}, {3})
334classfileformat_methoddescriptor = // Method descriptor #{0} {1}
335classfileformat_fieldddescriptor = // Field descriptor #{0} {1}
336classfileformat_stacksAndLocals= // Stack: {0}, Locals: {1}
337classfileformat_superflagisnotset = no super bit
338classfileformat_superflagisset = super bit
339classfileformat_clinitname = '{'}
340classformat_classformatexception = Class Format Exception
341classfileformat_versionUnknown = unknown
342
343### string displayed for each opcode
344classformat_anewarray = {0} {2} [{1}]
345classformat_checkcast = {0} {2} [{1}]
346classformat_instanceof = {0} {2} [{1}]
347classformat_ldc_w_class = {0} <Class {2}> [{1}]
348classformat_ldc_w_float = {0} <Float {2}> [{1}]
349classformat_ldc_w_integer = {0} <Integer {2}> [{1}]
350classformat_ldc_w_string = {0} <String "{2}"> [{1}]
351classformat_ldc2_w_long = {0} <Long {2}> [{1}]
352classformat_ldc2_w_double = {0} <Double {2}> [{1}]
353classformat_multianewarray = {0} {2} [{1}]
354classformat_new = {0} {2} [{1}]
355classformat_iinc = {0} {1} {2}{3}
356classformat_invokespecial ={0} {2} [{1}]
357classformat_invokeinterface ={0} {3} [{1}] [nargs: {2}]
358classformat_invokedynamic={0} {2} [{1}]
359classformat_invokestatic ={0} {2} [{1}]
360classformat_invokevirtual ={0} {2} [{1}]
361classformat_getfield ={0} {2}.{3} : {4} [{1}]
362classformat_getstatic ={0} {2}.{3} : {4} [{1}]
363classformat_putstatic ={0} {2}.{3} : {4} [{1}]
364classformat_putfield ={0} {2}.{3} : {4} [{1}]
365classformat_newarray_boolean = {0} boolean [{1}]
366classformat_newarray_char = {0} char [{1}]
367classformat_newarray_float = {0} float [{1}]
368classformat_newarray_double = {0} double [{1}]
369classformat_newarray_byte = {0} byte [{1}]
370classformat_newarray_short = {0} short [{1}]
371classformat_newarray_int = {0} int [{1}]
372classformat_newarray_long = {0} long [{1}]
373classformat_store = {0}{1}
374classformat_load = {0}{1}
375classfileformat_anyexceptionhandler=any
376classfileformat_exceptiontableentry = [pc: {0}, pc: {1}] -> {2} when : {3}
377classfileformat_linenumbertableentry = [pc: {0}, line: {1}]
378classfileformat_localvariabletableentry = [pc: {0}, pc: {1}] local: {2} index: {3} type: {4}
379
380### Eclipse Java Core completion messages.
381engine_completing = Computing proposals...
382code_assist_internal_error=Code assist internal error