From 997659d049b2d855b6f81ea3ce5acffdf990b56f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 13 Jan 2011 15:41:16 +0100 Subject: [PATCH] fireinfo: Add reference to wiki for comments on hardware. --- www/templates/stasy-model-detail.html | 18 ++++++++++++++++++ www/translations/de_DE.csv | 1 + 2 files changed, 19 insertions(+) diff --git a/www/templates/stasy-model-detail.html b/www/templates/stasy-model-detail.html index 939fc4c6..3a1ff98b 100644 --- a/www/templates/stasy-model-detail.html +++ b/www/templates/stasy-model-detail.html @@ -7,4 +7,22 @@

{{ _("This device is installed on approximately %.2f%% of all systems.") % percentage }}

+ +

{{ _("Feedback") }}

+ {% if lang == "de" %} +

+ Im IPFire-Wiki befindet sich eine Sektion mit Kommentaren und Ratschlägen + zu dieser Hardware. Diese werden von der Community gesammelt. +

+ {% else %} +

+ In the IPFire wiki is a section that keeps comments or instructions on + the hardware. These information is maintained by the community. +

+ {% end %} + +

+ {{ _("Go to the wiki") }}: + {{ vendor_name }} - {{ model_name or model_id }} +

{% end block %} diff --git a/www/translations/de_DE.csv b/www/translations/de_DE.csv index 3c28fc6f..7b861c24 100644 --- a/www/translations/de_DE.csv +++ b/www/translations/de_DE.csv @@ -253,3 +253,4 @@ "The average amount of memory of all systems in the database is: %.2f MB.","Die durchschnittliche Menge an Arbeitsspeicher aller Systeme beträgt: %.2f MB." "Kernels","Kernel" "fireinfo statistics","Fireinfo-Statistiken" +"Go to the wiki","Zum Wiki" -- 2.47.3