diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-01-26 06:05:12 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-01-26 06:05:12 +0000 |
commit | 4e4b0e82b62d9a5bdce92b3caa2ab18e16122ba0 (patch) | |
tree | 3305181e5116c2c3c9254dd106ffadf6ae7908cd /h-source/Application/Include | |
parent | f51c3d89d5118e45914a1de7f6bdb03dd559e32e (diff) |
modified the search view files
Diffstat (limited to 'h-source/Application/Include')
-rw-r--r-- | h-source/Application/Include/languages.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php index 0e2b7a7..2dbc5fa 100644 --- a/h-source/Application/Include/languages.php +++ b/h-source/Application/Include/languages.php @@ -35,6 +35,9 @@ class Lang public static $i18n = array( 'it' => array ( + "Search one device in the archive" => "Cerca un dispositivo nell'archivio", + "hardware type" => "tipo di hardware", + "the model name contains" => "il nome del modello contiene", "List of issues" => "Lista di questioni", "TITLE" => "TITOLO", "TOPIC" => "ARGOMENTO", @@ -141,9 +144,13 @@ class Lang "contributions of" => "contributi di", "No sound cards found" => "Non è stata trovata alcuna scheda audio", "LAST UPDATE" => "ULTIMA MODIFICA", + "search by" => "cerca per", ), 'es' => array ( + "Search one device in the archive" => "Busque un dispositivo en el archivo", + "hardware type" => "tipo de hardware", + "the model name contains" => "el nombre del modelo contiene", "List of issues" => "Lista de incidencias", "TITLE" => "TITULO", "TOPIC" => "ARGUMENTO", @@ -253,6 +260,9 @@ class Lang ), 'fr' => array ( + "Search one device in the archive" => "Shercher un appareil dans les archives", + "hardware type" => "type de matériel", + "the model name contains" => "le nom du modèle contient", "List of issues" => "Liste de problème", "TITLE" => "TITRE", "TOPIC" => "SUJET", |