You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2009/07/08 19:03:53 UTC

svn commit: r792230 - in /geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main: resources/activemq.properties resources/activemq_zh.properties webapp/WEB-INF/view/jmsmanager/server/connector/editGeneric.jsp

Author: gawor
Date: Wed Jul  8 17:03:53 2009
New Revision: 792230

URL: http://svn.apache.org/viewvc?rev=792230&view=rev
Log:
some more i18n work. Patch from Kan Ogawa (GERONIMO-4717)

Modified:
    geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/resources/activemq.properties
    geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/resources/activemq_zh.properties
    geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/server/connector/editGeneric.jsp

Modified: geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/resources/activemq.properties
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/resources/activemq.properties?rev=792230&r1=792229&r2=792230&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/resources/activemq.properties (original)
+++ geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/resources/activemq.properties Wed Jul  8 17:03:53 2009
@@ -114,6 +114,8 @@
 jmsmanager.help.summary                                     = <p>On the main JMS Destination Manager pane, there is an &quot;Actions&quot; column that provides three actions which can be performed on a queue or topic. To remove a queue or topic, click on the &quot;remove&quot; link to the right of the queue/topic to be removed. To view a message, click on the &quot;view messages&quot; link to the right of the queue/topic. To view the dead letter queue, click on the &quot;view DLQ&quot; link.</p><p> <strong>Note:</strong> Queues/Topics with no messages will be removed after restarting the server.</p>
 jmsmanager.help.title                                       = This portlet is used to create and remove queues/topics.
 jmsmanager.help.typeExp                                     = The type of message, either queue or topic.
+jmsmanager.server.connector.editGeneric.addJMSConnector     = Add new {0} connector for {1}
+jmsmanager.server.connector.editGeneric.editJMSConnector    = Edit {0} connector {1} for {2}.
 jmsmanager.server.connector.editGeneric.namingJMSConnectors = A name that is different than the name for any other JMS connectors in the server
 jmsmanager.server.connector.editGeneric.uniqueName          = Unique Name
 jmsmanager.server.connector.editGeneric.uniqueNameExp       = A name that is different than the name for any other JMS connectors in the server

Modified: geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/resources/activemq_zh.properties
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/resources/activemq_zh.properties?rev=792230&r1=792229&r2=792230&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/resources/activemq_zh.properties (original)
+++ geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/resources/activemq_zh.properties Wed Jul  8 17:03:53 2009
@@ -112,6 +112,8 @@
 jmsmanager.help.summary                                     = <p>On the main JMS Destination Manager pane, there is an &quot;Actions&quot; column that provides three actions which can be performed on a queue or topic. To remove a queue or topic, click on the &quot;remove&quot; link to the right of the queue/topic to be removed. To view a message, click on the &quot;view messages&quot; link to the right of the queue/topic. To view the dead letter queue, click on the &quot;view DLQ&quot; link.</p><p> <strong>Note:</strong> Queues/Topics with no messages will be removed after restarting the server.</p>
 jmsmanager.help.title                                       = This portlet is used to create and remove queues/topics.
 jmsmanager.help.typeExp                                     = The type of message, either queue or topic.
+jmsmanager.server.connector.editGeneric.addJMSConnector     = Add new {0} connector for {1}
+jmsmanager.server.connector.editGeneric.editJMSConnector    = Edit {0} connector {1} for {2}.
 jmsmanager.server.connector.editGeneric.namingJMSConnectors = A name that is different than the name for any other JMS connectors in the server
 jmsmanager.server.connector.editGeneric.uniqueName          = Unique Name
 jmsmanager.server.connector.editGeneric.uniqueNameExp       = \u7ED9\u8FDE\u63A5\u5668\u53D6\u4E00\u4E2A\u4E0E\u670D\u52A1\u5668\u4E2D\u4EFB\u4F55\u5176\u5B83JMS\u8FDE\u63A5\u5668\u4E0D\u540C\u7684\u540D\u79F0

Modified: geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/server/connector/editGeneric.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/server/connector/editGeneric.jsp?rev=792230&r1=792229&r2=792230&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/server/connector/editGeneric.jsp (original)
+++ geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/server/connector/editGeneric.jsp Wed Jul  8 17:03:53 2009
@@ -51,10 +51,10 @@
 <!-- Current Task -->
 <c:choose>
   <c:when test="${mode eq 'add'}">
-    <tr><th colspan="2" align="left">Add new ${protocol} connector for ${brokerName}</th></tr>
+    <tr><th colspan="2" align="left"><fmt:message key="jmsmanager.server.connector.editGeneric.addJMSConnector"><fmt:param value="${protocol}"/><fmt:param value="${brokerName}"/></fmt:message></th></tr>
   </c:when>
   <c:otherwise>
-    <tr><th colspan="2" align="left">Edit ${protocol} connector ${connectorName} for ${brokerName}.</th></tr>
+    <tr><th colspan="2" align="left"><fmt:message key="jmsmanager.server.connector.editGeneric.editJMSConnector"><fmt:param value="${protocol}"/><fmt:param value="${connectorName}"/><fmt:param value="${brokerName}"/></fmt:message></th></tr>
   </c:otherwise>
 </c:choose>