blob: d9d759366251a7e646b16ad75f61f3aff3026019 [file] [log] [blame]
#################################################################################
# Copyright (c) 2005 The Regents of the University of California.
# This material was produced under U.S. Government contract W-7405-ENG-36
# for Los Alamos National Laboratory, which is operated by the University
# of California for the U.S. Department of Energy. The U.S. Government has
# rights to use, reproduce, and distribute this software. NEITHER THE
# GOVERNMENT NOR THE UNIVERSITY MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR
# ASSUMES ANY LIABILITY FOR THE USE OF THIS SOFTWARE. If software is modified
# to produce derivative works, such modified software should be clearly marked,
# so as not to confuse it with the version available from LANL.
#
# Additionally, 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
#
# LA-CC 04-115
#
# Contributors:
# Clement Chu
#################################################################################
CommonTab.common.Exception_occurred_reading_configuration_EXCEPTION=Cannot read configuration
Tab.common.&Browse_1=&Browse
Tab.common.B&rowse_2=B&rowse
#PMainTab
PMainTab.Main=Main
PMainTab.&Project_Label=Parallel &Project:
PMainTab.&Application_Label=&Application program:
PMainTab.St&op_in_main=St&op in main
PMainTab.Project_Selection_Title=Project Selection
PMainTab.Project_Selection_Message=Choose one of projects
PMainTab.Project_required=Please select the project first
PMainTab.Enter_project_before_browsing_for_program=Enter project before browing for program
PMainTab.Program_selection=Program Selection
PMainTab.Choose_program_to_run_from_NAME=Choose program to run
PMainTab.Selection_must_be_file=Selection must be file
PMainTab.Illegal_project=Illegal project name: {0}
PMainTab.Project_not_exits=Project {0} does not exist
PMainTab.Project_is_closed=Project {0} is closed
PMainTab.Application_program_not_specified=Application program is not specified
#ParallelTab
ParallelTab.Parallel=Parallel
ParallelTab.StartupLabel=Startup:
ParallelTab.Parallel_Options=Parallel Options
ParallelTab.Number_Of_Processes=Number of &processes:
ParallelTab.NetworkTypeLabel=Network &type:
ParallelTab.Processes_Per_Node=Processes per n&ode:
ParallelTab.First_Node_Number=First &node number:
#ArgumentTab
ArgumentTab.Argument=Argument
ArgumentTab.Parallel_Program_Arguments=Parallel program &arguments:
#WorkingDirectoryBlock
WorkingDirectoryBlock.Working_directory=Working Directory
WorkingDirectoryBlock.Working_directory_colon=Working directory:
WorkingDirectoryBlock.Use_de&fault_working_directory=Use de&fault working directory
WorkingDirectoryBlock.&Local_directory=&Local directory
WorkingDirectoryBlock.Works&pace=Works&pace
WorkingDirectoryBlock.Select_&workspace_relative_working_directory=Select &workspace relative working directory
WorkingDirectoryBlock.Select_&working_directory_for_launch_configuration=Select &working directory for launch configuration
WorkingDirectoryBlock.Working_directory_does_not_exist=Working directory does not exist
WorkingDirectoryBlock.Working_directory_is_not_a_directory=Working directoru is not a directory
WorkingDirectoryBlock.Project_or_folder_does_not_exist=Project or folder does not exist
#ParallelLaunchConfigurationDelegate
ParallelLaunchConfigurationDelegate.Verifying_launch_attributes=Verifying launch attributes
ParallelLaunchConfigurationDelegate.Creating_source_locator=Creating source locator
#AbstractParallelLaunchConfigurationDelegate
AbstractParallelLaunchConfigurationDelegate.Project_not_specified=Project is not specified
AbstractParallelLaunchConfigurationDelegate.Project_does_not_exist_or_is_not_a_project=Project does not exist or is not a project type
AbstractParallelLaunchConfigurationDelegate.Application_file_not_specified=Application file is not specified
AbstractParallelLaunchConfigurationDelegate.Application_file_does_not_exist=Application file does not exist
AbstractParallelLaunchConfigurationDelegate.Number_of_process_not_specified=Number of processes is not specified
AbstractParallelLaunchConfigurationDelegate.Working_directory_does_not_exist=Working directory does not exist
AbstractParallelLaunchConfigurationDelegate.Application_path_not_found=Program path is not found
#LaunchManager
LaunchManager.Exception_occurred_executing_command_line=Exception occurred executing command line
LaunchManager.Eclipse_runtime_does_not_support_working_directory=Eclipse runtime does not support working directory
LaunchManager.{0}_({1})={0} ({1})
#ExitAction
ExitAction.text=Exit
ExitAction.tooltip=Exit parallel program
#AbortAction
AbortAction.text=Abort
AbortAction.tooltip=Abort parallel program
#TerminationAllAction
TerminationAllAction.text=Terminate parallel program
TerminationAllAction.tooltip=Terminate parallel program
#TerminateJobFromListAction
TerminateJobFromListAction.button.text=Terminate job
TerminateJobFromListAction.button.tooltip=Terminate all selected jobs
TerminateJobFromListAction.msgbox.title=Terminate Job Error
TerminateJobFromListAction.msgbox.message=Cannot terminate the job.
#ViewStatusAction
ViewStatusAction.text=View Status
ViewStatusAction.tooltip=View parallel program status
#ShowAllNodesAction
ShowAllNodesAction.text=Show all nodes
ShowAllNodesAction.tooltip=Show all nodes
#ShowProcessesAction
ShowProcessesAction.text=Show processes
ShowProcessesAction.tooltip=Show processes
#SearchAction
SearchAction.text=Search
SearchAction.tooltip=Search
#LegendAction
ShowLegendAction.text=Legend
ShowLegendAction.tooltip=Legend
#ShowMyAllocatedNodesAction
ShowMyAllocatedNodesAction.text=Show my allocated nodes
ShowMyAllocatedNodesAction.tooltip=Show my allocated nodes
#ShowMyUsedNodesAction
ShowMyUsedNodesAction.text=Show my used nodes
ShowMyUsedNodesAction.tooltip=Show my used nodes
#PTPPreferencesPage
PTPPreferencesPage.preferencesDescription=PTP Setting
PTPPreferencesPage.MPI_PATH=MPI path:
PTPPreferencesPage.browseButton=Browse
PTPPreferencesPage.Incorrect_MPI_file=Invalid mpi file
PTPPreferencesPage.Select_MPI_FILE=Select MPI file
PTPPreferencesPage.Request_timeout_text=Request timeout:
PTPPreferencesPage.Launch_timeout_text=Launch timeout:
PTPPreferencesPage.mpiFile_text=MPI file:
PTPPreferencesPage.group_mpictrl=MPI setting
PTPPreferencesPage.group_output=Program output setting
PTPPreferencesPage.output_text=Output directory:
PTPPreferencesPage.Select_Output_Directory=Select output directory
PTPPreferencesPage.output_text=Output directory:
PTPPreferencesPage.store_line_text=Store line number:
PTPPreferencesPage.Incorrect_Output_directory=invalid directory
#PSearchQuery
PSearchQuery.singularNumberPostfix={0} - 1 Number in {1}
PSearchQuery.singularPIDPostfix={0} - 1 PID in {1}
PSearchQuery.singularExitCodePostfix={0} - 1 Exit Code in {1}
PSearchQuery.pluralNumberPostfix={0} - {1} Number in {2}
PSearchQuery.pluralPIDPostfix={0} - {1} PID in {2}
PSearchQuery.pluralExitCodePostfix={0} - {1} Exit Code in {2}
#ConfigurationWizard
ConfigurationWizard.SelectFactoryDesc=Select the type of resource manager to use
ConfigurationWizard.NameDesc=Enter a name and description for the resource manager
ConfigurationWizard.NameLabel=Name:
ConfigurationWizard.DescriptionLabel=Description:
ConfigurationWizard.UseDefaultButtonLabel=Use default name and description:
ConfigurationWizard.ResourceManagerTypesLabel=Resource Manager Types:
ConfigurationWizard.FirstWizardPageName=Choose Resource Manager Type
ConfigurationWizard.SecondWizardPageName=Choose Resource Manager Name and Description
ConfigurationWizard.ThirdWizardPageName=Configure Remote Access
#ResourceManagerView
ResourceManagerView.Machines=Machines
ResourceManagerView.Queues=Queues
ResourceManagerView.ResourceManagers=Resource Managers
StopResourceManagersObjectActionDelegate.Title=Shutdown Resource Manager
StopResourceManagersObjectActionDelegate.ResourceManager=" Resource Manager?
StopResourceManagersObjectActionDelegate.Confirm= Are you sure you want to shutdown "
StopResourceManagersObjectActionDelegate.UnableStopResourceManager=Unable to stop ResourceManager "
StopResourceManagersObjectActionDelegate.ErrorStopingResourceManager=Error Stopping Resource Manager
RemoveResourceManagersAction.Title=Remove Resource Manager
RemoveResourceManagersAction.Question= Are you sure you want to remove the following resource manager(s):
TerminateJobAction.Title=Terminate Job
TerminateJobAction.Question= Are you sure you want to terminate job "
TerminateJobAction.Confirm="?