Refactoringaction: net.sourceforge.phpdt.ltk.ui.actions.RenameLocalVariable
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ltk / ui / UITexts.java
index 949c04b..adac1e0 100644 (file)
@@ -1,5 +1,6 @@
 // Copyright (c) 2005 by Leif Frenzel. All rights reserved.
 // See http://leiffrenzel.de
+// modified for phpeclipse.de project by axelcl
 package net.sourceforge.phpdt.ltk.ui;
 
 import org.eclipse.osgi.util.NLS;
@@ -9,7 +10,6 @@ import org.eclipse.osgi.util.NLS;
  * provides internationalized String messages for the UI.
  * </p>
  *
- * @author Leif Frenzel
  */
 public class UITexts {
 
@@ -29,4 +29,15 @@ public class UITexts {
        public static String renamePropertyInputPage_cbUpdateBundle;
 
        public static String renamePropertyInputPage_cbAllProjects;
+
+       public static String renameLocalVariable_refuseDlg_title;
+
+       public static String renameLocalVariable_refuseDlg_message;
+
+       public static String renameLocalVariable_cbDQStrings;
+
+       public static String renameLocalVariable_cbPHPdoc;
+
+       public static String renameLocalVariable_cbOtherDoc;
+
 }