blob: f2e6eee7cac101263f4f8b38c7319ea82ad114e4 [file] [log] [blame]
/*
* Copyright (c) 2020 Eclipse contributors and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*/
package org.eclipse.oomph.gitbash;
import org.eclipse.osgi.util.NLS;
public class Messages extends NLS
{
private static final String BUNDLE_NAME = "org.eclipse.oomph.gitbash.messages"; //$NON-NLS-1$
public static String GitApplyAction_ApplyPatch_label;
public static String GitApplyAction_Save_exception;
public static String GitBash_Failed_message;
public static String GitBash_GitBash_title;
public static String GitBash_Location_label;
public static String GitBash_NotFile_imessage;
public static String GitBash_Success_message;
public static String GitBash_WriteFailuire_exception;
static
{
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages()
{
}
}