X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=org.eclipse.linuxtools.tmf.ui%2Fsrc%2Forg%2Feclipse%2Flinuxtools%2Ftmf%2Fui%2Fproject%2Fwizards%2FMessages.java;h=e883ebb0855d006d4a4dd410e997d46a8eb74157;hb=fbdee51bae97d04fb50bec47da228e74672154ca;hp=95f9bd27a128ce7d9de1f6dfd393b55b2e290225;hpb=94d4821e6d09e2fafc652eabaf729cdc8d9a50ff;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/wizards/Messages.java b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/wizards/Messages.java index 95f9bd27a1..e883ebb085 100644 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/wizards/Messages.java +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/wizards/Messages.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2011, 2012 Ericsson + * Copyright (c) 2011, 2014 Ericsson * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v1.0 which @@ -8,6 +8,9 @@ * * Contributors: * Francois Chouinard - Initial API and implementation + * Patrick Tasse - Add support for folder elements + * Marc-Andre Laperle - Preserve folder structure on import + * Bernd Hufmann - Extract ImportTraceWizard messages *******************************************************************************/ package org.eclipse.linuxtools.tmf.ui.project.wizards; @@ -33,96 +36,49 @@ public class Messages extends NLS { */ public static String NewProjectWizard_DialogMessage; /** - * The dialog title of the import trace wizard - */ - public static String ImportTraceWizard_DialogTitle; - /** - * The title of the file system within the import trace wizard - */ - public static String ImportTraceWizard_FileSystemTitle; - /** - * The title of the the import trace wizard page. - */ - public static String ImportTraceWizard_ImportTrace; - /** - * The label of the directory location (import trace wizard) - */ - public static String ImportTraceWizard_DirectoryLocation; - /** - * The title of the select trace directory dialog (import trace wizard) - */ - public static String ImportTraceWizard_SelectTraceDirectoryTitle; - /** - * The message of the select trace directory dialog (import trace wizard) - */ - public static String ImportTraceWizard_SelectTraceDirectoryMessage; - /** - * The title of the trace type label (import trace wizard) - */ - public static String ImportTraceWizard_TraceType; - /** - * The label of the overwrite checkbox (import trace wizard) - */ - public static String ImportTraceWizard_OverwriteExistingTrace; - /** - * The label of the checkbox to create a link to the trace in workspace (import trace wizard) - */ - public static String ImportTraceWizard_CreateLinksInWorkspace; - /** - * The error message for invalid trace directory (import trace wizard) + * The title of the select traces wizard. */ - public static String ImportTraceWizard_InvalidTraceDirectory; + public static String SelectTracesWizard_WindowTitle; /** - * The error message when a trace validation failed (import trace wizard). + * The column header for the traces (select traces wizard page). */ - public static String ImportTraceWizard_TraceValidationFailed; + public static String SelectTracesWizardPage_TraceColumnHeader; /** - * The error message when trace source is empty (import trace wizard). + * The title of select traces wizard page. */ - public static String ImportTraceWizard_SelectTraceSourceEmpty; + public static String SelectTracesWizardPage_WindowTitle; /** - * The error message when no trace is selected (import trace wizard). + * The description of the select traces wizard page. */ - public static String ImportTraceWizard_SelectTraceNoneSelected; + public static String SelectTracesWizardPage_Description; /** - * The error message when an error occurred during import operation. + * The error message when selecting of traces for an experiment fails. + * @since 3.1 */ - public static String ImportTraceWizard_ImportProblem; + public static String SelectTracesWizardPage_SelectionError; /** - * The error message if destination directory is a virtual folder. + * The task name for selecting of a trace for an experiment. + * @since 3.1 */ - public static String ImportTraceWizard_CannotImportFilesUnderAVirtualFolder; + public static String SelectTracesWizardPage_TraceSelectionTask; /** - * The error message if destination directory is a virtual folder (for a link). + * The task name for removing of a trace for an experiment. + * @since 3.1 */ - public static String ImportTraceWizard_HaveToCreateLinksUnderAVirtualFolder; + public static String SelectTracesWizardPage_TraceRemovalTask; /** - * The label string of the browse button. + * The cancel message for the trace selection operation. + * @since 3.1 */ - public static String ImportTraceWizard_BrowseButton; + public static String SelectTracesWizardPage_SelectionOperationCancelled; /** - * The information label string. + * The error message title. + * @since 3.1 */ - public static String ImportTraceWizard_Information; + public static String SelectTracesWizardPage_InternalErrorTitle; /** - * The title of the select traces wizard. + * The error message when no name was entered in a dialog box (new trace or experiment dialog) */ - public static String SelectTracesWizard_WindowTitle; - /** - * The column header for the traces (select traces wizard page). - */ - public static String SelectTracesWizardPage_TraceColumnHeader; - /** - * The title of select traces wizard page. - */ - public static String SelectTracesWizardPage_WindowTitle; - /** - * The description of the select traces wizard page. - */ - public static String SelectTracesWizardPage_Description; - /** - * The error message when no name was entered in a dialog box (new trace or experiment dialog) - */ public static String Dialog_EmptyNameError; /** * The error message when name of trace or experiment already exists @@ -184,6 +140,31 @@ public class Messages extends NLS { * The label of the field for entering the new trace name. */ public static String CopyTraceDialog_TraceNewName; + /** + * The title of the new folder dialog. + * @since 3.0 + */ + public static String NewFolderDialog_DialogTitle; + /** + * The label of the new folder name field. + * @since 3.0 + */ + public static String NewFolderDialog_FolderName; + /** + * The title of the rename folder dialog. + * @since 3.0 + */ + public static String RenameFolderDialog_DialogTitle; + /** + * The label of the field of the current folder name. + * @since 3.0 + */ + public static String RenameFolderDialog_FolderName; + /** + * The label of the field for entering the new folder name. + * @since 3.0 + */ + public static String RenameFolderDialog_FolderNewName; static { // initialize resource bundle