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

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

The newest version!
NodeDataTabsPage.label = Topology
NodeDataTabsPage.tooltip = Monitoring and administration of the grid topology

NodeDataPage.label = Tree view
NodeDataPage.tooltip = Displays dynamic information about the state of the drivers and nodes

tree.root.name = JPPF Drivers

# tree table column labels
column.node.url.label = Driver / Node
column.node.threads.label = Threads / Priority
column.node.status.label = Node Status
column.nb.tasks.label = Executed Tasks
column.node.execution.status.label = Exec status
column.nb.slaves.label = Slave nodes
column.pending.label = Pending actions

# tree table column tooltips
column.node.url.tooltip = Host and management port of the driver or node
column.node.threads.tooltip = Number of processing threads and their priority
column.node.status.tooltip = Node connection status
column.nb.tasks.tooltip = Number of tasks executed by the node
column.node.execution.status.tooltip = Node execution status (idle vs. executing)
column.nb.slaves.tooltip = Number of provisioned slave nodes
column.pending.tooltip = Pending action for the node

button.refresh.label = 
button.refresh.tooltip = Refresh the entire tree to take into account nodes and drivers that were removed or added

button.expand.label = 
button.expand.tooltip = Expand all nodes

button.collapse.label = 
button.collapse.tooltip = Collapse all nodes

Actions.label = Actions
Actions.tooltip = Actions available on this page

TreeStructureActions.label = Tree update actions
TreeStructureActions.tooltip = Actions updating the tree structure

#Auto.label = Toggle auto-refresh
Auto.tooltip = Toggle automatic refresh of the tree

RefreshButtonPanel.label =  
RefreshButtonPanel.tooltip =  

TreeDisplayActions.label = Expand/Collapse actions
TreeDisplayActions.tooltip = Actions updating the way the tree is displayed

# toolbar actions labels
update.configuration.label = Update configuration
update.threads.label = Set thread pool size
reset.counter.label = Reset task counter
restart.node.label = Restart node (immediate)
restart.node.deferred.label = Restart node (deferred until idle)
shutdown.node.label = Shutdown node (immediate)
shutdown.node.deferred.label = Shutdown node (deferred until idle)
reconnect.node.label = Reconnect node (immediate)
reconnect.node.deferred.label = Reconnect node (deferred until idle)
toggle.active.label = Toggle node active state
node.provisioning.label = Node provisioning
select.drivers.label = Select drivers
select.all.label = Select all
select.nodes.label = Select nodes
shutdown.restart.driver.label = Server Shutdown or Restart
load.balancing.settings.label = Load-balancing settings
driver.reset.statistics.label = Reset the server statistics
cancel.deferred.action.label = Cancel the deferred action
show.information.label = System information

# toolbar actions tooltips
update.configuration.tooltip = Update the configuration of the selected node
update.threads.tooltip = Sets the thread pool size and priority for the selected nodes
reset.counter.tooltip = Reset the task counter for the selected nodes
restart.node.tooltip = Restart each selected node immediately
restart.node.deferred.tooltip = Restart each selected once it is idle
shutdown.node.tooltip = Shutdown each selected node
shutdown.node.deferred.tooltip = Shutdown each selected node once it is idle
reconnect.node.tooltip  = Reconnect each selected node immediately, without restarting it
reconnect.node.deferred.tooltip = Reconnect each elected node when it is idle, without restarting it
toggle.active.tooltip = Toggle the active state of the selected nodes
node.provisioning.tooltip = Specify the slaves to provision for the selected master nodes
select.drivers.tooltip = Select all drivers
select.all.tooltip = Select all
select.nodes.tooltip = Select all nodes
shutdown.restart.driver.tooltip =  Restart or shutdown the selected drivers
load.balancing.settings.tooltip = Load-balancing settings
driver.reset.statistics.tooltip = Reset the server statistics
cancel.deferred.action.tooltip = Cancel the deferred action
show.information.tooltip = Display all available system information

# caption for the node provisioning dialog
provisioning.frame.caption = Node provisioning
configOverridesContainer.label = Configuration overrides

# caption for the load-balancing settings dialog
load.balancing.caption = Load-balancing for driver {0}

# values displayed in the table
unknown = Unknown
# connection status
node.connected = Connected
node.disconnected = Disconnected
# execution status
node.executing = Executing
node.idle = Idle
# pending action
node.pending.none = None
node.pending.shutdown = Shutdown
node.pending.restart = Restart
node.pending.reconnection = Reconnection

