Skip to content

Commit da837c2

Browse files
author
Marius Cramer
committed
Merge branch 'master' into 'master'
Translate import zone file button
2 parents 7c7d49f + 600b16e commit da837c2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

interface/web/dns/lib/lang/en_dns_soa_list.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ $wb["ns_txt"] = 'NS';
77
$wb["mbox_txt"] = 'Email';
88
$wb["add_new_record_wizard_txt"] = 'Add new DNS Zone with Wizard';
99
$wb["add_new_record_txt"] = 'Add new DNS Zone manually';
10+
$wb["import_zone_file_txt"] = 'Import Zone File';
1011
?>

interface/web/dns/templates/dns_soa_list.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
2424
<div class="buttons">
2525
<button class="button iconstxt icoAdd" type="button" onclick="loadContent('dns/dns_wizard.php');"><span>{tmpl_var name="add_new_record_wizard_txt"}</span></button>
2626
<button class="button iconstxt icoAdd" type="button" onclick="loadContent('dns/dns_soa_edit.php');"><span>{tmpl_var name="add_new_record_txt"}</span></button>
27-
<button class="button iconstxt icoAdd" type="button" onclick="loadContent('dns/dns_import.php');"><span>Import Zone File</span></button>
27+
<button class="button iconstxt icoAdd" type="button" onclick="loadContent('dns/dns_import.php');"><span>{tmpl_var name="import_zone_file_txt"}</span></button>
2828
</div>
2929
</fieldset>
3030
</div>
@@ -80,4 +80,4 @@ <h2><tmpl_var name="list_head_txt"></h2>
8080
</fieldset>
8181
</div>
8282

83-
</div>
83+
</div>

0 commit comments

Comments
 (0)