2010-03-08 Pablo de la Concepción <pablo.concepcion@artica.es>

* godmode/agentes/agent_conf_gis.php: Changed some english phrases to make
     it more clear.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2490 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
Pablo de la Concepción Sanz 2010-03-08 19:21:28 +00:00
parent 1db8af5de3
commit 7ec2a4a864
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2010-03-08 Pablo de la Concepción <pablo.concepcion@artica.es>
* godmode/agentes/agent_conf_gis.php: Changed some english phrases to make
it more clear.
2010-03-08 Pablo de la Concepción <pablo.concepcion@artica.es>
* godmode/agentes/agent_manager.php: Changed some english phrases to make

View File

@ -42,14 +42,14 @@ if ($agentData === false) {
echo "<p>" . __("There is no GIS data for this agent, so it's positioned in default position of map.") . "</p>";
}
echo "<h4>" . __("Warning: When you change the position the agent automatily enabled ignore GIS Data") . "</h4>";
echo "<h4>" . __("Warning: When you change the position the agent automatily enables Ignore GIS Data") . "</h4>";
$table->width = '60%';
$table->data = array();
$table->colspan[0][0] = 2;
$table->data[0][0] = __('Agent coords:');
$table->data[0][0] = __('Agent position:');
$table->data[1][0] = __('Longitude: ');
$table->data[1][1] = print_input_text_extended ('longitude', $agentData['stored_longitude'], 'text-longitude', '', 10, 10, false, '',
@ -146,4 +146,4 @@ $(document).ready (
js_activateEvents(changePositionAgent);
});
</script>
</script>