commit | author | age
|
02bf99
|
1 |
<?php |
4a4766
|
2 |
$wb['zone_file_import_txt'] = 'Zone File Import'; |
02bf99
|
3 |
$wb['server_id_txt'] = 'Server'; |
T |
4 |
$wb['client_txt'] = 'Client'; |
|
5 |
$wb["btn_save_txt"] = 'Import Zonefile'; |
|
6 |
$wb["btn_cancel_txt"] = 'Cancel'; |
|
7 |
$wb['domain_txt'] = 'Domain'; |
|
8 |
$wb['zone_file_successfully_imported_txt'] = 'The zone file has successfully been imported!'; |
|
9 |
$wb['error_no_valid_zone_file_txt'] = 'This appears to be no valid zone file!'; |
|
10 |
$wb['zonefile_to_import_txt'] = 'Zone File'; |
|
11 |
$wb['domain_field_desc_txt'] = 'Can be left empty if domain name is in the filename or the zone-file content.'; |
|
12 |
$wb['title'] = 'Import Zone Files'; |
|
13 |
$wb['no_file_uploaded_error'] = 'No zonefile uploaded'; |
bd6659
|
14 |
$wb['error_no_server_id'] = 'No server provided.'; |
SJ |
15 |
$wb['error_not_allowed_server_id'] = 'The selected server is not allowed for this account.'; |
02bf99
|
16 |
?> |