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.php20
1 files changed, 19 insertions, 1 deletions
diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php
index ee4fdcc..8ce107c 100644
--- a/h-source/Application/Include/languages.php
+++ b/h-source/Application/Include/languages.php
@@ -211,7 +211,8 @@ class Lang
"delete the wiki page" => "cancella la pagina",
"list of blocked pages" => "lista delle pagine bloccate",
"special pages" => "pagine speciali",
- "Watch all the actions carried out by administrators" => "Guarda tutte le azioni compiute dagli amministratori"
+ "Watch all the actions carried out by administrators" => "Guarda tutte le azioni compiute dagli amministratori",
+ "No bluetooth devices found" => "Non รจ stato trovato alcun dispositivo bluetooth",
),
'es' => array
(
@@ -596,6 +597,10 @@ class MyStrings
'webcams' => array(
'element' => 'webcam',
),
+
+ 'bluetooth' => array(
+ 'element' => 'bluetooth',
+ ),
),
'fr' => array(
@@ -631,6 +636,10 @@ class MyStrings
'webcams' => array(
'element' => 'webcam',
),
+
+ 'bluetooth' => array(
+ 'element' => 'bluetooth',
+ ),
),
'it' => array(
@@ -666,6 +675,10 @@ class MyStrings
'webcams' => array(
'element' => 'webcam',
),
+
+ 'bluetooth' => array(
+ 'element' => 'bluetooth',
+ ),
),
'es' => array(
@@ -701,6 +714,10 @@ class MyStrings
'webcams' => array(
'element' => 'webcam',
),
+
+ 'bluetooth' => array(
+ 'element' => 'bluetooth',
+ ),
),
);
@@ -714,6 +731,7 @@ class MyStrings
'3G-card' => 'threegcards',
'soundcard' => 'soundcards',
'webcam' => 'webcams',
+ 'bluetooth' => 'bluetooth',
);
public static function getTypes()