All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jppf.ui.i18n.JobDataPage.properties Maven / Gradle / Ivy

There is a newer version: 6.3-alpha
Show newest version
JobDataPage.label = Job Data
JobDataPage.tooltip = Displays dynamic status information about the jobs

job.tree.root.name = JPPF Jobs

job.refresh.toggle.label = Auto refresh
job.refresh.toggle.tooltip = Toggles between automatic and manual refresh of the tree structure

#job.button.refresh.label = Refresh tree
job.button.refresh.tooltip = Refresh the entire tree from the latest job data available on the server

#job.button.expand.label = Expand all
job.button.expand.tooltip = Expand all nodes in the tree

#job.button.collapse.label = Collapse all
job.button.collapse.tooltip = Collapse all nodes in the tree

# table columns
job.state = State
job.state.pending = Scheduled
job.state.executing = Executing
job.state.suspended = Suspended
job.current.task.count = Current task count
job.initial.task.count = Initial task count
job.priority = Priority
job.max.nodes = Max nodes

job.terminate.label = Terminate job
job.suspend.label = Suspend job (no requeue)
job.suspend_requeue.label = Suspend and requeue job 
job.resume.label = Resume job
job.update.max.nodes.label = Update maximum number of nodes
job.update.priority.label = Update job priority

# titles for the columns of the tree table 
column.job.url = Driver / Job / Node
column.job.current.task.count = Current task count 
column.job.state = State
column.job.initial.task.count = Initial task count
column.job.priority = Priority
column.job.max.nodes = Max nodes

# tooltips for the columns of the tree table 
column.job.url.tooltip = Driver / Job / Node
column.job.current.task.count.tooltip = Current count of tasks remaining in the job 
column.job.state.tooltip = The job state (executing vs. suspended)
column.job.initial.task.count.tooltip = Initial job task count
column.job.priority.tooltip = The job's priority
column.job.max.nodes.tooltip = Maximum number of nodes allocated to the job




© 2015 - 2025 Weber Informatics LLC | Privacy Policy