/******************************************************************************* * Copyright (c) 2005, 2012 eBay 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 * *******************************************************************************/ package org.eclipse.vjet.eclipse.internal.ui.editor; import org.eclipse.osgi.util.NLS; public final class VjoEditorMessages extends NLS { public static final String BUNDLE_NAME = VjoEditorMessages.class.getName(); public static String SemanticHighlighting_methodDeclaration; public static String VjoEditor_10; public static String VjoEditor_11; public static String VjoEditor_12; public static String VjoEditor_13; // public static String VjoEditor_14; public static String VjoEditor_15; public static String VjoEditor_16; public static String VjoEditor_21; public static String VjoEditor_markOccurrences_job_name; public static String SelectionListenerWithJSTManager_job_title; // public static String ToggleMarkOccurrencesAction; public static String StructuredTextEditor_0; public static String UnknownContentTypeDialog_0; public static String UnknownContentTypeDialog_1; public static String UnknownContentTypeDialog_2; static { NLS.initializeMessages(BUNDLE_NAME, VjoEditorMessages.class); } }