Blame view

locales/controllet_ln.js 16.7 KB
7a60f3f3   Andrea Petta   l20n bug fix
1
2
  var ln = [];
  
1a26bccd   Renato De Donato   ln update
3
4
  ln["localization"] = "en";
  
fb05b400   Renato De Donato   controllet 2.0, n...
5
6
7
8
  /******** EN ********/
  
  //PAGE SLIDER
  ln["slide1Title_en"] = "SELECT DATASET";
a53fbbed   Renato De Donato   select-dataset ne...
9
  ln["slide1Subtitle_en"] = "Select a dataset from the list or copy and paste the url of dataset.";
fb05b400   Renato De Donato   controllet 2.0, n...
10
  ln["slide2Title_en"] = "SELECT DATA";
3b5f4868   Renato De Donato   co-datalets-creator
11
  ln["slide2Subtitle_en"] = "Select the fields on the left. The table will show the values related to the selected fields.";
fb05b400   Renato De Donato   controllet 2.0, n...
12
13
14
15
16
17
18
19
  ln["slide3Title_en"] = "SELECT VISUALIZATION";
  ln["slide3Subtitle_en"] = "Select a visualization, fill out inputs and labels (optional).";
  ln["back_en"] = "Back";
  ln["forward_en"] = "Forward";
  
  //SELECT DATASET
  ln["listView_en"] = "LIST VIEW";
  ln["treeMapView_en"] = "TREE MAP VIEW";
382b55e7   Renato De Donato   ortelio
20
  ln["extendedSearch_en"] = "EXTENDED SEARCH";
a53fbbed   Renato De Donato   select-dataset ne...
21
22
23
24
25
26
  ln["provider_en"] = "Provider";
  ln["showing_en"] = "Showing";
  ln["to_en"] = "to";
  ln["of_en"] = "of";
  ln["datasets_en"] = "datasets";
  //ln["availableDatasets_en"] = "Available datasets";
fb05b400   Renato De Donato   controllet 2.0, n...
27
28
29
30
31
  ln["suggestedDatasets_en"] = "Suggested datasets";
  ln["selectedUrl_en"] = "Selected url";
  ln["wrongUrl_en"] = "Invalid url or data provider not supported yet.";
  
  //SELECT DATA
79627d7e   Renato De Donato   controllet ln
32
  ln["expertAddFilters_en"] = "EXPERT : ADD FILTERS";
fb05b400   Renato De Donato   controllet 2.0, n...
33
  
1a26bccd   Renato De Donato   ln update
34
35
36
37
38
39
40
41
42
43
44
45
  //select-fields
  ln["fields_en"] = "FIELDS";
  
  //data-table
  ln["selectedData_en"] = "SELECTED DATA";
  //ln["showing_en"] = "Showing";
  //ln["to_en"] = "to";
  //ln["of_en"] = "of";
  ln["rows_en"] = "rows";
  ln["type_en"] = "TYPE";
  ln["warning_en"] = "WARNING";
  
fb05b400   Renato De Donato   controllet 2.0, n...
46
47
48
49
  //filters
  ln["filterField_en"] = "Field";
  ln["filterOperation_en"] = "Operation";
  ln["filterValue_en"] = "Value";
f833bd4e   Renato De Donato   filter ln
50
51
52
53
54
55
56
  
  ln["=_en"] = "is equal to";
  ln["!=_en"] = "is different from";
  ln[">_en"] = "is greater than";
  ln[">=_en"] = "is greater than or equal to";
  ln["<_en"] = "is less than";
  ln["<=_en"] = "is less than or equal to";
fb05b400   Renato De Donato   controllet 2.0, n...
57
  ln["contains_en"] = "contains";
7464051f   Renato De Donato   not contains
58
  ln["notContains_en"] = "not contains";
fb05b400   Renato De Donato   controllet 2.0, n...
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
  ln["start_en"] = "start with";
  ln["ends_en"] = "ends with";
  
  //SELECT VISUALIZATION
  ln["inputs_en"] = "INPUTS";
  ln["baseInfo_en"] = "BASE INFO";
  ln["layouts_en"] = "LABELS / OPTIONS";
  ln["dataletPreview_en"] = "DATALET PREVIEW";
  ln["addDatalet_en"] = "ADD";
  ln["modifyDatalet_en"] = "MODIFY";
  
  //vslider
  ln["search_en"] = "Search";
  
  ln["datatable_en"] = "Table";
  ln["barchart_en"] = "Bar";
  ln["columnchart_en"] = "Column";
  ln["areachart_en"] = "Area";
  ln["linechart_en"] = "Line";
  ln["heatmap_en"] = "Heat Map";
  ln["barchart_stacked_en"] = "Stacked Bar";
  ln["columnchart_stacked_en"] = "Stacked Column";
  ln["areachart_stacked_en"] = "Stacked Area";
  ln["piechart_en"] = "Pie";
