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

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


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

  Modified:    examples/wiki/view/plugins/blogRecentEntries  plugin.xhtml
  Log:
  Internationalized almost all strings
  
  Revision  Changes    Path
  1.5       +3 -3      jboss-seam/examples/wiki/view/plugins/blogRecentEntries/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/blogRecentEntries/plugin.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- plugin.xhtml	24 Sep 2007 08:23:25 -0000	1.4
  +++ plugin.xhtml	12 Oct 2007 16:31:30 -0000	1.5
  @@ -26,7 +26,7 @@
           <s:div styleClass="blogRecentEntries">
   
               <s:div styleClass="boxHeader" rendered="#{not blogRecentEntriesPreferences.showSubscribeIcon}">
  -                <h:outputText value="Recent Entries"/>
  +                <h:outputText value="#{messages['blogRecentEntries.label.RecentEntries']}"/>
               </s:div>
   
               <h:panelGrid rendered="#{blogRecentEntriesPreferences.showSubscribeIcon}"
  @@ -42,11 +42,11 @@
                       <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['blogRecentEntries.label.Subscribe']}"/>
                       </h:outputLink>
                   </h:panelGrid>
   
  -                <h:outputText value="Recent Entries"/>
  +                <h:outputText value="#{messages['blogRecentEntries.label.RecentEntries']}"/>
   
               </h:panelGrid>
   
  
  
  



More information about the jboss-cvs-commits mailing list