diff options
Diffstat (limited to 'h-source/Application/Include/languages.php')
| -rw-r--r-- | h-source/Application/Include/languages.php | 60 | 
1 files changed, 19 insertions, 41 deletions
| diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php index 8351a88..e442c33 100644 --- a/h-source/Application/Include/languages.php +++ b/h-source/Application/Include/languages.php @@ -94,6 +94,8 @@ class Lang  				"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",  			),  		'es'	=>	array  			( @@ -173,134 +175,109 @@ 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',  			),  		),  	); @@ -312,6 +289,7 @@ class MyStrings  		'videocard'	=>	'videocards',  		'printer'	=>	'printers',  		'scanner'	=>	'scanners', +		'3G-card'	=>	'threegcards'  	);  	public static function getTypes() | 
