Update of /var/cvs/applications/searchrelate/templates
In directory james.mmbase.org:/tmp/cvs-serv14960/templates
Modified Files:
Searcher.js.jsp
Log Message:
more i18n
See also: http://cvs.mmbase.org/viewcvs/applications/searchrelate/templates
Index: Searcher.js.jsp
===================================================================
RCS file: /var/cvs/applications/searchrelate/templates/Searcher.js.jsp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- Searcher.js.jsp 23 Jun 2008 15:06:38 -0000 1.22
+++ Searcher.js.jsp 23 Jun 2008 15:13:51 -0000 1.23
@@ -13,7 +13,7 @@
*
* @author Michiel Meeuwissen
- * @version $Id: Searcher.js.jsp,v 1.22 2008/06/23 15:06:38 michiel Exp $
+ * @version $Id: Searcher.js.jsp,v 1.23 2008/06/23 15:13:51 michiel Exp $
*/
$(document).ready(function(){
@@ -237,7 +237,7 @@
// Set up HTML
if (this.current != null) {
if (this.current.searcher.maxNumber > 0 &&
(this.current.searcher.totalSize() + 1) > this.current.searcher.maxNumber) {
- return alert("Can only relate maximally " +
this.current.searcher.maxNumber);
+ return alert('<fmt:message key="relatemax" />'.replace('{0}',
this.current.searcher.maxNumber));
}
// Set up data
if (typeof(this.unrelated[number]) == "undefined") {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs