Till Brehm
2014-09-12 21c8aacf5317867f71d0a7bb71c4c2b088d02d23
commit | author | age
02bf99 1 <?php
T 2 $wb['server_id_txt'] = 'Server';
21c8aa 3 $wb['client_txt'] = 'Klijent';
TB 4 $wb['btn_save_txt'] = 'Importiraj zonsku datoteku';
5 $wb['btn_cancel_txt'] = 'Odustani';
6 $wb['domain_txt'] = 'Domena';
02bf99 7 $wb['zone_file_successfully_imported_txt'] = 'The zone file has successfully been imported!';
T 8 $wb['error_no_valid_zone_file_txt'] = 'This appears to be no valid zone file!';
21c8aa 9 $wb['zonefile_to_import_txt'] = 'Zonska datoteka';
02bf99 10 $wb['domain_field_desc_txt'] = 'Can be left empty if domain name is in the filename or the zone-file content.';
21c8aa 11 $wb['title'] = 'Importiraj zonske datoteka';
TB 12 $wb['no_file_uploaded_error'] = 'Nije prenešena zonska datoteka';
13 $wb['zone_file_import_txt'] = 'Importiraj zonsku datoteku';
e94a9f 14 ?>
21c8aa 15
TB 16