#--------------- Graph view --------------------------------#

#graph.button.refresh.label = Redraw the graph
graph.button.refresh.tooltip = Redraw the graph

graph.toggle.layout.label =
graph.toggle.layout.on.label =
graph.toggle.layout.off.label =
graph.toggle.layout.tooltip = Toggle auto-layout
graph.toggle.layout.on.tooltip = Switch to manual layout
graph.toggle.layout.off.tooltip = Switch to auto layout

toggle.master.slave.label =
toggle.master.slave.on.label =
toggle.master.slave.off.label =
toggle.master.slave.on.tooltip = Hide master/slave relationships
toggle.master.slave.off.tooltip = Show master/slave relationships

graph.toggle.mode.label = Toggle selection / pan mode
#graph.toggle.mode.tooltip = Toggle selection / pan mode

graph.button.collapse.label = Collapse all nodes for the selected drivers
graph.button.expand.label= Expand all nodes for the selected drivers

graph.NodeDataPage.label = Graph view

#------------ JVM health stuff --------------------------------#

health.page.label = JVM health

# action labels
health.gc.label = Garbage collection
health.thread.dump.label = Thread dump
health.heap.dump.label = Heap dump
health.update.thresholds.label = Update alert thresholds

# action tooltips
health.gc.tooltip = Trigger a garbage collection for the selected JVM
health.thread.dump.tooltip = Display a thread dump for the selected JVM
health.heap.dump.tooltip = Trigger a heap dump for the selected JVM
health.update.thresholds.tooltip = Update alert thresholds

# column labels
column.health.url.label = Driver / Node
column.health.heap.pct.label = Heap %
column.health.heap.mb.label = Heap MB
column.health.nonheap.pct.label = Non-heap %
column.health.nonheap.mb.label = Non-heap MB
column.health.livethreads.label = Threads
column.health.cpuload.label = Process CPU
column.health.ram.pct.label = Ram %
column.health.ram.mb.label = Ram MB
column.health.systemCpuload.label = System CPU

# column tooltips
column.health.url.tooltip = Driver / Node
column.health.heap.pct.tooltip = % of used vs. maximum available heap memory
column.health.heap.mb.tooltip = Heap memory usage in MB
column.health.nonheap.pct.tooltip = % of used vs. maximum available non-heap memory
column.health.nonheap.mb.tooltip = Non-heap memory usage in MB
column.health.livethreads.tooltip = Live threads count and deadlock indicator
column.health.deadlocked.tooltip = Thread deadlock indicator
column.health.cpuload.tooltip = JVM process CPU load in %
column.health.ram.pct.tooltip = System RAM usage in %
column.health.ram.mb.tooltip = System RAM usage in MB
column.health.systemCpuload.tooltip = System CPU load in %

#------------ Node configuration update panel --------------------------------#

# displayed in the dialog's title bar
nodeConfigurationUpdatePanel.label = Update the configuration of node

forceRestart.label = Force restart
forceRestart.tooltip = Specifies whether the node should be restarted after its configuration is updated

nodeConfig.interruptIfRunning.label = Interrupt nodes even if running
nodeConfig.interruptIfRunning.tooltip = Whether the nodes can be restarted immediately \nor only once they are idle (deferred restart)

configProperties.label = Configuration overrides

configProperties.tooltip = properties that will override the existing configuration
configButtons.tooltip = Apply or cancel the updates

updateConfigOK.label = Update
updateConfigOK.tooltip = Apply new settings by sending them to the node

updateConfigCancel.label = Cancel
updateConfigCancel.tooltip = Close this dialog without applying any settings

#------------ Node threads and priority panel --------------------------------#

# displayed in the dialog's title bar
NodeThreadPoolPanel.label = Number of threads and priority
NodeThreadPoolPanel.tooltip = 

threadFields.label = 
threadFields.tooltip = Settings of the node's execution thread pool

nbThreads.label = Number of threads
nbThreads.tooltip = Number of threads in the node's execution thread pool

threadPriority.label = Threads priority (1 - 10)
threadPriority.tooltip = Priority of the threads in the node's execution thread pool

threadButtons.label = 
threadButtons.tooltip = Validate or cancel the update

nodeThreadsOK.label = OK
nodeThreadsOK.tooltip = Apply new settings by sending them to the node

nodeThreadsCancel.label = Cancel
nodeThreadsCancel.tooltip = Close this dialog without applying any settings





© 2015 - 2025 Weber Informatics LLC | Privacy Policy