diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-12-04 19:53:26 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-12-04 19:53:26 +0000 |
commit | 37b417757fc21ecf2ae159fc8f5182ec234e0be0 (patch) | |
tree | 42ccc1ed730377e3c8eaa5da1cfd98921109bd67 /h-source/Application/Include | |
parent | 9cfcb4bb32e2fb8f5dbabd7faa06e47adf1c23af (diff) |
improved i18n
Diffstat (limited to 'h-source/Application/Include')
-rw-r--r-- | h-source/Application/Include/hardware.php | 3 | ||||
-rw-r--r-- | h-source/Application/Include/languages.php | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php index 4a651f6..c3827ad 100644 --- a/h-source/Application/Include/hardware.php +++ b/h-source/Application/Include/hardware.php @@ -32,6 +32,9 @@ class Hardware public static $translations = array( "amd64" => 'x86-64/amd64', "PC-Card" => 'PCMCIA/PC-Card', + "works_with_3D" => "works with 3D acceleration", + "works_without_3D" => "works, but without 3D acceleration", + "does_not_work" => "it does not work", ); public static $regExpressions = array( diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php index ecd7318..abdd0f2 100644 --- a/h-source/Application/Include/languages.php +++ b/h-source/Application/Include/languages.php @@ -342,6 +342,7 @@ class Lang /*0294*/"alphabetically desc" => "alfabeticamente decresc", /*0295*/"undef" => "tutti", /*0296*/"All" => "Tutti", + /*0297*/"inkjet" => "getto d'inchiostro", ), 'es' => array ( |