From 793c77a092fca39fc2f6f568d5496a58f131d693 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Tue, 11 Mar 2014 13:37:21 -0400
Subject: [PATCH] Split DNS TXT records in chunks of 255 chars in BIND configuration file.

---
 interface/web/admin/lib/lang/de_package_install.lng |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/interface/web/admin/lib/lang/de_package_install.lng b/interface/web/admin/lib/lang/de_package_install.lng
index 574dd11..fa139fb 100644
--- a/interface/web/admin/lib/lang/de_package_install.lng
+++ b/interface/web/admin/lib/lang/de_package_install.lng
@@ -1,7 +1,7 @@
 <?php
-$wb['repo_name_txt'] = 'Repository';
+$wb['repo_name_txt'] = 'Bibliothek';
 $wb['repo_url_txt'] = 'URL';
-$wb['repo_username_txt'] = 'User (optional)';
-$wb['repo_password_txt'] = 'Password (optional)';
-$wb['active_txt'] = 'Active';
-?>
+$wb['repo_username_txt'] = 'Benutzername (optional)';
+$wb['repo_password_txt'] = 'Passwort (optional)';
+$wb['active_txt'] = 'Aktiv';
+?>
\ No newline at end of file

--
Gitblit v1.9.1