cc0a0122   Renato De Donato   new scatter + dat...
83
84
85
  ln["scatterchart_en"] = "Scatter";
  ln["bubblechart_en"] = "Bubble";
  ln["treemap_en"] = "Tree Map";
fb05b400   Renato De Donato   controllet 2.0, n...
86
  ln["leafletjs_en"] = "Map";
899e9758   Renato De Donato   geojson <3
87
  ln["leafletjs-geojson_en"] = "Map Geojson";
fb05b400   Renato De Donato   controllet 2.0, n...
88
89
  
  //inputs
79627d7e   Renato De Donato   controllet ln
90
91
  ln["expertGroupBy_en"] = "EXPERT : GROUP BY";
  
fb05b400   Renato De Donato   controllet 2.0, n...
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
  ln["sortAscending_en"] = "sorted ascending";
  ln["sortDescending_en"] = "sorted descending";
  ln["unsort_en"] = "unsorted";
  
  ln["groupBy_en"] = "GROUP BY";
  ln["calculate_en"] = "CALCULATE";
  
  ln["COUNT_en"] = "COUNT of";
  ln["SUM_en"] = "SUM of";
  ln["MIN_en"] = "MIN of";
  ln["MAX_en"] = "MAX of";
  ln["AVG_en"] = "AVG of";
  ln["FIRST_en"] = "FIRST of";
  ln["LAST_en"] = "LAST of";
  
  ln["XAxis_en"] = "X AXIS";
cc0a0122   Renato De Donato   new scatter + dat...
108
  ln["YAxis_en"] = "Y AXIS";
9819a403   Renato De Donato   bubble scatter tr...
109
110
  ln["NumericXAxis_en"] = "X AXIS [num]";
  ln["NumericYAxis_en"] = "Y AXIS [num]";
fb05b400   Renato De Donato   controllet 2.0, n...
111
  ln["Column_en"] = "COLUMN";
9819a403   Renato De Donato   bubble scatter tr...
112
113
114
  ln["Level_en"] = "LEVEL";
  ln["SliceLabels_en"] = "LABEL";
  ln["SliceSizes_en"] = "SIZE [num]";
fb05b400   Renato De Donato   controllet 2.0, n...
115
116
  ln["Latitude_en"] = "LATITUDE";
  ln["Longitude_en"] = "LONGITUDE";
9819a403   Renato De Donato   bubble scatter tr...
117
  ln["BalloonContent_en"] = "BALLOON CONTENT";// [opt]
899e9758   Renato De Donato   geojson <3
118
  ln["GEOJSON_en"] = "GEOJSON";
9819a403   Renato De Donato   bubble scatter tr...
119
120
121
  ln["BubbleContent_en"] = "BUBBLE CONTENT";
  ln["BubbleSize_en"] = "BUBBLE SIZE [num]";
  ln["Categories_en"] = "CATEGORY [opt]";
fb05b400   Renato De Donato   controllet 2.0, n...
122
123
124
125
126
127
128
129
130
131
132
133
  
  //options
  ln["title_en"] = "Title"
  ln["description_en"] = "Description";
  
  ln["x-axis-label_en"] = "X Axis Label";
  ln["y-axis-label_en"] = "Y Axis Label";
  ln["suffix_en"] = "Tooltip Suffix";
  ln["theme_en"] = "Theme";
  ln["stack_en"] = "Stack";
  ln["donut_en"] = "Donut";
  
79627d7e   Renato De Donato   controllet ln
134
135
136
137
138
139
  ln["x-axis-label_description_en"] = "The label shown on the X axis";
  ln["y-axis-label_description_en"] = "The label shown on the Y axis";
  ln["suffix_description_en"] = "The suffix added to values ($,%, Kg, ...)";
  ln["theme_description_en"] = "The theme affects the appearance and colors of the graph";
  ln["stack_description_en"] = "If 'percent' normalization to 100 will be applied";
  ln["donut_description_en"] = "If 'true' Pie will become Donut! :)";
fb05b400   Renato De Donato   controllet 2.0, n...
140
141
142
  
  /******** IT ********/
  
