/******************************************************************************* * Copyright (c) 2011, 2012 Mentor Graphics and others. * 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 * * Contributors: * Vladimir Prus (Mentor Graphics) - initial API and implementation *******************************************************************************/ package org.eclipse.cdt.dsf.gdb.internal.ui.osview; import org.eclipse.osgi.util.NLS; /** * @since 2.4 */ public class Messages extends NLS { public static String OSView_3; public static String OSView_4; public static String OSView_5; public static String OSView_6; public static String OSView_7; public static String OSView_8; public static String OSView_9; public static String OSView_10; public static String OSView_11; public static String OSView_12; public static String OSView_13; public static String OSView_14; public static String OSView_15; public static String OSView_AttachJobName; public static String OSView_AttachTask; public static String OSView_CopyAction; static { // initialize resource bundle NLS.initializeMessages(Messages.class.getName(), Messages.class); } private Messages() { } }