aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include/languages.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-04-18 16:09:47 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-04-18 16:09:47 +0000
commit931861e0513be7e110fc1d98e366cbd4efb831ce (patch)
tree9cb3bf844f5edc60f06d19da53334126d01d3c52 /h-source/Application/Include/languages.php
parent1614aa5cb29b3abbe59b45760d4cedf3b2183fa8 (diff)
h-source:added acquisition cards and fingerprint readers - part 1
Diffstat (limited to 'h-source/Application/Include/languages.php')
-rw-r--r--h-source/Application/Include/languages.php30
1 files changed, 21 insertions, 9 deletions
diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php
index 87f6eb3..6f80831 100644
--- a/h-source/Application/Include/languages.php
+++ b/h-source/Application/Include/languages.php
@@ -216,6 +216,8 @@ class Lang
"learn how to find it" => "scopri come individuarlo",
"Download the xml file of all the <b>bluetooth devices</b> in the database" => "Scarica il file xml di tutti i <b>dispositivi bluetooth</b> presenti nel database",
"License information" => "Informazioni sulla licenza",
+ "No acquisition card found" => "Non è stata trovata alcuna scheda d'acquisizione",
+ "No fingerprint readers found" => "Non è stato trovato alcun lettore di impronte digitali",
),
'es' => array
(
@@ -545,6 +547,7 @@ class Lang
'soundcards' => 'soundcard',
'webcams' => 'webcam',
'bluetooth' => 'bluetooth device',
+ 'acquisitioncards' => 'acquisition card',
),
'it' => array(
'notebooks' => 'notebook',
@@ -556,6 +559,7 @@ class Lang
'soundcards' => 'soundcard',
'webcams' => 'webcam',
'bluetooth' => 'bluetooth device',
+ 'acquisitioncards' => 'acquisition card',
),
'es' => array(
'notebooks' => 'notebook',
@@ -567,6 +571,7 @@ class Lang
'soundcards' => 'soundcard',
'webcams' => 'webcam',
'bluetooth' => 'bluetooth device',
+ 'acquisitioncards' => 'acquisition card',
),
'fr' => array(
'notebooks' => 'notebook',
@@ -578,6 +583,7 @@ class Lang
'soundcards' => 'soundcard',
'webcams' => 'webcam',
'bluetooth' => 'bluetooth device',
+ 'acquisitioncards' => 'acquisition card',
),
);
@@ -592,6 +598,7 @@ class Lang
'soundcards' => 'soundcards',
'webcams' => 'webcams',
'bluetooth' => 'bluetooth devices',
+ 'acquisitioncards' => 'acquisition cards',
),
'it' => array(
'notebooks' => 'notebooks',
@@ -603,6 +610,7 @@ class Lang
'soundcards' => 'soundcards',
'webcams' => 'webcams',
'bluetooth' => 'bluetooth devices',
+ 'acquisitioncards' => 'acquisition cards',
),
'es' => array(
'notebooks' => 'notebooks',
@@ -614,6 +622,7 @@ class Lang
'soundcards' => 'soundcards',
'webcams' => 'webcams',
'bluetooth' => 'bluetooth devices',
+ 'acquisitioncards' => 'acquisition cards',
),
'fr' => array(
'notebooks' => 'notebooks',
@@ -625,6 +634,7 @@ class Lang
'soundcards' => 'soundcards',
'webcams' => 'webcams',
'bluetooth' => 'bluetooth devices',
+ 'acquisitioncards' => 'acquisition cards',
),
);
@@ -666,15 +676,17 @@ class MyStrings
//type => controller
public static $reverse = array(
- 'notebook' => 'notebooks',
- 'wifi' => 'wifi',
- 'videocard' => 'videocards',
- 'printer' => 'printers',
- 'scanner' => 'scanners',
- '3G-card' => 'threegcards',
- 'soundcard' => 'soundcards',
- 'webcam' => 'webcams',
- 'bluetooth' => 'bluetooth',
+ 'notebook' => 'notebooks',
+ 'wifi' => 'wifi',
+ 'videocard' => 'videocards',
+ 'printer' => 'printers',
+ 'scanner' => 'scanners',
+ '3G-card' => 'threegcards',
+ 'soundcard' => 'soundcards',
+ 'webcam' => 'webcams',
+ 'bluetooth' => 'bluetooth',
+ 'acquisition-card' => 'acquisitioncards',
+ 'fingerprint-reader' => 'fingerprintreaders',
);
public static function getTypes()