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.
14 public class UITexts {
16 private static final String BUNDLE_NAME = "net.sourceforge.phpdt.ltk.ui.uitexts"; //$NON-NLS-1$
19 NLS.initializeMessages(BUNDLE_NAME, UITexts.class);
23 public static String renameProperty_refuseDlg_title;
25 public static String renameProperty_refuseDlg_message;
27 public static String renamePropertyInputPage_lblNewName;
29 public static String renamePropertyInputPage_cbUpdateBundle;
31 public static String renamePropertyInputPage_cbAllProjects;
33 public static String renameLocalVariable_refuseDlg_title;
35 public static String renameLocalVariable_refuseDlg_message;
37 public static String renameLocalVariable_cbDQStrings;
39 public static String renameLocalVariable_cbPHPdoc;
41 public static String renameLocalVariable_cbOtherDoc;