Subversion Repository Public Repository

Nextrek

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
var languages = {
	"Punti di ricarica vicini": {
		"it-IT": "Punti di ricarica vicini",
		"en-US": "Charging hub neighbors",
		"en-GB": "Charging hub neighbors"
	},
	"Ricerca il punto di ricarica più vicino a te": {
		"it-IT": "Ricerca il punto di ricarica più vicino a te",
		"en-US": "Search the charging point near you",
		"en-GB": "Search the charging point near you"
	},	
	"Altri Commenti": {
		"it-IT": "Altri Commenti",
		"en-US": "More Comments",
		"en-GB": "More Comments"
	},
	"Cerca": {
		"it-IT": "Cerca",
		"en-US": "Search",
		"en-GB": "Search"
	},
	"Nessun commento per questo locale": {
		"it-IT": "Nessun commento per questo locale",
		"en-US": "No Comments",
		"en-GB": "No Comments"
	},
	"Da": {
		"it-IT": "Da",
		"en-US": "From",
		"en-GB": "From"
	},
	"alle": {
		"it-IT": "alle",
		"en-US": "at",
		"en-GB": "at"
	},
	"Posizione non trovata": {
		"it-IT": "Posizione non trovata",
		"en-US": "Position not found",
		"en-GB": "Position not found"
	},
	"enoteca": {
		"it-IT": "enoteca",
		"en-US": "wine bar",
		"en-GB": "wine bar"
	},
	"palestra": {
		"it-IT": "palestra",
		"en-US": "gym",
		"en-GB": "gym"
	},
	"bar": {
		"it-IT": "bar",
		"en-US": "bar",
		"en-GB": "bar"
	},
	"pizzeria": {
		"it-IT": "pizzeria",
		"en-US": "pizzeria",
		"en-GB": "pizzeria"
	},
	"fastfood": {
		"it-IT": "fastfood",
		"en-US": "fastfood",
		"en-GB": "fastfood"
	},
	"ristorante": {
		"it-IT": "ristorante",
		"en-US": "restaurant",
		"en-GB": "restaurant"
	},
	"libreria": {
		"it-IT": "libreria",
		"en-US": "library",
		"en-GB": "library"
	},
	"edicola": {
		"it-IT": "edicola",
		"en-US": "newsstand",
		"en-GB": "newsstand"
	},
	"market": {
		"it-IT": "market",
		"en-US": "market",
		"en-GB": "market"
	},
	"pub": {
		"it-IT": "pub",
		"en-US": "pub",
		"en-GB": "pub"
	},
	"elettronica": {
		"it-IT": "elettronica",
		"en-US": "electronics",
		"en-GB": "electronics"
	},
	"altro": {
		"it-IT": "altro",
		"en-US": "other",
		"en-GB": "other"
	},
	"Punti di ricarica": {
		"it-IT": "Punti di ricarica",
		"en-US": "Charging points",
		"en-GB": "Charging points"
	},
	"Indirizzo": {
		"it-IT": "Indirizzo",
		"en-US": "Address",
		"en-GB": "Address"
	},
	"Sito": {
		"it-IT": "Sito",
		"en-US": "Site",
		"en-GB": "Site"
	},
	"Visualizza Commenti": {
		"it-IT": "Visualizza Commenti",
		"en-US": "Comments",
		"en-GB": "Comments"
	},
	"Tutti": {
		"it-IT": "Tutti",
		"en-US": "All",
		"en-GB": "All"
	}
	
}

function getText(string, lang){
	return languages[string][lang];
}

Commits for Nextrek/Web/Smartcharging_search/lang/lang.js

Diff revisions: vs.
Revision Author Commited Message
1055 Diff Diff LZicari picture LZicari Tue 12 Jan, 2016 09:41:23 +0000
1053 LZicari picture LZicari Fri 08 Jan, 2016 13:52:20 +0000