From 21c641cb28510fe775b2f11c17744d74e972b018 Mon Sep 17 00:00:00 2001
From: Florian Schaal <florian@schaal-24.de>
Date: Mon, 21 Oct 2013 10:34:41 -0400
Subject: [PATCH] add database-size monitoring. the results stored in the database may be used to add the db-size to the web-quota, too.

---
 interface/web/admin/lib/lang/de_software_update_list.lng |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/interface/web/admin/lib/lang/de_software_update_list.lng b/interface/web/admin/lib/lang/de_software_update_list.lng
index 6f01c1f..cf31e88 100644
--- a/interface/web/admin/lib/lang/de_software_update_list.lng
+++ b/interface/web/admin/lib/lang/de_software_update_list.lng
@@ -5,4 +5,5 @@
 $wb['update_title_txt'] = 'Update';
 $wb['version_txt'] = 'Version';
 $wb['action_txt'] = 'Aktion';
+$wb['no_updates_txt'] = 'Keine Updates verfügbar';
 ?>

--
Gitblit v1.9.1