aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include/languages.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-02-03 23:44:48 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-02-03 23:44:48 +0000
commit190ded0397f9434a1fadd0f06775edb6dcf60272 (patch)
treee3f4ec0f53d26d185e5c0b043e3b3fdbe1643db9 /h-source/Application/Include/languages.php
parent67f94bb059506bf617d69a8af67e96a7f62632e8 (diff)
added webcams - part 1
Diffstat (limited to 'h-source/Application/Include/languages.php')
-rw-r--r--h-source/Application/Include/languages.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php
index 00fbeec..a7498b7 100644
--- a/h-source/Application/Include/languages.php
+++ b/h-source/Application/Include/languages.php
@@ -156,6 +156,7 @@ class Lang
"no" => "no",
"The following devices has not been found in the database" => "I seguenti device non sono stati trovati nel database",
"can you please insert them?" => "puoi gentilmente inserirli?",
+ "No webcams found" => "Non รจ stata trovata alcuna webcam",
),
'es' => array
(
@@ -397,6 +398,10 @@ class MyStrings
'soundcards' => array(
'element' => 'sound card',
),
+
+ 'webcams' => array(
+ 'element' => 'webcam',
+ ),
),
'fr' => array(
@@ -428,6 +433,10 @@ class MyStrings
'soundcards' => array(
'element' => 'sound card',
),
+
+ 'webcams' => array(
+ 'element' => 'webcam',
+ ),
),
'it' => array(
@@ -459,6 +468,10 @@ class MyStrings
'soundcards' => array(
'element' => 'sound card',
),
+
+ 'webcams' => array(
+ 'element' => 'webcam',
+ ),
),
'es' => array(
@@ -490,6 +503,10 @@ class MyStrings
'soundcards' => array(
'element' => 'sound card',
),
+
+ 'webcams' => array(
+ 'element' => 'webcam',
+ ),
),
);
@@ -502,6 +519,7 @@ class MyStrings
'scanner' => 'scanners',
'3G-card' => 'threegcards',
'soundcard' => 'soundcards',
+ 'webcam' => 'webcams',
);
public static function getTypes()