aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include/languages.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-02-03 13:22:46 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-02-03 13:22:46 +0000
commit822005d36ad721c2203a5bff990210fa33afee34 (patch)
treec52fc101bf683a8e617de33839445befff691cf1 /h-source/Application/Include/languages.php
parent75be1868c47b7b9455eef65a7b1e33e447e61ee5 (diff)
improved search page
Diffstat (limited to 'h-source/Application/Include/languages.php')
-rw-r--r--h-source/Application/Include/languages.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php
index f09b809..a315339 100644
--- a/h-source/Application/Include/languages.php
+++ b/h-source/Application/Include/languages.php
@@ -154,6 +154,7 @@ class Lang
"The following devices has been found in the database" => "I seguenti device sono stati trovati nel database",
"yes" => "sì",
"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?",
),
'es' => array
(
@@ -348,6 +349,16 @@ class Lang
}
}
+class Go
+{
+
+ public static function toHardwareType($type)
+ {
+ return "http://".DOMAIN_NAME."/".Hardware::getControllerFromType($type)."/catalogue/".Lang::$current;
+ }
+
+}
+
class MyStrings
{