commit | author | age
|
02bf99
|
1 |
<?php |
T |
2 |
$wb['server_id_txt'] = 'Server'; |
407003
|
3 |
$wb['client_txt'] = 'Cliente'; |
TB |
4 |
$wb['btn_save_txt'] = 'Importa file di zona'; |
|
5 |
$wb['btn_cancel_txt'] = 'Annulla'; |
|
6 |
$wb['domain_txt'] = 'Dominio'; |
|
7 |
$wb['zone_file_successfully_imported_txt'] = 'File di zona importato con successo!'; |
|
8 |
$wb['error_no_valid_zone_file_txt'] = 'Fil di zona non corretto!'; |
|
9 |
$wb['zonefile_to_import_txt'] = 'File di Zona'; |
|
10 |
$wb['domain_field_desc_txt'] = 'Può essere tralasciato se il dominio è nel nome del file di zona o nel contenuto del file.'; |
|
11 |
$wb['title'] = 'Importa file di zona'; |
|
12 |
$wb['no_file_uploaded_error'] = 'Nessun file di zona selezionato'; |
|
13 |
$wb['zone_file_import_txt'] = 'Importa file di zona'; |
|
14 |
$wb['error_no_server_id'] = 'No server provided.'; |
|
15 |
$wb['error_not_allowed_server_id'] = 'The selected server is not allowed for this account.'; |
e94a9f
|
16 |
?> |