aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include/languages.php
blob: 2d1514b68d1423a70547cd76bf2c7ef661c70f9a (plain) (blame)
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
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
<?php

// h-source, a web software to build a community of people that want to share their hardware information.
// Copyright (C) 2010  Antonio Gallo (h-source-copyright.txt)
//
// This file is part of h-source
//
// h-source is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// 
// h-source is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
// 
// You should have received a copy of the GNU General Public License
// along with h-source.  If not, see <http://www.gnu.org/licenses/>.

if (!defined('EG')) die('Direct access not allowed!');

class Lang
{
	public static $allowed = array('en','es','fr','it');
	public static $current = 'en';
	
	public static $complete = array(
		'en'	=>	'gb.png,English',
		'es'	=>	'es.png,Español',
		'fr'	=>	'fr.png,Français',
		'it'	=>	'it.png,Italiano',
	);

	public static $i18n = array(
		'it'	=>	array
			(
				"List of issues"	=>	"Lista di questioni",
				"TITLE"				=>	"TITOLO",
				"TOPIC"				=>	"ARGOMENTO",
				"OPENED BY"			=>	"APERTO DA",
				"DATE"				=>	"DATA",
				"REPLIES"			=>	"MESSAGGI",
				"PRIORITY"			=>	"PRIORITÀ",
				"STATUS"			=>	"STATO",
				"You have to"		=>	"Devi eseguire il",
				"in order to submit an issue"	=>	"per poter aprire una nuova questione",
				"in order to add a message"	=> "per poter inviare un messaggio",
				"Description"		=>	"Descrizione",
				"Messages"			=>	"Messaggi",
				"this message has been deleted"	=>	"questo messaggio è stato cancellato",
				"in order to submit a message to this issue"	=>	"per aggiungere un messaggio a questa questione",
				"model name"		=>	"nome del modello",
				"model type"		=>	"tipo di device",
				"year of commercialization"	=>	"anno di commercializzazione",
				"Results of the search"		=>	"Risultati della ricerca",
				"page list"					=>	"pagine",
				"No devices found"			=>	"Non è stato trovato alcun device",
				"vendor"					=>	"marca",
				"compatibility"				=>	"compatibilità",
				"year"						=>	"anno",
				"subtype"					=>	"sottotipo",
				"sort by"					=>	"ordina per",
				"interface"					=>	"interfaccia",
				"does it work?"				=>	"funziona?",
				"preview of the message"	=>	"anteprima del messaggio",
				"preview of the new issue message"	=>	"anteprima del testo della questione",
				"Add a message to this issue"	=>	"Aggiungi un messaggio a questa questione",
				"Add a new issue"			=>	"Aggiungi una nuova questione",
				"MESSAGE"					=>	"MESSAGGIO",
				"there are no messages"		=>	"non ci sono messaggi",
				"No notebooks found"		=>	"Non è stato trovato alcun notebook",
				"subtype (notebook or netbook)"	=>	"sottotipo (notebook or netbook)",
				"compatibility with free software"	=>	"compatibilità con il software libero",
				"view the other specifications"	=>	"guarda le altre specifiche",
				"model"						=>	"modello",
				"model id"					=>	"id del modello",
				"tested on"					=>	"testato con",
				"tested with the following kernel libre"	=>	"testato con il seguente kernel libre",
				"video card model"			=>	"modello di scheda video",
				"wifi model"				=>	"modello di scheda wifi",
				"GNU/Linux distribution used for the test"	=>	"distribuzione GNU/Linux usata per il test",
				"does the video card work?"	=>	"funziona la scheda video?",
				"does the wifi card work?"	=>	"funziona la scheda wifi?",
				"Description: (write here all the useful information)"	=>	"Descrizione (scrivi sotto tutte le informazioni utili)",
				"discover all the wiki tags"	=>	"scopri tutti i tag della wiki",
				"Fields marked with <b>*</b> are mandatory"	=>	"I campi marcati con <b>*</b> sono obbligatori",
				"No printers found"			=>	"Non è stata trovata alcuna stampante",
				"interface"					=>	"interfaccia",
				"VendorID:ProductID code of the device" => "codice VendorID:ProductID del prodotto",
				"free driver used"			=>	"driver liberi usati",
				"set not-specified if not sure"	=>	"seleziona not-specified se non sei sicuro/a",
				"see the help page or leave blank if you are not sure"	=>	"guarda nella pagina di help o lascia vuoto se non sei sicuro/a",
				"No scanners found"			=>	"Non sono è stato trovato alcuno scanner",
				"No video cards found"		=>	"Non è stata trovata alcuna scheda grafica",
				"how does it work with free software?"	=>	"come funziona con il software libero?",
				"No wifi cards found"		=>	"Non è stata trovata alcuna scheda wifi",
				"does it work with free software?"	=>	"funziona con il software libero?",
				"differences in the entry"		=>	"differenze nel campo",
				"No 3G cards found"			=>	"Non è stata trovata alcuna scheda 3G",
				"Please specify in the below description entry the Internet Service Provider (ISP) and the country where the service is provided"	=>	"Per favore specifica nel sottostante campo descrizione l'Internet Service Provider (ISP) e il Paese dove il servizio viene fornito",
				"webcam model"	=>	"modello di webcam",
				"does it have a free bios?"	=>	"ha il bios libero?",
				"does the webcam work?"	=>	"funziona la webcam?",
				"Current revision"	=>	"Revisione corrente",
				"Hello"	=>	"Ciao",
				"Your"	=>	"il ",
				"control panel"	=>	"pannello di controllo",
				"create new account"	=>	"crea un account",
				"request new password"	=> "richiedi nuova password",
				"website statistics"	=>	"statistiche del sito",
				"hardware in the database"	=>	"hardware nel database",
				"users logged"	=>	"utenti loggati",
				"Watch your public profile"	=>	"Guarda il tuo profilo pubblico",
				"Edit your profile"	=>	"Modifica il tuo profilo",
				"Change your e-mail address"	=>	"Cambia il tuo indirizzo e-mail",
				"Change your password"	=>	"Cambia la tua password",
				"Delete your account"	=>	"Chiudi il tuo account",
				"choose the username"	=>	"scegli lo username",
				"characters allowed"	=>	"caratteri ammessi",
				"your e-mail address"	=>	"il tuo indirizzo e-mail",
				"necessary to confirm the registration"	=>	"necessario per confermare la registrazione",
				"choose the password"	=>	"scegli la password",
				"confirm the password"	=>	"conferma la password",
				"write the code above"	=>	"scrivi il codice mostrato sopra",
				"write your username"	=>	"scrivi il tuo username",
				"watch all the"	=>	"guarda tutte le",
				"actions carried out by moderators"	=>	"azioni compiute dai moderatori",
				"meet"	=>	"conosci",
				"Public profile of"	=>	"Profilo pubblico di",
				"See all the contributions of"	=>	"Guarda tutti i contributi di ",
				"My website"	=>	"Il mio sito personale",
				"My real name"	=>	"Il mio vero nome",
				"My e-mail address"	=>	"Il mio indirizzo e-mail",
				"I'm from"	=>	"Vengo da",
				"Birthdate"	=>	"Sono nato il",
				"My favourite distribution"	=>	"La mia distribuzione favorita",
				"Free software projects I'm working on"	=>	"Progetti di software libero con i quali collaboro",
				"My description"	=>	"La mia descrizione",
				"contributions"	=>	"contributi",
				"contributions of"	=>	"contributi di",
			),
		'es'	=>	array
			(
				"List of issues"	=>	"Lista de incidencias",
				"TITLE"				=>	"TITULO",
				"TOPIC"				=>	"ARGUMENTO",
				"OPENED BY"			=>	"ABIERTO POR",
				"DATE"				=>	"FECHA",
				"REPLIES"			=>	"RESPUESTAS",
				"PRIORITY"			=>	"PRIORIDAD",
				"STATUS"			=>	"ESTADO",
				"You have to"		=>	"Tiene que",
				"in order to submit an issue"	=>	"para poder agregar una incidencia",
				"in order to add a message"	=> "para poder agregar un mensaje",
				"Description"		=>	"Descripción",
				"Messages"			=>	"Mensajes",
				"this message has been deleted"	=>	"este mensaje ha sido borrado",
				"in order to submit a message to this issue"	=>	"para poder agregar un mensaje a esta incidencia",
				"model name"		=>	"nombre del modelo",
				"model type"		=>	"tipo de modelo",
				"year of commercialization"	=>	"año de comercialización",
				"Results of the search"		=>	"Resultado de la búsqueda",
				"page list"					=>	"página",
				"No devices found"			=>	"No se encontró ningún dispositivo",
				"vendor"					=>	"fabricante", 
				"compatibility"				=>	"compatibilidad",
				"year"						=>	"año",
				"subtype"					=>	"subtipo",
				"sort by"					=>	"ordenar por",
				"interface"					=>	"interfaz",
				"does it work?"				=>	"¿funciona?",
				"preview of the message"	=>	"vista previa del mensaje",
				"preview of the new issue message"	=>	"vista previa del mensaje de la incidencia",
				"Add a message to this issue"	=>	"Agregue un mensaje a esta incidencia",
				"Add a new issue"			=>	"Agregue una nueva incidencia",
				"MESSAGE"					=>	"MENSAJE",
				"there are no messages"		=>	"no hay mensajes",
				"No notebooks found"		=>	"No se encontró ninguna laptop",
				"subtype (notebook or netbook)"	=>	"subtipo (laptop o netbook)",
				"compatibility with free software"	=>	"compatibilidad con software libre",
				"view the other specifications"	=>	"ver otras especificaciones",
				"model"						=>	"modelo",
				"model id"					=>	"id del modelo",
				"tested on"					=>	"probado con",
				"tested with the following kernel libre"	=>	"probado con el siguiente kernel libre",
				"video card model"			=>	"modelo de tarjeta de video",
				"wifi model"				=>	"modelo de tarjeta de red inalámbrica",
				"GNU/Linux distribution used for the test"	=>	"distribución GNU/Linux usada para la prueba",
				"does the video card work?"	=>	"¿funciona la tarjeta de video?",
				"does the wifi card work?"	=>	"¿funciona la tarjeta de red inalámbrica?",
				"Description: (write here all the useful information)"	=>	"Descripción (escriba aquí toda la información útil)",
				"discover all the wiki tags"	=>	"mostrar todas las etiquetas del wiki",
				"Fields marked with <b>*</b> are mandatory"	=>	"Campos marcados con <b>*</b> son obligatorios",
				"No printers found"			=>	"No se encontró ninguna impresora",
				"interface"					=>	"interfaz",
				"VendorID:ProductID code of the device" => "código VendorID:ProductID del dispositivo",
				"free driver used"			=>	"driver libre usado",
				"set not-specified if not sure"	=>	"seleccione not-specified si no esta seguro/a",
				"see the help page or leave blank if you are not sure"	=>	"vea la página de ayuda o deje vacío si no esta seguro/a",
				"No scanners found"			=>	"No se encontró ningun escáner",
				"No video cards found"		=>	"No se encontró ninguna tarjeta de video",
				"how does it work with free software?"	=>	"¿como funciona con software libre?",
				"No wifi cards found"		=>	"No se encontró ninguna tarjeta de red inalámbrica",
				"does it work with free software?"	=>	"¿funciona con software libre?",
				"differences in the entry"		=>	"diferencias en el campo",
				"No 3G cards found"			=>	"No se encontró ninguna tarjeta 3G",
				"Please specify in the below description entry the Internet Service Provider (ISP) and the country where the service is provided"	=>	"Por favor especifique en el campo de descripción inferior el Proveedor de Internet (ISP) y el país donde se provee el servicio",
				"webcam model"	=>	"modelo de cámara web",
				"does it have a free bios?"	=>	"¿tiene bios libre?",
				"does the webcam work?"	=>	"¿funciona la cámara web?",
				"Current revision"	=>	"Revisión actual",
			),
		'fr'	=>	array
			(
				"List of issues"	=>	"Liste de problème",
				"TITLE"				=>	"TITRE",
				"TOPIC"				=>	"SUJET",
				"OPENED BY"			=>	"OUVERT PAR",
				"DATE"				=>	"DATE",
				"REPLIES"			=>	"REPONSES",
				"PRIORITY"			=>	"PRIORITE",
				"STATUS"			=>	"STATUS",
				"You have to"		=>	"Vous devez",
				"in order to submit an issue"	=>	"pour pouvoir soumettre un problème",
				"in order to add a message"	=> "pour pouvoir envoyer un message",
				"Description"		=>	"Description",
				"Messages"			=>	"Messagges",
				"this message has been deleted"	=>	"ce message à été supprimé",
				"in order to submit a message to this issue"	=>	"pour pouvoir envoyer un message concernant ce problème",
				"model name"		=>	"nom de modèle",
				"model type"		=>	"type de modèle",
				"year of commercialization"	=>	"année de commercialisation",
				"Results of the search"		=>	"Resultat de la recherche",
				"page list"					=>	"liste de page",
				"No devices found"			=>	"Aucun appareil trouvé",
				"vendor"					=>	"vendeur",
				"compatibility"				=>	"compatibilitée",
				"year"						=>	"année",
				"subtype"					=>	"sous-type",
				"sort by"					=>	"afficher par",
				"interface"					=>	"interface",
				"does it work?"				=>	"cela fonctionne?",
				"preview of the message"	=>	"prévisualisation du message",
				"preview of the new issue message"	=>	"prévisualisation du message du nouveau problème",
				"Add a message to this issue"	=>	"Ajouter un message à ce problème",
				"Add a new issue"			=>	"Ajouter un nouveau problème",
				"MESSAGE"					=>	"MESSAGE",
				"there are no messages"		=>	"Il n'y a pas de messages",
				"No notebooks found"		=>	"Aucun notebooks trouvé",
				"subtype (notebook or netbook)"	=>	"sous-type (notebook ou netbook)",
				"compatibility with free software"	=>	"compatibilitée avec le logiciel libre",
				"view the other specifications"	=>	"voir les autres spécifications",
				"model"						=>	"modèle",
				"model id"					=>	"ID du modèle",
				"tested on"					=>	"testé sur",
				"tested with the following kernel libre"	=>	"testé avec le kernel libre suivant",
				"video card model"			=>	"modèle de carte vidéo",
				"wifi model"				=>	"modèle de carte wifi",
				"GNU/Linux distribution used for the test"	=>	"Distribution GNU/Linux utilisée pour le test",
				"does the video card work?"	=>	"La carte vidéo fonctionne t'elle?",
				"does the wifi card work?"	=>	"La carte wifi fonctionne t'elle?",
				"Description: (write here all the useful information)"	=>	"Description (écrivez ici toutes informations utile)",
				"discover all the wiki tags"	=>	"voir tout les tags wiki",
				"Fields marked with <b>*</b> are mandatory"	=>	"Les champs marqués avec <b>*</b> sont mandatoire",
				"No printers found"			=>	"Aucun imprimante trouvée",
				"interface"					=>	"interface",
				"VendorID:ProductID code of the device" => "VendorID:ProductID de l'appareil",
				"free driver used"			=>	"pilote libre utilisé",
				"set not-specified if not sure"	=>	"voir non-spécifié en cas de doute",
				"see the help page or leave blank if you are not sure"	=>	"Voir la page d'aide ou laisser blanc si vous n'êtes pas sur",
				"No scanners found"			=>	"Aucun scanner trouvé",
				"No video cards found"		=>	"Aucun carte vidéo trouvée",
				"how does it work with free software?"	=>	"A quel point cela fonctionne t'il avec du logiciel libre?",
				"No wifi cards found"		=>	"Aucune carte wifi trouvée",
				"does it work with free software?"	=>	"cela fonctionne t'il avec le logiciel libre",
				"differences in the entry"		=>	"difference dans l'entrée",
				"No 3G cards found"			=>	"Aucune carte 3G trouvée",
				"Please specify in the below description entry the Internet Service Provider (ISP) and the country where the service is provided"	=>	"Merci de préciser dans cette description le fournisseur d'accès et le pays dans lequel le service est fournis",
				"webcam model"	=>	"modèle de webcam",
				"does it have a free bios?"	=>	"à t'il un bios libre?",
				"does the webcam work?"	=>	"la webcam fonctionne t'elle?",
			),
	);
		
