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
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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
var languages = {
	"Entra ora in Smart Charging": {
		"it-it": "Entra ora in Smart Charging",
		"en-us": "Smart Charging Join Now",
		"en-gb": "Smart Charging Join Now"
	},
	"Registrati gratuitamente ed entra nella community di Smart Charging": {
		"it-it": "Registrati gratuitamente ed entra nella community di Smart Charging",
		"en-us": "Register for free and join the Smart Charging community",
		"en-gb": "Register for free and join the Smart Charging community"
	},	
	"Registrazione utente": {
		"it-it": "Registrazione utente",
		"en-us": "User Registration",
		"en-gb": "User Registration"
	},
	"Ti stai iscrivendo come un nuovo utente": {
		"it-it": "Ti stai iscrivendo come un nuovo utente",
		"en-us": "You are registering as a new user",
		"en-gb": "You are registering as a new user"
	},
	"Inserire i dati": {
		"it-it": "Inserire i dati",
		"en-us": "Insert data",
		"en-gb": "Insert data"
	},
	"Registrazione locale": {
		"it-it": "Registrazione locale",
		"en-us": "Commercial business registration",
		"en-gb": "Commercial business registration"
	},
	"Stai registrando il tuo locale nella community di": {
		"it-it": "Stai registrando il tuo locale nella community di",
		"en-us": "you're registering your commercial business in the community of",
		"en-gb": "you're registering your commercial business in the community of"
	},
	"Inserire prima i dati del referente del Locale": {
		"it-it": "Inserire prima i dati del referente del Locale",
		"en-us": "First insert the commercial business owner data",
		"en-gb": "First insert the commercial business owner data"
	},
	"Inserire i dati del Locale": {
		"it-it": "Inserire i dati del Locale",
		"en-us": "Insert the commercial business data",
		"en-gb": "Insert the commercial business data"
	},
	"Sei un Utente": {
		"it-it": "Sei un Utente",
		"en-us": "Are you an User",
		"en-gb": "Are you an User"
	},
	"Registrati come utente": {
		"it-it": "Registrati come utente",
		"en-us": "User registration",
		"en-gb": "User registration"
	},
	"Possiedi un Locale": {
		"it-it": "Possiedi un Locale",
		"en-us": "Do you have business",
		"en-gb": "Do you have business"
	},
	"Registra il tuo locale": {
		"it-it": "Registra il tuo locale",
		"en-us": "Business registration",
		"en-gb": "Business registration"
	},
	"Dati personali": {
		"it-it": "Dati personali",
		"en-us": "Personal data",
		"en-gb": "Personal data"
	},
	"Email non disponibile": {
		"it-it": "Email non disponibile",
		"en-us": "Email not available",
		"en-gb": "Email not available"
	},
	"Inserire una email valida": {
		"it-it": "Inserire una email valida",
		"en-us": "Insert a valid email",
		"en-gb": "Insert a valid email"
	},
	"Username non disponibile": {
		"it-it": "Username non disponibile",
		"en-us": "Username not available",
		"en-gb": "Username not available"
	},
	"inserire un altro username": {
		"it-it": "inserire un altro username",
		"en-us": "insert another username",
		"en-gb": "insert another username"
	},
	"Inserisci una password di almeno 8 caratteri": {
		"it-it": "Inserisci una password di almeno 8 caratteri",
		"en-us": "Enter a password at least 8 characters",
		"en-gb": "Enter a password at least 8 characters"
	},
	"Ripeti password": {
		"it-it": "Ripeti password",
		"en-us": "Retype password",
		"en-gb": "Retype password"
	},
	"La lunghezza della password deve essere di almeno 8 caratteri": {
		"it-it": "La lunghezza della password deve essere di almeno 8 caratteri",
		"en-us": "The password length should be at least 8 characters",
		"en-gb": "The password length should be at least 8 characters"
	},
	"Le password inserite non coincidono": {
		"it-it": "Le password inserite non coincidono",
		"en-us": "Passwords do not match",
		"en-gb": "Passwords do not match"
	},
	"inserire la stessa password in entrambi i campi": {
		"it-it": "inserire la stessa password in entrambi i campi",
		"en-us": "enter the same password in both fields",
		"en-gb": "enter the same password in both fields"
	},
	"Nome": {
		"it-it": "Nome",
		"en-us": "Name",
		"en-gb": "Name"
	},
	"Cognome": {
		"it-it": "Cognome",
		"en-us": "Last name",
		"en-gb": "Last name"
	},
	"Condizioni d'uso": {
		"it-it": "Condizioni d'uso",
		"en-us": "Terms of use",
		"en-gb": "Terms of use"
	},
	"Accetto le": {
		"it-it": "Accetto le",
		"en-us": "Accept the",
		"en-gb": "Accept the"
	},
	"Condizioni e Termini d'uso e l'Informativa Privacy": {
		"it-it": "Condizioni e Termini d'uso e l'Informativa Privacy",
		"en-us": "Terms and conditions of use and the Privacy Policy",
		"en-gb": "Terms and conditions of use and the Privacy Policy"
	},
	"di": {
		"it-it": "di",
		"en-us": "of",
		"en-gb": "of"
	},
	"Per concludere la registrazione è necessario accettare le condizioni di": {
		"it-it": "Per concludere la registrazione è necessario accettare le condizioni di",
		"en-us": "To complete registration you must accept the conditions of",
		"en-gb": "To complete registration you must accept the conditions of"
	},
	"Ci sono dei campi vuoti": {
		"it-it": "Ci sono dei campi vuoti",
		"en-us": "There are empty fields",
		"en-gb": "There are empty fields"
	},
	"completare quelli mancanti": {
		"it-it": "completare quelli mancanti",
		"en-us": "complete the missing ones",
		"en-gb": "complete the missing ones"
	},
	"Registrati": {
		"it-it": "Registrati",
		"en-us": "Register",
		"en-gb": "Register"
	},
	"Errore registrazione": {
		"it-it": "Errore registrazione",
		"en-us": "Registration error",
		"en-gb": "Registration error"
	},
	"Dati locale": {
		"it-it": "Dati locale",
		"en-us": "Commercial business data",
		"en-gb": "Commercial business data"
	},
	"Nome Locale": {
		"it-it": "Nome Locale",
		"en-us": "Name",
		"en-gb": "Name"
	},
	"Seleziona Tipologia": {
		"it-it": "Seleziona Tipologia",
		"en-us": "Select tipology",
		"en-gb": "Select tipology"
	},
	"Seleziona una tipologia": {
		"it-it": "Seleziona una tipologia",
		"en-us": "Select the tipology",
		"en-gb": "Select the tipology"
	},
	"Telefono": {
		"it-it": "Telefono",
		"en-us": "Phone number",
		"en-gb": "Phone number"
	},
	"Indirizzo Sito": {
		"it-it": "Indirizzo Sito",
		"en-us": "Site",
		"en-gb": "Site"
	},
	"Quantità Punti Ricarica": {
		"it-it": "Quantità Punti Ricarica",
		"en-us": "Charging hub",
		"en-gb": "Charging hub"
	},
	"Immagini Locale": {
		"it-it": "Immagini Locale",
		"en-us": "Commercial business images",
		"en-gb": "Commercial business images"
	},
	"Carica": {
		"it-it": "Carica",
		"en-us": "Load",
		"en-gb": "Load"
	},
	"Descrizione": {
		"it-it": "Descrizione",
		"en-us": "Description",
		"en-gb": "Description"
	},
	"Indirizzo locale": {
		"it-it": "Indirizzo locale",
		"en-us": "Commercial business address",
		"en-gb": "Commercial business address"
	},
	"Inserisci un indirizzo": {
		"it-it": "Inserisci un indirizzo",
		"en-us": "Insert an address",
		"en-gb": "Insert an address"
	},
	"Accetti i": {
		"it-it": "Accetti i",
		"en-us": "Accept the",
		"en-gb": "Accept the"
	},
	"Termini del Servizio e l'Informativa sulla Privacy": {
		"it-it": "Termini del Servizio e l'Informativa sulla Privacy",
		"en-us": "Terms of Service and Privacy Policy",
		"en-gb": "Terms of Service and Privacy Policy"
	},
	"e": {
		"it-it": "e",
		"en-us": "and",
		"en-gb": "and"
	},
	"i requisiti per l'affiliazione": {
		"it-it": "i requisiti per l'affiliazione",
		"en-us": "the requirements for membership",
		"en-gb": "the requirements for membership"
	},
	"Registrazione avvenuta con successo": {
		"it-it": "Registrazione avvenuta con successo",
		"en-us": "Registration is successful",
		"en-gb": "Registration is successful"
	},
	"Scarica subito la nostra app dai principali store": {
		"it-it": "Scarica subito la nostra app dai principali store",
		"en-us": "Download our app now from the main store",
		"en-gb": "Download our app now from the main store"
	},
	"Impossibile effettuare la Registrazione": {
		"it-it": "Impossibile effettuare la Registrazione",
		"en-us": "Registration failed",
		"en-gb": "Registration failed"
	},
	"Riprova più tardi": {
		"it-it": "Riprova più tardi",
		"en-us": "Please try again later",
		"en-gb": "Please try again later"
	},
	"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"
	},
	"Indietro": {
		"it-it": "Indietro",
		"en-us": "Back",
		"en-gb": "Back"
	},
	"Cerca": {
		"it-it": "Cerca",
		"en-us": "Search",
		"en-gb": "Search"
	},
	"tabacchi": {
		"it-it": "tabacchi",
		"en-us": "tobacconists",
		"en-gb": "tobacconists"
	}
	
}

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

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

Diff revisions: vs.
Revision Author Commited Message
1071 Diff Diff LZicari picture LZicari Fri 11 Mar, 2016 11:41:40 +0000
1061 Diff Diff LZicari picture LZicari Thu 11 Feb, 2016 08:29:20 +0000
1057 LZicari picture LZicari Thu 14 Jan, 2016 10:02:10 +0000