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.core;
6 import org.eclipse.osgi.util.NLS;
10 * provides internationalized messages Strings from the coretexts resource
14 * @author Leif Frenzel
16 public class CoreTexts extends NLS {
18 private static final String BUNDLE_NAME = "net.sourceforge.phpdt.ltk.core.coretexts"; //$NON-NLS-1$
21 NLS.initializeMessages(BUNDLE_NAME, CoreTexts.class);
25 public static String renamePropertyProcessor_name;
27 public static String renamePropertyDelegate_noSourceFile;
29 public static String renamePropertyDelegate_roFile;
31 public static String renamePropertyDelegate_noPHPKey;
33 public static String renamePropertyDelegate_collectingChanges;
35 public static String renamePropertyDelegate_checking;
36 // public static String renamePropertyDelegate_propNotFound;