	public static function sanitize($lang = 'en')
	{
		return (in_array($lang,self::$allowed)) ? sanitizeAll($lang) : 'en';
	}
}

class MyStrings
{
	
	public static $view = array(
		
		'en' =>	array(
			'notebooks' => array(
				'element' => 'notebook'
			),
			
			'wifi'		=>	array(
				'element' => 'wifi card'
			),
			
			'videocards'=>	array(
				'element' => 'video card'
			),
			
			'printers'=>	array(
				'element' => 'printer'
			),
			
			'scanners'=>	array(
				'element' => 'scanner'
			),

			'threegcards' => array(
				'element' => '3G-card',
			),
		),
		
		'fr' =>	array(
		
			'notebooks' => array(
				'element' => 'notebook'
			),
			
			'wifi'		=>	array(
				'element' => 'wifi card'
			),
			
			'videocards'=>	array(
				'element' => 'video card'
			),
			
			'printers'=>	array(
				'element' => 'printer'
			),
			
			'scanners'=>	array(
				'element' => 'scanner'
			),
			
			'threegcards' => array(
				'element' => '3G-card',
			),
		),
		
		'it' =>	array(
		
			'notebooks' => array(
				'element' => 'notebook'
			),
			
			'wifi'		=>	array(
				'element' => 'wifi card'
			),
			
			'videocards'=>	array(
				'element' => 'video card'
			),
			
			'printers'=>	array(
				'element' => 'printer'
			),
			
			'scanners'=>	array(
				'element' => 'scanner'
			),

			'threegcards' => array(
				'element' => '3G-card',
			),
		),
		
		'es' =>	array(
		
			'notebooks' => array(
				'element' => 'notebook'
			),
			
			'wifi'		=>	array(
				'element' => 'wifi card'
			),
			
			'videocards'=>	array(
				'element' => 'video card'
			),
			
			'printers'=>	array(
				'element' => 'printer'
			),
			
			'scanners'=>	array(
				'element' => 'scanner'
			),
			
			'threegcards' => array(
				'element' => '3G-card',
			),
		),
	);
	
	//type => controller
	public static $reverse = array(
		'notebook'	=>	'notebooks',
		'wifi'		=>	'wifi',
		'videocard'	=>	'videocards',
		'printer'	=>	'printers',
		'scanner'	=>	'scanners',
		'3G-card'	=>	'threegcards'
	);
	
	public static function getTypes()
	{
		return implode(',',array_keys(self::$reverse));
	}
	
}