1 // Copyright (c) 2005 by Leif Frenzel. All rights reserved.
2 // See http://leiffrenzel.de
3 // modified for phpeclipse.de project by axelcl
4 package net.sourceforge.phpdt.ltk.ui;
6 import org.eclipse.osgi.util.NLS;
10 * provides internationalized String messages for the UI.
13 * @author Leif Frenzel
15 public class UITexts {
17 private static final String BUNDLE_NAME = "net.sourceforge.phpdt.ltk.ui.uitexts"; //$NON-NLS-1$
20 NLS.initializeMessages(BUNDLE_NAME, UITexts.class);
24 public static String renameProperty_refuseDlg_title;
26 public static String renameProperty_refuseDlg_message;
28 public static String renamePropertyInputPage_lblNewName;
30 public static String renamePropertyInputPage_cbUpdateBundle;
32 public static String renamePropertyInputPage_cbAllProjects;