[jboss-cvs] jboss-seam/examples/wiki/view/plugins/lastModifiedDocuments ...
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/lastModifiedDocuments
plugin.xhtml
Log:
Internationalized almost all strings
Revision Changes Path
1.15 +3 -1 jboss-seam/examples/wiki/view/plugins/lastModifiedDocuments/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/lastModifiedDocuments/plugin.xhtml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- plugin.xhtml 24 Sep 2007 08:23:25 -0000 1.14
+++ plugin.xhtml 12 Oct 2007 16:31:30 -0000 1.15
@@ -30,7 +30,9 @@
cellpadding="0" cellspacing="0" border="0">
<h:column>
<f:facet name="header">
- Last #{lastModifiedDocumentsPreferences.properties['numberOfItems']} modified documents:
+ #{messages['lastModifiedDocuments.label.Last']}
+ #{lastModifiedDocumentsPreferences.properties['numberOfItems']}
+ #{messages['lastModifiedDocuments.label.ModifiedDocuments']}:
</f:facet>
<h:outputText value="#{doc.lastModifiedOn}"
rendered="#{!empty doc.lastModifiedOn}">
More information about the jboss-cvs-commits
mailing list