]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
fireinfo: Add reference to wiki for comments on hardware.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 13 Jan 2011 14:41:16 +0000 (15:41 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 13 Jan 2011 14:41:16 +0000 (15:41 +0100)
www/templates/stasy-model-detail.html
www/translations/de_DE.csv

index 939fc4c62fbc69e891c228908b1b3e9bbe4d5fb3..3a1ff98bd51f3c9716733c6e1ce426733337f573 100644 (file)
@@ -7,4 +7,22 @@
        <p>
                {{ _("This device is installed on approximately %.2f%% of all systems.") % percentage }}
        </p>
+
+       <h3>{{ _("Feedback") }}</h3>
+       {% if lang == "de" %}
+               <p>
+                       Im IPFire-Wiki befindet sich eine Sektion mit Kommentaren und Ratschlägen
+                       zu dieser Hardware. Diese werden von der Community gesammelt.
+               </p>
+       {% else %}
+               <p>
+                       In the IPFire wiki is a section that keeps comments or instructions on
+                       the hardware. These information is maintained by the community.
+               </p>
+       {% end %}
+
+       <p>
+               {{ _("Go to the wiki") }}:
+               <a href="http://wiki.ipfire.org/{{ lang }}/hardware/fireinfo/{{ vendor_id }}/{{ model_id }}">{{ vendor_name }} - {{ model_name or model_id }}</a>
+       </p>
 {% end block %}
index 3c28fc6f9b9844383fe8591e3f9f06ac9b9c0b82..7b861c24ea408653fd3fee4001f89b9e206a0d82 100644 (file)
 "The average amount of memory of all systems in the database is: <strong>%.2f MB</strong>.","Die durchschnittliche Menge an Arbeitsspeicher aller Systeme beträgt: <strong>%.2f MB</strong>."
 "Kernels","Kernel"
 "fireinfo statistics","Fireinfo-Statistiken"
+"Go to the wiki","Zum Wiki"