aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-09-27 20:24:34 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-09-27 20:24:34 +0000
commit8195face3431f385bb61b9e02261f6dfbeb7e916 (patch)
tree78cc9d6485022e88b5b8b15f1544dc62a7656820
parentdf6d8940d91acfd43448936f201fa0c4eae801a0 (diff)
solved type in the search result - lammi87 issue
-rw-r--r--h-source/Application/Controllers/SearchController.php2
-rw-r--r--h-source/Application/Include/languages.php10
2 files changed, 6 insertions, 6 deletions
diff --git a/h-source/Application/Controllers/SearchController.php b/h-source/Application/Controllers/SearchController.php
index acc4a22..e5a873c 100644
--- a/h-source/Application/Controllers/SearchController.php
+++ b/h-source/Application/Controllers/SearchController.php
@@ -217,7 +217,7 @@ class SearchController extends BaseController
}
if (count($lspciResult) === 0 or $flag === false)
{
- $data['notice'] = "<div class='alert'>".gtext('the text submitted by you does not seem the lspci -vmmnn output. Please check the text and try again')."</div>\n";
+ $data['notice'] = "<div class='alert'>".gtext('the text submitted by you does not seem to be the lspci -vmmnn output. Please check the text and try again')."</div>\n";
$flag = false;
}
}
diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php
index 2adadf6..3bd481b 100644
--- a/h-source/Application/Include/languages.php
+++ b/h-source/Application/Include/languages.php
@@ -170,7 +170,7 @@ class Lang
/*0110*/"analyze the output of the lspci command" => "analizza l'output del comando lscpi",
/*0111*/"paste the output of the lspci command" => "incolla l'output del comand lspci",
/*0112*/"works, but without 3D acceleration" => "funziona, ma senza accelerazione 3D",
- /*0113*/"the text submitted by you does not seem the lspci -vmmnn output. Please check the text and try again" => "il testo che hai inviato non sembra l'output del comando lspci -vmmnn. Per favore ricontrolla il testo e riprova",
+ /*0113*/"the text submitted by you does not seem to be the lspci -vmmnn output. Please check the text and try again" => "il testo che hai inviato non sembra l'output del comando lspci -vmmnn. Per favore ricontrolla il testo e riprova",
/*0114*/"Search form" => "Form della ricerca",
/*0115*/"write here the output of lspci -vmmnn" => "scrivi qui l'output del comando lspci -vmmnn",
/*0116*/"The following devices has been found in the database" => "I seguenti device sono stati trovati nel database",
@@ -530,7 +530,7 @@ class Lang
/*0110*/"analyze the output of the lspci command" => "analice la salida de la orden lscpi",
/*0111*/"paste the output of the lspci command" => "pegue la salida de la orden lspci",
/*0112*/"works, but without 3D acceleration" => "funciona, pero sin aceleración 3D",
- /*0113*/"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",
+ /*0113*/"the text submitted by you does not seem to be 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",
/*0114*/"Search form" => "Formulario de búsqueda",
/*0115*/"write here the output of lspci -vmmnn" => "escriba aquí la salida de la orden lspci -vmmnn",
/*0116*/"The following devices has been found in the database" => "Los siguientes dispositivos han sido encontrados en la base de datos",
@@ -854,7 +854,7 @@ class Lang
/*0110*/"analyze the output of the lspci command" => "analisez le retour de la commande lspci",
/*0111*/"paste the output of the lspci command" => "copiez le retour de la commande lspci",
/*0112*/"works, but without 3D acceleration" => "fonctionne, mais sans accélération 3D",
- /*0113*/"the text submitted by you does not seem the lspci -vmmnn output. Please check the text and try again" => "le texte que vous avez soumis n'a pas l'air d'être le résultat de la commande lspci -vmmnn, merci de vérifier",
+ /*0113*/"the text submitted by you does not seem to be the lspci -vmmnn output. Please check the text and try again" => "le texte que vous avez soumis n'a pas l'air d'être le résultat de la commande lspci -vmmnn, merci de vérifier",
/*0114*/"Search form" => "Formulaire de recherche",
/*0115*/"write here the output of lspci -vmmnn" => "écrivez ici le retour de la commande lspci -vmmnn",
/*0116*/"The following devices has been found in the database" => "Ces périphériques ont été trouvés dans la base de données",
@@ -1178,7 +1178,7 @@ class Lang
/*0110*/"analyze the output of the lspci command" => "Analyse der Ausgabe des Befehls &#8222;lspci&#8220;",
/*0111*/"paste the output of the lspci command" => "Fügen Sie Ausgabe des Befehls &#8222;lspci&#8220; ein",
/*0112*/"works, but without 3D acceleration" => "Funktioniert, aber ohne 3D-Beschleunigung",
- /*0113*/"the text submitted by you does not seem the lspci -vmmnn output. Please check the text and try again" => "Der von Ihnen übermittelte Text scheint nicht der &#8222;lspci-vmmnn&#8220;-Ausgabe zu entsprechen. Bitte überprüfen Sie den Text und versuchen es erneut",
+ /*0113*/"the text submitted by you does not seem to be the lspci -vmmnn output. Please check the text and try again" => "Der von Ihnen übermittelte Text scheint nicht der &#8222;lspci-vmmnn&#8220;-Ausgabe zu entsprechen. Bitte überprüfen Sie den Text und versuchen es erneut",
/*0114*/"Search form" => "Suchen",
/*0115*/"write here the output of lspci -vmmnn" => "Geben Sie hier die Ausgabe von &#8222;lspci-vmmnn&#8220; ein",
/*0116*/"The following devices has been found in the database" => "Die folgenden Geräte wurden in der Datenbank gefunden",
@@ -1371,7 +1371,7 @@ class Lang
/*0110*/"analyze the output of the lspci command" => "Ανάλυση της εξόδου της εντολής lscpi",
/*0111*/"paste the output of the lspci command" => "Επικόλληση της εξόδου της εντολής lspci",
/*0112*/"works, but without 3D acceleration" => "Λειτουργεί, αλλά χωρίς επιτάχυνση 3D",
- /*0113*/"the text submitted by you does not seem the lspci -vmmnn output. Please check the text and try again" => "το κείμενο που υποβάλλατε δεν μοιάζει με την έξοδο της εντολής lspci -vmmnn. Παρακαλώ επανελέγξτε το κείμενο και ξαναδοκιμάστε",
+ /*0113*/"the text submitted by you does not seem to be the lspci -vmmnn output. Please check the text and try again" => "το κείμενο που υποβάλλατε δεν μοιάζει με την έξοδο της εντολής lspci -vmmnn. Παρακαλώ επανελέγξτε το κείμενο και ξαναδοκιμάστε",
/*0114*/"Search form" => "Φόρμα αναζήτησης",
/*0115*/"write here the output of lspci -vmmnn" => "Γράψτε εδώ την έξοδο της εντολής lspci -vmmnn",
/*0116*/"The following devices has been found in the database" => "Βρέθηκαν οι ακόλουθες συσκευές στη βάση δεδομένων",