From 4e4b0e82b62d9a5bdce92b3caa2ab18e16122ba0 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Wed, 26 Jan 2011 06:05:12 +0000 Subject: modified the search view files --- h-source/Application/Include/languages.php | 10 ++++ h-source/Application/Views/Search/form.php | 33 +++++++++--- h-source/Application/Views/Search/form_es.php | 74 --------------------------- h-source/Application/Views/Search/form_it.php | 74 --------------------------- 4 files changed, 35 insertions(+), 156 deletions(-) delete mode 100644 h-source/Application/Views/Search/form_es.php delete mode 100644 h-source/Application/Views/Search/form_it.php (limited to 'h-source/Application') 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", diff --git a/h-source/Application/Views/Search/form.php b/h-source/Application/Views/Search/form.php index 1615edb..9303b81 100644 --- a/h-source/Application/Views/Search/form.php +++ b/h-source/Application/Views/Search/form.php @@ -49,26 +49,43 @@
- Search one device in the archive: + :
- - +
+ +
+
- + - +
hardware type::
the model name contains::
- -
- + +
+
+ vendorid:productid +
+
+ + + + + +
:
+
+
diff --git a/h-source/Application/Views/Search/form_es.php b/h-source/Application/Views/Search/form_es.php deleted file mode 100644 index e1a5dc4..0000000 --- a/h-source/Application/Views/Search/form_es.php +++ /dev/null @@ -1,74 +0,0 @@ - - -. -?> - - - -
- -
- ">Home » search form -
- -
- Busque un dispositivo en el archivo:: -
- -
- - -
- - - - - - - - - -
tipo de hardware:
el nombre del modelo contiene:
-
- - -
- -
diff --git a/h-source/Application/Views/Search/form_it.php b/h-source/Application/Views/Search/form_it.php deleted file mode 100644 index 7833c31..0000000 --- a/h-source/Application/Views/Search/form_it.php +++ /dev/null @@ -1,74 +0,0 @@ - - -. -?> - - - -
- -
- ">Home » search form -
- -
- Cerca un dispositivo nell'archivio: -
- -
- - -
- - - - - - - - - -
tipo di hardware:
il nome del modello contiene:
-
- - -
- -
-- cgit v1.2.3