tbrehm
2012-05-07 e045af4e04438514a807930b103d644b1644b46d
commit | author | age
94bddd 1 <?php
T 2 $wb['server_id_txt'] = 'Server';
3 $wb['client_txt'] = 'Client';
e045af 4 $wb['btn_save_txt'] = 'Import Zonefile';
T 5 $wb['btn_cancel_txt'] = 'Cancel';
94bddd 6 $wb['domain_txt'] = 'Domain';
T 7 $wb['zone_file_successfully_imported_txt'] = 'The zone file has successfully been imported!';
8 $wb['error_no_valid_zone_file_txt'] = 'This appears to be no valid zone file!';
9 $wb['zonefile_to_import_txt'] = 'Zone File';
10 $wb['domain_field_desc_txt'] = 'Can be left empty if domain name is in the filename or the zone-file content.';
11 $wb['title'] = 'Import Zone Files';
12 $wb['no_file_uploaded_error'] = 'No zonefile uploaded';
e045af 13 ?>