X-Git-Url: http://secure.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 index 949c04b..0914c0c 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/UITexts.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/UITexts.java @@ -1,5 +1,6 @@ // Copyright (c) 2005 by Leif Frenzel. All rights reserved. // See http://leiffrenzel.de +// modified for phpeclipse.de project by axelcl package net.sourceforge.phpdt.ltk.ui; import org.eclipse.osgi.util.NLS; @@ -8,8 +9,7 @@ import org.eclipse.osgi.util.NLS; *

* provides internationalized String messages for the UI. *

- * - * @author Leif Frenzel + * */ public class UITexts { @@ -29,4 +29,15 @@ public class UITexts { public static String renamePropertyInputPage_cbUpdateBundle; public static String renamePropertyInputPage_cbAllProjects; + + public static String renameLocalVariable_refuseDlg_title; + + public static String renameLocalVariable_refuseDlg_message; + + public static String renameLocalVariable_cbDQStrings; + + public static String renameLocalVariable_cbPHPdoc; + + public static String renameLocalVariable_cbOtherDoc; + }