1 #########################################
 
   2 # (c) Copyright IBM Corp. 2000, 2001.
 
   4 #########################################
 
   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.year=Current year
 
  10 GlobalVariables.variable.description.time=Current time
 
  11 GlobalVariables.variable.description.user=User name
 
  13 GlobalVariables.variable.name.cursor=cursor
 
  14 GlobalVariables.variable.name.dollar=dollar
 
  15 GlobalVariables.variable.name.date=date
 
  16 GlobalVariables.variable.name.year=year
 
  17 GlobalVariables.variable.name.time=time
 
  18 GlobalVariables.variable.name.user=user
 
  20 # GlobalVariables.variable.description.line=Current line number
 
  22 CompilationUnitContextType.variable.description.file=Filename of compilation unit
 
  23 CompilationUnitContextType.variable.description.enclosing.method=Enclosing method name
 
  24 CompilationUnitContextType.variable.description.enclosing.type=Enclosing type name
 
  25 CompilationUnitContextType.variable.description.enclosing.package=Enclosing package name
 
  26 CompilationUnitContextType.variable.description.enclosing.project=Enclosing project name
 
  27 CompilationUnitContextType.variable.description.enclosing.method.arguments=Argument names of enclosing method
 
  28 CompilationUnitContextType.variable.description.return.type=Enclosing method return type
 
  30 CompilationUnitContextType.variable.name.file=file
 
  31 CompilationUnitContextType.variable.name.enclosing.method=enclosing_method
 
  32 CompilationUnitContextType.variable.name.enclosing.type=enclosing_type
 
  33 CompilationUnitContextType.variable.name.enclosing.package=enclosing_package
 
  34 CompilationUnitContextType.variable.name.enclosing.project=enclosing_project
 
  35 CompilationUnitContextType.variable.name.enclosing.method.arguments=enclosing_method_arguments
 
  36 CompilationUnitContextType.variable.name.return.type=return_type
 
  38 JavaContextType.variable.description.array=A proposal for an array
 
  39 JavaContextType.variable.description.array.type=A proposal for the element type of an array
 
  40 JavaContextType.variable.description.array.element=A proposal for the element name of an array
 
  41 JavaContextType.variable.description.index=A proposal for an index (int)
 
  42 JavaContextType.variable.description.collection=A proposal for a collection (java.util.Collection)
 
  43 JavaContextType.variable.description.iterator=A proposal for an iterator (java.util.Iterator)
 
  44 JavaContextType.variable.description.arguments=Method arguments (evaluates to empty string)
 
  46 JavaContextType.variable.name.array=array
 
  47 JavaContextType.variable.name.array.type=array_type
 
  48 JavaContextType.variable.name.array.element=array_element
 
  49 JavaContextType.variable.name.index=index
 
  50 JavaContextType.variable.name.collection=collection
 
  51 JavaContextType.variable.name.iterator=iterator
 
  52 JavaContextType.variable.name.arguments=Method arguments (evaluates to empty string)
 
  54 JavaContext.error.title=Template Error
 
  55 JavaContext.error.message=PHP context type missing