Самоукин Алексей 15 years ago
commit fcd9842c73

Binary file not shown.

@ -13386,7 +13386,7 @@ for %s DNS zone")%zoneName)
if allDataList[i]:
title=_("Information about %s records")\
%allRecordList[i] + " " +\
("in master DNS zone %s")%zoneName
_("in master DNS zone %s")%zoneName
headerList = allHeaderList[i]
dataList = allDataList[i]
repObj = report(title, headerList, dataList)
@ -13412,7 +13412,7 @@ for %s DNS zone")%zoneName)
if dataPTRList:
title=_("Information about %s records")\
%"PTR" + " " +\
("in master DNS zone %s")%zoneName
_("in master DNS zone %s")%zoneName
headerList = ("ip", _("Domain"))
dataList = dataPTRList
repObj = report(title, headerList, dataList)
@ -13476,7 +13476,7 @@ for %s DNS zone")%zoneName)
typeRecord = "CNAME"
title=_("Information about %s record")\
%typeRecord + " " +\
("in master DNS zone %s")%zoneName
_("in master DNS zone %s")%zoneName
repObj = report(title, headerList, dataList)
if flagF:
flagF = False
@ -13510,7 +13510,7 @@ for %s DNS zone")%zoneName)
typeRecord = "PTR"
title=_("Information about %s record")\
%typeRecord + " " +\
("in master DNS zone %s")%zoneNamePTR
_("in master DNS zone %s")%zoneNamePTR
repObj = report(title, headerList, dataList)
if flagF:
flagF = False

Loading…
Cancel
Save