1) Moved net.sourceforge.phpeclipse.ui\src\net\sourceforge\phpdt back to net.sourcefo...
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpdt / ltk / ui / UITexts.java
diff --git a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/ltk/ui/UITexts.java b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/ltk/ui/UITexts.java
deleted file mode 100644 (file)
index 0914c0c..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-// 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;
-
-/**
- * <p>
- * provides internationalized String messages for the UI.
- * </p>
- * 
- */
-public class UITexts {
-
-       private static final String BUNDLE_NAME = "net.sourceforge.phpdt.ltk.ui.uitexts"; //$NON-NLS-1$
-
-       static {
-               NLS.initializeMessages(BUNDLE_NAME, UITexts.class);
-       }
-
-       // message fields
-       public static String renameProperty_refuseDlg_title;
-
-       public static String renameProperty_refuseDlg_message;
-
-       public static String renamePropertyInputPage_lblNewName;
-
-       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;
-
-}