From c3fd2b1a66fa79fde4e73b44228e3df734ad62bc Mon Sep 17 00:00:00 2001 From: A. Täffner <darkalex@firesplash.de> Date: Wed, 20 Jan 2016 07:48:04 -0500 Subject: [PATCH] cleanup --- interface/web/dns/lib/lang/de_dns_a_list.lng | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/interface/web/dns/lib/lang/de_dns_a_list.lng b/interface/web/dns/lib/lang/de_dns_a_list.lng index 87c9cd8..6e8f195 100644 --- a/interface/web/dns/lib/lang/de_dns_a_list.lng +++ b/interface/web/dns/lib/lang/de_dns_a_list.lng @@ -1,14 +1,15 @@ <?php -$wb['list_head_txt'] = 'A-Record'; -$wb['active_txt'] = 'Active'; +$wb['list_head_txt'] = 'A Eintrag'; +$wb['active_txt'] = 'Aktiv'; $wb['server_id_txt'] = 'Server'; $wb['zone_txt'] = 'Zone'; $wb['name_txt'] = 'Name'; -$wb['data_txt'] = 'Data'; -$wb['aux_txt'] = 'Priority'; -$wb['type_txt'] = 'Type'; -$wb['add_new_record_txt'] = 'Add new DNS A-Record'; -$wb['page_txt'] = 'Page'; -$wb['page_of_txt'] = 'of'; -$wb['delete_confirmation'] = 'Do you really want to delete this record?'; +$wb['data_txt'] = 'Daten'; +$wb['aux_txt'] = 'Priorität'; +$wb['ttl_txt'] = 'TTL'; +$wb['type_txt'] = 'Typ'; +$wb['add_new_record_txt'] = 'Neuen DNS A Eintrag hinzufügen'; +$wb['page_txt'] = 'Seite'; +$wb['page_of_txt'] = 'von'; +$wb['delete_confirmation'] = 'Wollen Sie den Datensatz wirklich löschen?'; ?> -- Gitblit v1.9.1