aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-02-16 18:15:20 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-02-16 18:15:20 +0000
commitc91a070738a9e46008209c4afe596ff56cfaa777 (patch)
treee1e996423b9d73a9e09e0c024bf464f349c83876 /h-source/Application/Include
parent4a27b517fc52dde60e5c1837860e4785317490a6 (diff)
improved wiki
Diffstat (limited to 'h-source/Application/Include')
-rw-r--r--h-source/Application/Include/hardware.php3
-rw-r--r--h-source/Application/Include/languages.php2
-rw-r--r--h-source/Application/Include/myFunctions.php1
3 files changed, 4 insertions, 2 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php
index 42cce0b..f10993b 100644
--- a/h-source/Application/Include/hardware.php
+++ b/h-source/Application/Include/hardware.php
@@ -249,7 +249,8 @@ class Videocard extends Hardware
"ATI" => "ATI",
"NVIDIA" => "NVIDIA",
"Intel" => "Intel",
- "SiS" => "SiS",
+ "Silicon Integrated Systems Corp" => "Silicon-Integrated-Systems-Corp",
+ "VIA Technologies, Inc" => "VIA-Technologies-Inc",
);
public static $videoSelect = array(
diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php
index 0a8a728..6a9d9ec 100644
--- a/h-source/Application/Include/languages.php
+++ b/h-source/Application/Include/languages.php
@@ -190,7 +190,7 @@ class Lang
"I want to make this revision the current revision" => "Voglio che questa revisione diventi quella corrente",
"Confirm" => "Conferma",
"Make this revision the current revision of the page" => "Rendi questa revisione la revisione corrente della pagina",
- "This wiki page has been hidden" => "Questa pagina della wiki è stata nascosta",
+ "This wiki page has been deleted" => "Questa pagina della wiki è stata cancellata",
"Talk" => "Discussione",
"Talk page of the wiki page" => "Pagina di discussione della pagina della wiki",
"a page with the same title already exists" => "esiste già una pagina con questo titolo",
diff --git a/h-source/Application/Include/myFunctions.php b/h-source/Application/Include/myFunctions.php
index d2b54e7..d731062 100644
--- a/h-source/Application/Include/myFunctions.php
+++ b/h-source/Application/Include/myFunctions.php
@@ -444,6 +444,7 @@ function betterVendor($string)
"iMicro-Electronics" => "iMicro Electronics",
"Active-Pixel" => "Active Pixel",
"Microdia-Ltd" => "Microdia Ltd",
+ "Silicon-Integrated-Systems-Corp" => "Silicon Integrated Systems Corp",
);
return (array_key_exists($string,$names)) ? $names[$string] : $string;