79627d7e   Renato De Donato   controllet ln
143
  //PAGE SLIDER
7a60f3f3   Andrea Petta   l20n bug fix
144
  ln["slide1Title_it"] = "SELEZIONA IL DATASET";
a53fbbed   Renato De Donato   select-dataset ne...
145
  ln["slide1Subtitle_it"] = "Seleziona il dataset dalla lista o copia e incolla la url del dataset.";
7a60f3f3   Andrea Petta   l20n bug fix
146
  ln["slide2Title_it"] = "SELEZIONA I DATI";
3b5f4868   Renato De Donato   co-datalets-creator
147
  ln["slide2Subtitle_it"] = "Seleziona i campi sulla sinistra. Nella tabella saranno mostrati i valori dei campi selezionati.";
7a60f3f3   Andrea Petta   l20n bug fix
148
149
  ln["slide3Title_it"] = "SELEZIONA LA VISUALIZZAZIONE";
  ln["slide3Subtitle_it"] = "Seleziona una visualizzazione, inserisci dati di input ed etichette (opzionale).";
79627d7e   Renato De Donato   controllet ln
150
151
  ln["back_it"] = "Indietro";
  ln["forward_it"] = "Avanti";
7a60f3f3   Andrea Petta   l20n bug fix
152
  
79627d7e   Renato De Donato   controllet ln
153
  //SELECT DATASET
7a60f3f3   Andrea Petta   l20n bug fix
154
155
  ln["listView_it"] = "ELENCO";
  ln["treeMapView_it"] = "GRAFICO AD ALBERO";
382b55e7   Renato De Donato   ortelio
156
  ln["extendedSearch_it"] = "RICERCA ESTESA";
a53fbbed   Renato De Donato   select-dataset ne...
157
158
159
160
161
162
  ln["provider_it"] = "Provider";
  ln["showing_it"] = "Visualizzati";
  ln["to_it"] = "a";
  ln["of_it"] = "di";
  ln["datasets_it"] = "datasets";
  //ln["availableDatasets_it"] = "Dataset disponibili";
7a60f3f3   Andrea Petta   l20n bug fix
163
164
  ln["suggestedDatasets_it"] = "Dataset suggeriti";
  ln["selectedUrl_it"] = "Url selezionata";
4149a40e   Renato De Donato   dataset invalid url
165
  ln["wrongUrl_it"] = "Url invalido o data provider non ancora supportato.";
7a60f3f3   Andrea Petta   l20n bug fix
166
  
79627d7e   Renato De Donato   controllet ln
167
168
  //SELECT DATA
  ln["expertAddFilters_it"] = "ESPERTO : AGGIUNGI FILTRI";
7a60f3f3   Andrea Petta   l20n bug fix
169
  
1a26bccd   Renato De Donato   ln update
170
171
172
173
174
175
176
177
178
  //select-fields
  ln["fields_it"] = "CAMPI";
  
  //data-table
  ln["selectedData_it"] = "DATI SELEZIONATI";
  ln["rows_it"] = "righe";
  ln["type_it"] = "TIPO";
  ln["warning_it"] = "ATTENZIONE";
  
79627d7e   Renato De Donato   controllet ln
179
  //filters
40eb0979   Renato De Donato   group by and filt...
180
181
182
  ln["filterField_it"] = "Campo";
  ln["filterOperation_it"] = "Operazione";
  ln["filterValue_it"] = "Valore";
f833bd4e   Renato De Donato   filter ln
183
184
185
186
187
188
189
  
  ln["=_it"] = "è uguale a";
  ln["!=_it"] = "è diverso da";
  ln[">_it"] = "è maggiore di";
  ln[">=_it"] = "è maggiore uguale di";
  ln["<_it"] = "è minore di";
  ln["<=_it"] = "è minore uguale di";
40eb0979   Renato De Donato   group by and filt...
190
  ln["contains_it"] = "contiene";
7464051f   Renato De Donato   not contains
191
  ln["notContains_it"] = "non contiene";
40eb0979   Renato De Donato   group by and filt...
192
193
  ln["start_it"] = "inizia con";
  ln["ends_it"] = "finisce con";
