package eu.dnetlib.espas.gui.client;

import com.google.gwt.i18n.client.Constants;

/**
 * Created by stefania on 10/1/14.
 */
public interface ESPASConstants extends Constants {

    //My Account
    String myPersonalInfoLabel();
    String userRegistrationLabel();
    String myFileDownloadsLabel();
    String myDataDownloadsLabel();
    String dataProviderManagementLabel();
    String dataRegistrationLabel();

    //Data Overview
    String summaryMainLabel();
    String summarySecondaryLabel();
    String summaryDataProvidersLabel();
    String browseDataLabel();
    String statisticsLabel();

    //Data Search
    String searchFirstWorkflowLabel();
    String searchFirstWorkflowSmallLabel();
    String searchSecondWorkflowLabel();
    String searchSecondWorkflowSmallLabel();
    String assetsTooltip();
    String timePeriodTooltip();
    String observedPropertiesTooltip();
    String observationCollectionsTooltip();
    String timeLocationTooltip();
    String assetsInfoLabel();
    String timePeriodInfoLabel();
    String observedPropertiesInfoLabel();
    String observationCollectionsInfoLabel();
    String resultsInfoLabel();
    String timeLocationInfoLabelTime();
    String timeLocationInfoLabelLocation();

    //Support
    String espasDescription();
    String espasGlossary();
    String forDataProvidersFirstPart();
    String forDataProvidersSecondPart();
    String ontologyOverview();
    String dataModelOverview();
}
