-
Notifications
You must be signed in to change notification settings - Fork 3
/
datamodel.sv-geolocation.xml
95 lines (95 loc) · 4.18 KB
/
datamodel.sv-geolocation.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.0" encoding="utf-8"?>
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.3">
<classes>
<class id="Location" _created_in="itop-structure">
<fields>
<field id="geo" _delta="define" xsi:type="AttributeGeolocation">
<sql>geo</sql>
<default_value/>
<is_null_allowed>true</is_null_allowed>
</field>
</fields>
<presentation>
<details>
<items>
<item id="geo" _delta="define">
<rank>35</rank>
</item>
</items>
</details>
</presentation>
</class>
</classes>
<dictionaries>
<dictionary id="EN US">
<entries>
<entry id="Class:Location/Attribute:geo" _delta="define">Geolocation</entry>
<entry id="Core:AttributeGeolocation" _delta="define">Geolocation</entry>
<entry id="Core:AttributeGeolocation+" _delta="define">Geographic coordinates</entry>
<entry id="UI:DashletGeoMap:Prop-Attribute" _delta="define">Attribute</entry>
<entry id="UI:DashletGeoMap:Prop-Height" _delta="define">Height</entry>
<entry id="UI:DashletGeoMap:Prop-Query" _delta="define">Query</entry>
<entry id="UI:DashletGeoMap:Prop-Search" _delta="define">Search</entry>
</entries>
</dictionary>
<dictionary id="FR FR">
<entries>
<entry id="Class:Location/Attribute:geo" _delta="define"><![CDATA[Géolocalisation]]></entry>
<entry id="Core:AttributeGeolocation" _delta="define"><![CDATA[Géolocalisation]]></entry>
<entry id="Core:AttributeGeolocation+" _delta="define"><![CDATA[Coordonnées géographiques]]></entry>
<entry id="UI:DashletGeoMap:Prop-Attribute" _delta="define"><![CDATA[Attribut]]></entry>
<entry id="UI:DashletGeoMap:Prop-Height" _delta="define"><![CDATA[Hauteur]]></entry>
<entry id="UI:DashletGeoMap:Prop-Query" _delta="define"><![CDATA[Requête]]></entry>
<entry id="UI:DashletGeoMap:Prop-Search" _delta="define"><![CDATA[Recherche]]></entry>
</entries>
</dictionary>
<dictionary id="NL NL">
<entries>
<entry id="Class:Location/Attribute:geo" _delta="define">Geolocatie</entry>
<entry id="Core:AttributeGeolocation" _delta="define">Geolocatie</entry>
<entry id="Core:AttributeGeolocation+" _delta="define">Geografische coördinaten</entry>
<entry id="UI:DashletGeoMap:Prop-Attribute" _delta="define">Attribuut</entry>
<entry id="UI:DashletGeoMap:Prop-Height" _delta="define">Hoogte</entry>
<entry id="UI:DashletGeoMap:Prop-Query" _delta="define">Query</entry>
<entry id="UI:DashletGeoMap:Prop-Search" _delta="define">Zoekfunctie</entry>
</entries>
</dictionary>
<dictionary id="PT BR">
<entries>
<entry id="Class:Location/Attribute:geo" _delta="define">Geolocalização</entry>
<entry id="Core:AttributeGeolocation" _delta="define">Geolocalização</entry>
<entry id="Core:AttributeGeolocation+" _delta="define">Coordenadas geográficas</entry>
<entry id="UI:DashletGeoMap:Prop-Attribute" _delta="define">Atributo</entry>
<entry id="UI:DashletGeoMap:Prop-Height" _delta="define">Altura</entry>
<entry id="UI:DashletGeoMap:Prop-Query" _delta="define">Query</entry>
<entry id="UI:DashletGeoMap:Prop-Search" _delta="define">Buscar</entry>
</entries>
</dictionary>
<dictionary id="DE DE">
<entries>
<entry id="Class:Location/Attribute:geo" _delta="define">Geolokalisierung</entry>
<entry id="Core:AttributeGeolocation" _delta="define">Geolokalisierung</entry>
<entry id="Core:AttributeGeolocation+" _delta="define">Geografische Koordinaten</entry>
<entry id="UI:DashletGeoMap:Prop-Attribute" _delta="define">Attribut</entry>
<entry id="UI:DashletGeoMap:Prop-Height" _delta="define">Höhe</entry>
<entry id="UI:DashletGeoMap:Prop-Query" _delta="define">Abfrage</entry>
<entry id="UI:DashletGeoMap:Prop-Search" _delta="define">Suche</entry>
</entries>
</dictionary>
</dictionaries>
<meta>
<dashlets>
<dashlet id="GeoMap" _delta="define">
<label>GeoMap</label>
<icon>sv-geolocation/images/geomap.png</icon>
<description>Add interactive map as dashlet.</description>
<configuration>
<height>600</height>
<search>false</search>
<query>SELECT Location</query>
<attribute></attribute>
</configuration>
</dashlet>
</dashlets>
</meta>
</itop_design>