79627d7e   Renato De Donato   controllet ln
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
  
  //SELECT VISUALIZATION
  ln["inputs_it"] = "DATI DI INPUT";
  ln["baseInfo_it"] = "INFORMAZIONI DI BASE";
  ln["layouts_it"] = "ETICHETTE / OPZIONI";
  ln["dataletPreview_it"] = "ANTEPRIMA DELLA DATALET";
  ln["addDatalet_it"] = "AGGIUNGI";
  ln["modifyDatalet_it"] = "MODIFICA";
  
  //vslider
  ln["search_it"] = "Cerca";
  
  ln["datatable_it"] = "Tabella";
  ln["barchart_it"] = "Grafico a barre";
  ln["columnchart_it"] = "Grafico a colonne";
  ln["areachart_it"] = "Grafico ad area";
  ln["linechart_it"] = "Grafico a linee";
  ln["heatmap_it"] = "Mappa termica";
  ln["barchart_stacked_it"] = "Grafico a barre  in pila";
  ln["columnchart_stacked_it"] = "Grafico a colonne  in pila";
  ln["areachart_stacked_it"] = "Grafico ad area in pila";
  ln["piechart_it"] = "Grafico a torta";
  ln["scatterchart_it"] = "Grafico a dispersione";
  ln["bubblechart_it"] = "Grafico a bolle";
  ln["treemap_it"] = "Grafico ad albero";
  ln["leafletjs_it"] = "Mappa";
899e9758   Renato De Donato   geojson <3
220
  ln["leafletjs-geojson_it"] = "Mappa geojson";
79627d7e   Renato De Donato   controllet ln
221
222
223
224
  
  //inputs
  ln["expertGroupBy_it"] = "ESPERTO : RAGGRUPPA";
  
40eb0979   Renato De Donato   group by and filt...
225
226
227
  ln["sortAscending_it"] = "ordinamento crescente";
  ln["sortDescending_it"] = "ordinamento decrescente";
  ln["unsort_it"] = "non ordinato";
79627d7e   Renato De Donato   controllet ln
228
  
40eb0979   Renato De Donato   group by and filt...
229
230
  ln["groupBy_it"] = "RAGGRUPPA";
  ln["calculate_it"] = "CALCOLA";
79627d7e   Renato De Donato   controllet ln
231
  
40eb0979   Renato De Donato   group by and filt...
232
233
234
235
236
237
238
  ln["COUNT_it"] = "CONTEGGIO di";
  ln["SUM_it"] = "SOMMA di";
  ln["MIN_it"] = "MINIMO di";
  ln["MAX_it"] = "MASSIMO di";
  ln["AVG_it"] = "MEDIA di";
  ln["FIRST_it"] = "PRIMO di";
  ln["LAST_it"] = "ULTIMO di";
e94f9513   Renato De Donato   filter ln
239
  
79627d7e   Renato De Donato   controllet ln
240
241
242
243
244
245
246
247
248
249
250
  ln["XAxis_it"] = "ASSE X";
  ln["YAxis_it"] = "ASSE Y";
  ln["NumericXAxis_it"] = "ASSE X [num]";
  ln["NumericYAxis_it"] = "ASSE Y [num]";
  ln["Column_it"] = "COLONNA";
  ln["Level_it"] = "LIVELLO";
  ln["SliceLabels_it"] = "ETICHETTA";
  ln["SliceSizes_it"] = "DIMENSIONE [num]";
  ln["Latitude_it"] = "LATITUDINE";
  ln["Longitude_it"] = "LONGITUDINE";
  ln["BalloonContent_it"] = "CONTENUTO";
899e9758   Renato De Donato   geojson <3
251
  ln["GEOJSON_it"] = "GEOJSON";
79627d7e   Renato De Donato   controllet ln
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
  ln["BubbleContent_it"] = "CONTENUTO BOLLA";
  ln["BubbleSize_it"] = "DIMENSIONE BOLLA [num]";
  ln["Categories_it"] = "CATEGORIA [opt]";
  
  //options
  ln["title_it"] = "Titolo"
  ln["description_it"] = "Descrizione";
  
  ln["x-axis-label_it"] = "Etichetta asse X";
  ln["y-axis-label_it"] = "Etichetta asse Y";
  ln["suffix_it"] = "Suffisso tooltip";
  ln["theme_it"] = "Tema";
  ln["stack_it"] = "Stack";
  ln["donut_it"] = "Ciambella";
  
  ln["x-axis-label_description_it"] = "L'etichetta che verrà visualizzata sull'asse delle X";
  ln["y-axis-label_description_it"] = "L'etichetta che verrà visualizzata sull'asse delle Y";
  ln["suffix_description_it"] = "Il suffisso che verrà aggiunto ai valori ($, %, Kg, ...)";
  ln["theme_description_it"] = "Il tema influenza l'estetica e i colori del grafico";
  ln["stack_description_it"] = "Se 'percent' sarà applicata la normalizzazione a 100";
  ln["donut_description_it"] = "Se 'true' il grafico a torta diventerà a ciambella! :)";
