File tree Expand file tree Collapse file tree 9 files changed +17
-14
lines changed
Expand file tree Collapse file tree 9 files changed +17
-14
lines changed Original file line number Diff line number Diff line change 11<?php
2+ $wb['zone_file_import_txt'] = 'Zone-File Import';
23$wb['server_id_txt'] = 'Server';
34$wb['client_txt'] = 'Kunde';
45$wb['btn_save_txt'] = 'Importieren';
@@ -7,7 +8,7 @@ $wb['domain_txt'] = 'Domain';
78$wb['zone_file_successfully_imported_txt'] = 'Das Zone-File wurde erfolgreich importiert!';
89$wb['error_no_valid_zone_file_txt'] = 'Die Datei scheint kein gültiges Zone-File zu sein!';
910$wb['zonefile_to_import_txt'] = 'Datei auswählen';
10- $wb['domain_field_desc_txt'] = 'Can be left empty if domain name is in the filename or the zone-file content .';
11+ $wb['domain_field_desc_txt'] = 'Kann freigelassen werden, falls der Dateiname oder der Dateiinhalt die Domain enthält .';
1112$wb['title'] = 'Zone-File importieren';
1213$wb['no_file_uploaded_error'] = 'Keine Datei geuploaded';
1314?>
Original file line number Diff line number Diff line change 11<?php
22$wb['server_id_txt'] = 'Server';
33$wb['origin_txt'] = 'DNS-Zone';
4+ $wb["secondary_zone_txt"] = 'Secondary DNS-Zone';
45$wb['ns_txt'] = 'NS';
56$wb['active_txt'] = 'Aktiv';
67$wb['limit_dns_slave_zone_txt'] = 'Die maximale Anzahl an Secondary DNS-Zones für ihr Konto wurde erreicht.';
78$wb['client_txt'] = 'Client';
8- $wb['xfer_txt'] = 'Zonentransfer zu diesen IPs erlauben (mit Komma getrennte Liste) (comma separated list) ';
9+ $wb['xfer_txt'] = 'Zonentransfer zu diesen IPs erlauben (mit Komma getrennte Liste)';
910$wb['server_id_error_empty'] = 'Kein Server ausgewählt';
1011$wb['origin_error_empty'] = 'Zone ist leer.';
1112$wb['origin_error_unique'] = 'Es existiert bereits ein Eintrag für diese Zone.';
1213$wb['origin_error_regex'] = 'Zone hat ein ungültiges Format.';
1314$wb['ns_error_regex'] = 'NS hat ein ungültiges Format.';
1415$wb['eg_domain_tld'] = 'Format: domain.tld.';
1516$wb['ipv4_form_txt'] = 'IPv4 Format: 1.2.3.4';
16- ?>
17+ ?>
Original file line number Diff line number Diff line change 11<?php
2+ $wb['dns_zone_txt'] = 'DNS-Zone';
23$wb['template_id_txt'] = 'Vorlage';
34$wb['server_id_txt'] = 'Server';
45$wb['client_txt'] = 'Kunde';
@@ -32,4 +33,4 @@ $wb['globalsearch_noresults_text_txt'] = "Keine Treffer.";
3233$wb['globalsearch_noresults_limit_txt'] = "0 Treffer";
3334$wb['globalsearch_searchfield_watermark_txt'] = "Suche";
3435$wb['globalsearch_suggestions_text_txt'] = "Vorschläge";
35- ?>
36+ ?>
Original file line number Diff line number Diff line change 11<?php
2-
2+ $wb['zone_file_import_txt'] = 'Zone File Import';
33$wb['server_id_txt'] = 'Server';
44$wb['client_txt'] = 'Client';
55$wb["btn_save_txt"] = 'Import Zonefile';
Original file line number Diff line number Diff line change 11<?php
22$wb["server_id_txt"] = 'Server';
33$wb["origin_txt"] = 'DNS-Zone';
4+ $wb["secondary_zone_txt"] = 'Secondary DNS Zone';
45$wb["ns_txt"] = 'NS';
56$wb["active_txt"] = 'Active';
67$wb["limit_dns_slave_zone_txt"] = 'The max. number of Secondary DNS zones for your account is reached.';
Original file line number Diff line number Diff line change 11<?php
2-
2+ $wb['dns_zone_txt'] = 'DNS Zone';
33$wb['template_id_txt'] = 'Template';
44$wb['server_id_txt'] = 'Server';
55$wb['client_txt'] = 'Client';
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
44< div class ="panel panel_dns_wizard ">
55
66 < div class ="pnl_formsarea ">
7- < fieldset class ="inlineLabels "> < legend > Zone File Import </ legend >
7+ < fieldset class ="inlineLabels "> < legend > < tmpl _var name =" zone_file_import_txt " > </ legend >
88 < tmpl _if name ="is_admin ">
99 < div class ="ctrlHolder ">
1010 < label for ="server_id "> {tmpl_var name='server_id_txt'}</ label >
@@ -20,12 +20,11 @@ <h2><tmpl_var name="list_head_txt"></h2>
2020 </ div >
2121 </ tmpl _if>
2222 < div class ="ctrlHolder ">
23- < label for ="domain "> {tmpl_var name='domain_txt'}. {tmpl_var name='domain_field_desc_txt'}</ label >
24- < input name ="domain " id ="domain " value ="{tmpl_var name='domain'} " size ="30 " maxlength ="255 " type ="text " class ="textInput " onkeydown ="keydown(event.which); " />
25- </ div >
26-
23+ < label for ="domain "> {tmpl_var name='domain_txt'}</ label >
24+ < input name ="domain " id ="domain " value ="{tmpl_var name='domain'} " size ="30 " maxlength ="255 " type ="text " class ="textInput " onkeydown ="keydown(event.which); " /> < p class ="value "> < tmpl _var name ='domain_field_desc_txt '} </ p >
25+ </ div >
2726 < div class ="ctrlHolder "">
28- < label for ="file "> {tmpl_var name='zonefile_to_import_txt'}</ label >
27+ < label for ="file "> {tmpl_var name='zonefile_to_import_txt'}</ label >
2928 < input name ="file " id ="file " size ="30 " type ="file " class ="fileUpload " />
3029 </ div >
3130
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
44< div class ="panel panel_dns_slave ">
55
66 < div class ="pnl_formsarea ">
7- < fieldset class ="inlineLabels "> < legend > Secondary DNS Zone </ legend >
7+ < fieldset class ="inlineLabels "> < legend > < tmpl _var name =" secondary_zone_txt " > </ legend >
88 < tmpl _if name ="is_admin ">
99 < div class ="ctrlHolder ">
1010 < tmpl _if name ="edit_disabled ">
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
88< div class ="panel panel_dns_wizard ">
99
1010 < div class ="pnl_formsarea ">
11- < fieldset class ="inlineLabels "> < legend > DNS Zone </ legend >
11+ < fieldset class ="inlineLabels "> < legend > < tmpl _var name =" dns_zone_txt " > </ legend >
1212 < div class ="ctrlHolder ">
1313 < label for ="template_id "> {tmpl_var name='template_id_txt'}</ label >
1414 < select name ="template_id " id ="template_id " class ="selectInput " onChange ="submitForm('pageForm','dns/dns_wizard.php') ">
You can’t perform that action at this time.
0 commit comments