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

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/userProfile  plugin.xhtml
  Log:
  Internationalized almost all strings
  
  Revision  Changes    Path
  1.8       +4 -4      jboss-seam/examples/wiki/view/plugins/userProfile/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/userProfile/plugin.xhtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- plugin.xhtml	1 Oct 2007 19:08:05 -0000	1.7
  +++ plugin.xhtml	12 Oct 2007 16:31:30 -0000	1.8
  @@ -54,19 +54,19 @@
               </s:div>
   
               <s:div rendered="#{!empty currentDocument.createdBy.profile.website}" styleClass="userProfileEntry">
  -                <span class="userProfileEntryLabel">Website:</span>
  +                <span class="userProfileEntryLabel">#{messages['lacewiki.label.userHome.Website']}:</span>
                   <span class="userProfileEntryLink">
                       <h:outputLink target="_top" value="#{currentDocument.createdBy.profile.website}">#{currentDocument.createdBy.profile.website}</h:outputLink>
                   </span>
               </s:div>
               <s:div rendered="#{!empty currentDocument.createdBy.profile.location}" styleClass="userProfileEntry">
  -                <span class="userProfileEntryLabel">Location:</span>
  +                <span class="userProfileEntryLabel">#{messages['lacewiki.label.userHome.Location']}:</span>
                   <span class="userProfileEntryText">
                       <h:outputText value="#{currentDocument.createdBy.profile.location}"/>
                   </span>
               </s:div>
               <s:div rendered="#{!empty currentDocument.createdBy.profile.occupation}" styleClass="userProfileEntry">
  -                <span class="userProfileEntryLabel">Occupation:</span>
  +                <span class="userProfileEntryLabel">#{messages['lacewiki.label.userHome.Occupation']}:</span>
                   <span class="userProfileEntryText">
                       <h:outputText value="#{currentDocument.createdBy.profile.occupation}"/>
                   </span>
  @@ -78,7 +78,7 @@
                   and empty currentDocument.createdBy.profile.website
                   and empty currentDocument.createdBy.profile.location
                   and empty currentDocument.createdBy.profile.occupation}">
  -                If you are #{currentDocument.createdBy.fullname}, please login and edit your profile.
  +                <h:outputText value="#{messages['userProfile.label.NoProfile']}"/>
               </s:div>
   
           </div>
  
  
  



More information about the jboss-cvs-commits mailing list