6d2a2a1e   Andrea Petta   language handling
273
  
fb05b400   Renato De Donato   controllet 2.0, n...
274
  /******** FR ********/
6d2a2a1e   Andrea Petta   language handling
275
  
79627d7e   Renato De Donato   controllet ln
276
  //PAGE SLIDER
eb59e3d4   pina   data-sevc fr nl
277
278
279
280
281
282
283
284
  ln["slide1Title_fr"] = "SELECTIONNER UN JEU DE DONNEES";
  ln["slide1Subtitle_fr"] = "Rechercher ou copier/coller l’url du jeu de données.";
  ln["slide2Title_fr"] = "SELECTIONNER DONNEES";
  ln["slide2Subtitle_fr"] = "Sélectionner les champs à partir de l’arborescence. Une fenêtre vous indiquera les valeurs relatives aux champs sélectionnés.";
  ln["slide3Title_fr"] = "SELECTIONNER UN MODE DE VISUALISATION";
  ln["slide3Subtitle_fr"] = "Sélectionner un mode de visualisation, remplir les entrées et les vignettes (optionnel).";
  ln["back_fr"] = "RETOUR";
  ln["forward_fr"] = "AVANT";
79627d7e   Renato De Donato   controllet ln
285
286
  
  //SELECT DATASET
eb59e3d4   pina   data-sevc fr nl
287
288
  ln["listView_fr"] = "VUE EN LISTE";
  ln["treeMapView_fr"] = "VUE EN ARBORESCENCE";
382b55e7   Renato De Donato   ortelio
289
  ln["extendedSearch_fr"] = "EXTENDED SEARCH";
a53fbbed   Renato De Donato   select-dataset ne...
290
291
292
293
294
295
  ln["provider_fr"] = "Provider";
  ln["showing_fr"] = "Showing";
  ln["to_fr"] = "to";
  ln["of_fr"] = "of";
  ln["datasets_fr"] = "datasets";
  //ln["availableDatasets_fr"] = "Jeux de données disponibles";
eb59e3d4   pina   data-sevc fr nl
296
297
  ln["suggestedDatasets_fr"] = "Jeux de données suggérés";
  ln["selectedUrl_fr"] = "Sélectionner URL";
4149a40e   Renato De Donato   dataset invalid url
298
  ln["wrongUrl_fr"] = "Invalid url or data provider not supported yet.";
6d2a2a1e   Andrea Petta   language handling
299
  
79627d7e   Renato De Donato   controllet ln
300
301
  //SELECT DATA
  ln["expertAddFilters_fr"] = "EXPERT : ADD FILTERS";
6d2a2a1e   Andrea Petta   language handling
302
  
1a26bccd   Renato De Donato   ln update
303
304
305
306
307
308
309
310
311
  //select-fields
  ln["fields_fr"] = "FIELDS";
  
  //data-table
  ln["selectedData_fr"] = "SELECTED DATA";
  ln["rows_fr"] = "rows";
  ln["type_fr"] = "TYPE";
  ln["warning_fr"] = "WARNING";
  
79627d7e   Renato De Donato   controllet ln
312
  //filters
40eb0979   Renato De Donato   group by and filt...
313
314
315
  ln["filterField_fr"] = "Field";
  ln["filterOperation_fr"] = "Operation";
  ln["filterValue_fr"] = "Value";
f833bd4e   Renato De Donato   filter ln
316
317
318
319
320
321
322
  
  ln["=_fr"] = "is equal to";
  ln["!=_fr"] = "is different from";
  ln[">_fr"] = "is greater than";
  ln[">=_fr"] = "is greater than or equal to";
  ln["<_fr"] = "is less than";
  ln["<=_fr"] = "is less than or equal to";
40eb0979   Renato De Donato   group by and filt...
323
  ln["contains_fr"] = "contains";
7464051f   Renato De Donato   not contains
324
  ln["notContains_fr"] = "not contains";
40eb0979   Renato De Donato   group by and filt...
325
326
  ln["start_fr"] = "start with";
  ln["ends_fr"] = "ends with";
79627d7e   Renato De Donato   controllet ln
327
328
  
  //SELECT VISUALIZATION
