Author: michiel
Date: 2010-06-25 14:47:53 +0200 (Fri, 25 Jun 2010)
New Revision: 42708
Added:
didactor/trunk/components/shoutbox/src/main/resources/
didactor/trunk/components/shoutbox/src/main/resources/org/
Removed:
didactor/trunk/components/shoutbox/src/main/java/org/
Modified:
didactor/trunk/components/shoutbox/src/main/webapp/mmbase/components/shoutbox/index.jspx
didactor/trunk/components/shoutbox/src/main/webapp/mmbase/components/shoutbox/item.jspx
didactor/trunk/components/shoutbox/src/main/webapp/mmbase/components/shoutbox/submenu.jspx
Log:
i18n
Copied: didactor/trunk/components/shoutbox/src/main/resources/org (from rev
42686, didactor/trunk/components/shoutbox/src/main/java/org)
Modified:
didactor/trunk/components/shoutbox/src/main/webapp/mmbase/components/shoutbox/index.jspx
===================================================================
---
didactor/trunk/components/shoutbox/src/main/webapp/mmbase/components/shoutbox/index.jspx
2010-06-25 12:10:37 UTC (rev 42707)
+++
didactor/trunk/components/shoutbox/src/main/webapp/mmbase/components/shoutbox/index.jspx
2010-06-25 12:47:53 UTC (rev 42708)
@@ -105,8 +105,8 @@
<select name="self" id="self">
<mm:option value="" compare="${self}">--</mm:option>
- <mm:option value="only" compare="${self}">Only from
myself</mm:option>
- <mm:option value="not" compare="${self}">Not from myself
</mm:option>
+ <mm:option value="only" compare="${self}"><fmt:message
key="only_from_self" /></mm:option>
+ <mm:option value="not" compare="${self}"><fmt:message
key="not_from_myself" /></mm:option>
</select>
</form>
Modified:
didactor/trunk/components/shoutbox/src/main/webapp/mmbase/components/shoutbox/item.jspx
===================================================================
---
didactor/trunk/components/shoutbox/src/main/webapp/mmbase/components/shoutbox/item.jspx
2010-06-25 12:10:37 UTC (rev 42707)
+++
didactor/trunk/components/shoutbox/src/main/webapp/mmbase/components/shoutbox/item.jspx
2010-06-25 12:47:53 UTC (rev 42708)
@@ -28,7 +28,7 @@
</li>
</mm:fieldlist>
<c:if test="${! empty new}" >
- <li><a class="create" href="" onclick="this.href =
document.location.href">verstuur</a></li>
+ <li><a class="create" href="" onclick="this.href =
document.location.href"><fmt:message key="send" /></a></li>
</c:if>
</ul>
<mm-sr:delete />
Modified:
didactor/trunk/components/shoutbox/src/main/webapp/mmbase/components/shoutbox/submenu.jspx
===================================================================
---
didactor/trunk/components/shoutbox/src/main/webapp/mmbase/components/shoutbox/submenu.jspx
2010-06-25 12:10:37 UTC (rev 42707)
+++
didactor/trunk/components/shoutbox/src/main/webapp/mmbase/components/shoutbox/submenu.jspx
2010-06-25 12:47:53 UTC (rev 42708)
@@ -17,13 +17,13 @@
<mm:link page="/c/shoutbox/index" referids="_reference?,source?">
<mm:param name="self">not</mm:param>
<a href="${_}" class="first ${self eq 'not' ? 'active' : ''}">
- <jsp:text>Ontvangen berichten</jsp:text>
+ <fmt:message key="received_messages" />
</a>
</mm:link>
<mm:link page="/c/shoutbox/index" referids="_reference?,source?">
<mm:param name="self">only</mm:param>
<a href="${_}" class="last ${self eq 'only' ? 'active' : ''}">
- <jsp:text>Berichten verzenden</jsp:text>
+ <fmt:message key="send_messages" />
</a>
</mm:link>
</div>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs