pvollenweider 2005/04/27 11:01:03 CEST
Modified files: (Branch: JAHIA-4-1-BRANCH)
src/java/jahiatemplates Corporate_portal_templates.properties
Corporate_portal_templates_en.properties
Corporate_portal_templates_fr.properties
src/view/jsp/include blog_view_comments.inc
Log:
More resources...
Revision Changes Path
1.41.4.10 +2 -1
corporate_portal_templates/src/java/jahiatemplates/Corporate_portal_templates.properties
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/java/jahiatemplates/Corporate_portal_templates.properties.diff?r1=1.41.4.9&r2=1.41.4.10&f=h
1.24.4.9 +2 -1
corporate_portal_templates/src/java/jahiatemplates/Corporate_portal_templates_en.properties
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/java/jahiatemplates/Corporate_portal_templates_en.properties.diff?r1=1.24.4.8&r2=1.24.4.9&f=h
1.44.4.12 +2 -1
corporate_portal_templates/src/java/jahiatemplates/Corporate_portal_templates_fr.properties
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/java/jahiatemplates/Corporate_portal_templates_fr.properties.diff?r1=1.44.4.11&r2=1.44.4.12&f=h
1.1.2.2 +3 -2
corporate_portal_templates/src/view/jsp/include/blog_view_comments.inc
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/include/blog_view_comments.inc.diff?r1=1.1.2.1&r2=1.1.2.2&f=h
Index: Corporate_portal_templates.properties
===================================================================
RCS file:
/home/cvs/repository/corporate_portal_templates/src/java/jahiatemplates/Corporate_portal_templates.properties,v
retrieving revision 1.41.4.9
retrieving revision 1.41.4.10
diff -u -r1.41.4.9 -r1.41.4.10
--- Corporate_portal_templates.properties 27 Apr 2005 08:55:48 -0000
1.41.4.9
+++ Corporate_portal_templates.properties 27 Apr 2005 09:01:02 -0000
1.41.4.10
@@ -258,4 +258,5 @@
blog.trackBackPing_IP = The IP address of the host that sent the ping
blog.excerpt = The Excerpt of this post
blog.keyWords = Comma seperated Keywords for this post
-blog.continued = Continued
\ No newline at end of file
+blog.continued = Continued
+blog.wrote = wrote
\ No newline at end of file
Index: Corporate_portal_templates_en.properties
===================================================================
RCS file:
/home/cvs/repository/corporate_portal_templates/src/java/jahiatemplates/Corporate_portal_templates_en.properties,v
retrieving revision 1.24.4.8
retrieving revision 1.24.4.9
diff -u -r1.24.4.8 -r1.24.4.9
--- Corporate_portal_templates_en.properties 27 Apr 2005 08:55:48 -0000
1.24.4.8
+++ Corporate_portal_templates_en.properties 27 Apr 2005 09:01:02 -0000
1.24.4.9
@@ -258,4 +258,5 @@
blog.trackBackPing_IP = The IP address of the host that sent the ping
blog.excerpt = The Excerpt of this post
blog.keyWords = Comma seperated Keywords for this post
-blog.continued = Continued
\ No newline at end of file
+blog.continued = Continued
+blog.wrote = wrote
\ No newline at end of file
Index: Corporate_portal_templates_fr.properties
===================================================================
RCS file:
/home/cvs/repository/corporate_portal_templates/src/java/jahiatemplates/Corporate_portal_templates_fr.properties,v
retrieving revision 1.44.4.11
retrieving revision 1.44.4.12
diff -u -r1.44.4.11 -r1.44.4.12
--- Corporate_portal_templates_fr.properties 27 Apr 2005 08:55:48 -0000
1.44.4.11
+++ Corporate_portal_templates_fr.properties 27 Apr 2005 09:01:02 -0000
1.44.4.12
@@ -257,4 +257,5 @@
blog.trackBackPing_IP = Adresse IP du client qui a envoyé le ping
blog.excerpt = Le résumé de ce post
blog.keyWords = Mots clés séparés par des
virgules
-blog.continued = A suivre
\ No newline at end of file
+blog.continued = A suivre
+blog.wrote = a écrit
\ No newline at end of file
Index: blog_view_comments.inc
===================================================================
RCS file:
/home/cvs/repository/corporate_portal_templates/src/view/jsp/include/Attic/blog_view_comments.inc,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- blog_view_comments.inc 26 Apr 2005 15:16:52 -0000 1.1.2.1
+++ blog_view_comments.inc 27 Apr 2005 09:01:02 -0000 1.1.2.2
@@ -33,9 +33,10 @@
%>
<dt id="comment<%=counter%>" class="<%=alt%>">
<a href="#comment<%=counter%>" class="postno" title="Link to
comment <%=counter%>"><%=counter%>.</a>
- At
+ <jahia:resourceBundle
resourceBundle="jahiatemplates.Corporate_portal_templates"
resourceName="blog.at"/>
<% sdf.applyPattern("kk:mm z"); %><%=sdf.format( new
Date(commentDateLong) )%>
- on <%sdf.applyPattern("d MMM yyyy");%><%=sdf.format( new
Date(commentDateLong) )%>, <%=commentAuthor%> wrote:
+ on <%sdf.applyPattern("d MMM yyyy");%><%=sdf.format( new
Date(commentDateLong) )%>, <%=commentAuthor%>
+ <jahia:resourceBundle
resourceBundle="jahiatemplates.Corporate_portal_templates"
resourceName="blog.wrote"/>:
</dt>
<dd class="<%=alt%>">
<%