eb59e3d4   pina   data-sevc fr nl
329
330
331
332
333
334
  ln["inputs_fr"] = "SORTIES";
  ln["baseInfo_fr"] = "INFORMATION DE BASE";
  ln["layouts_fr"] = "VIGNETTES/OPTIONSs";
  ln["dataletPreview_fr"] = "PREVISUALISATION";
  ln["addDatalet_fr"] = "AJOUTER";
  ln["modifyDatalet_fr"] = "MODIFIER";
79627d7e   Renato De Donato   controllet ln
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
  
  //vslider
  ln["search_fr"] = "Search";
  
  ln["datatable_fr"] = "Table";
  ln["barchart_fr"] = "Bar";
  ln["columnchart_fr"] = "Column";
  ln["areachart_fr"] = "Area";
  ln["linechart_fr"] = "Line";
  ln["heatmap_fr"] = "Heat Map";
  ln["barchart_stacked_fr"] = "Stacked Bar";
  ln["columnchart_stacked_fr"] = "Stacked Column";
  ln["areachart_stacked_fr"] = "Stacked Area";
  ln["piechart_fr"] = "Pie";
  ln["scatterchart_fr"] = "Scatter";
  ln["bubblechart_fr"] = "Bubble";
  ln["treemap_fr"] = "Tree Map";
  ln["leafletjs_fr"] = "Map";
899e9758   Renato De Donato   geojson <3
353
  ln["leafletjs-geojson_fr"] = "Map Geojson";
79627d7e   Renato De Donato   controllet ln
354
355
356
357
  
  //inputs
  ln["expertGroupBy_fr"] = "EXPERT : GROUP BY";
  
40eb0979   Renato De Donato   group by and filt...
358
359
360
  ln["sortAscending_fr"] = "sorted ascending";
  ln["sortDescending_fr"] = "sorted descending";
  ln["unsort_fr"] = "unsorted";
79627d7e   Renato De Donato   controllet ln
361
  
40eb0979   Renato De Donato   group by and filt...
362
363
  ln["groupBy_fr"] = "GROUP BY";
  ln["calculate_fr"] = "CALCULATE";
79627d7e   Renato De Donato   controllet ln
364
  
40eb0979   Renato De Donato   group by and filt...
365
366
367
368
369
370
371
372
  ln["COUNT_fr"] = "COUNT of";
  ln["SUM_fr"] = "SUM of";
  ln["MIN_fr"] = "MIN of";
  ln["MAX_fr"] = "MAX of";
  ln["AVG_fr"] = "AVG of";
  ln["FIRST_fr"] = "FIRST of";
  ln["LAST_fr"] = "LAST of";
  
79627d7e   Renato De Donato   controllet ln
373
374
375
376
377
378
379
380
381
382
383
  ln["XAxis_fr"] = "X AXIS";
  ln["YAxis_fr"] = "Y AXIS";
  ln["NumericXAxis_fr"] = "X AXIS [num]";
  ln["NumericYAxis_fr"] = "Y AXIS [num]";
  ln["Column_fr"] = "COLUMN";
  ln["Level_fr"] = "LEVEL";
  ln["SliceLabels_fr"] = "LABEL";
  ln["SliceSizes_fr"] = "SIZE [num]";
  ln["Latitude_fr"] = "LATITUDE";
  ln["Longitude_fr"] = "LONGITUDE";
  ln["BalloonContent_fr"] = "BALLOON CONTENT";// [opt]
899e9758   Renato De Donato   geojson <3
384
  ln["GEOJSON_fr"] = "GEOJSON";
79627d7e   Renato De Donato   controllet ln
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
  ln["BubbleContent_fr"] = "BUBBLE CONTENT";
  ln["BubbleSize_fr"] = "BUBBLE SIZE [num]";
  ln["Categories_fr"] = "CATEGORY [opt]";
  
  //options
  ln["title_fr"] = "Title"
  ln["description_fr"] = "Description";
  
  ln["x-axis-label_fr"] = "X Axis Label";
  ln["y-axis-label_fr"] = "Y Axis Label";
  ln["suffix_fr"] = "Tooltip Suffix";
  ln["theme_fr"] = "Theme";
  ln["stack_fr"] = "Stack";
  ln["donut_fr"] = "Donut";
  
eb59e3d4   pina   data-sevc fr nl
400
401
402
  ln["x-axis-label_description_fr"] = "Vignette pour l’axe X.";
  ln["y-axis-label_description_fr"] = "Vignette pour l’axe Y.";
  ln["suffix_description_fr"] = "Unités de mesures (ex:  dollars, euros.";
