Marius Cramer
2014-08-13 31230cb7cda673db7a96fb14d93dfaf9262c74cf
commit | author | age
02bf99 1 <?php
T 2 $wb['server_id_txt'] = 'Server';
14f228 3 $wb['client_txt'] = 'Kund';
TB 4 $wb['btn_save_txt'] = 'Importera zonfil';
5 $wb['btn_cancel_txt'] = 'Avbryt';
6 $wb['domain_txt'] = 'Domän';
7 $wb['zone_file_successfully_imported_txt'] = 'Zonfilimporten har lyckats!';
8 $wb['error_no_valid_zone_file_txt'] = 'Detta verkar inte vara en giltig zonfil';
9 $wb['zonefile_to_import_txt'] = 'Zonfil';
02bf99 10 $wb['domain_field_desc_txt'] = 'Can be left empty if domain name is in the filename or the zone-file content.';
14f228 11 $wb['title'] = 'Importera zonfiler';
TB 12 $wb['no_file_uploaded_error'] = 'Ingen zonfil uppladdad';
13 $wb['zone_file_import_txt'] = 'Zonfilsimport';
e94a9f 14 ?>
14f228 15