
org.jppf.ui.i18n.JobDataPage.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jppf-admin Show documentation
Show all versions of jppf-admin Show documentation
JPPF, the open source grid computing solution
The 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
job.select.jobs.label = Select all jobs
# titles for the columns of the tree table
column.job.url.label = Driver / Job / Node
column.job.current.task.count.label = Current task count
column.job.state.label = State
column.job.initial.task.count.label = Initial task count
column.job.priority.label = Priority
column.job.max.nodes.label = 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
# update max nodes dialog
JobMaxNodesPanel.label = Maximum number of nodes
job.nolimit.toggle.label = Unlimited number of nodes
job.nolimit.toggle.tooltip = Toggles between bounded and unlimited number of nodes the job can run on
job.max.nodes.label = Maximum number of nodes
job.max.nodes.tooltip = Maximum number of nodes a job can run on
job.max.nodes.buttons.label =
job.max.nodes.buttons.tooltip = Validate or cancel the update
job.max.nodes.OK.label = OK
job.max.nodes.OK.tooltip = Perform the update
job.max.nodes.Cancel.label = Cancel
job.max.nodes.Cancel.tooltip = Cancel the update
# update job priority dialog
JobPriorityPanel.label = Update job priority
job.priority.label = Job priority
job.priority.tooltip = Choose or type the new job priority
job.priority.OK.label = OK
job.priority.OK.tooltip = Perform the update
job.priority.Cancel.label = Cancel
job.priority.Cancel.tooltip = Cancel the update
© 2015 - 2025 Weber Informatics LLC | Privacy Policy