/******************************************************************************* * Copyright (c) 2011-2014 EclipseSource Muenchen GmbH 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: * Edgar Mueller - initial API and implementation ******************************************************************************/ package org.eclipse.emf.emfstore.internal.client.ui.dialogs; import org.eclipse.osgi.util.NLS; /** * Client dialogs related messages. * * @author emueller * @generated */ public final class Messages extends NLS { private static final String BUNDLE_NAME = "org.eclipse.emf.emfstore.internal.client.ui.dialogs.messages"; //$NON-NLS-1$ public static String BranchSelectionDialog_BranchSelection; public static String BranchSelectionDialog_Cancel; public static String BranchSelectionDialog_Checkout_Branch; public static String BranchSelectionDialog_Create_Branch; public static String BranchSelectionDialog_Name_For_New_Branch; public static String BranchSelectionDialog_New_Branch; public static String BranchSelectionDialog_OK; public static String BranchSelectionDialog_Select_Branch_To_Merge_With; public static String BranchSelectionDialog_Select_Checkout_Branch; public static String CommitDialog_Commit; public static String CommitDialog_CommitLocalChanges; public static String CommitDialog_EmptyMessage; public static String CommitDialog_LogMessage; public static String CommitDialog_NumberOfCompositeChanges; public static String CommitDialog_NumberOverallChanges; public static String CommitDialog_OfProject; public static String CommitDialog_PreviousMessage; public static String CommitDialog_ToServer; static { // initialize resource bundle NLS.initializeMessages(BUNDLE_NAME, Messages.class); } private Messages() { } }