[jboss-cvs] jboss-seam/examples/wiki/view/plugins/dirMenu ...

Christian Bauer christian at hibernate.org
Fri Oct 12 12:31:27 EDT 2007


  User: cbauer  
  Date: 07/10/12 12:31:27

  Modified:    examples/wiki/view/plugins/dirMenu  plugin.xhtml
  Log:
  Internationalized almost all strings
  
  Revision  Changes    Path
  1.6       +3 -3      jboss-seam/examples/wiki/view/plugins/dirMenu/plugin.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: plugin.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/dirMenu/plugin.xhtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- plugin.xhtml	24 Sep 2007 08:23:20 -0000	1.5
  +++ plugin.xhtml	12 Oct 2007 16:31:27 -0000	1.6
  @@ -25,7 +25,7 @@
           <s:div styleClass="dirMenu">
   
               <s:div styleClass="boxHeader" rendered="#{not dirMenuPreferences.showSubscribeIcon}">
  -                <h:outputText value="Menu"/>
  +                <h:outputText value="#{messages['dirMenu.label.Menu']}"/>
               </s:div>
   
               <h:panelGrid rendered="#{dirMenuPreferences.showSubscribeIcon}"
  @@ -39,11 +39,11 @@
                       </h:outputLink>
                       <h:outputLink  target="_top"
                                      value="#{facesContext.externalContext.request.contextPath}/servlets/feeds/atom.seam?feedId=#{currentDirectory.feed.id}">
  -                        <h:outputText value="Subscribe"/>
  +                        <h:outputText value="#{messages['dirMenu.label.Subscribe']}"/>
                       </h:outputLink>
                   </h:panelGrid>
   
  -                <h:outputText value="Menu"/>
  +                <h:outputText value="#{messages['dirMenu.label.Menu']}"/>
   
               </h:panelGrid>
   
  
  
  



More information about the jboss-cvs-commits mailing list