79627d7e   Renato De Donato   controllet ln
403
404
405
  ln["theme_description_fr"] = "Theme";
  ln["stack_description_fr"] = "Stack";
  ln["donut_description_fr"] = "Donut";
6d2a2a1e   Andrea Petta   language handling
406
  
fb05b400   Renato De Donato   controllet 2.0, n...
407
408
  /******** NL ********/
  
79627d7e   Renato De Donato   controllet ln
409
  //PAGE SLIDER
eb59e3d4   pina   data-sevc fr nl
410
411
412
413
414
415
416
417
  ln["slide1Title_nl"] = "SELECTEER DATASET";
  ln["slide1Subtitle_nl"] = "Zoek of kopieer en plak de url van de dataset.";
  ln["slide2Title_nl"] = "SELECTEER DATA";
  ln["slide2Subtitle_nl"] = "Selecteer de velden uit de boomstructuur. De multi-tabel laat de waarden zien van de geselecteerde velden.";
  ln["slide3Title_nl"] = "SELECTEER VISUALISATIE";
  ln["slide3Subtitle_nl"] = "Selecteer een visualisatie, vul de invoer en labels in.";
  ln["back_nl"] = "TERUG";
  ln["forward_nl"] = "VOOTUIT";
a7d52488   Renato De Donato   ln
418
  
79627d7e   Renato De Donato   controllet ln
419
  //SELECT DATASET
eb59e3d4   pina   data-sevc fr nl
420
421
  ln["listView_nl"] = "LIJSTWEERGAVE";
  ln["treeMapView_nl"] = "BOOMSTRUCTUUR WEEERGAVE";
382b55e7   Renato De Donato   ortelio
422
  ln["extendedSearch_nl"] = "EXTENDED SEARCH";
a53fbbed   Renato De Donato   select-dataset ne...
423
424
425
426
427
428
  ln["provider_nl"] = "Provider";
  ln["showing_nl"] = "Showing";
  ln["to_nl"] = "to";
  ln["of_nl"] = "of";
  ln["datasets_nl"] = "datasets";
  //ln["availableDatasets_nl"] = "Beschikbare datasets";
eb59e3d4   pina   data-sevc fr nl
429
430
431
  ln["suggestedDatasets_nl"] = "Voeg aanbevolen datasets";
  ln["selectedUrl_nl"] = "Selecteer url";
  ln["wrongUrl_nl"] = "Ongeldige url of data provider nog niet ondersteund.";
a7d52488   Renato De Donato   ln
432
  
79627d7e   Renato De Donato   controllet ln
433
434
  //SELECT DATA
  ln["expertAddFilters_nl"] = "EXPERT : ADD FILTERS";
6d2a2a1e   Andrea Petta   language handling
435
  
1a26bccd   Renato De Donato   ln update
436
437
438
439
440
441
442
443
444
  //select-fields
  ln["fields_nl"] = "FIELDS";
  
  //data-table
  ln["selectedData_nl"] = "SELECTED DATA";
  ln["rows_nl"] = "rows";
  ln["type_nl"] = "TYPE";
  ln["warning_nl"] = "WARNING";
  
79627d7e   Renato De Donato   controllet ln
445
  //filters
40eb0979   Renato De Donato   group by and filt...
446
447
448
  ln["filterField_nl"] = "Field";
  ln["filterOperation_nl"] = "Operation";
  ln["filterValue_nl"] = "Value";
f833bd4e   Renato De Donato   filter ln
449
450
451
452
453
454
455
  
  ln["=_nl"] = "is equal to";
  ln["!=_nl"] = "is different from";
  ln[">_nl"] = "is greater than";
  ln[">=_nl"] = "is greater than or equal to";
  ln["<_nl"] = "is less than";
  ln["<=_nl"] = "is less than or equal to";
40eb0979   Renato De Donato   group by and filt...
456
  ln["contains_nl"] = "contains";
7464051f   Renato De Donato   not contains
457
  ln["notContains_nl"] = "not contains";
40eb0979   Renato De Donato   group by and filt...
458
459
  ln["start_nl"] = "start with";
  ln["ends_nl"] = "ends with";
79627d7e   Renato De Donato   controllet ln
460
461
462
  
  //SELECT VISUALIZATION
  ln["inputs_nl"] = "INPUTS";
eb59e3d4   pina   data-sevc fr nl
463
464
465
466
467
  ln["baseInfo_nl"] = "BASIS INFO";
  ln["layouts_nl"] = "LABELS / OPTIES";
  ln["dataletPreview_nl"] = "VOORBEELD";
  ln["addDatalet_nl"] = "TOEVOEGEN";
  ln["modifyDatalet_nl"] = "WIJZIGEN";
