blob: 4c2e481be7f198dc68d1bcd5c6a4280ec79538a9 [file] [log] [blame]
# messages.properties
#
# /*******************************************************************************
# * Copyright (c) 2008 IBM Corporation 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:
# * IBM Corporation - initial API and implementation
# *******************************************************************************/
# BatchManager
BatchMgr.Deserialization_Error = Problem reading in a serialized Experiment from URI \"{0}\"
BatchMgr.StartBatch = Starting batch
BatchMgr.CrtSim = Creating batch
BatchMgr.Run = Running batch
# Experiment
Exp.IErr = An internal error occurred running Experiment "{0}".
Exp.MissingScenario = The Experiment "{0}" cannot run because it does not have a base Scenario.
Exp.MissingSeq = The Experiment "{0}" cannot run because its base Scenario does not have a Sequencer.
Exp.MissingModel= The Experiment "{0}" cannot run because its base Scenario does not have a Model.