/** * Copyright (c) 2005-2008 Aptana, Inc. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html. If redistributing this code, * this entire header must remain intact. */ package com.aptana.radrails.rcp.main.preferences; import org.eclipse.osgi.util.NLS; /** * @author Ingo Muschenetz */ public final class Messages extends NLS { private static final String BUNDLE_NAME = "com.aptana.radrails.rcp.main.preferences.messages"; //$NON-NLS-1$ private Messages() { } static { // initialize resource bundle NLS.initializeMessages(BUNDLE_NAME, Messages.class); } public static String PreferenceInitializer_Cannot_Set_Default_Encoding; /** * StartupShutdownPreferencePage_ReopenExternalFilesOnStartup */ public static String StartupShutdownPreferencePage_ReopenExternalFilesOnStartup; }