05d0d06f0ae60b07c0d4424a3806c4480d1a4b05
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / corext / template / java / JavaTemplateMessages.properties
1 #########################################
2 # (c) Copyright IBM Corp. 2000, 2001.
3 # All Rights Reserved.
4 #########################################
5
6 GlobalVariables.variable.description.cursor=The cursor position after editing template variables
7 GlobalVariables.variable.description.dollar=The dollar symbol
8 GlobalVariables.variable.description.date=Current date
9 GlobalVariables.variable.description.time=Current time
10 GlobalVariables.variable.description.user=User name
11
12 GlobalVariables.variable.name.cursor=cursor
13 GlobalVariables.variable.name.dollar=dollar
14 GlobalVariables.variable.name.date=date
15 GlobalVariables.variable.name.time=time
16 GlobalVariables.variable.name.user=user
17
18 # GlobalVariables.variable.description.line=Current line number
19
20 CompilationUnitContextType.variable.description.file=Filename of compilation unit
21 CompilationUnitContextType.variable.description.enclosing.method=Enclosing method name
22 CompilationUnitContextType.variable.description.enclosing.type=Enclosing type name
23 CompilationUnitContextType.variable.description.enclosing.package=Enclosing package name
24 CompilationUnitContextType.variable.description.enclosing.project=Enclosing project name
25 CompilationUnitContextType.variable.description.enclosing.method.arguments=Argument names of enclosing method
26 CompilationUnitContextType.variable.description.return.type=Enclosing method return type
27
28 CompilationUnitContextType.variable.name.file=file
29 CompilationUnitContextType.variable.name.enclosing.method=enclosing_method
30 CompilationUnitContextType.variable.name.enclosing.type=enclosing_type
31 CompilationUnitContextType.variable.name.enclosing.package=enclosing_package
32 CompilationUnitContextType.variable.name.enclosing.project=enclosing_project
33 CompilationUnitContextType.variable.name.enclosing.method.arguments=enclosing_method_arguments
34 CompilationUnitContextType.variable.name.return.type=return_type
35
36 JavaContextType.variable.description.array=A proposal for an array
37 JavaContextType.variable.description.array.type=A proposal for the element type of an array
38 JavaContextType.variable.description.array.element=A proposal for the element name of an array
39 JavaContextType.variable.description.index=A proposal for an index (int)
40 JavaContextType.variable.description.collection=A proposal for a collection (java.util.Collection)
41 JavaContextType.variable.description.iterator=A proposal for an iterator (java.util.Iterator)
42 JavaContextType.variable.description.arguments=Method arguments (evaluates to empty string)
43
44 JavaContextType.variable.name.array=array
45 JavaContextType.variable.name.array.type=array_type
46 JavaContextType.variable.name.array.element=array_element
47 JavaContextType.variable.name.index=index
48 JavaContextType.variable.name.collection=collection
49 JavaContextType.variable.name.iterator=iterator
50 JavaContextType.variable.name.arguments=Method arguments (evaluates to empty string)
51
52 JavaContext.error.title=Template Error
53 JavaContext.error.message=java context type missing