From 4641de870cfa9c5d4c41a94328a8fb1f4adfdc78 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 24 Oct 2010 19:30:13 +0000 Subject: added 3G cards --- h-source/Application/Include/languages.php | 60 ++++++++++-------------------- 1 file changed, 19 insertions(+), 41 deletions(-) (limited to 'h-source/Application/Include/languages.php') 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() -- cgit v1.2.3