1 // Copyright (c) 2005 by Leif Frenzel. All rights reserved.
2 // See http://leiffrenzel.de
3 package net.sourceforge.phpdt.ltk.core;
5 import org.eclipse.osgi.util.NLS;
9 * provides internationalized messages Strings from the coretexts resource
13 * @author Leif Frenzel
15 public class CoreTexts extends NLS {
17 private static final String BUNDLE_NAME = "net.sourceforge.phpdt.ltk.core.coretexts"; //$NON-NLS-1$
20 NLS.initializeMessages(BUNDLE_NAME, CoreTexts.class);
24 public static String renamePropertyProcessor_name;
26 public static String renamePropertyDelegate_noSourceFile;
28 public static String renamePropertyDelegate_roFile;
30 public static String renamePropertyDelegate_noPHPKey;
32 public static String renamePropertyDelegate_collectingChanges;
34 public static String renamePropertyDelegate_checking;
35 // public static String renamePropertyDelegate_propNotFound;