aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include/languages.php
diff options
context:
space:
mode:
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
{