t('Server name (for example \'my custom server\')')); ?> :
t('Server url (\'http://tile.server.org/cycle/{z}/{x}/{y}.png\')')); ?> :
t('Your servers')); ?>
0){
foreach($_['tileservers'] as $name=>$url){
echo '
';
p($name);
echo '
';
}
}
?>
t('About GpxEdit')); ?>
t('Features overview')); ?> :
t('Draw, edition and deletion buttons are in the map\'s bottom-left corner.'));
p(' ');
p($l->t('You can draw a line or add a marker.'));
p(' ');
p($l->t('If you click on a line or a marker, a popup pops and let you set the object properties.'));
p(' ');
?>
t('After a click on "edition" button, in edition mode, you can'));
?> :
t('move markers')); ?>
t('move line points')); ?>
t('click on a line point to remove it')); ?>
t('click on a "middle marker" (between two line points) to cut the line in two')); ?>