Project

General

Profile

1
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
2
<WidgetText xmlns="http://mapbuilder.sourceforge.net/mapbuilder" 
3
    version="0.2.1" id="mbDefaultText" xml:lang="en">
4
  <!--
5
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
6
    xsi:schemaLocation="http://mapbuilder.sourceforge.net/mapbuilder ..//mapbuilder/lib/schemas/config.xsd"
7
    
8
    Description: This file contains all text used in widgets for multilingual 
9
                  support.  The text values are set as XSL params before the 
10
                  widget is painted.
11
    Licence:     LGPL as per: http://www.gnu.org/copyleft/lesser.html 
12

    
13
    $Id$
14
  -->
15
  <widgets>
16
    <Widget>
17
      <abstract>Abstract</abstract>
18
      <moreInfo>Read more about this map</moreInfo>
19
      <searchFormTitle>Area of interest coordinates</searchFormTitle>
20
      <north>North:</north>
21
      <south>South:</south>
22
      <east>East:</east>
23
      <west>West:</west>
24
    </Widget>
25
    <ZoomIn>
26
      <tooltip>click and drag to zoom in</tooltip>
27
    </ZoomIn>
28
    <ZoomOut>
29
      <tooltip>click to zoom out</tooltip>
30
    </ZoomOut>
31
    <DragPan>
32
      <tooltip>click and drag to pan</tooltip>
33
    </DragPan>
34
    <SetAoi>
35
      <tooltip>click and drag to set the area of interest</tooltip>
36
    </SetAoi>
37
    <Reset>
38
      <tooltip>reset the map to full extent</tooltip>
39
    </Reset>
40
    <Back>
41
      <tooltip>get the previous extent</tooltip>
42
    </Back>
43
    <Forward>
44
      <tooltip>get the next extent</tooltip>
45
    </Forward>
46
    <GetFeatureInfo>
47
      <tooltip>click on feature for more info</tooltip>
48
    </GetFeatureInfo>
49
    <EditPoint>
50
      <tooltip>click on map to create a point feature</tooltip>
51
    </EditPoint>
52
    <EditLine>
53
      <tooltip>click on map to add a point to a line</tooltip>
54
    </EditLine>
55
    <InsertFeature>
56
      <tooltip>Save the current Feature(s) to the server</tooltip>
57
    </InsertFeature>
58
    <DeleteFeature>
59
      <tooltip>Delete the current Feature(s) on the server</tooltip>
60
    </DeleteFeature>
61
    <WfsGetFeature>
62
      <tooltip>Click on feature to query it</tooltip>
63
    </WfsGetFeature>
64
    <Save>
65
      <tooltip>click to save this map</tooltip>
66
    </Save>
67
    <AoiForm>
68
      <title>Area of interest coordinates</title>
69
      <north>North:</north>
70
      <south>South:</south>
71
      <east>East:</east>
72
      <west>West:</west>
73
    </AoiForm>
74
    <CollectionList>
75
      <title>Select a map to load:</title>
76
    </CollectionList>
77
    <Legend>
78
      <title>Map Layers</title>
79
    </Legend>
80
    <ModelStatus>
81
      <title>Status for:</title>
82
    </ModelStatus>
83
    <ModelUrlInput>
84
      <title>URL:</title>
85
      <load>load</load>
86
    </ModelUrlInput>
87
    <CursorTrack>
88
      <longitude>lon:</longitude>
89
      <latitude>lat:</latitude>
90
      <xcoord>x:</xcoord>
91
      <ycoord>y:</ycoord>
92
    </CursorTrack>
93
    <SelectProcess>
94
    </SelectProcess>
95
    <ProcessArgumentsForm>
96
    </ProcessArgumentsForm>
97
    <ShowProcessResult>
98
      <tabLabel>4. Access results</tabLabel>
99
    </ShowProcessResult>
100
    <WebServiceForm>
101
      <ntsTitle>NTS Lookup web service</ntsTitle>
102
      <mapsheet>NTS index:</mapsheet>
103
    </WebServiceForm>
104
    <Timestamp>
105
      <title>Timestamp:</title>
106
    </Timestamp>
107
    <TabbedContent>
108
      <urlInput>1. Select a service</urlInput>
109
      <selectProcess>2. Select a process</selectProcess>
110
      <argsInput>3. Set arguments</argsInput>
111
      <results>4. Access results</results>
112
    </TabbedContent>
113
  </widgets>
114
</WidgetText>
115

    
    (1-1/1)