From 37b417757fc21ecf2ae159fc8f5182ec234e0be0 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 4 Dec 2011 19:53:26 +0000 Subject: improved i18n --- h-source/Application/Include/hardware.php | 3 +++ h-source/Application/Include/languages.php | 1 + 2 files changed, 4 insertions(+) (limited to 'h-source/Application/Include') 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 ( -- cgit v1.2.3