Removed unused member fDataString.
[phpeclipse.git] / net.sourceforge.phpeclipse / templates / default-templates.properties
index ca68397..c28546d 100644 (file)
@@ -115,7 +115,8 @@ CodeTemplates.settercomment=Comment for setter method
 # ! Do not translate ${bare_field_name} !
 CodeTemplates.settercomment.paramtagcontent=The ${bare_field_name} to set.
 
-CodeTemplates.newfile=Newly created files
+CodeTemplates.newfile=Newly created PHP files
+CodeTemplates.newhtml=Newly created HTML files
 CodeTemplates.catchblock=Code in new catch blocks
 CodeTemplates.methodstub=Code in created method stubs
 CodeTemplates.constructorstub=Code in created constructor stubs
@@ -134,7 +135,11 @@ CodeTemplates.overridecomment.nonjd=(non-Javadoc)
 # ! Do not translate ${date} !
 CodeTemplates.newfile.content1=Created on ${date}
 CodeTemplates.newfile.content2=To change the template for this generated file go to
-CodeTemplates.newfile.content3=Window - Preferences - Java - Code Style - Code Templates
+CodeTemplates.newfile.content3=Window - Preferences - PHPeclipse - PHP - Code Templates
+
+CodeTemplates.newhtml.content1=Created on ${date}
+CodeTemplates.newhtml.content2=To change the template for this generated file go to
+CodeTemplates.newhtml.content3=Window - Preferences - PHPeclipse - PHP - Code Templates
 
 CodeTemplates.catchblock.tododesc=Auto-generated catch block
 CodeTemplates.methodstub.tododesc=Auto-generated method stub