forked from TYPO3-svn-archive/rggooglemap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocallang_db.xml
80 lines (71 loc) · 4.72 KB
/
locallang_db.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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3locallang>
<meta type="array">
<type>database</type>
<description>Language labels for database tables/fields belonging to extension 'rggooglemap'</description>
</meta>
<data type="array">
<languageKey index="default" type="array">
<label index="tt_content.list_type_pi1">Google Map (rggooglemap)</label>
<label index="tt_address.tx_rggooglemap_lng">Longitude</label>
<label index="tt_address.tx_rggooglemap_lat">Latitude</label>
<label index="tt_address.tx_rggooglemap_display">Show</label>
<label index="tt_address.tx_rggooglemap_cat">Parent category</label>
<label index="tt_address.tx_rggooglemap_tab">Count of tabs</label>
<label index="tt_address.tx_rggooglemap_tab.I.0">1</label>
<label index="tt_address.tx_rggooglemap_tab.I.1">2</label>
<label index="tt_address.tx_rggooglemap_tab.I.2">3</label>
<label index="tt_address.tx_rggooglemap_tab.I.3">4</label>
<label index="tt_address.tx_rggooglemap_image">Icon</label>
<label index="tt_address.tx_rggooglemap_ce">Connected CEs</label>
<label index="tx_rggooglemap_cat">POI Category</label>
<label index="tx_rggooglemap_cat.title">Name</label>
<label index="tx_rggooglemap_cat.descr">Description</label>
<label index="tx_rggooglemap_cat.color">Color</label>
<label index="tx_rggooglemap_cat.tabprefix">Prefix for template</label>
<label index="tx_rggooglemap_generic">Mapping settings for rggooglemap</label>
<label index="tx_rggooglemap_generic.tablename">Table</label>
<label index="tx_rggooglemap_generic.mapping">Mapping</label>
</languageKey>
<!-- German -->
<languageKey index="de" type="array">
<label index="tt_content.list_type_pi1">Google Map (rggooglemap)</label>
<label index="tt_address.tx_rggooglemap_lng">Längengrad</label>
<label index="tt_address.tx_rggooglemap_lat">Breitengrad</label>
<label index="tt_address.tx_rggooglemap_display">anzeigen</label>
<label index="tt_address.tx_rggooglemap_cat">Über-Kategorie</label>
<label index="tt_address.tx_rggooglemap_tab">Anzahl Reiter</label>
<label index="tt_address.tx_rggooglemap_tab.I.0">1</label>
<label index="tt_address.tx_rggooglemap_tab.I.1">2</label>
<label index="tt_address.tx_rggooglemap_tab.I.2">3</label>
<label index="tt_address.tx_rggooglemap_tab.I.3">4</label>
<label index="tt_address.tx_rggooglemap_image">Icon</label>
<label index="tt_address.tx_rggooglemap_ce">Inkludierte CEs</label>
<label index="tx_rggooglemap_cat">POI Kategorien</label>
<label index="tx_rggooglemap_cat.title">Name</label>
<label index="tx_rggooglemap_cat.descr">Beschreibung</label>
<label index="tx_rggooglemap_cat.color">Farbe</label>
<label index="tx_rggooglemap_cat.tabprefix">Prefix für Template</label>
<label index="tx_rggooglemap_generic">Mapping Einstellungen für rggooglemap</label>
<label index="tx_rggooglemap_generic.tablename">Tabelle</label>
<label index="tx_rggooglemap_generic.mapping">Mapping</label>
</languageKey>
<!-- French, thx to zatmania -->
<languageKey index="fr" type="array">
<label index="tt_content.list_type_pi1">Google Map (rggooglemap)</label>
<label index="tt_address.tx_rggooglemap_lng">Longitude</label>
<label index="tt_address.tx_rggooglemap_lat">Latitude</label>
<label index="tt_address.tx_rggooglemap_display">Voir</label>
<label index="tt_address.tx_rggooglemap_cat">Catégories</label>
<label index="tt_address.tx_rggooglemap_tab">Nombre d'onglets</label>
<label index="tt_address.tx_rggooglemap_tab.I.0">1</label>
<label index="tt_address.tx_rggooglemap_tab.I.1">2</label>
<label index="tt_address.tx_rggooglemap_tab.I.2">3</label>
<label index="tt_address.tx_rggooglemap_tab.I.3">4</label>
<label index="tx_rggooglemap_cat">Catégories POI</label>
<label index="tx_rggooglemap_cat.title">Nom</label>
<label index="tx_rggooglemap_cat.descr">Description</label>
<label index="tx_rggooglemap_cat.color">Couleur</label>
</languageKey>
</data>
</T3locallang>