refactory: added UI removed from core plugin.
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpdt / ltk / ui / uitexts.properties
1 renameProperty_refuseDlg_title=Rename PHP identifier
2 renameProperty_refuseDlg_message=This refactoring is only available on PHP files.
3 renamePropertyInputPage_lblNewName=New name\:
4 renamePropertyInputPage_cbUpdateBundle=Update all PHP files in the same project
5 renamePropertyInputPage_cbAllProjects=Update all PHP projects in the workspace (forces preview)
6
7 renameLocalVariable_refuseDlg_title=Rename Local PHP variable
8 renameLocalVariable_refuseDlg_message=The selected identifier is no local PHP variable.
9 renameLocalVariable_cbDQStrings=Rename variable inside double quoted strings
10 renameLocalVariable_cbPHPdoc=Rename variable inside PHPdoc comments
11 renameLocalVariable_cbOtherDoc=Rename variable inside other PHP comments (line or block)