tmf: Fix most Number unboxing problems
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / internal / tmf / ui / project / handlers / messages.properties
index e00c819d163967111a16e4be8ca37eaed377e33a..a284e5fbfaad012d835e692fe122321cb014e6cf 100644 (file)
@@ -1,21 +1,43 @@
-# Open trace error messages
-OpenTraceHandler_Title = Open Trace
-OpenTraceHandler_NoTraceType = No trace type associated to that trace\nPlease select a valid type
-OpenTraceHandler_NoTrace = Trace not found. Moved or deleted?
-
-# Open experiment error messages
-OpenExperimentHandler_Title = Open Experiment
-OpenExperimentHandler_NoTraceType = No trace type associated to an experiment trace\nPlease select a valid type
+###############################################################################
+# Copyright (c) 2013 Ericsson
+#
+# 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:
+#     Ericsson - Initial API and implementation
+###############################################################################
 
 # Delete message
 DeleteDialog_Title = Confirm Delete
 DeleteTraceHandler_Message = Are you sure you want to delete this trace?
+DeleteTraceHandler_Error = Error deleting trace
 DeleteExperimentHandler_Message = Are you sure you want to delete this experiment?
+DeleteExperimentHandler_Error = Error deleting experiment
 
 # Set Trace Type
+SelectTraceTypeHandler_ErrorSelectingTrace=Error selecting trace type for trace
 SelectTraceTypeHandler_Title = Validation Error
+SelectTraceTypeHandler_TraceFailedValidation=A trace has failed validation
+SelectTraceTypeHandler_TracesFailedValidation=Several trace files failed validation
 SelectTraceTypeHandler_InvalidTraceType =  Type could not be set for one or more traces
 
-# Clear tracing views
-ClearViewsHandler_title=Clear Views
-ClearViewsHandler_message=Clear the tracing views
+# Drag and drop
+DropAdapterAssistant_RenameTraceTitle=Confirm rename trace
+DropAdapterAssistant_RenameTraceMessage=A trace with the name ''{0}'' already exists in the target project.\nRename the dropped trace?
+
+# Trace synchronization
+SynchronizeTracesHandler_InitError=Error initializing trace
+SynchronizeTracesHandler_CopyProblem=Couldn't copy the original trace %s
+SynchronizeTracesHandler_WrongTraceNumber=Experiment must have more than one trace
+SynchronizeTracesHandler_Title=Synchronize traces
+SynchronizeTracesHandler_WrongType=Trace is not a kernel trace:\n
+SynchronizeTracesHandler_Error=Error synchronizing experiment
+
+SynchronizeTracesHandler_ErrorSynchingExperiment=Error synchronizing experiment %s
+SynchronizeTracesHandler_ErrorSynchingForTrace=Error synchronizing experiment %s for trace %s
+
+# Analysis modules
+AnalysisModule_Help=Help
This page took 0.024971 seconds and 5 git commands to generate.