diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-12-05 18:13:58 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-12-05 18:13:58 +0000 |
commit | e35ffa87229981ffa882963b1089a9493a00f1cd (patch) | |
tree | 7b9cece61b3ecbc7a7087ef8e60912797541a89e /h-source/Application | |
parent | c35eba3676b09d58f3b71c29934853964aaf0a3f (diff) |
improved i18n
Diffstat (limited to 'h-source/Application')
-rw-r--r-- | h-source/Application/Include/languages.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php index 7ee011b..68ed1fd 100644 --- a/h-source/Application/Include/languages.php +++ b/h-source/Application/Include/languages.php @@ -355,6 +355,9 @@ class Lang /*0307*/"there is no wifi card" => "la scheda wifi non è presente", /*0308*/"there is no webcam" => "la webcam non è presente", /*0309*/"it works" => "funziona", + /*0310*/"does_not_work" => "non funziona", + /*0311*/"works_without_3D" => "funziona senza 3D", + /*0312*/"works_with_3D" => "funziona con 3D", ), 'es' => array ( |