From e65960b9e636962ff8f606e85c76652ad92dd99d Mon Sep 17 00:00:00 2001 From: A. Täffner <darkalex@firesplash.de> Date: Mon, 25 Jan 2016 10:33:18 -0500 Subject: [PATCH] did accidentally overwrite previous implmeentation of SPF This one also sets type SPF as well as two records within DNS as of RFC4408 Hop that's okay? --- interface/web/admin/lib/lang/de_software_update_list.lng | 8 +++++--- 1 files changed, 5 insertions(+), 3 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 3894beb..cf31e88 100644 --- a/interface/web/admin/lib/lang/de_software_update_list.lng +++ b/interface/web/admin/lib/lang/de_software_update_list.lng @@ -1,7 +1,9 @@ <?php -$wb['list_head_txt'] = 'Software updates'; -$wb['installed_txt'] = 'Action'; +$wb['list_head_txt'] = 'Softwareupdates'; +$wb['server_select_txt'] = 'Server wählen'; +$wb['installed_txt'] = 'Aktion'; $wb['update_title_txt'] = 'Update'; $wb['version_txt'] = 'Version'; -$wb['action_txt'] = 'Action'; +$wb['action_txt'] = 'Aktion'; +$wb['no_updates_txt'] = 'Keine Updates verfügbar'; ?> -- Gitblit v1.9.1