pvollenweider 2005/04/26 15:27:15 CEST
Modified files: (Branch: JAHIA-4-1-BRANCH)
src/view/jsp/include blog_definitions.inc
Log:
Add resources
Revision Changes Path
1.1.2.11 +12 -6
corporate_portal_templates/src/view/jsp/include/blog_definitions.inc
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/include/blog_definitions.inc.diff?r1=1.1.2.10&r2=1.1.2.11&f=h
Index: blog_definitions.inc
===================================================================
RCS file:
/home/cvs/repository/corporate_portal_templates/src/view/jsp/include/Attic/blog_definitions.inc,v
retrieving revision 1.1.2.10
retrieving revision 1.1.2.11
diff -u -r1.1.2.10 -r1.1.2.11
--- blog_definitions.inc 20 Apr 2005 11:47:07 -0000 1.1.2.10
+++ blog_definitions.inc 26 Apr 2005 13:27:15 -0000 1.1.2.11
@@ -35,7 +35,8 @@
title="List of TrackBacks Ping URLs">
<content:declareContainer>
<content:declareField name="pingURL"
- title="URL to send the ping to" type="SharedSmallText" />
+ title="URL to send the ping to" type="SharedSmallText"
+ titleKey="blog.pingURL" bundleKey="<%=resBundleID%>"/>
</content:declareContainer>
</content:declareContainerList>
@@ -43,15 +44,20 @@
title="List of MovableType TrackBacks Ping data">
<content:declareContainer>
<content:declareField name="trackBackTitle"
- title="Title of the blog entry sent in the ping"
type="SharedSmallText"/>
+ title="Title of the blog entry for this trackback"
type="SharedSmallText"
+ titleKey="blog.trackBackTitle" bundleKey="<%=resBundleID%>"/>
<content:declareField name="trackBackExcerpt"
- title="Excerpt of the blog entry for this trackback."
type="BigText"/>
+ title="Excerpt of the blog entry for this trackback."
type="BigText"
+ titleKey="blog.trackBackExcerpt" bundleKey="<%=resBundleID%>"/>
<content:declareField name="trackBackUrl"
- title="Url (permalink) of the blog entry for this trackback"
type="SharedSmallText"/>
+ title="Url (permalink) of the blog entry for this trackback"
type="SharedSmallText"
+ titleKey="blog.trackBackUrl" bundleKey="<%=resBundleID%>"/>
<content:declareField name="trackBackBlog_name"
- title="Name of the blog for this trackback"
type="SharedSmallText"/>
+ title="Name of the blog for this trackback"
type="SharedSmallText"
+ titleKey="blog.trackBackBlog_name" bundleKey="<%=resBundleID%>"/>
<content:declareField name="trackBackPing_IP"
- title="The IP address of the host that sent the ping"
type="SharedSmallText"/>
+ title="The IP address of the host that sent the ping"
type="SharedSmallText"
+ titleKey="blog.trackBackPing_IP" bundleKey="<%=resBundleID%>"/>
</content:declareContainer>
</content:declareContainerList>