blob: b6e28c6b61c8a464b9c603962a704b9786ec9f56 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014 Obeo 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:
* Obeo - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.jsdt.bower.core.internal.utils;
/**
* The keys of the internationalization.
*
* @author <a href="mailto:stephane.begaudeau@obeo.fr">Stephane Begaudeau</a>
*/
public interface I18nKeys {
/**
* Downloading {0}...
*/
String DOWNLOADING_LABEL = "Downloading.Label"; //$NON-NLS-1$
}