diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-02 18:13:17 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-02 18:13:17 +0000 |
commit | f2a001783a54fbafaee627180b8279ed9c85e5f3 (patch) | |
tree | 7309f57df3152b359d716dc129c29e47f10ac353 /h-source/Application/Include | |
parent | a3161064a637e80ad04aeee2994001f6cee4a372 (diff) |
when a device is not found the system suggest to insert it - sudoman issue
Diffstat (limited to 'h-source/Application/Include')
-rw-r--r-- | h-source/Application/Include/languages.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php index 406fad0..d810cad 100644 --- a/h-source/Application/Include/languages.php +++ b/h-source/Application/Include/languages.php @@ -299,6 +299,8 @@ class Lang /*0251*/"No sd card readers found" => "Non รจ stato trovato alcun lettore di schede sd", /*0252*/"Sd card readers" => "Lettori di schede sd", /*0253*/"Download the xml file of all the <b>sd card readers</b> in the database" => "Scarica il file xml di tutti i <b>lettori di schede sd</b> presenti nel database", + /*0254*/"There are no devices in the database with the vendorid:productid code specified by you." => "Non ci sono dispositivi nel database con il codice vendorid:productid da te specificato", + /*0255*/"Would you like to add it to the database?" => "Vorresti inserirlo nel database?" ), 'es' => array ( |