[jboss-cvs] JBossAS SVN: r59713 - projects/admin-console/trunk/src/resources/admin-console.war/WEB-INF/classes/messages.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Jan 17 17:19:33 EST 2007
Author: chilin
Date: 2007-01-17 17:19:33 -0500 (Wed, 17 Jan 2007)
New Revision: 59713
Added:
projects/admin-console/trunk/src/resources/admin-console.war/WEB-INF/classes/messages/jbossmqmessages.properties
Removed:
projects/admin-console/trunk/src/resources/admin-console.war/WEB-INF/classes/messages/jmsmessages.properties
Log:
c:/temp/message.txt
Copied: projects/admin-console/trunk/src/resources/admin-console.war/WEB-INF/classes/messages/jbossmqmessages.properties (from rev 59712, projects/admin-console/trunk/src/resources/admin-console.war/WEB-INF/classes/messages/jmsmessages.properties)
===================================================================
--- projects/admin-console/trunk/src/resources/admin-console.war/WEB-INF/classes/messages/jbossmqmessages.properties (rev 0)
+++ projects/admin-console/trunk/src/resources/admin-console.war/WEB-INF/classes/messages/jbossmqmessages.properties 2007-01-17 22:19:33 UTC (rev 59713)
@@ -0,0 +1,259 @@
+#####################################################################
+#
+# File: jmsmessages.properties.
+#
+#
+# This file will hold all of the JMS-related strings.
+#
+#####################################################################
+
+
+#####################################################
+# Navigation
+#####################################################
+navigation.destination.title=Destinations:
+navigation.destination.item.queue=Queues
+navigation.destination.item.topic=Topics
+
+#####################################################
+# JMS text
+#####################################################
+jms.section.heading.manage=Manage JBossMQ:
+jms.section.heading.settings.page=Settings
+jms.section.heading.more.page=More...
+jms.section.heading.messageSql.page=Message SQL
+jms.section.heading.stateSql.page=State SQL
+jms.section.heading.configurable=Configurable Attributes
+jms.section.heading.readonly=Read-Only Attributes
+jms.section.heading.messageSql=SQL Properties for Message Persistence
+jms.section.heading.stateSql=SQL Properties for JMS State Persistence
+
+#page1
+jms.view.highMemoryMark=High memory mark:
+jms.view.maxMemoryMark=Max memory mark:
+jms.view.maximumHard=Maximum hard:
+jms.view.minimumHard=Minimum hard:
+jms.view.softenAtLeastEveryMillis=Soften at least every millis:
+jms.view.softenNoMoreOftenThanMillis=Soften no more often than millis:
+jms.view.softenWaitMillis=Soften wait millis:
+jms.view.makeSoftReferences=Make soft references:
+jms.view.dataSource=Data source:
+jms.view.connectionRetryAttempts=Connection retry attempts:
+jms.view.recoveryRetries=Recovery retries:
+jms.view.recoveryTimeout=Recovery timeout:
+jms.view.recoverMessagesChunk=Recover messages chunk:
+jms.view.hasSecurityManager=Has security manager:
+jms.view.securityDomain=Security domain:
+jms.view.defaultSecurityRoles=Default security roles:
+
+#page2
+jms.view.softenedSize=Softened size:
+jms.view.currentMemoryUsage=Current memory usage:
+jms.view.totalCacheSize=Total cache size:
+jms.view.hardRefCacheSize=Hard ref cache size:
+jms.view.softRefCacheSize=Soft ref cache size:
+jms.view.cacheHits=Cache hits:
+jms.view.cacheMisses=Cache misses:
+
+jms.update.success=JMS attributes have been updated successfully
+jms.update.failure=Failed to update the JMS attributes
+
+
+#####################################################
+# Destination text
+#####################################################
+destination.list.destinations.page.header=Destinations
+destination.list.destinations.queue.header=Queues:
+destination.list.destinations.topic.header=Topics:
+
+destination.list.destinations.queue.empty.header=No queues are currently defined
+destination.list.destinations.topic.empty.header=No topics are currently defined
+
+destination.section.heading.create=Create
+destination.section.heading.view=View
+destination.section.heading.topic=Topic:
+destination.section.heading.queue=Queue:
+destination.section.heading.settings.page=Settings
+destination.section.heading.more.page=More...
+destination.section.heading.configurable=Configurable Attributes
+destination.section.heading.readonly=Read-Only Attributes
+destination.section.heading.messageStatistics.page=Message Statistics
+destination.section.heading.messages.page=Messages
+destination.section.heading.receivers.page=Receivers
+destination.section.heading.subscriptions.page=Subscriptions
+destination.section.heading.messageHistory.page=Message Counter History
+
+destination.list.header.name=Name
+destination.list.header.jndiname=JNDI Name
+destination.list.header.deploymentStatus=Deployment Status
+destination.list.header.state=State
+destination.list.header.view=View
+destination.list.header.remove=Remove
+destination.list.header.viewMessage=Message
+
+#page1
+destination.view.name=Name:
+destination.view.queueName=Queue name:
+destination.view.topicName=Topic name:
+destination.view.jndiName=JNDI name:
+destination.view.inMemory=In memory?
+destination.view.reDeliveryDelay=Redelivery delay (milliseconds):
+destination.view.reDeliveryLimit=Redelivery limit:
+destination.view.receiversImpl=ReceiversImpl class:
+destination.view.maxDepth=Max depth:
+destination.view.msgCounterHistoryDayLimit=Message counter history day limit:
+destination.view.destinationManager=Destination manager:
+destination.view.securityManager=Security manager:
+destination.view.securityConfig=Security config:
+destination.view.securityRoles=Security roles:
+
+#page2
+destination.view.queueDepth=Queue depth:
+destination.view.scheduledMsgCount=Scheduled message count:
+destination.view.receiversCount=Receivers count:
+destination.view.durableMsgCount=Durable message count:
+destination.view.nonDurableMsgCount=Non-durable message count:
+destination.view.durableSubCount=Durable subscription count:
+destination.view.nonDurableSubCount=Non-durable subscription count:
+destination.view.allMsgCount=All message count:
+destination.view.allSubCount=All subscription count:
+
+#Other page
+#destination.view.msgCounter=Message counter
+#destination.view.msgStatistics=Message statistics
+
+destination.create.success=Destination has been created successfully, but may not yet have been deployed. If the destination you created is not in the list please wait a few seconds and click the Refresh List button.
+destination.create.failure=Failed to create the destination, please check the server log file for detail.
+destination.update.success=Destination has been updated successfully, but may not yet have been deployed. If the destination you updated is not in the list please wait a few seconds and click the Refresh List button.
+destination.update.failure=Failed to update the destination, please check the server log file for detail.
+destination.remove.success=The process of removing the {0} has been started successfully, but may not yet have completed. If the {0} you removed is still in the list please wait a few seconds and click the Refresh List button.
+destination.remove.failure=Failed to remove the {0}, please check the server log file for detail.
+
+# 0 - topic or queue
+# 1 - name
+destination.remove.confirm=Are you sure that you want to remove {0} {1}?
+
+# View Messages
+destination.msg.view.messageStatistics.empty=No message statistics information was available
+destination.msg.view.messageStatistics.page.header=Message Statistics: {0}/{1}
+destination.msg.view.messages.page.header=Destination Messages: {0}/{1}
+destination.msg.view.receivers.page.header=Receivers: {0}/{1}
+destination.msg.view.subscriptions.page.header=Subscriptions: {0}/{1}
+destination.msg.view.durableSubscriptions.page.header=Durable Subscriptions
+destination.msg.view.nonDurableSubscriptions.page.header=Non-durable Subscriptions
+destination.msg.view.messageHistory.page.header=Message Counter History: {0}/{1}
+destination.msg.view.queueMessages.empty=No messages found
+destination.msg.view.topicMessages.empty=No messages found for the specified subscription
+destination.msg.view.receivers.empty=No receivers found
+destination.msg.view.durableSubscriptions.empty=No durable subscriptions found
+destination.msg.view.nonDurableSubscriptions.empty=No non-durable subscriptions found
+destination.msg.view.messageHistory.empty=No message counter history information was available
+destination.msg.removeMessage.success=Destination messages were removed
+destination.msg.resetMessageCounter.success=Destination message counter was reset
+destination.msg.resetMessageCounterHistory.success=Destination message counter history was reset
+
+destination.msgStats.view.header.type=Type
+destination.msgStats.view.header.name=Name
+destination.msgStats.view.header.subscriptionId=SubscriptionId
+destination.msgStats.view.header.durable=Durable
+destination.msgStats.view.header.count=Count
+destination.msgStats.view.header.countDelta=CountDelta
+destination.msgStats.view.header.depth=Depth
+destination.msgStats.view.header.depthDelta=DepthDelta
+destination.msgStats.view.header.lastUpdate=LastUpdate
+
+destination.msg.view.header.jmsDeliveryMode=JmsDeliveryMode
+destination.msg.view.header.jmsExpiration=JmsExpiration
+destination.msg.view.header.jmsPriority=JmsPriority
+destination.msg.view.header.jmsMessageID=JmsMessageID
+destination.msg.view.header.jmsTimeStamp=JmsTimeStamp
+destination.msg.view.header.jmsCorrelationID=JmsCorrelationID
+destination.msg.view.header.jmsReplyTo=JmsReplyTo
+destination.msg.view.header.jmsType=JmsType
+destination.msg.view.header.jmsRedelivered=JmsRedelivered
+destination.msg.view.header.jmsProperties=JmsProperties
+destination.msg.view.header.jmsPropReadWrite=jmsPropReadWrite
+destination.msg.view.header.msgReadOnly=MsgReadOnly
+destination.msg.view.header.producerClientId=producerClientId
+destination.msg.view.body=Message Body
+
+destination.subs.view.header.clientID=Client ID
+destination.subs.view.header.subName=Subscription Name
+destination.subs.view.header.subID=Subscription ID
+destination.subs.view.header.sessionID= Session ID
+destination.subs.view.header.selector=Selector
+destination.subs.view.header.msgSelector=Message Selector
+destination.subs.view.header.noLocal=No Local
+destination.subs.view.header.destroyDurableSub=Destroy Durable Subscription
+destination.subs.view.header.message=Message
+
+destination.button.remove=Remove
+destination.button.test=Test
+destination.button.view=View
+destination.button.viewData=View Data
+destination.button.create=Create
+destination.button.save=Save
+destination.button.refresh=Refresh List
+destination.button.cancel=Cancel
+destination.button.viewMessages=View Messages
+destination.button.removeMessages=Remove All Messages
+destination.button.resetMessageCounter=Reset Message Counter
+destination.button.resetMessageCounterHistory=Reset Message Counter History
+
+
+#################################
+# Struts Validator Error Messages
+#################################
+errors.required={0} is required.
+errors.minlength={0} can not be less than {1} characters.
+errors.maxlength={0} can not be greater than {1} characters.
+errors.invalid={0} is invalid.
+
+errors.byte={0} must be a byte.
+errors.short={0} must be a short.
+errors.integer={0} must be an integer.<br/>
+errors.long={0} must be a long.
+errors.float={0} must be a float.
+errors.double={0} must be a double.
+
+errors.date={0} is not a date.
+errors.range={0} is not in the range {1} through {2}.
+errors.creditcard={0} is an invalid credit card number.
+errors.email={0} is an invalid e-mail address.
+
+errors.class={0} must be a valid class name.
+
+
+#################################
+# Exception Messages
+#################################
+
+# {0} - the error id number
+# {1} - the error text
+jms.error.format={1} [{0}]
+
+# {0} - the name of the destination type
+101=Destination type {0} is invalid
+102=Null destination service value returned
+103=The identifier constructor argument cannot be null
+104=The identifier argument must contain a separator
+105=Failed to create module
+106=Failed to deploy module
+107=Failed to undeploy module
+108=Failed to remove module
+109=The specified DestinationIdentifier is null
+110=Module name on the specified DestinationIdentifier is null
+111=Failed to call the DeploymentService.getDeployedURL() method
+112=Failed to get destination MBeans
+113=Failed to create MBean from the DestinationIdentifier
+114=Failed to list deployed modules
+115=Failed to list destination messages
+116=Failed to list receivers
+117=Failed to list subscriptions
+118=Failed to get message statistics
+119=Failed to list message counter history
+120=Failed to remove destination messages
+121=Failed to reset message counter
+122=Failed to reset message counter history
+123=Failed to update mbean attributes
+
Deleted: projects/admin-console/trunk/src/resources/admin-console.war/WEB-INF/classes/messages/jmsmessages.properties
===================================================================
--- projects/admin-console/trunk/src/resources/admin-console.war/WEB-INF/classes/messages/jmsmessages.properties 2007-01-17 22:14:11 UTC (rev 59712)
+++ projects/admin-console/trunk/src/resources/admin-console.war/WEB-INF/classes/messages/jmsmessages.properties 2007-01-17 22:19:33 UTC (rev 59713)
@@ -1,259 +0,0 @@
-#####################################################################
-#
-# File: jmsmessages.properties.
-#
-#
-# This file will hold all of the JMS-related strings.
-#
-#####################################################################
-
-
-#####################################################
-# Navigation
-#####################################################
-navigation.destination.title=Destinations:
-navigation.destination.item.queue=Queues
-navigation.destination.item.topic=Topics
-
-#####################################################
-# JMS text
-#####################################################
-jms.section.heading.manage=Manage JBossMQ:
-jms.section.heading.settings.page=Settings
-jms.section.heading.more.page=More...
-jms.section.heading.messageSql.page=Message SQL
-jms.section.heading.stateSql.page=State SQL
-jms.section.heading.configurable=Configurable Attributes
-jms.section.heading.readonly=Read-Only Attributes
-jms.section.heading.messageSql=SQL Properties for Message Persistence
-jms.section.heading.stateSql=SQL Properties for JMS State Persistence
-
-#page1
-jms.view.highMemoryMark=High memory mark:
-jms.view.maxMemoryMark=Max memory mark:
-jms.view.maximumHard=Maximum hard:
-jms.view.minimumHard=Minimum hard:
-jms.view.softenAtLeastEveryMillis=Soften at least every millis:
-jms.view.softenNoMoreOftenThanMillis=Soften no more often than millis:
-jms.view.softenWaitMillis=Soften wait millis:
-jms.view.makeSoftReferences=Make soft references:
-jms.view.dataSource=Data source:
-jms.view.connectionRetryAttempts=Connection retry attempts:
-jms.view.recoveryRetries=Recovery retries:
-jms.view.recoveryTimeout=Recovery timeout:
-jms.view.recoverMessagesChunk=Recover messages chunk:
-jms.view.hasSecurityManager=Has security manager:
-jms.view.securityDomain=Security domain:
-jms.view.defaultSecurityRoles=Default security roles:
-
-#page2
-jms.view.softenedSize=Softened size:
-jms.view.currentMemoryUsage=Current memory usage:
-jms.view.totalCacheSize=Total cache size:
-jms.view.hardRefCacheSize=Hard ref cache size:
-jms.view.softRefCacheSize=Soft ref cache size:
-jms.view.cacheHits=Cache hits:
-jms.view.cacheMisses=Cache misses:
-
-jms.update.success=JMS attributes have been updated successfully
-jms.update.failure=Failed to update the JMS attributes
-
-
-#####################################################
-# Destination text
-#####################################################
-destination.list.destinations.page.header=Destinations
-destination.list.destinations.queue.header=Queues:
-destination.list.destinations.topic.header=Topics:
-
-destination.list.destinations.queue.empty.header=No queues are currently defined
-destination.list.destinations.topic.empty.header=No topics are currently defined
-
-destination.section.heading.create=Create
-destination.section.heading.view=View
-destination.section.heading.topic=Topic:
-destination.section.heading.queue=Queue:
-destination.section.heading.settings.page=Settings
-destination.section.heading.more.page=More...
-destination.section.heading.configurable=Configurable Attributes
-destination.section.heading.readonly=Read-Only Attributes
-destination.section.heading.messageStatistics.page=Message Statistics
-destination.section.heading.messages.page=Messages
-destination.section.heading.receivers.page=Receivers
-destination.section.heading.subscriptions.page=Subscriptions
-destination.section.heading.messageHistory.page=Message Counter History
-
-destination.list.header.name=Name
-destination.list.header.jndiname=JNDI Name
-destination.list.header.deploymentStatus=Deployment Status
-destination.list.header.state=State
-destination.list.header.view=View
-destination.list.header.remove=Remove
-destination.list.header.viewMessage=Message
-
-#page1
-destination.view.name=Name:
-destination.view.queueName=Queue name:
-destination.view.topicName=Topic name:
-destination.view.jndiName=JNDI name:
-destination.view.inMemory=In memory?
-destination.view.reDeliveryDelay=Redelivery delay (milliseconds):
-destination.view.reDeliveryLimit=Redelivery limit:
-destination.view.receiversImpl=ReceiversImpl class:
-destination.view.maxDepth=Max depth:
-destination.view.msgCounterHistoryDayLimit=Message counter history day limit:
-destination.view.destinationManager=Destination manager:
-destination.view.securityManager=Security manager:
-destination.view.securityConfig=Security config:
-destination.view.securityRoles=Security roles:
-
-#page2
-destination.view.queueDepth=Queue depth:
-destination.view.scheduledMsgCount=Scheduled message count:
-destination.view.receiversCount=Receivers count:
-destination.view.durableMsgCount=Durable message count:
-destination.view.nonDurableMsgCount=Non-durable message count:
-destination.view.durableSubCount=Durable subscription count:
-destination.view.nonDurableSubCount=Non-durable subscription count:
-destination.view.allMsgCount=All message count:
-destination.view.allSubCount=All subscription count:
-
-#Other page
-#destination.view.msgCounter=Message counter
-#destination.view.msgStatistics=Message statistics
-
-destination.create.success=Destination has been created successfully, but may not yet have been deployed. If the destination you created is not in the list please wait a few seconds and click the Refresh List button.
-destination.create.failure=Failed to create the destination, please check the server log file for detail.
-destination.update.success=Destination has been updated successfully, but may not yet have been deployed. If the destination you updated is not in the list please wait a few seconds and click the Refresh List button.
-destination.update.failure=Failed to update the destination, please check the server log file for detail.
-destination.remove.success=The process of removing the {0} has been started successfully, but may not yet have completed. If the {0} you removed is still in the list please wait a few seconds and click the Refresh List button.
-destination.remove.failure=Failed to remove the {0}, please check the server log file for detail.
-
-# 0 - topic or queue
-# 1 - name
-destination.remove.confirm=Are you sure that you want to remove {0} {1}?
-
-# View Messages
-destination.msg.view.messageStatistics.empty=No message statistics information was available
-destination.msg.view.messageStatistics.page.header=Message Statistics: {0}/{1}
-destination.msg.view.messages.page.header=Destination Messages: {0}/{1}
-destination.msg.view.receivers.page.header=Receivers: {0}/{1}
-destination.msg.view.subscriptions.page.header=Subscriptions: {0}/{1}
-destination.msg.view.durableSubscriptions.page.header=Durable Subscriptions
-destination.msg.view.nonDurableSubscriptions.page.header=Non-durable Subscriptions
-destination.msg.view.messageHistory.page.header=Message Counter History: {0}/{1}
-destination.msg.view.queueMessages.empty=No messages found
-destination.msg.view.topicMessages.empty=No messages found for the specified subscription
-destination.msg.view.receivers.empty=No receivers found
-destination.msg.view.durableSubscriptions.empty=No durable subscriptions found
-destination.msg.view.nonDurableSubscriptions.empty=No non-durable subscriptions found
-destination.msg.view.messageHistory.empty=No message counter history information was available
-destination.msg.removeMessage.success=Destination messages were removed
-destination.msg.resetMessageCounter.success=Destination message counter was reset
-destination.msg.resetMessageCounterHistory.success=Destination message counter history was reset
-
-destination.msgStats.view.header.type=Type
-destination.msgStats.view.header.name=Name
-destination.msgStats.view.header.subscriptionId=SubscriptionId
-destination.msgStats.view.header.durable=Durable
-destination.msgStats.view.header.count=Count
-destination.msgStats.view.header.countDelta=CountDelta
-destination.msgStats.view.header.depth=Depth
-destination.msgStats.view.header.depthDelta=DepthDelta
-destination.msgStats.view.header.lastUpdate=LastUpdate
-
-destination.msg.view.header.jmsDeliveryMode=JmsDeliveryMode
-destination.msg.view.header.jmsExpiration=JmsExpiration
-destination.msg.view.header.jmsPriority=JmsPriority
-destination.msg.view.header.jmsMessageID=JmsMessageID
-destination.msg.view.header.jmsTimeStamp=JmsTimeStamp
-destination.msg.view.header.jmsCorrelationID=JmsCorrelationID
-destination.msg.view.header.jmsReplyTo=JmsReplyTo
-destination.msg.view.header.jmsType=JmsType
-destination.msg.view.header.jmsRedelivered=JmsRedelivered
-destination.msg.view.header.jmsProperties=JmsProperties
-destination.msg.view.header.jmsPropReadWrite=jmsPropReadWrite
-destination.msg.view.header.msgReadOnly=MsgReadOnly
-destination.msg.view.header.producerClientId=producerClientId
-destination.msg.view.body=Message Body
-
-destination.subs.view.header.clientID=Client ID
-destination.subs.view.header.subName=Subscription Name
-destination.subs.view.header.subID=Subscription ID
-destination.subs.view.header.sessionID= Session ID
-destination.subs.view.header.selector=Selector
-destination.subs.view.header.msgSelector=Message Selector
-destination.subs.view.header.noLocal=No Local
-destination.subs.view.header.destroyDurableSub=Destroy Durable Subscription
-destination.subs.view.header.message=Message
-
-destination.button.remove=Remove
-destination.button.test=Test
-destination.button.view=View
-destination.button.viewData=View Data
-destination.button.create=Create
-destination.button.save=Save
-destination.button.refresh=Refresh List
-destination.button.cancel=Cancel
-destination.button.viewMessages=View Messages
-destination.button.removeMessages=Remove All Messages
-destination.button.resetMessageCounter=Reset Message Counter
-destination.button.resetMessageCounterHistory=Reset Message Counter History
-
-
-#################################
-# Struts Validator Error Messages
-#################################
-errors.required={0} is required.
-errors.minlength={0} can not be less than {1} characters.
-errors.maxlength={0} can not be greater than {1} characters.
-errors.invalid={0} is invalid.
-
-errors.byte={0} must be a byte.
-errors.short={0} must be a short.
-errors.integer={0} must be an integer.<br/>
-errors.long={0} must be a long.
-errors.float={0} must be a float.
-errors.double={0} must be a double.
-
-errors.date={0} is not a date.
-errors.range={0} is not in the range {1} through {2}.
-errors.creditcard={0} is an invalid credit card number.
-errors.email={0} is an invalid e-mail address.
-
-errors.class={0} must be a valid class name.
-
-
-#################################
-# Exception Messages
-#################################
-
-# {0} - the error id number
-# {1} - the error text
-jms.error.format={1} [{0}]
-
-# {0} - the name of the destination type
-101=Destination type {0} is invalid
-102=Null destination service value returned
-103=The identifier constructor argument cannot be null
-104=The identifier argument must contain a separator
-105=Failed to create module
-106=Failed to deploy module
-107=Failed to undeploy module
-108=Failed to remove module
-109=The specified DestinationIdentifier is null
-110=Module name on the specified DestinationIdentifier is null
-111=Failed to call the DeploymentService.getDeployedURL() method
-112=Failed to get destination MBeans
-113=Failed to create MBean from the DestinationIdentifier
-114=Failed to list deployed modules
-115=Failed to list destination messages
-116=Failed to list receivers
-117=Failed to list subscriptions
-118=Failed to get message statistics
-119=Failed to list message counter history
-120=Failed to remove destination messages
-121=Failed to reset message counter
-122=Failed to reset message counter history
-123=Failed to update mbean attributes
-
More information about the jboss-cvs-commits
mailing list