X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/UITexts.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/UITexts.java deleted file mode 100644 index 949c04b..0000000 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/UITexts.java +++ /dev/null @@ -1,32 +0,0 @@ -// Copyright (c) 2005 by Leif Frenzel. All rights reserved. -// See http://leiffrenzel.de -package net.sourceforge.phpdt.ltk.ui; - -import org.eclipse.osgi.util.NLS; - -/** - *

- * provides internationalized String messages for the UI. - *

- * - * @author Leif Frenzel - */ -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; -}