[Mapbender-commits] r3931 - branches/2.6/conf trunk/mapbender/conf
    svn_mapbender at osgeo.org 
    svn_mapbender at osgeo.org
       
    Wed May  6 04:52:09 EDT 2009
    
    
  
Author: verenadiewald
Date: 2009-05-06 04:52:09 -0400 (Wed, 06 May 2009)
New Revision: 3931
Modified:
   branches/2.6/conf/wfs_default.conf
   trunk/mapbender/conf/wfs_default.conf
Log:
i18n for searchPopupTitle and detailPopupTitle (taken from wfs_additional_spatial_search.conf)
Modified: branches/2.6/conf/wfs_default.conf
===================================================================
--- branches/2.6/conf/wfs_default.conf	2009-05-06 08:50:16 UTC (rev 3930)
+++ branches/2.6/conf/wfs_default.conf	2009-05-06 08:52:09 UTC (rev 3931)
@@ -123,7 +123,7 @@
 /**
  * Title of the result popup
  */
-var searchPopupTitle = "Search results";
+var searchPopupTitle = '<?php echo _mb("Search results");?>';
 
 /**
  * Width and height of the result popup (in pixel)
@@ -140,7 +140,7 @@
 /**
  * Title of the result details popup
  */
-var detailPopupTitle = "Details";
+var detailPopupTitle = '<?php echo _mb("Details");?>';
 
 /**
  * Width and height of the result details popup (in pixel)
Modified: trunk/mapbender/conf/wfs_default.conf
===================================================================
--- trunk/mapbender/conf/wfs_default.conf	2009-05-06 08:50:16 UTC (rev 3930)
+++ trunk/mapbender/conf/wfs_default.conf	2009-05-06 08:52:09 UTC (rev 3931)
@@ -123,7 +123,7 @@
 /**
  * Title of the result popup
  */
-var searchPopupTitle = "Search results";
+var searchPopupTitle = '<?php echo _mb("Search results");?>';
 
 /**
  * Width and height of the result popup (in pixel)
@@ -140,7 +140,7 @@
 /**
  * Title of the result details popup
  */
-var detailPopupTitle = "Details";
+var detailPopupTitle = '<?php echo _mb("Details");?>';
 
 /**
  * Width and height of the result details popup (in pixel)
    
    
More information about the Mapbender_commits
mailing list