From 2cb1563f63386b35a69e460051aa9b4a2851d104 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Wed, 30 May 2012 07:30:44 -0400 Subject: [PATCH] - Added (clickable) placeholders to client messaging function. - Added check so that the client password isn't inserted into the message (for security reasons). --- interface/web/dns/lib/lang/en.lng | 28 ++++++++++++++++++++++------ 1 files changed, 22 insertions(+), 6 deletions(-) diff --git a/interface/web/dns/lib/lang/en.lng b/interface/web/dns/lib/lang/en.lng index f47d5eb..3758933 100644 --- a/interface/web/dns/lib/lang/en.lng +++ b/interface/web/dns/lib/lang/en.lng @@ -1,7 +1,23 @@ -<?php - -$wb["Yes"] = 'Yes'; -$wb["No"] = 'No'; -$wb["error_no_permission"] = 'You do not have the right permissions to perform the action!'; - +<?php + +$wb['DNS'] = 'DNS'; +$wb['Zones'] = 'Zones'; +$wb['DNS A'] = 'DNS A'; +$wb['DNS ALIAS'] = 'DNS ALIAS'; +$wb['DNS CNAME'] = 'DNS CNAME'; +$wb['DNS hinfo'] = 'DNS hinfo'; +$wb['DNS mx'] = 'DNS mx'; +$wb['DNS ns'] = 'DNS ns'; +$wb['DNS ptr'] = 'DNS ptr'; +$wb['DNS RP'] = 'DNS RP'; +$wb['DNS Zone'] = 'DNS Zone'; +$wb['Records'] = 'Records'; +$wb['DNS SRV'] = 'DNS SRV'; +$wb['DNS TXT Record'] = 'DNS TXT Record'; +$wb['DNS TXT'] = 'DNS TXT'; +$wb['DNS Wizard'] = 'DNS-Wizard'; +$wb['Add DNS Zone'] = 'Add DNS-Zone'; +$wb['Templates'] = 'Templates'; +$wb['Secondary Zones'] = 'Secondary DNS-Zones'; +$wb['Import Zone File'] = 'Zone-File Import'; ?> \ No newline at end of file -- Gitblit v1.9.1