[Mapbender-commits] r3724 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sat Mar 14 11:13:20 EDT 2009


Author: astrid_emde
Date: 2009-03-14 11:13:20 -0400 (Sat, 14 Mar 2009)
New Revision: 3724

Modified:
   trunk/mapbender/http/javascripts/mod_addWMSfromfilteredList_ajax.php
Log:
changes for i18n

Modified: trunk/mapbender/http/javascripts/mod_addWMSfromfilteredList_ajax.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_addWMSfromfilteredList_ajax.php	2009-03-14 12:35:53 UTC (rev 3723)
+++ trunk/mapbender/http/javascripts/mod_addWMSfromfilteredList_ajax.php	2009-03-14 15:13:20 UTC (rev 3724)
@@ -316,7 +316,7 @@
 <body onLoad="setButtons();">
 <h1><?php echo _mb("Add WMS"); ?></h1>
 <p><?php echo _mb("Enter a Capabilities-URL of a WMS or select one or more WMS from list."); ?></p>
-<p><em><?php echo _mb("Hint: Possibly you need to zoom in for showing layers from external map service. The operator of the external service is responsible for the display ranges."); ?></em></p>
+<p><em><?php echo _mb("Notice: Be aware of the scale hints. Possibly you need to zoom in to display the added service."); ?></em></p>
 
 <form id="capabilitiesForm" name="addURLForm" method="post" action="">
 <fieldset id="container_capabilities">
@@ -324,7 +324,7 @@
 	<p>
 		<label for="CapURL"><?php echo _mb("Capabilities-URL"); ?>:</label> 
 		<input type="text" id="CapURL" name="CapURL" /> 
-		<input type="button" id="addCapURL" name="addCapURL" value="<?php echo _mb("Add"); ?>" onclick="mod_addWmsfromURL();" />
+		<input type="button" id="addCapURL" name="addCapURL" value="<?php echo _mb("Add WMS"); ?>" onclick="mod_addWmsfromURL();" />
 	</p>
 </fieldset>
 </form>
@@ -333,10 +333,9 @@
 <fieldset id="container_buttons">
 <legend>WMS list(s)</legend>
 	<p>
-		<label><?php echo _mb("Available WMS list(s)"); ?>:</label> 
-		<input type="button" name="button_dbAll"   id="button_dbAll"   value="<?php echo _mb("Database (All WMS)"); ?>" onclick="setSource('db');getWMSByGUI(gui_list)">
-		<input type="button" name="button_dbGroup" id="button_dbGroup" value="<?php echo _mb("Database (Group)"); ?>"   onclick="setSource('db');getGroups()"> 
-		<input type="button" name="button_dbGui"   id="button_dbGui"   value="<?php echo _mb("Database (GUI)"); ?>"     onclick="setSource('db');getGUIs()"> 
+		<input type="button" name="button_dbAll"   id="button_dbAll"   value="<?php echo _mb("List all WMS"); ?>" onclick="setSource('db');getWMSByGUI(gui_list)">
+		<input type="button" name="button_dbGroup" id="button_dbGroup" value="<?php echo _mb("List WMS by Group"); ?>"   onclick="setSource('db');getGroups()"> 
+		<input type="button" name="button_dbGui"   id="button_dbGui"   value="<?php echo _mb("List WMS by Application"); ?>"     onclick="setSource('db');getGUIs()"> 
 	</p>
 </fieldset>
 </form>



More information about the Mapbender_commits mailing list