From cf7707220882655e454c3ab84b6111d05cc20fc4 Mon Sep 17 00:00:00 2001 From: raul Date: Mon, 30 Jun 2014 11:49:23 -0300 Subject: [i18n]added mustache tags to the templates --- templates/minilinux/filelist.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'templates/minilinux/filelist.html') diff --git a/templates/minilinux/filelist.html b/templates/minilinux/filelist.html index 6c9871b8..a46b6a99 100644 --- a/templates/minilinux/filelist.html +++ b/templates/minilinux/filelist.html @@ -6,13 +6,12 @@
{{#systemChanged}}

- Mindestens eine Komponente von {{title}} kann aktualisiert werden. Für einen reibungslosen Betrieb - wird empfohlen, alle Komponenten auf dem aktuellen Stand zu halten. + {{lang_canUpdate1}} {{title}} {{lang_canUpdate2}}

-

Aktualisieren

+

{{lang_update}}

{{/systemChanged}} {{^systemChanged}} -

Das System ist auf dem aktuellen Stand.

+

{{lang_systemUpdated}}

{{/systemChanged}}
{{/systems}} {{^systems}} -
Keine Konfigurationspakete gefunden!
+
{{lang_configurationPackageNotFound}}
{{/systems}}