blob: 5b5342c1c885be4ee1dc1ca8e6469a2e856554d1 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2004, 2010 Tasktop Technologies and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0
*
* SPDX-License-Identifier: EPL-2.0
*
* Tasktop Technologies - initial API and implementation
*******************************************************************************/
package org.eclipse.mylyn.internal.resources.ui.preferences;
import org.eclipse.osgi.util.NLS;
public class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.mylyn.internal.resources.ui.preferences.messages"; //$NON-NLS-1$
static {
// load message values from bundle file
reloadMessages();
}
public static void reloadMessages() {
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
public static String FocusedResourcesPreferencePage_Add_;
public static String FocusedResourcesPreferencePage_Add__IGNORED_RESOURCE;
public static String FocusedResourcesPreferencePage__automatic_;
public static String FocusedResourcesPreferencePage__Enable_file_change_monitoring_Label;
public static String FocusedResourcesPreferencePage_Configure_file_change_monitoring_Description;
public static String FocusedResourcesPreferencePage_Enter_pattern_____any_string_;
public static String FocusedResourcesPreferencePage_Matching_file_or_directory_names_will_not_be_added_automatically_to_the_context;
public static String FocusedResourcesPreferencePage_Remove;
public static String FocusedResourcesPreferencePage_Resource_Monitoring_Exclusions;
}