From d36a10db4f19a93fa2f666eabe8f585313f0e834 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Mon, 7 Feb 2011 08:27:01 +0000 Subject: improved i18n - added some vendor manes --- h-source/Application/Include/hardware.php | 2 ++ h-source/Application/Include/languages.php | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+) (limited to 'h-source/Application/Include') diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php index 2ad9056..d3b7a82 100644 --- a/h-source/Application/Include/hardware.php +++ b/h-source/Application/Include/hardware.php @@ -274,6 +274,7 @@ class Notebooks extends Hardware "SAMSUNG" => "SAMSUNG", "Thomson" => "Thomson", "TOSHIBA" => "TOSHIBA", + "ZaReason, Inc" => "ZaReason-Inc", ); public static $compatibility = array( @@ -440,6 +441,7 @@ class Webcams extends Hardware "Divio" => "Divio", "Dynex" => "Dynex", "eMPIA Technology, Inc" => "eMPIA-Technology-Inc", + "Gembird" => "Gembird", "Genesys Logic, Inc" => "Genesys-Logic-Inc", "Hama Trading Co" => "Hama-Trading-Co", "Hewlett Packard" => "Hewlett-Packard", diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php index 0a72b9a..0e0959a 100644 --- a/h-source/Application/Include/languages.php +++ b/h-source/Application/Include/languages.php @@ -279,6 +279,30 @@ class Lang "contributions of" => "contribuciones de", "No sound cards found" => "No se encontró ninguna tarjeta de audio", "LAST UPDATE" => "ULTIMA MODIFICACIÓN", + "LAST UPDATE" => "ÚLTIMA MODIFICACIÓN", + "search by" => "buscar por", + "analyze the output of the lspci command" => "analice la salida de la orden lscpi", + "paste the output of the lspci command" => "pegue la salida de la orden lspci", + "works, but without 3D acceleration" => "funciona, pero sin aceleración 3D", + "the text submitted by you does not seem the lspci -vmmnn output. Please check the text and try again" => "el texto insertado no parece ser la salida de la orden lspci -vmmnn. Por favor revise el texto e intente nuevamente", + "Search form" => "Formulario de búsqueda", + "write here the output of lspci -vmmnn" => "escriba aquí la salida de la orden lspci -vmmnn", + "The following devices has been found in the database" => "Los siguientes dispositivos han sido encontrados en la base de datos", + "yes" => "si", + "no" => "no", + "The following devices has not been found in the database" => "Los siguientes dispositivos no han sido encontrados en la base de datos", + "can you please insert them?" => "¿podría insertarlos?", + "No webcams found" => "No se encontró ninguna cámara web", + "Download the xml file of all the database" => "Descargue el archivo xml de toda la base de datos", + "Download the xml file of all the notebooks in the database" => "Descargue el archivo xml de todas las laptops presentes en la base de datos", + "Download the xml file of all the wifi cards in the database" => "Descargue el archivo xml de todas las tarjetas de red inalámbrica presentes en la base de datos", + "Download the xml file of all the video cards in the database" => "Descargue el archivo xml de todas las tarjetas de video presentes en la base de datos", + "Download the xml file of all the printers in the database" => "Descargue el archivo xml de todas las impresoras presentes en la base de datos", + "Download the xml file of all the 3G cards in the database" => "Descargue el archivo xml de todas las tarjetas 3G presentes en la base de datos", + "Download the xml file of all the sound cards in the database" => "Descargue el archivo xml de todas las tarjetas de audio presentes en la base de datos", + "Download the xml file of all the webcams in the database" => "Descargue el archivo xml de todas las cámaras web presentes en la base de datos", + "You can download all the h-node database in one unique xml file in order to parse its contents by means of some proper script (for example a Python or Perl or PHP script)" => "Puede descargar toda la base de datos de h-node en un archivo xml único para poder analizarlo su contenido por medio de otro script apropiado (por ejemplo un script en Python, Perl o PHP)", + "Download the h-node hardware database in xml format" => "Descargue la base de datos de h-node en formato xml", ), 'fr' => array ( -- cgit v1.2.3