A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ltk / ui / UITexts.java
index 949c04b..0914c0c 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;
@@ -8,8 +9,7 @@ import org.eclipse.osgi.util.NLS;
  * <p>
  * 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;
+
 }