-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathi18n.php
More file actions
233 lines (213 loc) · 5.39 KB
/
Copy pathi18n.php
File metadata and controls
233 lines (213 loc) · 5.39 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<?php
/**
* KEEP alphabetic order
*/
$translation = array(
/*
* Website
* -------------------------------------------------------------------------
*/
'Info' => array(
'fr' => 'Informations',
'it' => 'Informazioni',
'pl' => 'Informacje'
),
'Description' => array(
'it' => 'Descrizione',
'pl' => 'Opis'
),
'Model implementation' => array(
'it' => 'Implementazione del modello',
'pl' => 'Implementacja modelu'
),
'Contact' => array(
'de' => 'Kontakt',
'fr' => 'Contact',
'it' => 'Contatti',
'pl' => 'Kontakt'
),
'More' => array(
'de' => 'Mehr',
'fr' => 'Plus',
'it' => 'Altro',
'pl' => 'Więcej'
),
'Map' => array(
'de' => 'Karte',
'fr' => 'Carte',
'it' => 'Mappa',
'pl' => 'Mapa'
),
'Click to load buildings' => array(
'pl' => 'Kliknij aby załadować budynki'
),
'<strong>Zoom in</strong> to load buildings' => array(
'fr' => '<strong>Zoomer</strong> pour charger les bâtiments',
'it' => '<strong>Ingrandisci lo zoom</strong> per caricare gli edifici',
'pl' => '<strong>Przybliż mapę</strong> aby pobrać elementy'
),
/*
* Navigation
* -------------------------------------------------------------------------
*/
'Navigation' => array(
'fr' => 'Navigation',
'it' => 'Navigazione',
'pl' => 'Nawigacja'
),
// Shops
'All' => array(
'de' => 'Tout',
'fr' => 'Tous',
'it' => 'Tutti',
'pl' => 'Wszystko'
),
'Fashion' => array(
'fr' => 'Mode',
'it' => 'Moda',
'pl' => 'Moda'
),
'Home' => array(
'fr' => 'Maison',
'it' => 'Casa',
'pl' => 'Wyposażenie domu',
),
'Electronics' => array(
'fr' => 'Electronique',
'it' => 'Elettronica',
'pl' => 'Elektronika',
),
'Health' => array(
'fr' => 'Santé',
'it' => 'Salute',
'pl' => 'Zdrowie'
),
'Food' => array(
'fr' => 'Alimentation',
'it' => 'Alimentari',
'pl' => 'Spożywcze'
),
'Service' => array(
'fr' => 'Service',
'it' => 'Servizi',
'pl' => 'Usługi'
),
'Gastronomy' => array(
'fr' => 'Gastronomie',
'it' => 'Gastronomia',
'pl' => 'Gastronomia'
),
'Sport' => array(
'fr' => 'Sport',
'it' => 'Sport',
'pl' => 'Sport'
),
'Entertainment' => array(
'fr' => 'Divertissement',
'it' => 'Intrattenimento',
'pl' => 'Rozrywka'
),
'Other' => array(
'fr' => 'Autre',
'it' => 'Altro',
'pl' => 'Inne'
),
// empty
'Empty floor' => array(
'it' => 'Piano vuoto',
'pl' => 'Puste piętro'
),
'None on this floor' => array(
'it' => 'Niente su questo piano',
'pl' => 'Brak na piętrze'
),
/*
* Modal
* -------------------------------------------------------------------------
*/
'Type' => array(
'fr' => 'Type',
'it' => 'Tipo',
'pl' => 'Typ'
),
'Edit in JOSM' => array(
'fr' => 'Editer avec JOSM',
'it' => 'Modifica in JOSM',
'pl' => 'Edytuj w JOSM'
),
'Close' => array(
'fr' => 'Fermer',
'it' => 'Chiudi',
'pl' => 'Zamknij',
),
/*
* Contacts section
*/
'email' => array(
'fr' => 'mél',
'it' => 'email',
'pl' => 'email',
),
'fax' => array(
'fr' => 'fax',
'it' => 'fax',
'pl' => 'fax',
),
'phone' => array(
'fr' => 'tél',
'it' => 'tel',
'pl' => 'tel',
),
'website' => array(
'fr' => 'site',
'it' => 'sito',
'pl' => 'www',
),
/*
* Opening hours section
*/
'Opening hours' => array(
'it' => 'Orari di apertura',
'pl' => 'Godziny otwarcia',
),
'closed' => array(
'fr' => 'fermé',
'it' => 'chiuso',
'pl' => 'zamknięte',
),
// date format as used by jquery-dateFormat plugin: http://archive.plugins.jquery.com/project/jquery-dateFormat
'dd/MM/yyyy' => array(
'fr' => 'dd-MM-yyyy',
'it' => 'dd/MM/yyyy',
'pl' => 'dd.MM.yyyy',
),
// time format as used by jquery-dateFormat plugin: http://archive.plugins.jquery.com/project/jquery-dateFormat
'hh:mm a' => array(
'fr' => 'HH:mm',
'it' => 'HH:mm',
'pl' => 'HH:mm',
),
/*
* Popup
* -------------------------------------------------------------------------
*/
'Open in OSM' => array(
'fr' => 'Ouvrir dans OSM',
'it' => 'Apri in OSM',
'pl' => 'Zobacz w OSM'
),
'Enter' => array(
'de' => 'Betreten',
'fr' => 'Entrer',
'it' => 'Entra',
'pl' => 'Wejdź'
),
/*
* Misc
* -------------------------------------------------------------------------
*/
'no name' => array(
'it' => 'senza nome',
'pl' => 'brak nazwy'
)
);