79627d7e   Renato De Donato   controllet ln
468
469
470
471
  
  //vslider
  ln["search_nl"] = "Search";
  
eb59e3d4   pina   data-sevc fr nl
472
  ln["datatable_nl"] = "Tafel";
79627d7e   Renato De Donato   controllet ln
473
474
475
476
477
478
479
480
481
482
483
484
485
  ln["barchart_nl"] = "Bar";
  ln["columnchart_nl"] = "Column";
  ln["areachart_nl"] = "Area";
  ln["linechart_nl"] = "Line";
  ln["heatmap_nl"] = "Heat Map";
  ln["barchart_stacked_nl"] = "Stacked Bar";
  ln["columnchart_stacked_nl"] = "Stacked Column";
  ln["areachart_stacked_nl"] = "Stacked Area";
  ln["piechart_nl"] = "Pie";
  ln["scatterchart_nl"] = "Scatter";
  ln["bubblechart_nl"] = "Bubble";
  ln["treemap_nl"] = "Tree Map";
  ln["leafletjs_nl"] = "Map";
899e9758   Renato De Donato   geojson <3
486
  ln["leafletjs-geojson_nl"] = "Map Geojson";
79627d7e   Renato De Donato   controllet ln
487
488
489
490
  
  //inputs
  ln["expertGroupBy_nl"] = "EXPERT : GROUP BY";
  
40eb0979   Renato De Donato   group by and filt...
491
492
493
  ln["sortAscending_nl"] = "sorted ascending";
  ln["sortDescending_nl"] = "sorted descending";
  ln["unsort_nl"] = "unsorted";
79627d7e   Renato De Donato   controllet ln
494
  
40eb0979   Renato De Donato   group by and filt...
495
496
  ln["groupBy_nl"] = "GROUP BY";
  ln["calculate_nl"] = "CALCULATE";
79627d7e   Renato De Donato   controllet ln
497
  
40eb0979   Renato De Donato   group by and filt...
498
499
500
501
502
503
504
505
  ln["COUNT_nl"] = "COUNT of";
  ln["SUM_nl"] = "SUM of";
  ln["MIN_nl"] = "MIN of";
  ln["MAX_nl"] = "MAX of";
  ln["AVG_nl"] = "AVG of";
  ln["FIRST_nl"] = "FIRST of";
  ln["LAST_nl"] = "LAST of";
  
79627d7e   Renato De Donato   controllet ln
506
507
508
509
510
511
512
513
514
515
516
  ln["XAxis_nl"] = "X AXIS";
  ln["YAxis_nl"] = "Y AXIS";
  ln["NumericXAxis_nl"] = "X AXIS [num]";
  ln["NumericYAxis_nl"] = "Y AXIS [num]";
  ln["Column_nl"] = "COLUMN";
  ln["Level_nl"] = "LEVEL";
  ln["SliceLabels_nl"] = "LABEL";
  ln["SliceSizes_nl"] = "SIZE [num]";
  ln["Latitude_nl"] = "LATITUDE";
  ln["Longitude_nl"] = "LONGITUDE";
  ln["BalloonContent_nl"] = "BALLOON CONTENT";// [opt]
899e9758   Renato De Donato   geojson <3
517
  ln["GEOJSON_nl"] = "GEOJSON";
79627d7e   Renato De Donato   controllet ln
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
  ln["BubbleContent_nl"] = "BUBBLE CONTENT";
  ln["BubbleSize_nl"] = "BUBBLE SIZE [num]";
  ln["Categories_nl"] = "CATEGORY [opt]";
  
  //options
  ln["title_nl"] = "Title"
  ln["description_nl"] = "Description";
  
  ln["x-axis-label_nl"] = "X Axis Label";
  ln["y-axis-label_nl"] = "Y Axis Label";
  ln["suffix_nl"] = "Tooltip Suffix";
  ln["theme_nl"] = "Theme";
  ln["stack_nl"] = "Stack";
  ln["donut_nl"] = "Donut";
  
  ln["x-axis-label_description_nl"] = "X Axis Label";
  ln["y-axis-label_description_nl"] = "Y Axis Label";
  ln["suffix_description_nl"] = "Tooltip Suffix";
  ln["theme_description_nl"] = "Theme";
  ln["stack_description_nl"] = "Stack";
  ln["donut_description_nl"] = "Donut";